It looks like this is a web page, not a feed. I looked for a feed associated with this page, but couldn't find one. Please enter the address of your feed to validate.

Source: http://complexitygaming.com/rss/executives-rss2.0.xml

  1. <!doctype html>
  2. <!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en"> <![endif]-->
  3. <!--[if IE 7]>    <html class="no-js ie7 oldie" lang="en"> <![endif]-->
  4. <!--[if IE 8]>    <html class="no-js ie8 oldie" lang="en"> <![endif]-->
  5. <!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
  6. <head> <script type="text/javascript">
  7. /* <![CDATA[ */
  8. //----------------------------------------------------------
  9. //------ JAVASCRIPT HOOK FUNCTIONS FOR GRAVITY FORMS -------
  10. //----------------------------------------------------------
  11.  
  12. if ( ! gform ) {
  13. document.addEventListener( 'gform_main_scripts_loaded', function() { gform.scriptsLoaded = true; } );
  14. window.addEventListener( 'DOMContentLoaded', function() { gform.domLoaded = true; } );
  15.  
  16. var gform = {
  17. domLoaded: false,
  18. scriptsLoaded: false,
  19. initializeOnLoaded: function( fn ) {
  20. if ( gform.domLoaded && gform.scriptsLoaded ) {
  21. fn();
  22. } else if( ! gform.domLoaded && gform.scriptsLoaded ) {
  23. window.addEventListener( 'DOMContentLoaded', fn );
  24. } else {
  25. document.addEventListener( 'gform_main_scripts_loaded', fn );
  26. }
  27. },
  28. hooks: { action: {}, filter: {} },
  29. addAction: function( action, callable, priority, tag ) {
  30. gform.addHook( 'action', action, callable, priority, tag );
  31. },
  32. addFilter: function( action, callable, priority, tag ) {
  33. gform.addHook( 'filter', action, callable, priority, tag );
  34. },
  35. doAction: function( action ) {
  36. gform.doHook( 'action', action, arguments );
  37. },
  38. applyFilters: function( action ) {
  39. return gform.doHook( 'filter', action, arguments );
  40. },
  41. removeAction: function( action, tag ) {
  42. gform.removeHook( 'action', action, tag );
  43. },
  44. removeFilter: function( action, priority, tag ) {
  45. gform.removeHook( 'filter', action, priority, tag );
  46. },
  47. addHook: function( hookType, action, callable, priority, tag ) {
  48. if ( undefined == gform.hooks[hookType][action] ) {
  49. gform.hooks[hookType][action] = [];
  50. }
  51. var hooks = gform.hooks[hookType][action];
  52. if ( undefined == tag ) {
  53. tag = action + '_' + hooks.length;
  54. }
  55. if( priority == undefined ){
  56. priority = 10;
  57. }
  58.  
  59. gform.hooks[hookType][action].push( { tag:tag, callable:callable, priority:priority } );
  60. },
  61. doHook: function( hookType, action, args ) {
  62.  
  63. // splice args from object into array and remove first index which is the hook name
  64. args = Array.prototype.slice.call(args, 1);
  65.  
  66. if ( undefined != gform.hooks[hookType][action] ) {
  67. var hooks = gform.hooks[hookType][action], hook;
  68. //sort by priority
  69. hooks.sort(function(a,b){return a["priority"]-b["priority"]});
  70.  
  71. hooks.forEach( function( hookItem ) {
  72. hook = hookItem.callable;
  73.  
  74. if(typeof hook != 'function')
  75. hook = window[hook];
  76. if ( 'action' == hookType ) {
  77. hook.apply(null, args);
  78. } else {
  79. args[0] = hook.apply(null, args);
  80. }
  81. } );
  82. }
  83. if ( 'filter'==hookType ) {
  84. return args[0];
  85. }
  86. },
  87. removeHook: function( hookType, action, priority, tag ) {
  88. if ( undefined != gform.hooks[hookType][action] ) {
  89. var hooks = gform.hooks[hookType][action];
  90. hooks = hooks.filter( function(hook, index, arr) {
  91. var removeHook = (undefined==tag||tag==hook.tag) && (undefined==priority||priority==hook.priority);
  92. return !removeHook;
  93. } );
  94. gform.hooks[hookType][action] = hooks;
  95. }
  96. }
  97. };
  98. }
  99. /* ]]> */
  100. </script>
  101. <meta charset="utf-8">
  102. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  103. <title>The Executives #20: Challenges of Founding a Professional Team w/ Genna Bain - Complexity Gaming</title>
  104. <meta name="viewport" content="width=device-width, initial-scale=1">
  105. <link rel="icon" type="image/png" href="https://complexity.gg/wp-content/themes/complexity-games/img/favicon/android-chrome-192x192.png" sizes="192x192">
  106. <link rel="icon" type="image/png" href="https://complexity.gg/wp-content/themes/complexity-games/img/favicon/android-chrome-512x512.png" sizes="512x512">
  107. <link rel="apple-touch-icon-precomposed" href="https://complexity.gg/wp-content/themes/complexity-games/img/favicon/apple-touch-icon.png">
  108. <link rel="icon" type="image/png" href="https://complexity.gg/wp-content/themes/complexity-games/img/favicon/favicon-16x16.png" sizes="16x16">
  109. <link rel="icon" type="image/png" href="https://complexity.gg/wp-content/themes/complexity-games/img/favicon/favicon-32x32.png" sizes="32x32">
  110. <link rel="manifest" href="https://complexity.gg/wp-content/themes/complexity-games/site.webmanifest">
  111. <meta name="msapplication-config" content="https://complexity.gg/wp-content/themes/complexity-games/browserconfig.xml">
  112. <meta name="application-name" content="Complexity Gaming" />
  113. <meta name="msapplication-TileColor" content="#002b5d" />
  114. <meta name="msapplication-TileImage" content="https://complexity.gg/wp-content/themes/complexity-games/img/favicon/mstile-150x150.png" />
  115. <meta name="msapplication-square150x150logo" content="https://complexity.gg/wp-content/themes/complexity-games/img/favicon/mstile-150x150.png" />
  116. <meta name="theme-color" content="#002b5d">
  117. <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
  118. <META HTTP-EQUIV="Content-type" CONTENT="text/html; charset=UTF-8">
  119.  
  120. <script async src="https://www.googletagmanager.com/gtag/js?id=G-MWCMGZQJS0"></script>
  121. <script>
  122.  window.dataLayer = window.dataLayer || [];
  123.  function gtag(){dataLayer.push(arguments);}
  124.  gtag('js', new Date());
  125.  
  126.  gtag('config', 'G-MWCMGZQJS0');
  127. </script>
  128.  
  129. <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
  130. new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
  131. j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
  132. 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
  133. })(window,document,'script','dataLayer','GTM-TP9RWGX');</script>
  134.  
  135.  
  136. <script>
  137.  !function(f,b,e,v,n,t,s)
  138.  {if(f.fbq)return;n=f.fbq=function(){n.callMethod?
  139.  n.callMethod.apply(n,arguments):n.queue.push(arguments)};
  140.  if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
  141.  n.queue=[];t=b.createElement(e);t.async=!0;
  142.  t.src=v;s=b.getElementsByTagName(e)[0];
  143.  s.parentNode.insertBefore(t,s)}(window, document,'script',
  144.  'https://connect.facebook.net/en_US/fbevents.js');
  145.  fbq('init', '143536136418234');
  146.  fbq('track', 'PageView');
  147. </script>
  148. <noscript><img height="1" width="1" style="display:none"
  149.  src="https://www.facebook.com/tr?id=143536136418234&ev=PageView&noscript=1"
  150. /></noscript>
  151.  
  152. <style>
  153. #menu-item-44207 { cursor: pointer; }
  154. .download-media-pack .download-media-pack-inn h6 { font-size: 12px !important; }
  155. </style>
  156. <link rel="preload" href="https://use.typekit.net/fag1dai.css" as="style" onload="this.onload=null;this.rel='stylesheet'" />
  157. <noscript><link rel="stylesheet" href="https://use.typekit.net/fag1dai.css"></noscript>
  158. <link rel="preload" href="https://complexity.gg/wp-content/themes/complexity-games/css/global.css?ver=1686162454" as="style" onload="this.onload=null;this.rel='stylesheet'" />
  159. <noscript><link rel="stylesheet" href="https://complexity.gg/wp-content/themes/complexity-games/css/global.css?ver=1686162454"></noscript>
  160. <script>
  161. /*! loadCSS. [c]2017 Filament Group, Inc. MIT License */
  162. /* This file is meant as a standalone workflow for
  163. - testing support for link[rel=preload]
  164. - enabling async CSS loading in browsers that do not support rel=preload
  165. - applying rel preload css once loaded, whether supported or not.
  166. */
  167. (function( w ){
  168. "use strict";
  169. // rel=preload support test
  170. if( !w.loadCSS ){
  171. w.loadCSS = function(){};
  172. }
  173. // define on the loadCSS obj
  174. var rp = loadCSS.relpreload = {};
  175. // rel=preload feature support test
  176. // runs once and returns a function for compat purposes
  177. rp.support = (function(){
  178. var ret;
  179. try {
  180. ret = w.document.createElement( "link" ).relList.supports( "preload" );
  181. } catch (e) {
  182. ret = false;
  183. }
  184. return function(){
  185. return ret;
  186. };
  187. })();
  188.  
  189. // if preload isn't supported, get an asynchronous load by using a non-matching media attribute
  190. // then change that media back to its intended value on load
  191. rp.bindMediaToggle = function( link ){
  192. // remember existing media attr for ultimate state, or default to 'all'
  193. var finalMedia = link.media || "all";
  194.  
  195. function enableStylesheet(){
  196. // unbind listeners
  197. if( link.addEventListener ){
  198. link.removeEventListener( "load", enableStylesheet );
  199. } else if( link.attachEvent ){
  200. link.detachEvent( "onload", enableStylesheet );
  201. }
  202. link.setAttribute( "onload", null );
  203. link.media = finalMedia;
  204. }
  205.  
  206. // bind load handlers to enable media
  207. if( link.addEventListener ){
  208. link.addEventListener( "load", enableStylesheet );
  209. } else if( link.attachEvent ){
  210. link.attachEvent( "onload", enableStylesheet );
  211. }
  212.  
  213. // Set rel and non-applicable media type to start an async request
  214. // note: timeout allows this to happen async to let rendering continue in IE
  215. setTimeout(function(){
  216. link.rel = "stylesheet";
  217. link.media = "only x";
  218. });
  219. // also enable media after 3 seconds,
  220. // which will catch very old browsers (android 2.x, old firefox) that don't support onload on link
  221. setTimeout( enableStylesheet, 3000 );
  222. };
  223.  
  224. // loop through link elements in DOM
  225. rp.poly = function(){
  226. // double check this to prevent external calls from running
  227. if( rp.support() ){
  228. return;
  229. }
  230. var links = w.document.getElementsByTagName( "link" );
  231. for( var i = 0; i < links.length; i++ ){
  232. var link = links[ i ];
  233. // qualify links to those with rel=preload and as=style attrs
  234. if( link.rel === "preload" && link.getAttribute( "as" ) === "style" && !link.getAttribute( "data-loadcss" ) ){
  235. // prevent rerunning on link
  236. link.setAttribute( "data-loadcss", true );
  237. // bind listeners to toggle media back
  238. rp.bindMediaToggle( link );
  239. }
  240. }
  241. };
  242.  
  243. // if unsupported, run the polyfill
  244. if( !rp.support() ){
  245. // run once at least
  246. rp.poly();
  247.  
  248. // rerun poly on an interval until onload
  249. var run = w.setInterval( rp.poly, 500 );
  250. if( w.addEventListener ){
  251. w.addEventListener( "load", function(){
  252. rp.poly();
  253. w.clearInterval( run );
  254. } );
  255. } else if( w.attachEvent ){
  256. w.attachEvent( "onload", function(){
  257. rp.poly();
  258. w.clearInterval( run );
  259. } );
  260. }
  261. }
  262.  
  263.  
  264. // commonjs
  265. if( typeof exports !== "undefined" ){
  266. exports.loadCSS = loadCSS;
  267. }
  268. else {
  269. w.loadCSS = loadCSS;
  270. }
  271. }( typeof global !== "undefined" ? global : this ) );    
  272.    </script>
  273. <style>
  274. .loader{
  275. width: 100%;
  276. height: 100%;
  277. display: -webkit-flex;
  278. display: flex;
  279. -webkit-justify-content: center;
  280. justify-content: center;
  281. -webkit-flex-wrap: wrap;
  282. flex-wrap: wrap;
  283. -webkit-align-content: center;
  284. align-content: center;
  285. -webkit-align-items: center;
  286. align-items: center;
  287. background: white;
  288. position: fixed;
  289. left: 0;
  290. top: 0;
  291. -webkit-transition: all 0.4s ease-in-out 0s;
  292. -moz-transition: all 0.4s ease-in-out 0s;
  293. transition: all 0.4s ease-in-out 0s;
  294. opacity: 1;
  295. visibility: visible;
  296. }
  297. .loader img{
  298. max-width: 100px;
  299. height: auto;
  300. display: block;
  301. }
  302. .loader.hide{
  303. opacity: 0;
  304. visibility: hidden;
  305. }
  306. .wrapper{
  307. width: 100%;
  308. display: block;
  309. -webkit-transition: all 0.4s ease-in-out 0s;
  310. -moz-transition: all 0.4s ease-in-out 0s;
  311. transition: all 0.4s ease-in-out 0s;
  312. opacity: 0;
  313. visibility: hidden;
  314. }
  315. .wrapper.show{
  316. opacity: 1;
  317. visibility: visible;
  318. }
  319. </style>
  320. <meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1" />
  321.  
  322. <meta name="description" content="Complexity is one of America’s premier and longest standing esports organizations, recognized as a global leader in modern esports." />
  323. <link rel="canonical" href="https://complexity.gg/the-executives-20-challenges-of-founding-a-professional-team-w-genna-bain/" />
  324. <meta property="og:locale" content="en_US" />
  325. <meta property="og:type" content="article" />
  326. <meta property="og:title" content="The Executives #20: Challenges of Founding a Professional Team w/ Genna Bain - Complexity Gaming" />
  327. <meta property="og:description" content="Complexity is one of America’s premier and longest standing esports organizations, recognized as a global leader in modern esports." />
  328. <meta property="og:url" content="https://complexity.gg/the-executives-20-challenges-of-founding-a-professional-team-w-genna-bain/" />
  329. <meta property="og:site_name" content="Complexity Gaming" />
  330. <meta property="article:published_time" content="2012-10-09T12:14:53+00:00" />
  331. <meta name="author" content="Andrew Miesner" />
  332. <meta name="twitter:card" content="summary_large_image" />
  333. <meta name="twitter:creator" content="@complexity" />
  334. <meta name="twitter:site" content="@complexity" />
  335. <meta name="twitter:label1" content="Written by" />
  336. <meta name="twitter:data1" content="Andrew Miesner" />
  337. <meta name="twitter:label2" content="Est. reading time" />
  338. <meta name="twitter:data2" content="1 minute" />
  339. <script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"Article","@id":"https://complexity.gg/the-executives-20-challenges-of-founding-a-professional-team-w-genna-bain/#article","isPartOf":{"@id":"https://complexity.gg/the-executives-20-challenges-of-founding-a-professional-team-w-genna-bain/"},"author":{"name":"Andrew Miesner","@id":"https://complexity.gg/#/schema/person/d286868d2cdbda91cf7a4ccb731c9ad7"},"headline":"The Executives #20: Challenges of Founding a Professional Team w/ Genna Bain","datePublished":"2012-10-09T12:14:53+00:00","dateModified":"2012-10-09T12:14:53+00:00","mainEntityOfPage":{"@id":"https://complexity.gg/the-executives-20-challenges-of-founding-a-professional-team-w-genna-bain/"},"wordCount":265,"publisher":{"@id":"https://complexity.gg/#organization"},"articleSection":["General"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https://complexity.gg/the-executives-20-challenges-of-founding-a-professional-team-w-genna-bain/","url":"https://complexity.gg/the-executives-20-challenges-of-founding-a-professional-team-w-genna-bain/","name":"The Executives #20: Challenges of Founding a Professional Team w/ Genna Bain - Complexity Gaming","isPartOf":{"@id":"https://complexity.gg/#website"},"datePublished":"2012-10-09T12:14:53+00:00","dateModified":"2012-10-09T12:14:53+00:00","description":"Complexity is one of America’s premier and longest standing esports organizations, recognized as a global leader in modern esports.","breadcrumb":{"@id":"https://complexity.gg/the-executives-20-challenges-of-founding-a-professional-team-w-genna-bain/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https://complexity.gg/the-executives-20-challenges-of-founding-a-professional-team-w-genna-bain/"]}]},{"@type":"BreadcrumbList","@id":"https://complexity.gg/the-executives-20-challenges-of-founding-a-professional-team-w-genna-bain/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://complexity.gg/"},{"@type":"ListItem","position":2,"name":"The Executives #20: Challenges of Founding a Professional Team w/ Genna Bain"}]},{"@type":"WebSite","@id":"https://complexity.gg/#website","url":"https://complexity.gg/","name":"Complexity Gaming","description":"Complexity Gaming","publisher":{"@id":"https://complexity.gg/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://complexity.gg/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https://complexity.gg/#organization","name":"Complexity Gaming","url":"https://complexity.gg/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https://complexity.gg/#/schema/logo/image/","url":"https://complexity.gg/wp-content/uploads/2019/05/website-logo.png","contentUrl":"https://complexity.gg/wp-content/uploads/2019/05/website-logo.png","width":134,"height":148,"caption":"Complexity Gaming"},"image":{"@id":"https://complexity.gg/#/schema/logo/image/"},"sameAs":["https://x.com/complexity","https://www.instagram.com/complexitygaming/","https://www.linkedin.com/company/925859/","https://www.youtube.com/complexitygaming"]},{"@type":"Person","@id":"https://complexity.gg/#/schema/person/d286868d2cdbda91cf7a4ccb731c9ad7","name":"Andrew Miesner","url":"https://complexity.gg/author/amies/"}]}</script>
  340.  
  341. <link rel="dns-prefetch" href="//maps.googleapis.com" />
  342. <link rel="dns-prefetch" href="//meet.jit.si" />
  343. <link rel="dns-prefetch" href="//www.google.com" />
  344. <link rel="dns-prefetch" href="//fonts.googleapis.com" />
  345. <script type="text/javascript">
  346. /* <![CDATA[ */
  347. window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.0.3\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.0.3\/svg\/","svgExt":".svg","source":{"wpemoji":"https:\/\/complexity.gg\/wp-includes\/js\/wp-emoji.js?ver=6.5.2","twemoji":"https:\/\/complexity.gg\/wp-includes\/js\/twemoji.js?ver=6.5.2"}};
  348. /**
  349. * @output wp-includes/js/wp-emoji-loader.js
  350. */
  351.  
  352. /**
  353. * Emoji Settings as exported in PHP via _print_emoji_detection_script().
  354. * @typedef WPEmojiSettings
  355. * @type {object}
  356. * @property {?object} source
  357. * @property {?string} source.concatemoji
  358. * @property {?string} source.twemoji
  359. * @property {?string} source.wpemoji
  360. * @property {?boolean} DOMReady
  361. * @property {?Function} readyCallback
  362. */
  363.  
  364. /**
  365. * Support tests.
  366. * @typedef SupportTests
  367. * @type {object}
  368. * @property {?boolean} flag
  369. * @property {?boolean} emoji
  370. */
  371.  
  372. /**
  373. * IIFE to detect emoji support and load Twemoji if needed.
  374. *
  375. * @param {Window} window
  376. * @param {Document} document
  377. * @param {WPEmojiSettings} settings
  378. */
  379. ( function wpEmojiLoader( window, document, settings ) {
  380. if ( typeof Promise === 'undefined' ) {
  381. return;
  382. }
  383.  
  384. var sessionStorageKey = 'wpEmojiSettingsSupports';
  385. var tests = [ 'flag', 'emoji' ];
  386.  
  387. /**
  388. * Checks whether the browser supports offloading to a Worker.
  389. *
  390. * @since 6.3.0
  391. *
  392. * @private
  393. *
  394. * @returns {boolean}
  395. */
  396. function supportsWorkerOffloading() {
  397. return (
  398. typeof Worker !== 'undefined' &&
  399. typeof OffscreenCanvas !== 'undefined' &&
  400. typeof URL !== 'undefined' &&
  401. URL.createObjectURL &&
  402. typeof Blob !== 'undefined'
  403. );
  404. }
  405.  
  406. /**
  407. * @typedef SessionSupportTests
  408. * @type {object}
  409. * @property {number} timestamp
  410. * @property {SupportTests} supportTests
  411. */
  412.  
  413. /**
  414. * Get support tests from session.
  415. *
  416. * @since 6.3.0
  417. *
  418. * @private
  419. *
  420. * @returns {?SupportTests} Support tests, or null if not set or older than 1 week.
  421. */
  422. function getSessionSupportTests() {
  423. try {
  424. /** @type {SessionSupportTests} */
  425. var item = JSON.parse(
  426. sessionStorage.getItem( sessionStorageKey )
  427. );
  428. if (
  429. typeof item === 'object' &&
  430. typeof item.timestamp === 'number' &&
  431. new Date().valueOf() < item.timestamp + 604800 && // Note: Number is a week in seconds.
  432. typeof item.supportTests === 'object'
  433. ) {
  434. return item.supportTests;
  435. }
  436. } catch ( e ) {}
  437. return null;
  438. }
  439.  
  440. /**
  441. * Persist the supports in session storage.
  442. *
  443. * @since 6.3.0
  444. *
  445. * @private
  446. *
  447. * @param {SupportTests} supportTests Support tests.
  448. */
  449. function setSessionSupportTests( supportTests ) {
  450. try {
  451. /** @type {SessionSupportTests} */
  452. var item = {
  453. supportTests: supportTests,
  454. timestamp: new Date().valueOf()
  455. };
  456.  
  457. sessionStorage.setItem(
  458. sessionStorageKey,
  459. JSON.stringify( item )
  460. );
  461. } catch ( e ) {}
  462. }
  463.  
  464. /**
  465. * Checks if two sets of Emoji characters render the same visually.
  466. *
  467. * This function may be serialized to run in a Worker. Therefore, it cannot refer to variables from the containing
  468. * scope. Everything must be passed by parameters.
  469. *
  470. * @since 4.9.0
  471. *
  472. * @private
  473. *
  474. * @param {CanvasRenderingContext2D} context 2D Context.
  475. * @param {string} set1 Set of Emoji to test.
  476. * @param {string} set2 Set of Emoji to test.
  477. *
  478. * @return {boolean} True if the two sets render the same.
  479. */
  480. function emojiSetsRenderIdentically( context, set1, set2 ) {
  481. // Cleanup from previous test.
  482. context.clearRect( 0, 0, context.canvas.width, context.canvas.height );
  483. context.fillText( set1, 0, 0 );
  484. var rendered1 = new Uint32Array(
  485. context.getImageData(
  486. 0,
  487. 0,
  488. context.canvas.width,
  489. context.canvas.height
  490. ).data
  491. );
  492.  
  493. // Cleanup from previous test.
  494. context.clearRect( 0, 0, context.canvas.width, context.canvas.height );
  495. context.fillText( set2, 0, 0 );
  496. var rendered2 = new Uint32Array(
  497. context.getImageData(
  498. 0,
  499. 0,
  500. context.canvas.width,
  501. context.canvas.height
  502. ).data
  503. );
  504.  
  505. return rendered1.every( function ( rendered2Data, index ) {
  506. return rendered2Data === rendered2[ index ];
  507. } );
  508. }
  509.  
  510. /**
  511. * Determines if the browser properly renders Emoji that Twemoji can supplement.
  512. *
  513. * This function may be serialized to run in a Worker. Therefore, it cannot refer to variables from the containing
  514. * scope. Everything must be passed by parameters.
  515. *
  516. * @since 4.2.0
  517. *
  518. * @private
  519. *
  520. * @param {CanvasRenderingContext2D} context 2D Context.
  521. * @param {string} type Whether to test for support of "flag" or "emoji".
  522. * @param {Function} emojiSetsRenderIdentically Reference to emojiSetsRenderIdentically function, needed due to minification.
  523. *
  524. * @return {boolean} True if the browser can render emoji, false if it cannot.
  525. */
  526. function browserSupportsEmoji( context, type, emojiSetsRenderIdentically ) {
  527. var isIdentical;
  528.  
  529. switch ( type ) {
  530. case 'flag':
  531. /*
  532. * Test for Transgender flag compatibility. Added in Unicode 13.
  533. *
  534. * To test for support, we try to render it, and compare the rendering to how it would look if
  535. * the browser doesn't render it correctly (white flag emoji + transgender symbol).
  536. */
  537. isIdentical = emojiSetsRenderIdentically(
  538. context,
  539. '\uD83C\uDFF3\uFE0F\u200D\u26A7\uFE0F', // as a zero-width joiner sequence
  540. '\uD83C\uDFF3\uFE0F\u200B\u26A7\uFE0F' // separated by a zero-width space
  541. );
  542.  
  543. if ( isIdentical ) {
  544. return false;
  545. }
  546.  
  547. /*
  548. * Test for UN flag compatibility. This is the least supported of the letter locale flags,
  549. * so gives us an easy test for full support.
  550. *
  551. * To test for support, we try to render it, and compare the rendering to how it would look if
  552. * the browser doesn't render it correctly ([U] + [N]).
  553. */
  554. isIdentical = emojiSetsRenderIdentically(
  555. context,
  556. '\uD83C\uDDFA\uD83C\uDDF3', // as the sequence of two code points
  557. '\uD83C\uDDFA\u200B\uD83C\uDDF3' // as the two code points separated by a zero-width space
  558. );
  559.  
  560. if ( isIdentical ) {
  561. return false;
  562. }
  563.  
  564. /*
  565. * Test for English flag compatibility. England is a country in the United Kingdom, it
  566. * does not have a two letter locale code but rather a five letter sub-division code.
  567. *
  568. * To test for support, we try to render it, and compare the rendering to how it would look if
  569. * the browser doesn't render it correctly (black flag emoji + [G] + [B] + [E] + [N] + [G]).
  570. */
  571. isIdentical = emojiSetsRenderIdentically(
  572. context,
  573. // as the flag sequence
  574. '\uD83C\uDFF4\uDB40\uDC67\uDB40\uDC62\uDB40\uDC65\uDB40\uDC6E\uDB40\uDC67\uDB40\uDC7F',
  575. // with each code point separated by a zero-width space
  576. '\uD83C\uDFF4\u200B\uDB40\uDC67\u200B\uDB40\uDC62\u200B\uDB40\uDC65\u200B\uDB40\uDC6E\u200B\uDB40\uDC67\u200B\uDB40\uDC7F'
  577. );
  578.  
  579. return ! isIdentical;
  580. case 'emoji':
  581. /*
  582. * Four and twenty blackbirds baked in a pie.
  583. *
  584. * To test for Emoji 15.0 support, try to render a new emoji: Blackbird.
  585. *
  586. * The Blackbird is a ZWJ sequence combining 🐦 Bird and ⬛ large black square.,
  587. *
  588. * 0x1F426 (\uD83D\uDC26) == Bird
  589. * 0x200D == Zero-Width Joiner (ZWJ) that links the code points for the new emoji or
  590. * 0x200B == Zero-Width Space (ZWS) that is rendered for clients not supporting the new emoji.
  591. * 0x2B1B == Large Black Square
  592. *
  593. * When updating this test for future Emoji releases, ensure that individual emoji that make up the
  594. * sequence come from older emoji standards.
  595. */
  596. isIdentical = emojiSetsRenderIdentically(
  597. context,
  598. '\uD83D\uDC26\u200D\u2B1B', // as the zero-width joiner sequence
  599. '\uD83D\uDC26\u200B\u2B1B' // separated by a zero-width space
  600. );
  601.  
  602. return ! isIdentical;
  603. }
  604.  
  605. return false;
  606. }
  607.  
  608. /**
  609. * Checks emoji support tests.
  610. *
  611. * This function may be serialized to run in a Worker. Therefore, it cannot refer to variables from the containing
  612. * scope. Everything must be passed by parameters.
  613. *
  614. * @since 6.3.0
  615. *
  616. * @private
  617. *
  618. * @param {string[]} tests Tests.
  619. * @param {Function} browserSupportsEmoji Reference to browserSupportsEmoji function, needed due to minification.
  620. * @param {Function} emojiSetsRenderIdentically Reference to emojiSetsRenderIdentically function, needed due to minification.
  621. *
  622. * @return {SupportTests} Support tests.
  623. */
  624. function testEmojiSupports( tests, browserSupportsEmoji, emojiSetsRenderIdentically ) {
  625. var canvas;
  626. if (
  627. typeof WorkerGlobalScope !== 'undefined' &&
  628. self instanceof WorkerGlobalScope
  629. ) {
  630. canvas = new OffscreenCanvas( 300, 150 ); // Dimensions are default for HTMLCanvasElement.
  631. } else {
  632. canvas = document.createElement( 'canvas' );
  633. }
  634.  
  635. var context = canvas.getContext( '2d', { willReadFrequently: true } );
  636.  
  637. /*
  638. * Chrome on OS X added native emoji rendering in M41. Unfortunately,
  639. * it doesn't work when the font is bolder than 500 weight. So, we
  640. * check for bold rendering support to avoid invisible emoji in Chrome.
  641. */
  642. context.textBaseline = 'top';
  643. context.font = '600 32px Arial';
  644.  
  645. var supports = {};
  646. tests.forEach( function ( test ) {
  647. supports[ test ] = browserSupportsEmoji( context, test, emojiSetsRenderIdentically );
  648. } );
  649. return supports;
  650. }
  651.  
  652. /**
  653. * Adds a script to the head of the document.
  654. *
  655. * @ignore
  656. *
  657. * @since 4.2.0
  658. *
  659. * @param {string} src The url where the script is located.
  660. *
  661. * @return {void}
  662. */
  663. function addScript( src ) {
  664. var script = document.createElement( 'script' );
  665. script.src = src;
  666. script.defer = true;
  667. document.head.appendChild( script );
  668. }
  669.  
  670. settings.supports = {
  671. everything: true,
  672. everythingExceptFlag: true
  673. };
  674.  
  675. // Create a promise for DOMContentLoaded since the worker logic may finish after the event has fired.
  676. var domReadyPromise = new Promise( function ( resolve ) {
  677. document.addEventListener( 'DOMContentLoaded', resolve, {
  678. once: true
  679. } );
  680. } );
  681.  
  682. // Obtain the emoji support from the browser, asynchronously when possible.
  683. new Promise( function ( resolve ) {
  684. var supportTests = getSessionSupportTests();
  685. if ( supportTests ) {
  686. resolve( supportTests );
  687. return;
  688. }
  689.  
  690. if ( supportsWorkerOffloading() ) {
  691. try {
  692. // Note that the functions are being passed as arguments due to minification.
  693. var workerScript =
  694. 'postMessage(' +
  695. testEmojiSupports.toString() +
  696. '(' +
  697. [
  698. JSON.stringify( tests ),
  699. browserSupportsEmoji.toString(),
  700. emojiSetsRenderIdentically.toString()
  701. ].join( ',' ) +
  702. '));';
  703. var blob = new Blob( [ workerScript ], {
  704. type: 'text/javascript'
  705. } );
  706. var worker = new Worker( URL.createObjectURL( blob ), { name: 'wpTestEmojiSupports' } );
  707. worker.onmessage = function ( event ) {
  708. supportTests = event.data;
  709. setSessionSupportTests( supportTests );
  710. worker.terminate();
  711. resolve( supportTests );
  712. };
  713. return;
  714. } catch ( e ) {}
  715. }
  716.  
  717. supportTests = testEmojiSupports( tests, browserSupportsEmoji, emojiSetsRenderIdentically );
  718. setSessionSupportTests( supportTests );
  719. resolve( supportTests );
  720. } )
  721. // Once the browser emoji support has been obtained from the session, finalize the settings.
  722. .then( function ( supportTests ) {
  723. /*
  724. * Tests the browser support for flag emojis and other emojis, and adjusts the
  725. * support settings accordingly.
  726. */
  727. for ( var test in supportTests ) {
  728. settings.supports[ test ] = supportTests[ test ];
  729.  
  730. settings.supports.everything =
  731. settings.supports.everything && settings.supports[ test ];
  732.  
  733. if ( 'flag' !== test ) {
  734. settings.supports.everythingExceptFlag =
  735. settings.supports.everythingExceptFlag &&
  736. settings.supports[ test ];
  737. }
  738. }
  739.  
  740. settings.supports.everythingExceptFlag =
  741. settings.supports.everythingExceptFlag &&
  742. ! settings.supports.flag;
  743.  
  744. // Sets DOMReady to false and assigns a ready function to settings.
  745. settings.DOMReady = false;
  746. settings.readyCallback = function () {
  747. settings.DOMReady = true;
  748. };
  749. } )
  750. .then( function () {
  751. return domReadyPromise;
  752. } )
  753. .then( function () {
  754. // When the browser can not render everything we need to load a polyfill.
  755. if ( ! settings.supports.everything ) {
  756. settings.readyCallback();
  757.  
  758. var src = settings.source || {};
  759.  
  760. if ( src.concatemoji ) {
  761. addScript( src.concatemoji );
  762. } else if ( src.wpemoji && src.twemoji ) {
  763. addScript( src.twemoji );
  764. addScript( src.wpemoji );
  765. }
  766. }
  767. } );
  768. } )( window, document, window._wpemojiSettings );
  769.  
  770. /* ]]> */
  771. </script>
  772. <link rel="stylesheet" id="flick-css" href="https://complexity.gg/wp-content/plugins/mailchimp/css/flick/flick.css?ver=6.5.2" type="text/css" media="all" />
  773. <link rel="stylesheet" id="mailchimpSF_main_css-css" href="https://complexity.gg/?mcsf_action=main_css&#038;ver=6.5.2" type="text/css" media="all" />
  774. <!--[if IE]>
  775. <link rel='stylesheet' id='mailchimpSF_ie_css-css' href='https://complexity.gg/wp-content/plugins/mailchimp/css/ie.css?ver=6.5.2' type='text/css' media='all' />
  776. <![endif]-->
  777. <style id="wp-emoji-styles-inline-css" type="text/css">
  778.  
  779. img.wp-smiley, img.emoji {
  780. display: inline !important;
  781. border: none !important;
  782. box-shadow: none !important;
  783. height: 1em !important;
  784. width: 1em !important;
  785. margin: 0 0.07em !important;
  786. vertical-align: -0.1em !important;
  787. background: none !important;
  788. padding: 0 !important;
  789. }
  790. </style>
  791. <link rel="preload" href="https://complexity.gg/wp-includes/css/dist/block-library/style.css?ver=6.5.2" as="style" onload="this.onload=null;this.rel='stylesheet'" />
  792. <noscript>
  793.     <link rel="stylesheet" href="https://complexity.gg/wp-includes/css/dist/block-library/style.css?ver=6.5.2">
  794.     </noscript>
  795. <style id="classic-theme-styles-inline-css" type="text/css">
  796. /**
  797. * These rules are needed for backwards compatibility.
  798. * They should match the button element rules in the base theme.json file.
  799. */
  800. .wp-block-button__link {
  801. color: #ffffff;
  802. background-color: #32373c;
  803. border-radius: 9999px; /* 100% causes an oval, but any explicit but really high value retains the pill shape. */
  804.  
  805. /* This needs a low specificity so it won't override the rules from the button element if defined in theme.json. */
  806. box-shadow: none;
  807. text-decoration: none;
  808.  
  809. /* The extra 2px are added to size solids the same as the outline versions.*/
  810. padding: calc(0.667em + 2px) calc(1.333em + 2px);
  811.  
  812. font-size: 1.125em;
  813. }
  814.  
  815. .wp-block-file__button {
  816. background: #32373c;
  817. color: #ffffff;
  818. text-decoration: none;
  819. }
  820.  
  821. </style>
  822. <style id="global-styles-inline-css" type="text/css">
  823. body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}body .is-layout-grid{display: grid;}body .is-layout-grid > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
  824. .wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;}
  825. :where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}
  826. :where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}
  827. .wp-block-pullquote{font-size: 1.5em;line-height: 1.6;}
  828. </style>
  829. <link rel="stylesheet" id="evcal_google_fonts-css" href="https://fonts.googleapis.com/css?family=Noto+Sans%3A400%2C400italic%2C700%7CPoppins%3A700%2C800%2C900&#038;subset=latin%2Clatin-ext&#038;ver=4.6.2" type="text/css" media="all" />
  830. <link rel="stylesheet" id="evcal_cal_default-css" href="//complexity.gg/wp-content/plugins/eventON/assets/css/eventon_styles.css?ver=4.6.2" type="text/css" media="all" />
  831. <link rel="stylesheet" id="evo_font_icons-css" href="//complexity.gg/wp-content/plugins/eventON/assets/fonts/all.css?ver=4.6.2" type="text/css" media="all" />
  832. <link rel="stylesheet" id="eventon_dynamic_styles-css" href="//complexity.gg/wp-content/plugins/eventON/assets/css/eventon_dynamic_styles.css?ver=4.6.2" type="text/css" media="all" />
  833. <script type="text/javascript" src="https://complexity.gg/wp-content/themes/complexity-games/jquery-3.6.1.min.js?ver=6.5.2" id="jquery-js"></script>
  834. <script type="text/javascript" src="https://complexity.gg/wp-content/plugins/mailchimp/js/scrollTo.js?ver=1.5.8" id="jquery_scrollto-js"></script>
  835. <script type="text/javascript" src="https://complexity.gg/wp-includes/js/jquery/jquery.form.js?ver=4.3.0" id="jquery-form-js"></script>
  836. <script type="text/javascript" id="mailchimpSF_main_js-js-extra">
  837. /* <![CDATA[ */
  838. var mailchimpSF = {"ajax_url":"https:\/\/complexity.gg\/"};
  839. /* ]]> */
  840. </script>
  841. <script type="text/javascript" src="https://complexity.gg/wp-content/plugins/mailchimp/js/mailchimp.js?ver=1.5.8" id="mailchimpSF_main_js-js"></script>
  842. <script type="text/javascript" src="https://complexity.gg/wp-includes/js/jquery/ui/core.js?ver=1.13.2" id="jquery-ui-core-js"></script>
  843. <script type="text/javascript" src="https://complexity.gg/wp-content/plugins/mailchimp/js/datepicker.js?ver=6.5.2" id="datepicker-js"></script>
  844. <script type="text/javascript" id="evo-inlinescripts-header-js-after">
  845. /* <![CDATA[ */
  846. jQuery(document).ready(function($){});
  847. /* ]]> */
  848. </script>
  849. <link rel="https://api.w.org/" href="https://complexity.gg/wp-json/" /><link rel="alternate" type="application/json" href="https://complexity.gg/wp-json/wp/v2/posts/47958" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://complexity.gg/xmlrpc.php?rsd" />
  850. <meta name="generator" content="WordPress 6.5.2" />
  851. <link rel="shortlink" href="https://complexity.gg/?p=47958" />
  852. <link rel="alternate" type="application/json+oembed" href="https://complexity.gg/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fcomplexity.gg%2Fthe-executives-20-challenges-of-founding-a-professional-team-w-genna-bain%2F" />
  853. <link rel="alternate" type="text/xml+oembed" href="https://complexity.gg/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fcomplexity.gg%2Fthe-executives-20-challenges-of-founding-a-professional-team-w-genna-bain%2F&#038;format=xml" />
  854. <script type="text/javascript">
  855.        jQuery(function($) {
  856.            $('.date-pick').each(function() {
  857.                var format = $(this).data('format') || 'mm/dd/yyyy';
  858.                format = format.replace(/yyyy/i, 'yy');
  859.                $(this).datepicker({
  860.                    autoFocusNextInput: true,
  861.                    constrainInput: false,
  862.                    changeMonth: true,
  863.                    changeYear: true,
  864.                    beforeShow: function(input, inst) { $('#ui-datepicker-div').addClass('show'); },
  865.                    dateFormat: format.toLowerCase(),
  866.                });
  867.            });
  868.            d = new Date();
  869.            $('.birthdate-pick').each(function() {
  870.                var format = $(this).data('format') || 'mm/dd';
  871.                format = format.replace(/yyyy/i, 'yy');
  872.                $(this).datepicker({
  873.                    autoFocusNextInput: true,
  874.                    constrainInput: false,
  875.                    changeMonth: true,
  876.                    changeYear: false,
  877.                    minDate: new Date(d.getFullYear(), 1-1, 1),
  878.                    maxDate: new Date(d.getFullYear(), 12-1, 31),
  879.                    beforeShow: function(input, inst) { $('#ui-datepicker-div').removeClass('show'); },
  880.                    dateFormat: format.toLowerCase(),
  881.                });
  882.  
  883.            });
  884.  
  885.        });
  886.    </script>
  887. <link rel="icon" href="https://cdn.complexity.gg/files/2021/08/12215748/cropped-logo_icon-32x32.png" sizes="32x32" />
  888. <link rel="icon" href="https://cdn.complexity.gg/files/2021/08/12215748/cropped-logo_icon-192x192.png" sizes="192x192" />
  889. <link rel="apple-touch-icon" href="https://cdn.complexity.gg/files/2021/08/12215748/cropped-logo_icon-180x180.png" />
  890. <meta name="msapplication-TileImage" content="https://cdn.complexity.gg/files/2021/08/12215748/cropped-logo_icon-270x270.png" />
  891. <style type="text/css" id="wp-custom-css">
  892. div#camp-table { all: none; }      
  893. div#camp-table table {
  894.        border-collapse: collapse;
  895.        width: 50%;
  896. margin: 0px auto;
  897. font-weight: 400;
  898. background: white;
  899.      }
  900.      div#camp-table tbody {
  901.        height: 150px;
  902. border: 25px solid #002b5d;
  903. border-left: none;
  904. border-radius: 25px;
  905.      }
  906.  
  907.      div#camp-table td {
  908.        border: 1px solid #002b5d;
  909.        padding: 5px;
  910. vertical-align: middle;
  911.      }
  912.  
  913.      div#camp-table td.day {
  914.        background: #002b5d;
  915.        color: white;
  916.        border-left: none;
  917.        border-right: none;
  918.        border-color: white;
  919.      }
  920.  
  921.      div#camp-table td.day span {
  922.        transform: rotate(90deg);
  923.        color: white;
  924.        white-space: nowrap;
  925.        display: block;
  926.        font-weight: bold;
  927.        font-size: 1.2em;
  928.      }
  929.  
  930.      div#camp-table td.segment {
  931.        font-weight: bold;
  932.        width: 250px;
  933. text-align: center;
  934. width: 25%;
  935.      }
  936.      div#camp-table td.segment span {
  937.        display: block;
  938.        text-transform: uppercase;
  939.        text-decoration: underline;
  940.        margin-bottom: 10px;
  941.      }
  942.      div#camp-table td[colspan="2"] {
  943.        background-color: rgb(211, 211, 211); text-align: center;
  944.      }
  945.  
  946. .simple-content strong {
  947. color: #272758 !important;
  948. }
  949. .responsive {  
  950. max-width: 800px;
  951. width: 100%;  
  952. height: auto;
  953. }
  954. .wowcontainer {  
  955. display: flex;  
  956. flex-wrap: wrap;  
  957. flex-direction: row;  
  958. align-content: stretch;
  959. justify-content: center;
  960. }
  961. .wowitem {  flex: 0 0 auto;  
  962. margin: 7px;
  963. }
  964.  
  965. .guide-author-container {
  966. display: flex;
  967. flex-wrap: wrap;
  968. flex-direction: row;
  969. justify-content: center;
  970. align-items: center;
  971. align-content: center;
  972. width: 50%;
  973. margin: 50px auto;
  974. }
  975.  
  976. .guide-author-logo {
  977. flex: 0 0 auto;
  978. margin: 10px;
  979. }
  980.  
  981. .guide-author-content {
  982. display: flex;
  983. flex-direction: column;
  984. width: 300px;
  985. }
  986.  
  987. .guide-author-content ul {
  988. list-style-type: none;
  989. margin: 0px auto;
  990. font-size: 18px;
  991. margin-bottom: 0 !important;
  992. }
  993.  
  994. .guide-author-content ul li {
  995. display: inline-block;
  996. width: 20px;
  997. }
  998.  
  999. .guide-author {
  1000. margin: 0 0 10px 0px;
  1001. padding: 0;
  1002. text-align: center;
  1003. margin-bottom: 0 !important;
  1004. padding-bottom: 0 !important;
  1005. }
  1006.  
  1007. .guide-author-thanks {
  1008. margin: 10px 0 0 0px;
  1009. text-align: center;
  1010. font-size: 13px;
  1011. }
  1012.  
  1013. .hq-container {
  1014. max-width: 960px;
  1015. margin: 25px auto 100px auto;
  1016. }
  1017.  
  1018. .hq-container .location {
  1019. margin-bottom: 75px;
  1020. }
  1021.  
  1022. .hq-container .flex {
  1023. text-align: left;
  1024. display: flex;
  1025.  flex-wrap: nowrap;
  1026.  flex-direction: row;
  1027.  justify-content: center;
  1028.  align-items: center;
  1029.  align-content: center;
  1030. }
  1031.  
  1032. .hq-container .flex-item {
  1033. flex: 1;
  1034.  margin: 10px;
  1035. }
  1036.  
  1037. .hq-container .content {
  1038. text-align: center;
  1039. }
  1040.  
  1041. .hq container .left {
  1042. text-align: left;
  1043. }
  1044.  
  1045. .hq-container .right {
  1046. text-align: right;
  1047. }
  1048.  
  1049. .hq-container img {
  1050. width: 95%;
  1051. max-width: 459px;
  1052. border: 1px solid #ccc;
  1053. -webkit-box-shadow: 2px 2px 5px 1px #e3e3e3;
  1054. box-shadow: 2px 2px 5px 1px #e3e3e3;
  1055. }
  1056.  
  1057. .hq-container .features {
  1058. background-color: #f1f1f1;
  1059. margin-bottom: 30px;
  1060. border: 1px solid #dbdbdb;
  1061. }
  1062.  
  1063. .hq-container .flex h6 {
  1064. font-weight: 700;
  1065.  line-height: 1.1;
  1066.  color: #303233;
  1067. font-size: 32px !important;
  1068. margin: 25px 0px 25px 0px;
  1069. }
  1070.  
  1071. .hq-container h5 {
  1072. line-height: 1;
  1073.    font-size: 10px;
  1074.    font-weight: 400;
  1075.    letter-spacing: 8px;
  1076.    text-transform: uppercase;
  1077.    margin: 0;
  1078.    padding-left: 3px;
  1079. margin-bottom: -10px;
  1080. }
  1081.  
  1082. .hq-container h4 {
  1083. font-size: 25px;
  1084. line-height: 25px;
  1085. margin-top: 10px;
  1086. margin-bottom: 25px;
  1087. }
  1088.  
  1089. .footer-disclaimer {
  1090. position: absolute;
  1091.    bottom: 0;
  1092.    left: 50%;
  1093.    -webkit-transform: translateX(-50%);
  1094.    transform: translateX(-50%);
  1095.    display: block;
  1096. font-size: 12px;
  1097. }
  1098.  
  1099. .lead {
  1100. width: 525px;
  1101. margin: 0px auto;
  1102. }
  1103.  
  1104. .lead .form-group {
  1105. display:flex;
  1106. margin: 15px 0px;
  1107. }
  1108.  
  1109. .lead .form-group label  {
  1110. flex: 1;
  1111. max-width: 125px;
  1112. width: 125px;
  1113. }
  1114.  
  1115. .lead .form-group input,
  1116. .lead .form-group textarea
  1117. {
  1118. flex: 1;
  1119.  max-width: 365px;
  1120. }
  1121.  
  1122. .lead .form-group textarea {
  1123. height: 140px;
  1124. }
  1125. .lead input[type="submit"] {
  1126. background: #002b5d !important;
  1127. color: white !important;
  1128. margin: 10px auto 30px auto;
  1129. display: block;
  1130. }
  1131.  
  1132. input:invalid,
  1133. textarea:invalid {
  1134. background: #fff !important;
  1135. }
  1136.  
  1137. .lead legend {
  1138. font-size:
  1139. }
  1140.  
  1141. .lead p { padding: 0 !important; }
  1142. .gform_required_legend { font-size: .7em; margin-bottom: 15px !important; }
  1143.  
  1144. div.staff-box {
  1145. display: flex;
  1146. gap: 10px;
  1147. height: 129px;
  1148. margin-bottom: 25px;
  1149. margin-top: 25px;
  1150. background: #EFEFEF;
  1151. width: 500px;
  1152. border-right: 3px solid #002b5d;
  1153. padding-left: 25px;
  1154. clear: both;
  1155. }
  1156.  
  1157. div.staff-box img { width: 129px; }
  1158.  
  1159. div.staff-box .staff-info { padding: 10px; display: flex; flex-direction: column;}
  1160.  
  1161. div.staff-info ul.social-menu {
  1162. width: 100%;
  1163. display: flex;
  1164. list-style-type: none;
  1165. margin: 0;
  1166. margin-top: -15px;
  1167. padding: 0;
  1168. }
  1169.  
  1170. div.staff-info ul.social-menu li {
  1171. width: 35px;
  1172. font-size: 25px;
  1173. cursor: pointer !important;
  1174. }
  1175.  
  1176. ul.social-menu li a { cursor: pointer;  }
  1177.  
  1178. div.staff-info h3 {
  1179. margin: 0;
  1180. padding: 0;
  1181. color: #002b5d;
  1182. font-size: 32px;
  1183. }
  1184.  
  1185. div.staff-info p {
  1186. margin: 0;
  1187. padding: 0;
  1188. }
  1189.  
  1190. div.staff-info h3>span.title {
  1191. display: block;
  1192. font-size: .4em;
  1193. color: grey;
  1194. line-height: .4em;
  1195. }
  1196.  
  1197. .staff-article .portrait { text-align: center; width: 500px; margin-top: -25px; }
  1198.  
  1199. .partners-item { position: relative; }
  1200. .partner-addon {
  1201. position: absolute;
  1202. bottom: 0;
  1203. left: 0;
  1204. display: block;
  1205. width: 100%;
  1206. background: #002b5d;
  1207. color: white;
  1208. height: 25px;
  1209. }
  1210. .partner-addon a { color: white; }
  1211.  
  1212. #newsletter { font-weight: 500; }
  1213.  
  1214. #newsletter .flex-container {
  1215.            display: flex;
  1216.            flex-direction: row;
  1217.            flex-wrap: wrap;
  1218.            justify-content: space-evenly;
  1219.            align-content: center;
  1220.            align-items: center;
  1221.        }
  1222.  
  1223. #newsletter .flex-item:nth-child(1) {
  1224.            order: 0;
  1225.            flex: 0 1 60%;
  1226.            align-self: auto;
  1227.        }
  1228.  
  1229. #newsletter .flex-item:nth-child(2) {
  1230.            order: 0;
  1231.            flex: 0 1 auto;
  1232.            align-self: auto;
  1233.        }
  1234. #newsletter input.flex-item {
  1235.            height: 35px;
  1236.            padding: 5px 5px 5px 10px;
  1237.            font-size: 20px;
  1238.            line-height: 20px;
  1239.            border: 1px solid black;
  1240.        }
  1241.        
  1242.        #newsletter input.flex-item:focus { border: 2px solid #002b5d !important; }
  1243.  
  1244. #newsletter .checkbox label { margin-left: 10px; color: white;  }
  1245.  
  1246. #newsletter .checkbox label a { font-weight: bold; }
  1247.  
  1248. #newsletter a { color: white; }
  1249.  
  1250. #newsletter ul { list-style-type: none; padding: 0; margin-top: 25px; text-align: left; color: white; }
  1251. #newsletter ul li { padding: 3px 0px; }
  1252. #newsletter #mc-embedded-subscribe { margin: 25px auto; text-align: center; background: #fff; color: #000;  padding: 5px 10px; font-size: 14px; line-height: 14px; display: block;  }
  1253.  
  1254.  
  1255. @media only screen
  1256.   and (max-width : 880px) {
  1257. #popup h1 {
  1258. font-size: 30px !important;
  1259. line-height: 35px !important;
  1260. }
  1261. #newsletter .flex-container {
  1262. flex-direction: column;
  1263. gap: 0;
  1264. }
  1265. .simple-content .simple-content-inn      {
  1266. padding: 10px 0px 30px !important;
  1267. }
  1268. }
  1269.    
  1270.  
  1271. #newsletter input[type=submit] { margin-top: 25px; }
  1272.  
  1273. #location {
  1274.        background: #000;
  1275.        display: block;
  1276.        padding: 25px;
  1277.        color: white !important;
  1278. border-radius: 25px;
  1279.      }
  1280.  
  1281. #location > * { color: white !important; }
  1282.  
  1283. #popup-information h6 {
  1284. font-size: 16px;
  1285. }
  1286.  
  1287. #popup {
  1288. background: black;
  1289. text-align: center;
  1290. border-radius: 25px;
  1291. padding: 10px;
  1292. border: 5px solid #e5e5e5;
  1293. }
  1294.  
  1295. #popup p {
  1296. color: white !important;
  1297. font-weight: 500;
  1298. }
  1299.  
  1300. #popup hr {
  1301.    height: 1px;
  1302.    border: none;
  1303.    background: -webkit-gradient(linear, 0 0, 100% 0, from(transparent), to(transparent), color-stop(50%, white));
  1304. margin: 15px 0px 15px 0;
  1305. padding: 0;
  1306. display:inline-block;
  1307. max-width: 600px;
  1308. width: 100%;
  1309. }
  1310.  
  1311. #popup h1 { margin-bottom: 5px; }
  1312. #popup h6, #popup h1 {
  1313. color: white !important;
  1314. line-height: 20px;
  1315. }
  1316.  
  1317. #popup h6 { font-size: 17px; }
  1318. #popup h6:not(:first-child) { margin-top: 15px; }
  1319.  
  1320. .UseyourDrive .button {
  1321. background: white !important;
  1322. color: black !important;
  1323. border-radius: 5px;
  1324. }
  1325.  
  1326. .UseyourDrive input {
  1327. background: #000;
  1328. color: white;
  1329. border: 1px solid white;
  1330. font-size: .8em;
  1331. padding: 5px;
  1332. }
  1333.  
  1334. .UseyourDrive .modal-content {
  1335. border: 1px solid white;
  1336. }
  1337.  
  1338. .UseyourDrive .nav-header {
  1339. justify-content: center;
  1340. }
  1341.  
  1342. .dairymax-container {
  1343. max-width: 850px;
  1344. margin: 0px auto;
  1345. text-align: justify;
  1346. }
  1347.  
  1348. .dairymax-container p {
  1349. font-size: 14px;
  1350. }
  1351.  
  1352. .dairymax-container .wrapper {
  1353.    display: flex;
  1354.    gap: 50px;
  1355.    align-items: center;
  1356.    text-align: justify;
  1357. }
  1358.  
  1359. .dairymax-container h2 {
  1360.    text-align: center;
  1361.    text-transform: uppercase;
  1362.    font-size: 28px;
  1363. line-height: 28px !important;
  1364.    color: #6F7578 !important;
  1365.  
  1366. }
  1367.  
  1368. .dairymax-container .video-wrapper {
  1369.    width: 700px;
  1370.    height: 400px;
  1371.  
  1372.    margin: 0px auto;
  1373.  
  1374.    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.25);
  1375.    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.25);
  1376.    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.25);
  1377.  
  1378. }
  1379.  
  1380. .dairymax-container .v-iframe {
  1381. width: auto !important;
  1382. }
  1383.  
  1384. .dairymax-container .v-iframe iframe {
  1385. max-width: 700px !important;
  1386. max-height: calc(700px / (16/9)) !important;
  1387. }
  1388.  
  1389. .dairymax-container .btn {
  1390.    width: 198px;
  1391.    display: inline-block;
  1392.    background: rgba(0,0,0,0);
  1393.    margin: 2px 0;
  1394.    padding: 0;
  1395.    height: auto;
  1396.    text-align: center;
  1397.    font-size: 10px;
  1398.    line-height: 21px;
  1399.    font-weight: 600;
  1400.    font-family: "geom-graphic",sans-serif;
  1401.    text-transform: uppercase;
  1402.    position: relative;
  1403.    -webkit-transition: all ease-in-out;
  1404.    -webkit-transition-delay: .3s;
  1405.    transition: all ease-in-out .3s;
  1406.    
  1407. }
  1408.  
  1409. .btn.white {
  1410.    color: #fff;
  1411. }
  1412.  
  1413. .dairymax-container .btn svg {
  1414.    height: 100%;
  1415.    width: 100%;
  1416.    display: block;
  1417. }
  1418.  
  1419. .dairymax-container .btn span {
  1420.    position: absolute;
  1421.    z-index: 1;
  1422.    width: 100%;
  1423.    height: auto;
  1424.    left: 0;
  1425.    top: 50%;
  1426.    -webkit-transform: translateY(-50%);
  1427.    transform: translateY(-50%);
  1428. }
  1429.  
  1430. .dairymax-container .point .point-blurb {
  1431.    display: flex;
  1432.    max-width: 700px;
  1433.    margin: 0px auto;
  1434. justify-content: center;
  1435. align-items:center;
  1436. }
  1437.  
  1438. .dairymax-container .point .point-text {
  1439.    display: flex;
  1440.    flex-direction: column;
  1441.    justify-content: center;
  1442. }
  1443.  
  1444. .dairymax-container .gap {
  1445. gap: 25px;
  1446. }
  1447.  
  1448. .dairymax-container .point h4 { font-size: 28px; color: #6F7578; }
  1449. .dairymax-container .point p { font-size: 14px; }
  1450. .dairymax-container .squarebtn {
  1451.    width: 148px;
  1452.    background: #002B5D;
  1453.    text-transform: uppercase;
  1454.    line-height: 40px;
  1455.    text-align: center;
  1456.    color: white;
  1457.    font-size: 12px;
  1458.    padding: 0px 20px;
  1459. }
  1460.  
  1461. .squarebtn a { color: white; display: block; }
  1462.  
  1463. .dairymax-container .point-image {
  1464. display: flex;
  1465. flex-direction: column;
  1466. align-items: center;
  1467. }
  1468.  
  1469. section { margin: 50px auto; }
  1470.  
  1471. .dairymax-container .lag h3 {
  1472.    background: #002B5D;
  1473.    padding: 50px 0px 90px 0px;
  1474.    text-align: center;
  1475.    text-transform: uppercase;
  1476.    color: white;
  1477.    font-size: 28px;
  1478.    left: 50%;
  1479.  right: 50%;
  1480.  margin-left: -50vw;
  1481.  margin-right: -50vw;
  1482. }
  1483.  
  1484. .lag h3 span {
  1485.    width: 390px;
  1486.    display: block;
  1487.    margin: 0px auto;
  1488.  }
  1489.  
  1490. .dairymax-container .grid {
  1491.    display: flex;
  1492.    justify-content: space-between;
  1493.    margin-top: -85px;
  1494. margin-bottom: 40px;
  1495. }
  1496.  
  1497. .dairymax-container .grid > .grid-item a {
  1498.    display:flex;
  1499.    flex-direction: column;
  1500. }
  1501.  
  1502. .dairymax-container .grid .grid-item span {
  1503.    width: 100%;
  1504.    text-align: center;
  1505.    background:#002B5D;
  1506.    text-transform: uppercase;
  1507.    color: white;
  1508.    padding: 5px 0px;
  1509.    font-size: 12px;
  1510.    font-weight: bold;
  1511. }
  1512.  
  1513. .dairymax-container .tournament img.tournament {
  1514.  max-width: 700px;
  1515. text-align:center;
  1516. display:block;
  1517. margin: 40px auto;
  1518. }
  1519.  
  1520. .dairymax-container .tournament ul {
  1521. margin-left: 15px;
  1522. margin-top: 10px;
  1523. }
  1524. .dairymax-container .tournament ul li {
  1525. font-size: 12px;
  1526. }
  1527.  
  1528. .dairymax-container .text-right { text-align: right; }
  1529.  
  1530. .dairymax-container .text-left { text-align: left; }
  1531.  
  1532. @media only screen
  1533. and (max-width : 880px) {
  1534. .dairymax-container { padding: 15px; }
  1535. .dairymax-container,
  1536. .text-left,
  1537. .text-right
  1538. {
  1539. text-align: center !important;
  1540. }
  1541. .dairymax-container .tournament ul {
  1542. display: inline-block;
  1543.    text-align: left;
  1544. }
  1545. .dairymax-container .wrapper,
  1546. .point-blurb, .point-text {
  1547. flex-direction: column;
  1548. }
  1549. .flex2 { order: 2; }
  1550. .grid {
  1551. flex-wrap: wrap;
  1552. gap: 10px;
  1553. justify-content: center !important;  
  1554. }
  1555. .grid-item { width: 30%; }
  1556. .dairymax-container .protein .squarebtn { margin: auto; }
  1557. .dairymax-container .video-wrapper {
  1558. width: fit-content !important;
  1559. height: fit-content !important;
  1560. }
  1561. .video-wrapper iframe {
  1562. width: 375px;
  1563. height: 211px;
  1564. }
  1565. div#camp-table table {
  1566.        width: 100%;
  1567.      }
  1568. }
  1569. </style>
  1570. </head>
  1571. <body class="post-template-default single single-post postid-47958 single-format-standard">
  1572.  
  1573. <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TP9RWGX"
  1574. height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
  1575. <div class="loader"><img src="https://complexity.gg/wp-content/themes/complexity-games/img/logo.png" alt /></div>
  1576. <div class="wrapper">
  1577. <header class="header">
  1578. <div class="header-top">
  1579. <div class="logo-wrap">
  1580. <a class="logo" href="https://complexity.gg" title="Complexity Gaming">
  1581. <picture>
  1582. <source media="(max-width: 1024px)" srcset="https://cdn.complexity.gg/files/2019/05/12220326/Blue-Horizontal-Logo.png">
  1583. <source media="(min-width: 1025px)" srcset="https://cdn.complexity.gg/files/2023/06/07132521/COL20-Navy_Website-2.png">
  1584. <img src="https://cdn.complexity.gg/files/2023/06/07132521/COL20-Navy_Website-2.png" alt="Complexity Gaming">
  1585. </picture>
  1586. </a>
  1587. </div>
  1588. <div class="hamburgermenu">
  1589. <span></span>
  1590. <span></span>
  1591. <span></span>
  1592. <span></span>
  1593. </div>
  1594. </div>
  1595. <div class="header-bottom">
  1596. <div class="header-bottom-inn fw">
  1597. <nav class="nav">
  1598. <ul id="menu-header-left-navigation" class="mainmenu menu-left"><li id="menu-item-44204" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-44204"><a href="https://complexity.gg/">Home</a></li>
  1599. <li id="menu-item-50274" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-50274"><a href="https://www.twitch.tv/team/complexity">COL TV</a></li>
  1600. <li id="menu-item-50243" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-50243"><a href="http://shop.complexity.gg">Shop ᴺᴱᵂ</a></li>
  1601. </ul> <ul id="menu-header-right-navigation" class="mainmenu menu-right"><li id="menu-item-44207" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-44207"><a>Team</a>
  1602. <ul class="sub-menu">
  1603. <li id="menu-item-44211" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-44211"><a href="https://complexity.gg/teams/counter-strike/">COUNTER-STRIKE</a></li>
  1604. <li id="menu-item-51974" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-51974"><a href="https://complexity.gg/teams/rocket-league/">ROCKET LEAGUE</a></li>
  1605. <li id="menu-item-52052" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-52052"><a href="https://complexity.gg/teams/halo/">HALO</a></li>
  1606. <li id="menu-item-44213" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-44213"><a href="https://complexity.gg/teams/madden/">MADDEN</a></li>
  1607. <li id="menu-item-44219" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-44219"><a href="https://complexity.gg/teams/content-creators/">Content Creators</a></li>
  1608. </ul>
  1609. </li>
  1610. <li id="menu-item-44220" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-44220"><a href="https://complexity.gg/about/">About</a>
  1611. <ul class="sub-menu">
  1612. <li id="menu-item-44222" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-44222"><a href="https://complexity.gg/about/">Complexity</a></li>
  1613. <li id="menu-item-44221" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-44221"><a href="https://complexity.gg/about/partners/">Partners</a></li>
  1614. <li id="menu-item-44223" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-44223"><a href="https://complexity.gg/staff/">Staff</a></li>
  1615. <li id="menu-item-50382" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-50382"><a href="https://complexity.gg/achievements/">Achievements</a></li>
  1616. <li id="menu-item-51930" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-51930"><a href="https://complexity.gg/headquarters/">Headquarters</a></li>
  1617. </ul>
  1618. </li>
  1619. <li id="menu-item-44224" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-44224"><a href="https://complexity.gg/media/">Media</a>
  1620. <ul class="sub-menu">
  1621. <li id="menu-item-44226" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-44226"><a href="https://complexity.gg/media/">News</a></li>
  1622. <li id="menu-item-44225" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-44225"><a href="https://complexity.gg/media/galleries/">Galleries</a></li>
  1623. </ul>
  1624. </li>
  1625. </ul> </nav>
  1626. </div>
  1627. <h6 class="hdr-tag"><a href="https://twitter.com/hashtag/WeAreCOL" target="_blank">#WEARECOL</a></h6>
  1628. <ul class="header-social-menu">
  1629. <li><a href="https://www.youtube.com/compLexityGaming" target="_blank"><i class="fab fa-brands fa-youtube"></i></a></li>
  1630. <li><a href="https://instagram.com/complexitygaming/" target="_blank"><i class="fab fa-brands fa-instagram"></i></a></li>
  1631. <li><a href="https://twitter.com/compLexity" target="_blank"><i class="fab fa-brands fa-twitter"></i></a></li>
  1632. <li><a href="https://www.facebook.com/Complexity" target="_blank"><i class="fab fa-brands fa-facebook"></i></a></li>
  1633. <li><a href="http://discord.gg/compLexity" target="_blank"><i class="fab fa-brands fa-discord"></i></a></li>
  1634. <li><a href="http://www.twitch.tv/team/complexity" target="_blank"><i class="fab fa-brands fa-twitch"></i></a></li>
  1635. <li><a href="https://www.tiktok.com/@complexity" target="_blank"><i class="fab fa-brands fa-tiktok"></i></a></li>
  1636. </ul>
  1637. </div>
  1638. <div class="menu-overlay"></div>
  1639. </header>
  1640. <div class="container"><div id="full-width-background"><link rel="preload" href="https://complexity.gg/wp-content/themes/complexity-games/css/full-width-background.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
  1641. <noscript><link rel="stylesheet" href="https://complexity.gg/wp-content/themes/complexity-games/css/full-width-background.css"></noscript><link rel="preload" href="https://complexity.gg/wp-content/themes/complexity-games/css/full-width-background-1024.css" media="(min-width: 1024px)" as="style" onload="this.onload=null;this.rel='stylesheet'">
  1642. <noscript><link rel="stylesheet" href="https://complexity.gg/wp-content/themes/complexity-games/css/full-width-background-1024.css" media="(min-width: 1024px)"></noscript></div><div id="simple-content"><link rel="preload" href="https://complexity.gg/wp-content/themes/complexity-games/css/simple-content.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
  1643. <noscript><link rel="stylesheet" href="https://complexity.gg/wp-content/themes/complexity-games/css/simple-content.css"></noscript><link rel="preload" href="https://complexity.gg/wp-content/themes/complexity-games/css/simple-content-1024.css" media="(min-width: 1024px)" as="style" onload="this.onload=null;this.rel='stylesheet'">
  1644. <noscript><link rel="stylesheet" href="https://complexity.gg/wp-content/themes/complexity-games/css/simple-content-1024.css" media="(min-width: 1024px)"></noscript><div class="simple-content">
  1645. <div class="simple-content-inn">
  1646. <h2 class="blog-title-centered">The Executives #20: Challenges of Founding a Professional Team w/ Genna Bain</h2>
  1647. <h6 class="blog-meta-centered">BY Andrew Miesner / October 9, 2012</h6>
  1648. <h3>VOD</h3>
  1649. <p style="text-align: center;"><iframe src="http://www.youtube.com/embed/45Y46UkAj24" width="560" height="315"></iframe></p>
  1650. <h3>The Executives #20: Challenges of Founding a Professional Team w/ Genna Bain</h3>
  1651. <p>Complexity Gaming and Team Dignitas, in conjunction with Sound Blaster, are proud to present the next episode of a new live show hosted by Jason Lake and Michael O`Dell:&nbsp;<a href="/news/3401/">The Executives: The Business of Gaming</a>&nbsp;#20: Challenges of Founding a Professional Team w/ Genna Bain.</p>
  1652. <p>Tomorrow (Wednesday) at 1:00 PM EST your hosts will be joined by news anchor Patrick &#8220;Chobopeon&#8221; O`Neill to discuss the business side of recent events. This week&#8217;s episode will feature Genna Bain, the Team Owner of Axiom eSports, CEO of CynicalBrit and wife of TotalBiscuit. Genna will be on the show to discuss the business of founding a professional gaming team.</p>
  1653. <p>The Executives&#8217; goal is to educate the next generation of business leaders and facilitate an open discussion about the opportunities and challenges facing the eSports business today.</p>
  1654. <p>You can tune in at&nbsp;<a href="http://www.twitch.tv/complexity" target="_blank" rel="noopener noreferrer">www.twitch.tv/compLexity</a>.</p>
  1655. <p>&nbsp;</p>
  1656. <p style="text-align: center;">
  1657. <object width="575" height="400" data="http://www.twitch.tv/widgets/live_embed_player.swf" type="application/x-shockwave-flash"><param name="id" value="live_embed_player_flash" /><param name="bgcolor" value="#000000" /><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="allowNetworking" value="all" /><param name="flashvars" value="hostname=www.twitch.tv&amp;channel=complexity&amp;auto_play=false&amp;start_volume=25" /><param name="src" value="http://www.twitch.tv/widgets/live_embed_player.swf" /></object>
  1658. </p>
  1659. <p>&nbsp;</p>
  1660. <p>VOD: All VODs will be hosted&nbsp;<a href="http://www.youtube.com/playlist?list=PL9DB6E32981EE9255">HERE</a>.</p>
  1661. <p>MP3: TBD&nbsp;|&nbsp;<a href="http://itunes.apple.com/us/podcast/the-executives/id506803276" target="_blank" rel="noopener noreferrer">iTunes</a></p>
  1662. <p>Direct MP3&nbsp;RSS: <a href="/dummywp/?feed=podcast" target="_blank" rel="noopener noreferrer">Here</a></p>
  1663. <p>Official Team Liquid Thread:&nbsp;<a href="http://www.teamliquid.net/forum/viewmessage.php?topic_id=316653">HERE</a></p>
  1664. <p>&nbsp;</p>
  1665. <p><strong>Future Guest Lineup (subject to change):</strong></p>
  1666. <ul>
  1667. <li>TBA</li>
  1668. </ul>
  1669. <p>&nbsp;</p>
  1670. <p>Always feel free to share your news, show ideas and questions with our crew.</p>
  1671. <p><strong>Contacts:</strong></p>
  1672. <ul>
  1673. <li>Jason &#8220;1&#8221; Lake, Founder &amp; CEO, Complexity Gaming. @coL_Lake</li>
  1674. <li>Michael &#8220;Odee&#8221; O`Dell, Founder &amp; Managing Director, Team Dignitas. @dignitasODEE</li>
  1675. <li>Patrick &#8220;Chobopeon&#8221; O`Neill, eSports journalist and news anchor. @chobopeon</li>
  1676. <li>Simon &#8220;Sympatico&#8221; Abitbol, Stream Producer. @SympaticoTV</li>
  1677. </ul>
  1678. <p>&nbsp;</p>
  1679. <h3 style="text-align: center;">compLexity Gaming: YOUR source for professional gaming news and entertainment!</h3>
  1680. </div>
  1681. </div>
  1682. </div> <div class="share-bio">
  1683. <h6>Share this post</h6>
  1684. <ul class="share-menu">
  1685. <li><a href="http://www.facebook.com/share.php?u=https%3A%2F%2Fcomplexity.gg%2Fthe-executives-20-challenges-of-founding-a-professional-team-w-genna-bain%2F" target="_blank" title="Twitter"><i class="fab fa-twitter"></i></a></li>
  1686. <li><a href="https://twitter.com/share?url=https%3A%2F%2Fcomplexity.gg%2Fthe-executives-20-challenges-of-founding-a-professional-team-w-genna-bain%2F&text=The+Executives+%2320%3A+Challenges+of+Founding+a+Professional+Team+w%2F+Genna+Bain" target="_blank" title="Facebook"><i class="fab fa-facebook-f"></i></a></li>
  1687. </ul>
  1688. </div>
  1689. </div>
  1690. <footer class="footer">
  1691. <div class="footer-inn">
  1692. <a class="footer-logo" href="https://complexity.gg" title="Complexity Gaming">
  1693. <picture>
  1694. <source media="(max-width: 1024px)" srcset="https://complexity.gg/wp-content/themes/complexity-games/img/footer-logo-mobile.png">
  1695. <source media="(min-width: 1025px)" srcset="https://cdn.complexity.gg/files/2019/04/12223041/footer-logo.png">
  1696. <img src="https://cdn.complexity.gg/files/2023/06/07132521/COL20-Navy_Website-2.png" alt="Complexity Gaming">
  1697. </picture>
  1698. </a>
  1699. <div class="footer-menu-wrap">
  1700. <ul id="menu-footer-left-quick-links" class="footer-menu fmenu-left"><li id="menu-item-44227" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-44227"><a href="https://complexity.gg/">Home</a></li>
  1701. <li id="menu-item-44230" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-44230"><a href="https://complexity.gg/teams/">Teams</a></li>
  1702. <li id="menu-item-50247" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-50247"><a href="http://shop.complexity.gg">Shop ᴺᴱᵂ</a></li>
  1703. <li id="menu-item-44228" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-44228"><a href="https://complexity.gg/about/">About</a></li>
  1704. </ul><ul id="menu-footer-right-quick-links" class="footer-menu fmenu-right"><li id="menu-item-44233" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-44233"><a href="https://complexity.gg/media/">Media</a></li>
  1705. <li id="menu-item-50275" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-50275"><a href="https://www.twitch.tv/team/complexity">COL TV</a></li>
  1706. <li id="menu-item-44231" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-44231"><a href="https://complexity.gg/careers/">Careers</a></li>
  1707. <li id="menu-item-44234" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-44234"><a href="https://complexity.gg/staff/">Staff</a></li>
  1708. </ul> </div>
  1709. <h6 class="ftr-tag"><a href="https://twitter.com/hashtag/WeAreCOL" target="_blank">#WEARECOL</a></h6>
  1710. <ul class="footer-social-menu">
  1711. <li><a href="https://www.youtube.com/compLexityGaming" target="_blank"><i class="fab fa-brands fa-youtube"></i></a></li>
  1712. <li><a href="https://instagram.com/complexitygaming/" target="_blank"><i class="fab fa-brands fa-instagram"></i></a></li>
  1713. <li><a href="https://twitter.com/compLexity" target="_blank"><i class="fab fa-brands fa-twitter"></i></a></li>
  1714. <li><a href="https://www.facebook.com/Complexity" target="_blank"><i class="fab fa-brands fa-facebook"></i></a></li>
  1715. <li><a href="http://discord.gg/compLexity" target="_blank"><i class="fab fa-brands fa-discord"></i></a></li>
  1716. <li><a href="http://www.twitch.tv/team/complexity" target="_blank"><i class="fab fa-brands fa-twitch"></i></a></li>
  1717. <li><a href="https://www.tiktok.com/@complexity" target="_blank"><i class="fab fa-brands fa-tiktok"></i></a></li>
  1718. </ul>
  1719. <span style="position: absolute; right: 0; bottom: 40px; bottom: 72px; font-size: 13px;"><a href="https://complexity.gg/privacy-policy/">Privacy Policy</a></span>
  1720. </div>
  1721. </footer>
  1722. </div>
  1723. <script type="text/javascript" alt="evo_map_styles">
  1724. /*<![CDATA[*/
  1725. var gmapstyles = 'default';
  1726. /* ]]> */
  1727. </script>
  1728. <div class="evo_elms"><em class="evo_tooltip_box"></em></div><div id="evo_global_data" data-d="{&quot;calendars&quot;:[]}"></div><div id="evo_lightboxes" class="evo_lightboxes" style="display:none"> <div class="evo_lightbox eventcard eventon_events_list" id>
  1729. <div class="evo_content_in">
  1730. <div class="evo_content_inin">
  1731. <div class="evo_lightbox_content">
  1732. <div class="evo_lb_closer">
  1733. <span class="evolbclose ">X</span>
  1734. </div>
  1735. <div class="evo_lightbox_body eventon_list_event evo_pop_body evcal_eventcard"> </div>
  1736. </div>
  1737. </div>
  1738. </div>
  1739. </div>
  1740. </div><style id="core-block-supports-inline-css" type="text/css">
  1741. /**
  1742. * Core styles: block-supports
  1743. */
  1744.  
  1745. </style>
  1746. <script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?key=AIzaSyDwM2iFAk6JRV78bgFDgvBQnp0wivqMtG0&amp;callback=Function.prototype&amp;ver=1.0" id="evcal_gmaps-js"></script>
  1747. <script type="text/javascript" src="//complexity.gg/wp-content/plugins/eventON/assets/js/maps/eventon_gen_maps.js?ver=4.6.2" id="eventon_gmaps-js"></script>
  1748. <script type="text/javascript" src="//complexity.gg/wp-content/plugins/eventON/assets/js/eventon_functions.js?ver=4.6.2" id="evcal_functions-js"></script>
  1749. <script type="text/javascript" src="//complexity.gg/wp-content/plugins/eventON/assets/js/lib/jquery.easing.1.3.js?ver=1.0" id="evcal_easing-js"></script>
  1750. <script type="text/javascript" src="https://complexity.gg/wp-content/plugins/eventON/assets/js/lib/handlebars.js?ver=4.6.2" id="evo_handlebars-js"></script>
  1751. <script type="text/javascript" src="https://meet.jit.si/external_api.js?ver=4.6.2" id="evo_jitsi-js"></script>
  1752. <script type="text/javascript" src="//complexity.gg/wp-content/plugins/eventON/assets/js/lib/jquery.mobile.min.js?ver=4.6.2" id="evo_mobile-js"></script>
  1753. <script type="text/javascript" src="https://complexity.gg/wp-content/plugins/eventON/assets/js/lib/moment.min.js?ver=4.6.2" id="evo_moment-js"></script>
  1754. <script type="text/javascript" src="https://complexity.gg/wp-content/plugins/eventON/assets/js/lib/moment_timezone_min.js?ver=4.6.2" id="evo_moment_tz-js"></script>
  1755. <script type="text/javascript" src="//complexity.gg/wp-content/plugins/eventON/assets/js/lib/jquery.mousewheel.min.js?ver=4.6.2" id="evo_mouse-js"></script>
  1756. <script type="text/javascript" id="evcal_ajax_handle-js-extra">
  1757. /* <![CDATA[ */
  1758. var the_ajax_script = {"ajaxurl":"https:\/\/complexity.gg\/wp-admin\/admin-ajax.php","rurl":"https:\/\/complexity.gg\/wp-json\/","postnonce":"4038579bf0","ajax_method":"ajax","evo_v":"4.6.2"};
  1759. var evo_general_params = {"ajaxurl":"https:\/\/complexity.gg\/wp-admin\/admin-ajax.php","evo_ajax_url":"\/?evo-ajax=%%endpoint%%","ajax_method":"endpoint","rest_url":"https:\/\/complexity.gg\/wp-json\/eventon\/v1\/data?evo-ajax=%%endpoint%%","n":"4038579bf0","evo_v":"4.6.2","text":[],"html":{"preload_general":"<div class='evo_loading_bar_holder h100 loading_e' style=''><div class='nesthold c g'><div class='evo_loading_bar wid_50% hi_70px' style='width:50%; height:70px; '><\/div><div class='evo_loading_bar wid_100% hi_40px' style='width:100%; height:40px; '><\/div><div class='evo_loading_bar wid_100% hi_40px' style='width:100%; height:40px; '><\/div><div class='evo_loading_bar wid_100% hi_40px' style='width:100%; height:40px; '><\/div><div class='evo_loading_bar wid_100% hi_40px' style='width:100%; height:40px; '><\/div><\/div><\/div>","preload_events":"<div class='evo_loading_bar_holder h100 loading_e' style=''><div class='nest nest1 e'><div class='nesthold r g10'><div class='nest nest2 e1'><div class='evo_loading_bar wid_100px hi_95px' style='width:100px; height:95px; '><\/div><\/div><div class='nest nest2 e2'><div class='evo_loading_bar wid_50% hi_55px' style='width:50%; height:55px; '><\/div><div class='evo_loading_bar wid_90% hi_30px' style='width:90%; height:30px; '><\/div><\/div><\/div><\/div><div class='nest nest1 e'><div class='nesthold r g10'><div class='nest nest2 e1'><div class='evo_loading_bar wid_100px hi_95px' style='width:100px; height:95px; '><\/div><\/div><div class='nest nest2 e2'><div class='evo_loading_bar wid_50% hi_55px' style='width:50%; height:55px; '><\/div><div class='evo_loading_bar wid_90% hi_30px' style='width:90%; height:30px; '><\/div><\/div><\/div><\/div><div class='nest nest1 e'><div class='nesthold r g10'><div class='nest nest2 e1'><div class='evo_loading_bar wid_100px hi_95px' style='width:100px; height:95px; '><\/div><\/div><div class='nest nest2 e2'><div class='evo_loading_bar wid_50% hi_55px' style='width:50%; height:55px; '><\/div><div class='evo_loading_bar wid_90% hi_30px' style='width:90%; height:30px; '><\/div><\/div><\/div><\/div><div class='nest nest1 e'><div class='nesthold r g10'><div class='nest nest2 e1'><div class='evo_loading_bar wid_100px hi_95px' style='width:100px; height:95px; '><\/div><\/div><div class='nest nest2 e2'><div class='evo_loading_bar wid_50% hi_55px' style='width:50%; height:55px; '><\/div><div class='evo_loading_bar wid_90% hi_30px' style='width:90%; height:30px; '><\/div><\/div><\/div><\/div><div class='nest nest1 e'><div class='nesthold r g10'><div class='nest nest2 e1'><div class='evo_loading_bar wid_100px hi_95px' style='width:100px; height:95px; '><\/div><\/div><div class='nest nest2 e2'><div class='evo_loading_bar wid_50% hi_55px' style='width:50%; height:55px; '><\/div><div class='evo_loading_bar wid_90% hi_30px' style='width:90%; height:30px; '><\/div><\/div><\/div><\/div><\/div>","preload_event_tiles":"<div class='evo_loading_bar_holder h100 loading_e_tile' style=''><div class='nest nest1 e'><div class='nesthold  g'><div class='evo_loading_bar wid_50% hi_55px' style='width:50%; height:55px; '><\/div><div class='evo_loading_bar wid_90% hi_30px' style='width:90%; height:30px; '><\/div><div class='evo_loading_bar wid_90% hi_30px' style='width:90%; height:30px; '><\/div><\/div><\/div><div class='nest nest1 e'><div class='nesthold  g'><div class='evo_loading_bar wid_50% hi_55px' style='width:50%; height:55px; '><\/div><div class='evo_loading_bar wid_90% hi_30px' style='width:90%; height:30px; '><\/div><div class='evo_loading_bar wid_90% hi_30px' style='width:90%; height:30px; '><\/div><\/div><\/div><div class='nest nest1 e'><div class='nesthold  g'><div class='evo_loading_bar wid_50% hi_55px' style='width:50%; height:55px; '><\/div><div class='evo_loading_bar wid_90% hi_30px' style='width:90%; height:30px; '><\/div><div class='evo_loading_bar wid_90% hi_30px' style='width:90%; height:30px; '><\/div><\/div><\/div><div class='nest nest1 e'><div class='nesthold  g'><div class='evo_loading_bar wid_50% hi_55px' style='width:50%; height:55px; '><\/div><div class='evo_loading_bar wid_90% hi_30px' style='width:90%; height:30px; '><\/div><div class='evo_loading_bar wid_90% hi_30px' style='width:90%; height:30px; '><\/div><\/div><\/div><div class='nest nest1 e'><div class='nesthold  g'><div class='evo_loading_bar wid_50% hi_55px' style='width:50%; height:55px; '><\/div><div class='evo_loading_bar wid_90% hi_30px' style='width:90%; height:30px; '><\/div><div class='evo_loading_bar wid_90% hi_30px' style='width:90%; height:30px; '><\/div><\/div><\/div><div class='nest nest1 e'><div class='nesthold  g'><div class='evo_loading_bar wid_50% hi_55px' style='width:50%; height:55px; '><\/div><div class='evo_loading_bar wid_90% hi_30px' style='width:90%; height:30px; '><\/div><div class='evo_loading_bar wid_90% hi_30px' style='width:90%; height:30px; '><\/div><\/div><\/div><\/div>","preload_taxlb":"<div class='evo_loading_bar_holder h100 loading_taxlb' style=''><div class='evo_loading_bar wid_50% hi_95px' style='width:50%; height:95px; '><\/div><div class='evo_loading_bar wid_30% hi_30px' style='width:30%; height:30px; margin-bottom:30px;'><\/div><div class='nesthold r g10'><div class='nest nest2 e1'><div class='evo_loading_bar wid_100% hi_150px' style='width:100%; height:150px; '><\/div><div class='evo_loading_bar wid_100% hi_150px' style='width:100%; height:150px; '><\/div><div class='evo_loading_bar wid_100% hi_95px' style='width:100%; height:95px; '><\/div><\/div><div class='nest nest2 e2'><div class='evo_loading_bar wid_100% hi_95px' style='width:100%; height:95px; '><\/div><div class='evo_loading_bar wid_100% hi_95px' style='width:100%; height:95px; '><\/div><div class='evo_loading_bar wid_100% hi_95px' style='width:100%; height:95px; '><\/div><div class='evo_loading_bar wid_100% hi_95px' style='width:100%; height:95px; '><\/div><\/div><\/div><\/div>","preload_gmap":"\n\t\t<span class='evo_map_load_out evoposr evodb evobr15'>\n\t\t<i class='fa fa-map-marker evoposa'><\/i><span class='evo_map_load evoposr evodb'>\t\t\t\t\t\n\t\t\t\t\t<i class='a'><\/i>\n\t\t\t\t\t<i class='b'><\/i>\n\t\t\t\t\t<i class='c'><\/i>\n\t\t\t\t\t<i class='d'><\/i>\n\t\t\t\t\t<i class='e'><\/i>\n\t\t\t\t\t<i class='f'><\/i>\n\t\t\t\t<\/span><\/span>"},"cal":{"lbs":false}};
  1760. /* ]]> */
  1761. </script>
  1762. <script type="text/javascript" src="//complexity.gg/wp-content/plugins/eventON/assets/js/eventon_script.js?ver=4.6.2" id="evcal_ajax_handle-js"></script>
  1763. <script type="text/javascript" id="gforms_recaptcha_recaptcha-js-extra">
  1764. /* <![CDATA[ */
  1765. var gforms_recaptcha_recaptcha_strings = {"site_key":"6Ldc8lYeAAAAAJVu4kACCXuMVSF9oWrQTSJAepaW","ajaxurl":"https:\/\/complexity.gg\/wp-admin\/admin-ajax.php","nonce":"5fb60b3e15"};
  1766. /* ]]> */
  1767. </script>
  1768. <script type="text/javascript" src="https://www.google.com/recaptcha/api.js?render=6Ldc8lYeAAAAAJVu4kACCXuMVSF9oWrQTSJAepaW&amp;ver=1.4.0" id="gforms_recaptcha_recaptcha-js"></script>
  1769. <script type="text/javascript" src="https://complexity.gg/wp-content/themes/complexity-games/js/combined.js?ver=1639157276" id="complexity-footer-scripts-js"></script>
  1770. </body>
  1771. </html>
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda