{"id":324,"date":"2016-09-21T13:12:26","date_gmt":"2016-09-21T18:12:26","guid":{"rendered":"https:\/\/dimensionalpsychology.com\/index.php\/pricing\/"},"modified":"2025-10-19T23:27:30","modified_gmt":"2025-10-20T03:27:30","slug":"services","status":"publish","type":"page","link":"https:\/\/dimensionalpsychology.com\/index.php\/services\/","title":{"rendered":"Services"},"content":{"rendered":"<div id=\"cs-content\" class=\"cs-content\"><div class=\"x-section e324-e1 m90-0 m90-1 m90-2\"><div class=\"x-bg\" aria-hidden=\"true\"><div class=\"x-bg-layer-lower-custom\"><html lang=\"en\">\n    <head>\n\n<style>\n\n\ncanvas {\n  \n  background-color: #0A1529;\n}\n<\/style>\n\n  <script>\n  window.console = window.console || function(t) {};\n<\/script>\n<\/head>\n\n<body translate=\"no\" data-new-gr-c-s-check-loaded=\"14.1117.0\" data-gr-ext-installed=\"\">\n  <canvas id=\"canvas\" width=\"1900\" height=\"1000\"><\/canvas>\n  \n      <script id=\"rendered-js\">\n\/\/ Set variables\nconst show = 75;\nconst canvas = document.getElementById(\"canvas\");\nconst scene = canvas.getContext(\"2d\");\nlet width = canvas.width = window.innerWidth;\nlet height = canvas.height = window.innerHeight;\n\n\/\/ Create dot\nclass Dot {\n  constructor() {\n    const angle = Math.floor(Math.random() * 360);\n\n    this.size = 6;\n    this.dx = Math.cos(angle) * 1;\n    this.dy = Math.sin(angle) * 1;\n    this.px = Math.random() * width;\n    this.py = Math.random() * height;\n  }\n\n  \/\/ Update dot position and draw\n  update() {\n    this.bounds();\n\n    this.px += this.dx;\n    this.py += this.dy;\n\n    this.draw();\n  }\n\n  \/\/ Draw the dots then connect them\n  draw() {\n    scene.beginPath();\n    scene.arc(this.px, this.py, this.size, 0, Math.PI * 2);\n    scene.closePath();\n    scene.fillStyle = \"#a8ffd6\";\n    scene.fill();\n\n    this.connect();\n  }\n\n  \/\/ Connect the nearby dots\n  connect() {\n    const nearby = (width + height) * 0.1;\n\n    dots.forEach(dot => {\n      const distance = this.distance(dot);\n\n      if (distance > nearby) return;\n\n      const opacity = 1 - distance \/ nearby - 0.2;\n\n      scene.beginPath();\n      scene.lineWidth = 1;\n      scene.strokeStyle = `rgba(168, 255, 214, ${opacity})`;\n      scene.moveTo(this.px, this.py);\n      scene.lineTo(dot.px, dot.py);\n      scene.stroke();\n    });\n  }\n\n  \/\/ Check if we've hit a wall and invert the direction\n  bounds() {\n    if (this.px < 0 || this.px > width) this.dx *= -1;\n\n    if (this.py < 0 || this.py > height) this.dy *= -1;\n  }\n\n  \/\/ Calculate the distance between this dot and that dot\n  \/\/ This calculates two 'sides' then the hypotenuse i.e. distance\n  distance(dot) {\n    const distX = this.px - dot.px;\n    const distY = this.py - dot.py;\n\n    return Math.sqrt(distX * distX + distY * distY);\n  }}\n\n\n\/\/ Create dots\nconst dots = [...Array(show).fill().map(() => new Dot())];\n\n\/\/ Draw scene\nfunction draw() {\n  scene.clearRect(0, 0, width, height);\n\n  \/\/ Update all dots and redraw\n  dots.forEach(particle => {\n    particle.update();\n  });\n\n  requestAnimationFrame(draw);\n}\n\ndraw();\n\n\/\/ Resize canvas\nwindow.addEventListener(\"resize\", () => {\n  width = canvas.width = window.innerWidth;\n  height = canvas.height = window.innerHeight;\n});\n\/\/# sourceURL=pen.js\n    <\/script>\n\n  \n\n\n\n<\/body><\/html><\/div><\/div><div class=\"x-row x-container max width e324-e2 m90-6 m90-9 m90-a\"><div class=\"x-row-inner\"><div class=\"x-col e324-e3 m90-d\"><div class=\"x-text x-text-headline e324-e4 m90-f m90-g m90-h m90-i\"><div class=\"x-text-content\"><div class=\"x-text-content-text\"><h1 class=\"x-text-content-text-primary\"><strong><b>&Delta;<\/b>aaS - More than just words.<\/strong><\/h1>\n<\/div><\/div><\/div><div class=\"x-text x-content e324-e5 m90-m\"><p>Putting it all together to deliver Change (&Delta;) as a Service (<strong>&Delta;aaS<\/strong>)<\/p><\/div><\/div><\/div><\/div><\/div><div class=\"x-section e324-e6 m90-0 m90-3 m90-4\"><div class=\"x-row e324-e7 m90-6 m90-7 m90-9 m90-b\"><div class=\"x-row-inner\"><div class=\"x-col e324-e8 m90-d\"><div class=\"x-text x-text-headline e324-e9 m90-g m90-i m90-j m90-k\"><div class=\"x-text-content\"><div class=\"x-text-content-text\"><h1 class=\"x-text-content-text-primary\"><em>\"Inaction breeds doubt and fear. <strong>Action breeds confidence and courage<\/strong>. If you want to conquer fear, do not sit home and think about it. Go out and get busy.\"<\/em><br \/><em>Dale Carnegie<\/em><\/h1>\n<\/div><\/div><\/div><div  class=\"x-pricing-table cf three-columns\" ><div  class=\"x-pricing-column featured\" ><h2 class=\"man\">Individual Theta Sessions <span class=\"x-featured-sub\">Dimensional Modeled Theta Wellness, Wholeness & Oneness <\/span><\/h2><div class=\"x-pricing-column-info\"><h3 class=\"x-price\">$75\/100\/125<\/h3><span class=\"x-interval\">Per Session<\/span><p><ul id=\"\" class=\"x-ul-icons\" style=\"\" ><br \/>\n<li id=\"\" class=\"x-li-icon\" style=\"\" ><i class=\"x-icon-check\" aria-hidden=\"true\" style=\"\" data-x-icon-s=\"&#xf00c;\" ><\/i>In Person \/ Remote\/ Tele<\/li><br \/>\n<li id=\"\" class=\"x-li-icon\" style=\"\" ><i class=\"x-icon-check\" aria-hidden=\"true\" style=\"\" data-x-icon-s=\"&#xf00c;\" ><\/i>30\/60\/75 Minute Sessions<\/li><br \/>\n<\/ul><\/p>\n<p><a  class=\"x-btn x-btn-large\"  href=\"#\"     data-options=\"thumbnail: ''\">Book Session<\/a><\/p><\/div><\/div><div  class=\"x-pricing-column\" ><h2 class=\"man\">Model Integration & Support <span class=\"x-featured-sub\">For Existing Practitioners or Theoretical Discovery<\/span><\/h2><div class=\"x-pricing-column-info\"><h3 class=\"x-price\">Contact Us<\/h3><span class=\"x-interval\">For More Details<\/span><a  class=\"x-btn x-btn-large\"  href=\"#\"     data-options=\"thumbnail: ''\">Contact Us<\/a><\/div><\/div><div  class=\"x-pricing-column featured\" ><h2 class=\"man\">Multi - Discipline Development <span class=\"x-featured-sub\">Expanding the Dimensional Psychology Model<\/span><\/h2><div class=\"x-pricing-column-info\"><h3 class=\"x-price\">Open Source Dev<\/h3><span class=\"x-interval\">Functional development for Extended Use<\/span><p><ul id=\"\" class=\"x-ul-icons\" style=\"\" ><br \/>\n<li id=\"\" class=\"x-li-icon\" style=\"\" ><i class=\"x-icon-check\" aria-hidden=\"true\" style=\"\" data-x-icon-s=\"&#xf00c;\" ><\/i>Collaborate towards greater implementation across multiple specialties and practice modalities<\/li><br \/>\n<li id=\"\" class=\"x-li-icon\" style=\"\" ><i class=\"x-icon-check\" aria-hidden=\"true\" style=\"\" data-x-icon-s=\"&#xf00c;\" ><\/i>Technology Development for extended Use Cases<\/li><br \/>\n<li id=\"\" class=\"x-li-icon\" style=\"\" ><i class=\"x-icon-check\" aria-hidden=\"true\" style=\"\" data-x-icon-s=\"&#xf00c;\" ><\/i>Participate in existing and developing solutions to meet the needs of the population and societal needs <\/li><br \/>\n<\/ul><\/p>\n<p><a  class=\"x-btn x-btn-large\"  href=\"#\"     data-options=\"thumbnail: ''\">Contact Us<\/a><\/p><\/div><\/div><\/div><\/div><\/div><\/div><\/div><div class=\"x-section e324-e14 m90-0 m90-1 m90-4 m90-5\"><div class=\"x-bg\" aria-hidden=\"true\"><div class=\"x-bg-layer-lower-image\" data-x-element-bg-layer=\"{&quot;parallaxSize&quot;:&quot;150%&quot;,&quot;parallaxDir&quot;:&quot;v&quot;,&quot;parallaxRev&quot;:false}\"><\/div><\/div><div class=\"x-row e324-e15 m90-6 m90-8 m90-9 m90-c\"><div class=\"x-row-inner\"><div class=\"x-col e324-e16 m90-d m90-e\"><div class=\"x-text x-text-headline e324-e17 m90-g m90-h m90-j m90-l\"><div class=\"x-text-content\"><div class=\"x-text-content-text\"><h1 class=\"x-text-content-text-primary\">Not sure what to expect from a Individual Theta Session? Learn more by selecting the link below.<\/h1>\n<\/div><\/div><\/div><a class=\"x-anchor x-anchor-button has-graphic e324-e18 m90-n\" tabindex=\"0\" href=\"#\"><div class=\"x-anchor-content\"><span class=\"x-graphic\" aria-hidden=\"true\"><i class=\"x-icon x-graphic-child x-graphic-icon x-graphic-primary\" aria-hidden=\"true\" data-x-icon-s=\"&#xf25a;\"><\/i><\/span><div class=\"x-anchor-text\"><span class=\"x-anchor-text-primary\" data-x-single-anim=\"x-scale-down\">Learn More<\/span><\/div><\/div><\/a><\/div><\/div><\/div><\/div><\/div>","protected":false},"excerpt":{"rendered":"<p>&Delta;aaS &#8211; More than just words. Putting it all together to deliver Change (&Delta;) as a Service (&Delta;aaS)&#8221;Inaction breeds doubt and fear. Action breeds confidence and courage. If you want to conquer fear, do not sit home and think about it. Go out and get busy.&#8221;Dale Carnegie Individual Theta Sessions Dimensional Modeled Theta Wellness, Wholeness &#038; Oneness $75\/100\/125Per Session In &#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"template-blank-4.php","meta":{"footnotes":""},"class_list":["post-324","page","type-page","status-publish","hentry","no-post-thumbnail"],"_links":{"self":[{"href":"https:\/\/dimensionalpsychology.com\/index.php\/wp-json\/wp\/v2\/pages\/324","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/dimensionalpsychology.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/dimensionalpsychology.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/dimensionalpsychology.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/dimensionalpsychology.com\/index.php\/wp-json\/wp\/v2\/comments?post=324"}],"version-history":[{"count":1,"href":"https:\/\/dimensionalpsychology.com\/index.php\/wp-json\/wp\/v2\/pages\/324\/revisions"}],"predecessor-version":[{"id":521,"href":"https:\/\/dimensionalpsychology.com\/index.php\/wp-json\/wp\/v2\/pages\/324\/revisions\/521"}],"wp:attachment":[{"href":"https:\/\/dimensionalpsychology.com\/index.php\/wp-json\/wp\/v2\/media?parent=324"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}