200 durum kodu, standart bir başarılı HTTP sunucu yanıtıdır. Bu, istemcinin isteğinin (örneğin, bir tarayıcıdan) başarıyla işlendiği ve sunucunun istenen verileri ilettiği anlamına gelir.
Kullanıcı içeriği hatasız alır ve sayfa veya uygulama düzgün çalışır. Kod 200'e veri eşlik ediyorsa, tarayıcı veya program bunu işler ve kullanıcıya görüntüler.
GET / HTTP/1.1 Host: cygig.com Accept: */* User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>cygig</title> <!-- META --> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, maximum-scale=1"/> <meta property="og:image" content="https://lh3.googleusercontent.com/t9rmJa-AkK2F1EA6GJB4KZ5IcPBnMH9dzVcuUYElMfirkCSX3fKjm9agks1MmryWl9GQDqL4Vx6gW7pwKYWCw9wZL0K8drk=s1200" /> <meta name="thumbnail" content="https://lh3.googleusercontent.com/t9rmJa-AkK2F1EA6GJB4KZ5IcPBnMH9dzVcuUYElMfirkCSX3fKjm9agks1MmryWl9GQDqL4Vx6gW7pwKYWCw9wZL0K8drk=s1200" /> <meta name="keywords" content="cygig gadgets ai art electronics pcb handicraft graphic design singapore"> <meta name="description" content="Hello! I am cygig! I am based in Singapore and I love to DIY and make things. I am a jack of all trade and I know (maybe more than) a little of everything, and this allows me to integrate my skills from one hobby to another."> <script src="https://www.youtube.com/iframe_api"></script> <!-- CSS --> <style class='common-css'> body { padding: 0px; margin: 0px; min-height:100%; } .clickable{ cursor:pointer; } .shown { opacity:1; } .bottom-layer{ z-index:0; } .layer1{ z-index:1; } .layer2{ z-index:12; } .layer3{ z-index:123; } .layer4{ z-index:1234; } .layer5{ z-index:12345; } .top-layer{ z-index:123456789; } .space-layer{ z-index:1234567899; } .fully-animated *{ -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); } .animated-color{ -webkit-transition: color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); -moz-transition: color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); -o-transition: color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); transition: color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); -webkit-transition: background-color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); -moz-transition: background-color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); -o-transition: background-color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); transition: background-color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); } .zero-opacity{ opacity:0; } .slow-animated-opacity{ -webkit-transition: opacity 1.5s cubic-bezier(0.165, 0.84, 0.44, 1); -moz-transition: opacity 1.5s cubic-bezier(0.165, 0.84, 0.44, 1); -o-transition: opacity 1.5s cubic-bezier(0.165, 0.84, 0.44, 1); transition: opacity 1.5s cubic-bezier(0.165, 0.84, 0.44, 1); } .bg-div{ position: fixed; top: 0px; left: 0px; height: 100%; width: 100%; background-image:url(/images/backgrounds/1.jpg); background-repeat:no-repeat; background-size: cover; background-position:center; opacity:0; } .bg-div.shown{ opacity:0.4; } /* MAGIC CIRCLE */ .item-settings-menu{ width:25px; height:25px; cursor:pointer; margin:2px; display:inline-block; } img.item-settings-menu:hover{ /*background-color:grey;*/ } .magic-circle-controls{ position:absolute; opacity:0; background-color:black; } .magic-circle-controls.shown { opacity:1; } /* BREAD CRUMBS */ #bread-crumbs{ font-family:HelveNueThinNormal; color:white; font-size:30px; left:40px; top:40px; display:inline-block; position:fixed; } #bread-crumbs img:not(.label-logo){ vertical-align: middle; width:60px; height:60px; margin-top:-16px; } #bread-crumbs img.label-logo{ vertical-align:top; margin-right:5px; } #bread-crumbs span{ color:#666; font-size:30px; display:inline-block; } #bread-crumbs span.im-text , .module-back span.im-text{ /*color:transparent; background-repeat: no-repeat; background-image: url('/images/ui_icons/xprslogo.png'); background-size: contain; height: 25px; background-position: center;*/ } #bread-crumbs .bread-crumbs-path, #bread-crumbs .back-btn{ display: inline-block; } #bread-crumbs span.beta-icon{ font-size:10px; color:white; } #bread-crumbs a{ text-decoration: none; color:white; font-size:12px; } #blocking-div{ position:absolute; top:0; left:0; width:100%; height:100%; background-color:black; background-image:url(/images/x_loader.gif); background-repeat: no-repeat; background-position: center; background-size: 50px 50px; } .terms-link , .call-me{ text-decoration: none; color: #999; font-family: Arial; padding-left: 10px; font-size: 14px; } .tooltip-circle{ background-image:url(/images/ui_icons/tooltip_circle.png); background-repeat:no-repeat; width:100px; height:100px; position:absolute; z-index: 9999999999; cursor:pointer; /*pointer-events:none;*/ } .tooltip-wrapper.top-left{ background-image:url(/images/ui_icons/tooltip_top_left.png); } .tooltip-wrapper.bottom-left{ background-image:url(/images/ui_icons/tooltip_bottom_left.png); } .tooltip-wrapper.top-right{ background-image:url(/images/ui_icons/tooltip_top_right.png); } .tooltip-wrapper.bottom-right{ background-image:url(/images/ui_icons/tooltip_bottom_right.png); } .tooltip-wrapper{ background-repeat:no-repeat; width:300px; height:250px; position:absolute; z-index: 99999999; } .tooltip-holder{ font-family:Arial; margin:30px; text-align: left; } .tooltip-category{ font-size:16px; color:red; font-weight:bold; padding-top: 10px; } .tooltip-title{ font-size:22px; color:#333; } .tooltip-content{ font-size:12px; color:#999; padding-top: 5px; } .tooltip-btn{ border:solid 1px #999; color:#999; font-size:12px; display: inline-block; /*padding: 3px;*/ margin-top: 20px; cursor:pointer; position: absolute; padding: 5px 10px; } .tooltip-btn.tooltip-next{ bottom: 44px; right: 34px; color: white; background-color: #33CC66; border: solid 1px #33CC66; } .tooltip-btn.tooltip-hide{ bottom: 44px; left: 31px; } .regular-mode .pro-feature{ display:none!important; } iframe.stripe_checkout_app { z-index:12345678911!important; } .sr-modal-backdrop{ z-index:1234567891!important; } .sr-confirm-amount{ border:none!important; } .fa.fa-shopping-cart{ border:none!important; } .sr-basket-widget-inner{ border:none!important; } .t-t{ /*color:red!important;*/ } #translation-box{ float: left; text-align: left; color: white; line-height: normal; margin-right: 11px; margin-top: 10px; font-size: 12px; z-index: 1234; background-color: #666; position: relative; font-family: Arial; width: 44px; display: inline-block; padding-top: 5px; padding-bottom: 5px; padding-left: 10px; } #translation-box img.caret{ width:12px; height:12px; margin-top: 2px; margin-left: 4px; } #translation-box ul#lang-dropdown{ line-height: normal; font-size: 12px; padding:4px; display:none; list-style-type: none; margin: 0px; margin-right:11px; padding: 0px; position: absolute; background-color: #666; left: 0px; text-align: left; max-height:170px; overflow-y:scroll; } #translation-box ul#lang-dropdown::-webkit-scrollbar-track{ /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/ background-color: #000000; } #translation-box ul#lang-dropdown::-webkit-scrollbar{ width: 6px; background-color: #000000; } #translation-box ul#lang-dropdown::-webkit-scrollbar-thumb{ background-color: #999; } ul#lang-dropdown li:hover{ background-color:#999; } ul#lang-dropdown li{ width: 40px; padding: 2px; padding-left: 12px; padding-top: 5px; padding-bottom: 5px; font-size: 10px; } @media screen and (max-height: 600px) { #user-gravatar{ display:none; } } </style> <style> @font-face { font-family: 'HelveNueThinNormal'; src: url('https://storage.googleapis.com/xprs_resources/fonts/helveticaneuethn-webfont.eot'); src: url('https://storage.googleapis.com/xprs_resources/fonts/helveticaneuethn-webfont.eot?iefix') format('eot'), url('https://storage.googleapis.com/xprs_resources/fonts/helveticaneuethn-webfont.woff') format('woff'), url('https://storage.googleapis.com/xprs_resources/fonts/helveticaneuethn-webfont.ttf') format('truetype'), url('https://storage.googleapis.com/xprs_resources/fonts/helveticaneuethn-webfont.svg#webfontJR0GaG5Z') format('svg'); font-weight: normal; font-style: normal; } </style> <link rel="icon" type="image/png" href="https://lh3.googleusercontent.com/TvLvh0nKG3yZAJfhzn3FxJBbpwqDTy0wvkqI8xdkMw8G-pkOcCAh9xucPO1qKERUat_aTUsU0xVJezUiIjqiXsaP1PSegcKI" /> <link rel="apple-touch-icon" href="https://lh3.googleusercontent.com/TvLvh0nKG3yZAJfhzn3FxJBbpwqDTy0wvkqI8xdkMw8G-pkOcCAh9xucPO1qKERUat_aTUsU0xVJezUiIjqiXsaP1PSegcKI"/> <script defer src="https://imos006-dot-im--os.appspot.com/js/imos.js?v=1.5.9b" type="text/javascript"></script> <link rel="stylesheet" type="text/css" href="//app.standout.digital/css/fonts.css?v=1.5.9b" /> <style class='inline-stripe-data'>/****************************************************************************************************** * STRIPE DATA STYLE * ******************************************************************************************************/ #vbid-84265e2d-dwbcbu8n { background-position: 51.9258079528809% 44.8459205627441%; } #vbid-7cb3ca5d-lxozw2e5.master.item-box { padding-top: 50px; padding-bottom: 30px; min-height: 202px; } #vbid-7cb3ca5d-lxozw2e5.item-box > .item-wrapper { max-width: 1000px; } #vbid-84265e2d-ar3x6k9z.master.item-box { padding-top: 0px; padding-bottom: 0px; min-height: 714px; } #vbid-84265e2d-lbm25l5q { background-position: 41.9580421447754% 0%; } #vbid-84265e2d-y4l1ngbt.master.item-box { padding-top: 20px; padding-bottom: 20px; min-height: 690px; } #vbid-84265e2d-pfroenck.master.item-box { padding-top: 0px; padding-bottom: 0px; min-height: 286px; } #vbid-84265e2d-g9w8z7t8 { background-position: 54.0358734130859% 100%; } #vbid-84265e2d-4gooabbt.master.item-box { padding-top: 0px; min-height: 477px; } #vbid-84265e2d-g8bwnpxj { background-position: 46.8609848022461% 26.2973518371582%; } #vbid-84265e2d-uvvncas5.master.item-box { padding-top: 70px; padding-bottom: 70px; min-height: 202px; } #vbid-84265e2d-uvvncas5.item-box > .item-wrapper { max-width: 1000px; } #vbid-84265e2d-621wngzb { background-size: contain; } #vbid-f417e557-48fkz1pt.master.item-box { padding-top: 10px; padding-bottom: 10px; min-height: 600px; } #vbid-84265e2d-gjdbucl7 { background-position: 36.0986557006836% 48.3706703186035%; } #vbid-84265e2d-zybchrp8.master.item-box { padding-top: 0px; padding-bottom: 40px; min-height: 241px; } #vbid-84265e2d-zybchrp8.item-box > .item-wrapper { max-width: 1591px; } #vbid-73dc9e17-rsuknvea.master.item-box { padding-top: 40px; padding-bottom: 40px; } #vbid-73dc9e17-rsuknvea.item-box > .item-wrapper { max-width: 1000px; } #vbid-49ccaa72-3cii0rkb.master.item-box { padding-top: 0px; padding-bottom: 0px; min-height: 560px; } #vbid-84265e2d-qxbv1ed5.master.item-box { padding-top: 0px; padding-bottom: 0px; min-height: 647px; } #vbid-84265e2d-qxbv1ed5.item-box > .item-wrapper { max-width: 1376px; } #vbid-84265e2d-7rfirria.master.item-box { padding-top: 0px; padding-bottom: 0px; min-height: 273px; } #vbid-84265e2d-fdy2ct9g.master.item-box { padding-top: 0px; padding-bottom: 0px; min-height: 206px; } #vbid-a8085cfe-drovpfsx.master.item-box { padding-top: 10px; padding-bottom: 30px; min-height: 1343px; } #vbid-a8085cfe-drovpfsx.item-box > .item-wrapper { max-width: 1000px; } #vbid-84265e2d-oamagwnz.master.item-box { padding-top: 0px; padding-bottom: 0px; min-height: 621px; } #vbid-84265e2d-z1zhhbki.master.item-box { padding-top: 0px; min-height: 537px; } #vbid-84265e2d-2awcsvdo { background-position: 48.4326019287109% 71.0374603271484%; } #vbid-84265e2d-mjlbgksx { background-position: 53.9237670898438% 51.5926666259766%; } #vbid-84265e2d-eev6x2ra.master.item-box { padding-top: 0px; min-height: 503px; } #vbid-84265e2d-eev6x2ra.item-box > .item-wrapper { max-width: 1000px; } #vbid-84265e2d-eboryngw { background-position: 49.8955078125% 0.613496959209442%; } #vbid-84265e2d-4yykqn7s.master.item-box { width: 94%; padding-right: 3%; padding-bottom: 70px; padding-left: 3%; min-height: 1343px; padding-top: 0px; } #vbid-84265e2d-pydbquhu { background-position: 51.8808784484863% 24.1324920654297%; } #vbid-66571a02-mapzrvas.master.item-box { padding-top: 50px; padding-bottom: 30px; min-height: 202px; } #vbid-66571a02-mapzrvas.item-box > .item-wrapper { max-width: 1000px; } #vbid-84265e2d-filkfmot { background-position: 50% 31.2688827514648%; } #vbid-84265e2d-3jteilaz.master.item-box { padding-top: 30px; padding-bottom: 20px; min-height: 883px; } #vbid-84265e2d-bcuoqhqh.master.item-box { padding-top: 0px; padding-bottom: 0px; min-height: 595px; } #vbid-84265e2d-7e9giijt.master.item-box { padding-top: 0px; padding-bottom: 0px; min-height: 714px; } #vbid-84265e2d-khxn6en9.master.item-box { padding-top: 20px; padding-bottom: 20px; min-height: 775px; } #vbid-84265e2d-xloajjjt.master.item-box { padding-top: 0px; padding-bottom: 0px; min-height: 443px; } #vbid-84265e2d-vw5cqbm4 { background-position: 48.6415901184082% 26.6233768463135%; } #vbid-84265e2d-t6wgsiw0.master.item-box { padding-top: 0px; padding-bottom: 0px; min-height: 696px; } #vbid-84265e2d-t6wgsiw0.item-box > .item-wrapper { max-width: 1000px; } #vbid-84265e2d-6syygyba.master.item-box { padding-top: 0px; padding-bottom: 20px; min-height: 883px; } #vbid-84265e2d-6syygyba.item-box > .item-wrapper { max-width: 764px; } #vbid-84265e2d-ayyioiyd { background-position: 23.3408069610596% 0%; } #vbid-84265e2d-et1kv6cb.master.item-box { padding-top: 0px; padding-bottom: 0px; min-height: 117px; } #vbid-84265e2d-3b3aq5bd.master.item-box { padding-top: 20px; padding-bottom: 20px; min-height: 542px; } #vbid-84265e2d-3b3aq5bd.item-box > .item-wrapper { max-width: 1000px; } #vbid-84265e2d-ry5pyflp.master.item-box { padding-top: 0px; padding-bottom: 0px; min-height: 786px; } #vbid-3c634a86-jiptsxpg.master.item-box { padding-top: 10px; padding-bottom: 30px; min-height: 1343px; } #vbid-3c634a86-jiptsxpg.item-box > .item-wrapper { max-width: 1000px; } #vbid-84265e2d-wsyeyxet.master.item-box { min-height: 773px; } #vbid-bf1bcbe0-dtmmv94e.master.item-box { padding-top: 30px; padding-bottom: 35px; min-height: 1343px; } #vbid-bf1bcbe0-dtmmv94e.item-box > .item-wrapper { max-width: 1000px; } #vbid-84265e2d-uszjbrth { background-position: 46.9696960449219% 89.3939361572266%; } #vbid-84265e2d-x4cafr8e.master.item-box { padding-top: 0px; padding-bottom: 0px; min-height: 505px; } #vbid-0d64de02-5uunrca1.master.item-box { padding-top: 10px; padding-bottom: 30px; min-height: 1343px; } #vbid-0d64de02-5uunrca1.item-box > .item-wrapper { max-width: 1000px; } #vbid-abb6dfa4-sy0fbiul.master.item-box { padding-top: 10px; padding-bottom: 30px; min-height: 1343px; } #vbid-84265e2d-d1lr595g.master.item-box { padding-top: 0px; padding-bottom: 0px; min-height: 714px; } #vbid-d9ec892e-kxacqlds.master.item-box { padding-top: 0px; padding-bottom: 0px; min-height: 525px; } #vbid-84265e2d-budsal9p.master.item-box { min-height: 603px; } #vbid-42c7e74f-irbdlerw.master.item-box { padding-top: 0px; min-height: 501px; } #vbid-84265e2d-qjueaao4 { background-size: contain; } #vbid-84265e2d-ylz36gbn { background-position: 54.0752334594727% 91.5584411621094%; } #vbid-0b7382cf-lxozw2e5.master.item-box { padding-top: 50px; padding-bottom: 30px; min-height: 202px; } #vbid-84265e2d-ytol0uqa.master.item-box { padding-top: 0px; padding-bottom: 0px; min-height: 189px; } #vbid-84265e2d-vabuzmo0.master.item-box { padding-top: 0px; padding-bottom: 0px; min-height: 714px; } #vbid-84265e2d-7hgy1iid { background-position: 47.9101371765137% 31.5561962127686%; } #vbid-84265e2d-fzqjvndw { background-position: 56.0606079101563% 100%; } #vbid-84265e2d-1d2a1gyp.master.item-box { padding-top: 60px; padding-bottom: 70px; min-height: 1343px; } #vbid-9b201299-ebu2blnx.master.item-box { padding-top: 0px; padding-bottom: 0px; min-height: 846px; } #vbid-0b396329-mqbr2krw.master.item-box { padding-top: 0px; min-height: 419px; } #vbid-84265e2d-xhyvpsht.master.item-box { padding-top: 0px; padding-bottom: 0px; min-height: 499px; } #vbid-84265e2d-xhyvpsht.item-box > .item-wrapper { max-width: 1000px; } #vbid-84265e2d-ibnhqzn9.master.item-box { padding-top: 0px; padding-bottom: 0px; min-height: 885px; } #vbid-84265e2d-owlrlesv.master.item-box { padding-top: 0px; min-height: 537px; } #vbid-229ed9b1-48fkz1pt.master.item-box { padding-top: 0px; padding-bottom: 0px; min-height: 650px; } #vbid-84265e2d-p52mg1wv { background-size: contain; } #vbid-84265e2d-3vwrtlyo { background-position: 51.3452911376953% 16.8316841125488%; } #vbid-d9b4b724-unwb3aiv.master.item-box { padding-top: 50px; padding-bottom: 30px; min-height: 202px; } #vbid-d9b4b724-unwb3aiv.item-box > .item-wrapper { max-width: 1000px; } #vbid-84265e2d-odxutxuk { background-position: 12.0986547470093% 42.2062797546387%; } #vbid-84265e2d-x5lkwnpk.master.item-box { padding-top: 30px; padding-bottom: 0px; min-height: 883px; } #vbid-84265e2d-2sh68buq { background-position: 50.5673980712891% 54.6576156616211%; } #vbid-84265e2d-eiyvszbu.master.item-box { padding-bottom: 0px; min-height: 883px; } #vbid-84265e2d-eiyvszbu.item-box > .item-wrapper { max-width: 1000px; } #vbid-84265e2d-mh5uo3ta { background-position: 51.7937202453613% 11.3861389160156%; } #vbid-c7fd8117-mux0irb7.master.item-box { min-height: 747px; } #vbid-c7fd8117-mux0irb7.item-box > .item-wrapper { max-width: 1000px; } #vbid-84265e2d-jijrubt1.master.item-box { padding-top: 0px; min-height: 531px; } #vbid-84265e2d-am5oq6zq { background-position: 48.6415901184082% 18.5064926147461%; } #vbid-6c8763e5-sy0fbiul.master.item-box { padding-top: 10px; padding-bottom: 30px; min-height: 1343px; } #vbid-6c8763e5-sy0fbiul.item-box > .item-wrapper { max-width: 1000px; } #vbid-84265e2d-fhrymawc { background-position: 48.2062797546387% 23.9910316467285%; } #vbid-84265e2d-zt4p7mzw { background-size: 92%; } #vbid-84265e2d-mzdfklkz.master.item-box { padding-top: 0px; padding-bottom: 20px; min-height: 883px; } #vbid-84265e2d-mzdfklkz.item-box > .item-wrapper { max-width: 1442px; } #vbid-4f655fdd-k6dbwfyd.master.item-box { padding-top: 0px; padding-bottom: 0px; min-height: 600px; } #vbid-47a5a575-unwb3aiv.master.item-box { padding-top: 50px; padding-bottom: 30px; min-height: 202px; } #vbid-47a5a575-unwb3aiv.item-box > .item-wrapper { max-width: 1000px; } #vbid-84265e2d-mhww9kje.master.item-box { padding-top: 0px; padding-bottom: 0px; min-height: 58px; } #vbid-84265e2d-2d2x2knd.master.item-box { padding-top: 20px; padding-bottom: 20px; min-height: 742px; } #vbid-84265e2d-h8b9dqx8.master.item-box { padding-top: 50px; padding-bottom: 50px; min-height: 114px; } #vbid-84265e2d-h8b9dqx8.item-box > .item-wrapper { max-width: 1000px; } #vbid-84265e2d-ruz2og8k.master.item-box { min-height: 231px; } #vbid-a34cf4b4-0joseobl.master.item-box { padding-top: 0px; min-height: 480px; } #vbid-84265e2d-6uy4eyzs { background-position: 43.6865196228027% 53.7792205810547%; } #vbid-c2914d19-unwb3aiv.master.item-box { padding-top: 50px; padding-bottom: 30px; min-height: 202px; } #vbid-c2914d19-unwb3aiv.item-box > .item-wrapper { max-width: 1000px; } #vbid-84265e2d-w5vyvbab.master.item-box { min-height: 699px; } #vbid-b5072dda-vygsverf.master.item-box { padding-top: 10px; padding-bottom: 30px; min-height: 1343px; } #vbid-b5072dda-vygsverf.item-box > .item-wrapper { max-width: 1000px; } #vbid-84265e2d-4hnqj3m3 { background-position: 45.6293716430664% 22.344690322876%; } #vbid-84265e2d-csjqhbze.master.item-box { padding-top: 15px; } #vbid-c676e0b1-36ajwbux.master.item-box { padding-top: 40px; padding-bottom: 40px; } #vbid-c676e0b1-36ajwbux.item-box > .item-wrapper { max-width: 1000px; } #vbid-84265e2d-ja9nvgz0.master.item-box { padding-top: 0px; padding-bottom: 0px; min-height: 434px; } #vbid-84265e2d-kt5coffg.master.item-box { padding-top: 20px; padding-bottom: 0px; min-height: 523px; } #vbid-84265e2d-zpbihqwd.master.item-box { padding-top: 0px; padding-bottom: 0px; min-height: 573px; } #vbid-84265e2d-cdhqkwgg { background-position: 44.2089881896973% 48.3110046386719%; } #vbid-84265e2d-wpbl6jgq.master.item-box { padding-top: 20px; padding-bottom: 40px; min-height: 773px; }</style> <style class='view-css'>html { -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */ font-size: 1px; } body{ padding:0px; margin:0px; overflow-y: auto; overflow-x: hidden; min-width:300px; font-size:12px; } ul{ list-style:none; padding: 0px; } li{ margin:0px; padding:0px; } p{ margin:0px; padding:0px; } #xprs{ overflow:hidden; } .item-wrapper{ margin-left: auto; margin-right: auto; height:100%; width:100%; min-height:inherit; } .preview-image-holder .image-link{ min-height:inherit; display:inline-block; } a{ text-decoration: none; pointer-events:auto; } #loading{ left: 50%; position: relative; } .container{ top: 0px; width: auto; height: 100%; left: 0px; min-height:inherit; position: relative; } .element-wrapper .content{ position: relative; } .master.item-box{ width:100%; margin: 0px; text-align: center; } .master.item-box .stripe-background{ height: 100%; width: 100%; min-height: inherit; background-repeat: no-repeat; background-size: cover; background-position:center; position: absolute; pointer-events:none; } .item-box{ position:relative; overflow:visible; } .item-box.hide-from-preview ,.item-box.hide-from-view{ display:none; } .image-cover, .page-image-cover{ display: block; overflow:hidden; } .image-holder,.preview-image-holder{ background-position: center; background-size:cover; background-repeat:no-repeat; background-color:transparent; width:auto; overflow:hidden; width:100%; height:100%; } .image-source{ background-repeat:no-repeat; background-color:transparent; width:100%; height:100%; } .element.image-source{ box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; } .icon-source{ background-position: center; background-size:contain; background-repeat:no-repeat; background-color:transparent; height:auto; display:inline-block; position:relative; } .item-content:not(.blocks_layout):hover .hover_none{ -webkit-filter: grayscale(0%) !important; /* New WebKit */ -webkit-filter: brightness(100%) !important; /* New WebKit */ transform: scale(1,1) !important; -ms-transform: scale(1,1) !important; /* IE 9 */ -webkit-transform: scale(1,1) !important; /* Safari and Chrome */ } .item-content{ height:100%; min-height:inherit; position:relative; } .black_and_white , .item-content:not(.blocks_layout):hover .hover_black_and_white { -webkit-filter: grayscale(100%); /* New WebKit */ } .darken_120,.item-content:not(.blocks_layout):hover .hover_darken_120{ -webkit-filter: brightness(0.8); /* New WebKit */ } .darken_140, .item-content:not(.blocks_layout):hover .hover_darken_140{ -webkit-filter: brightness(0.6); /* New WebKit */ } .grow_120, .item-content:not(.blocks_layout):hover .hover_grow_120{ transform: scale(1.2,1.2); -ms-transform: scale(1.2,1.2); /* IE 9 */ -webkit-transform: scale(1.2,1.2); /* Safari and Chrome */ -moz-transform:scale(1.2,1.2); } .grow_140, .item-content:not(.blocks_layout):hover .hover_grow_140{ transform: scale(1.4,1.4); -ms-transform: scale(1.4,1.4); /* IE 9 */ -webkit-transform: scale(1.4,1.4); /* Safari and Chrome */ -moz-transform:scale(1.4,1.4); } .item-box.element-box{ width:100%; } .page-content > img:first-of-type{ width:700px; } .page-content p.Body:first-of-type{ padding-top: 17px; } .element-holder{ display:block; margin: auto; text-align: center; width:100%; position: relative; } .marginable{ margin-left:60px; margin-right:60px; } .picture-element{ background-position: center; background-size:cover; background-repeat:no-repeat; background-color:transparent; } .icon-element{ background-position: center; background-size:contain; background-repeat:no-repeat; background-color:transparent; height: 50px; } .icon-holder{ width:100%; } .stripe-default-width{ margin-left:auto; margin-right:auto; } #pagination-btn{ cursor:pointer; } #pagination-holder{ display:inline-block; margin-left:auto; margin-right:auto; } #pagination-wrapper{ width:100%; text-align:center; display:none; } [data-child-type='PIC'] .element-wrapper .content{ height:100%; min-height:inherit; } [data-child-type='PIC'] .element-wrapper .content .page-image-cover{ height:100%; min-height:inherit; } [data-child-type='PIC'] .element-wrapper .content .page-image-cover .Picture{ height:100%; min-height:inherit; } [data-child-type='VIDEO'] .element-wrapper .content{ height:100%; min-height:inherit; } [data-child-type='VIDEO'] .element-wrapper .content .page-video-cover{ height:100%; min-height:inherit; } [data-child-type='VIDEO'] .element-wrapper .content .page-video-cover .video-source{ height:100%; min-height:inherit; } [data-child-type='MAP'] .element-wrapper .content{ height:100%; min-height:inherit; } [data-child-type='MAP'] .element-wrapper .content .page-map-cover{ height:100%; min-height:inherit; } [data-child-type='MAP'] .element-wrapper .content .page-map-cover .map-source{ height:100%; min-height:inherit; } .preview-video-holder , .preview-map-holder{ height:100%; min-height:inherit; } .preview-map-holder{ position: absolute; width:100%; top: 0px; left: 0px; line-height:normal; } .preview-video-source, .preview-map-source{ height:100%; min-height:inherit; overflow:hidden; } #xprs:not(.in-editor) .preview-video-source.vid-autoplay{ transition:opacity 1s linear; opacity:0; } .video-source .me-plugin{ position:relative; height:100%; min-height:inherit; } .map-frame{ height: 100%; width: 100%; min-height: inherit; } .ytplayer{ height: 100%; width: 100%; min-height: inherit; } .rounded{ border-radius: 15px; } .title-holder{ margin-right:auto; margin-left:auto; } .video-wrapper{ overflow: hidden; } .video-source.fitvid{ overflow:hidden; } .erred-user-form-field, .erred-user-form-field input[type=date]{ background-color:#de6262 !important; color:white !important; } input[type=checkbox].erred-user-form-field{ box-shadow: 0 0 2px 1px #de6262; } .preview-form .Field { width:100%; pointer-events: auto; box-sizing: border-box; } .preview-form .field-holder label input[type="checkbox"].Field { width:auto; border:none; margin:0px; min-width: auto!important; margin-right:10px; } .preview-form .field-holder input[type="date"].Field{ width: auto!important; text-align: right!important; padding: 0!important; margin: 0!important; border:none!important; min-width: auto!important; } label.preview-element.Field.for-date{ display: inline-flex; justify-content: space-between; align-items: center; } .preview-form textarea.Field { resize: none; height: 4em; } .preview-form .field-checkbox span, .preview-form .field-checkbox input{ vertical-align: middle; } .preview-form .field-checkbox{ text-align: left; } /* fix for old style */ .preview-icon-holder { margin-bottom: 0px!important; } .master.item-box[data-child-type="MAP"]{ min-height:300px; } .disable-max-width{ max-width:none!important; } .master.item-box.header-box{ z-index:123456; } .animated-top{ -webkit-transition: top 2s cubic-bezier(0.165, 0.84, 0.44, 1); -moz-transition: top 2s cubic-bezier(0.165, 0.84, 0.44, 1); -o-transition: top 2s cubic-bezier(0.165, 0.84, 0.44, 1); transition: top 2s cubic-bezier(0.165, 0.84, 0.44, 1); } iframe.html-frame{ width: 100%; height: 100%; min-height:inherit; } .html-wrapper .content , .html-wrapper .content .page-html-cover , .html-wrapper .content .page-html-cover .html-source, .raw-wrapper .content, .raw-wrapper .content .page-raw-cover, .raw-wrapper .content .page-raw-cover .html-source, .raw-wrapper .content .page-raw-cover .html-source .raw-container{ min-height:inherit; height:inherit; } .raw-wrapper .content .page-raw-cover .html-source .raw-container,.raw-wrapper .content{ overflow: hidden; } .raw-wrapper .content .page-raw-cover.centered .html-source .raw-container{ position: absolute; left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%); height:auto; min-height:initial; } /*****************************************************************************/ /* EFFECTS /*****************************************************************************/ [data-flex_element_effect="effect-fadein"] ~ #children .preview-content-holder{ opacity: 0; } [data-flex_element_effect="effect-fadein"] ~ #children .play-effect .preview-content-holder{ -webkit-transition: opacity 2s cubic-bezier(0.165, 0.84, 0.44, 1); /* Safari, Chrome and Opera > 12.1 */ -moz-transition: opacity 2s cubic-bezier(0.165, 0.84, 0.44, 1); /* Firefox < 16 */ -ms-transition: opacity 2s cubic-bezier(0.165, 0.84, 0.44, 1); /* Internet Explorer */ -o-transition: opacity 2s cubic-bezier(0.165, 0.84, 0.44, 1); /* Opera < 12.1 */ transition: opacity 2s cubic-bezier(0.165, 0.84, 0.44, 1); opacity: 1; } [data-flex_element_effect="effect-grow"] ~ #children .preview-content-holder{ transform: scale(0.9); opacity:0 } [data-flex_element_effect="effect-grow"] ~ #children .play-effect .preview-content-holder{ -webkit-transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1); /* Safari, Chrome and Opera > 12.1 */ -moz-transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1); /* Firefox < 16 */ -ms-transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1); /* Internet Explorer */ -o-transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1); /* Opera < 12.1 */ transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1); transform: scale(1); opacity:1 } [data-flex_element_effect="effect-slide-up"] ~ #children .preview-content-holder{ transform: translateY(10vh); opacity:0; } [data-flex_element_effect="effect-slide-up"] ~ #children .play-effect .preview-content-holder{ -webkit-transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) , opacity 3s cubic-bezier(0.165, 0.84, 0.44, 1); /* Safari, Chrome and Opera > 12.1 */ -moz-transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 3s cubic-bezier(0.165, 0.84, 0.44, 1); /* Firefox < 16 */ -ms-transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 3s cubic-bezier(0.165, 0.84, 0.44, 1); /* Internet Explorer */ -o-transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 3s cubic-bezier(0.165, 0.84, 0.44, 1); /* Opera < 12.1 */ transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 3s cubic-bezier(0.165, 0.84, 0.44, 1); transform: translateY(0); opacity:1; } .item-details{ line-height:0px; position:relative; } .preview-body ul{ padding-left: 20px!important; list-style:initial; padding: initial; } .preview-body li{ margin:initial; padding:initial; } .preview-raw-wrapper { width: 100%; height: 100%; } .preview-raw-holder { width: 100%; height: 100%; top: 0px; left: 0px; position: relative; } .preview-raw-container{ height:100%; width:100%; } .stripes .master.element-box .image-source{ min-height: inherit; height:100%; } .map-blocker{ height:100%; min-height:inherit; width:100%; position:absolute; left:0px; right:0px; z-index:12345678; } .element-wrapper.pic-wrapper a{ min-height:inherit; } [data-default-currency=USD] .preview-price:not(.sold-out)::before, [data-default-currency=USD] .shipping-currency::before { content: "$"; } [data-default-currency=EUR] .preview-price:not(.sold-out)::before, [data-default-currency=EUR] .shipping-currency::before { content: "\20ac"; } [data-default-currency=GBP] .preview-price:not(.sold-out)::before, [data-default-currency=GBP] .shipping-currency::before{ content: "\00a3"; } [data-default-currency=SEK] .preview-price:not(.sold-out)::after, [data-default-currency=SEK] .shipping-currency::after { content: "Kr"; font-size: 0.7em; } [data-default-currency=NOK] .preview-price:not(.sold-out)::after, [data-default-currency=NOK] .shipping-currency::after { content: "kr"; font-size: 0.7em; } [data-default-currency=VND] .preview-price:not(.sold-out)::after, [data-default-currency=VND] .shipping-currency::after { content: "₫"; font-size: 0.7em; } [data-default-currency=NPR] .preview-price:not(.sold-out)::after, [data-default-currency=NPR] .shipping-currency::after { content: "Re."; font-size: 0.7em; } [data-default-currency=HUF] .preview-price:not(.sold-out)::after, [data-default-currency=HUF] .shipping-currency::after { content: "Ft"; font-size: 0.7em; } [data-default-currency=RON] .preview-price:not(.sold-out)::after, [data-default-currency=RON] .shipping-currency::after { content: "lei"; font-size: 0.7em; } [data-default-currency=GHS] .preview-price:not(.sold-out)::after, [data-default-currency=GHS] .shipping-currency::after { content: "GH¢"; font-size: 0.7em; } [data-default-currency=CAD] .preview-price:not(.sold-out)::before, [data-default-currency=CAD] .shipping-currency::before { content: "$(cad)"; font-size: 0.7em; } [data-default-currency=AUD] .preview-price:not(.sold-out)::before, [data-default-currency=AUD] .shipping-currency::before { content: "$"; font-size: 0.7em; } [data-default-currency=AUD] .preview-price:not(.sold-out)::after, [data-default-currency=AUD] .shipping-currency::after { content: "(AUD)"; font-size: 0.7em; } [data-default-currency=CHF] .preview-price:not(.sold-out)::after, [data-default-currency=CHF] .shipping-currency::after { font-size: 0.7em; } [data-default-currency=BRL] .preview-price:not(.sold-out)::before, [data-default-currency=BRL] .shipping-currency::before { content: "R$"; } [data-default-currency=MYR] .preview-price:not(.sold-out)::before, [data-default-currency=MYR] .shipping-currency::before { content: "RM"; } [data-default-currency=SGD] .preview-price:not(.sold-out)::before, [data-default-currency=SGD] .shipping-currency::before { content: "S$"; } [data-default-currency=ZAR] .preview-price:not(.sold-out)::before, [data-default-currency=ZAR] .shipping-currency::before { content: "R"; } [data-default-currency=INR] .preview-price:not(.sold-out)::before, [data-default-currency=INR] .shipping-currency::before { content: "\20b9"; } [data-default-currency=NGN] .preview-price:not(.sold-out)::before, [data-default-currency=NGN] .shipping-currency::before { content: "\20a6 "; } [data-default-currency=TRY] .preview-price:not(.sold-out)::before, [data-default-currency=TRY] .shipping-currency::before { content: "\20ba"; } [data-default-currency=CHF] .preview-price:not(.sold-out)::before, [data-default-currency=CHF] .shipping-currency::before { content: "CHF"; } [data-default-currency=AED] .preview-price:not(.sold-out)::after, [data-default-currency=AED] .shipping-currency::after { content: "\062f.\0625"; } [data-default-currency=PKR] .preview-price:not(.sold-out)::after, [data-default-currency=PKR] .shipping-currency::after { content: "₨"; } [data-default-currency=THB] .preview-price:not(.sold-out)::after, [data-default-currency=THB] .shipping-currency::after { content: "฿"; } [data-default-currency=IDR] .preview-price:not(.sold-out)::after, [data-default-currency=IDR] .shipping-currency::after { content: "Rp"; } [data-default-currency=TWD] .preview-price:not(.sold-out)::before, [data-default-currency=TWD] .shipping-currency::before { content: "NT$"; } [data-default-currency=UYU] .preview-price:not(.sold-out)::before, [data-default-currency=UYU] .shipping-currency::before { content: "$U"; } [data-default-currency=MXN] .preview-price:not(.sold-out)::before, [data-default-currency=MXN] .shipping-currency::before { content: "Mex$"; } [data-default-currency=TWD] .preview-price:not(.sold-out)::before, [data-default-currency=TWD] .shipping-currency::before { content: "NT$"; } [data-default-currency=GHS] .preview-price:not(.sold-out)::before, [data-default-currency=GHS] .shipping-currency::before { content: "GH¢"; } [data-default-currency=MAD] .preview-price:not(.sold-out)::after, [data-default-currency=MAD] .shipping-currency::after { content: "DH"; } [data-default-currency=RUB] .preview-price:not(.sold-out)::after, [data-default-currency=RUB] .shipping-currency::after { content: "\20bd"; } [data-default-currency=JPY] .preview-price:not(.sold-out)::before { content: "\00a5"; } [data-default-currency=NZD] .preview-price:not(.sold-out)::before { content: "NZ$"; } [data-default-currency=ILS] .preview-price:not(.sold-out)::before, [data-default-currency=ILS] .shipping-currency::before { content: "\20AA"; } [data-default-currency=PHP] .preview-price:not(.sold-out)::before, [data-default-currency=PHP] .shipping-currency::before { content: "₱"; } .multi_layout .pic-side .inner-pic.circlize{ margin-left: auto; margin-right: auto; } [data-caller=static] .master.item-box.showing-feed:not(.loaded) .sub.item-box{ opacity:0!important; } .sub.item-box{ opacity:1; } .stripe-header , .stripe-footer{ width:100%; z-index:1; } .blocks-preview-divider, .preview-divider{ border-top-width: 0px; border-left-width: 0px; border-right-width: 0px; height: 10px; } .raw-wrapper .content .page-raw-cover.centered{ min-height:100px; } .master.container.narrow-site{ max-width: 1000px; margin: auto; overflow:hidden; } .master.container.narrow-site > #children{ max-width:1000px; margin:auto; } .master.container.narrow-site .control-handle{ max-width:1000px; } .master.container.narrow-site .force-min-height50{ max-width:1000px; margin:auto; left:auto!important; padding-left:0px!important; padding-right:0px!important; width:100%; } .master.container.narrow-site .left-menu-placeholder{ margin-left:-270px; } .master.container.narrow-site .left-menu-placeholder .master.item-box{ left:auto!important; } .master.container.narrow-site.left-menu-layout{ left:135px; } .full-width-bg{ background-size: 100% auto; background-repeat: no-repeat; background-attachment: scroll; background-position: top; } .cover-bg{ background-size: cover; background-repeat: no-repeat; background-attachment: scroll; background-position: top; } .pattern-bg{ background-repeat: repeat; } .fixed-bg{ background-size:cover; background-repeat: no-repeat; background-attachment: fixed; } .contain-bg{ background-size:contain; background-position:center; background-repeat: no-repeat; background-attachment: fixed; } .parallax-bg, .fixed-bg, .parallax50-bg{ background-size:cover!important; background-attachment: fixed; } #xprs.phone-mode .parallax-bg, #xprs.phone-mode .fixed-bg, #xprs.phone-mode .parallax50-bg, #xprs.tablet-mode .parallax-bg, #xprs.tablet-mode .fixed-bg, #xprs.tablet-mode .parallax50-bg{ background-attachment:initial!important; background-position-y:center!important; background-position-x:center!important; } .master.item-box .flex .sub.item-box:not(:only-child) .parallax50-bg, .master.item-box .flex .sub.item-box:not(:only-child) .fixed-bg{ background-attachment:scroll!important; background-position-y:center!important; } #xprs.phone-mode .master.item-box:not([data-preset-type-id='PROMO']) .vimplayer.preview.video-frame{ width: 100%!important; height: 100%!important; margin-top: 0px!important; margin-left: 0px!important; } .sub.item-box:after, .pic-side:after{ pointer-events:none; } .stripe_popup_app_hide { display: none; } .popup-mode .raw-wrapper .content .page-raw-cover .html-source .raw-container { pointer-events: auto; } .shadowed{ -webkit-box-shadow: -7px 15px 40px 4px rgba(0,0,0,0.35); -moz-box-shadow: -7px 15px 40px 4px rgba(0,0,0,0.35); box-shadow: -7px 15px 40px 4px rgba(0,0,0,0.35); } .no-scroll{ overflow-y:hidden; } #xprs.cellphone-preview .hide-from-mobile, #xprs.phone-mode .hide-from-mobile{ display:none!important; } #xprs.phone-mode .preview-form .Field{ min-width:auto!important; } /* Hack for captcha */ div[style*="z-index: 2000000000"]{ z-index:999999999999!important; } .fill-height{ min-height:100vh!important; } .stripe_popup_app{ max-width:100%!important; max-height:100%!important; } @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) { .parallax-bg, .fixed-bg, .parallax50-bg { background-attachment:initial!important; background-position-y:center!important; background-position-x:center!important; } } @media screen and (max-height: 575px){ .g-recaptcha {transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;} .g-recaptcha > div{ width:200px!important; } } /*TABLET*/ @media only screen and (min-width : 768px) and (max-width : 1024px) { html{ font-size:0.7px; } } /*MOBILE*/ @media only screen and (max-width : 768px) { html{ font-size:0.5px; } .preview-title, .preview-subtitle{ word-break: break-word; } }</style> <style class='multi-css'>.multi_layout .item-preview{ height:inherit; width:100%; min-height:inherit; } .multi_layout .helper-div .text-side .vertical-aligner{ overflow:visible; } .multi_layout .image-cover{ height:inherit; min-height:inherit; } .multi_layout .image-source.background-div{ height:100%; } .multi_layout .image-source.background-image-div{ height:100%; } .multi_layout .preview-image-holder:not(.inner-pic-holder){ height:inherit; min-height:inherit; position:relative; } .multi_layout .benet{ min-height:inherit; } .multi_layout .image-source{ height:inherit; min-height:inherit; position:absolute; } .multi_layout .helper-div .image-source{ position:relative; } /*****************************************************************************/ /* IMAGE & TEXT POSITIONING /*****************************************************************************/ .multi_layout .top-left.helper-div,.middle-left.helper-div ,.middle-left-25.helper-div, .bottom-left.helper-div,.top-right.helper-div, .middle-right.helper-div ,.middle-right-25.helper-div, .bottom-right.helper-div { position:initial; overflow: hidden; height:100%; min-height:inherit; } .multi_layout .vertical-aligner{ position:relative; height:100%; width:100%; display:table; min-height:inherit; overflow:hidden; } .multi_layout .pic-side .inner-pic:not(.circlize){ min-height:inherit; } .multi_layout .pic-side .vertical-aligner a.image-link{ position:relative; display:inline-block; min-height:inherit; overflow:hidden; } .multi_layout .pic-side .vertical-aligner a.image-link.not-wrapping, .multi_layout .pic-side .vertical-aligner a.image-link:empty { position: absolute; left: 0px; top: 0px; } .sub.container .multi_layout .pic-side .vertical-aligner a.image-link{ height:100%; width:100%; } .multi_layout .pic-side .vertical-aligner{ margin-left: auto; margin-right: auto; /*display:inline-block;*/ } .multi_layout .pic-side { text-align:center; line-height:0px; } .multi_layout .pic-side.reset { top:initial!important; margin-left:initial!important; width:100%!important; } .multi_layout .helper-div .pic-side .inner-pic-holder{ /*display: table-cell;*/ /*display:block;*/ overflow: visible; line-height:0px!important; } .multi_layout .preview-image-holder.inner-pic-holder{ display:table-cell; } .multi_layout .pic-side{ position:absolute; pointer-events:auto; /*outline: 1px solid green; background-color: rgba(43,102,10,0.5);*/ overflow:visible; top:0px; bottom:0px; } .draggable-pic{ pointer-events: auto; display: inline-block; width: 100%; height: 100%; background-size:contain; background-repeat: no-repeat; } .flex .multi_layout .middle-center.helper-div .text-side .draggable-pic-wrapper { display: inline-block; position: absolute; /*width: 50%;*/ left: 50%; top: 50%; /*height: 100%;*/ z-index: -1; } .flex .multi_layout .middle-center.helper-div .text-side .draggable-pic-wrapper.ui-draggable { cursor:move; } .draggable-pic-wrapper .ui-resizable-ne,.draggable-pic-wrapper .ui-resizable-se,.draggable-pic-wrapper .ui-resizable-nw,.draggable-pic-wrapper .ui-resizable-sw{ background-color: #0f95ee; border-radius: 7px; } .draggable-pic-wrapper .ui-resizable-se.ui-icon.ui-icon-gripsmall-diagonal-se{ width:9px; height:9px; background-image:none; right: -5px; bottom: -5px; } .flex .multi_layout .middle-center.helper-div .text-side .draggable-pic-wrapper .draggable-pic-holder { display: inline-block; height:100%; } .flex .multi_layout .middle-center.helper-div .draggable-div-holder{ display:block; } .draggable-div-holder{ display:none; } .draggable-pic-wrapper{ pointer-events:auto; } .draggable-pic-wrapper.ui-resizable{ outline:solid 1px #0f95ee; /*box-sizing:border-box;*/ } .draggable-pic-wrapper.ui-resizable .ui-resizable-handle.ui-resizable-s, .draggable-pic-wrapper.ui-resizable .ui-resizable-handle.ui-resizable-n{ height:7px; background-color: transparent; } .draggable-div-holder{ top:0px; position: absolute; height: 500px; min-height:inherit; width:100%; } .multi_layout .inner-pic-holder .inner-pic.fill{ width: 100%!important; height: 100%!important; background-size: cover; background-repeat:no-repeat; max-width: none; max-height: none; } .multi_layout .inner-pic-holder .inner-pic{ /*width: 100%!important;*/ width: 100%; height: 100%; background-repeat:no-repeat; max-width: none; max-height: none; overflow:hidden; } .multi_layout .inner-pic-holder a .inner-pic{ display:table; } .multi_layout .inner-pic-holder .inner-pic#no-image{ outline:none; } /*** TOP LEFT ***/ .multi_layout .top-left.helper-div .pic-side{ width:50%; height: 100%; left: 50%; min-height: inherit; /*margin-left: 50%;*/ } .multi_layout .top-left.helper-div .pic-side .inner-pic{ height: 100%; } .multi_layout .top-left.helper-div .text-side{ width: 50%; height: 100%; position: relative; float: left; min-height: inherit; } .multi_layout .top-left.helper-div .item-details{ /*vertical-align: top;*/ display: table-cell; } /*** CENTER LEFT ***/ .multi_layout .middle-left.helper-div .pic-side, .multi_layout .middle-left-25.helper-div .pic-side{ width:50%; height: 100%; left: 50%; min-height: inherit; /*margin-left: 50%;*/ } .multi_layout .middle-left-25.helper-div .pic-side{ width:75%; left: 25%; } .multi_layout .middle-left.helper-div .pic-side .inner-pic, .multi_layout .middle-left-25.helper-div .pic-side .inner-pic{ height: 100%; } .multi_layout .middle-left.helper-div .text-side, .multi_layout .middle-left-25.helper-div .text-side{ width: 50%; height: 100%; position: relative; float: left; min-height: inherit; display: table; } .multi_layout .middle-left-25.helper-div .text-side{ width: 25%; } .multi_layout .middle-left.helper-div .item-details, .multi_layout .middle-left-25.helper-div .item-details{ /*vertical-align: top;*/ display: table-cell; } /*** BOTTOM LEFT ***/ .multi_layout .bottom-left.helper-div .pic-side{ width:50%; height: 100%; left: 50%; min-height: inherit; } .multi_layout .bottom-left.helper-div .text-side{ width: 50%; height: 100%; position: relative; float: left; min-height: inherit; } .multi_layout .bottom-left.helper-div .item-details{ /*vertical-align: bottom;*/ display: table-cell; } /*** TOP RIGHT ***/ .multi_layout .top-right.helper-div .pic-side{ width:50%; height: 100%; right: 50%; min-height: inherit; } .multi_layout .top-right.helper-div .text-side{ width:50%; height: 100%; position: relative; float: right; min-height: inherit; } .multi_layout .top-right.helper-div .item-details{ /*vertical-align: top;*/ display: table-cell; } /*** MIDDLE RIGHT ***/ .multi_layout .middle-right.helper-div .pic-side, .multi_layout .middle-right-25.helper-div .pic-side{ width:50%; height: 100%; right: 50%; min-height: inherit; } .multi_layout .middle-right-25.helper-div .pic-side{ width:75%; right: 25%; } .multi_layout .middle-right.helper-div .text-side, .multi_layout .middle-right-25.helper-div .text-side{ width:50%; height: 100%; position: relative; float: right; min-height: inherit; display: table; } .multi_layout .middle-right-25.helper-div .text-side{ width:25%; } .multi_layout .middle-right.helper-div .item-details, .multi_layout .middle-right-25.helper-div .item-details{ /*vertical-align: top;*/ display: table-cell; } .multi_layout.product-container .middle-right.helper-div .pic-side{ width:66%; height: 100%; right: 34%; min-height: inherit; } .multi_layout.product-container .middle-right.helper-div .text-side{ width:33%; height: 100%; position: relative; float: right; min-height: inherit; display: table; } .multi_layout.product-container .inner-pic.preview-element{ background-size:contain!important; background-position:center!important; background-repeat:no-repeat!important; } /*** BOTTOM RIGHT ***/ .multi_layout .bottom-right.helper-div .pic-side{ width:50%; height: 100%; right: 50%; min-height: inherit; } .multi_layout .bottom-right.helper-div .text-side{ width:50%; height: 100%; position: relative; float: right; min-height: inherit; } .multi_layout .bottom-right.helper-div .item-details{ /*vertical-align: bottom;*/ display: table-cell; } /*** CENTER CENTER ***/ .multi_layout .middle-center.helper-div{ min-height: inherit; height: 100%; } .xprs-holder:not(.in-editor) .multi_layout .middle-center.helper-div{ pointer-events:none; } .multi_layout .middle-center.helper-div .pic-side{ width:100%; height: 100%; /*text-align:center;*/ top: 0px; } .multi_layout .middle-center.helper-div .pic-side .inner-pic{ margin-left:auto; margin-right:auto; display:inline-block; position:relative; } .multi_layout .middle-center.helper-div .pic-side a .inner-pic{ display:table; } .multi_layout .middle-center.helper-div .text-side{ width:100%; height: 100%; /*text-align:center;*/ min-height: inherit; margin-left: auto; margin-right: auto; display: table; } .multi_layout .middle-center.helper-div .preview-content-holder{ pointer-events: none; } .multi_layout .middle-center.helper-div .preview-content-holder .preview-element{ pointer-events:auto; } .multi_layout .middle-center.helper-div .item-details{ /*vertical-align: middle;*/ display: table-cell; pointer-events: none; } .multi_layout .middle-center.helper-div .vertical-aligner{ margin-left: auto; margin-right: auto; z-index:12345; } .multi_layout .middle-center.helper-div .text-side .vertical-aligner{ width:100%; } /*** BOTTOM CENTER ***/ .multi_layout .bottom-center.helper-div .text-side{ /*vertical-align: middle;*/ display: block; position:relative; } .multi_layout .bottom-center.helper-div .pic-side{ position:relative; /*bottom:0px; top:0px; width:100%;*/ } .multi_layout .bottom-center.helper-div .benet{ min-height:initial; } .multi_layout .bottom-center.helper-div .text-side .vertical-aligner{ width:100%; min-height:0px!important; height:initial!important } .multi_layout .bottom-center.helper-div .pic-side .vertical-aligner{ width:100%; min-height:0px!important; height: inherit!important; } .multi_layout .bottom-center.helper-div .pic-side .inner-pic-holder{ width:100%; min-height:0px!important; height: inherit!important; } .multi_layout .bottom-center.helper-div:not(.flipped-image) .pic-side .inner-pic{ width:100%; min-height:0px!important; } .multi_layout .bottom-center.helper-div.flipped-image .pic-side .inner-pic{ width:100%; min-height:300px!important; } /*** TOP CENTER ***/ .multi_layout .top-center.helper-div{ height: 100%; width: 100%; min-height: inherit; display: block; } .multi_layout .top-center.helper-div .text-side{ /*vertical-align: middle;*/ display: block; position:relative; } .multi_layout .top-center.helper-div .pic-side{ position:relative; /*bottom:0px; top:0px; width:100%;*/ } .multi_layout .top-center.helper-div .text-side .vertical-aligner{ width:100%; } .multi_layout .top-center.helper-div .benet{ min-height:initial; } .multi_layout .top-center.helper-div .text-side .vertical-aligner{ width:100%; min-height:0px!important; height:initial!important } .multi_layout .top-center.helper-div .pic-side .vertical-aligner{ width:100%; min-height:0px!important; height: inherit!important; } .multi_layout .top-center.helper-div .pic-side .inner-pic-holder{ width:100%; min-height:0px!important; height: inherit!important; line-height: 0px; } .multi_layout .top-center.helper-div:not(.flipped-image) .pic-side .inner-pic{ width:100%; min-height:0px!important; } .multi_layout .top-center.helper-div.flipped-image .pic-side .inner-pic{ width:100%; min-height:300px!important; } .multi_layout .helper-div:not(.middle-center) .pic-side .inner-pic#no-image{ /* background-image:url(http://lh3.googleusercontent.com/H91IJNOH5dBhODefYvp-p8aMs08rzundiGNqMQ4F5lHTil9hbPZLZj_QcdBV48sn524pngBjg_RXN8u2Um68pIubkQ); background-size: 50px; background-position:center; background-repeat: no-repeat; */ } .item_layout .item-preview, .item_layout .preview-image-holder, .item_layout .helper-div, .item_layout .text-side{ height:100%; min-height:inherit; } .item_layout .helper-div{ display:flex; } .item_layout .helper-div.middle-right{ flex-direction:row-reverse; } .item_layout .helper-div.bottom-center{ flex-direction:column; } .item_layout .helper-div.middle-center .text-side{ flex:1; } .item_layout .helper-div.middle-left .text-side , .item_layout .helper-div.middle-left .pic-side, .item_layout .helper-div.middle-left-25 .text-side , .item_layout .helper-div.middle-left-25 .pic-side, .item_layout .helper-div.middle-right .text-side , .item_layout .helper-div.middle-right .pic-side { width:50%; } .item_layout .helper-div.middle-center .pic-side{ pointer-events:auto; position: absolute; height:100%; width:100%; } .item_layout .helper-div .pic-side .inner-pic{ height:100%; width:100%; } .item_layout .text-side{ display:flex; align-items: center; justify-content: center; } </style> <style class='menu-css'>.menu_layout.item-content{ height:inherit; } .menu_layout .helper-div{ display:table-cell; vertical-align:middle; } .menu_layout .image-cover{ display:table-cell; vertical-align:middle; } .menu_layout .preview-content-wrapper{ text-align:left; height:inherit; min-height:inherit; } .menu_layout .preview-content-holder{ display: block; max-width: 100%; height:inherit; min-height:inherit; } .menu_layout .preview-item-links{ display:table-cell; vertical-align:middle; } .preview-item-links[data-shrink-style='vertically'] .preview-links-wrapper{ display:flex; flex-direction: column; } .menu_layout{ display:table; } .menu_layout .left-div{ height:10px; /*inherit for chrome*/ display:table; float:left; min-height:inherit; } .item-box[data-height-resize="true"] .menu_layout .left-div{ height:inherit; } .item-box[data-height-resize="true"] .menu_layout .right-div{ height:inherit; } .menu_layout .right-div{ height:10px; /*inherit for chrome*/ display:table; float:right; min-height:inherit; } .menu_layout.item-content{ width:100%; } .menu_layout .preview-item-links li{ display:inline-block; position: relative; } .preview-item-links .submenu li{ display:block!important; } .menu_layout .preview-item-links.flipped{ display:block; } .menu_layout .menu-line{ height: 3px; margin-bottom:5px; display:block; background-color:black; } .menu_layout .logo-holder{ display: table-cell; vertical-align: middle; line-height:0px; } .menu_layout .links-menu-btn{ width: 25px; height: 36px; cursor:pointer; display:none; vertical-align: middle; } .menu_layout .links-menu-btn.hamburger { width: auto; height: auto; position: absolute; top: 50%; right: 0%; transform: translateY(-50%); } .menu_layout .links-menu-btn-wrapper{ display:table; float:right; /*height:100%;*/ } .menu-links-holder{ position:relative; left:0px; top:0px; display:none; } .menu-links-holder.shown{ display:block; } .center-aligned-menu:not(.force-min-height50) .benet{ display:none; } .center-aligned-menu:not(.force-min-height50) .right-div, .center-aligned-menu:not(.force-min-height50) .left-div{ display:block; float:none; height:auto!important; min-height:initial; text-align:center; } .center-aligned-menu:not(.force-min-height50) .menu_layout .preview-item-links{ padding-bottom:25px; } .center-aligned-menu:not(.force-min-height50) .menu_layout .left-div{ padding-top:25px; } .center-aligned-menu:not(.force-min-height50) .helper-div{ display:inline; } .center-aligned-menu:not(.force-min-height50) .logo-holder , .center-aligned-menu:not(.force-min-height50) .preview-item-links{ display:inline-block; } .center-aligned-menu:not(.force-min-height50) .preview-content-wrapper{ display: table; width: 100%; text-align:center; } .center-aligned-menu:not(.force-min-height50) .preview-content-holder{ display: table-cell; vertical-align: middle; } .center-aligned-menu:not(.force-min-height50) .menu_layout .links-menu-btn.shown{ display:inline-block; } .menu_layout .links-menu-btn.shown{ display:table-cell; pointer-events:auto; } .menu-open .preview-element.Link.item-link{ pointer-events: auto; } .menu-open:not(.force-transparency):not(.full-screen-menu) .preview-item-links{ background-color:transparent; pointer-events:none; } .menu-open { pointer-events:auto!important; } .menufied .preview-item-links{ display:block; margin:auto; position:relative; z-index:3; padding-bottom:25px; } .menufied .preview-item-links span, .menufied .preview-item-links li{ display:inline-block; position: relative; } .menufied .preview-item-links.no-place span, .menufied.full-screen-menu.menu-open .preview-item-links span, .menufied.side-screen-menu.menu-open .preview-item-links span, .menufied.full-screen-menu.menu-open .preview-item-links li, .menufied.side-screen-menu.menu-open .preview-item-links li{ display:block; margin-right:auto!important; margin-left:auto!important; } .menufied.full-screen-menu .submenu, .menufied.side-screen-menu .submenu{ background-color:transparent!important; } .menu_layout .submenu li{ min-width:100%; } .left-menu-placeholder .item-wrapper{ padding-top:25%!important; } .left-menu-placeholder .master.item-box{ width:inherit!important; padding-left:0px!important; padding-right:0px!important; } .left-menu-placeholder .preview-item-links span{ margin-right:auto!important; margin-left:auto!important; } .preview-links-wrapper > span:first-child, .preview-links-wrapper > a:first-child span { margin-left:0px!important; } .left-menu-placeholder .preview-item-links{ padding-top:30px!important; } .animated-menu{ -webkit-transition: max-height 0.8s; -moz-transition: max-height 0.8s; transition: max-height 0.8s; } .scale-down08{ -webkit-transform: scale(0.8); transform:scale(0.8); -ms-transform:scale(0.8); } .force-min-height50{ min-height:50px!important; } .force-min-height50 .menus-wrapper{ min-height:50px!important; } .force-transparency{ background-color:transparent!important; pointer-events: none; } .force-transparency .preview-links-wrapper{ pointer-events: auto; } .force-transparency .item-content{ background-color:transparent!important; } .master.container.left-menu-layout [data-preset-type-id='MENUS']{ position:fixed!important; width:270px; top:0px; } .master.container .left-menu-placeholder{ display: inline-block; width:270px; vertical-align:top; } .master.container.left-menu-layout .item-wrapper.menus-wrapper{ display: inline-block; } .master.container.left-menu-layout .menu_layout .preview-item-links a , .master.container.left-menu-layout .menu_layout .preview-item-links .item-link,.master.container.left-menu-layout .menu_layout .preview-item-links li { display:block; } .master.container.left-menu-layout [data-preset-type-id='MENUS'] + .control-handle{ display: none!important; } .master.container.left-menu-layout > #children{ display: inline-block; } .master.container.left-menu-layout .menu_layout .preview-content-holder{ vertical-align:top; } .xprs-holder:not(.in-editor) .master.item-box.header-box.being-scrolled{ z-index:1234567891; } .being-scrolled .menu_layout .preview-subtitle-holder , .minimal-design .menu_layout .preview-subtitle-holder{ display:none; } .being-scrolled .menu_layout .preview-title-holder, .minimal-design .menu_layout .preview-title-holder{ display:table-cell; vertical-align:middle; } .being-scrolled .menu_layout .item-details , .minimal-design .menu_layout .item-details{ display:table; } .master.item-box.header-box.full-screen-menu .preview-links-wrapper, .master.item-box.header-box.side-screen-menu .preview-links-wrapper{ transform: translateY(-50%) translateX(-50%); top: 50%; left: 50%; position: absolute; } .left-menu-placeholder .menus-wrapper { min-width:none!important; } .master.item-box.header-box.full-screen-menu.menu-open .preview-item-links.transform-disabled .preview-links-wrapper{ transform:translateX(-50%); padding-right:-20px; } .master.item-box.header-box.full-screen-menu.menu-open .preview-item-links.transform-disabled{ overflow-y:scroll; padding-right:20px; } .master.item-box.header-box.full-screen-menu .preview-item-links{ position: fixed; top: 0px; left: 0px; z-index: -1; width: 100%; height: 100%; } .master.item-box.header-box.side-screen-menu .preview-item-links{ position: fixed; top: 0px; right: -315px; z-index: -1; width: 315px; height: 100%; transition:right 1s; display:block; } .left-menu-placeholder .menu_layout .submenu, .header-box.side-screen-menu .submenu, .header-box.full-screen-menu .submenu, .menufied .preview-item-links.no-place .submenu{ position:relative; } .header-box .submenu{ display:none; } .header-box:not(.full-screen-menu) .preview-item-links:not([data-shrink-style='vertically']) .submenu{ position: absolute; left: -10px; top: 100%; min-width: 130px; padding: 10px; z-index:123; } .left-menu-placeholder .menu_layout .submenu .submenu-link , .header-box.side-screen-menu .submenu .submenu-link, .header-box.full-screen-menu .submenu .submenu-link, .menufied .preview-item-links.no-place .submenu .submenu-link{ text-align: center; } .header-box .submenu-link{ display:block; text-align: left; } .header-box .submenu-title{ position:relative; cursor:pointer; } .header-box .submenu-title:after{ content: ' \25be'; /* \25b4*/ } .master.item-box.header-box.boxed-menu .preview-item-links{ width:400px; height:400px; position: absolute; top:0px; right:0px; } .menu-advanced-settings.switching-panel .hamburger-inner:before, .menu-advanced-settings.switching-panel .hamburger-inner, .menu-advanced-settings.switching-panel .hamburger-inner:after{ background-color:#666; } .menu-advanced-settings.switching-panel .hamburger.selected .hamburger-inner:before, .menu-advanced-settings.switching-panel .hamburger.selected .hamburger-inner, .menu-advanced-settings.switching-panel .hamburger.selected .hamburger-inner:after{ background-color:white; } .hamburger{ outline:none; } .very-small .hamburger-box{ -ms-transform: scale(0.5); /* IE 9 */ -webkit-transform: scale(0.5); /* Safari */ transform: scale(0.5); } .small .hamburger-box{ -ms-transform: scale(0.7); /* IE 9 */ -webkit-transform: scale(0.7); /* Safari */ transform: scale(0.7); } .large .hamburger-box{ -ms-transform: scale(1.3); /* IE 9 */ -webkit-transform: scale(1.3); /* Safari */ transform: scale(1.3); } .very-large .hamburger-box{ -ms-transform: scale(1.5); /* IE 9 */ -webkit-transform: scale(1.5); /* Safari */ transform: scale(1.5); } .hidden-menu{ display:none!important; } /*! * Hamburgers * @description Tasty CSS-animated hamburgers * @author Jonathan Suh @jonsuh * @site https://jonsuh.com/hamburgers * @link https://github.com/jonsuh/hamburgers */.hamburger{font:inherit;display:inline-block;overflow:visible;margin:0;padding:15px;cursor:pointer;transition-timing-function:linear;transition-duration:.15s;transition-property:opacity,-webkit-filter;transition-property:opacity,filter;transition-property:opacity,filter,-webkit-filter;text-transform:none;color:inherit;border:0;background-color:transparent}.hamburger:hover{opacity:.7}.hamburger-box{position:relative;display:inline-block;width:40px;height:24px}.hamburger-inner{top:50%;display:block;margin-top:-2px}.hamburger-inner,.hamburger-inner:after,.hamburger-inner:before{position:absolute;width:40px;height:4px;transition-timing-function:ease;transition-duration:.15s;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;border-radius:4px;background-color:#000}.hamburger-inner:after,.hamburger-inner:before{display:block;content:''}.hamburger-inner:before{top:-10px}.hamburger-inner:after{bottom:-10px}.hamburger--arrow.is-active .hamburger-inner:before{-webkit-transform:translate3d(-8px,0,0) rotate(-45deg) scaleX(.7);transform:translate3d(-8px,0,0) rotate(-45deg) scaleX(.7)}.hamburger--arrow.is-active .hamburger-inner:after{-webkit-transform:translate3d(-8px,0,0) rotate(45deg) scaleX(.7);transform:translate3d(-8px,0,0) rotate(45deg) scaleX(.7)}.hamburger--arrow-r.is-active .hamburger-inner:before{-webkit-transform:translate3d(8px,0,0) rotate(45deg) scaleX(.7);transform:translate3d(8px,0,0) rotate(45deg) scaleX(.7)}.hamburger--arrow-r.is-active .hamburger-inner:after{-webkit-transform:translate3d(8px,0,0) rotate(-45deg) scaleX(.7);transform:translate3d(8px,0,0) rotate(-45deg) scaleX(.7)}.hamburger--arrowalt .hamburger-inner:before{transition:top .1s .15s ease,-webkit-transform .15s cubic-bezier(.165,.84,.44,1);transition:top .1s .15s ease,transform .15s cubic-bezier(.165,.84,.44,1);transition:top .1s .15s ease,transform .15s cubic-bezier(.165,.84,.44,1),-webkit-transform .15s cubic-bezier(.165,.84,.44,1)}.hamburger--arrowalt .hamburger-inner:after{transition:bottom .1s .15s ease,-webkit-transform .15s cubic-bezier(.165,.84,.44,1);transition:bottom .1s .15s ease,transform .15s cubic-bezier(.165,.84,.44,1);transition:bottom .1s .15s ease,transform .15s cubic-bezier(.165,.84,.44,1),-webkit-transform .15s cubic-bezier(.165,.84,.44,1)}.hamburger--arrowalt.is-active .hamburger-inner:before{top:0;transition:top .1s ease,-webkit-transform .15s .1s cubic-bezier(.895,.03,.685,.22);transition:top .1s ease,transform .15s .1s cubic-bezier(.895,.03,.685,.22);transition:top .1s ease,transform .15s .1s cubic-bezier(.895,.03,.685,.22),-webkit-transform .15s .1s cubic-bezier(.895,.03,.685,.22);-webkit-transform:translate3d(-8px,-10px,0) rotate(-45deg) scaleX(.7);transform:translate3d(-8px,-10px,0) rotate(-45deg) scaleX(.7)}.hamburger--arrowalt.is-active .hamburger-inner:after{bottom:0;transition:bottom .1s ease,-webkit-transform .15s .1s cubic-bezier(.895,.03,.685,.22);transition:bottom .1s ease,transform .15s .1s cubic-bezier(.895,.03,.685,.22);transition:bottom .1s ease,transform .15s .1s cubic-bezier(.895,.03,.685,.22),-webkit-transform .15s .1s cubic-bezier(.895,.03,.685,.22);-webkit-transform:translate3d(-8px,10px,0) rotate(45deg) scaleX(.7);transform:translate3d(-8px,10px,0) rotate(45deg) scaleX(.7)}.hamburger--arrowalt-r .hamburger-inner:before{transition:top .1s .15s ease,-webkit-transform .15s cubic-bezier(.165,.84,.44,1);transition:top .1s .15s ease,transform .15s cubic-bezier(.165,.84,.44,1);transition:top .1s .15s ease,transform .15s cubic-bezier(.165,.84,.44,1),-webkit-transform .15s cubic-bezier(.165,.84,.44,1)}.hamburger--arrowalt-r .hamburger-inner:after{transition:bottom .1s .15s ease,-webkit-transform .15s cubic-bezier(.165,.84,.44,1);transition:bottom .1s .15s ease,transform .15s cubic-bezier(.165,.84,.44,1);transition:bottom .1s .15s ease,transform .15s cubic-bezier(.165,.84,.44,1),-webkit-transform .15s cubic-bezier(.165,.84,.44,1)}.hamburger--arrowalt-r.is-active .hamburger-inner:before{top:0;transition:top .1s ease,-webkit-transform .15s .1s cubic-bezier(.895,.03,.685,.22);transition:top .1s ease,transform .15s .1s cubic-bezier(.895,.03,.685,.22);transition:top .1s ease,transform .15s .1s cubic-bezier(.895,.03,.685,.22),-webkit-transform .15s .1s cubic-bezier(.895,.03,.685,.22);-webkit-transform:translate3d(8px,-10px,0) rotate(45deg) scaleX(.7);transform:translate3d(8px,-10px,0) rotate(45deg) scaleX(.7)}.hamburger--arrowalt-r.is-active .hamburger-inner:after{bottom:0;transition:bottom .1s ease,-webkit-transform .15s .1s cubic-bezier(.895,.03,.685,.22);transition:bottom .1s ease,transform .15s .1s cubic-bezier(.895,.03,.685,.22);transition:bottom .1s ease,transform .15s .1s cubic-bezier(.895,.03,.685,.22),-webkit-transform .15s .1s cubic-bezier(.895,.03,.685,.22);-webkit-transform:translate3d(8px,10px,0) rotate(-45deg) scaleX(.7);transform:translate3d(8px,10px,0) rotate(-45deg) scaleX(.7)}.hamburger--boring .hamburger-inner,.hamburger--boring .hamburger-inner:after,.hamburger--boring .hamburger-inner:before{transition-property:none}.hamburger--boring.is-active .hamburger-inner{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.hamburger--boring.is-active .hamburger-inner:before{top:0;opacity:0}.hamburger--boring.is-active .hamburger-inner:after{bottom:0;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.hamburger--collapse .hamburger-inner{top:auto;bottom:0;transition-delay:.15s;transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-duration:.15s}.hamburger--collapse .hamburger-inner:after{top:-20px;transition:top .3s .3s cubic-bezier(.33333,.66667,.66667,1),opacity .1s linear}.hamburger--collapse .hamburger-inner:before{transition:top .12s .3s cubic-bezier(.33333,.66667,.66667,1),-webkit-transform .15s cubic-bezier(.55,.055,.675,.19);transition:top .12s .3s cubic-bezier(.33333,.66667,.66667,1),transform .15s cubic-bezier(.55,.055,.675,.19);transition:top .12s .3s cubic-bezier(.33333,.66667,.66667,1),transform .15s cubic-bezier(.55,.055,.675,.19),-webkit-transform .15s cubic-bezier(.55,.055,.675,.19)}.hamburger--collapse.is-active .hamburger-inner{transition-delay:.32s;transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,-10px,0) rotate(-45deg);transform:translate3d(0,-10px,0) rotate(-45deg)}.hamburger--collapse.is-active .hamburger-inner:after{top:0;transition:top .3s cubic-bezier(.33333,0,.66667,.33333),opacity .1s .27s linear;opacity:0}.hamburger--collapse.is-active .hamburger-inner:before{top:0;transition:top .12s .18s cubic-bezier(.33333,0,.66667,.33333),-webkit-transform .15s .42s cubic-bezier(.215,.61,.355,1);transition:top .12s .18s cubic-bezier(.33333,0,.66667,.33333),transform .15s .42s cubic-bezier(.215,.61,.355,1);transition:top .12s .18s cubic-bezier(.33333,0,.66667,.33333),transform .15s .42s cubic-bezier(.215,.61,.355,1),-webkit-transform .15s .42s cubic-bezier(.215,.61,.355,1);-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.hamburger--collapse-r .hamburger-inner{top:auto;bottom:0;transition-delay:.15s;transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-duration:.15s}.hamburger--collapse-r .hamburger-inner:after{top:-20px;transition:top .3s .3s cubic-bezier(.33333,.66667,.66667,1),opacity .1s linear}.hamburger--collapse-r .hamburger-inner:before{transition:top .12s .3s cubic-bezier(.33333,.66667,.66667,1),-webkit-transform .15s cubic-bezier(.55,.055,.675,.19);transition:top .12s .3s cubic-bezier(.33333,.66667,.66667,1),transform .15s cubic-bezier(.55,.055,.675,.19);transition:top .12s .3s cubic-bezier(.33333,.66667,.66667,1),transform .15s cubic-bezier(.55,.055,.675,.19),-webkit-transform .15s cubic-bezier(.55,.055,.675,.19)}.hamburger--collapse-r.is-active .hamburger-inner{transition-delay:.32s;transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,-10px,0) rotate(45deg);transform:translate3d(0,-10px,0) rotate(45deg)}.hamburger--collapse-r.is-active .hamburger-inner:after{top:0;transition:top .3s cubic-bezier(.33333,0,.66667,.33333),opacity .1s .27s linear;opacity:0}.hamburger--collapse-r.is-active .hamburger-inner:before{top:0;transition:top .12s .18s cubic-bezier(.33333,0,.66667,.33333),-webkit-transform .15s .42s cubic-bezier(.215,.61,.355,1);transition:top .12s .18s cubic-bezier(.33333,0,.66667,.33333),transform .15s .42s cubic-bezier(.215,.61,.355,1);transition:top .12s .18s cubic-bezier(.33333,0,.66667,.33333),transform .15s .42s cubic-bezier(.215,.61,.355,1),-webkit-transform .15s .42s cubic-bezier(.215,.61,.355,1);-webkit-transform:rotate(90deg);transform:rotate(90deg)}.hamburger--elastic .hamburger-inner{top:0;transition-timing-function:cubic-bezier(.68,-.55,.265,1.55);transition-duration:.4s}.hamburger--elastic .hamburger-inner:before{top:10px;transition:opacity .15s .4s ease}.hamburger--elastic .hamburger-inner:after{top:20px;transition:-webkit-transform .4s cubic-bezier(.68,-.55,.265,1.55);transition:transform .4s cubic-bezier(.68,-.55,.265,1.55);transition:transform .4s cubic-bezier(.68,-.55,.265,1.55),-webkit-transform .4s cubic-bezier(.68,-.55,.265,1.55)}.hamburger--elastic.is-active .hamburger-inner{transition-delay:.1s;-webkit-transform:translate3d(0,10px,0) rotate(135deg);transform:translate3d(0,10px,0) rotate(135deg)}.hamburger--elastic.is-active .hamburger-inner:before{transition-delay:0s;opacity:0}.hamburger--elastic.is-active .hamburger-inner:after{transition-delay:.1s;-webkit-transform:translate3d(0,-20px,0) rotate(-270deg);transform:translate3d(0,-20px,0) rotate(-270deg)}.hamburger--elastic-r .hamburger-inner{top:0;transition-timing-function:cubic-bezier(.68,-.55,.265,1.55);transition-duration:.4s}.hamburger--elastic-r .hamburger-inner:before{top:10px;transition:opacity .15s .4s ease}.hamburger--elastic-r .hamburger-inner:after{top:20px;transition:-webkit-transform .4s cubic-bezier(.68,-.55,.265,1.55);transition:transform .4s cubic-bezier(.68,-.55,.265,1.55);transition:transform .4s cubic-bezier(.68,-.55,.265,1.55),-webkit-transform .4s cubic-bezier(.68,-.55,.265,1.55)}.hamburger--elastic-r.is-active .hamburger-inner{transition-delay:.1s;-webkit-transform:translate3d(0,10px,0) rotate(-135deg);transform:translate3d(0,10px,0) rotate(-135deg)}.hamburger--elastic-r.is-active .hamburger-inner:before{transition-delay:0s;opacity:0}.hamburger--elastic-r.is-active .hamburger-inner:after{transition-delay:.1s;-webkit-transform:translate3d(0,-20px,0) rotate(270deg);transform:translate3d(0,-20px,0) rotate(270deg)}.hamburger--emphatic{overflow:hidden}.hamburger--emphatic .hamburger-inner{transition:background-color .2s .25s ease-in}.hamburger--emphatic .hamburger-inner:before{left:0;transition:top .05s .2s linear,left .2s .25s ease-in,-webkit-transform .2s cubic-bezier(.6,.04,.98,.335);transition:transform .2s cubic-bezier(.6,.04,.98,.335),top .05s .2s linear,left .2s .25s ease-in;transition:transform .2s cubic-bezier(.6,.04,.98,.335),top .05s .2s linear,left .2s .25s ease-in,-webkit-transform .2s cubic-bezier(.6,.04,.98,.335)}.hamburger--emphatic .hamburger-inner:after{top:10px;right:0;transition:top .05s .2s linear,right .2s .25s ease-in,-webkit-transform .2s cubic-bezier(.6,.04,.98,.335);transition:transform .2s cubic-bezier(.6,.04,.98,.335),top .05s .2s linear,right .2s .25s ease-in;transition:transform .2s cubic-bezier(.6,.04,.98,.335),top .05s .2s linear,right .2s .25s ease-in,-webkit-transform .2s cubic-bezier(.6,.04,.98,.335)}.hamburger--emphatic.is-active .hamburger-inner{transition-delay:0s;transition-timing-function:ease-out;background-color:transparent}.hamburger--emphatic.is-active .hamburger-inner:before{top:-80px;left:-80px;transition:left .2s ease-out,top .05s .2s linear,-webkit-transform .2s .25s cubic-bezier(.075,.82,.165,1);transition:left .2s ease-out,top .05s .2s linear,transform .2s .25s cubic-bezier(.075,.82,.165,1);transition:left .2s ease-out,top .05s .2s linear,transform .2s .25s cubic-bezier(.075,.82,.165,1),-webkit-transform .2s .25s cubic-bezier(.075,.82,.165,1);-webkit-transform:translate3d(80px,80px,0) rotate(45deg);transform:translate3d(80px,80px,0) rotate(45deg)}.hamburger--emphatic.is-active .hamburger-inner:after{top:-80px;right:-80px;transition:right .2s ease-out,top .05s .2s linear,-webkit-transform .2s .25s cubic-bezier(.075,.82,.165,1);transition:right .2s ease-out,top .05s .2s linear,transform .2s .25s cubic-bezier(.075,.82,.165,1);transition:right .2s ease-out,top .05s .2s linear,transform .2s .25s cubic-bezier(.075,.82,.165,1),-webkit-transform .2s .25s cubic-bezier(.075,.82,.165,1);-webkit-transform:translate3d(-80px,80px,0) rotate(-45deg);transform:translate3d(-80px,80px,0) rotate(-45deg)}.hamburger--emphatic-r{overflow:hidden}.hamburger--emphatic-r .hamburger-inner{transition:background-color .2s .25s ease-in}.hamburger--emphatic-r .hamburger-inner:before{left:0;transition:top .05s .2s linear,left .2s .25s ease-in,-webkit-transform .2s cubic-bezier(.6,.04,.98,.335);transition:transform .2s cubic-bezier(.6,.04,.98,.335),top .05s .2s linear,left .2s .25s ease-in;transition:transform .2s cubic-bezier(.6,.04,.98,.335),top .05s .2s linear,left .2s .25s ease-in,-webkit-transform .2s cubic-bezier(.6,.04,.98,.335)}.hamburger--emphatic-r .hamburger-inner:after{top:10px;right:0;transition:top .05s .2s linear,right .2s .25s ease-in,-webkit-transform .2s cubic-bezier(.6,.04,.98,.335);transition:transform .2s cubic-bezier(.6,.04,.98,.335),top .05s .2s linear,right .2s .25s ease-in;transition:transform .2s cubic-bezier(.6,.04,.98,.335),top .05s .2s linear,right .2s .25s ease-in,-webkit-transform .2s cubic-bezier(.6,.04,.98,.335)}.hamburger--emphatic-r.is-active .hamburger-inner{transition-delay:0s;transition-timing-function:ease-out;background-color:transparent}.hamburger--emphatic-r.is-active .hamburger-inner:before{top:80px;left:-80px;transition:left .2s ease-out,top .05s .2s linear,-webkit-transform .2s .25s cubic-bezier(.075,.82,.165,1);transition:left .2s ease-out,top .05s .2s linear,transform .2s .25s cubic-bezier(.075,.82,.165,1);transition:left .2s ease-out,top .05s .2s linear,transform .2s .25s cubic-bezier(.075,.82,.165,1),-webkit-transform .2s .25s cubic-bezier(.075,.82,.165,1);-webkit-transform:translate3d(80px,-80px,0) rotate(-45deg);transform:translate3d(80px,-80px,0) rotate(-45deg)}.hamburger--emphatic-r.is-active .hamburger-inner:after{top:80px;right:-80px;transition:right .2s ease-out,top .05s .2s linear,-webkit-transform .2s .25s cubic-bezier(.075,.82,.165,1);transition:right .2s ease-out,top .05s .2s linear,transform .2s .25s cubic-bezier(.075,.82,.165,1);transition:right .2s ease-out,top .05s .2s linear,transform .2s .25s cubic-bezier(.075,.82,.165,1),-webkit-transform .2s .25s cubic-bezier(.075,.82,.165,1);-webkit-transform:translate3d(-80px,-80px,0) rotate(45deg);transform:translate3d(-80px,-80px,0) rotate(45deg)}.hamburger--slider .hamburger-inner{top:0}.hamburger--slider .hamburger-inner:before{top:10px;transition-timing-function:ease;transition-duration:.2s;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform}.hamburger--slider .hamburger-inner:after{top:20px}.hamburger--slider.is-active .hamburger-inner{-webkit-transform:translate3d(0,10px,0) rotate(45deg);transform:translate3d(0,10px,0) rotate(45deg)}.hamburger--slider.is-active .hamburger-inner:before{-webkit-transform:rotate(-45deg) translate3d(-5.71429px,-6px,0);transform:rotate(-45deg) translate3d(-5.71429px,-6px,0);opacity:0}.hamburger--slider.is-active .hamburger-inner:after{-webkit-transform:translate3d(0,-20px,0) rotate(-90deg);transform:translate3d(0,-20px,0) rotate(-90deg)}.hamburger--slider-r .hamburger-inner{top:0}.hamburger--slider-r .hamburger-inner:before{top:10px;transition-timing-function:ease;transition-duration:.2s;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform}.hamburger--slider-r .hamburger-inner:after{top:20px}.hamburger--slider-r.is-active .hamburger-inner{-webkit-transform:translate3d(0,10px,0) rotate(-45deg);transform:translate3d(0,10px,0) rotate(-45deg)}.hamburger--slider-r.is-active .hamburger-inner:before{-webkit-transform:rotate(45deg) translate3d(5.71429px,-6px,0);transform:rotate(45deg) translate3d(5.71429px,-6px,0);opacity:0}.hamburger--slider-r.is-active .hamburger-inner:after{-webkit-transform:translate3d(0,-20px,0) rotate(90deg);transform:translate3d(0,-20px,0) rotate(90deg)}.hamburger--spin .hamburger-inner{transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-duration:.3s}.hamburger--spin .hamburger-inner:before{transition:top .1s .34s ease-in,opacity .1s ease-in}.hamburger--spin .hamburger-inner:after{transition:bottom .1s .34s ease-in,-webkit-transform .3s cubic-bezier(.55,.055,.675,.19);transition:bottom .1s .34s ease-in,transform .3s cubic-bezier(.55,.055,.675,.19);transition:bottom .1s .34s ease-in,transform .3s cubic-bezier(.55,.055,.675,.19),-webkit-transform .3s cubic-bezier(.55,.055,.675,.19)}.hamburger--spin.is-active .hamburger-inner{transition-delay:.14s;transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:rotate(225deg);transform:rotate(225deg)}.hamburger--spin.is-active .hamburger-inner:before{top:0;transition:top .1s ease-out,opacity .1s .14s ease-out;opacity:0}.hamburger--spin.is-active .hamburger-inner:after{bottom:0;transition:bottom .1s ease-out,-webkit-transform .3s .14s cubic-bezier(.215,.61,.355,1);transition:bottom .1s ease-out,transform .3s .14s cubic-bezier(.215,.61,.355,1);transition:bottom .1s ease-out,transform .3s .14s cubic-bezier(.215,.61,.355,1),-webkit-transform .3s .14s cubic-bezier(.215,.61,.355,1);-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.hamburger--spin-r .hamburger-inner{transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-duration:.3s}.hamburger--spin-r .hamburger-inner:before{transition:top .1s .34s ease-in,opacity .1s ease-in}.hamburger--spin-r .hamburger-inner:after{transition:bottom .1s .34s ease-in,-webkit-transform .3s cubic-bezier(.55,.055,.675,.19);transition:bottom .1s .34s ease-in,transform .3s cubic-bezier(.55,.055,.675,.19);transition:bottom .1s .34s ease-in,transform .3s cubic-bezier(.55,.055,.675,.19),-webkit-transform .3s cubic-bezier(.55,.055,.675,.19)}.hamburger--spin-r.is-active .hamburger-inner{transition-delay:.14s;transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:rotate(-225deg);transform:rotate(-225deg)}.hamburger--spin-r.is-active .hamburger-inner:before{top:0;transition:top .1s ease-out,opacity .1s .14s ease-out;opacity:0}.hamburger--spin-r.is-active .hamburger-inner:after{bottom:0;transition:bottom .1s ease-out,-webkit-transform .3s .14s cubic-bezier(.215,.61,.355,1);transition:bottom .1s ease-out,transform .3s .14s cubic-bezier(.215,.61,.355,1);transition:bottom .1s ease-out,transform .3s .14s cubic-bezier(.215,.61,.355,1),-webkit-transform .3s .14s cubic-bezier(.215,.61,.355,1);-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.hamburger--squeeze .hamburger-inner{transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-duration:.1s}.hamburger--squeeze .hamburger-inner:before{transition:top .1s .14s ease,opacity .1s ease}.hamburger--squeeze .hamburger-inner:after{transition:bottom .1s .14s ease,-webkit-transform .1s cubic-bezier(.55,.055,.675,.19);transition:bottom .1s .14s ease,transform .1s cubic-bezier(.55,.055,.675,.19);transition:bottom .1s .14s ease,transform .1s cubic-bezier(.55,.055,.675,.19),-webkit-transform .1s cubic-bezier(.55,.055,.675,.19)}.hamburger--squeeze.is-active .hamburger-inner{transition-delay:.14s;transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:rotate(45deg);transform:rotate(45deg)}.hamburger--squeeze.is-active .hamburger-inner:before{top:0;transition:top .1s ease,opacity .1s .14s ease;opacity:0}.hamburger--squeeze.is-active .hamburger-inner:after{bottom:0;transition:bottom .1s ease,-webkit-transform .1s .14s cubic-bezier(.215,.61,.355,1);transition:bottom .1s ease,transform .1s .14s cubic-bezier(.215,.61,.355,1);transition:bottom .1s ease,transform .1s .14s cubic-bezier(.215,.61,.355,1),-webkit-transform .1s .14s cubic-bezier(.215,.61,.355,1);-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.hamburger--vortex .hamburger-inner{transition-timing-function:cubic-bezier(.19,1,.22,1);transition-duration:.3s}.hamburger--vortex .hamburger-inner:after,.hamburger--vortex .hamburger-inner:before{transition-delay:.1s;transition-timing-function:linear;transition-duration:0s}.hamburger--vortex .hamburger-inner:before{transition-property:top,opacity}.hamburger--vortex .hamburger-inner:after{transition-property:bottom,-webkit-transform;transition-property:bottom,transform;transition-property:bottom,transform,-webkit-transform}.hamburger--vortex.is-active .hamburger-inner{transition-timing-function:cubic-bezier(.19,1,.22,1);-webkit-transform:rotate(765deg);transform:rotate(765deg)}.hamburger--vortex.is-active .hamburger-inner:after,.hamburger--vortex.is-active .hamburger-inner:before{transition-delay:0s}.hamburger--vortex.is-active .hamburger-inner:before{top:0;opacity:0}.hamburger--vortex.is-active .hamburger-inner:after{bottom:0;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.hamburger--vortex-r .hamburger-inner{transition-timing-function:cubic-bezier(.19,1,.22,1);transition-duration:.3s}.hamburger--vortex-r .hamburger-inner:after,.hamburger--vortex-r .hamburger-inner:before{transition-delay:.1s;transition-timing-function:linear;transition-duration:0s}.hamburger--vortex-r .hamburger-inner:before{transition-property:top,opacity}.hamburger--vortex-r .hamburger-inner:after{transition-property:bottom,-webkit-transform;transition-property:bottom,transform;transition-property:bottom,transform,-webkit-transform}.hamburger--vortex-r.is-active .hamburger-inner{transition-timing-function:cubic-bezier(.19,1,.22,1);-webkit-transform:rotate(-765deg);transform:rotate(-765deg)}.hamburger--vortex-r.is-active .hamburger-inner:after,.hamburger--vortex-r.is-active .hamburger-inner:before{transition-delay:0s}.hamburger--vortex-r.is-active .hamburger-inner:before{top:0;opacity:0}.hamburger--vortex-r.is-active .hamburger-inner:after{bottom:0;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)} </style> <style class='flex-css'>.flex { overflow: hidden; } .flex p{ -webkit-font-smoothing: antialiased; } .flex .flex-arrows{ position:relative; cursor:pointer; top:50%; margin-top:-15px; opacity:0; -webkit-transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1); -moz-transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1); -o-transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1); transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1); } .master.item-box:hover .flex .flex-arrows{ opacity:1; } .flex .flex-arrows.disabled{ opacity:0!important; } .flex .flex-arrows.left{ float:left; padding: 2%; } .flex .flex-arrows.right{ float:right; padding: 2%; } .flex .sub.item-box{ -webkit-transform: translate3d(0,0,0); -webkit-backface-visibility: hidden; position:relative; -webkit-transition: left 1s cubic-bezier(0.165, 0.84, 0.44, 1); -moz-transition: left 1s cubic-bezier(0.165, 0.84, 0.44, 1); -o-transition: left 1s cubic-bezier(0.165, 0.84, 0.44, 1); transition: left 1s cubic-bezier(0.165, 0.84, 0.44, 1); height:100%; width:0px; min-height:inherit; /* display: table-cell;*/ display:inline-block; text-align:left; vertical-align:middle; } .flex.container{ /*overflow: hidden;*/ position: relative; } .flex .sub.item-box:first-child{ width:100%; } .flex #children , .flex #items-holder-wrapper , .flex #items-holder { height:100%; min-height:inherit; text-align:left; /*display:table;*/ display:block; table-layout:fixed; width:100%; font-size: 0px;/* for spaces caused by inline-block elements*/ } .flex #items-holder-wrapper{ position: relative; } .flex .page-navigator{ cursor:pointer; float:left; background-position: center; background-size:cover; background-repeat:no-repeat; background-image:url('https://lh3.googleusercontent.com/Noh7kIm5kfqbPDsQ7iI6rTN4euBfQ7VMAlvb1SR-86_5iQtOVXQ3_UURL-N-97M-RWfKGNH6zjcbX9dCQW8=s30'); width:13px; height:13px; } .flex .page-navigator.active , .page-navigator:hover{ color:red; background-image:url('https://lh3.googleusercontent.com/2M3h4CZBMs93o0xtkzkIWJqLF3D042oh1uQZyF0VYQlmGWdEDh9Y6hC7cBZ712umyXcTAHz_nrGGA--_=s30'); } .flex #paginator{ position:absolute; left: 50%; bottom:2%; z-index:12; } .flex .sub.item-box[data-visible=visible]{ left: 0; } .flex[data-slide-effect='FADE'] .sub.item-box{ left:0; opacity:0; z-index: 0; /* visibility:hidden; */ top:0; -webkit-transition: opacity 3s cubic-bezier(0.165, 0.84, 0.44, 1); -moz-transition: opacity 3s cubic-bezier(0.165, 0.84, 0.44, 1); -o-transition: opacity 3s cubic-bezier(0.165, 0.84, 0.44, 1); transition: opacity 3 s cubic-bezier(0.165, 0.84, 0.44, 1); } .flex[data-slide-effect='FILM']{ width: 70%; margin: auto; overflow: visible; } .flex[data-slide-effect='FADE'] .sub.item-box[data-visible=visible]{ opacity:1; z-index: 3; /* visibility: visible; */ } .flex[data-slide-effect='SQUARES'] .sub.item-box[data-visible=visible] { transform: scale(0.7); z-index: 3; } .flex[data-slide-effect='SQUARES'] .sub.item-box.before-visible .magic-circle-holder , .flex[data-slide-effect='SQUARES'] .sub.item-box.after-visible .magic-circle-holder{ pointer-events: none!important; } .flex[data-slide-effect='SQUARES'] .sub.item-box.before-visible{ transform: translateX(60%) scale(0.4); } .flex[data-slide-effect='SQUARES'] .sub.item-box.after-visible{ transform: translateX(-60%) scale(0.4); } .flex[data-slide-effect='FILM'] .sub.item-box.before-visible{ opacity:0.7; } .flex[data-slide-effect='FILM'] .sub.item-box.after-visible{ opacity:0.7; } .flex[data-slide-effect='SQUARES'] .sub.item-box{ -webkit-transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), left 1s cubic-bezier(0.165, 0.84, 0.44, 1); -moz-transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), left 1s cubic-bezier(0.165, 0.84, 0.44, 1); -o-transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), left 1s cubic-bezier(0.165, 0.84, 0.44, 1); transition: transform 1 s cubic-bezier(0.165, 0.84, 0.44, 1), left 1s cubic-bezier(0.165, 0.84, 0.44, 1); z-index: 0; }</style> <style class='flex-css'> .page-navigator{ cursor:pointer; float:left; background-position: center; background-size:cover; background-repeat:no-repeat; background-image:url('https://lh3.googleusercontent.com/Noh7kIm5kfqbPDsQ7iI6rTN4euBfQ7VMAlvb1SR-86_5iQtOVXQ3_UURL-N-97M-RWfKGNH6zjcbX9dCQW8=s30'); width:13px; height:13px; } .matrix .sub.item-box{ display:inline-block; vertical-align:top; } .matrix .sub.item-box.element-box{ display:inline-block; } .page-navigator.active , .page-navigator:hover{ color:red; background-image:url('https://lh3.googleusercontent.com/2M3h4CZBMs93o0xtkzkIWJqLF3D042oh1uQZyF0VYQlmGWdEDh9Y6hC7cBZ712umyXcTAHz_nrGGA--_=s30'); } .matrix #elements-holder{ display:inline-block; width:100%; } .matrix .sub.item-box:not(.element-box){ /*overflow: hidden;*/ } .matrix .image-cover{ overflow: visible; } .matrix .preview-image-holder{ overflow: visible; } .matrix #items-holder-wrapper{ width:100%; /*display:inline-block;*/ text-align:center; } .matrix #children{ height: 100%; min-height: inherit; } .matrix #items-holder{ width:100%; margin-left:auto; margin-right:auto; text-align:left; font-size: 0px; /* padding:0px; margin:0px; */ } .matrix .element-wrapper{ text-align:center; } </style> <style class='footer-css'>.footer_layout.item-content{ height:inherit; } .footer_layout .helper-div{ display:table-cell; vertical-align:middle; } .footer_layout .image-cover{ display:table-cell; vertical-align:middle; } .footer_layout .preview-content-wrapper{ text-align:left; height:inherit; min-height:inherit; } .footer_layout .preview-content-holder{ display: block; max-width: 100%; height:inherit; min-height:inherit; } .footer_layout .logo-holder{ display: table-cell; vertical-align: middle; } .footer_layout .preview-item-links{ display:table-cell; vertical-align:middle; white-space: nowrap; } .footer_layout .preview-item-links span{ float:left; display:inline-block; } .footer_layout{ display:table; } .footer_layout .left-div{ height:inherit; /*inherit for chrome*/ display:table; float:left; min-height:inherit; } .footer_layout .right-div{ height:inherit; /*inherit for chrome*/ display:table; float:right; min-height:inherit; } .footer_layout .center-div{ height:inherit; /*inherit for chrome*/ display:block; text-align:center; min-height:inherit; } .item-box[data-height-resize="true"] .footer_layout .left-div{ height:inherit; } .item-box[data-height-resize="true"] .footer_layout .right-div{ height:inherit; } .item-box[data-height-resize="true"] .footer_layout .center-div{ height:inherit; } .footer_layout .left-div.flipped{ display:inline-block; width:100%; float:none; height:auto; min-height:initial; } .footer_layout .right-div.flipped{ display:inline-block; width:100%; float:none; height:auto; text-align: center; min-height:initial; } .footer_layout .center-div.flipped{ display:inline-block; width:100%; float:none; height:auto; min-height:initial; } .footer_layout .links-wrapper{ display:table; height:100%; min-height: inherit; margin-left:auto; margin-right:auto; } .footer_layout .right-div .preview-social-wrapper{ display: table-cell; vertical-align: middle; } .footer_layout .right-div.flipped .preview-social-wrapper{ display: inline-block; } .footer_layout.item-content{ width:100%; } .footer_layout .links-menu-btn{ background-image:url('/images/ui_icons/menu_ico.png'); background-repeat:no-repeat; background-position: 50%; /*background-color: black;*/ background-size:contain; width: 50px; height: 50px; float: right; cursor:pointer; /*display:table-cell;*/ /*vertical-align:middle;*/ } .footer_layout .links-menu-btn-wrapper{ display:table; float:right; /*height:100%;*/ } .footer_layout .menu-links-holder{ position:relative; left:0px; top:0px; display:none; z-index:9999999; } .footer_layout .menu-links-holder.shown{ display:block; } </style> <style class='default-style'>/****************************************************************************************************** * DEFAULT PREVIEW_STYLE * ******************************************************************************************************/ .preview-title , .preview-body h1 { display:inline-block; font-family:freight-sans-pro; color:#000; font-size:32rem; line-height:1em; letter-spacing:normal; font-style:normal; text-decoration:none; font-weight:normal; direction:ltr; margin-left:0px; margin-right:0px; margin-top:0px; margin-bottom:0px; padding-left:0px; padding-right:0px; padding-top:0px; padding-bottom:0px; background-color:transparent; text-shadow:none; text-transform:none; } .preview-title-holder { display:inline-block; text-align:inherit; max-width:inherit; } .preview-subtitle , .preview-body h2 { display:inline-block; font-family:freight-sans-pro; color:#000; font-size:25rem; line-height:1em; letter-spacing:normal; font-style:normal; text-decoration:none; font-weight:normal; direction:ltr; margin-left:0px; margin-right:0px; margin-top:0px; margin-bottom:0px; padding-left:0px; padding-right:0px; padding-top:0px; padding-bottom:0px; background-color:transparent; text-shadow:none; text-transform:none; } .preview-subtitle-holder { display:inline-block; text-align:inherit; max-width:inherit; } .preview-body { display:inline-block; font-family:freight-sans-pro; color:#000; font-size:25rem; line-height:1em; letter-spacing:normal; font-style:normal; text-decoration:none; font-weight:normal; direction:ltr; margin-left:0px; margin-right:0px; margin-top:0px; margin-bottom:0px; padding-left:0px; padding-right:0px; padding-top:0px; padding-bottom:0px; background-color:transparent; max-width:980px; text-shadow:none; -webkit-column-count:1; text-transform:none; } .preview-body-holder { display:inline-block; text-align:inherit; max-width:inherit; } .preview-element.icon-source { width:100px; border-style:solid; border-width:0px; border-color:#000000; margin-left:0px; margin-right:0px; margin-top:15px; margin-bottom:15px; padding-left:0px; padding-right:0px; padding-top:0px; padding-bottom:0px; background-color:transparent; } .preview-icon-holder { text-align:inherit; } .background-div { background-size:cover; background-position:center center; opacity:1; } .preview.image-cover { min-height:inherit; margin-left:0px; margin-right:0px; margin-top:0px; margin-bottom:0px; padding-left:0px; padding-right:0px; padding-top:0px; padding-bottom:0px; background-color:transparent; } .inner-pic { display:inline-block; -webkit-filter:none;filter:none; background-size:cover; background-position:center center; opacity:1; } .pic-side:after , .item-effect-tester , .sub.item-box:after { background-color:#2098d1; } .inner-pic-holder { vertical-align:middle; text-align:center; background-color:transparent; } .preview-item-links span , #sr-basket-widget * { display:inline-block; font-family:freight-sans-pro; color:#000; font-size:25rem; line-height:1em; letter-spacing:normal; font-style:normal; text-decoration:none; font-weight:normal; margin-left:0px; margin-right:0px; margin-top:0px; margin-bottom:0px; padding-left:0px; padding-right:0px; padding-top:0px; padding-bottom:0px; background-color:transparent; max-width:980px; text-shadow:none; border-style:solid; border-width:0px; border-color:#000000; border-radius:0px; } .preview-item-links span:hover , .preview-element.Link.hover-tester { color:#000; background-color:transparent; } .preview-item-links { text-align:inherit; } .preview-item-links.allow-bg-color , .submenu { background-color:#666; background-image:none; } .preview-item-links span:before , .effect-tester { background-color:#2098d1; } .preview-form .Field { display:inline-block; font-family:freight-sans-pro; font-size:25rem; line-height:1em; letter-spacing:normal; font-style:normal; text-decoration:none; font-weight:normal; margin-left:0px; margin-right:0px; margin-top:5px; margin-bottom:5px; padding-left:0px; padding-right:0px; padding-top:0px; padding-bottom:0px; background-color:transparent; max-width:400px; min-width:0px; border-style:solid; border-width:1px; border-color:#000000; } .preview-form .Field:hover , .preview-form .Field.hover-tester:not(.placeholder-mode) { color:#000; background-color:transparent; } .field-holder { text-align:inherit; } .preview-form .Field.placeholder-mode:not(:hover) , .preview-form .Field.no-value:not(:hover) , .preview-form .field-holder .Field.field-dropdown:not(.placeholder-mode):not(.no-value):not(:hover) { color:#555; } .preview-form .Field:not(.placeholder-mode):not(.no-value):not(:hover) { color:#000; } .preview-link-img { display:inline-block; width:50px; } .preview-social-holder { display:inline-block; margin-left:0px; margin-right:0px; margin-top:0px; margin-bottom:0px; padding-left:0px; padding-right:0px; padding-top:0px; padding-bottom:0px; background-color:transparent; border-style:solid; border-width:0px; border-color:#000000; } .preview-social-wrapper { text-align:inherit; } .preview-raw-wrapper { text-align:inherit; } .preview-content-holder { display:inline-block; max-width:none; text-align:center; margin-left:0px; margin-right:0px; margin-top:0px; margin-bottom:0px; padding-left:0px; padding-right:0px; padding-top:0px; padding-bottom:0px; background-color:transparent; border-style:solid; border-width:0px; border-color:#000000; left:auto; right:auto; top:auto; bottom:auto; width:auto; height:auto; } .preview-content-wrapper { text-align:center; vertical-align:middle; } .blocks-preview-content-holder { display:inline-block; text-align:center; max-width:none; margin-left:0px; margin-right:0px; margin-top:0px; margin-bottom:0px; padding-left:0px; padding-right:0px; padding-top:0px; padding-bottom:0px; } .blocks-preview-content-wrapper { text-align:center; } .middle_layout .helper-div , .multi_layout .helper-div.middle-center .text-side { max-width:none; } .preview-price { display:inline-block; font-family:freight-sans-pro; color:#000; font-size:25rem; line-height:1em; letter-spacing:normal; font-style:normal; text-decoration:none; font-weight:normal; direction:ltr; margin-left:0px; margin-right:0px; margin-top:0px; margin-bottom:0px; padding-left:0px; padding-right:0px; padding-top:0px; padding-bottom:0px; background-color:transparent; text-shadow:none; text-transform:none; } .preview-price-holder { display:inline-block; text-align:inherit; max-width:inherit; } .stripe-background { -webkit-filter:none;filter:none; opacity:1; background-size:cover; background-position:center center; margin-top:0px; margin-left:0%; } .blocks-preview-title { display:inline-block; font-family:Montserrat; color:#000; font-size:32rem; line-height:1em; letter-spacing:normal; font-style:normal; text-decoration:none; font-weight:normal; direction:ltr; margin-left:0px; margin-right:0px; margin-top:20px; margin-bottom:5px; padding-left:0px; padding-right:0px; padding-top:0px; padding-bottom:0px; background-color:transparent; text-shadow:none; text-transform:none; } .blocks-preview-title-holder { display:inline-block; text-align:inherit; max-width:inherit; } .blocks-preview-subtitle { display:inline-block; font-family:Arial; color:#999999; font-size:20rem; line-height:1em; letter-spacing:normal; font-style:normal; text-decoration:none; font-weight:normal; direction:ltr; margin-left:0px; margin-right:0px; margin-top:15px; margin-bottom:0px; padding-left:0px; padding-right:0px; padding-top:0px; padding-bottom:0px; background-color:transparent; text-shadow:none; text-transform:none; } .blocks-preview-subtitle-holder { display:inline-block; text-align:inherit; max-width:inherit; } .blocks-preview-body { display:inline-block; font-family:Arial; color:#000; font-size:12rem; line-height:1.2em; letter-spacing:normal; font-style:normal; text-decoration:none; font-weight:normal; direction:ltr; margin-left:0px; margin-right:0px; margin-top:10px; margin-bottom:20px; padding-left:0px; padding-right:0px; padding-top:0px; padding-bottom:0px; background-color:transparent; max-width:600px; text-shadow:none; -webkit-column-count:1; text-transform:none; } .blocks-preview-body-holder { display:inline-block; text-align:inherit; max-width:inherit; } .blocks-preview-item-links .Link { display:inline-block; font-family:freight-sans-pro; color:#000; font-size:25rem; line-height:1em; letter-spacing:normal; font-style:normal; text-decoration:none; font-weight:normal; margin-left:0px; margin-right:0px; margin-top:0px; margin-bottom:0px; padding-left:0px; padding-right:0px; padding-top:0px; padding-bottom:0px; background-color:transparent; max-width:980px; text-shadow:none; border-style:solid; border-width:0px; border-color:#000000; border-radius:0px; } .blocks-preview-item-links { text-align:inherit; } .blocks-preview-item-links .Link:hover { color:#000; background-color:transparent; } .blocks-inner-pic { display:inline-block; width:600px; margin-left:0px; margin-right:0px; margin-top:10px; margin-bottom:10px; } .blocks-inner-pic-holder { display:inline-block; } .preview-divider { display:inline-block; width:50%; border-style:solid; border-bottom-width:1px; border-color:#000000; margin-top:10px; margin-bottom:10px; } .preview-divider-holder { text-align:inherit; } .blocks-preview-divider { display:inline-block; width:50%; border-style:solid; border-bottom-width:2px; border-color:#000000; margin-top:10px; margin-bottom:10px; } .blocks-preview-divider-holder { text-align:inherit; } .multi_layout .helper-div.middle-center { max-width:none; padding-left:0%; padding-right:0%; width:100%; } .draggable-pic-wrapper { left:200px; top:200px; width:400px; height:400px; } .draggable-pic-wrapper { left:0px; top:0px; width:400px; height:400px; } .draggable-pic-wrapper { left:0px; top:0px; width:400px; height:400px; } /****************************************************************************************************** * DEFAULT STRIPE_STYLE * ******************************************************************************************************/ .Title , .Body h1 { display:inline-block; font-family:freight-sans-pro; color:#000; font-size:50rem; line-height:1em; letter-spacing:normal; font-style:normal; text-decoration:none; font-weight:normal; direction:ltr; margin-left:0px; margin-right:0px; margin-top:0px; margin-bottom:0px; padding-left:0px; padding-right:0px; padding-top:0px; padding-bottom:0px; background-color:transparent; text-shadow:none; max-width:none; text-transform:none; } .title-holder { text-align:left; } .title-wrapper { max-width:none; } .Subtitle , .Body h2 { display:inline-block; font-family:freight-sans-pro; color:#000; font-size:25rem; line-height:1em; letter-spacing:normal; font-style:normal; text-decoration:none; font-weight:normal; direction:ltr; margin-left:0px; margin-right:0px; margin-top:0px; margin-bottom:0px; padding-left:0px; padding-right:0px; padding-top:0px; padding-bottom:0px; background-color:transparent; text-shadow:none; max-width:none; text-transform:none; } .subtitle-holder { text-align:left; } .subtitle-wrapper { max-width:none; } .Body { display:inline-block; font-family:Arial; color:#000; font-size:15rem; line-height:1em; letter-spacing:normal; font-style:normal; text-decoration:none; font-weight:normal; direction:ltr; max-width:none; margin-left:0px; margin-right:0px; margin-top:0px; margin-bottom:0px; padding-left:0px; padding-right:0px; padding-top:0px; padding-bottom:0px; background-color:transparent; text-shadow:none; -webkit-column-count:1; text-transform:none; } .body-holder { text-align:left; } .body-wrapper { max-width:none; } .element.icon-source { width:100px; border-style:solid; border-width:0px; border-color:#000000; } .icon-holder { text-align:center; margin-left:0px; margin-right:0px; margin-top:0px; margin-bottom:0px; padding-left:0px; padding-right:0px; padding-top:0px; padding-bottom:0px; background-color:transparent; } .element.image-source { border-style:solid; border-width:0px; border-color:#000000; } .page-image-cover { margin-left:0px; margin-right:0px; margin-top:0px; margin-bottom:0px; padding-left:0px; padding-right:0px; padding-top:0px; padding-bottom:0px; background-color:transparent; } .item-links span { display:inline-block; font-family:freight-sans-pro; color:#000; font-size:25rem; line-height:1em; letter-spacing:normal; font-style:normal; text-decoration:none; font-weight:normal; direction:ltr; margin-left:0px; margin-right:0px; margin-top:0px; margin-bottom:0px; padding-left:0px; padding-right:0px; padding-top:0px; padding-bottom:0px; background-color:transparent; text-shadow:none; border-style:solid; border-width:0px; border-color:#000000; border-radius:0px; text-transform:none; } .item-links span:hover { color:#000; background-color:transparent; } .item-links { text-align:left; } .link-wrapper { max-width:none; } .Quote { display:inline-block; font-family:freight-sans-pro; color:#000; font-size:25rem; line-height:1em; letter-spacing:normal; font-style:normal; direction:ltr; text-decoration:none; font-weight:normal; text-shadow:none; } .quote-author { font-family:freight-sans-pro; color:#000; font-size:25rem; line-height:1em; letter-spacing:normal; font-style:normal; text-decoration:none; font-weight:normal; direction:ltr; margin-left:0px; margin-right:0px; margin-top:0px; margin-bottom:0px; padding-left:0px; padding-right:0px; padding-top:0px; padding-bottom:0px; background-color:transparent; max-width:980px; text-shadow:none; } .quote-holder { display:inline-block; margin-left:0px; margin-right:0px; margin-top:0px; margin-bottom:0px; padding-left:0px; padding-right:0px; padding-top:0px; padding-bottom:0px; background-color:transparent; } .quote-wrapper { text-align:center; max-width:none; } .content-margin { margin-left:0px; margin-right:0px; } .stripe-default-width { max-width:9000px; } #pagination-holder { display:inline-block; font-family:freight-sans-pro; color:#000; font-size:25rem; line-height:1em; letter-spacing:normal; font-style:normal; text-decoration:none; font-weight:normal; margin-left:0px; margin-right:0px; margin-top:0px; margin-bottom:0px; padding-left:0px; padding-right:0px; padding-top:0px; padding-bottom:0px; background-color:transparent; max-width:980px; text-shadow:none; border-style:solid; border-width:0px; border-color:#000000; } .element-wrapper { max-width:none; } .link-img { display:inline-block; width:100px; margin:0px; } .social-holder { text-align:center; } .master.container > #children { background-color:white; } .element.video-source { border-style:solid; border-width:0px; border-color:#000000; } .page-video-cover { text-align:center; margin-left:0px; margin-right:0px; margin-top:0px; margin-bottom:0px; padding-left:0px; padding-right:0px; padding-top:0px; padding-bottom:0px; background-color:transparent; } { background-color:transparent; padding-left:0%; padding-right:0%; width:100%; } iframe.html-frame { background-color:transparent; } .html-wrapper { max-width:none; } .self-wrapper { max-width:none; } .background-image-div { -webkit-filter:none;filter:none; opacity:1; background-size:cover; background-position:center center; } </style> <link id="vbid-84265e2d-d8pmnojq-STATIC_STYLE" rel="stylesheet" type="text/css" href="//app.standout.digital/static_style?v=1.5.9b&vbid=vbid-84265e2d-d8pmnojq&caller=live"> <!-- SCRIPT --> <script src="https://code.jquery.com/jquery-2.x-git.min.js" type="text/javascript"></script> <script src="//app.standout.digital/js/xprs_helper.js?v=1.5.9b" type="text/javascript"></script> <script type="text/javascript" src="//app.standout.digital/all_js.js?v=1.5.9b"></script> <script src="//app.standout.digital/js/lib/touchswipe/jquery.mobile.custom.min.js"></script> <!-- User analytics --> <!-- User Head Code --> <script language="JavaScript"> if(window.location.protocol != 'https:') { location.href = location.href.replace("http://", "https://"); } </script> <style> /* unvisited link */ a:link { color: #196EAF; } /* visited link */ a:visited { color: #196EAF; } /* mouse over link */ a:hover { color: #084e7e; } /* selected link */ a:active { color: white; } </style> <!-- Label config--> <script> var LABEL_CONFIG = {}; </script></head> <body class="fast-animated-bg fixed-bg " data-ecommerce-solution="DISABLED" data-root-id="vbid-84265e2d-d8pmnojq" data-root-style-id="style-84265e2d-fddfrwzf" data-default-currency="USD" data-osid="osid--fad16a58-1d456638" data-app-version="1.5.9b" data-caller="live" data-ecommerce-dashboard="" data-static-server="//app.standout.digital" data-imos-server="https://imos006-dot-im--os.appspot.com" > <div id="xprs" data-website-name="cygig" data-slug="" class="xprs-holder" > <div class="main-page " > <div id="content"> <div id="vbid-84265e2d-d8pmnojq" class="master container style-84265e2d-fddfrwzf content stripes website-style " data-itemtype="folder" data-creator="" data-itemname="cygig" data-itemslug="creatif-noir" data-itemstyleid="style-84265e2d-fddfrwzf" data-margintop="" data-arranger="stripes" data-layout="multi" data-vbid="vbid-84265e2d-d8pmnojq" data-preset-type-id="" data-preview-style="style-84265e2d-fddfrwzf" data-style="style-7f715-gkcpu3e69m" data-absolute-path="" > <!-- ARRANGER SETTINGS --> <div class="arranger-settings" style="display:none;" data-ARRANGER_TYPE="stripes" data-ARRANGER_COLS="0" data-ARRANGER_ITEM_MAX_WIDTH="400" data-ARRANGER_ITEM_MIN_WIDTH="230" data-ARRANGER_ITEM_RATIO="1" data-ARRANGER_ITEM_SPACING="20" data-ARRANGER_ITEMS_PER_PAGE="all" data-ARRANGER_ORDER_TYPE="regular" data-AUTO_PLAY="false" data-AUTO_PLAY_DURATION="4" data-SLIDE_EFFECT="SLIDE" data-FLEX_ELEMENT_EFFECT="" data-FLEX_ARROWS="https://lh3.googleusercontent.com/ZMARmveTg1geksYKXZKdh71KW09XrhDLg8N-XrfXCGsDBEHnuKwhmYpHd55Y2-NwuwLX8qsyx26JNyJWtr1jEcxD=s50" ></div> <div class="layout-settings" style="display:none;" data-type="multi"></div> <div id="children"> <!-- MENUS START --> <div id="vbid-84265e2d-mhww9kje" class="master item-box header-box style-84265e2d-46rsyze6 button-effects btn_hover3 " data-holder-type="header"" data-holder-type="header" data-child-type="STYLE" data-styleid="style-84265e2d-46rsyze6" data-preview-styleid='style-84265e2d-46rsyze6' data-preset-type-id="MENUS"> <div id="no-image" class="stripe-background load-high-res " ></div> <div class="header-wrapper item-wrapper menus-wrapper "> <div class="item-content leaf menu_layout header content" data-preview-style="style-84265e2d-46rsyze6" data-style="style-7f715-scjjarqgxu" data-behavior-type="NOTHING" data-orig-thumb-height="" data-orig-thumb-width="" data-vbid="vbid-84265e2d-mhww9kje" data-bgimg=""> <div class="preview-content-wrapper"> <div class="preview-content-holder"> <div class="left-div"> <div class="benet" style="min-height:inherit;"></div> <div class="logo-holder"> <div class="preview-icon-holder Icon removable-parent" > <a href="#vbid-f417e557-48fkz1pt" data-link-type="ANCHOR" target="_self" > <img id="element-80d0393d0f364c2" class="preview-element icon-source magic-circle-holder shrinkable-img allow-mobile-hide" data-menu-name="PREVIEW_ICON" src="https://lh3.googleusercontent.com/P-xaLRsWNls5f2GSnqclU_n9sG_ZNtRZb2KD7-1QnoB16mrQSFYeID2w029VmBTXV00WrSV68FUG8UxOOB-2_BMCdRKbghQ"> </a> </div> <br /> </div> <div class="helper-div"> <div class="item-details menu"> </div> </div> </div> <div class="right-div"> <div class="benet" style="min-height:inherit;"></div> <div class="preview-item-links "> <ul class="preview-links-wrapper"> <li class="removable-parent"> <a class="removable-parent" href="#vbid-6c8763e5-sy0fbiul" data-link-type="ANCHOR" target="_self" > <span id="6eaefa50" class="preview-element Link item-link magic-circle-holder text-element custom" data-menu-name="PREVIEW_LINK" >Electronics</span> </a> </li> <li class="removable-parent"> <a class="removable-parent" href="#vbid-0d64de02-5uunrca1" data-link-type="ANCHOR" target="_self" > <span id="5e9ca6e3" class="preview-element Link item-link magic-circle-holder text-element custom" data-menu-name="PREVIEW_LINK" >Gizmos</span> </a> </li> <li class="removable-parent"> <a class="removable-parent" href="#vbid-3c634a86-jiptsxpg" data-link-type="ANCHOR" target="_self" > <span id="6a055851" class="preview-element Link item-link magic-circle-holder text-element custom" data-menu-name="PREVIEW_LINK" >Software</span> </a> </li> <li class="removable-parent"> <a class="removable-parent" href="#vbid-b5072dda-vygsverf" data-link-type="ANCHOR" target="_self" > <span id="b5528431" class="preview-element Link item-link magic-circle-holder text-element custom" data-menu-name="PREVIEW_LINK" >Art & Design</span> </a> </li> <li class="removable-parent"> <a class="removable-parent" href="#vbid-a8085cfe-drovpfsx" data-link-type="ANCHOR" target="_self" > <span id="dd28aea1" class="preview-element Link item-link magic-circle-holder text-element custom" data-menu-name="PREVIEW_LINK" >Handicraft</span> </a> </li> <li class="removable-parent"> <a class="removable-parent" href="#vbid-0b7382cf-lxozw2e5" data-link-type="ANCHOR" target="_self" > <span id="element-6a3dfdbc8526f68" class="preview-element Link item-link magic-circle-holder text-element custom" data-menu-name="PREVIEW_LINK" >Social Media</span> </a> </li> <li class="removable-parent"> <a class="removable-parent" href="#vbid-a34cf4b4-0joseobl" data-link-type="ANCHOR" target="_self" > <span id="element-5771930b2a57b1f" class="preview-element Link item-link magic-circle-holder text-element custom" data-menu-name="PREVIEW_LINK" >Contact</span> </a> </li> <div class="element-placeholder" data-elementtype='LINK' style="display:none;"></div> </ul> </div> <button class="hamburger links-menu-btn hamburger--collapse very-small" type="button"> <span class="hamburger-box"> <span class="hamburger-inner"></span> </span> </button> </div> </div> </div> <div class="layout-settings" style="display:none;" data-type="menu" data-MENU_OVERLAY="relative" data-MENU_SCROLL="true" data-ALWAYS_MINIFIED="false" data-MENU_POSITION="top" data-MENU_ALIGN="left" data-BACKGROUND_COLOR="rgb(25, 110, 175)" data-MENU_SHRINK_CLASS="centered" ></div> </div> </div> </div> <!-- MENUS END --> <!-- BIO_CV START --> <div id="vbid-f417e557-48fkz1pt" class="master item-box gallery-box style-f417e557-04g5frxa " data-holder-type="gallery"" data-holder-type="gallery" data-child-type="STYLE" data-styleid="style-f417e557-04g5frxa" data-preview-styleid='style-f417e557-04g5frxa' data-preset-type-id="BIO_CV"> <div id="no-image" class="stripe-background load-high-res " ></div> <div class="gallery-wrapper item-wrapper bio_cv-wrapper "> <div class="sub container style-f417e557-04g5frxa content flex " data-itemtype="folder" data-creator="" data-itemname="LOADING Copy" data-itemslug="loading-copy" data-itemstyleid="style-f417e557-04g5frxa" data-margintop="" data-arranger="flex" data-layout="multi" data-vbid="vbid-f417e557-48fkz1pt" data-preset-type-id="BIO_CV" data-preview-style="style-f417e557-04g5frxa" data-style="style-4e411-j0xhjgzynh" data-absolute-path="" > <!-- ARRANGER SETTINGS --> <div class="arranger-settings" style="display:none;" data-ARRANGER_TYPE="flex" data-ARRANGER_COLS="0" data-ARRANGER_ITEM_MAX_WIDTH="400" data-ARRANGER_ITEM_MIN_WIDTH="230" data-ARRANGER_ITEM_RATIO="1" data-ARRANGER_ITEM_SPACING="20" data-ARRANGER_ITEMS_PER_PAGE="all" data-ARRANGER_ORDER_TYPE="regular" data-AUTO_PLAY="true" data-AUTO_PLAY_DURATION="4" data-SLIDE_EFFECT="SLIDE" data-FLEX_ELEMENT_EFFECT="effect-fadein" data-FLEX_ARROWS="https://lh3.googleusercontent.com/ZMARmveTg1geksYKXZKdh71KW09XrhDLg8N-XrfXCGsDBEHnuKwhmYpHd55Y2-NwuwLX8qsyx26JNyJWtr1jEcxD=s50" ></div> <div class="layout-settings" style="display:none;" data-type="multi"></div> <div id="children"> <div id="items-holder-wrapper"> <div id="items-holder"> <div id="vbid-f417e557-qfbi4ktj" class="sub item-box page-box style-f417e557-04g5frxa " data-holder-type="page"" data-holder-type="page" data-child-type="STYLE" data-styleid="style-f417e557-04g5frxa" data-preview-styleid='style-f417e557-04g5frxa' data-preset-type-id="UNRESOLVED"> <div class="page-wrapper item-wrapper "> <div class="item-content leaf multi_layout page content -container" data-self="vbid-f417e557-qfbi4ktj" data-preview-style="style-f417e557-04g5frxa" data-style="style-4e411-yq39oaomol" data-orig-thumb-height="928" data-orig-thumb-width="1232" data-vbid="vbid-f417e557-qfbi4ktj" data-bgimg="https://lh3.googleusercontent.com/ASXzkubwthm5KxKJ4kE2eqx5T_AUT1U4n3kpoK2l3xcVnfPQbQXdM46i8hLCQ9bZf7QNmAuFveqXvEtYvAeAVIqnWt-m7Q"> <div class="multi-container preview image-cover" > <div class="Picture item-preview"> <div class="preview-image-holder"> <div id="no-image" class="background-image-div preview-element image-source magic-circle-holder unfold-left load-high-res" data-menu-name="BACKGROUND_IMAGE" style=""> </div> <div class="helper-div middle-center" > <!-- <div class="benet" style="min-height:inherit;"></div> --> <div class="pic-side"> <div class="vertical-aligner"> <div id="element-478478d38708cdb-holder" class="preview-image-holder inner-pic-holder" data-menu-name="PREVIEW_INLINE_IMAGE_HOLDER"> <div id="element-478478d38708cdb" class="inner-pic preview-element magic-circle-holder load-high-res " data-menu-name="PREVIEW_INLINE_IMAGE" style="background-image:url(https://lh3.googleusercontent.com/ASXzkubwthm5KxKJ4kE2eqx5T_AUT1U4n3kpoK2l3xcVnfPQbQXdM46i8hLCQ9bZf7QNmAuFveqXvEtYvAeAVIqnWt-m7Q=s300);" data-orig-width="1232" data-orig-height="928" > </div> </div> </div> </div> <div class="text-side shrinker-parent"> <div class="vertical-aligner"> <div class="item-details preview-content-wrapper multi" style="position:relative;"> <div class="draggable-div-holder"></div> <div class="preview-content-holder shrinker-content"> <!-- BY SPECIFIC ORDER --> <div class="preview-icon-holder Icon removable-parent order-handle" > <img id="element-637ac8f8b5fcb56" class="preview-element icon-source magic-circle-holder shrinkable-img allow-mobile-hide" data-menu-name="PREVIEW_ICON" src="https://lh3.googleusercontent.com/XFhljR8emQBO4u6XPebnVHaWnE1Ahb9escWhr8KRX9Tu5lxT947KFZcbn4H5VmrdYk7VlZ7NHq5eUrj7DuSz4NZF1_bQpluZ" /> </div> <br class="upper-line-break" /> <div class="preview-title-holder removable-parent order-handle"> <h1 id="element-ca42a7989f29793" class="preview-element preview-title magic-circle-holder inner-page text-element quick-text-style-menu allow-mobile-hide" data-menu-name="PREVIEW_TITLE" >I make: GADGETS</h1> </div> <br class="lower-line-break" /> <br class="upper-line-break" /> <div class="preview-subtitle-holder removable-parent order-handle"> <h3 id="element-62a8b257a41ad57" class="preview-element preview-subtitle magic-circle-holder text-element quick-text-style-menu allow-mobile-hide" data-menu-name="PREVIEW_SUBTITLE">ai images, handicraft, software and weird stuff...</h3> </div> <br class="lower-line-break" /> <br class="upper-line-break" /> <div class="preview-divider-holder removable-parent order-handle"> <div id="vbid-f417e557-q2mbia8z" class="preview-element preview-divider magic-circle-holder quick-text-style-menu" data-menu-name="PREVIEW_DIVIDER"> </div> </div> <br class="lower-line-break" /> <br class="upper-line-break" /> <div class="preview-body-holder removable-parent order-handle"> <div id="vbid-f417e557-raf7ft5y" class="preview-element preview-body magic-circle-holder text-element quick-text-style-menu allow-mobile-hide" data-menu-name="PREVIEW_BODY"> <div><span style="font-size:14px;">Hello! I am cygig! I am based in Singapore and I love to DIY and make things. I am a jack of all trade and I know (maybe more than) a little of everything, and this allows me to integrate my skills from one hobby to another.</span></div><div><br></div><div><span style="font-size:14px;">I realised that it is very difficult to invent or innovate something that is entirely unique by myself, thus I'd decided to call these my <em>creations </em>instead of <em>inventions</em>. These may not be novel ideas, but these are things I made. </span></div><div><br></div><div><span style="font-size:14px;">Contact me if you would like a collaboration, a commission or you wish to purchase my creation.</span></div> </div> </div> <br class="lower-line-break" /> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="layout-settings" style="display:none;" data-type="multi"></div> </div> </div> </div> </div> </div> </div> </div> </div> <!-- BIO_CV END --> <!-- GALLERIES START --> <div id="vbid-6c8763e5-sy0fbiul" class="master item-box gallery-box style-6c8763e5-boojeboi button-effects btn_hover3 " data-holder-type="gallery"" data-holder-type="gallery" data-child-type="NATIVE_ORDER" data-styleid="style-6c8763e5-boojeboi" data-preview-styleid='style-6c8763e5-boojeboi' data-preset-type-id="GALLERIES"> <div id="no-image" class="stripe-background load-high-res " ></div> <div class="gallery-wrapper item-wrapper galleries-wrapper "> <div class="sub container style-6c8763e5-boojeboi content matrix " data-itemtype="folder" data-creator="" data-itemname="New folder Copy" data-itemslug="new-folder-copy" data-itemstyleid="style-6c8763e5-boojeboi" data-margintop="" data-arranger="matrix" data-layout="multi" data-vbid="vbid-6c8763e5-sy0fbiul" data-preset-type-id="GALLERIES" data-preview-style="style-6c8763e5-boojeboi" data-style="style-ed018-satuvqyzot" data-absolute-path="" > <!-- ARRANGER SETTINGS --> <div class="arranger-settings" style="display:none;" data-ARRANGER_TYPE="matrix" data-ARRANGER_COLS="3" data-ARRANGER_ITEM_MAX_WIDTH="1000" data-ARRANGER_ITEM_MIN_WIDTH="209.29999999999998" data-ARRANGER_ITEM_RATIO="1.0" data-ARRANGER_ITEM_SPACING="25" data-ARRANGER_ITEMS_PER_PAGE="all" data-ARRANGER_ORDER_TYPE="regular" data-AUTO_PLAY="false" data-AUTO_PLAY_DURATION="4" data-SLIDE_EFFECT="SLIDE" data-FLEX_ELEMENT_EFFECT="" data-FLEX_ARROWS="https://lh3.googleusercontent.com/ZMARmveTg1geksYKXZKdh71KW09XrhDLg8N-XrfXCGsDBEHnuKwhmYpHd55Y2-NwuwLX8qsyx26JNyJWtr1jEcxD=s50" ></div> <div class="layout-settings" style="display:none;" data-type="multi"></div> <div id="children"> <!-- STRIPE HEADER --> <div class="stripe-header-wrapper"> <div id="vbid-6c8763e5-6mfi8oxs" class="stripe-header sub item-box page-box style-6c8763e5-boojeboi " data-holder-type="page"" data-holder-type="page" data-child-type="STYLE" data-styleid="style-6c8763e5-boojeboi" data-preview-styleid='style-6c8763e5-boojeboi' data-preset-type-id="UNRESOLVED"> <div class="page-wrapper item-wrapper "> <div class="item-content leaf blocks_layout page content" data-self="vbid-6c8763e5-6mfi8oxs" data-preview-style="style-6c8763e5-boojeboi" data-style="style-ed018-satuvqyzot" data-orig-thumb-height="" data-orig-thumb-width="" data-vbid="vbid-6c8763e5-6mfi8oxs" data-bgimg=""> <div class="helper-div middle" > <!-- <div class="benet" style="min-height:inherit;"></div> --> <div class="text-side "> <div class="vertical-aligner"> <div class="item-details blocks-preview-content-wrapper blocks shrinker-parent" style="position:relative;"> <div class="blocks-preview-content-holder shrinker-content"> <!-- BY SPECIFIC ORDER --> <br class="upper-line-break" /> <div class="blocks-preview-title-holder removable-parent order-handle"> <h2 id="vbid-6c8763e5-ftlo4ul9" class="preview-element blocks-preview-title magic-circle-holder inner-page text-element quick-text-style-menu allow-mobile-hide" data-menu-name="BLOCKS_PREVIEW_TITLE" >Electronics</h2> </div> <br class="lower-line-break" /> </div> </div> </div> </div> </div> </div> <div class="layout-settings" style="display:none;" data-type="blocks"></div> </div> </div> </div> <div id="items-holder-wrapper"> <div id="items-holder"> <div id="vbid-6c8763e5-8vty0xas" class="sub item-box page-box style-6c8763e5-boojeboi " data-holder-type="page"" data-holder-type="page" data-child-type="STYLE" data-styleid="style-6c8763e5-boojeboi" data-preview-styleid='style-6c8763e5-boojeboi' data-preset-type-id="UNRESOLVED"> <div class="page-wrapper item-wrapper "> <div class="item-content leaf multi_layout page content -container" data-self="vbid-6c8763e5-8vty0xas" data-preview-style="style-6c8763e5-boojeboi" data-style="style-ed018-yjvbvfoyx6" data-orig-thumb-height="3000" data-orig-thumb-width="4000" data-vbid="vbid-6c8763e5-8vty0xas" data-bgimg="https://lh3.googleusercontent.com/O2TniPDFZcQ3vqt9asM-Lsg_eR-8Sosq7hfEv7BA3LU3AlVh8fa8BlFuy6y2I-Y8zZ13IhN_rtNqH68U76j42fm8Zsw36uA"> <div class="multi-container preview image-cover" > <div class="Picture item-preview"> <div class="preview-image-holder"> <div id="no-image" class="background-image-div preview-element image-source magic-circle-holder unfold-left load-high-res" data-menu-name="BACKGROUND_IMAGE" style=""> </div> <div class="helper-div bottom-center" > <!-- <div class="benet" style="min-height:inherit;"></div> --> <div class="pic-side"> <div class="vertical-aligner"> <div id="vbid-6c8763e5-oirujvif-holder" class="preview-image-holder inner-pic-holder" data-menu-name="PREVIEW_INLINE_IMAGE_HOLDER"> <a class="image-link top-layer not-wrapping" href="/vbid-6c8763e5-9emgyfk7" data-link-type="LIGHTBOX" target="_self"></a> <div id="vbid-6c8763e5-oirujvif" class="inner-pic preview-element magic-circle-holder load-high-res " data-menu-name="PREVIEW_INLINE_IMAGE" style="background-image:url(https://lh3.googleusercontent.com/O2TniPDFZcQ3vqt9asM-Lsg_eR-8Sosq7hfEv7BA3LU3AlVh8fa8BlFuy6y2I-Y8zZ13IhN_rtNqH68U76j42fm8Zsw36uA=s300);" data-orig-width="4000" data-orig-height="3000" > </div> </div> </div> </div> <div class="text-side shrinker-parent"> <div class="vertical-aligner"> <div class="item-details preview-content-wrapper multi" style="position:relative;"> <div class="draggable-div-holder"></div> <div class="preview-content-holder shrinker-content"> <!-- BY NATIVE ORDER --> <br class="upper-line-break" /> <div class="preview-title-holder removable-parent order-handle"> <h2 id="vbid-6c8763e5-xoe2uezm" class="preview-element preview-title magic-circle-holder inner-page text-element quick-text-style-menu allow-mobile-hide" data-menu-name="PREVIEW_TITLE" >TenKeyMore</h2> </div> <br class="lower-line-break" /> <br class="upper-line-break" /> <div class="preview-body-holder removable-parent order-handle"> <div id="vbid-6c8763e5-1feweyij" class="preview-element preview-body magic-circle-holder text-element quick-text-style-menu allow-mobile-hide" data-menu-name="PREVIEW_BODY"> <p><span style="font-size:14px;"><span style="line-height:1em;">TenKeymore is a macro keyboard with keys lined in two rows instead of a grid. The macros are stored on-board on a microSD card. It interfaces with your machine via Type-C USB and is recognised as an USB keyboard.</span></span></p> </div> </div> <br class="lower-line-break" /> <div class="preview-form order-handle"> <div class="element-placeholder" data-elementtype='FIELD' style="display:none;"></div> </div> <div class="preview-item-links order-handle "> <div class="preview-links-wrapper"> <div class="element-placeholder" data-elementtype='LINK' style="display:none;"></div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="layout-settings" style="display:none;" data-type="multi"></div> </div> </div> <div id="vbid-aecdda22-gcaqk07p" class="sub item-box page-box style-6c8763e5-boojeboi " data-holder-type="page"" data-holder-type="page" data-child-type="STYLE" data-styleid="style-6c8763e5-boojeboi" data-preview-styleid='style-6c8763e5-boojeboi' data-preset-type-id="UNRESOLVED"> <div class="page-wrapper item-wrapper "> <div class="item-content leaf multi_layout page content -container" data-self="vbid-aecdda22-gcaqk07p" data-preview-style="style-6c8763e5-boojeboi" data-style="style-ed018-yjvbvfoyx6" data-orig-thumb-height="3000" data-orig-thumb-width="4000" data-vbid="vbid-aecdda22-gcaqk07p" data-bgimg="https://lh3.googleusercontent.com/INEJ4Vcs5Tk9X2cZUMba6lT9CJdPUm2XDZ-p9YloIfhAiM_Le_i3C5UioEtGrM4z2-EfxR5rfGSVp_pIyIVZjGQ19h-jDfc"> <div class="multi-container preview image-cover" > <div class="Picture item-preview"> <div class="preview-image-holder"> <div id="no-image" class="background-image-div preview-element image-source magic-circle-holder unfold-left load-high-res" data-menu-name="BACKGROUND_IMAGE" style=""> </div> <div class="helper-div bottom-center" > <!-- <div class="benet" style="min-height:inherit;"></div> --> <div class="pic-side"> <div class="vertical-aligner"> <div id="vbid-aecdda22-xtmwuowh-holder" class="preview-image-holder inner-pic-holder" data-menu-name="PREVIEW_INLINE_IMAGE_HOLDER"> <a class="image-link top-layer not-wrapping" href="/vbid-aecdda22-8ayrbuz5" data-link-type="LIGHTBOX" target="_self"></a> <div id="vbid-aecdda22-xtmwuowh" class="inner-pic preview-element magic-circle-holder load-high-res " data-menu-name="PREVIEW_INLINE_IMAGE" style="background-image:url(https://lh3.googleusercontent.com/INEJ4Vcs5Tk9X2cZUMba6lT9CJdPUm2XDZ-p9YloIfhAiM_Le_i3C5UioEtGrM4z2-EfxR5rfGSVp_pIyIVZjGQ19h-jDfc=s300);" data-orig-width="4000" data-orig-height="3000" > </div> </div> </div> </div> <div class="text-side shrinker-parent"> <div class="vertical-aligner"> <div class="item-details preview-content-wrapper multi" style="position:relative;"> <div class="draggable-div-holder"></div> <div class="preview-content-holder shrinker-content"> <!-- BY NATIVE ORDER --> <br class="upper-line-break" /> <div class="preview-title-holder removable-parent order-handle"> <h2 id="vbid-aecdda22-xzlphv4a" class="preview-element preview-title magic-circle-holder inner-page text-element quick-text-style-menu allow-mobile-hide" data-menu-name="PREVIEW_TITLE" >smolHub</h2> </div> <br class="lower-line-break" /> <br class="upper-line-break" /> <div class="preview-body-holder removable-parent order-handle"> <div id="vbid-aecdda22-zkkxgju9" class="preview-element preview-body magic-circle-holder text-element quick-text-style-menu allow-mobile-hide" data-menu-name="PREVIEW_BODY"> <p>smolHub is an ultra-compact USB2.0 hub designed for extending the USB ports of Single Board Computers (SBCs) or directly attaching to laptops. <br></p><p><br></p><p>With its flexible connection options, including a JST connector with a cable tie for strain relief or a USB Type C port, smolHub offers convenience and versatility. Encased in a clear, cool acrylic case, this hub combines functionality and style.</p> </div> </div> <br class="lower-line-break" /> <div class="preview-form order-handle"> <div class="element-placeholder" data-elementtype='FIELD' style="display:none;"></div> </div> <div class="preview-item-links order-handle "> <div class="preview-links-wrapper"> <div class="element-placeholder" data-elementtype='LINK' style="display:none;"></div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="layout-settings" style="display:none;" data-type="multi"></div> </div> </div> <div id="vbid-3e68aa2a-y8eqgujb" class="sub item-box page-box style-6c8763e5-boojeboi " data-holder-type="page"" data-holder-type="page" data-child-type="STYLE" data-styleid="style-6c8763e5-boojeboi" data-preview-styleid='style-6c8763e5-boojeboi' data-preset-type-id="UNRESOLVED"> <div class="page-wrapper item-wrapper "> <div class="item-content leaf multi_layout page content -container" data-self="vbid-3e68aa2a-y8eqgujb" data-preview-style="style-6c8763e5-boojeboi" data-style="style-ed018-yjvbvfoyx6" data-orig-thumb-height="1972" data-orig-thumb-width="2629" data-vbid="vbid-3e68aa2a-y8eqgujb" data-bgimg="https://lh3.googleusercontent.com/9b3_2PrQqZF1Q93vL4Xz0mrSKLOKCyHOHV7bsdTfaUkaQ8ioD3VPcNlhKVgIzBX0Epfe6f4OgBzbOSWQV514db3mgUyYrrw"> <div class="multi-container preview image-cover" > <div class="Picture item-preview"> <div class="preview-image-holder"> <div id="no-image" class="background-image-div preview-element image-source magic-circle-holder unfold-left load-high-res" data-menu-name="BACKGROUND_IMAGE" style=""> </div> <div class="helper-div bottom-center" > <!-- <div class="benet" style="min-height:inherit;"></div> --> <div class="pic-side"> <div class="vertical-aligner"> <div id="vbid-3e68aa2a-zskjb8kv-holder" class="preview-image-holder inner-pic-holder" data-menu-name="PREVIEW_INLINE_IMAGE_HOLDER"> <a class="image-link top-layer not-wrapping" href="/vbid-3e68aa2a-3igaarju" data-link-type="LIGHTBOX" target="_self"></a> <div id="vbid-3e68aa2a-zskjb8kv" class="inner-pic preview-element magic-circle-holder load-high-res " data-menu-name="PREVIEW_INLINE_IMAGE" style="background-image:url(https://lh3.googleusercontent.com/9b3_2PrQqZF1Q93vL4Xz0mrSKLOKCyHOHV7bsdTfaUkaQ8ioD3VPcNlhKVgIzBX0Epfe6f4OgBzbOSWQV514db3mgUyYrrw=s300);" data-orig-width="2629" data-orig-height="1972" > </div> </div> </div> </div> <div class="text-side shrinker-parent"> <div class="vertical-aligner"> <div class="item-details preview-content-wrapper multi" style="position:relative;"> <div class="draggable-div-holder"></div> <div class="preview-content-holder shrinker-content"> <!-- BY NATIVE ORDER --> <br class="upper-line-break" /> <div class="preview-title-holder removable-parent order-handle"> <h2 id="vbid-3e68aa2a-w9j2bpuh" class="preview-element preview-title magic-circle-holder inner-page text-element quick-text-style-menu allow-mobile-hide" data-menu-name="PREVIEW_TITLE" >smolAmp</h2> </div> <br class="lower-line-break" /> <br class="upper-line-break" /> <div class="preview-body-holder removable-parent order-handle"> <div id="vbid-3e68aa2a-f2acl220" class="preview-element preview-body magic-circle-holder text-element quick-text-style-menu allow-mobile-hide" data-menu-name="PREVIEW_BODY"> <p>smolAmp is a dedicated headphone amplifier designed to enhance your audio experience. <br></p><p><br></p><p>With high output power and power input filtering, it delivers clear and powerful sound reproduction. The analog volume control allows precise adjustments, while the option of 2x or 5x gain ensures compatibility with different headphone models. <br></p><p><br></p><p>The sleek design features cool see-through acrylic faceplates combined with a durable aluminum case, adding a touch of style to your audio setup.</p> </div> </div> <br class="lower-line-break" /> <div class="preview-form order-handle"> <div class="element-placeholder" data-elementtype='FIELD' style="display:none;"></div> </div> <div class="preview-item-links order-handle "> <div class="preview-links-wrapper"> <div class="element-placeholder" data-elementtype='LINK' style="display:none;"></div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="layout-settings" style="display:none;" data-type="multi"></div> </div> </div> <div id="vbid-8d2cf2ef-jrqeu7on" class="sub item-box page-box style-6c8763e5-boojeboi " data-holder-type="page"" data-holder-type="page" data-child-type="STYLE" data-styleid="style-6c8763e5-boojeboi" data-preview-styleid='style-6c8763e5-boojeboi' data-preset-type-id="UNRESOLVED"> <div class="page-wrapper item-wrapper "> <div class="item-content leaf multi_layout page content -container" data-self="vbid-8d2cf2ef-jrqeu7on" data-preview-style="style-6c8763e5-boojeboi" data-style="style-ed018-yjvbvfoyx6" data-orig-thumb-height="1536" data-orig-thumb-width="2048" data-vbid="vbid-8d2cf2ef-jrqeu7on" data-bgimg="https://lh3.googleusercontent.com/v5V87uCwrO2sjtg7Bfuck68YzBAYBu2yL3lYa2hERhoAbxc9lBE7HLv9qKroNO3JFucjwtQvyklvh6W48r84wo6h7CoJTi9I"> <div class="multi-container preview image-cover" > <div class="Picture item-preview"> <div class="preview-image-holder"> <div id="no-image" class="background-image-div preview-element image-source magic-circle-holder unfold-left load-high-res" data-menu-name="BACKGROUND_IMAGE" style=""> </div> <div class="helper-div bottom-center" > <!-- <div class="benet" style="min-height:inherit;"></div> --> <div class="pic-side"> <div class="vertical-aligner"> <div id="vbid-8d2cf2ef-h6esxano-holder" class="preview-image-holder inner-pic-holder" data-menu-name="PREVIEW_INLINE_IMAGE_HOLDER"> <a class="image-link top-layer not-wrapping" href="/vbid-8d2cf2ef-fyhreu4h" data-link-type="LIGHTBOX" target="_self"></a> <div id="vbid-8d2cf2ef-h6esxano" class="inner-pic preview-element magic-circle-holder load-high-res " data-menu-name="PREVIEW_INLINE_IMAGE" style="background-image:url(https://lh3.googleusercontent.com/v5V87uCwrO2sjtg7Bfuck68YzBAYBu2yL3lYa2hERhoAbxc9lBE7HLv9qKroNO3JFucjwtQvyklvh6W48r84wo6h7CoJTi9I=s300);" data-orig-width="2048" data-orig-height="1536" > </div> </div> </div> </div> <div class="text-side shrinker-parent"> <div class="vertical-aligner"> <div class="item-details preview-content-wrapper multi" style="position:relative;"> <div class="draggable-div-holder"></div> <div class="preview-content-holder shrinker-content"> <!-- BY NATIVE ORDER --> <br class="upper-line-break" /> <div class="preview-title-holder removable-parent order-handle"> <h2 id="vbid-8d2cf2ef-kdi6tuas" class="preview-element preview-title magic-circle-holder inner-page text-element quick-text-style-menu allow-mobile-hide" data-menu-name="PREVIEW_TITLE" >smolLight</h2> </div> <br class="lower-line-break" /> <br class="upper-line-break" /> <div class="preview-body-holder removable-parent order-handle"> <div id="vbid-8d2cf2ef-b8temgsf" class="preview-element preview-body magic-circle-holder text-element quick-text-style-menu allow-mobile-hide" data-menu-name="PREVIEW_BODY"> <p>smolLight is a compact and stylish mini flashlight featuring a cool angular design. <br></p><p><br></p><p>This USB rechargeable flashlight utilizes a Type C port for convenient charging. Crafted with 3D printing technology, smolLight incorporates a high-intensity LED for powerful illumination in a small package.</p> </div> </div> <br class="lower-line-break" /> <div class="preview-form order-handle"> <div class="element-placeholder" data-elementtype='FIELD' style="display:none;"></div> </div> <div class="preview-item-links order-handle "> <div class="preview-links-wrapper"> <div class="element-placeholder" data-elementtype='LINK' style="display:none;"></div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="layout-settings" style="display:none;" data-type="multi"></div> </div> </div> <div id="vbid-693479b2-atum2w0a" class="sub item-box page-box style-6c8763e5-boojeboi " data-holder-type="page"" data-holder-type="page" data-child-type="STYLE" data-styleid="style-6c8763e5-boojeboi" data-preview-styleid='style-6c8763e5-boojeboi' data-preset-type-id="UNRESOLVED"> <div class="page-wrapper item-wrapper "> <div class="item-content leaf multi_layout page content -container" data-self="vbid-693479b2-atum2w0a" data-preview-style="style-6c8763e5-boojeboi" data-style="style-ed018-yjvbvfoyx6" data-orig-thumb-height="768" data-orig-thumb-width="1024" data-vbid="vbid-693479b2-atum2w0a" data-bgimg="https://lh3.googleusercontent.com/2K4Gnc6VsrozIajA6HlCXq1zDdgQFFEaa7RwF4EqHzFsgW0LtVDlJkEdXG3FkfkHGTzhemaNbumRqQLokwL9GGXd702ypA"> <div class="multi-container preview image-cover" > <div class="Picture item-preview"> <div class="preview-image-holder"> <div id="no-image" class="background-image-div preview-element image-source magic-circle-holder unfold-left load-high-res" data-menu-name="BACKGROUND_IMAGE" style=""> </div> <div class="helper-div bottom-center" > <!-- <div class="benet" style="min-height:inherit;"></div> --> <div class="pic-side"> <div class="vertical-aligner"> <div id="vbid-693479b2-hudgftvl-holder" class="preview-image-holder inner-pic-holder" data-menu-name="PREVIEW_INLINE_IMAGE_HOLDER"> <a class="image-link top-layer not-wrapping" href="/vbid-693479b2-9itq52ci" data-link-type="LIGHTBOX" target="_self"></a> <div id="vbid-693479b2-hudgftvl" class="inner-pic preview-element magic-circle-holder load-high-res " data-menu-name="PREVIEW_INLINE_IMAGE" style="background-image:url(https://lh3.googleusercontent.com/2K4Gnc6VsrozIajA6HlCXq1zDdgQFFEaa7RwF4EqHzFsgW0LtVDlJkEdXG3FkfkHGTzhemaNbumRqQLokwL9GGXd702ypA=s300);" data-orig-width="1024" data-orig-height="768" > </div> </div> </div> </div> <div class="text-side shrinker-parent"> <div class="vertical-aligner"> <div class="item-details preview-content-wrapper multi" style="position:relative;"> <div class="draggable-div-holder"></div> <div class="preview-content-holder shrinker-content"> <!-- BY NATIVE ORDER --> <br class="upper-line-break" /> <div class="preview-title-holder removable-parent order-handle"> <h2 id="vbid-693479b2-nagabmiu" class="preview-element preview-title magic-circle-holder inner-page text-element quick-text-style-menu allow-mobile-hide" data-menu-name="PREVIEW_TITLE" >Chibi Charging Bit</h2> </div> <br class="lower-line-break" /> <br class="upper-line-break" /> <div class="preview-body-holder removable-parent order-handle"> <div id="vbid-693479b2-43pywcni" class="preview-element preview-body magic-circle-holder text-element quick-text-style-menu allow-mobile-hide" data-menu-name="PREVIEW_BODY"> <p>Chibi Charging Bit is a compact and versatile power bank module designed for convenient charging and power supply applications. <br></p><p><br></p><p>With its current mode functionality, it efficiently boosts voltage from 3.7V to 5V, making it suitable for powering 5V development boards and integrating into existing PCBs.<br></p><p><br></p><p> The module features a USB Type-A output, Type-C input, and 2.54mm alternatives, providing flexibility in connectivity. </p> </div> </div> <br class="lower-line-break" /> <div class="preview-form order-handle"> <div class="element-placeholder" data-elementtype='FIELD' style="display:none;"></div> </div> <div class="preview-item-links order-handle "> <div class="preview-links-wrapper"> <div class="element-placeholder" data-elementtype='LINK' style="display:none;"></div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="layout-settings" style="display:none;" data-type="multi"></div> </div> </div> <div id="vbid-3d26bce3-1jmhnitf" class="sub item-box page-box style-6c8763e5-boojeboi " data-holder-type="page"" data-holder-type="page" data-child-type="STYLE" data-styleid="style-6c8763e5-boojeboi" data-preview-styleid='style-6c8763e5-boojeboi' data-preset-type-id="UNRESOLVED"> <div class="page-wrapper item-wrapper "> <div class="item-content leaf multi_layout page content -container" data-self="vbid-3d26bce3-1jmhnitf" data-preview-style="style-6c8763e5-boojeboi" data-style="style-ed018-yjvbvfoyx6" data-orig-thumb-height="789" data-orig-thumb-width="1052" data-vbid="vbid-3d26bce3-1jmhnitf" data-bgimg="https://lh3.googleusercontent.com/iWZWpUzrXuYZFxc01xOTbAa8L8gc-eYXr1AAMvooC4wF28h37W8MFjhH3Bif2XHn2gJ4TmMeBKl8sfDgKHWty5b1F9U5oIM"> <div class="multi-container preview image-cover" > <div class="Picture item-preview"> <div class="preview-image-holder"> <div id="no-image" class="background-image-div preview-element image-source magic-circle-holder unfold-left load-high-res" data-menu-name="BACKGROUND_IMAGE" style=""> </div> <div class="helper-div bottom-center" > <!-- <div class="benet" style="min-height:inherit;"></div> --> <div class="pic-side"> <div class="vertical-aligner"> <div id="vbid-3d26bce3-kxfngvbs-holder" class="preview-image-holder inner-pic-holder" data-menu-name="PREVIEW_INLINE_IMAGE_HOLDER"> <a class="image-link top-layer not-wrapping" href="/vbid-3d26bce3-ihykv6zp" data-link-type="LIGHTBOX" target="_self"></a> <div id="vbid-3d26bce3-kxfngvbs" class="inner-pic preview-element magic-circle-holder load-high-res " data-menu-name="PREVIEW_INLINE_IMAGE" style="background-image:url(https://lh3.googleusercontent.com/iWZWpUzrXuYZFxc01xOTbAa8L8gc-eYXr1AAMvooC4wF28h37W8MFjhH3Bif2XHn2gJ4TmMeBKl8sfDgKHWty5b1F9U5oIM=s300);" data-orig-width="1052" data-orig-height="789" > </div> </div> </div> </div> <div class="text-side shrinker-parent"> <div class="vertical-aligner"> <div class="item-details preview-content-wrapper multi" style="position:relative;"> <div class="draggable-div-holder"></div> <div class="preview-content-holder shrinker-content"> <!-- BY NATIVE ORDER --> <br class="upper-line-break" /> <div class="preview-title-holder removable-parent order-handle"> <h2 id="vbid-3d26bce3-lwnpfezn" class="preview-element preview-title magic-circle-holder inner-page text-element quick-text-style-menu allow-mobile-hide" data-menu-name="PREVIEW_TITLE" >CheckMate 4000</h2> </div> <br class="lower-line-break" /> <br class="upper-line-break" /> <div class="preview-body-holder removable-parent order-handle"> <div id="vbid-3d26bce3-wg1dbyc3" class="preview-element preview-body magic-circle-holder text-element quick-text-style-menu allow-mobile-hide" data-menu-name="PREVIEW_BODY"> <p>The checkMate 4000 is a versatile 4-wire continuity checker designed to verify connections between various standard connectors. <br></p><p><br></p><p>It allows for checking continuity between USB Standard Type A and B, USB Mini B and Micro B, TRRS, JST XH and PH, DC barrel jack, and pin headers. <br></p><p><br></p><p>Powered by a single CR2032 cell battery, it features an LED indicator to visualize the power path. The checkMate 4000 also includes a convenient switch to independently test each of the four connections.</p> </div> </div> <br class="lower-line-break" /> <div class="preview-form order-handle"> <div class="element-placeholder" data-elementtype='FIELD' style="display:none;"></div> </div> <div class="preview-item-links order-handle "> <div class="preview-links-wrapper"> <div class="element-placeholder" data-elementtype='LINK' style="display:none;"></div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="layout-settings" style="display:none;" data-type="multi"></div> </div> </div> </div> </div> </div> </div> </div> </div> <!-- GALLERIES END --> <!-- GALLERIES START --> <div id="vbid-0d64de02-5uunrca1" class="master item-box gallery-box style-0d64de02-mb971ky6 button-effects btn_hover3 " data-holder-type="gallery"" data-holder-type="gallery" data-child-type="NATIVE_ORDER" data-styleid="style-0d64de02-mb971ky6" data-preview-styleid='style-0d64de02-mb971ky6' data-preset-type-id="GALLERIES"> <div id="no-image" class="stripe-background load-high-res " ></div> <div class="gallery-wrapper item-wrapper galleries-wrapper "> <div class="sub container style-0d64de02-mb971ky6 content matrix " data-itemtype="folder" data-creator="" data-itemname="New folder Copy" data-itemslug="new-folder-copy" data-itemstyleid="style-0d64de02-mb971ky6" data-margintop="" data-arranger="matrix" data-layout="multi" data-vbid="vbid-0d64de02-5uunrca1" data-preset-type-id="GALLERIES" data-preview-style="style-0d64de02-mb971ky6" data-style="style-ed018-satuvqyzot" data-absolute-path="" > <!-- ARRANGER SETTINGS --> <div class="arranger-settings" style="display:none;" data-ARRANGER_TYPE="matrix" data-ARRANGER_COLS="4" data-ARRANGER_ITEM_MAX_WIDTH="1000" data-ARRANGER_ITEM_MIN_WIDTH="288" data-ARRANGER_ITEM_RATIO="1.0" data-ARRANGER_ITEM_SPACING="25" data-ARRANGER_ITEMS_PER_PAGE="all" data-ARRANGER_ORDER_TYPE="regular" data-AUTO_PLAY="false" data-AUTO_PLAY_DURATION="4" data-SLIDE_EFFECT="SLIDE" data-FLEX_ELEMENT_EFFECT="" data-FLEX_ARROWS="https://lh3.googleusercontent.com/ZMARmveTg1geksYKXZKdh71KW09XrhDLg8N-XrfXCGsDBEHnuKwhmYpHd55Y2-NwuwLX8qsyx26JNyJWtr1jEcxD=s50" ></div> <div class="layout-settings" style="display:none;" data-type="multi"></div> <div id="children"> <!-- STRIPE HEADER --> <div class="stripe-header-wrapper"> <div id="vbid-0d64de02-drav5g4i" class="stripe-header sub item-box page-box style-0d64de02-mb971ky6 " data-holder-type="page"" data-holder-type="page" data-child-type="STYLE" data-styleid="style-0d64de02-mb971ky6" data-preview-styleid='style-0d64de02-mb971ky6' data-preset-type-id="UNRESOLVED"> <div class="page-wrapper item-wrapper "> <div class="item-content leaf blocks_layout page content" data-self="vbid-0d64de02-drav5g4i" data-preview-style="style-0d64de02-mb971ky6" data-style="style-ed018-satuvqyzot" data-orig-thumb-height="" data-orig-thumb-width="" data-vbid="vbid-0d64de02-drav5g4i" data-bgimg=""> <div class="helper-div middle" > <!-- <div class="benet" style="min-height:inherit;"></div> --> <div class="text-side "> <div class="vertical-aligner"> <div class="item-details blocks-preview-content-wrapper blocks shrinker-parent" style="position:relative;"> <div class="blocks-preview-content-holder shrinker-content"> <!-- BY SPECIFIC ORDER --> <br class="upper-line-break" /> <div class="blocks-preview-title-holder removable-parent order-handle"> <h2 id="vbid-0d64de02-j0m4qmqx" class="preview-element blocks-preview-title magic-circle-holder inner-page text-element quick-text-style-menu allow-mobile-hide" data-menu-name="BLOCKS_PREVIEW_TITLE" >Gizmos</h2> </div> <br class="lower-line-break" /> </div> </div> </div> </div> </div> </div> <div class="layout-settings" style="display:none;" data-type="blocks"></div> </div> </div> </div> <div id="items-holder-wrapper"> <div id="items-holder"> <div id="vbid-0d64de02-gcaqk07p" class="sub item-box page-box style-0d64de02-mb971ky6 " data-holder-type="page"" data-holder-type="page" data-child-type="STYLE" data-styleid="style-0d64de02-mb971ky6" data-preview-styleid='style-0d64de02-mb971ky6' data-preset-type-id="UNRESOLVED"> <div class="page-wrapper item-wrapper "> <div class="item-content leaf multi_layout page content -container" data-self="vbid-0d64de02-gcaqk07p" data-preview-style="style-0d64de02-mb971ky6" data-style="style-ed018-yjvbvfoyx6" data-orig-thumb-height="3000" data-orig-thumb-width="4000" data-vbid="vbid-0d64de02-gcaqk07p" data-bgimg="https://lh3.googleusercontent.com/4APTBvMOwZPKmu2EmHxbTwckdQFknV5hHqcrFRc6wyqE4TH67mhXT1m0WIpY9BIGIv2YSt0jorJiXfxZ_h4Gu7K8HpVtwG8"> <div class="multi-container preview image-cover" > <div class="Picture item-preview"> <div class="preview-image-holder"> <div id="no-image" class="background-image-div preview-element image-source magic-circle-holder unfold-left load-high-res" data-menu-name="BACKGROUND_IMAGE" style=""> </div> <div class="helper-div bottom-center" > <!-- <div class="benet" style="min-height:inherit;"></div> --> <div class="pic-side"> <div class="vertical-aligner"> <div id="vbid-0d64de02-xtmwuowh-holder" class="preview-image-holder inner-pic-holder" data-menu-name="PREVIEW_INLINE_IMAGE_HOLDER"> <a class="image-link top-layer not-wrapping" href="https://www.facebook.com/media/set/?set=a.10158407136482559&type=3" data-link-type="EXTERNAL" target="_blank"></a> <div id="vbid-0d64de02-xtmwuowh" class="inner-pic preview-element magic-circle-holder load-high-res " data-menu-name="PREVIEW_INLINE_IMAGE" style="background-image:url(https://lh3.googleusercontent.com/4APTBvMOwZPKmu2EmHxbTwckdQFknV5hHqcrFRc6wyqE4TH67mhXT1m0WIpY9BIGIv2YSt0jorJiXfxZ_h4Gu7K8HpVtwG8=s300);" data-orig-width="4000" data-orig-height="3000" > </div> </div> </div> </div> <div class="text-side shrinker-parent"> <div class="vertical-aligner"> <div class="item-details preview-content-wrapper multi" style="position:relative;"> <div class="draggable-div-holder"></div> <div class="preview-content-holder shrinker-content"> <!-- BY NATIVE ORDER --> <br class="upper-line-break" /> <div class="preview-title-holder removable-parent order-handle"> <a href="https://www.facebook.com/media/set/?set=a.10158407136482559&type=3" data-link-type="EXTERNAL" target="_blank" > <h2 id="vbid-0d64de02-xzlphv4a" class="preview-element preview-title magic-circle-holder inner-page text-element quick-text-style-menu allow-mobile-hide" data-menu-name="PREVIEW_TITLE" >SRAQ</h2> </a> </div> <br class="lower-line-break" /> <br class="upper-line-break" /> <div class="preview-body-holder removable-parent order-handle"> <a href="https://www.facebook.com/media/set/?set=a.10158407136482559&type=3" data-link-type="EXTERNAL" target="_blank" > <div id="vbid-0d64de02-zkkxgju9" class="preview-element preview-body magic-circle-holder text-element quick-text-style-menu allow-mobile-hide" data-menu-name="PREVIEW_BODY"> <p>This is a controversial one: I hate quick release plates on camera tripods.</p><p><br></p><p>I hate them so much I designed and created the Slow Release Anti-QR Plate (SRAQ) with custom made parts. Basically, you mount the SRAQ on the quick release plate, which then adapts it into conventional 1/4"-20 UNC mount.</p><p><br></p><p>Click to see more.</p> </div> </a> </div> <br class="lower-line-break" /> <div class="preview-form order-handle"> <div class="element-placeholder" data-elementtype='FIELD' style="display:none;"></div> </div> <div class="preview-item-links order-handle "> <div class="preview-links-wrapper"> <div class="element-placeholder" data-elementtype='LINK' style="display:none;"></div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="layout-settings" style="display:none;" data-type="multi"></div> </div> </div> <div id="vbid-139fe8a0-9y35nh33" class="sub item-box page-box style-0d64de02-mb971ky6 " data-holder-type="page"" data-holder-type="page" data-child-type="STYLE" data-styleid="style-0d64de02-mb971ky6" data-preview-styleid='style-0d64de02-mb971ky6' data-preset-type-id="UNRESOLVED"> <div class="page-wrapper item-wrapper "> <div class="item-content leaf multi_layout page content -container" data-self="vbid-139fe8a0-9y35nh33" data-preview-style="style-0d64de02-mb971ky6" data-style="style-ed018-yjvbvfoyx6" data-orig-thumb-height="1536" data-orig-thumb-width="2048" data-vbid="vbid-139fe8a0-9y35nh33" data-bgimg="https://lh3.googleusercontent.com/2ckEQrtueHhpRMwxyLDkqfNF2XOGNwT05EbgzZMiVuvBNh1Av8dq63UH7lnPMsE7YSi33GzmjgmB6OLPktEw-4gKPyUUCK0"> <div class="multi-container preview image-cover" > <div class="Picture item-preview"> <div class="preview-image-holder"> <div id="no-image" class="background-image-div preview-element image-source magic-circle-holder unfold-left load-high-res" data-menu-name="BACKGROUND_IMAGE" style=""> </div> <div class="helper-div bottom-center" > <!-- <div class="benet" style="min-height:inherit;"></div> --> <div class="pic-side"> <div class="vertical-aligner"> <div id="vbid-139fe8a0-zlkfadxu-holder" class="preview-image-holder inner-pic-holder" data-menu-name="PREVIEW_INLINE_IMAGE_HOLDER"> <a class="image-link top-layer not-wrapping" href="https://www.facebook.com/media/set/?set=a.10156987848472559&type=3" data-link-type="EXTERNAL" target="_blank"></a> <div id="vbid-139fe8a0-zlkfadxu" class="inner-pic preview-element magic-circle-holder load-high-res " data-menu-name="PREVIEW_INLINE_IMAGE" style="background-image:url(https://lh3.googleusercontent.com/2ckEQrtueHhpRMwxyLDkqfNF2XOGNwT05EbgzZMiVuvBNh1Av8dq63UH7lnPMsE7YSi33GzmjgmB6OLPktEw-4gKPyUUCK0=s300);" data-orig-width="2048" data-orig-height="1536" > </div> </div> </div> </div> <div class="text-side shrinker-parent"> <div class="vertical-aligner"> <div class="item-details preview-content-wrapper multi" style="position:relative;"> <div class="draggable-div-holder"></div> <div class="preview-content-holder shrinker-content"> <!-- BY NATIVE ORDER --> <br class="upper-line-break" /> <div class="preview-title-holder removable-parent order-handle"> <a href="https://www.facebook.com/media/set/?set=a.10156987848472559&type=3" data-link-type="EXTERNAL" target="_blank" > <h2 id="vbid-139fe8a0-ftpgivkm" class="preview-element preview-title magic-circle-holder inner-page text-element quick-text-style-menu allow-mobile-hide" data-menu-name="PREVIEW_TITLE" >smolDock</h2> </a> </div> <br class="lower-line-break" /> <br class="upper-line-break" /> <div class="preview-body-holder removable-parent order-handle"> <a href="https://www.facebook.com/media/set/?set=a.10156987848472559&type=3" data-link-type="EXTERNAL" target="_blank" > <div id="vbid-139fe8a0-zxbbpefw" class="preview-element preview-body magic-circle-holder text-element quick-text-style-menu allow-mobile-hide" data-menu-name="PREVIEW_BODY"> <p>Mini docks are still too big! The smolDock encases the original Nintendo Switch dock hardware, making it almost as small as it can possibly be. A USB Type-C extension cable is provided to hook up to the Switch as a dongle.</p><p><br></p><p>Click to see more.<br></p> </div> </a> </div> <br class="lower-line-break" /> <div class="preview-form order-handle"> <div class="element-placeholder" data-elementtype='FIELD' style="display:none;"></div> </div> <div class="preview-item-links order-handle "> <div class="preview-links-wrapper"> <div class="element-placeholder" data-elementtype='LINK' style="display:none;"></div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="layout-settings" style="display:none;" data-type="multi"></div> </div> </div> <div id="vbid-8040ad44-ckdngtkv" class="sub item-box page-box style-0d64de02-mb971ky6 " data-holder-type="page"" data-holder-type="page" data-child-type="STYLE" data-styleid="style-0d64de02-mb971ky6" data-preview-styleid='style-0d64de02-mb971ky6' data-preset-type-id="UNRESOLVED"> <div class="page-wrapper item-wrapper "> <div class="item-content leaf multi_layout page content -container" data-self="vbid-8040ad44-ckdngtkv" data-preview-style="style-0d64de02-mb971ky6" data-style="style-ed018-yjvbvfoyx6" data-orig-thumb-height="1536" data-orig-thumb-width="2048" data-vbid="vbid-8040ad44-ckdngtkv" data-bgimg="https://lh3.googleusercontent.com/QjT-y6s0p8C-F5k30Oo9TjmGCbOrZ6ISWva5dxc60ZA0vfz2_ZD4-6ReFeCNBN81CvidBJ_Fdn3E_pX_o6uE4xYtkBMSeA"> <div class="multi-container preview image-cover" > <div class="Picture item-preview"> <div class="preview-image-holder"> <div id="no-image" class="background-image-div preview-element image-source magic-circle-holder unfold-left load-high-res" data-menu-name="BACKGROUND_IMAGE" style=""> </div> <div class="helper-div bottom-center" > <!-- <div class="benet" style="min-height:inherit;"></div> --> <div class="pic-side"> <div class="vertical-aligner"> <div id="vbid-8040ad44-q3uwbolh-holder" class="preview-image-holder inner-pic-holder" data-menu-name="PREVIEW_INLINE_IMAGE_HOLDER"> <a class="image-link top-layer not-wrapping" href="https://www.facebook.com/media/set/?set=a.10159722324527559&type=3" data-link-type="EXTERNAL" target="_blank"></a> <div id="vbid-8040ad44-q3uwbolh" class="inner-pic preview-element magic-circle-holder load-high-res " data-menu-name="PREVIEW_INLINE_IMAGE" style="background-image:url(https://lh3.googleusercontent.com/QjT-y6s0p8C-F5k30Oo9TjmGCbOrZ6ISWva5dxc60ZA0vfz2_ZD4-6ReFeCNBN81CvidBJ_Fdn3E_pX_o6uE4xYtkBMSeA=s300);" data-orig-width="2048" data-orig-height="1536" > </div> </div> </div> </div> <div class="text-side shrinker-parent"> <div class="vertical-aligner"> <div class="item-details preview-content-wrapper multi" style="position:relative;"> <div class="draggable-div-holder"></div> <div class="preview-content-holder shrinker-content"> <!-- BY NATIVE ORDER --> <br class="upper-line-break" /> <div class="preview-title-holder removable-parent order-handle"> <a href="https://www.facebook.com/media/set/?set=a.10159722324527559&type=3" data-link-type="EXTERNAL" target="_blank" > <h2 id="vbid-8040ad44-ojcg9m4k" class="preview-element preview-title magic-circle-holder inner-page text-element quick-text-style-menu allow-mobile-hide" data-menu-name="PREVIEW_TITLE" >Monkey's Fist Jig</h2> </a> </div> <br class="lower-line-break" /> <br class="upper-line-break" /> <div class="preview-body-holder removable-parent order-handle"> <a href="https://www.facebook.com/media/set/?set=a.10159722324527559&type=3" data-link-type="EXTERNAL" target="_blank" > <div id="vbid-8040ad44-kac1yaqv" class="preview-element preview-body magic-circle-holder text-element quick-text-style-menu allow-mobile-hide" data-menu-name="PREVIEW_BODY"> <p>This is a monkey's fist jig I designed in Fusion 360, and sent for SLA (UV cured resin) 3D printing on Taobao.</p><p><br></p><p>It cost me RMB 126 for both pieces. The layers are nearly invisible and the seller claimed that the model had been sandblasted.</p><p><br></p><p>Click to see more.<br></p> </div> </a> </div> <br class="lower-line-break" /> <div class="preview-form order-handle"> <div class="element-placeholder" data-elementtype='FIELD' style="display:none;"></div> </div> <div class="preview-item-links order-handle "> <div class="preview-links-wrapper"> <div class="element-placeholder" data-elementtype='LINK' style="display:none;"></div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="layout-settings" style="display:none;" data-type="multi"></div> </div> </div> </div> </div> </div> </div> </div> </div> <!-- GALLERIES END --> <!-- GALLERIES START --> <div id="vbid-3c634a86-jiptsxpg" class="master item-box gallery-box style-3c634a86-jhesmzen button-effects btn_hover3 " data-holder-type="gallery"" data-holder-type="gallery" data-child-type="NATIVE_ORDER" data-styleid="style-3c634a86-jhesmzen" data-preview-styleid='style-3c634a86-jhesmzen' data-preset-type-id="GALLERIES"> <div id="no-image" class="stripe-background load-high-res " ></div> <div class="gallery-wrapper item-wrapper galleries-wrapper "> <div class="sub container style-3c634a86-jhesmzen content matrix " data-itemtype="folder" data-creator="" data-itemname="New folder Copy" data-itemslug="new-folder-copy" data-itemstyleid="style-3c634a86-jhesmzen" data-margintop="" data-arranger="matrix" data-layout="multi" data-vbid="vbid-3c634a86-jiptsxpg" data-preset-type-id="GALLERIES" data-preview-style="style-3c634a86-jhesmzen" data-style="style-ed018-satuvqyzot" data-absolute-path="" > <!-- ARRANGER SETTINGS --> <div class="arranger-settings" style="display:none;" data-ARRANGER_TYPE="matrix" data-ARRANGER_COLS="3" data-ARRANGER_ITEM_MAX_WIDTH="1000" data-ARRANGER_ITEM_MIN_WIDTH="288.4" data-ARRANGER_ITEM_RATIO="1.0" data-ARRANGER_ITEM_SPACING="25" data-ARRANGER_ITEMS_PER_PAGE="all" data-ARRANGER_ORDER_TYPE="regular" data-AUTO_PLAY="false" data-AUTO_PLAY_DURATION="4" data-SLIDE_EFFECT="SLIDE" data-FLEX_ELEMENT_EFFECT="" data-FLEX_ARROWS="https://lh3.googleusercontent.com/ZMARmveTg1geksYKXZKdh71KW09XrhDLg8N-XrfXCGsDBEHnuKwhmYpHd55Y2-NwuwLX8qsyx26JNyJWtr1jEcxD=s50" ></div> <div class="layout-settings" style="display:none;" data-type="multi"></div> <div id="children"> <!-- STRIPE HEADER --> <div class="stripe-header-wrapper"> <div id="vbid-3c634a86-juzramya" class="stripe-header sub item-box page-box style-3c634a86-jhesmzen " data-holder-type="page"" data-holder-type="page" data-child-type="STYLE" data-styleid="style-3c634a86-jhesmzen" data-preview-styleid='style-3c634a86-jhesmzen' data-preset-type-id="UNRESOLVED"> <div class="page-wrapper item-wrapper "> <div class="item-content leaf blocks_layout page content" data-self="vbid-3c634a86-juzramya" data-preview-style="style-3c634a86-jhesmzen" data-style="style-ed018-satuvqyzot" data-orig-thumb-height="" data-orig-thumb-width="" data-vbid="vbid-3c634a86-juzramya" data-bgimg=""> <div class="helper-div middle" > <!-- <div class="benet" style="min-height:inherit;"></div> --> <div class="text-side "> <div class="vertical-aligner"> <div class="item-details blocks-preview-content-wrapper blocks shrinker-parent" style="position:relative;"> <div class="blocks-preview-content-holder shrinker-content"> <!-- BY SPECIFIC ORDER --> <br class="upper-line-break" /> <div class="blocks-preview-title-holder removable-parent order-handle"> <h2 id="vbid-3c634a86-bdnpi0rj" class="preview-element blocks-preview-title magic-circle-holder inner-page text-element quick-text-style-menu allow-mobile-hide" data-menu-name="BLOCKS_PREVIEW_TITLE" >Software</h2> </div> <br class="lower-line-break" /> </div> </div> </div> </div> </div> </div> <div class="layout-settings" style="display:none;" data-type="blocks"></div> </div> </div> </div> <div id="items-holder-wrapper"> <div id="items-holder"> <div id="vbid-2a6b6077-qnrx0wbr" class="sub item-box page-box style-3c634a86-jhesmzen " data-holder-type="page"" data-holder-type="page" data-child-type="STYLE" data-styleid="style-3c634a86-jhesmzen" data-preview-styleid='style-3c634a86-jhesmzen' data-preset-type-id="UNRESOLVED"> <div class="page-wrapper item-wrapper "> <div class="item-content leaf multi_layout page content -container" data-self="vbid-2a6b6077-qnrx0wbr" data-preview-style="style-3c634a86-jhesmzen" data-style="style-ed018-yjvbvfoyx6" data-orig-thumb-height="1536" data-orig-thumb-width="2048" data-vbid="vbid-2a6b6077-qnrx0wbr" data-bgimg="https://lh3.googleusercontent.com/ueAymJWmaYL2Z7U5UDlAK2x1a-xxoN3SA9ByjtpXZNwibOtXoni9KUQnFiv3t94IlCQJm7GE5WZsGGgxA5IKmk7q6ejWy0jn"> <div class="multi-container preview image-cover" > <div class="Picture item-preview"> <div class="preview-image-holder"> <div id="no-image" class="background-image-div preview-element image-source magic-circle-holder unfold-left load-high-res" data-menu-name="BACKGROUND_IMAGE" style=""> </div> <div class="helper-div bottom-center" > <!-- <div class="benet" style="min-height:inherit;"></div> --> <div class="pic-side"> <div class="vertical-aligner"> <div id="vbid-2a6b6077-r81habvy-holder" class="preview-image-holder inner-pic-holder" data-menu-name="PREVIEW_INLINE_IMAGE_HOLDER"> <div id="vbid-2a6b6077-r81habvy" class="inner-pic preview-element magic-circle-holder load-high-res " data-menu-name="PREVIEW_INLINE_IMAGE" style="background-image:url(https://lh3.googleusercontent.com/ueAymJWmaYL2Z7U5UDlAK2x1a-xxoN3SA9ByjtpXZNwibOtXoni9KUQnFiv3t94IlCQJm7GE5WZsGGgxA5IKmk7q6ejWy0jn=s300);" data-orig-width="2048" data-orig-height="1536" > </div> </div> </div> </div> <div class="text-side shrinker-parent"> <div class="vertical-aligner"> <div class="item-details preview-content-wrapper multi" style="position:relative;"> <div class="draggable-div-holder"></div> <div class="preview-content-holder shrinker-content"> <!-- BY NATIVE ORDER --> <br class="upper-line-break" /> <div class="preview-subtitle-holder removable-parent order-handle"> <h3 id="vbid-2a6b6077-awfx1giy" class="preview-element preview-subtitle magic-circle-holder text-element quick-text-style-menu allow-mobile-hide" data-menu-name="PREVIEW_SUBTITLE">Arduino library</h3> </div> <br class="lower-line-break" /> <br class="upper-line-break" /> <div class="preview-title-holder removable-parent order-handle"> <h2 id="vbid-2a6b6077-c0a8sqwu" class="preview-element preview-title magic-circle-holder inner-page text-element quick-text-style-menu allow-mobile-hide" data-menu-name="PREVIEW_TITLE" >MCUVoltage</h2> </div> <br class="lower-line-break" /> <br class="upper-line-break" /> <div class="preview-body-holder removable-parent order-handle"> <div id="vbid-2a6b6077-qeaijhxi" class="preview-element preview-body magic-circle-holder text-element quick-text-style-menu allow-mobile-hide" data-menu-name="PREVIEW_BODY"> <p>MCUVoltage measures the voltage supply (Vcc) of Arduino without extra components.</p><p><br></p><p>Supported board includes Uno, Leonardo, Mega as well as the ATtiny3224/3226/3227.</p><p><br></p><p>This library also supports oversampling and averaging. Hardware oversampling for the ATtiny3224/3226/3227 is also supported.</p><p><br></p><p>See more on <a target="_blank" data-cke-saved-href="https://github.com/cygig/MCUVoltage" href="https://github.com/cygig/MCUVoltage">Github</a>.</p> </div> </div> <br class="lower-line-break" /> <div class="preview-form order-handle"> <div class="element-placeholder" data-elementtype='FIELD' style="display:none;"></div> </div> <div class="preview-item-links order-handle "> <div class="preview-links-wrapper"> <div class="element-placeholder" data-elementtype='LINK' style="display:none;"></div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="layout-settings" style="display:none;" data-type="multi"></div> </div> </div> <div id="vbid-bd88102f-2aduyfl9" class="sub item-box page-box style-3c634a86-jhesmzen " data-holder-type="page"" data-holder-type="page" data-child-type="STYLE" data-styleid="style-3c634a86-jhesmzen" data-preview-styleid='style-3c634a86-jhesmzen' data-preset-type-id="UNRESOLVED"> <div class="page-wrapper item-wrapper "> <div class="item-content leaf multi_layout page content -container" data-self="vbid-bd88102f-2aduyfl9" data-preview-style="style-3c634a86-jhesmzen" data-style="style-ed018-yjvbvfoyx6" data-orig-thumb-height="1536" data-orig-thumb-width="2048" data-vbid="vbid-bd88102f-2aduyfl9" data-bgimg="https://lh3.googleusercontent.com/rCywVqnPfXvQpYTuaLpDihiiYo9bogvu6wEsnGZ8HtHUfz-wNno4d17E3xBnWFB9kNYOK9SVKQzwwhvdoIXjZ-SpTbultw"> <div class="multi-container preview image-cover" > <div class="Picture item-preview"> <div class="preview-image-holder"> <div id="no-image" class="background-image-div preview-element image-source magic-circle-holder unfold-left load-high-res" data-menu-name="BACKGROUND_IMAGE" style=""> </div> <div class="helper-div bottom-center" > <!-- <div class="benet" style="min-height:inherit;"></div> --> <div class="pic-side"> <div class="vertical-aligner"> <div id="vbid-bd88102f-2ahmvn57-holder" class="preview-image-holder inner-pic-holder" data-menu-name="PREVIEW_INLINE_IMAGE_HOLDER"> <div id="vbid-bd88102f-2ahmvn57" class="inner-pic preview-element magic-circle-holder load-high-res " data-menu-name="PREVIEW_INLINE_IMAGE" style="background-image:url(https://lh3.googleusercontent.com/rCywVqnPfXvQpYTuaLpDihiiYo9bogvu6wEsnGZ8HtHUfz-wNno4d17E3xBnWFB9kNYOK9SVKQzwwhvdoIXjZ-SpTbultw=s300);" data-orig-width="2048" data-orig-height="1536" > </div> </div> </div> </div> <div class="text-side shrinker-parent"> <div class="vertical-aligner"> <div class="item-details preview-content-wrapper multi" style="position:relative;"> <div class="draggable-div-holder"></div> <div class="preview-content-holder shrinker-content"> <!-- BY NATIVE ORDER --> <br class="upper-line-break" /> <div class="preview-subtitle-holder removable-parent order-handle"> <h3 id="vbid-bd88102f-7ytd06pu" class="preview-element preview-subtitle magic-circle-holder text-element quick-text-style-menu allow-mobile-hide" data-menu-name="PREVIEW_SUBTITLE">Arduino library</h3> </div> <br class="lower-line-break" /> <br class="upper-line-break" /> <div class="preview-title-holder removable-parent order-handle"> <h2 id="vbid-bd88102f-tntuvlpp" class="preview-element preview-title magic-circle-holder inner-page text-element quick-text-style-menu allow-mobile-hide" data-menu-name="PREVIEW_TITLE" >MonteCarloPi</h2> </div> <br class="lower-line-break" /> <br class="upper-line-break" /> <div class="preview-body-holder removable-parent order-handle"> <div id="vbid-bd88102f-vqs7wxu8" class="preview-element preview-body magic-circle-holder text-element quick-text-style-menu allow-mobile-hide" data-menu-name="PREVIEW_BODY"> <p>MonteCarloPi is a library to benchmark Arduinos by estimating the value of pi. It uses the Monte Carlo method to estimate pi, and it works with both single core Arduino like the UNO as well as multi-core ones like ESP32.</p><p><br></p><p>Do note this method only estimates pi and will require a huge amount of good quality random numbers to give a good estimate. It is far from the most efficient method to estimate or calculate pi, but works well enough for the purpose of benchmarking.</p><p><br></p><p>See more on <a data-cke-saved-href="https://github.com/cygig/MonteCarloPi" target="_blank" href="https://github.com/cygig/MonteCarloPi">Github</a>.</p> </div> </div> <br class="lower-line-break" /> <div class="preview-form order-handle"> <div class="element-placeholder" data-elementtype='FIELD' style="display:none;"></div> </div> <div class="preview-item-links order-handle "> <div class="preview-links-wrapper"> <div class="element-placeholder" data-elementtype='LINK' style="display:none;"></div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="layout-settings" style="display:none;" data-type="multi"></div> </div> </div> <div id="vbid-37f5681a-2aduyfl9" class="sub item-box page-box style-3c634a86-jhesmzen " data-holder-type="page"" data-holder-type="page" data-child-type="STYLE" data-styleid="style-3c634a86-jhesmzen" data-preview-styleid='style-3c634a86-jhesmzen' data-preset-type-id="UNRESOLVED"> <div class="page-wrapper item-wrapper "> <div class="item-content leaf multi_layout page content -container" data-self="vbid-37f5681a-2aduyfl9" data-preview-style="style-3c634a86-jhesmzen" data-style="style-ed018-yjvbvfoyx6" data-orig-thumb-height="1536" data-orig-thumb-width="2048" data-vbid="vbid-37f5681a-2aduyfl9" data-bgimg="https://lh3.googleusercontent.com/F2jk1QB1qbJW57hh0GsxJH2iDxEUDG3nFpS4gmEXtl5vRWvmkw2bSTyb3AzZx-qqlG22mi2vggHguJOlSoj-qFW2HLuB0MQ"> <div class="multi-container preview image-cover" > <div class="Picture item-preview"> <div class="preview-image-holder"> <div id="no-image" class="background-image-div preview-element image-source magic-circle-holder unfold-left load-high-res" data-menu-name="BACKGROUND_IMAGE" style=""> </div> <div class="helper-div bottom-center" > <!-- <div class="benet" style="min-height:inherit;"></div> --> <div class="pic-side"> <div class="vertical-aligner"> <div id="vbid-37f5681a-2ahmvn57-holder" class="preview-image-holder inner-pic-holder" data-menu-name="PREVIEW_INLINE_IMAGE_HOLDER"> <div id="vbid-37f5681a-2ahmvn57" class="inner-pic preview-element magic-circle-holder load-high-res " data-menu-name="PREVIEW_INLINE_IMAGE" style="background-image:url(https://lh3.googleusercontent.com/F2jk1QB1qbJW57hh0GsxJH2iDxEUDG3nFpS4gmEXtl5vRWvmkw2bSTyb3AzZx-qqlG22mi2vggHguJOlSoj-qFW2HLuB0MQ=s300);" data-orig-width="2048" data-orig-height="1536" > </div> </div> </div> </div> <div class="text-side shrinker-parent"> <div class="vertical-aligner"> <div class="item-details preview-content-wrapper multi" style="position:relative;"> <div class="draggable-div-holder"></div> <div class="preview-content-holder shrinker-content"> <!-- BY NATIVE ORDER --> <br class="upper-line-break" /> <div class="preview-subtitle-holder removable-parent order-handle"> <h3 id="vbid-37f5681a-7ytd06pu" class="preview-element preview-subtitle magic-circle-holder text-element quick-text-style-menu allow-mobile-hide" data-menu-name="PREVIEW_SUBTITLE">Arduino library</h3> </div> <br class="lower-line-break" /> <br class="upper-line-break" /> <div class="preview-title-holder removable-parent order-handle"> <h2 id="vbid-37f5681a-tntuvlpp" class="preview-element preview-title magic-circle-holder inner-page text-element quick-text-style-menu allow-mobile-hide" data-menu-name="PREVIEW_TITLE" >DailyStruggleButton</h2> </div> <br class="lower-line-break" /> <br class="upper-line-break" /> <div class="preview-body-holder removable-parent order-handle"> <div id="vbid-37f5681a-vqs7wxu8" class="preview-element preview-body magic-circle-holder text-element quick-text-style-menu allow-mobile-hide" data-menu-name="PREVIEW_BODY"> <p>DailyStruggleButton is yet another Arduino library to debounce button (push tactile switch) and manage its events. Events supported include pressing, releasing, holding down, long pressing (hold button for x time) and multi-hitting (hit button x times in y time). For simplicity, there is only one callback function for all events, that passes an identifier as a parameter to indicate the event that just happened.</p><p><br></p><p>See more on <a data-cke-saved-href="https://github.com/cygig/DailyStruggleButton" target="_blank" href="https://github.com/cygig/DailyStruggleButton">Github</a>.</p> </div> </div> <br class="lower-line-break" /> <div class="preview-form order-handle"> <div class="element-placeholder" data-elementtype='FIELD' style="display:none;"></div> </div> <div class="preview-item-links order-handle "> <div class="preview-links-wrapper"> <div class="element-placeholder" data-elementtype='LINK' style="display:none;"></div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="layout-settings" style="display:none;" data-type="multi"></div> </div> </div> <div id="vbid-a1f3d9cd-crbzehcl" class="sub item-box page-box style-3c634a86-jhesmzen " data-holder-type="page"" data-holder-type="page" data-child-type="STYLE" data-styleid="style-3c634a86-jhesmzen" data-preview-styleid='style-3c634a86-jhesmzen' data-preset-type-id="UNRESOLVED"> <div class="page-wrapper item-wrapper "> <div class="item-content leaf multi_layout page content -container" data-self="vbid-a1f3d9cd-crbzehcl" data-preview-style="style-3c634a86-jhesmzen" data-style="style-ed018-yjvbvfoyx6" data-orig-thumb-height="928" data-orig-thumb-width="1232" data-vbid="vbid-a1f3d9cd-crbzehcl" data-bgimg="https://lh3.googleusercontent.com/MsZuqb8wnxHVtS1Q5VRiSfBxXoBxoAsLHhADzNULtAomEl_jmfoRePOHxI19OvVTEF_FxOny4GfTKwv2hqhBpI1-YA6FlQ"> <div class="multi-container preview image-cover" > <div class="Picture item-preview"> <div class="preview-image-holder"> <div id="no-image" class="background-image-div preview-element image-source magic-circle-holder unfold-left load-high-res" data-menu-name="BACKGROUND_IMAGE" style=""> </div> <div class="helper-div bottom-center" > <!-- <div class="benet" style="min-height:inherit;"></div> --> <div class="pic-side"> <div class="vertical-aligner"> <div id="vbid-a1f3d9cd-da6j4pjb-holder" class="preview-image-holder inner-pic-holder" data-menu-name="PREVIEW_INLINE_IMAGE_HOLDER"> <div id="vbid-a1f3d9cd-da6j4pjb" class="inner-pic preview-element magic-circle-holder load-high-res " data-menu-name="PREVIEW_INLINE_IMAGE" style="background-image:url(https://lh3.googleusercontent.com/MsZuqb8wnxHVtS1Q5VRiSfBxXoBxoAsLHhADzNULtAomEl_jmfoRePOHxI19OvVTEF_FxOny4GfTKwv2hqhBpI1-YA6FlQ=s300);" data-orig-width="1232" data-orig-height="928" > </div> </div> </div> </div> <div class="text-side shrinker-parent"> <div class="vertical-aligner"> <div class="item-details preview-content-wrapper multi" style="position:relative;"> <div class="draggable-div-holder"></div> <div class="preview-content-holder shrinker-content"> <!-- BY NATIVE ORDER --> <br class="upper-line-break" /> <div class="preview-subtitle-holder removable-parent order-handle"> <h3 id="vbid-a1f3d9cd-zwxnebcr" class="preview-element preview-subtitle magic-circle-holder text-element quick-text-style-menu allow-mobile-hide" data-menu-name="PREVIEW_SUBTITLE">Arduino library</h3> </div> <br class="lower-line-break" /> <br class="upper-line-break" /> <div class="preview-title-holder removable-parent order-handle"> <h2 id="vbid-a1f3d9cd-e4npq1mb" class="preview-element preview-title magic-circle-holder inner-page text-element quick-text-style-menu allow-mobile-hide" data-menu-name="PREVIEW_TITLE" >SDConfigCommand<br></h2> </div> <br class="lower-line-break" /> <br class="upper-line-break" /> <div class="preview-body-holder removable-parent order-handle"> <div id="vbid-a1f3d9cd-ntk2xulp" class="preview-element preview-body magic-circle-holder text-element quick-text-style-menu allow-mobile-hide" data-menu-name="PREVIEW_BODY"> <p>SDConfigCommand streamlines reading settings from a config file on SD card.<br></p><p><br></p><p> SDConfigCommand can read standardised text files stored on a SD card, parse and tokenise them into commands and values. The library can also write over existing settings but it is currently slow to do so.<br></p><p><br></p><p>See more on <a data-cke-saved-href="https://github.com/cygig/SDConfigCommand" target="_blank" href="https://github.com/cygig/SDConfigCommand">Github</a>.</p> </div> </div> <br class="lower-line-break" /> <div class="preview-form order-handle"> <div class="element-placeholder" data-elementtype='FIELD' style="display:none;"></div> </div> <div class="preview-item-links order-handle "> <div class="preview-links-wrapper"> <div class="element-placeholder" data-elementtype='LINK' style="display:none;"></div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="layout-settings" style="display:none;" data-type="multi"></div> </div> </div> <div id="vbid-ff931fc1-1bmxb4q9" class="sub item-box page-box style-3c634a86-jhesmzen " data-holder-type="page"" data-holder-type="page" data-child-type="STYLE" data-styleid="style-3c634a86-jhesmzen" data-preview-styleid='style-3c634a86-jhesmzen' data-preset-type-id="UNRESOLVED"> <div class="page-wrapper item-wrapper "> <div class="item-content leaf multi_layout page content -container" data-self="vbid-ff931fc1-1bmxb4q9" data-preview-style="style-3c634a86-jhesmzen" data-style="style-ed018-yjvbvfoyx6" data-orig-thumb-height="928" data-orig-thumb-width="1232" data-vbid="vbid-ff931fc1-1bmxb4q9" data-bgimg="https://lh3.googleusercontent.com/-iM86pW2DkslNRa11iiefnFtuqZNtx9NaJeb41E4VL-8M2EWLa2T8d5nBTSJlNwkw1_rzRdMeIGxbKIRIsXqNgWAe1sA3IuC"> <div class="multi-container preview image-cover" > <div class="Picture item-preview"> <div class="preview-image-holder"> <div id="no-image" class="background-image-div preview-element image-source magic-circle-holder unfold-left load-high-res" data-menu-name="BACKGROUND_IMAGE" style=""> </div> <div class="helper-div bottom-center" > <!-- <div class="benet" style="min-height:inherit;"></div> --> <div class="pic-side"> <div class="vertical-aligner"> <div id="vbid-ff931fc1-yjzivksl-holder" class="preview-image-holder inner-pic-holder" data-menu-name="PREVIEW_INLINE_IMAGE_HOLDER"> <div id="vbid-ff931fc1-yjzivksl" class="inner-pic preview-element magic-circle-holder load-high-res " data-menu-name="PREVIEW_INLINE_IMAGE" style="background-image:url(https://lh3.googleusercontent.com/-iM86pW2DkslNRa11iiefnFtuqZNtx9NaJeb41E4VL-8M2EWLa2T8d5nBTSJlNwkw1_rzRdMeIGxbKIRIsXqNgWAe1sA3IuC=s300);" data-orig-width="1232" data-orig-height="928" > </div> </div> </div> </div> <div class="text-side shrinker-parent"> <div class="vertical-aligner"> <div class="item-details preview-content-wrapper multi" style="position:relative;"> <div class="draggable-div-holder"></div> <div class="preview-content-holder shrinker-content"> <!-- BY NATIVE ORDER --> <br class="upper-line-break" /> <div class="preview-subtitle-holder removable-parent order-handle"> <h3 id="vbid-ff931fc1-cfavvino" class="preview-element preview-subtitle magic-circle-holder text-element quick-text-style-menu allow-mobile-hide" data-menu-name="PREVIEW_SUBTITLE">Arduino library</h3> </div> <br class="lower-line-break" /> <br class="upper-line-break" /> <div class="preview-title-holder removable-parent order-handle"> <h2 id="vbid-ff931fc1-vh4godzn" class="preview-element preview-title magic-circle-holder inner-page text-element quick-text-style-menu allow-mobile-hide" data-menu-name="PREVIEW_TITLE" >SerialConfigCommand</h2> </div> <br class="lower-line-break" /> <br class="upper-line-break" /> <div class="preview-body-holder removable-parent order-handle"> <div id="vbid-ff931fc1-ofuo9igk" class="preview-element preview-body magic-circle-holder text-element quick-text-style-menu allow-mobile-hide" data-menu-name="PREVIEW_BODY"> <p>SerialConfigCommand for Arduino allows user to set commands via the Serial Monitor easily. SerialConfigCommand can allow for commands with or without values to be set. <br></p><p><br></p><p>Example: "LED=255", "Lock=1", "Start". It is compatible with both Arduino String and C-string, making it accessible for novice users. The library checks the Serial buffer every x interval defined by the user, and parse the setting into commands and values.<br></p><p><br></p><p>See more on <a data-cke-saved-href="https://github.com/cygig/SerialConfigCommand" target="_blank" href="https://github.com/cygig/SerialConfigCommand">Github</a>.</p> </div> </div> <br class="lower-line-break" /> <div class="preview-form order-handle"> <div class="element-placeholder" data-elementtype='FIELD' style="display:none;"></div> </div> <div class="preview-item-links order-handle "> <div class="preview-links-wrapper"> <div class="element-placeholder" data-elementtype='LINK' style="display:none;"></div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="layout-settings" style="display:none;" data-type="multi"></div> </div> </div> <div id="vbid-575639aa-crbzehcl" class="sub item-box page-box style-3c634a86-jhesmzen " data-holder-type="page"" data-holder-type="page" data-child-type="STYLE" data-styleid="style-3c634a86-jhesmzen" data-preview-styleid='style-3c634a86-jhesmzen' data-preset-type-id="UNRESOLVED"> <div class="page-wrapper item-wrapper "> <div class="item-content leaf multi_layout page content -container" data-self="vbid-575639aa-crbzehcl" data-preview-style="style-3c634a86-jhesmzen" data-style="style-ed018-yjvbvfoyx6" data-orig-thumb-height="928" data-orig-thumb-width="1232" data-vbid="vbid-575639aa-crbzehcl" data-bgimg="https://lh3.googleusercontent.com/t2xGS_uwaaTclPfsBJY8huSCWCl8Z__TjI8OTaOtfoRuFqTeG0Dts31IvlIDMFpk6Ap_3IUXQHnk_L3nZjxRrHIQ6Bg-VA"> <div class="multi-container preview image-cover" > <div class="Picture item-preview"> <div class="preview-image-holder"> <div id="no-image" class="background-image-div preview-element image-source magic-circle-holder unfold-left load-high-res" data-menu-name="BACKGROUND_IMAGE" style=""> </div> <div class="helper-div bottom-center" > <!-- <div class="benet" style="min-height:inherit;"></div> --> <div class="pic-side"> <div class="vertical-aligner"> <div id="vbid-575639aa-da6j4pjb-holder" class="preview-image-holder inner-pic-holder" data-menu-name="PREVIEW_INLINE_IMAGE_HOLDER"> <div id="vbid-575639aa-da6j4pjb" class="inner-pic preview-element magic-circle-holder load-high-res " data-menu-name="PREVIEW_INLINE_IMAGE" style="background-image:url(https://lh3.googleusercontent.com/t2xGS_uwaaTclPfsBJY8huSCWCl8Z__TjI8OTaOtfoRuFqTeG0Dts31IvlIDMFpk6Ap_3IUXQHnk_L3nZjxRrHIQ6Bg-VA=s300);" data-orig-width="1232" data-orig-height="928" > </div> </div> </div> </div> <div class="text-side shrinker-parent"> <div class="vertical-aligner"> <div class="item-details preview-content-wrapper multi" style="position:relative;"> <div class="draggable-div-holder"></div> <div class="preview-content-holder shrinker-content"> <!-- BY NATIVE ORDER --> <br class="upper-line-break" /> <div class="preview-subtitle-holder removable-parent order-handle"> <h3 id="vbid-575639aa-zwxnebcr" class="preview-element preview-subtitle magic-circle-holder text-element quick-text-style-menu allow-mobile-hide" data-menu-name="PREVIEW_SUBTITLE">Arduino library</h3> </div> <br class="lower-line-break" /> <br class="upper-line-break" /> <div class="preview-title-holder removable-parent order-handle"> <h2 id="vbid-575639aa-e4npq1mb" class="preview-element preview-title magic-circle-holder inner-page text-element quick-text-style-menu allow-mobile-hide" data-menu-name="PREVIEW_TITLE" >TimerEvent<br></h2> </div> <br class="lower-line-break" /> <br class="upper-line-break" /> <div class="preview-body-holder removable-parent order-handle"> <div id="vbid-575639aa-ntk2xulp" class="preview-element preview-body magic-circle-holder text-element quick-text-style-menu allow-mobile-hide" data-menu-name="PREVIEW_BODY"> <p>TimerEvent is a non-blocking alternative to the delay() function. It provides an easy way to trigger a callback function every set period of time and using multiple instances of this library enables your Arduino to multitask via time slicing.</p><p><br></p><p>TimerEvent is based on TimedAction 1.6 by Alexander Brevig ([email protected]). It is updated to work with Arduino IDE 1.8.5 and above.</p><p><br></p><p><br></p><p>See more on <a target="_blank" data-cke-saved-href="https://github.com/cygig/TimerEvent" href="https://github.com/cygig/TimerEvent">Github</a>.</p> </div> </div> <br class="lower-line-break" /> <div class="preview-form order-handle"> <div class="element-placeholder" data-elementtype='FIELD' style="display:none;"></div> </div> <div class="preview-item-links order-handle "> <div class="preview-links-wrapper"> <div class="element-placeholder" data-elementtype='LINK' style="display:none;"></div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="layout-settings" style="display:none;" data-type="multi"></div> </div> </div> <div id="vbid-3c634a86-9ac5ut3s" class="sub item-box page-box style-3c634a86-jhesmzen " data-holder-type="page"" data-holder-type="page" data-child-type="STYLE" data-styleid="style-3c634a86-jhesmzen" data-preview-styleid='style-3c634a86-jhesmzen' data-preset-type-id="UNRESOLVED"> <div class="page-wrapper item-wrapper "> <div class="item-content leaf multi_layout page content -container" data-self="vbid-3c634a86-9ac5ut3s" data-preview-style="style-3c634a86-jhesmzen" data-style="style-ed018-yjvbvfoyx6" data-orig-thumb-height="1080" data-orig-thumb-width="1920" data-vbid="vbid-3c634a86-9ac5ut3s" data-bgimg="https://lh3.googleusercontent.com/AlM4t5kvV3bWr1fkfuDJnbojAbLdUr_6i7PMyf6fghMs0k114mYCPSOIQNk506kj20-1BWP6JK9DSmLdi1-Xp9GiMFpu2Wk"> <div class="multi-container preview image-cover" > <div class="Picture item-preview"> <div class="preview-image-holder"> <div id="no-image" class="background-image-div preview-element image-source magic-circle-holder unfold-left load-high-res" data-menu-name="BACKGROUND_IMAGE" style=""> </div> <div class="helper-div bottom-center" > <!-- <div class="benet" style="min-height:inherit;"></div> --> <div class="pic-side"> <div class="vertical-aligner"> <div id="vbid-3c634a86-jqgeoaoa-holder" class="preview-image-holder inner-pic-holder" data-menu-name="PREVIEW_INLINE_IMAGE_HOLDER"> <div id="vbid-3c634a86-jqgeoaoa" class="inner-pic preview-element magic-circle-holder load-high-res " data-menu-name="PREVIEW_INLINE_IMAGE" style="background-image:url(https://lh3.googleusercontent.com/AlM4t5kvV3bWr1fkfuDJnbojAbLdUr_6i7PMyf6fghMs0k114mYCPSOIQNk506kj20-1BWP6JK9DSmLdi1-Xp9GiMFpu2Wk=s300);" data-orig-width="1920" data-orig-height="1080" > </div> </div> </div> </div> <div class="text-side shrinker-parent"> <div class="vertical-aligner"> <div class="item-details preview-content-wrapper multi" style="position:relative;"> <div class="draggable-div-holder"></div> <div class="preview-content-holder shrinker-content"> <!-- BY NATIVE ORDER --> <br class="upper-line-break" /> <div class="preview-subtitle-holder removable-parent order-handle"> <h3 id="element-af7bf1ad2d42b8d" class="preview-element preview-subtitle magic-circle-holder text-element quick-text-style-menu allow-mobile-hide" data-menu-name="PREVIEW_SUBTITLE">P5.js<br>Webapp<br></h3> </div> <br class="lower-line-break" /> <br class="upper-line-break" /> <div class="preview-title-holder removable-parent order-handle"> <h2 id="vbid-3c634a86-tqe1maa9" class="preview-element preview-title magic-circle-holder inner-page text-element quick-text-style-menu allow-mobile-hide" data-menu-name="PREVIEW_TITLE" >How Mask Filter Works<br></h2> </div> <br class="lower-line-break" /> <br class="upper-line-break" /> <div class="preview-body-holder removable-parent order-handle"> <div id="vbid-3c634a86-lpat37pi" class="preview-element preview-body magic-circle-holder text-element quick-text-style-menu allow-mobile-hide" data-menu-name="PREVIEW_BODY"> <p><span style="line-height:1em;">People often question how a mask with filter openings larger than the size of the particles work. This sketch demonstrates how layers of large filter opening can still stop small particles. Do note, it is still possible for some particles to get through, similar to how most air filters are not 100% efficient. This does not simulate other filtering mechanism like Brownian motion and electrostatic charge.</span></p><p><br></p><p>Click <a data-cke-saved-href="https://openprocessing.org/sketch/1340888" href="https://openprocessing.org/sketch/1340888">here </a>to play.</p> </div> </div> <br class="lower-line-break" /> <div class="preview-form order-handle"> <div class="element-placeholder" data-elementtype='FIELD' style="display:none;"></div> </div> <div class="preview-item-links order-handle "> <div class="preview-links-wrapper"> <div class="element-placeholder" data-elementtype='LINK' style="display:none;"></div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="layout-settings" style="display:none;" data-type="multi"></div> </div> </div> <div id="vbid-917605e1-1bmxb4q9" class="sub item-box page-box style-3c634a86-jhesmzen " data-holder-type="page"" data-holder-type="page" data-child-type="STYLE" data-styleid="style-3c634a86-jhesmzen" data-preview-styleid='style-3c634a86-jhesmzen' data-preset-type-id="UNRESOLVED"> <div class="page-wrapper item-wrapper "> <div class="item-content leaf multi_layout page content -container" data-self="vbid-917605e1-1bmxb4q9" data-preview-style="style-3c634a86-jhesmzen" data-style="style-ed018-yjvbvfoyx6" data-orig-thumb-height="352" data-orig-thumb-width="402" data-vbid="vbid-917605e1-1bmxb4q9" data-bgimg="https://lh3.googleusercontent.com/zV0EeGi57pVY7Ww8fBcVchmf43Zk2LW-5C6nYRcrId1F7YtfJEN_TLZqm4yW2QXB1jAAR0sHxasRg99vgFg55BCsaOS3aFzy"> <div class="multi-container preview image-cover" > <div class="Picture item-preview"> <div class="preview-image-holder"> <div id="no-image" class="background-image-div preview-element image-source magic-circle-holder unfold-left load-high-res" data-menu-name="BACKGROUND_IMAGE" style=""> </div> <div class="helper-div bottom-center" > <!-- <div class="benet" style="min-height:inherit;"></div> --> <div class="pic-side"> <div class="vertical-aligner"> <div id="vbid-917605e1-yjzivksl-holder" class="preview-image-holder inner-pic-holder" data-menu-name="PREVIEW_INLINE_IMAGE_HOLDER"> <a class="image-link top-layer not-wrapping" href="/taobao-cleanlink" data-link-type="EXISTING" target="_self"></a> <div id="vbid-917605e1-yjzivksl" class="inner-pic preview-element magic-circle-holder load-high-res " data-menu-name="PREVIEW_INLINE_IMAGE" style="background-image:url(https://lh3.googleusercontent.com/zV0EeGi57pVY7Ww8fBcVchmf43Zk2LW-5C6nYRcrId1F7YtfJEN_TLZqm4yW2QXB1jAAR0sHxasRg99vgFg55BCsaOS3aFzy=s300);" data-orig-width="402" data-orig-height="352" > </div> </div> </div> </div> <div class="text-side shrinker-parent"> <div class="vertical-aligner"> <div class="item-details preview-content-wrapper multi" style="position:relative;"> <div class="draggable-div-holder"></div> <div class="preview-content-holder shrinker-content"> <!-- BY NATIVE ORDER --> <br class="upper-line-break" /> <div class="preview-subtitle-holder removable-parent order-handle"> <h3 id="element-ff981833e93f5a4" class="preview-element preview-subtitle magic-circle-holder text-element quick-text-style-menu allow-mobile-hide" data-menu-name="PREVIEW_SUBTITLE">Processing<br>Desktop app<br></h3> </div> <br class="lower-line-break" /> <br class="upper-line-break" /> <div class="preview-title-holder removable-parent order-handle"> <a href="/taobao-cleanlink" data-link-type="EXISTING" target="_self" > <h2 id="vbid-917605e1-vh4godzn" class="preview-element preview-title magic-circle-holder inner-page text-element quick-text-style-menu allow-mobile-hide" data-menu-name="PREVIEW_TITLE" >Taobao CleanLink<br></h2> </a> </div> <br class="lower-line-break" /> <br class="upper-line-break" /> <div class="preview-body-holder removable-parent order-handle"> <a href="/taobao-cleanlink" data-link-type="EXISTING" target="_self" > <div id="vbid-917605e1-ofuo9igk" class="preview-element preview-body magic-circle-holder text-element quick-text-style-menu allow-mobile-hide" data-menu-name="PREVIEW_BODY"> <p>Taobao CleanLink is a convenient program written in Processing (Java) designed for Windows x64 users. It simplifies messy and long links from Taobao by removing all query strings, providing users with clean URLs. Moreover, the program offers the functionality to automatically read URLs from the clipboard, streamlining the cleaning process.</p><p><br></p><p>Click to see more.</p> </div> </a> </div> <br class="lower-line-break" /> <div class="preview-form order-handle"> <div class="element-placeholder" data-elementtype='FIELD' style="display:none;"></div> </div> <div class="preview-item-links order-handle "> <div class="preview-links-wrapper"> <div class="element-placeholder" data-elementtype='LINK' style="display:none;"></div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="layout-settings" style="display:none;" data-type="multi"></div> </div> </div> <div id="vbid-01428a9e-1bmxb4q9" class="sub item-box page-box style-3c634a86-jhesmzen " data-holder-type="page"" data-holder-type="page" data-child-type="STYLE" data-styleid="style-3c634a86-jhesmzen" data-preview-styleid='style-3c634a86-jhesmzen' data-preset-type-id="UNRESOLVED"> <div class="page-wrapper item-wrapper "> <div class="item-content leaf multi_layout page content -container" data-self="vbid-01428a9e-1bmxb4q9" data-preview-style="style-3c634a86-jhesmzen" data-style="style-ed018-yjvbvfoyx6" data-orig-thumb-height="720" data-orig-thumb-width="1280" data-vbid="vbid-01428a9e-1bmxb4q9" data-bgimg="https://lh3.googleusercontent.com/CrkI-EbqSXS_lzihFks0wKlojSug36PiTsmbN09b9tScWqObmRyNJQ-K14aVlgOQrbwzneO3BiIskQQLd1wC1UVoWZYa8oU"> <div class="multi-container preview image-cover" > <div class="Picture item-preview"> <div class="preview-image-holder"> <div id="no-image" class="background-image-div preview-element image-source magic-circle-holder unfold-left load-high-res" data-menu-name="BACKGROUND_IMAGE" style=""> </div> <div class="helper-div bottom-center" > <!-- <div class="benet" style="min-height:inherit;"></div> --> <div class="pic-side"> <div class="vertical-aligner"> <div id="vbid-01428a9e-yjzivksl-holder" class="preview-image-holder inner-pic-holder" data-menu-name="PREVIEW_INLINE_IMAGE_HOLDER"> <a class="image-link top-layer not-wrapping" href="/movingrounds" data-link-type="EXISTING" target="_self"></a> <div id="vbid-01428a9e-yjzivksl" class="inner-pic preview-element magic-circle-holder load-high-res " data-menu-name="PREVIEW_INLINE_IMAGE" style="background-image:url(https://lh3.googleusercontent.com/CrkI-EbqSXS_lzihFks0wKlojSug36PiTsmbN09b9tScWqObmRyNJQ-K14aVlgOQrbwzneO3BiIskQQLd1wC1UVoWZYa8oU=s300);" data-orig-width="1280" data-orig-height="720" > </div> </div> </div> </div> <div class="text-side shrinker-parent"> <div class="vertical-aligner"> <div class="item-details preview-content-wrapper multi" style="position:relative;"> <div class="draggable-div-holder"></div> <div class="preview-content-holder shrinker-content"> <!-- BY NATIVE ORDER --> <br class="upper-line-break" /> <div class="preview-subtitle-holder removable-parent order-handle"> <h3 id="element-737ce05f726534f" class="preview-element preview-subtitle magic-circle-holder text-element quick-text-style-menu allow-mobile-hide" data-menu-name="PREVIEW_SUBTITLE">PROCESSING<br>Desktop app</h3> </div> <br class="lower-line-break" /> <br class="upper-line-break" /> <div class="preview-title-holder removable-parent order-handle"> <a href="/movingrounds" data-link-type="EXISTING" target="_self" > <h2 id="vbid-01428a9e-vh4godzn" class="preview-element preview-title magic-circle-holder inner-page text-element quick-text-style-menu allow-mobile-hide" data-menu-name="PREVIEW_TITLE" >movingRounds<br></h2> </a> </div> <br class="lower-line-break" /> <br class="upper-line-break" /> <div class="preview-body-holder removable-parent order-handle"> <a href="/movingrounds" data-link-type="EXISTING" target="_self" > <div id="vbid-01428a9e-ofuo9igk" class="preview-element preview-body magic-circle-holder text-element quick-text-style-menu allow-mobile-hide" data-menu-name="PREVIEW_BODY"> <p>movingRounds is a simplified minimalist evolution simulator where organisms are represented as cells with various attributes. They interact by damaging each other upon contact, and players can control them using additional instructions.</p><p><br></p><p>Click to see more.<br></p> </div> </a> </div> <br class="lower-line-break" /> <div class="preview-form order-handle"> <div class="element-placeholder" data-elementtype='FIELD' style="display:none;"></div> </div> <div class="preview-item-links order-handle "> <div class="preview-links-wrapper"> <div class="element-placeholder" data-elementtype='LINK' style="display:none;"></div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="layout-settings" style="display:none;" data-type="multi"></div> </div> </div> <div id="vbid-49552d90-lfgqbffm" class="sub item-box page-box style-3c634a86-jhesmzen " data-holder-type="page"" data-holder-type="page" data-child-type="STYLE" data-styleid="style-3c634a86-jhesmzen" data-preview-styleid='style-3c634a86-jhesmzen' data-preset-type-id="UNRESOLVED"> <div class="page-wrapper item-wrapper "> <div class="item-content leaf multi_layout page content -container" data-self="vbid-49552d90-lfgqbffm" data-preview-style="style-3c634a86-jhesmzen" data-style="style-ed018-yjvbvfoyx6" data-orig-thumb-height="832" data-orig-thumb-width="532" data-vbid="vbid-49552d90-lfgqbffm" data-bgimg="https://lh3.googleusercontent.com/EvjRvqISMjMbgk00_TPjjeqJgEBNEAKWjBd5UJBv6Ii2OxiByij3pbOL_-NY_Q1whE74Do_ZXRqx_Sjua2t7CUBPz53T1vY"> <div class="multi-container preview image-cover" > <div class="Picture item-preview"> <div class="preview-image-holder"> <div id="no-image" class="background-image-div preview-element image-source magic-circle-holder unfold-left load-high-res" data-menu-name="BACKGROUND_IMAGE" style=""> </div> <div class="helper-div bottom-center" > <!-- <div class="benet" style="min-height:inherit;"></div> --> <div class="pic-side"> <div class="vertical-aligner"> <div id="vbid-49552d90-tbyqiy02-holder" class="preview-image-holder inner-pic-holder" data-menu-name="PREVIEW_INLINE_IMAGE_HOLDER"> <a class="image-link top-layer not-wrapping" href="/pokedefense" data-link-type="EXISTING" target="_self"></a> <div id="vbid-49552d90-tbyqiy02" class="inner-pic preview-element magic-circle-holder load-high-res " data-menu-name="PREVIEW_INLINE_IMAGE" style="background-image:url(https://lh3.googleusercontent.com/EvjRvqISMjMbgk00_TPjjeqJgEBNEAKWjBd5UJBv6Ii2OxiByij3pbOL_-NY_Q1whE74Do_ZXRqx_Sjua2t7CUBPz53T1vY=s300);" data-orig-width="532" data-orig-height="832" > </div> </div> </div> </div> <div class="text-side shrinker-parent"> <div class="vertical-aligner"> <div class="item-details preview-content-wrapper multi" style="position:relative;"> <div class="draggable-div-holder"></div> <div class="preview-content-holder shrinker-content"> <!-- BY NATIVE ORDER --> <br class="upper-line-break" /> <div class="preview-subtitle-holder removable-parent order-handle"> <h3 id="element-705f6c93c568f3f" class="preview-element preview-subtitle magic-circle-holder text-element quick-text-style-menu allow-mobile-hide" data-menu-name="PREVIEW_SUBTITLE">PROCESSing<br>Desktop App<br></h3> </div> <br class="lower-line-break" /> <br class="upper-line-break" /> <div class="preview-title-holder removable-parent order-handle"> <a href="/pokedefense" data-link-type="EXISTING" target="_self" > <h2 id="vbid-49552d90-oaecfsqu" class="preview-element preview-title magic-circle-holder inner-page text-element quick-text-style-menu allow-mobile-hide" data-menu-name="PREVIEW_TITLE" >PokéDefense<br></h2> </a> </div> <br class="lower-line-break" /> <br class="upper-line-break" /> <div class="preview-body-holder removable-parent order-handle"> <a href="/pokedefense" data-link-type="EXISTING" target="_self" > <div id="vbid-49552d90-ed8jyahs" class="preview-element preview-body magic-circle-holder text-element quick-text-style-menu allow-mobile-hide" data-menu-name="PREVIEW_BODY"> <p>PokéDefense is designed to calculate the optimal defense stats for Pokémon. It considers factors such as base stats, EVs, IVs, and nature, allowing trainers to strategize and maximize their Pokémon's defensive capabilities.</p><p><br></p><p>Click to see more.<br></p> </div> </a> </div> <br class="lower-line-break" /> <div class="preview-form order-handle"> <div class="element-placeholder" data-elementtype='FIELD' style="display:none;"></div> </div> <div class="preview-item-links order-handle "> <div class="preview-links-wrapper"> <div class="element-placeholder" data-elementtype='LINK' style="display:none;"></div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="layout-settings" style="display:none;" data-type="multi"></div> </div> </div> </div> </div> </div> </div> </div> </div> <!-- GALLERIES END --> <!-- GALLERIES START --> <div id="vbid-b5072dda-vygsverf" class="master item-box gallery-box style-b5072dda-bujsefyk button-effects btn_hover3 " data-holder-type="gallery"" data-holder-type="gallery" data-child-type="NATIVE_ORDER" data-styleid="style-b5072dda-bujsefyk" data-preview-styleid='style-b5072dda-bujsefyk' data-preset-type-id="GALLERIES"> <div id="no-image" class="stripe-background load-high-res " ></div> <div class="gallery-wrapper item-wrapper galleries-wrapper "> <div class="sub container style-b5072dda-bujsefyk content matrix " data-itemtype="folder" data-creator="" data-itemname="New folder Copy" data-itemslug="new-folder-copy" data-itemstyleid="style-b5072dda-bujsefyk" data-margintop="" data-arranger="matrix" data-layout="multi" data-vbid="vbid-b5072dda-vygsverf" data-preset-type-id="GALLERIES" data-preview-style="style-b5072dda-bujsefyk" data-style="style-ed018-satuvqyzot" data-absolute-path="" > <!-- ARRANGER SETTINGS --> <div class="arranger-settings" style="display:none;" data-ARRANGER_TYPE="matrix" data-ARRANGER_COLS="3" data-ARRANGER_ITEM_MAX_WIDTH="1000" data-ARRANGER_ITEM_MIN_WIDTH="209.29999999999998" data-ARRANGER_ITEM_RATIO="1.0" data-ARRANGER_ITEM_SPACING="25" data-ARRANGER_ITEMS_PER_PAGE="all" data-ARRANGER_ORDER_TYPE="regular" data-AUTO_PLAY="false" data-AUTO_PLAY_DURATION="4" data-SLIDE_EFFECT="SLIDE" data-FLEX_ELEMENT_EFFECT="" data-FLEX_ARROWS="https://lh3.googleusercontent.com/ZMARmveTg1geksYKXZKdh71KW09XrhDLg8N-XrfXCGsDBEHnuKwhmYpHd55Y2-NwuwLX8qsyx26JNyJWtr1jEcxD=s50" ></div> <div class="layout-settings" style="display:none;" data-type="multi"></div> <div id="children"> <!-- STRIPE HEADER --> <div class="stripe-header-wrapper"> <div id="vbid-b5072dda-u9duf3a1" class="stripe-header sub item-box page-box style-b5072dda-bujsefyk " data-holder-type="page"" data-holder-type="page" data-child-type="STYLE" data-styleid="style-b5072dda-bujsefyk" data-preview-styleid='style-b5072dda-bujsefyk' data-preset-type-id="UNRESOLVED"> <div class="page-wrapper item-wrapper "> <div class="item-content leaf blocks_layout page content" data-self="vbid-b5072dda-u9duf3a1" data-preview-style="style-b5072dda-bujsefyk" data-style="style-ed018-satuvqyzot" data-orig-thumb-height="" data-orig-thumb-width="" data-vbid="vbid-b5072dda-u9duf3a1" data-bgimg=""> <div class="helper-div middle" > <!-- <div class="benet" style="min-height:inherit;"></div> --> <div class="text-side "> <div class="vertical-aligner"> <div class="item-details blocks-preview-content-wrapper blocks shrinker-parent" style="position:relative;"> <div class="blocks-preview-content-holder shrinker-content"> <!-- BY SPECIFIC ORDER --> <br class="upper-line-break" /> <div class="blocks-preview-title-holder removable-parent order-handle"> <h2 id="vbid-b5072dda-yclhexku" class="preview-element blocks-preview-title magic-circle-holder inner-page text-element quick-text-style-menu allow-mobile-hide" data-menu-name="BLOCKS_PREVIEW_TITLE" >Art & Design</h2> </div> <br class="lower-line-break" /> </div> </div> </div> </div> </div> </div> <div class="layout-settings" style="display:none;" data-type="blocks"></div> </div> </div> </div> <div id="items-holder-wrapper"> <div id="items-holder"> <div id="vbid-b5072dda-9y35nh33" class="sub item-box page-box style-b5072dda-bujsefyk " data-holder-type="page"" data-holder-type="page" data-child-type="STYLE" data-styleid="style-b5072dda-bujsefyk" data-preview-styleid='style-b5072dda-bujsefyk' data-preset-type-id="UNRESOLVED"> <div class="page-wrapper item-wrapper "> <div class="item-content leaf multi_layout page content -container" data-self="vbid-b5072dda-9y35nh33" data-preview-style="style-b5072dda-bujsefyk" data-style="style-ed018-yjvbvfoyx6" data-orig-thumb-height="1543" data-orig-thumb-width="2048" data-vbid="vbid-b5072dda-9y35nh33" data-bgimg="https://lh3.googleusercontent.com/UokTQomX4jjCuTHAVrwlvyEvr1gGVrdsXQ3HjzIaPO6dQ64C3TRRTJHke52T48l4eoqBTqs8-r1u1ayKJqpI-1sAJNSuixXA"> <div class="multi-container preview image-cover" > <div class="Picture item-preview"> <div class="preview-image-holder"> <div id="no-image" class="background-image-div preview-element image-source magic-circle-holder unfold-left load-high-res" data-menu-name="BACKGROUND_IMAGE" style=""> </div> <div class="helper-div bottom-center" > <!-- <div class="benet" style="min-height:inherit;"></div> --> <div class="pic-side"> <div class="vertical-aligner"> <div id="vbid-b5072dda-zlkfadxu-holder" class="preview-image-holder inner-pic-holder" data-menu-name="PREVIEW_INLINE_IMAGE_HOLDER"> <a class="image-link top-layer not-wrapping" href="https://www.facebook.com/media/set/?set=a.10160486103667559&type=3" data-link-type="EXTERNAL" target="_blank"></a> <div id="vbid-b5072dda-zlkfadxu" class="inner-pic preview-element magic-circle-holder load-high-res " data-menu-name="PREVIEW_INLINE_IMAGE" style="background-image:url(https://lh3.googleusercontent.com/UokTQomX4jjCuTHAVrwlvyEvr1gGVrdsXQ3HjzIaPO6dQ64C3TRRTJHke52T48l4eoqBTqs8-r1u1ayKJqpI-1sAJNSuixXA=s300);" data-orig-width="2048" data-orig-height="1543" > </div> </div> </div> </div> <div class="text-side shrinker-parent"> <div class="vertical-aligner"> <div class="item-details preview-content-wrapper multi" style="position:relative;"> <div class="draggable-div-holder"></div> <div class="preview-content-holder shrinker-content"> <!-- BY NATIVE ORDER --> <br class="upper-line-break" /> <div class="preview-subtitle-holder removable-parent order-handle"> <a href="https://www.facebook.com/media/set/?set=a.10160486103667559&type=3" data-link-type="EXTERNAL" target="_blank" > <h3 id="element-866cb84f8a6d23e" class="preview-element preview-subtitle magic-circle-holder text-element quick-text-style-menu allow-mobile-hide" data-menu-name="PREVIEW_SUBTITLE">AI Image</h3> </a> </div> <br class="lower-line-break" /> <br class="upper-line-break" /> <div class="preview-title-holder removable-parent order-handle"> <a href="https://www.facebook.com/media/set/?set=a.10160486103667559&type=3" data-link-type="EXTERNAL" target="_blank" > <h2 id="vbid-b5072dda-ftpgivkm" class="preview-element preview-title magic-circle-holder inner-page text-element quick-text-style-menu allow-mobile-hide" data-menu-name="PREVIEW_TITLE" >Singapore Annual Coriander Eating Competition</h2> </a> </div> <br class="lower-line-break" /> <br class="upper-line-break" /> <div class="preview-body-holder removable-parent order-handle"> <a href="https://www.facebook.com/media/set/?set=a.10160486103667559&type=3" data-link-type="EXTERNAL" target="_blank" > <div id="vbid-b5072dda-zxbbpefw" class="preview-element preview-body magic-circle-holder text-element quick-text-style-menu allow-mobile-hide" data-menu-name="PREVIEW_BODY"> <p>Are you really to take part in our very own Xiang Cai eating competition? Both coriander and parsley eligible! Disclaimer: Images are generated via AI, any resemblance to real life character is purely coincidental.</p><p><br></p><p>Click to see more.</p> </div> </a> </div> <br class="lower-line-break" /> <div class="preview-form order-handle"> <div class="element-placeholder" data-elementtype='FIELD' style="display:none;"></div> </div> <div class="preview-item-links order-handle "> <div class="preview-links-wrapper"> <div class="element-placeholder" data-elementtype='LINK' style="display:none;"></div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="layout-settings" style="display:none;" data-type="multi"></div> </div> </div> <div id="vbid-02621b50-s5bffo4r" class="sub item-box page-box style-b5072dda-bujsefyk " data-holder-type="page"" data-holder-type="page" data-child-type="STYLE" data-styleid="style-b5072dda-bujsefyk" data-preview-styleid='style-b5072dda-bujsefyk' data-preset-type-id="UNRESOLVED"> <div class="page-wrapper item-wrapper "> <div class="item-content leaf multi_layout page content -container" data-self="vbid-02621b50-s5bffo4r" data-preview-style="style-b5072dda-bujsefyk" data-style="style-ed018-yjvbvfoyx6" data-orig-thumb-height="1536" data-orig-thumb-width="2048" data-vbid="vbid-02621b50-s5bffo4r" data-bgimg="https://lh3.googleusercontent.com/TbXsmHCXDhDFuh3bO_PSw2yvwAPhZNPS9Ahwl4zCNjvzwUCj5dUpjGmyHkGq4l_BDboXdzDEjlS0JvrkJkTkWH03OHy3alo"> <div class="multi-container preview image-cover" > <div class="Picture item-preview"> <div class="preview-image-holder"> <div id="no-image" class="background-image-div preview-element image-source magic-circle-holder unfold-left load-high-res" data-menu-name="BACKGROUND_IMAGE" style=""> </div> <div class="helper-div bottom-center" > <!-- <div class="benet" style="min-height:inherit;"></div> --> <div class="pic-side"> <div class="vertical-aligner"> <div id="vbid-02621b50-fdy04pua-holder" class="preview-image-holder inner-pic-holder" data-menu-name="PREVIEW_INLINE_IMAGE_HOLDER"> <a class="image-link top-layer not-wrapping" href="https://www.facebook.com/media/set/?set=a.10160188111152559&type=3" data-link-type="EXTERNAL" target="_blank"></a> <div id="vbid-02621b50-fdy04pua" class="inner-pic preview-element magic-circle-holder load-high-res " data-menu-name="PREVIEW_INLINE_IMAGE" style="background-image:url(https://lh3.googleusercontent.com/TbXsmHCXDhDFuh3bO_PSw2yvwAPhZNPS9Ahwl4zCNjvzwUCj5dUpjGmyHkGq4l_BDboXdzDEjlS0JvrkJkTkWH03OHy3alo=s300);" data-orig-width="2048" data-orig-height="1536" > </div> </div> </div> </div> <div class="text-side shrinker-parent"> <div class="vertical-aligner"> <div class="item-details preview-content-wrapper multi" style="position:relative;"> <div class="draggable-div-holder"></div> <div class="preview-content-holder shrinker-content"> <!-- BY NATIVE ORDER --> <br class="upper-line-break" /> <div class="preview-subtitle-holder removable-parent order-handle"> <a href="https://www.facebook.com/media/set/?set=a.10160188111152559&type=3" data-link-type="EXTERNAL" target="_blank" > <h3 id="vbid-02621b50-gjaxp7sl" class="preview-element preview-subtitle magic-circle-holder text-element quick-text-style-menu allow-mobile-hide" data-menu-name="PREVIEW_SUBTITLE">AI Image DI</h3> </a> </div> <br class="lower-line-break" /> <br class="upper-line-break" /> <div class="preview-title-holder removable-parent order-handle"> <a href="https://www.facebook.com/media/set/?set=a.10160188111152559&type=3" data-link-type="EXTERNAL" target="_blank" > <h2 id="vbid-02621b50-uh8echhh" class="preview-element preview-title magic-circle-holder inner-page text-element quick-text-style-menu allow-mobile-hide" data-menu-name="PREVIEW_TITLE" >The Legend of Dusty</h2> </a> </div> <br class="lower-line-break" /> <br class="upper-line-break" /> <div class="preview-body-holder removable-parent order-handle"> <a href="https://www.facebook.com/media/set/?set=a.10160188111152559&type=3" data-link-type="EXTERNAL" target="_blank" > <div id="vbid-02621b50-vwxdswzb" class="preview-element preview-body magic-circle-holder text-element quick-text-style-menu allow-mobile-hide" data-menu-name="PREVIEW_BODY"> <p>My cat Dusty is on an adventure! This album features Dusty digitally composited into various ridiculous AI generated images. </p><p><br></p><p>Click to see more.</p> </div> </a> </div> <br class="lower-line-break" /> <div class="preview-form order-handle"> <div class="element-placeholder" data-elementtype='FIELD' style="display:none;"></div> </div> <div class="preview-item-links order-handle "> <div class="preview-links-wrapper"> <div class="element-placeholder" data-elementtype='LINK' style="display:none;"></div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="layout-settings" style="display:none;" data-type="multi"></div> </div> </div> <div id="vbid-f274b1b9-40s9wh3w" class="sub item-box page-box style-b5072dda-bujsefyk " data-holder-type="page"" data-holder-type="page" data-child-type="STYLE" data-styleid="style-b5072dda-bujsefyk" data-preview-styleid='style-b5072dda-bujsefyk' data-preset-type-id="UNRESOLVED"> <div class="page-wrapper item-wrapper "> <div class="item-content leaf multi_layout page content -container" data-self="vbid-f274b1b9-40s9wh3w" data-preview-style="style-b5072dda-bujsefyk" data-style="style-ed018-yjvbvfoyx6" data-orig-thumb-height="1543" data-orig-thumb-width="2048" data-vbid="vbid-f274b1b9-40s9wh3w" data-bgimg="https://lh3.googleusercontent.com/XZAlfnsia_IdLkkoJpYzfJIi-5oa_C_x6N_tZIiazIC9xDkSXDhLgdDn7OECNohZysziGTExZS-U_wgkvCSn5YamGj4QGg"> <div class="multi-container preview image-cover" > <div class="Picture item-preview"> <div class="preview-image-holder"> <div id="no-image" class="background-image-div preview-element image-source magic-circle-holder unfold-left load-high-res" data-menu-name="BACKGROUND_IMAGE" style=""> </div> <div class="helper-div bottom-center" > <!-- <div class="benet" style="min-height:inherit;"></div> --> <div class="pic-side"> <div class="vertical-aligner"> <div id="vbid-f274b1b9-av6r9tul-holder" class="preview-image-holder inner-pic-holder" data-menu-name="PREVIEW_INLINE_IMAGE_HOLDER"> <a class="image-link top-layer not-wrapping" href="https://www.facebook.com/media/set/?set=a.10160577645172559&type=3" data-link-type="EXTERNAL" target="_blank"></a> <div id="vbid-f274b1b9-av6r9tul" class="inner-pic preview-element magic-circle-holder load-high-res " data-menu-name="PREVIEW_INLINE_IMAGE" style="background-image:url(https://lh3.googleusercontent.com/XZAlfnsia_IdLkkoJpYzfJIi-5oa_C_x6N_tZIiazIC9xDkSXDhLgdDn7OECNohZysziGTExZS-U_wgkvCSn5YamGj4QGg=s300);" data-orig-width="2048" data-orig-height="1543" > </div> </div> </div> </div> <div class="text-side shrinker-parent"> <div class="vertical-aligner"> <div class="item-details preview-content-wrapper multi" style="position:relative;"> <div class="draggable-div-holder"></div> <div class="preview-content-holder shrinker-content"> <!-- BY NATIVE ORDER --> <br class="upper-line-break" /> <div class="preview-subtitle-holder removable-parent order-handle"> <a href="https://www.facebook.com/media/set/?set=a.10160577645172559&type=3" data-link-type="EXTERNAL" target="_blank" > <h3 id="vbid-f274b1b9-xagzdatg" class="preview-element preview-subtitle magic-circle-holder text-element quick-text-style-menu allow-mobile-hide" data-menu-name="PREVIEW_SUBTITLE">AI Image</h3> </a> </div> <br class="lower-line-break" /> <br class="upper-line-break" /> <div class="preview-title-holder removable-parent order-handle"> <a href="https://www.facebook.com/media/set/?set=a.10160577645172559&type=3" data-link-type="EXTERNAL" target="_blank" > <h2 id="vbid-f274b1b9-szg6piwl" class="preview-element preview-title magic-circle-holder inner-page text-element quick-text-style-menu allow-mobile-hide" data-menu-name="PREVIEW_TITLE" >Catopia On The Streets</h2> </a> </div> <br class="lower-line-break" /> <br class="upper-line-break" /> <div class="preview-body-holder removable-parent order-handle"> <a href="https://www.facebook.com/media/set/?set=a.10160577645172559&type=3" data-link-type="EXTERNAL" target="_blank" > <div id="vbid-f274b1b9-zgfy0to6" class="preview-element preview-body magic-circle-holder text-element quick-text-style-menu allow-mobile-hide" data-menu-name="PREVIEW_BODY"> <p>Imagine an alternate universe where cats reign supreme...</p><p><br></p><p>In this whimsical corner of Southeast Asia, feline themed vehicles are the norm. From cat-themed cars zooming through the vibrant streets to trucks adorned with whisker-inspired decor, this parallel universe celebrates the feline spirit in all its glory. Join us on this extraordinary journey and immerse yourself in the purr-fectly delightful world of Catopia</p><p><br></p><p>Click to see more.</p> </div> </a> </div> <br class="lower-line-break" /> <div class="preview-form order-handle"> <div class="element-placeholder" data-elementtype='FIELD' style="display:none;"></div> </div> <div class="preview-item-links order-handle "> <div class="preview-links-wrapper"> <div class="element-placeholder" data-elementtype='LINK' style="display:none;"></div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="layout-settings" style="display:none;" data-type="multi"></div> </div> </div> <div id="vbid-16ee5220-5yjnpzvh" class="sub item-box page-box style-b5072dda-bujsefyk " data-holder-type="page"" data-holder-type="page" data-child-type="STYLE" data-styleid="style-b5072dda-bujsefyk" data-preview-styleid='style-b5072dda-bujsefyk' data-preset-type-id="UNRESOLVED"> <div class="page-wrapper item-wrapper "> <div class="item-content leaf multi_layout page content -container" data-self="vbid-16ee5220-5yjnpzvh" data-preview-style="style-b5072dda-bujsefyk" data-style="style-ed018-yjvbvfoyx6" data-orig-thumb-height="1543" data-orig-thumb-width="2048" data-vbid="vbid-16ee5220-5yjnpzvh" data-bgimg="https://lh3.googleusercontent.com/YjQp3Dtv_FY8NVKrmXc4_OWoeFMhzbVs-mLifcNnJ_FkW7_D6q3a26apqVvWIogt2-i-wXbay1CHZZX0qddz_kiz3trBWIQ"> <div class="multi-container preview image-cover" > <div class="Picture item-preview"> <div class="preview-image-holder"> <div id="no-image" class="background-image-div preview-element image-source magic-circle-holder unfold-left load-high-res" data-menu-name="BACKGROUND_IMAGE" style=""> </div> <div class="helper-div bottom-center" > <!-- <div class="benet" style="min-height:inherit;"></div> --> <div class="pic-side"> <div class="vertical-aligner"> <div id="vbid-16ee5220-bxst1cpb-holder" class="preview-image-holder inner-pic-holder" data-menu-name="PREVIEW_INLINE_IMAGE_HOLDER"> <a class="image-link top-layer not-wrapping" href="https://www.facebook.com/media/set/?set=a.10160520341897559&type=3" data-link-type="EXTERNAL" target="_blank"></a> <div id="vbid-16ee5220-bxst1cpb" class="inner-pic preview-element magic-circle-holder load-high-res " data-menu-name="PREVIEW_INLINE_IMAGE" style="background-image:url(https://lh3.googleusercontent.com/YjQp3Dtv_FY8NVKrmXc4_OWoeFMhzbVs-mLifcNnJ_FkW7_D6q3a26apqVvWIogt2-i-wXbay1CHZZX0qddz_kiz3trBWIQ=s300);" data-orig-width="2048" data-orig-height="1543" > </div> </div> </div> </div> <div class="text-side shrinker-parent"> <div class="vertical-aligner"> <div class="item-details preview-content-wrapper multi" style="position:relative;"> <div class="draggable-div-holder"></div> <div class="preview-content-holder shrinker-content"> <!-- BY NATIVE ORDER --> <br class="upper-line-break" /> <div class="preview-subtitle-holder removable-parent order-handle"> <a href="https://www.facebook.com/media/set/?set=a.10160520341897559&type=3" data-link-type="EXTERNAL" target="_blank" > <h3 id="vbid-16ee5220-k5op3swo" class="preview-element preview-subtitle magic-circle-holder text-element quick-text-style-menu allow-mobile-hide" data-menu-name="PREVIEW_SUBTITLE">AI Image</h3> </a> </div> <br class="lower-line-break" /> <br class="upper-line-break" /> <div class="preview-title-holder removable-parent order-handle"> <a href="https://www.facebook.com/media/set/?set=a.10160520341897559&type=3" data-link-type="EXTERNAL" target="_blank" > <h2 id="vbid-16ee5220-ryo7o7lh" class="preview-element preview-title magic-circle-holder inner-page text-element quick-text-style-menu allow-mobile-hide" data-menu-name="PREVIEW_TITLE" >Uncanny Fruits</h2> </a> </div> <br class="lower-line-break" /> <br class="upper-line-break" /> <div class="preview-body-holder removable-parent order-handle"> <a href="https://www.facebook.com/media/set/?set=a.10160520341897559&type=3" data-link-type="EXTERNAL" target="_blank" > <div id="vbid-16ee5220-pabvkk6e" class="preview-element preview-body magic-circle-holder text-element quick-text-style-menu allow-mobile-hide" data-menu-name="PREVIEW_BODY"> <p>The bombs were dropped. The land, tainted with radioactivity, almost devoid of life. But you, my friend, survived cryostasis and now you are greeted by a new world.</p><p><br></p><p>To celebrate your survival, we present to you a bountiful feast of fresh fruits from the lands. However, be warned, these are not the same fruits you remember, they might not be the same as how you remembered them. </p><p><br></p><p>Click to see more.</p> </div> </a> </div> <br class="lower-line-break" /> <div class="preview-form order-handle"> <div class="element-placeholder" data-elementtype='FIELD' style="display:none;"></div> </div> <div class="preview-item-links order-handle "> <div class="preview-links-wrapper"> <div class="element-placeholder" data-elementtype='LINK' style="display:none;"></div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="layout-settings" style="display:none;" data-type="multi"></div> </div> </div> <div id="vbid-976fa28c-s5bffo4r" class="sub item-box page-box style-b5072dda-bujsefyk " data-holder-type="page"" data-holder-type="page" data-child-type="STYLE" data-styleid="style-b5072dda-bujsefyk" data-preview-styleid='style-b5072dda-bujsefyk' data-preset-type-id="UNRESOLVED"> <div class="page-wrapper item-wrapper "> <div class="item-content leaf multi_layout page content -container" data-self="vbid-976fa28c-s5bffo4r" data-preview-style="style-b5072dda-bujsefyk" data-style="style-ed018-yjvbvfoyx6" data-orig-thumb-height="928" data-orig-thumb-width="1232" data-vbid="vbid-976fa28c-s5bffo4r" data-bgimg="https://lh3.googleusercontent.com/WgY5Kpcq54YNAYAd4-eFffL3UJAX2xfm6J6ZngCkN8YZNb5cKwAWMRXwvudW5wO5KSgrMfijCdYBbpOd7SwMoGDko1AeG8k"> <div class="multi-container preview image-cover" > <div class="Picture item-preview"> <div class="preview-image-holder"> <div id="no-image" class="background-image-div preview-element image-source magic-circle-holder unfold-left load-high-res" data-menu-name="BACKGROUND_IMAGE" style=""> </div> <div class="helper-div bottom-center" > <!-- <div class="benet" style="min-height:inherit;"></div> --> <div class="pic-side"> <div class="vertical-aligner"> <div id="vbid-976fa28c-fdy04pua-holder" class="preview-image-holder inner-pic-holder" data-menu-name="PREVIEW_INLINE_IMAGE_HOLDER"> <a class="image-link top-layer not-wrapping" href="https://www.facebook.com/media/set/?set=a.10160540016187559&type=3" data-link-type="EXTERNAL" target="_blank"></a> <div id="vbid-976fa28c-fdy04pua" class="inner-pic preview-element magic-circle-holder load-high-res " data-menu-name="PREVIEW_INLINE_IMAGE" style="background-image:url(https://lh3.googleusercontent.com/WgY5Kpcq54YNAYAd4-eFffL3UJAX2xfm6J6ZngCkN8YZNb5cKwAWMRXwvudW5wO5KSgrMfijCdYBbpOd7SwMoGDko1AeG8k=s300);" data-orig-width="1232" data-orig-height="928" > </div> </div> </div> </div> <div class="text-side shrinker-parent"> <div class="vertical-aligner"> <div class="item-details preview-content-wrapper multi" style="position:relative;"> <div class="draggable-div-holder"></div> <div class="preview-content-holder shrinker-content"> <!-- BY NATIVE ORDER --> <br class="upper-line-break" /> <div class="preview-subtitle-holder removable-parent order-handle"> <a href="https://www.facebook.com/media/set/?set=a.10160540016187559&type=3" data-link-type="EXTERNAL" target="_blank" > <h3 id="element-7b3602de2f201a0" class="preview-element preview-subtitle magic-circle-holder text-element quick-text-style-menu allow-mobile-hide" data-menu-name="PREVIEW_SUBTITLE">AI Image</h3> </a> </div> <br class="lower-line-break" /> <br class="upper-line-break" /> <div class="preview-title-holder removable-parent order-handle"> <a href="https://www.facebook.com/media/set/?set=a.10160540016187559&type=3" data-link-type="EXTERNAL" target="_blank" > <h2 id="vbid-976fa28c-uh8echhh" class="preview-element preview-title magic-circle-holder inner-page text-element quick-text-style-menu allow-mobile-hide" data-menu-name="PREVIEW_TITLE" >My Grandmother Can Run Faster Than You</h2> </a> </div> <br class="lower-line-break" /> <br class="upper-line-break" /> <div class="preview-body-holder removable-parent order-handle"> <a href="https://www.facebook.com/media/set/?set=a.10160540016187559&type=3" data-link-type="EXTERNAL" target="_blank" > <div id="vbid-976fa28c-vwxdswzb" class="preview-element preview-body magic-circle-holder text-element quick-text-style-menu allow-mobile-hide" data-menu-name="PREVIEW_BODY"> <p>The phrase "my grandmother can run faster than you" has become a popular idiom to highlight someone's lack of speed or agility in Singapore, and seemed to originate from the army. While the phrase is used to poke fun at someone's abilities, it also serves as a reminder of the importance of grandmothers. </p><p><br></p><p>So, on this Mother's Day, let's take a moment to remember and honor our grandmothers. They have been a source of inspiration and strength, and their contributions to our lives should not go unnoticed. Let's celebrate them and express our heartfelt gratitude for the love and care they have bestowed upon us. Happy Mother's Day to all the amazing grandmothers out there!</p><p><br></p><p>Click to see more.</p> </div> </a> </div> <br class="lower-line-break" /> <div class="preview-form order-handle"> <div class="element-placeholder" data-elementtype='FIELD' style="display:none;"></div> </div> <div class="preview-item-links order-handle "> <div class="preview-links-wrapper"> <div class="element-placeholder" data-elementtype='LINK' style="display:none;"></div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="layout-settings" style="display:none;" data-type="multi"></div> </div> </div> <div id="vbid-9daa7975-s5bffo4r" class="sub item-box page-box style-b5072dda-bujsefyk " data-holder-type="page"" data-holder-type="page" data-child-type="STYLE" data-styleid="style-b5072dda-bujsefyk" data-preview-styleid='style-b5072dda-bujsefyk' data-preset-type-id="UNRESOLVED"> <div class="page-wrapper item-wrapper "> <div class="item-content leaf multi_layout page content -container" data-self="vbid-9daa7975-s5bffo4r" data-preview-style="style-b5072dda-bujsefyk" data-style="style-ed018-yjvbvfoyx6" data-orig-thumb-height="1543" data-orig-thumb-width="2048" data-vbid="vbid-9daa7975-s5bffo4r" data-bgimg="https://lh3.googleusercontent.com/m9dpr4Yg966TWf4s8URqKn27XbGADsKjUTcXk53ZtCGS-zFzr7CMylOeGwhmxd5w4dbpK40X3cbVILeM1kFso-plmnziyzE"> <div class="multi-container preview image-cover" > <div class="Picture item-preview"> <div class="preview-image-holder"> <div id="no-image" class="background-image-div preview-element image-source magic-circle-holder unfold-left load-high-res" data-menu-name="BACKGROUND_IMAGE" style=""> </div> <div class="helper-div bottom-center" > <!-- <div class="benet" style="min-height:inherit;"></div> --> <div class="pic-side"> <div class="vertical-aligner"> <div id="vbid-9daa7975-fdy04pua-holder" class="preview-image-holder inner-pic-holder" data-menu-name="PREVIEW_INLINE_IMAGE_HOLDER"> <a class="image-link top-layer not-wrapping" href="https://www.facebook.com/media/set/?set=a.10160496665297559&type=3" data-link-type="EXTERNAL" target="_blank"></a> <div id="vbid-9daa7975-fdy04pua" class="inner-pic preview-element magic-circle-holder load-high-res " data-menu-name="PREVIEW_INLINE_IMAGE" style="background-image:url(https://lh3.googleusercontent.com/m9dpr4Yg966TWf4s8URqKn27XbGADsKjUTcXk53ZtCGS-zFzr7CMylOeGwhmxd5w4dbpK40X3cbVILeM1kFso-plmnziyzE=s300);" data-orig-width="2048" data-orig-height="1543" > </div> </div> </div> </div> <div class="text-side shrinker-parent"> <div class="vertical-aligner"> <div class="item-details preview-content-wrapper multi" style="position:relative;"> <div class="draggable-div-holder"></div> <div class="preview-content-holder shrinker-content"> <!-- BY NATIVE ORDER --> <br class="upper-line-break" /> <div class="preview-subtitle-holder removable-parent order-handle"> <a href="https://www.facebook.com/media/set/?set=a.10160496665297559&type=3" data-link-type="EXTERNAL" target="_blank" > <h3 id="element-5468a1a89a39345" class="preview-element preview-subtitle magic-circle-holder text-element quick-text-style-menu allow-mobile-hide" data-menu-name="PREVIEW_SUBTITLE">AI Image</h3> </a> </div> <br class="lower-line-break" /> <br class="upper-line-break" /> <div class="preview-title-holder removable-parent order-handle"> <a href="https://www.facebook.com/media/set/?set=a.10160496665297559&type=3" data-link-type="EXTERNAL" target="_blank" > <h2 id="vbid-9daa7975-uh8echhh" class="preview-element preview-title magic-circle-holder inner-page text-element quick-text-style-menu allow-mobile-hide" data-menu-name="PREVIEW_TITLE" >Singaporean Aunty Fashion Show</h2> </a> </div> <br class="lower-line-break" /> <br class="upper-line-break" /> <div class="preview-body-holder removable-parent order-handle"> <a href="https://www.facebook.com/media/set/?set=a.10160496665297559&type=3" data-link-type="EXTERNAL" target="_blank" > <div id="vbid-9daa7975-vwxdswzb" class="preview-element preview-body magic-circle-holder text-element quick-text-style-menu allow-mobile-hide" data-menu-name="PREVIEW_BODY"> <p>Welcome to the Singaporean Aunty Fashion Show!</p><p><br></p><p>"Singaporean aunty" is a term used to describe middle-aged or older women in Singapore. Stereotypically, they are perceived to be loud, opinionated, pushy and stubborn.</p><p><br></p><p>Despite the stereotypes, not all Singaporean aunties fit into these categories, and they are a diverse group with their own unique personalities and interests.</p><p><br></p><p>Click to see more.</p> </div> </a> </div> <br class="lower-line-break" /> <div class="preview-form order-handle"> <div class="element-placeholder" data-elementtype='FIELD' style="display:none;"></div> </div> <div class="preview-item-links order-handle "> <div class="preview-links-wrapper"> <div class="element-placeholder" data-elementtype='LINK' style="display:none;"></div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="layout-settings" style="display:none;" data-type="multi"></div> </div> </div> <div id="vbid-5b27f262-heszyawq" class="sub item-box page-box style-b5072dda-bujsefyk " data-holder-type="page"" data-holder-type="page" data-child-type="STYLE" data-styleid="style-b5072dda-bujsefyk" data-preview-styleid='style-b5072dda-bujsefyk' data-preset-type-id="UNRESOLVED"> <div class="page-wrapper item-wrapper "> <div class="item-content leaf multi_layout page content -container" data-self="vbid-5b27f262-heszyawq" data-preview-style="style-b5072dda-bujsefyk" data-style="style-ed018-yjvbvfoyx6" data-orig-thumb-height="2048" data-orig-thumb-width="1456" data-vbid="vbid-5b27f262-heszyawq" data-bgimg="https://lh3.googleusercontent.com/2dsVkGLztyBHjNd7Rg89Uqi0r9M_FjH1uz-Cqh3fY9dpsdWu0yc_EUSkSiEuW-jD5pjQvBA3hdN_2kVZTJ67kfu4dUL-Jh8"> <div class="multi-container preview image-cover" > <div class="Picture item-preview"> <div class="preview-image-holder"> <div id="no-image" class="background-image-div preview-element image-source magic-circle-holder unfold-left load-high-res" data-menu-name="BACKGROUND_IMAGE" style=""> </div> <div class="helper-div bottom-center" > <!-- <div class="benet" style="min-height:inherit;"></div> --> <div class="pic-side"> <div class="vertical-aligner"> <div id="vbid-5b27f262-y12yzcck-holder" class="preview-image-holder inner-pic-holder" data-menu-name="PREVIEW_INLINE_IMAGE_HOLDER"> <a class="image-link top-layer not-wrapping" href="https://www.facebook.com/media/set/?set=a.10155010216367559&type=3" data-link-type="EXTERNAL" target="_blank"></a> <div id="vbid-5b27f262-y12yzcck" class="inner-pic preview-element magic-circle-holder load-high-res " data-menu-name="PREVIEW_INLINE_IMAGE" style="background-image:url(https://lh3.googleusercontent.com/2dsVkGLztyBHjNd7Rg89Uqi0r9M_FjH1uz-Cqh3fY9dpsdWu0yc_EUSkSiEuW-jD5pjQvBA3hdN_2kVZTJ67kfu4dUL-Jh8=s300);" data-orig-width="1456" data-orig-height="2048" > </div> </div> </div> </div> <div class="text-side shrinker-parent"> <div class="vertical-aligner"> <div class="item-details preview-content-wrapper multi" style="position:relative;"> <div class="draggable-div-holder"></div> <div class="preview-content-holder shrinker-content"> <!-- BY NATIVE ORDER --> <br class="upper-line-break" /> <div class="preview-subtitle-holder removable-parent order-handle"> <a href="https://www.facebook.com/media/set/?set=a.10155010216367559&type=3" data-link-type="EXTERNAL" target="_blank" > <h3 id="vbid-5b27f262-ucvdufit" class="preview-element preview-subtitle magic-circle-holder text-element quick-text-style-menu allow-mobile-hide" data-menu-name="PREVIEW_SUBTITLE">Graphic design</h3> </a> </div> <br class="lower-line-break" /> <br class="upper-line-break" /> <div class="preview-title-holder removable-parent order-handle"> <a href="https://www.facebook.com/media/set/?set=a.10155010216367559&type=3" data-link-type="EXTERNAL" target="_blank" > <h2 id="vbid-5b27f262-yucpengq" class="preview-element preview-title magic-circle-holder inner-page text-element quick-text-style-menu allow-mobile-hide" data-menu-name="PREVIEW_TITLE" >Miss Kobayashi's Dragon Maid Minimalist Poster</h2> </a> </div> <br class="lower-line-break" /> <br class="upper-line-break" /> <div class="preview-body-holder removable-parent order-handle"> <a href="https://www.facebook.com/media/set/?set=a.10155010216367559&type=3" data-link-type="EXTERNAL" target="_blank" > <div id="vbid-5b27f262-ixur95a1" class="preview-element preview-body magic-circle-holder text-element quick-text-style-menu allow-mobile-hide" data-menu-name="PREVIEW_BODY"> <p>Minimalist poster from the anime Miss Kobayashi's Dragon Maid</p><p><br></p><p>Click to see more.</p> </div> </a> </div> <br class="lower-line-break" /> <div class="preview-form order-handle"> <div class="element-placeholder" data-elementtype='FIELD' style="display:none;"></div> </div> <div class="preview-item-links order-handle "> <div class="preview-links-wrapper"> <div class="element-placeholder" data-elementtype='LINK' style="display:none;"></div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="layout-settings" style="display:none;" data-type="multi"></div> </div> </div> </div> </div> </div> </div> </div> </div> <!-- GALLERIES END --> <!-- GALLERIES START --> <div id="vbid-a8085cfe-drovpfsx" class="master item-box gallery-box style-a8085cfe-6zywugq5 button-effects btn_hover3 " data-holder-type="gallery"" data-holder-type="gallery" data-child-type="NATIVE_ORDER" data-styleid="style-a8085cfe-6zywugq5" data-preview-styleid='style-a8085cfe-6zywugq5' data-preset-type-id="GALLERIES"> <div id="no-image" class="stripe-background load-high-res " ></div> <div class="gallery-wrapper item-wrapper galleries-wrapper "> <div class="sub container style-a8085cfe-6zywugq5 content matrix " data-itemtype="folder" data-creator="" data-itemname="New folder Copy" data-itemslug="new-folder-copy" data-itemstyleid="style-a8085cfe-6zywugq5" data-margintop="" data-arranger="matrix" data-layout="multi" data-vbid="vbid-a8085cfe-drovpfsx" data-preset-type-id="GALLERIES" data-preview-style="style-a8085cfe-6zywugq5" data-style="style-ed018-satuvqyzot" data-absolute-path="" > <!-- ARRANGER SETTINGS --> <div class="arranger-settings" style="display:none;" data-ARRANGER_TYPE="matrix" data-ARRANGER_COLS="3" data-ARRANGER_ITEM_MAX_WIDTH="1000" data-ARRANGER_ITEM_MIN_WIDTH="209.29999999999998" data-ARRANGER_ITEM_RATIO="1.0" data-ARRANGER_ITEM_SPACING="25" data-ARRANGER_ITEMS_PER_PAGE="all" data-ARRANGER_ORDER_TYPE="regular" data-AUTO_PLAY="false" data-AUTO_PLAY_DURATION="4" data-SLIDE_EFFECT="SLIDE" data-FLEX_ELEMENT_EFFECT="" data-FLEX_ARROWS="https://lh3.googleusercontent.com/ZMARmveTg1geksYKXZKdh71KW09XrhDLg8N-XrfXCGsDBEHnuKwhmYpHd55Y2-NwuwLX8qsyx26JNyJWtr1jEcxD=s50" ></div> <div class="layout-settings" style="display:none;" data-type="multi"></div> <div id="children"> <!-- STRIPE HEADER --> <div class="stripe-header-wrapper"> <div id="vbid-a8085cfe-y5meysgb" class="stripe-header sub item-box page-box style-a8085cfe-6zywugq5 " data-holder-type="page"" data-holder-type="page" data-child-type="STYLE" data-styleid="style-a8085cfe-6zywugq5" data-preview-styleid='style-a8085cfe-6zywugq5' data-preset-type-id="UNRESOLVED"> <div class="page-wrapper item-wrapper "> <div class="item-content leaf blocks_layout page content" data-self="vbid-a8085cfe-y5meysgb" data-preview-style="style-a8085cfe-6zywugq5" data-style="style-ed018-satuvqyzot" data-orig-thumb-height="" data-orig-thumb-width="" data-vbid="vbid-a8085cfe-y5meysgb" data-bgimg=""> <div class="helper-div middle" > <!-- <div class="benet" style="min-height:inherit;"></div> --> <div class="text-side "> <div class="vertical-aligner"> <div class="item-details blocks-preview-content-wrapper blocks shrinker-parent" style="position:relative;"> <div class="blocks-preview-content-holder shrinker-content"> <!-- BY SPECIFIC ORDER --> <br class="upper-line-break" /> <div class="blocks-preview-title-holder removable-parent order-handle"> <h2 id="vbid-a8085cfe-dblvujpw" class="preview-element blocks-preview-title magic-circle-holder inner-page text-element quick-text-style-menu allow-mobile-hide" data-menu-name="BLOCKS_PREVIEW_TITLE" >Handicraft</h2> </div> <br class="lower-line-break" /> </div> </div> </div> </div> </div> </div> <div class="layout-settings" style="display:none;" data-type="blocks"></div> </div> </div> </div> <div id="items-holder-wrapper"> <div id="items-holder"> <div id="vbid-a8085cfe-s5bffo4r" class="sub item-box page-box style-a8085cfe-6zywugq5 " data-holder-type="page"" data-holder-type="page" data-child-type="STYLE" data-styleid="style-a8085cfe-6zywugq5" data-preview-styleid='style-a8085cfe-6zywugq5' data-preset-type-id="UNRESOLVED"> <div class="page-wrapper item-wrapper "> <div class="item-content leaf multi_layout page content -container" data-self="vbid-a8085cfe-s5bffo4r" data-preview-style="style-a8085cfe-6zywugq5" data-style="style-ed018-yjvbvfoyx6" data-orig-thumb-height="1536" data-orig-thumb-width="2048" data-vbid="vbid-a8085cfe-s5bffo4r" data-bgimg="https://lh3.googleusercontent.com/X-ju4Kzte5Uv9COjOBkYMrXcE5cfI2ss72-G31_fADbo64xhH0uS2TpZzcdmUdv1K7hnE49lb3gfiTQFmr4hT9NeGrVMVPY"> <div class="multi-container preview image-cover" > <div class="Picture item-preview"> <div class="preview-image-holder"> <div id="no-image" class="background-image-div preview-element image-source magic-circle-holder unfold-left load-high-res" data-menu-name="BACKGROUND_IMAGE" style=""> </div> <div class="helper-div bottom-center" > <!-- <div class="benet" style="min-height:inherit;"></div> --> <div class="pic-side"> <div class="vertical-aligner"> <div id="vbid-a8085cfe-fdy04pua-holder" class="preview-image-holder inner-pic-holder" data-menu-name="PREVIEW_INLINE_IMAGE_HOLDER"> <a class="image-link top-layer not-wrapping" href="https://www.facebook.com/media/set/?set=a.10155080525977559&type=3" data-link-type="EXTERNAL" target="_blank"></a> <div id="vbid-a8085cfe-fdy04pua" class="inner-pic preview-element magic-circle-holder load-high-res " data-menu-name="PREVIEW_INLINE_IMAGE" style="background-image:url(https://lh3.googleusercontent.com/X-ju4Kzte5Uv9COjOBkYMrXcE5cfI2ss72-G31_fADbo64xhH0uS2TpZzcdmUdv1K7hnE49lb3gfiTQFmr4hT9NeGrVMVPY=s300);" data-orig-width="2048" data-orig-height="1536" > </div> </div> </div> </div> <div class="text-side shrinker-parent"> <div class="vertical-aligner"> <div class="item-details preview-content-wrapper multi" style="position:relative;"> <div class="draggable-div-holder"></div> <div class="preview-content-holder shrinker-content"> <!-- BY NATIVE ORDER --> <br class="upper-line-break" /> <div class="preview-title-holder removable-parent order-handle"> <a href="https://www.facebook.com/media/set/?set=a.10155080525977559&type=3" data-link-type="EXTERNAL" target="_blank" > <h2 id="vbid-a8085cfe-uh8echhh" class="preview-element preview-title magic-circle-holder inner-page text-element quick-text-style-menu allow-mobile-hide" data-menu-name="PREVIEW_TITLE" >The BIG Wallet (Leather)</h2> </a> </div> <br class="lower-line-break" /> <br class="upper-line-break" /> <div class="preview-body-holder removable-parent order-handle"> <a href="https://www.facebook.com/media/set/?set=a.10155080525977559&type=3" data-link-type="EXTERNAL" target="_blank" > <div id="vbid-a8085cfe-vwxdswzb" class="preview-element preview-body magic-circle-holder text-element quick-text-style-menu allow-mobile-hide" data-menu-name="PREVIEW_BODY"> <p>Let's make wallets big again! This wallet is huge: Measuring 115mm by 100mm folded with a thickness of around 25mm empty. It has two extra large side pouches to put keys and change do you do not have to carry an additional key pouch or coin pouch.</p><p><br></p><p>Click to see more.</p> </div> </a> </div> <br class="lower-line-break" /> <div class="preview-form order-handle"> <div class="element-placeholder" data-elementtype='FIELD' style="display:none;"></div> </div> <div class="preview-item-links order-handle "> <div class="preview-links-wrapper"> <div class="element-placeholder" data-elementtype='LINK' style="display:none;"></div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="layout-settings" style="display:none;" data-type="multi"></div> </div> </div> <div id="vbid-ed81b427-9ac5ut3s" class="sub item-box page-box style-a8085cfe-6zywugq5 " data-holder-type="page"" data-holder-type="page" data-child-type="STYLE" data-styleid="style-a8085cfe-6zywugq5" data-preview-styleid='style-a8085cfe-6zywugq5' data-preset-type-id="UNRESOLVED"> <div class="page-wrapper item-wrapper "> <div class="item-content leaf multi_layout page content -container" data-self="vbid-ed81b427-9ac5ut3s" data-preview-style="style-a8085cfe-6zywugq5" data-style="style-ed018-yjvbvfoyx6" data-orig-thumb-height="1536" data-orig-thumb-width="2048" data-vbid="vbid-ed81b427-9ac5ut3s" data-bgimg="https://lh3.googleusercontent.com/oruGPETLJp-3MEksx5KHpO7P_G-3mqSD3k7f0Cktb3GQkJkILhJkBYbkcwCus0ikuVQOLr_huF7ZdlUrwSXVkYB9plImx8o"> <div class="multi-container preview image-cover" > <div class="Picture item-preview"> <div class="preview-image-holder"> <div id="no-image" class="background-image-div preview-element image-source magic-circle-holder unfold-left load-high-res" data-menu-name="BACKGROUND_IMAGE" style=""> </div> <div class="helper-div bottom-center" > <!-- <div class="benet" style="min-height:inherit;"></div> --> <div class="pic-side"> <div class="vertical-aligner"> <div id="vbid-ed81b427-jqgeoaoa-holder" class="preview-image-holder inner-pic-holder" data-menu-name="PREVIEW_INLINE_IMAGE_HOLDER"> <a class="image-link top-layer not-wrapping" href="https://www.facebook.com/media/set/?set=a.10155040148827559&type=3" data-link-type="EXTERNAL" target="_blank"></a> <div id="vbid-ed81b427-jqgeoaoa" class="inner-pic preview-element magic-circle-holder load-high-res " data-menu-name="PREVIEW_INLINE_IMAGE" style="background-image:url(https://lh3.googleusercontent.com/oruGPETLJp-3MEksx5KHpO7P_G-3mqSD3k7f0Cktb3GQkJkILhJkBYbkcwCus0ikuVQOLr_huF7ZdlUrwSXVkYB9plImx8o=s300);" data-orig-width="2048" data-orig-height="1536" > </div> </div> </div> </div> <div class="text-side shrinker-parent"> <div class="vertical-aligner"> <div class="item-details preview-content-wrapper multi" style="position:relative;"> <div class="draggable-div-holder"></div> <div class="preview-content-holder shrinker-content"> <!-- BY NATIVE ORDER --> <br class="upper-line-break" /> <div class="preview-title-holder removable-parent order-handle"> <a href="https://www.facebook.com/media/set/?set=a.10155040148827559&type=3" data-link-type="EXTERNAL" target="_blank" > <h2 id="vbid-ed81b427-tqe1maa9" class="preview-element preview-title magic-circle-holder inner-page text-element quick-text-style-menu allow-mobile-hide" data-menu-name="PREVIEW_TITLE" >The BIG Wallet (Kraftex)</h2> </a> </div> <br class="lower-line-break" /> <br class="upper-line-break" /> <div class="preview-body-holder removable-parent order-handle"> <a href="https://www.facebook.com/media/set/?set=a.10155040148827559&type=3" data-link-type="EXTERNAL" target="_blank" > <div id="vbid-ed81b427-lpat37pi" class="preview-element preview-body magic-circle-holder text-element quick-text-style-menu allow-mobile-hide" data-menu-name="PREVIEW_BODY"> <p>Let's make wallets big again! This wallet is huge: Measuring 115mm by 100mm folded with a thickness of around 25mm empty. It has two extra large side pouches to put keys and change do you do not have to carry an additional key pouch or coin pouch.</p><p><br></p><p>Click to see more.<br></p> </div> </a> </div> <br class="lower-line-break" /> <div class="preview-form order-handle"> <div class="element-placeholder" data-elementtype='FIELD' style="display:none;"></div> </div> <div class="preview-item-links order-handle "> <div class="preview-links-wrapper"> <div class="element-placeholder" data-elementtype='LINK' style="display:none;"></div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="layout-settings" style="display:none;" data-type="multi"></div> </div> </div> <div id="vbid-5b3648c5-9ac5ut3s" class="sub item-box page-box style-a8085cfe-6zywugq5 " data-holder-type="page"" data-holder-type="page" data-child-type="STYLE" data-styleid="style-a8085cfe-6zywugq5" data-preview-styleid='style-a8085cfe-6zywugq5' data-preset-type-id="UNRESOLVED"> <div class="page-wrapper item-wrapper "> <div class="item-content leaf multi_layout page content -container" data-self="vbid-5b3648c5-9ac5ut3s" data-preview-style="style-a8085cfe-6zywugq5" data-style="style-ed018-yjvbvfoyx6" data-orig-thumb-height="3110" data-orig-thumb-width="4147" data-vbid="vbid-5b3648c5-9ac5ut3s" data-bgimg="https://lh3.googleusercontent.com/IfwhaOEHA3klrumQM5otcxER--YllSS9PQgZnARAkA3Plcm8ZPjudIhfNk9pjYlyIGVu234ctzmX3umJOribYcbv8IY2Gxs"> <div class="multi-container preview image-cover" > <div class="Picture item-preview"> <div class="preview-image-holder"> <div id="no-image" class="background-image-div preview-element image-source magic-circle-holder unfold-left load-high-res" data-menu-name="BACKGROUND_IMAGE" style=""> </div> <div class="helper-div bottom-center" > <!-- <div class="benet" style="min-height:inherit;"></div> --> <div class="pic-side"> <div class="vertical-aligner"> <div id="vbid-5b3648c5-jqgeoaoa-holder" class="preview-image-holder inner-pic-holder" data-menu-name="PREVIEW_INLINE_IMAGE_HOLDER"> <a class="image-link top-layer not-wrapping" href="https://www.facebook.com/media/set/?set=a.10154178469987559&type=3" data-link-type="EXTERNAL" target="_blank"></a> <div id="vbid-5b3648c5-jqgeoaoa" class="inner-pic preview-element magic-circle-holder load-high-res " data-menu-name="PREVIEW_INLINE_IMAGE" style="background-image:url(https://lh3.googleusercontent.com/IfwhaOEHA3klrumQM5otcxER--YllSS9PQgZnARAkA3Plcm8ZPjudIhfNk9pjYlyIGVu234ctzmX3umJOribYcbv8IY2Gxs=s300);" data-orig-width="4147" data-orig-height="3110" > </div> </div> </div> </div> <div class="text-side shrinker-parent"> <div class="vertical-aligner"> <div class="item-details preview-content-wrapper multi" style="position:relative;"> <div class="draggable-div-holder"></div> <div class="preview-content-holder shrinker-content"> <!-- BY NATIVE ORDER --> <br class="upper-line-break" /> <div class="preview-title-holder removable-parent order-handle"> <a href="https://www.facebook.com/media/set/?set=a.10154178469987559&type=3" data-link-type="EXTERNAL" target="_blank" > <h2 id="vbid-5b3648c5-tqe1maa9" class="preview-element preview-title magic-circle-holder inner-page text-element quick-text-style-menu allow-mobile-hide" data-menu-name="PREVIEW_TITLE" >Leather Notebook Sleeve</h2> </a> </div> <br class="lower-line-break" /> <br class="upper-line-break" /> <div class="preview-body-holder removable-parent order-handle"> <a href="https://www.facebook.com/media/set/?set=a.10154178469987559&type=3" data-link-type="EXTERNAL" target="_blank" > <div id="vbid-5b3648c5-lpat37pi" class="preview-element preview-body magic-circle-holder text-element quick-text-style-menu allow-mobile-hide" data-menu-name="PREVIEW_BODY"> <p>I don't like large sketchbooks, I prefer them small. They are not easy to find locally, fortunately Muji sells them cheap (around $1.30 for a A6 sketchbook). The paper is off-white, which I prefer over ivory or cool white for taking notes and sketching. However, the cover they sell gets crumpled and dirtied easily and they cost around six bucks. So I decided to make my own cover.</p><p><br></p><p>The sides are burnished with beeswax from Daiso.</p><p><br></p><p>Click to see more.<br></p> </div> </a> </div> <br class="lower-line-break" /> <div class="preview-form order-handle"> <div class="element-placeholder" data-elementtype='FIELD' style="display:none;"></div> </div> <div class="preview-item-links order-handle "> <div class="preview-links-wrapper"> <div class="element-placeholder" data-elementtype='LINK' style="display:none;"></div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="layout-settings" style="display:none;" data-type="multi"></div> </div> </div> <div id="vbid-90c68739-equ10fna" class="sub item-box page-box style-a8085cfe-6zywugq5 " data-holder-type="page"" data-holder-type="page" data-child-type="STYLE" data-styleid="style-a8085cfe-6zywugq5" data-preview-styleid='style-a8085cfe-6zywugq5' data-preset-type-id="UNRESOLVED"> <div class="page-wrapper item-wrapper "> <div class="item-content leaf multi_layout page content -container" data-self="vbid-90c68739-equ10fna" data-preview-style="style-a8085cfe-6zywugq5" data-style="style-ed018-yjvbvfoyx6" data-orig-thumb-height="3000" data-orig-thumb-width="4000" data-vbid="vbid-90c68739-equ10fna" data-bgimg="https://lh3.googleusercontent.com/GRmFKOkCIPidR2n4NC9O5NU_1qIAt3gMUNlPPrQQD5E3xHHP8pQY7RG-xtoF7j97au1pLZY-dXspLTXtqbAvx7kMOQcsZ1o"> <div class="multi-container preview image-cover" > <div class="Picture item-preview"> <div class="preview-image-holder"> <div id="no-image" class="background-image-div preview-element image-source magic-circle-holder unfold-left load-high-res" data-menu-name="BACKGROUND_IMAGE" style=""> </div> <div class="helper-div bottom-center" > <!-- <div class="benet" style="min-height:inherit;"></div> --> <div class="pic-side"> <div class="vertical-aligner"> <div id="vbid-90c68739-n51hrpru-holder" class="preview-image-holder inner-pic-holder" data-menu-name="PREVIEW_INLINE_IMAGE_HOLDER"> <a class="image-link top-layer not-wrapping" href="/vbid-90c68739-nq6vlyaf" data-link-type="LIGHTBOX" target="_self"></a> <div id="vbid-90c68739-n51hrpru" class="inner-pic preview-element magic-circle-holder load-high-res " data-menu-name="PREVIEW_INLINE_IMAGE" style="background-image:url(https://lh3.googleusercontent.com/GRmFKOkCIPidR2n4NC9O5NU_1qIAt3gMUNlPPrQQD5E3xHHP8pQY7RG-xtoF7j97au1pLZY-dXspLTXtqbAvx7kMOQcsZ1o=s300);" data-orig-width="4000" data-orig-height="3000" > </div> </div> </div> </div> <div class="text-side shrinker-parent"> <div class="vertical-aligner"> <div class="item-details preview-content-wrapper multi" style="position:relative;"> <div class="draggable-div-holder"></div> <div class="preview-content-holder shrinker-content"> <!-- BY NATIVE ORDER --> <br class="upper-line-break" /> <div class="preview-title-holder removable-parent order-handle"> <h2 id="vbid-90c68739-aafsc2si" class="preview-element preview-title magic-circle-holder inner-page text-element quick-text-style-menu allow-mobile-hide" data-menu-name="PREVIEW_TITLE" >Bunky's Fist</h2> </div> <br class="lower-line-break" /> <br class="upper-line-break" /> <div class="preview-body-holder removable-parent order-handle"> <div id="vbid-90c68739-rhxemgpv" class="preview-element preview-body magic-circle-holder text-element quick-text-style-menu allow-mobile-hide" data-menu-name="PREVIEW_BODY"> <p>A monkey's fist with a 20mm stainless steel ball inside shaped like a bunny to commemorate the Chinese Year of Rabbit.</p> </div> </div> <br class="lower-line-break" /> <div class="preview-form order-handle"> <div class="element-placeholder" data-elementtype='FIELD' style="display:none;"></div> </div> <div class="preview-item-links order-handle "> <div class="preview-links-wrapper"> <div class="element-placeholder" data-elementtype='LINK' style="display:none;"></div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="layout-settings" style="display:none;" data-type="multi"></div> </div> </div> <div id="vbid-5c937427-dkg3m9gg" class="sub item-box page-box style-a8085cfe-6zywugq5 " data-holder-type="page"" data-holder-type="page" data-child-type="STYLE" data-styleid="style-a8085cfe-6zywugq5" data-preview-styleid='style-a8085cfe-6zywugq5' data-preset-type-id="UNRESOLVED"> <div class="page-wrapper item-wrapper "> <div class="item-content leaf multi_layout page content -container" data-self="vbid-5c937427-dkg3m9gg" data-preview-style="style-a8085cfe-6zywugq5" data-style="style-ed018-yjvbvfoyx6" data-orig-thumb-height="3000" data-orig-thumb-width="4000" data-vbid="vbid-5c937427-dkg3m9gg" data-bgimg="https://lh3.googleusercontent.com/p4-XB2Q_CW697-0BVUWOHYo2mASyiADKOuVaV0LcvFa8SeGtV1_oo3fsqb_xmHJMU-e9cgLJYPGQ8Q0M0iC9iJpPDK9_rhwk"> <div class="multi-container preview image-cover" > <div class="Picture item-preview"> <div class="preview-image-holder"> <div id="no-image" class="background-image-div preview-element image-source magic-circle-holder unfold-left load-high-res" data-menu-name="BACKGROUND_IMAGE" style=""> </div> <div class="helper-div bottom-center" > <!-- <div class="benet" style="min-height:inherit;"></div> --> <div class="pic-side"> <div class="vertical-aligner"> <div id="vbid-5c937427-zbyrotlf-holder" class="preview-image-holder inner-pic-holder" data-menu-name="PREVIEW_INLINE_IMAGE_HOLDER"> <a class="image-link top-layer not-wrapping" href="/vbid-5c937427-q5z6assa" data-link-type="LIGHTBOX" target="_self"></a> <div id="vbid-5c937427-zbyrotlf" class="inner-pic preview-element magic-circle-holder load-high-res " data-menu-name="PREVIEW_INLINE_IMAGE" style="background-image:url(https://lh3.googleusercontent.com/p4-XB2Q_CW697-0BVUWOHYo2mASyiADKOuVaV0LcvFa8SeGtV1_oo3fsqb_xmHJMU-e9cgLJYPGQ8Q0M0iC9iJpPDK9_rhwk=s300);" data-orig-width="4000" data-orig-height="3000" > </div> </div> </div> </div> <div class="text-side shrinker-parent"> <div class="vertical-aligner"> <div class="item-details preview-content-wrapper multi" style="position:relative;"> <div class="draggable-div-holder"></div> <div class="preview-content-holder shrinker-content"> <!-- BY NATIVE ORDER --> <br class="upper-line-break" /> <div class="preview-title-holder removable-parent order-handle"> <h2 id="vbid-5c937427-cvo9461c" class="preview-element preview-title magic-circle-holder inner-page text-element quick-text-style-menu allow-mobile-hide" data-menu-name="PREVIEW_TITLE" >Paracord Bracelets</h2> </div> <br class="lower-line-break" /> <br class="upper-line-break" /> <div class="preview-body-holder removable-parent order-handle"> <div id="vbid-5c937427-njbgwclp" class="preview-element preview-body magic-circle-holder text-element quick-text-style-menu allow-mobile-hide" data-menu-name="PREVIEW_BODY"> <p>Various paracord bracelets. Left to right: King cobra, trilobite, fishtail and cobra.</p> </div> </div> <br class="lower-line-break" /> <div class="preview-form order-handle"> <div class="element-placeholder" data-elementtype='FIELD' style="display:none;"></div> </div> <div class="preview-item-links order-handle "> <div class="preview-links-wrapper"> <div class="element-placeholder" data-elementtype='LINK' style="display:none;"></div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="layout-settings" style="display:none;" data-type="multi"></div> </div> </div> <div id="vbid-68886ab1-v6l3swob" class="sub item-box page-box style-a8085cfe-6zywugq5 " data-holder-type="page"" data-holder-type="page" data-child-type="STYLE" data-styleid="style-a8085cfe-6zywugq5" data-preview-styleid='style-a8085cfe-6zywugq5' data-preset-type-id="UNRESOLVED"> <div class="page-wrapper item-wrapper "> <div class="item-content leaf multi_layout page content -container" data-self="vbid-68886ab1-v6l3swob" data-preview-style="style-a8085cfe-6zywugq5" data-style="style-ed018-yjvbvfoyx6" data-orig-thumb-height="1536" data-orig-thumb-width="2048" data-vbid="vbid-68886ab1-v6l3swob" data-bgimg="https://lh3.googleusercontent.com/SxrsP3FAm0gp7SXxEM3qmPtcXmzN6PG9eijrfJetD_UTX6a813wcZ2_2riHpjuDENAj-_kVPE9PtQynkMTZXlKLXjJoRAq2y"> <div class="multi-container preview image-cover" > <div class="Picture item-preview"> <div class="preview-image-holder"> <div id="no-image" class="background-image-div preview-element image-source magic-circle-holder unfold-left load-high-res" data-menu-name="BACKGROUND_IMAGE" style=""> </div> <div class="helper-div bottom-center" > <!-- <div class="benet" style="min-height:inherit;"></div> --> <div class="pic-side"> <div class="vertical-aligner"> <div id="vbid-68886ab1-qblgxdx3-holder" class="preview-image-holder inner-pic-holder" data-menu-name="PREVIEW_INLINE_IMAGE_HOLDER"> <a class="image-link top-layer not-wrapping" href="/vbid-68886ab1-mgyj1f3l" data-link-type="LIGHTBOX" target="_self"></a> <div id="vbid-68886ab1-qblgxdx3" class="inner-pic preview-element magic-circle-holder load-high-res " data-menu-name="PREVIEW_INLINE_IMAGE" style="background-image:url(https://lh3.googleusercontent.com/SxrsP3FAm0gp7SXxEM3qmPtcXmzN6PG9eijrfJetD_UTX6a813wcZ2_2riHpjuDENAj-_kVPE9PtQynkMTZXlKLXjJoRAq2y=s300);" data-orig-width="2048" data-orig-height="1536" > </div> </div> </div> </div> <div class="text-side shrinker-parent"> <div class="vertical-aligner"> <div class="item-details preview-content-wrapper multi" style="position:relative;"> <div class="draggable-div-holder"></div> <div class="preview-content-holder shrinker-content"> <!-- BY NATIVE ORDER --> <br class="upper-line-break" /> <div class="preview-title-holder removable-parent order-handle"> <h2 id="vbid-68886ab1-pah0vav9" class="preview-element preview-title magic-circle-holder inner-page text-element quick-text-style-menu allow-mobile-hide" data-menu-name="PREVIEW_TITLE" >Monkey's Fist</h2> </div> <br class="lower-line-break" /> <br class="upper-line-break" /> <div class="preview-body-holder removable-parent order-handle"> <div id="vbid-68886ab1-d4jhsbfl" class="preview-element preview-body magic-circle-holder text-element quick-text-style-menu allow-mobile-hide" data-menu-name="PREVIEW_BODY"> <p>My standard 30mm stainless steel ball money's fist. The one shown glows in the dark.</p><p><br></p><p>There are many uses for a Monkey’s Fist. Traditionally, one is used to weigh the end of a line so that the line can be easily thrown over an obstacle. It can also be used in emergency mountain climbing by wedging the ball end into crevices and them pulling yourself up. <br></p><p><br></p><p>You can also unravel the Monkey’s Fist to use the paracord for campcraft, first aid and build tools. A more modern usage is for self massage and for decorative purposes. Cats love them too! <br></p> </div> </div> <br class="lower-line-break" /> <div class="preview-form order-handle"> <div class="element-placeholder" data-elementtype='FIELD' style="display:none;"></div> </div> <div class="preview-item-links order-handle "> <div class="preview-links-wrapper"> <div class="element-placeholder" data-elementtype='LINK' style="display:none;"></div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="layout-settings" style="display:none;" data-type="multi"></div> </div> </div> </div> </div> </div> </div> </div> </div> <!-- GALLERIES END --> <!-- SOCIAL_ICONS START --> <div id="vbid-0b7382cf-lxozw2e5" class="master item-box gallery-box style-0b7382cf-bmxtjbjr button-effects btn_hover3 items-hover-effects item_hover3 " data-holder-type="gallery"" data-holder-type="gallery" data-child-type="STYLE" data-styleid="style-0b7382cf-bmxtjbjr" data-preview-styleid='style-0b7382cf-bmxtjbjr' data-preset-type-id="SOCIAL_ICONS"> <div id="no-image" class="stripe-background load-high-res " ></div> <div class="gallery-wrapper item-wrapper social_icons-wrapper "> <div class="sub container style-0b7382cf-bmxtjbjr content matrix " data-itemtype="folder" data-creator="" data-itemname="LOADING" data-itemslug="loading" data-itemstyleid="style-0b7382cf-bmxtjbjr" data-margintop="" data-arranger="matrix" data-layout="multi" data-vbid="vbid-0b7382cf-lxozw2e5" data-preset-type-id="SOCIAL_ICONS" data-preview-style="style-0b7382cf-bmxtjbjr" data-style="style-5668c-h6ifge4cqb" data-absolute-path="" > <!-- ARRANGER SETTINGS --> <div class="arranger-settings" style="display:none;" data-ARRANGER_TYPE="matrix" data-ARRANGER_COLS="6" data-ARRANGER_ITEM_MAX_WIDTH="1000" data-ARRANGER_ITEM_MIN_WIDTH="111" data-ARRANGER_ITEM_RATIO="0.3" data-ARRANGER_ITEM_SPACING="4" data-ARRANGER_ITEMS_PER_PAGE="all" data-ARRANGER_ORDER_TYPE="regular" data-AUTO_PLAY="false" data-AUTO_PLAY_DURATION="4" data-SLIDE_EFFECT="SLIDE" data-FLEX_ELEMENT_EFFECT="" data-FLEX_ARROWS="https://lh3.googleusercontent.com/ZMARmveTg1geksYKXZKdh71KW09XrhDLg8N-XrfXCGsDBEHnuKwhmYpHd55Y2-NwuwLX8qsyx26JNyJWtr1jEcxD=s50" ></div> <div class="layout-settings" style="display:none;" data-type="multi"></div> <div id="children"> <!-- STRIPE HEADER --> <div class="stripe-header-wrapper"> <div id="vbid-0b7382cf-j86e1uru" class="stripe-header sub item-box page-box style-0b7382cf-bmxtjbjr " data-holder-type="page"" data-holder-type="page" data-child-type="STYLE" data-styleid="style-0b7382cf-bmxtjbjr" data-preview-styleid='style-0b7382cf-bmxtjbjr' data-preset-type-id="UNRESOLVED"> <div class="page-wrapper item-wrapper "> <div class="item-content leaf blocks_layout page content" data-self="vbid-0b7382cf-j86e1uru" data-preview-style="style-0b7382cf-bmxtjbjr" data-style="style-5668c-btnv9bujtv" data-orig-thumb-height="" data-orig-thumb-width="" data-vbid="vbid-0b7382cf-j86e1uru" data-bgimg=""> <div class="helper-div middle" > <!-- <div class="benet" style="min-height:inherit;"></div> --> <div class="text-side "> <div class="vertical-aligner"> <div class="item-details blocks-preview-content-wrapper blocks shrinker-parent" style="position:relative;"> <div class="blocks-preview-content-holder shrinker-content"> <!-- BY SPECIFIC ORDER --> <br class="upper-line-break" /> <div class="blocks-preview-title-holder removable-parent order-handle"> <h2 id="vbid-0b7382cf-ao4l30qf" class="preview-element blocks-preview-title magic-circle-holder inner-page text-element quick-text-style-menu allow-mobile-hide" data-menu-name="BLOCKS_PREVIEW_TITLE" >check out my social media</h2> </div> <br class="lower-line-break" /> </div> </div> </div> </div> </div> </div> <div class="layout-settings" style="display:none;" data-type="blocks"></div> </div> </div> </div> <div id="items-holder-wrapper"> <div id="items-holder"> <div id="vbid-0b7382cf-yazyhylv" class="sub item-box page-box style-0b7382cf-bmxtjbjr " data-holder-type="page"" data-holder-type="page" data-child-type="STYLE" data-styleid="style-0b7382cf-bmxtjbjr" data-preview-styleid='style-0b7382cf-bmxtjbjr' data-preset-type-id="UNRESOLVED"> <div class="page-wrapper item-wrapper "> <div class="item-content leaf multi_layout page content -container" data-self="vbid-0b7382cf-yazyhylv" data-preview-style="style-0b7382cf-bmxtjbjr" data-style="style-5668c-btnv9bujtv" data-orig-thumb-height="" data-orig-thumb-width="" data-vbid="vbid-0b7382cf-yazyhylv" data-bgimg=""> <div class="multi-container preview image-cover" > <div class="Picture item-preview"> <div class="preview-image-holder"> <div id="no-image" class="background-image-div preview-element image-source magic-circle-holder unfold-left load-high-res" data-menu-name="BACKGROUND_IMAGE" style=""> </div> <div class="helper-div middle-center" > <!-- <div class="benet" style="min-height:inherit;"></div> --> <div class="pic-side"> <div class="vertical-aligner"> <div id="no-image-holder" class="preview-image-holder inner-pic-holder" data-menu-name="PREVIEW_INLINE_IMAGE_HOLDER"> <div id="no-image" class="inner-pic preview-element magic-circle-holder load-high-res " data-menu-name="PREVIEW_INLINE_IMAGE" style="" data-orig-width="" data-orig-height="" > </div> </div> </div> </div> <div class="text-side shrinker-parent"> <div class="vertical-aligner"> <div class="item-details preview-content-wrapper multi" style="position:relative;"> <div class="draggable-div-holder"></div> <div class="preview-content-holder shrinker-content"> <!-- BY NATIVE ORDER --> <div class="preview-icon-holder Icon removable-parent order-handle" > <a href="https://www.facebook.com/cygig" data-link-type="EXTERNAL" target="_blank" > <img id="vbid-0b7382cf-h2xzajtr" class="preview-element icon-source magic-circle-holder shrinkable-img allow-mobile-hide" data-menu-name="PREVIEW_ICON" src="https://lh3.googleusercontent.com/ZLQjvTWZ884bf2PxujRFRb5mc7SwiDqySx5kjGXzJgzsf-_xfdH1MCel0wmkwKT0A8zdMs8RnITg4OPTNGMft0ACA_wsQA" /> </a> </div> <div class="preview-form order-handle"> <div class="element-placeholder" data-elementtype='FIELD' style="display:none;"></div> </div> <div class="preview-item-links order-handle "> <div class="preview-links-wrapper"> <div class="element-placeholder" data-elementtype='LINK' style="display:none;"></div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="layout-settings" style="display:none;" data-type="multi"></div> </div> </div> <div id="vbid-0b7382cf-mqifrwhu" class="sub item-box page-box style-0b7382cf-bmxtjbjr " data-holder-type="page"" data-holder-type="page" data-child-type="STYLE" data-styleid="style-0b7382cf-bmxtjbjr" data-preview-styleid='style-0b7382cf-bmxtjbjr' data-preset-type-id="UNRESOLVED"> <div class="page-wrapper item-wrapper "> <div class="item-content leaf multi_layout page content -container" data-self="vbid-0b7382cf-mqifrwhu" data-preview-style="style-0b7382cf-bmxtjbjr" data-style="style-5668c-btnv9bujtv" data-orig-thumb-height="" data-orig-thumb-width="" data-vbid="vbid-0b7382cf-mqifrwhu" data-bgimg=""> <div class="multi-container preview image-cover" > <div class="Picture item-preview"> <div class="preview-image-holder"> <div id="no-image" class="background-image-div preview-element image-source magic-circle-holder unfold-left load-high-res" data-menu-name="BACKGROUND_IMAGE" style=""> </div> <div class="helper-div middle-center" > <!-- <div class="benet" style="min-height:inherit;"></div> --> <div class="pic-side"> <div class="vertical-aligner"> <div id="no-image-holder" class="preview-image-holder inner-pic-holder" data-menu-name="PREVIEW_INLINE_IMAGE_HOLDER"> <div id="no-image" class="inner-pic preview-element magic-circle-holder load-high-res " data-menu-name="PREVIEW_INLINE_IMAGE" style="" data-orig-width="" data-orig-height="" > </div> </div> </div> </div> <div class="text-side shrinker-parent"> <div class="vertical-aligner"> <div class="item-details preview-content-wrapper multi" style="position:relative;"> <div class="draggable-div-holder"></div> <div class="preview-content-holder shrinker-content"> <!-- BY NATIVE ORDER --> <div class="preview-icon-holder Icon removable-parent order-handle" > <a href="https://www.tiktok.com/@cygig" data-link-type="EXTERNAL" target="_blank" > <img id="vbid-0b7382cf-txqz3ts9" class="preview-element icon-source magic-circle-holder shrinkable-img allow-mobile-hide" data-menu-name="PREVIEW_ICON" src="https://lh3.googleusercontent.com/fGnQS4IkfGN7KzLqpB1KqDHEUdjyaGMkVYl02OI_c_nYhZyAKYPwd1aY5_TB5NDblbYXviw8zGtL3ttb8YwsfYltBjeN7yM" /> </a> </div> <div class="preview-form order-handle"> <div class="element-placeholder" data-elementtype='FIELD' style="display:none;"></div> </div> <div class="preview-item-links order-handle "> <div class="preview-links-wrapper"> <div class="element-placeholder" data-elementtype='LINK' style="display:none;"></div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="layout-settings" style="display:none;" data-type="multi"></div> </div> </div> <div id="vbid-0b7382cf-bz66degk" class="sub item-box page-box style-0b7382cf-bmxtjbjr " data-holder-type="page"" data-holder-type="page" data-child-type="STYLE" data-styleid="style-0b7382cf-bmxtjbjr" data-preview-styleid='style-0b7382cf-bmxtjbjr' data-preset-type-id="UNRESOLVED"> <div class="page-wrapper item-wrapper "> <div class="item-content leaf multi_layout page content -container" data-self="vbid-0b7382cf-bz66degk" data-preview-style="style-0b7382cf-bmxtjbjr" data-style="style-5668c-btnv9bujtv" data-orig-thumb-height="" data-orig-thumb-width="" data-vbid="vbid-0b7382cf-bz66degk" data-bgimg=""> <div class="multi-container preview image-cover" > <div class="Picture item-preview"> <div class="preview-image-holder"> <div id="no-image" class="background-image-div preview-element image-source magic-circle-holder unfold-left load-high-res" data-menu-name="BACKGROUND_IMAGE" style=""> </div> <div class="helper-div middle-center" > <!-- <div class="benet" style="min-height:inherit;"></div> --> <div class="pic-side"> <div class="vertical-aligner"> <div id="no-image-holder" class="preview-image-holder inner-pic-holder" data-menu-name="PREVIEW_INLINE_IMAGE_HOLDER"> <div id="no-image" class="inner-pic preview-element magic-circle-holder load-high-res " data-menu-name="PREVIEW_INLINE_IMAGE" style="" data-orig-width="" data-orig-height="" > </div> </div> </div> </div> <div class="text-side shrinker-parent"> <div class="vertical-aligner"> <div class="item-details preview-content-wrapper multi" style="position:relative;"> <div class="draggable-div-holder"></div> <div class="preview-content-holder shrinker-content"> <!-- BY NATIVE ORDER --> <div class="preview-icon-holder Icon removable-parent order-handle" > <a href="https://www.carousell.sg/u/stoofandstuff/" data-link-type="EXTERNAL" target="_blank" > <img id="vbid-0b7382cf-uebl5q5w" class="preview-element icon-source magic-circle-holder shrinkable-img allow-mobile-hide" data-menu-name="PREVIEW_ICON" src="https://lh3.googleusercontent.com/An8XBCRlu0-IhUWAcRS6-wiUejIghS1EV9CRWBsYF1kpHASJ1LXDsJ2NJGo5_PoGrxD4qDs_J1ClRauQtzZLhAUJG7jjWhg" /> </a> </div> <div class="preview-form order-handle"> <div class="element-placeholder" data-elementtype='FIELD' style="display:none;"></div> </div> <div class="preview-item-links order-handle "> <div class="preview-links-wrapper"> <div class="element-placeholder" data-elementtype='LINK' style="display:none;"></div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="layout-settings" style="display:none;" data-type="multi"></div> </div> </div> <div id="vbid-a161105d-ob1hkjcg" class="sub item-box page-box style-0b7382cf-bmxtjbjr " data-holder-type="page"" data-holder-type="page" data-child-type="STYLE" data-styleid="style-0b7382cf-bmxtjbjr" data-preview-styleid='style-0b7382cf-bmxtjbjr' data-preset-type-id="UNRESOLVED"> <div class="page-wrapper item-wrapper "> <div class="item-content leaf multi_layout page content -container" data-self="vbid-a161105d-ob1hkjcg" data-preview-style="style-0b7382cf-bmxtjbjr" data-style="style-5668c-btnv9bujtv" data-orig-thumb-height="" data-orig-thumb-width="" data-vbid="vbid-a161105d-ob1hkjcg" data-bgimg=""> <div class="multi-container preview image-cover" > <div class="Picture item-preview"> <div class="preview-image-holder"> <div id="no-image" class="background-image-div preview-element image-source magic-circle-holder unfold-left load-high-res" data-menu-name="BACKGROUND_IMAGE" style=""> </div> <div class="helper-div middle-center" > <!-- <div class="benet" style="min-height:inherit;"></div> --> <div class="pic-side"> <div class="vertical-aligner"> <div id="no-image-holder" class="preview-image-holder inner-pic-holder" data-menu-name="PREVIEW_INLINE_IMAGE_HOLDER"> <div id="no-image" class="inner-pic preview-element magic-circle-holder load-high-res " data-menu-name="PREVIEW_INLINE_IMAGE" style="" data-orig-width="" data-orig-height="" > </div> </div> </div> </div> <div class="text-side shrinker-parent"> <div class="vertical-aligner"> <div class="item-details preview-content-wrapper multi" style="position:relative;"> <div class="draggable-div-holder"></div> <div class="preview-content-holder shrinker-content"> <!-- BY NATIVE ORDER --> <div class="preview-icon-holder Icon removable-parent order-handle" > <a href="https://github.com/cygig" data-link-type="EXTERNAL" target="_blank" > <img id="vbid-a161105d-lzrk7zhn" class="preview-element icon-source magic-circle-holder shrinkable-img allow-mobile-hide" data-menu-name="PREVIEW_ICON" src="https://lh3.googleusercontent.com/9AnGd7m0b8AiqJY2nzKMmCG7JkhBohEmJIXxUuOkDO2h1zD6ssu1BNzpZzFMX3wHe55Nxj6obfT1owgPitVE6X_hrpSc2pE" /> </a> </div> <div class="preview-form order-handle"> <div class="element-placeholder" data-elementtype='FIELD' style="display:none;"></div> </div> <div class="preview-item-links order-handle "> <div class="preview-links-wrapper"> <div class="element-placeholder" data-elementtype='LINK' style="display:none;"></div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="layout-settings" style="display:none;" data-type="multi"></div> </div> </div> <div id="vbid-0b7382cf-pjrhixis" class="sub item-box page-box style-0b7382cf-bmxtjbjr " data-holder-type="page"" data-holder-type="page" data-child-type="STYLE" data-styleid="style-0b7382cf-bmxtjbjr" data-preview-styleid='style-0b7382cf-bmxtjbjr' data-preset-type-id="UNRESOLVED"> <div class="page-wrapper item-wrapper "> <div class="item-content leaf multi_layout page content -container" data-self="vbid-0b7382cf-pjrhixis" data-preview-style="style-0b7382cf-bmxtjbjr" data-style="style-5668c-btnv9bujtv" data-orig-thumb-height="" data-orig-thumb-width="" data-vbid="vbid-0b7382cf-pjrhixis" data-bgimg=""> <div class="multi-container preview image-cover" > <div class="Picture item-preview"> <div class="preview-image-holder"> <div id="no-image" class="background-image-div preview-element image-source magic-circle-holder unfold-left load-high-res" data-menu-name="BACKGROUND_IMAGE" style=""> </div> <div class="helper-div middle-center" > <!-- <div class="benet" style="min-height:inherit;"></div> --> <div class="pic-side"> <div class="vertical-aligner"> <div id="no-image-holder" class="preview-image-holder inner-pic-holder" data-menu-name="PREVIEW_INLINE_IMAGE_HOLDER"> <div id="no-image" class="inner-pic preview-element magic-circle-holder load-high-res " data-menu-name="PREVIEW_INLINE_IMAGE" style="" data-orig-width="" data-orig-height="" > </div> </div> </div> </div> <div class="text-side shrinker-parent"> <div class="vertical-aligner"> <div class="item-details preview-content-wrapper multi" style="position:relative;"> <div class="draggable-div-holder"></div> <div class="preview-content-holder shrinker-content"> <!-- BY NATIVE ORDER --> <div class="preview-icon-holder Icon removable-parent order-handle" > <a href="https://www.youtube.com/@ZOMBiECYGIG" data-link-type="EXTERNAL" target="_blank" > <img id="vbid-0b7382cf-c5uy8yq4" class="preview-element icon-source magic-circle-holder shrinkable-img allow-mobile-hide" data-menu-name="PREVIEW_ICON" src="https://lh3.googleusercontent.com/E2KfuWBWHN3P-s_K6Guczv3idyMTjmls3HAoI7iqiZbc6QScVpwjC3xDAfejaIS58XkoYKXwbsYbE4VqpLJgY_k5HQw9Pfs" /> </a> </div> <div class="preview-form order-handle"> <div class="element-placeholder" data-elementtype='FIELD' style="display:none;"></div> </div> <div class="preview-item-links order-handle "> <div class="preview-links-wrapper"> <div class="element-placeholder" data-elementtype='LINK' style="display:none;"></div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="layout-settings" style="display:none;" data-type="multi"></div> </div> </div> <div id="vbid-0b7382cf-hbm8r5d2" class="sub item-box page-box style-0b7382cf-bmxtjbjr " data-holder-type="page"" data-holder-type="page" data-child-type="STYLE" data-styleid="style-0b7382cf-bmxtjbjr" data-preview-styleid='style-0b7382cf-bmxtjbjr' data-preset-type-id="UNRESOLVED"> <div class="page-wrapper item-wrapper "> <div class="item-content leaf multi_layout page content -container" data-self="vbid-0b7382cf-hbm8r5d2" data-preview-style="style-0b7382cf-bmxtjbjr" data-style="style-5668c-btnv9bujtv" data-orig-thumb-height="" data-orig-thumb-width="" data-vbid="vbid-0b7382cf-hbm8r5d2" data-bgimg=""> <div class="multi-container preview image-cover" > <div class="Picture item-preview"> <div class="preview-image-holder"> <div id="no-image" class="background-image-div preview-element image-source magic-circle-holder unfold-left load-high-res" data-menu-name="BACKGROUND_IMAGE" style=""> </div> <div class="helper-div middle-center" > <!-- <div class="benet" style="min-height:inherit;"></div> --> <div class="pic-side"> <div class="vertical-aligner"> <div id="no-image-holder" class="preview-image-holder inner-pic-holder" data-menu-name="PREVIEW_INLINE_IMAGE_HOLDER"> <div id="no-image" class="inner-pic preview-element magic-circle-holder load-high-res " data-menu-name="PREVIEW_INLINE_IMAGE" style="" data-orig-width="" data-orig-height="" > </div> </div> </div> </div> <div class="text-side shrinker-parent"> <div class="vertical-aligner"> <div class="item-details preview-content-wrapper multi" style="position:relative;"> <div class="draggable-div-holder"></div> <div class="preview-content-holder shrinker-content"> <!-- BY NATIVE ORDER --> <div class="preview-icon-holder Icon removable-parent order-handle" > <a href="https://www.instagram.com/cygigzombie/" data-link-type="EXTERNAL" target="_blank" > <img id="vbid-0b7382cf-zaiaxdxv" class="preview-element icon-source magic-circle-holder shrinkable-img allow-mobile-hide" data-menu-name="PREVIEW_ICON" src="https://lh3.googleusercontent.com/obHwtmRyOD4-9XUi2wjOXCPtdL-oYtVr8395GqfBEBuBAVkeSix1ymm_YcJ2H3bnPJfQWoui6KYz67jl8Ebjq0NEjwhxNaI" /> </a> </div> <div class="preview-form order-handle"> <div class="element-placeholder" data-elementtype='FIELD' style="display:none;"></div> </div> <div class="preview-item-links order-handle "> <div class="preview-links-wrapper"> <div class="element-placeholder" data-elementtype='LINK' style="display:none;"></div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="layout-settings" style="display:none;" data-type="multi"></div> </div> </div> </div> </div> </div> </div> </div> </div> <!-- SOCIAL_ICONS END --> <!-- FORM START --> <div id="vbid-a34cf4b4-0joseobl" class="master item-box page-box style-a34cf4b4-hfpsk9so button-effects btn_hover3 " data-holder-type="page"" data-holder-type="page" data-child-type="STYLE" data-styleid="style-a34cf4b4-hfpsk9so" data-preview-styleid='style-a34cf4b4-hfpsk9so' data-preset-type-id="FORM"> <div id="no-image" class="stripe-background load-high-res " ></div> <div class="page-wrapper item-wrapper form-wrapper "> <div class="item-content leaf multi_layout page content -container" data-self="vbid-a34cf4b4-0joseobl" data-preview-style="style-a34cf4b4-hfpsk9so" data-style="style-e4cfb-6huavktiba" data-orig-thumb-height="928" data-orig-thumb-width="1232" data-vbid="vbid-a34cf4b4-0joseobl" data-bgimg="https://lh3.googleusercontent.com/-Rk0UT8_e9TnUJrnJnTZT7otz_YDNxENnLCguv8vO3yDPhuWCi5IJxssTjxxYsI85unDmj_12guE_zUUSIMN4UsliqqNbg"> <div class="multi-container preview image-cover" > <div class="Picture item-preview"> <div class="preview-image-holder"> <div id="no-image" class="background-image-div preview-element image-source magic-circle-holder unfold-left load-high-res" data-menu-name="BACKGROUND_IMAGE" style=""> </div> <div class="helper-div middle-right" > <!-- <div class="benet" style="min-height:inherit;"></div> --> <div class="pic-side"> <div class="vertical-aligner"> <div id="vbid-a34cf4b4-itwswxuc-holder" class="preview-image-holder inner-pic-holder" data-menu-name="PREVIEW_INLINE_IMAGE_HOLDER"> <div id="vbid-a34cf4b4-itwswxuc" class="inner-pic preview-element magic-circle-holder load-high-res " data-menu-name="PREVIEW_INLINE_IMAGE" style="background-image:url(https://lh3.googleusercontent.com/-Rk0UT8_e9TnUJrnJnTZT7otz_YDNxENnLCguv8vO3yDPhuWCi5IJxssTjxxYsI85unDmj_12guE_zUUSIMN4UsliqqNbg=s300);" data-orig-width="1232" data-orig-height="928" > </div> </div> </div> </div> <div class="text-side shrinker-parent"> <div class="vertical-aligner"> <div class="item-details preview-content-wrapper multi" style="position:relative;"> <div class="draggable-div-holder"></div> <div class="preview-content-holder shrinker-content"> <!-- BY SPECIFIC ORDER --> <br class="upper-line-break" /> <div class="preview-title-holder removable-parent order-handle"> <h2 id="vbid-a34cf4b4-oo10sk9r" class="preview-element preview-title magic-circle-holder inner-page text-element quick-text-style-menu allow-mobile-hide" data-menu-name="PREVIEW_TITLE" >CONTACT</h2> </div> <br class="lower-line-break" /> <br class="upper-line-break" /> <div class="preview-subtitle-holder removable-parent order-handle"> <h3 id="vbid-a34cf4b4-3axhdvjf" class="preview-element preview-subtitle magic-circle-holder text-element quick-text-style-menu allow-mobile-hide" data-menu-name="PREVIEW_SUBTITLE">Lai lai! Don't be shy, I am just one email away!</h3> </div> <br class="lower-line-break" /> <br class="upper-line-break" /> <div class="preview-form order-handle removable-parent"> <div class="field-holder"> <input autocomplete="off" type="text" id="vbid-a34cf4b4-lvhc8faj" name="How should I address you? (Name)" class="preview-element Field magic-circle-holder field-text" data-menu-name="PREVIEW_FIELD" placeholder="* How should I address you? (Name)" required> </div> </div> <br class="lower-line-break" /> <br class="upper-line-break" /> <div class="preview-form order-handle removable-parent"> <div class="field-holder"> <input autocomplete="off" type="text" id="vbid-a34cf4b4-khyxcupu" name="Hi-tech Point of Contact (Email)" class="preview-element Field magic-circle-holder field-email" data-menu-name="PREVIEW_FIELD" placeholder="* Hi-tech Point of Contact (Email)" required> </div> </div> <br class="lower-line-break" /> <br class="upper-line-break" /> <div class="preview-form order-handle removable-parent"> <div class="field-holder"> <textarea autocomplete="off" type="text" id="vbid-a34cf4b4-peyxujbx" name="Transmission Data (Message)" class="preview-element Field magic-circle-holder field-message" data-menu-name="PREVIEW_FIELD" placeholder="* Transmission Data (Message)" required></textarea> </div> </div> <br class="lower-line-break" /> <div class="preview-item-links order-handle removable-parent" style="display:inline-block;"> <a class="removable-parent" href="[email protected]" data-link-type="SUBMIT" data-text='Your message has been received!' target="_self" > <span id="vbid-a34cf4b4-kpgbytf5" class="preview-element Link item-link magic-circle-holder text-element " data-menu-name="PREVIEW_LINK" >SEND</span> </a> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="layout-settings" style="display:none;" data-type="multi"></div> </div> </div> <!-- FORM END --> <!-- FOOTERS START --> <div id="vbid-84265e2d-xhyvpsht" class="master item-box gallery-box style-84265e2d-xmubbxrp button-effects btn_hover3 items-enter-effects item_enter6 " data-holder-type="gallery"" data-holder-type="gallery" data-child-type="STYLE" data-styleid="style-84265e2d-xmubbxrp" data-preview-styleid='style-84265e2d-xmubbxrp' data-preset-type-id="FOOTERS"> <div id="no-image" class="stripe-background load-high-res " ></div> <div class="gallery-wrapper item-wrapper footers-wrapper "> <div class="sub container style-84265e2d-xmubbxrp content flex " data-itemtype="folder" data-creator="" data-itemname="LOADING Copy" data-itemslug="loading-copy" data-itemstyleid="style-84265e2d-xmubbxrp" data-margintop="" data-arranger="flex" data-layout="multi" data-vbid="vbid-84265e2d-xhyvpsht" data-preset-type-id="FOOTERS" data-preview-style="style-84265e2d-xmubbxrp" data-style="style-89a8e-bbtqrmxrkr" data-absolute-path="" > <!-- ARRANGER SETTINGS --> <div class="arranger-settings" style="display:none;" data-ARRANGER_TYPE="flex" data-ARRANGER_COLS="0" data-ARRANGER_ITEM_MAX_WIDTH="400" data-ARRANGER_ITEM_MIN_WIDTH="230" data-ARRANGER_ITEM_RATIO="1" data-ARRANGER_ITEM_SPACING="20" data-ARRANGER_ITEMS_PER_PAGE="all" data-ARRANGER_ORDER_TYPE="regular" data-AUTO_PLAY="true" data-AUTO_PLAY_DURATION="4" data-SLIDE_EFFECT="SLIDE" data-FLEX_ELEMENT_EFFECT="effect-fadein" data-FLEX_ARROWS="https://lh3.googleusercontent.com/ZMARmveTg1geksYKXZKdh71KW09XrhDLg8N-XrfXCGsDBEHnuKwhmYpHd55Y2-NwuwLX8qsyx26JNyJWtr1jEcxD=s50" ></div> <div class="layout-settings" style="display:none;" data-type="multi"></div> <div id="children"> <div id="items-holder-wrapper"> <div id="items-holder"> <div id="vbid-84265e2d-khhwayxp" class="sub item-box page-box style-84265e2d-xmubbxrp " data-holder-type="page"" data-holder-type="page" data-child-type="STYLE" data-styleid="style-84265e2d-xmubbxrp" data-preview-styleid='style-84265e2d-xmubbxrp' data-preset-type-id="UNRESOLVED"> <div class="page-wrapper item-wrapper "> <div class="item-content leaf multi_layout page content -container" data-self="vbid-84265e2d-khhwayxp" data-preview-style="style-84265e2d-xmubbxrp" data-style="style-89a8e-q4q4gr5nhr" data-orig-thumb-height="" data-orig-thumb-width="" data-vbid="vbid-84265e2d-khhwayxp" data-bgimg=""> <div class="multi-container preview image-cover" > <div class="Picture item-preview"> <div class="preview-image-holder"> <div id="no-image" class="background-image-div preview-element image-source magic-circle-holder unfold-left load-high-res" data-menu-name="BACKGROUND_IMAGE" style=""> </div> <div class="helper-div middle-center" > <!-- <div class="benet" style="min-height:inherit;"></div> --> <div class="pic-side"> <div class="vertical-aligner"> <div id="no-image-holder" class="preview-image-holder inner-pic-holder" data-menu-name="PREVIEW_INLINE_IMAGE_HOLDER"> <div id="no-image" class="inner-pic preview-element magic-circle-holder load-high-res " data-menu-name="PREVIEW_INLINE_IMAGE" style="" data-orig-width="" data-orig-height="" > </div> </div> </div> </div> <div class="text-side shrinker-parent"> <div class="vertical-aligner"> <div class="item-details preview-content-wrapper multi" style="position:relative;"> <div class="draggable-div-holder"></div> <div class="preview-content-holder shrinker-content"> <!-- BY SPECIFIC ORDER --> <br class="upper-line-break" /> <div class="preview-body-holder removable-parent order-handle"> <div id="element-6d577d6cd8404fb" class="preview-element preview-body magic-circle-holder text-element quick-text-style-menu allow-mobile-hide" data-menu-name="PREVIEW_BODY"> <p>© cygig</p><p>All rights reserved. No reproduction of content without permission. Third party contents belong to their <br></p><p>respective owners.</p> </div> </div> <br class="lower-line-break" /> <div class="preview-item-links order-handle removable-parent" style="display:inline-block;"> <a class="removable-parent" href="https://www.facebook.com/cygig/" data-link-type="EXTERNAL" target="_blank" > <span id="element-6c74c677bbee531" class="preview-element Link item-link magic-circle-holder text-element " data-menu-name="PREVIEW_LINK" >facebook</span> </a> </div> <div class="preview-item-links order-handle removable-parent" style="display:inline-block;"> <a class="removable-parent" href="https://www.tiktok.com/@cygig" data-link-type="EXTERNAL" target="_blank" > <span id="element-6d7497f2aa63634" class="preview-element Link item-link magic-circle-holder text-element " data-menu-name="PREVIEW_LINK" >tiktok</span> </a> </div> <div class="preview-item-links order-handle removable-parent" style="display:inline-block;"> <a class="removable-parent" href="#vbid-a34cf4b4-0joseobl" data-link-type="ANCHOR" target="_self" > <span id="element-a0037f90dc00373" class="preview-element Link item-link magic-circle-holder text-element " data-menu-name="PREVIEW_LINK" >contact</span> </a> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="layout-settings" style="display:none;" data-type="multi"></div> </div> </div> </div> </div> </div> </div> </div> </div> <!-- FOOTERS END --> </div> </div> </div> </div> <div class="light-box-wrapper space-layer" style="display:none;" tabindex="0"> <div class="light-box-image-holder"> <div class="light-box-image animated"> </div> <div class="lightbox-text-wrapper "> <div class="lightbox-text-holder animated"> <div class="lightbox-title"></div> <div class="lightbox-subtitle"></div> <div id="paginator" style="display:none;"> </div> </div> </div> </div> <img src="https://lh3.googleusercontent.com/EWqW7DEI4kOTRMLjK2-ObFHp-EYBt5apFYZ1LVFAhLtTLjigCRfx5hCCTKbIjIm68VQ00p9twloHJ9w8=s50" class="download-gallery-btn clickable" style="display: none;"> <img src="https://lh3.googleusercontent.com/TgRyMQvJ3_h9RmOnu7AlhIE7NLOOBsRoBounARrs8fQv8HCRPaFtpBneSqJOSZpI6l7He_bAZKN179JBig=s50" class="close-lightbox-btn clickable" style="opacity: 1;"> <img src="https://lh3.googleusercontent.com/43-pXHjwrpmVO8Oean-6BD0uzARvcqUQrpdi7Yw2bxaXwEoP21UdN5kW6Ks9pdOxf7ropMUrh0djgYPwYPU=s50" class="lightbox-arrow lightbox-left clickable top-layer" > <img src="https://lh3.googleusercontent.com/9rwgVnDglPdPFugSu98fhDmxzjXC9KovZ_7BuHkXPIv6jvg9S96flGnhL_e4y8mIpPpZQstfqEV-WitY=s50" class="lightbox-arrow lightbox-right clickable top-layer" > </div> </div> <noscript id="deferred-styles"> <link rel="stylesheet" type="text/css" href="//app.standout.digital/css/effects.css?v=1.5.9b" /> <link rel="stylesheet" type="text/css" href="//app.standout.digital/css/lightbox.css?v=1.5.9b"> </noscript> <script> var loadDeferredStyles = function() { var addStylesNode = document.getElementById("deferred-styles"); var replacement = document.createElement("div"); replacement.innerHTML = addStylesNode.textContent; document.body.appendChild(replacement) addStylesNode.parentElement.removeChild(addStylesNode); }; var raf = requestAnimationFrame || mozRequestAnimationFrame || webkitRequestAnimationFrame || msRequestAnimationFrame; if (raf) raf(function() { window.setTimeout(loadDeferredStyles, 0); }); else window.addEventListener('load', loadDeferredStyles); </script> <script src="//app.standout.digital/js/lightbox.js?v=1.5.9b" type="text/javascript"></script> <script src="//app.standout.digital/js/spimeengine.js?v=1.5.9b" type="text/javascript"></script> </body> </html>