{"id":595,"date":"2023-03-22T08:03:06","date_gmt":"2023-03-22T08:03:06","guid":{"rendered":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/?page_id=595"},"modified":"2023-11-10T12:57:44","modified_gmt":"2023-11-10T11:57:44","slug":"richard-newman-coach-author-speaker-body-talk","status":"publish","type":"page","link":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/about-us\/richard-newman-coach-author-speaker-body-talk\/","title":{"rendered":"Richard Newman"},"content":{"rendered":"<style>\/*\nConverts a pixel value to matching rem value. *Any* value passed, regardless of unit, is assumed to be a pixel value. By default, the base pixel value used to calculate the rem value is taken from the `$global-font-size` variable.\n@access private\n@param {Number} $value - Pixel value to convert.\n@param {Number} $base [null] - Base for pixel conversion.\n@returns {Number} A number in rems, calculated based on the given value and the base pixel value. rem values are passed through as is.\n*\/\n\/*\nRemoves the unit (e.g. px, em, rem) from a value, returning the number only.\n@param {Number} $num - Number to strip unit from.\n@returns {Number} The same number, sans unit.\n*\/\n\/*\nConverts one or more pixel values into matching rem values.\n@param {Number|List} $values - One or more values to convert. Be sure to separate them with spaces and not commas. If you need to convert a comma-separated list, wrap the list in parentheses.\n@param {Number} $base [null] - The base value to use when calculating the `rem`. If you're using Foundation out of the box, this is 16px. If this parameter is `null`, the function will reference the `$base-font-size` variable as the base.\n@returns {List} A list of converted values.\n*\/\n\/**\n * Contrast\n *\/\n\/**\n*\tBasic link hover function\n*\/\n\/*\n* Fluid Type function\n*\/\n\/*\n* Breakpoint Handler\n* @usage: respond-to('tablet_small') { ... } to target 'tablet_small' and aboe\n*\/\n\/*\n* Grid Layout\n*\/\n\/*\n* Responsive Type mixins\n*\/\n\/*\n* Helpers\n*\/\n.hero {\n  position: relative;\n  background-color: var(--black);\n  overflow: hidden;\n}\n.hero:before, .hero:after {\n  content: \"\";\n  position: absolute;\n  z-index: 3;\n  pointer-events: none;\n  -webkit-user-select: none;\n     -moz-user-select: none;\n      -ms-user-select: none;\n          user-select: none;\n}\n@media only screen and (min-width: 992px) {\n  .hero.tall-landing-hero {\n    height: 80vh;\n  }\n}\n.hero:before {\n  top: 0;\n  left: 0;\n  right: 0;\n  border-radius: 40px 0 0;\n  border-top: 1px solid rgba(255, 255, 255, 0.3);\n  border-left: 1px solid rgba(255, 255, 255, 0.3);\n}\n@media (min-width: 769px) {\n  .hero:before {\n    bottom: 30%;\n    left: 35px;\n  }\n}\n.hero:after {\n  bottom: 1%;\n  height: 29%;\n  width: 50px;\n  left: -14px;\n  border-radius: 0 0 40px 0;\n  border-right: 1px solid rgba(255, 255, 255, 0.3);\n  border-bottom: 1px solid rgba(255, 255, 255, 0.3);\n  display: none;\n}\n@media (min-width: 769px) {\n  .hero:after {\n    display: block;\n  }\n}\n.hero__subheading {\n  font-size: 12px;\n}\n@media only screen and (min-width: 320px) {\n  .hero__subheading {\n    font-size: calc(12px + 4 * (100vw - 320px) \/ (1720 - 320));\n  }\n}\n@media only screen and (min-width: 1720px) {\n  .hero__subheading {\n    font-size: 16px;\n  }\n}\n.hero__subheading {\n  font-weight: 800;\n  letter-spacing: 0.05em;\n  text-transform: uppercase;\n  line-height: 1.6;\n  display: block;\n  margin-bottom: 16px;\n  color: var(--white);\n  opacity: 0.001;\n  -webkit-animation: reveal-down 2s ease 0.1s forwards;\n          animation: reveal-down 2s ease 0.1s forwards;\n}\n.hero__heading {\n  font-size: 26px;\n}\n@media only screen and (min-width: 320px) {\n  .hero__heading {\n    font-size: calc(26px + 28 * (100vw - 320px) \/ (1720 - 320));\n  }\n}\n@media only screen and (min-width: 1720px) {\n  .hero__heading {\n    font-size: 54px;\n  }\n}\n.hero__heading {\n  font-weight: 800;\n  text-transform: uppercase;\n  letter-spacing: 0.1em;\n  line-height: 1;\n  word-break: break-word;\n  color: var(--white);\n  opacity: 0.001;\n  -webkit-animation: reveal-down 2s ease 0.4s forwards;\n          animation: reveal-down 2s ease 0.4s forwards;\n}\n@media (min-width: 530px) {\n  .hero__heading {\n    padding-right: 5%;\n  }\n}\n.hero__heading > span {\n  color: var(--aqua);\n}\n.hero__lede {\n  opacity: 0.001;\n  -webkit-animation: reveal-down 2s ease 0.7s forwards;\n          animation: reveal-down 2s ease 0.7s forwards;\n}\n.hero__lede p {\n  color: var(--white);\n}\n.hero__cta {\n  font-size: 14px;\n}\n@media only screen and (min-width: 320px) {\n  .hero__cta {\n    font-size: calc(14px + 4 * (100vw - 320px) \/ (1720 - 320));\n  }\n}\n@media only screen and (min-width: 1720px) {\n  .hero__cta {\n    font-size: 18px;\n  }\n}\n.hero__cta {\n  line-height: 1.6;\n  border: 0;\n  background: none;\n  outline: none;\n  padding: 0;\n  -webkit-appearance: none;\n     -moz-appearance: none;\n          appearance: none;\n  font-weight: 500;\n  display: -webkit-box;\n  display: -ms-flexbox;\n  display: flex;\n  -webkit-box-align: center;\n      -ms-flex-align: center;\n          align-items: center;\n  -webkit-column-gap: 16px;\n     -moz-column-gap: 16px;\n          column-gap: 16px;\n  cursor: pointer;\n}\n.hero__cta:hover {\n  color: var(--white);\n}\n.hero__cta:hover > span {\n  background-color: var(--magenta);\n  border-color: var(--magenta);\n}\n.hero__cta > span {\n  width: 32px;\n  height: 32px;\n  display: block;\n  border: 1px solid var(--white);\n  border-radius: 50%;\n  background-image: url(\"\/wp-content\/themes\/bodytalk\/assets\/images\/arrow-right-white.svg\");\n  background-repeat: no-repeat;\n  background-size: 11px 10px;\n  background-position: 10px center;\n  background-color: transparent;\n  -webkit-transition: all 0.3s linear;\n  transition: all 0.3s linear;\n}\n@media (min-width: 1200px) {\n  .hero__cta > span {\n    width: 50px;\n    height: 50px;\n    background-size: 17px 16px;\n    background-position: 16px center;\n  }\n}\n.hero__cta {\n  color: var(--white);\n  text-decoration: none;\n}\n.hero__cta > span {\n  -webkit-transform: rotate(90deg);\n          transform: rotate(90deg);\n}\n.hero__lede + .button, .hero__cta,\n.hero .inline-buttons {\n  opacity: 0.001;\n  -webkit-animation: reveal-down 2s ease 1s forwards;\n          animation: reveal-down 2s ease 1s forwards;\n}\n.hero__bg-image {\n  position: absolute;\n  top: 0;\n  left: 0;\n  width: 100%;\n  height: 100%;\n  -o-object-fit: cover;\n     object-fit: cover;\n  z-index: 0;\n  overflow: hidden;\n}\n.hero__bg-image:before {\n  position: absolute;\n  top: 0;\n  left: 0;\n  width: 100%;\n  height: 100%;\n  -o-object-fit: cover;\n     object-fit: cover;\n  position: absolute;\n  top: 0;\n  left: 0;\n  width: 100%;\n  height: 100%;\n  object-fit: cover;\n  content: \"\";\n  z-index: 1;\n  background: linear-gradient(45deg, #181422 20%, rgba(24, 20, 34, 0) 90%);\n  content: \"\";\n  opacity: 0.6;\n}\n.hero__bg-image img {\n  position: absolute;\n  top: 0;\n  left: 0;\n  width: 100%;\n  height: 100%;\n  -o-object-fit: cover;\n     object-fit: cover;\n  opacity: 0.5;\n}\n.hero__bg-video {\n  position: absolute;\n  top: 0;\n  left: 0;\n  width: 100%;\n  height: 100%;\n  -o-object-fit: cover;\n     object-fit: cover;\n  z-index: 0;\n}\n.hero__bg-video:before {\n  position: absolute;\n  top: 0;\n  left: 0;\n  width: 100%;\n  height: 100%;\n  -o-object-fit: cover;\n     object-fit: cover;\n  position: absolute;\n  top: 0;\n  left: 0;\n  width: 100%;\n  height: 100%;\n  object-fit: cover;\n  content: \"\";\n  z-index: 1;\n  background: linear-gradient(45deg, #181422 20%, rgba(24, 20, 34, 0) 90%);\n  content: \"\";\n}\n.hero__bg-video video,\n.hero__bg-video iframe {\n  position: absolute;\n  top: 0;\n  left: 0;\n  width: 100%;\n  height: 100%;\n  -o-object-fit: cover;\n     object-fit: cover;\n  opacity: 0.8;\n}\n.hero__inset {\n  position: relative;\n  padding-top: 56px;\n  opacity: 0.001;\n  -webkit-animation: reveal-down 2s ease 1.3s forwards;\n          animation: reveal-down 2s ease 1.3s forwards;\n}\n@media (min-width: 1023px) {\n  .hero__inset {\n    padding-top: 0;\n  }\n}\n.hero__inset > .video, .hero__inset > picture {\n  position: relative;\n  left: 0;\n  width: 100%;\n  z-index: 100;\n}\n@media (min-width: 1023px) {\n  .hero__inset > .video, .hero__inset > picture {\n    height: 115%;\n    position: absolute;\n    top: 50%;\n    -webkit-transform: translate3d(0, -50%, 0);\n            transform: translate3d(0, -50%, 0);\n  }\n}\n.hero__inset > .video img, .hero__inset > picture img {\n  width: auto;\n  height: 100%;\n}\n.hero__inset > picture {\n  border-radius: 16px;\n  overflow: hidden;\n  -webkit-mask-image: -webkit-radial-gradient(white, black);\n}\n.hero .grid-container {\n  z-index: 2;\n}\n.hero .breadcrumbs {\n  padding: 16px 0 32px;\n}\n@media (min-width: 769px) {\n  .hero .breadcrumbs {\n    padding: 32px 0;\n    margin-bottom: 32px;\n  }\n}\n.hero .breadcrumbs li,\n.hero .breadcrumbs a,\n.hero .breadcrumbs span {\n  color: var(--white);\n}\n.hero a:not(.button) {\n  border-bottom-color: var(--white);\n}\n.hero .inline-buttons {\n  -webkit-box-orient: horizontal;\n  -webkit-box-direction: normal;\n      -ms-flex-direction: row;\n          flex-direction: row;\n  -ms-flex-wrap: wrap;\n      flex-wrap: wrap;\n  -webkit-box-align: start;\n      -ms-flex-align: start;\n          align-items: flex-start;\n}\n.hero .inline-buttons .button {\n  width: 100%;\n}\n.hero--home {\n  display: -webkit-box;\n  display: -ms-flexbox;\n  display: flex;\n  -webkit-box-align: center;\n      -ms-flex-align: center;\n          align-items: center;\n  padding: 140px 0 80px;\n  min-height: 41.125rem;\n}\n@media (min-width: 768px) {\n  .hero--home {\n    min-height: 51.25rem;\n  }\n}\n@media (min-width: 1024px) {\n  .hero--home {\n    min-height: 44.375rem;\n  }\n}\n.hero--home.hero--home__first-block {\n  top: -70px;\n  margin-bottom: -70px;\n}\n@media (min-width: 1200px) {\n  .hero--home.hero--home__first-block {\n    padding: 180px 0 100px;\n    top: -90px;\n    margin-bottom: -90px;\n  }\n}\n.hero--home:before {\n  top: 70px;\n}\n@media (min-width: 1200px) {\n  .hero--home:before {\n    top: 90px;\n  }\n}\n.hero--home .hero__heading {\n  margin-bottom: 25px;\n}\n.hero--home .hero__lede {\n  font-size: 18px;\n}\n@media only screen and (min-width: 320px) {\n  .hero--home .hero__lede {\n    font-size: calc(18px + 6 * (100vw - 320px) \/ (1720 - 320));\n  }\n}\n@media only screen and (min-width: 1720px) {\n  .hero--home .hero__lede {\n    font-size: 24px;\n  }\n}\n.hero--home .hero__lede {\n  line-height: 1.4;\n  color: var(--white);\n  margin-bottom: 50px;\n}\n.hero--home .hero__bg-video {\n  height: calc(100% + 90px);\n  top: -90px;\n}\n.hero--landing {\n  height: auto;\n  display: -webkit-box;\n  display: -ms-flexbox;\n  display: flex;\n  -webkit-box-orient: vertical;\n  -webkit-box-direction: normal;\n      -ms-flex-direction: column;\n          flex-direction: column;\n  -webkit-box-pack: justify;\n      -ms-flex-pack: justify;\n          justify-content: space-between;\n  padding: 70px 0 30px;\n  top: -70px;\n  margin-bottom: -70px;\n}\n@media (min-width: 1200px) {\n  .hero--landing {\n    min-height: 37.5rem;\n    max-height: 80vh;\n  }\n}\n.hero--landing.block:not([class*=pad-]):not([class*=m-]) {\n  padding: 70px 0 56px;\n}\n@media (min-width: 1200px) {\n  .hero--landing.block:not([class*=pad-]):not([class*=m-]) {\n    padding: 90px 0 56px;\n  }\n}\n@media (min-width: 1200px) {\n  .hero--landing {\n    padding: 90px 0 56px;\n    top: -90px;\n    margin-bottom: -90px;\n  }\n}\n.hero--landing:before {\n  top: 70px;\n}\n@media (min-width: 1200px) {\n  .hero--landing:before {\n    top: 90px;\n  }\n}\n.hero--landing .row {\n  display: block;\n}\n@media (min-width: 1200px) {\n  .hero--landing .row {\n    display: -webkit-box;\n    display: -ms-flexbox;\n    display: flex;\n    -webkit-box-align: end;\n        -ms-flex-align: end;\n            align-items: flex-end;\n  }\n}\n.hero--landing .hero__heading {\n  margin-bottom: 32px;\n}\n@media (min-width: 1200px) {\n  .hero--landing .hero__heading {\n    margin-bottom: 0;\n  }\n}\n.hero--landing .hero__lede {\n  font-size: 14px;\n}\n@media only screen and (min-width: 320px) {\n  .hero--landing .hero__lede {\n    font-size: calc(14px + 4 * (100vw - 320px) \/ (1720 - 320));\n  }\n}\n@media only screen and (min-width: 1720px) {\n  .hero--landing .hero__lede {\n    font-size: 18px;\n  }\n}\n.hero--landing .hero__lede {\n  line-height: 1.6;\n  color: var(--white);\n}\n.hero--landing .hero__lede + .hero__cta {\n  margin-top: 32px;\n}\n.hero--sub-landing {\n  border-radius: 0 0 40px 40px;\n  padding: 100px 0 30px;\n  overflow: visible;\n  top: -90px;\n}\n@media (min-width: 530px) {\n  .hero--sub-landing {\n    padding: 100px 0 60px;\n  }\n}\n@media (min-width: 769px) {\n  .hero--sub-landing {\n    padding: 90px 0;\n  }\n}\n.hero--sub-landing:before {\n  top: 90px;\n}\n@media (min-width: 769px) {\n  .hero--sub-landing:before {\n    bottom: 0;\n  }\n}\n.hero--sub-landing:after {\n  display: none;\n}\n.hero--sub-landing .hero__heading {\n  margin-bottom: 16px;\n}\n.hero--sub-landing .inline-buttons {\n  margin-top: 3rem;\n}\n.hero--sub-landing .hero__lede + .inline-buttons,\n.hero--sub-landing .wysiwyg + .inline-buttons {\n  margin-top: 0;\n}\n.hero--sub-landing .hero__lede-container * {\n  color: #fff;\n}\n.hero--sub-landing .hero__lede,\n.hero--sub-landing .wysiwyg {\n  font-size: 14px;\n}\n@media only screen and (min-width: 320px) {\n  .hero--sub-landing .hero__lede,\n  .hero--sub-landing .wysiwyg {\n    font-size: calc(14px + 4 * (100vw - 320px) \/ (1720 - 320));\n  }\n}\n@media only screen and (min-width: 1720px) {\n  .hero--sub-landing .hero__lede,\n  .hero--sub-landing .wysiwyg {\n    font-size: 18px;\n  }\n}\n.hero--sub-landing .hero__lede,\n.hero--sub-landing .wysiwyg {\n  line-height: 1.6;\n  color: var(--white);\n  margin-bottom: 48px;\n}\n.hero--sub-landing .hero__bg-image {\n  border-radius: 0 0 40px 40px;\n  overflow: hidden;\n  -webkit-mask-image: -webkit-radial-gradient(white, black);\n  height: calc(100% + 90px);\n  top: -90px;\n}\n.hero--sub-landing .cpd_logo {\n  display: -webkit-box;\n  display: -ms-flexbox;\n  display: flex;\n  -webkit-box-orient: vertical;\n  -webkit-box-direction: normal;\n      -ms-flex-direction: column;\n          flex-direction: column;\n  -webkit-box-align: start;\n      -ms-flex-align: start;\n          align-items: flex-start;\n  -webkit-box-pack: center;\n      -ms-flex-pack: center;\n          justify-content: center;\n  padding: 2rem 1rem 0;\n}\n@media (min-width: 768px) {\n  .hero--sub-landing .cpd_logo {\n    -webkit-box-align: end;\n        -ms-flex-align: end;\n            align-items: flex-end;\n    -webkit-box-pack: end;\n        -ms-flex-pack: end;\n            justify-content: flex-end;\n  }\n}\n.hero--sub-landing .cpd_logo svg {\n  max-width: 6.125rem;\n  aspect-ratio: 196\/104;\n}\n@media (min-width: 768px) {\n  .hero--sub-landing .cpd_logo svg {\n    max-width: 12.25rem;\n  }\n}\n.hero--sub-landing .hero__solutions-row {\n  color: #fff;\n  margin-top: 2rem;\n  gap: 2rem 0;\n  opacity: 0.001;\n  -webkit-animation: reveal-down 2s ease 1.5s forwards;\n          animation: reveal-down 2s ease 1.5s forwards;\n}\n@media (min-width: 768px) {\n  .hero--sub-landing .hero__solutions-row {\n    gap: 0;\n    margin-top: 3.75rem;\n  }\n}\n@media (min-width: 1024px) {\n  .hero--sub-landing .hero__solutions-row {\n    margin-top: 8.125rem;\n  }\n}\n.hero--sub-landing .hero__solutions-row .title {\n  font-size: 18px;\n}\n@media only screen and (min-width: 320px) {\n  .hero--sub-landing .hero__solutions-row .title {\n    font-size: calc(18px + 14 * (100vw - 320px) \/ (1720 - 320));\n  }\n}\n@media only screen and (min-width: 1720px) {\n  .hero--sub-landing .hero__solutions-row .title {\n    font-size: 32px;\n  }\n}\n.hero--sub-landing .hero__solutions-row .title {\n  line-height: 1.25;\n  font-weight: 600;\n  margin-bottom: 1rem;\n}\n.hero--sub-landing .hero__solutions-row ol,\n.hero--sub-landing .hero__solutions-row ul {\n  font-size: 14px;\n}\n@media only screen and (min-width: 320px) {\n  .hero--sub-landing .hero__solutions-row ol,\n  .hero--sub-landing .hero__solutions-row ul {\n    font-size: calc(14px + 4 * (100vw - 320px) \/ (1720 - 320));\n  }\n}\n@media only screen and (min-width: 1720px) {\n  .hero--sub-landing .hero__solutions-row ol,\n  .hero--sub-landing .hero__solutions-row ul {\n    font-size: 18px;\n  }\n}\n.hero--sub-landing .hero__solutions-row ol,\n.hero--sub-landing .hero__solutions-row ul {\n  line-height: 1.6;\n}\n.hero--sub-landing .hero__solutions-row ol {\n  display: -webkit-box;\n  display: -ms-flexbox;\n  display: flex;\n  -webkit-box-orient: vertical;\n  -webkit-box-direction: normal;\n      -ms-flex-direction: column;\n          flex-direction: column;\n  padding-left: 0;\n  gap: 0.5rem 0;\n  list-style-type: none;\n}\n.hero--sub-landing .hero__solutions-row ol ::marker {\n  color: #E60665;\n  font-weight: 700;\n}\n.hero--sub-landing .hero__solutions-row ol li {\n  background-image: url(\"data:image\/svg+xml,%3Csvg clip-rule='evenodd' fill-rule='evenodd' stroke-linejoin='round' stroke-miterlimit='2' viewBox='0 0 24 24' xmlns='http:\/\/www.w3.org\/2000\/svg' fill='%23E60665'%3E%3Cpath d='m11.998 2.005c5.517 0 9.997 4.48 9.997 9.997 0 5.518-4.48 9.998-9.997 9.998-5.518 0-9.998-4.48-9.998-9.998 0-5.517 4.48-9.997 9.998-9.997zm-5.049 10.386 3.851 3.43c.142.128.321.19.499.19.202 0 .405-.081.552-.242l5.953-6.509c.131-.143.196-.323.196-.502 0-.41-.331-.747-.748-.747-.204 0-.405.082-.554.243l-5.453 5.962-3.298-2.938c-.144-.127-.321-.19-.499-.19-.415 0-.748.335-.748.746 0 .205.084.409.249.557z' fill-rule='nonzero'\/%3E%3C\/svg%3E\");\n  background-repeat: no-repeat;\n  background-position: left 0.25rem;\n  background-size: 1.125rem;\n  padding-left: 1.625rem;\n}\n.hero--sub-landing .hero__solutions-row ul.inline-tags {\n  display: -webkit-box;\n  display: -ms-flexbox;\n  display: flex;\n  -webkit-box-orient: horizontal;\n  -webkit-box-direction: normal;\n      -ms-flex-direction: row;\n          flex-direction: row;\n  -ms-flex-wrap: wrap;\n      flex-wrap: wrap;\n  gap: 0.625rem;\n}\n.hero--sub-landing .hero__solutions-row ul.inline-tags li {\n  font-size: 14px;\n}\n@media only screen and (min-width: 320px) {\n  .hero--sub-landing .hero__solutions-row ul.inline-tags li {\n    font-size: calc(14px + 2 * (100vw - 320px) \/ (1720 - 320));\n  }\n}\n@media only screen and (min-width: 1720px) {\n  .hero--sub-landing .hero__solutions-row ul.inline-tags li {\n    font-size: 16px;\n  }\n}\n.hero--sub-landing .hero__solutions-row ul.inline-tags li {\n  background-color: #1D1D1D;\n  text-transform: none;\n  border-radius: 0.625rem;\n}\n.hero--sub-landing .hero__solutions-row ul.inline-tags--light li {\n  background-color: var(--white);\n  color: var(--black);\n}\n\nbody.training-landing .hero--landing {\n  top: 0;\n  margin-bottom: 0;\n}\n\nbody.single-team .hero--sub-landing .hero__inset {\n  max-width: 80%;\n  padding: 0;\n  margin: 0 auto;\n}\nbody.single-team .hero--sub-landing .hero__inset picture {\n  height: auto;\n}\n\/*# sourceMappingURL=block-hero-landing.css.map *\/\n<\/style><section id=\"\" class=\"hero hero--landing       js-sticky-section block \">\n\n\t<div class=\"grid-container\"><div class=\"row\"><div class=\"col\"><p class=\"breadcrumbs\" id=\"breadcrumbs\"><span><span><a href=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/\">Home<\/a><\/span><\/span><\/p><\/div><\/div><\/div>\n    <div class=\"grid-container\">\n\t\t<div class=\"row\">\n\t\t\t<div class=\"col col-md-10 col-xl-7\">\n\t\t\t\t\t\t\t\t<p class=\"hero__subheading\">BEHIND BODY TALK<\/p>\t\t\t\t<h1 class=\"hero__heading\">RICHARD NEWMAN: COACH, AUTHOR &#038; KEYNOTE SPEAKER <\/h1>\t\t\t<\/div>\n\t\t\t<div class=\"col col-md-8 col-xl-5 offset-xd-1\">\n\t\t\t\t<p class=\"hero__lede\">Having spent over 25 years refining personal and corporate communication techniques, Richard brings his unforgettable energy and vision to every engagement. <\/p>\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"hero__cta\" href=\"#contact\">\n\t\t\t\t\t\t\t\t<span><\/span>\n\t\t\t\t\t\t\t\tBook Richard for your event\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n    <\/div>\n\t<picture class=\"hero__bg-image\" alt=\"\"><source media=\"(min-width: 992px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/606\/richard-newman-hero-1610x800.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/606\/richard-newman-hero-3220x1600.png 2.000x\"><source media=\"(min-width: 768px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/606\/richard-newman-hero-768x1024.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/606\/richard-newman-hero-1536x2048.png 2.000x\"><source media=\"(min-width: 0px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/606\/richard-newman-hero-375x677.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/606\/richard-newman-hero-750x1354.png 2.000x\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/606\/richard-newman-hero-375x677.png\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/606\/richard-newman-hero-375x677.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/606\/richard-newman-hero-750x1354.png 2.000x\" alt=\"richard-newman-hero\" width=\"1610\" height=\"800\" class=\"\"><\/picture><\/section>\n\n\n\n<style>\/*\nConverts a pixel value to matching rem value. *Any* value passed, regardless of unit, is assumed to be a pixel value. By default, the base pixel value used to calculate the rem value is taken from the `$global-font-size` variable.\n@access private\n@param {Number} $value - Pixel value to convert.\n@param {Number} $base [null] - Base for pixel conversion.\n@returns {Number} A number in rems, calculated based on the given value and the base pixel value. rem values are passed through as is.\n*\/\n\/*\nRemoves the unit (e.g. px, em, rem) from a value, returning the number only.\n@param {Number} $num - Number to strip unit from.\n@returns {Number} The same number, sans unit.\n*\/\n\/*\nConverts one or more pixel values into matching rem values.\n@param {Number|List} $values - One or more values to convert. Be sure to separate them with spaces and not commas. If you need to convert a comma-separated list, wrap the list in parentheses.\n@param {Number} $base [null] - The base value to use when calculating the `rem`. If you're using Foundation out of the box, this is 16px. If this parameter is `null`, the function will reference the `$base-font-size` variable as the base.\n@returns {List} A list of converted values.\n*\/\n\/**\n * Contrast\n *\/\n\/**\n*\tBasic link hover function\n*\/\n\/*\n* Fluid Type function\n*\/\n\/*\n* Breakpoint Handler\n* @usage: respond-to('tablet_small') { ... } to target 'tablet_small' and aboe\n*\/\n\/*\n* Grid Layout\n*\/\n\/*\n* Responsive Type mixins\n*\/\n\/*\n* Helpers\n*\/\n.logo-ticker.bg--black, .logo-ticker.bg--dark-purple {\n  color: var(--white);\n}\n.logo-ticker__heading {\n  font-size: 20px;\n}\n@media only screen and (min-width: 320px) {\n  .logo-ticker__heading {\n    font-size: calc(20px + 4 * (100vw - 320px) \/ (1720 - 320));\n  }\n}\n@media only screen and (min-width: 1720px) {\n  .logo-ticker__heading {\n    font-size: 24px;\n  }\n}\n.logo-ticker__heading {\n  font-weight: 600;\n}\n.logo-ticker .grid-container {\n  opacity: 0.001;\n  -webkit-animation: reveal-up 0.5s ease 0.1s forwards;\n          animation: reveal-up 0.5s ease 0.1s forwards;\n}\n.logo-ticker__logos ul {\n  display: -webkit-box;\n  display: -ms-flexbox;\n  display: flex;\n  -ms-flex-negative: 0;\n      flex-shrink: 0;\n  -webkit-box-pack: start;\n      -ms-flex-pack: start;\n          justify-content: flex-start;\n  min-width: 100%;\n  height: 100%;\n  gap: 24px;\n  -webkit-animation: scroll 60s linear infinite;\n          animation: scroll 60s linear infinite;\n}\n.logo-ticker__logos ul > * {\n  -webkit-box-flex: 0;\n      -ms-flex: 0 0 auto;\n          flex: 0 0 auto;\n}\n.logo-ticker__logos ul:nth-child(2) {\n  margin-left: 24px;\n}\n.logo-ticker__logos ul li {\n  display: -webkit-box;\n  display: -ms-flexbox;\n  display: flex;\n  -webkit-box-align: center;\n      -ms-flex-align: center;\n          align-items: center;\n  -webkit-box-pack: center;\n      -ms-flex-pack: center;\n          justify-content: center;\n  width: 30vw;\n  z-index: -1;\n}\n@media (min-width: 769px) {\n  .logo-ticker__logos ul li {\n    width: 16.67vw;\n  }\n}\n.logo-ticker__logos ul li picture {\n  display: block;\n  width: 100%;\n  height: 100%;\n}\n.logo-ticker__logos ul li picture > img {\n  max-width: 145px;\n  max-height: 95px;\n}\n.logo-ticker__logos {\n  padding: 0;\n  height: 140px;\n  display: -webkit-box;\n  display: -ms-flexbox;\n  display: flex;\n  overflow: hidden;\n  opacity: 0.001;\n  -webkit-animation: reveal-up 0.5s ease 0.1s forwards;\n          animation: reveal-up 0.5s ease 0.1s forwards;\n}\n.logo-ticker__logos ul li picture {\n  display: -webkit-box;\n  display: -ms-flexbox;\n  display: flex;\n  -webkit-box-orient: vertical;\n  -webkit-box-direction: normal;\n      -ms-flex-direction: column;\n          flex-direction: column;\n}\n.logo-ticker__logos ul li img {\n  max-width: 145px;\n  max-height: 95px;\n  -o-object-position: center;\n     object-position: center;\n  -o-object-fit: contain;\n     object-fit: contain;\n  margin: auto;\n}\n\n.static-brands {\n  background-color: var(--black);\n  padding: 24px 0 40px;\n}\n.static-brands.bg--black, .static-brands.bg--dark-purple {\n  color: var(--white);\n}\n.static-brands__heading {\n  font-size: 20px;\n}\n@media only screen and (min-width: 320px) {\n  .static-brands__heading {\n    font-size: calc(20px + 4 * (100vw - 320px) \/ (1720 - 320));\n  }\n}\n@media only screen and (min-width: 1720px) {\n  .static-brands__heading {\n    font-size: 24px;\n  }\n}\n.static-brands__heading {\n  line-height: 1.3;\n  display: block;\n  margin-bottom: 20px;\n}\n.static-brands .grid-container {\n  opacity: 0.001;\n  -webkit-animation: reveal-down 0.5s ease 0.1s forwards;\n          animation: reveal-down 0.5s ease 0.1s forwards;\n}\n.static-brands__logos ul {\n  display: -webkit-box;\n  display: -ms-flexbox;\n  display: flex;\n  -ms-flex-negative: 0;\n      flex-shrink: 0;\n  -webkit-box-pack: start;\n      -ms-flex-pack: start;\n          justify-content: flex-start;\n  min-width: 100%;\n  height: 100%;\n  gap: 24px;\n  -webkit-animation: scroll 60s linear infinite;\n          animation: scroll 60s linear infinite;\n}\n.static-brands__logos ul > * {\n  -webkit-box-flex: 0;\n      -ms-flex: 0 0 auto;\n          flex: 0 0 auto;\n}\n.static-brands__logos ul:nth-child(2) {\n  margin-left: 24px;\n}\n.static-brands__logos ul li {\n  display: -webkit-box;\n  display: -ms-flexbox;\n  display: flex;\n  -webkit-box-align: center;\n      -ms-flex-align: center;\n          align-items: center;\n  -webkit-box-pack: center;\n      -ms-flex-pack: center;\n          justify-content: center;\n  width: 30vw;\n  z-index: -1;\n}\n@media (min-width: 769px) {\n  .static-brands__logos ul li {\n    width: 16.67vw;\n  }\n}\n.static-brands__logos ul li picture {\n  display: block;\n  width: 100%;\n  height: 100%;\n}\n.static-brands__logos ul li picture > img {\n  max-width: 145px;\n  max-height: 95px;\n}\n.static-brands__logos {\n  padding: 0;\n  height: 80px;\n  display: -webkit-box;\n  display: -ms-flexbox;\n  display: flex;\n  overflow: hidden;\n  opacity: 0.001;\n  -webkit-animation: reveal-down 0.5s ease 0.1s forwards;\n          animation: reveal-down 0.5s ease 0.1s forwards;\n}\n@media (min-width: 1023px) {\n  .static-brands__logos {\n    height: 140px;\n    display: block;\n  }\n}\n@media (min-width: 1023px) {\n  .static-brands__logos ul {\n    -webkit-animation: none;\n            animation: none;\n    -webkit-box-align: center;\n        -ms-flex-align: center;\n            align-items: center;\n    -ms-flex-pack: distribute;\n        justify-content: space-around;\n    padding: 0 var(--desktop-gutter);\n  }\n}\n.static-brands__logos ul:nth-child(2) {\n  display: -webkit-box;\n  display: -ms-flexbox;\n  display: flex;\n}\n@media (min-width: 1023px) {\n  .static-brands__logos ul:nth-child(2) {\n    display: none;\n  }\n}\n.static-brands__logos ul > * {\n  -webkit-box-flex: 1;\n      -ms-flex: auto;\n          flex: auto;\n}\n@media (min-width: 1023px) {\n  .static-brands__logos ul li {\n    width: auto;\n    z-index: 1;\n    padding: 20px;\n  }\n}\n.static-brands__logos ul li {\n  display: -webkit-box;\n  display: -ms-flexbox;\n  display: flex;\n  -webkit-box-orient: vertical;\n  -webkit-box-direction: normal;\n      -ms-flex-direction: column;\n          flex-direction: column;\n  -webkit-box-align: center;\n      -ms-flex-align: center;\n          align-items: center;\n}\n.static-brands picture {\n  height: 100%;\n  display: -webkit-box;\n  display: -ms-flexbox;\n  display: flex;\n  -webkit-box-orient: vertical;\n  -webkit-box-direction: normal;\n      -ms-flex-direction: column;\n          flex-direction: column;\n  margin: 0 auto;\n  -o-object-fit: contain;\n     object-fit: contain;\n}\n.static-brands picture img {\n  width: auto;\n  height: 100%;\n  -o-object-fit: contain;\n     object-fit: contain;\n}\n.static-brands img {\n  width: auto;\n  height: 100%;\n  -o-object-fit: contain;\n     object-fit: contain;\n}\n\n.product-template .logo-ticker {\n  margin-top: -4rem;\n  padding-bottom: 4rem;\n}\n\/*# sourceMappingURL=block-brands.css.map *\/\n<\/style>\n<section id=\"\" class=\"logo-ticker  bg--white pad-top--2 pad-bottom--2   type--carousel js-sticky-section block\">\n\t<div class=\"grid-container\">\n\t\t<div class=\"row\">\n\t\t\t<div class=\"col\">\n\t\t\t\t<h2 class=\"logo-ticker__heading\"><\/h2>\t\t\t<\/div>\n\t\t<\/div>\n\t<\/div>\n    <div class=\"logo-ticker__logos\">\n\t\t<ul>\n\t\t\t\t\t\t\t\t\t\t\t\t<li><img decoding=\"async\" loading=\"lazy\" width=\"145\" height=\"95\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/2023\/03\/expedia.svg\" alt=\"expedia\" class=\"\" alt=\"\" \/><\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><img decoding=\"async\" loading=\"lazy\" width=\"145\" height=\"95\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/2023\/03\/specsavers.svg\" alt=\"specsavers\" class=\"\" alt=\"\" \/><\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><picture class=\"\" alt=\"\"><source media=\"(min-width: 0px)\" loading=\"lazy\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2428\/BAE_black@3x-145x95.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2428\/BAE_black@3x-290x190.png 2.000x\"><img decoding=\"async\" loading=\"lazy\" loading=\"lazy\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2428\/BAE_black@3x-145x95.png\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2428\/BAE_black@3x-145x95.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2428\/BAE_black@3x-290x190.png 2.000x\" alt=\"BAE_black@3x\" width=\"145\" height=\"95\" class=\"\"><\/picture><\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><picture class=\"\" alt=\"\"><source media=\"(min-width: 0px)\" loading=\"lazy\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2429\/BCG_black@3x-145x95.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2429\/BCG_black@3x-290x190.png 2.000x\"><img decoding=\"async\" loading=\"lazy\" loading=\"lazy\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2429\/BCG_black@3x-145x95.png\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2429\/BCG_black@3x-145x95.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2429\/BCG_black@3x-290x190.png 2.000x\" alt=\"BCG_black@3x\" width=\"145\" height=\"95\" class=\"\"><\/picture><\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><picture class=\"\" alt=\"\"><source media=\"(min-width: 0px)\" loading=\"lazy\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2430\/Capgemini_black@3x-145x95.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2430\/Capgemini_black@3x-290x190.png 2.000x\"><img decoding=\"async\" loading=\"lazy\" loading=\"lazy\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2430\/Capgemini_black@3x-145x95.png\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2430\/Capgemini_black@3x-145x95.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2430\/Capgemini_black@3x-290x190.png 2.000x\" alt=\"Capgemini_black@3x\" width=\"145\" height=\"95\" class=\"\"><\/picture><\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><picture class=\"\" alt=\"\"><source media=\"(min-width: 0px)\" loading=\"lazy\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2431\/London_business_school_black@3x-145x95.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2431\/London_business_school_black@3x-290x190.png 2.000x\"><img decoding=\"async\" loading=\"lazy\" loading=\"lazy\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2431\/London_business_school_black@3x-145x95.png\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2431\/London_business_school_black@3x-145x95.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2431\/London_business_school_black@3x-290x190.png 2.000x\" alt=\"London_business_school_black@3x\" width=\"145\" height=\"95\" class=\"\"><\/picture><\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><picture class=\"\" alt=\"\"><source media=\"(min-width: 0px)\" loading=\"lazy\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2433\/NBA_black@3x-145x95.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2433\/NBA_black@3x-290x190.png 2.000x\"><img decoding=\"async\" loading=\"lazy\" loading=\"lazy\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2433\/NBA_black@3x-145x95.png\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2433\/NBA_black@3x-145x95.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2433\/NBA_black@3x-290x190.png 2.000x\" alt=\"NBA_black@3x\" width=\"145\" height=\"95\" class=\"\"><\/picture><\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><picture class=\"\" alt=\"\"><source media=\"(min-width: 0px)\" loading=\"lazy\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2435\/pwc_black@3x-145x95.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2435\/pwc_black@3x-290x190.png 2.000x\"><img decoding=\"async\" loading=\"lazy\" loading=\"lazy\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2435\/pwc_black@3x-145x95.png\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2435\/pwc_black@3x-145x95.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2435\/pwc_black@3x-290x190.png 2.000x\" alt=\"pwc_black@3x\" width=\"145\" height=\"95\" class=\"\"><\/picture><\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><picture class=\"\" alt=\"\"><source media=\"(min-width: 0px)\" loading=\"lazy\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2436\/St_James_s_Place_black@3x-145x95.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2436\/St_James_s_Place_black@3x-290x190.png 2.000x\"><img decoding=\"async\" loading=\"lazy\" loading=\"lazy\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2436\/St_James_s_Place_black@3x-145x95.png\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2436\/St_James_s_Place_black@3x-145x95.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2436\/St_James_s_Place_black@3x-290x190.png 2.000x\" alt=\"St_James_s_Place_black@3x\" width=\"145\" height=\"95\" class=\"\"><\/picture><\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><picture class=\"\" alt=\"\"><source media=\"(min-width: 0px)\" loading=\"lazy\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2437\/University_Cambridge_black@3x-145x95.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2437\/University_Cambridge_black@3x-290x190.png 2.000x\"><img decoding=\"async\" loading=\"lazy\" loading=\"lazy\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2437\/University_Cambridge_black@3x-145x95.png\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2437\/University_Cambridge_black@3x-145x95.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2437\/University_Cambridge_black@3x-290x190.png 2.000x\" alt=\"University_Cambridge_black@3x\" width=\"145\" height=\"95\" class=\"\"><\/picture><\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><picture class=\"\" alt=\"\"><source media=\"(min-width: 0px)\" loading=\"lazy\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2438\/University_oxford_black@3x-145x95.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2438\/University_oxford_black@3x-290x190.png 2.000x\"><img decoding=\"async\" loading=\"lazy\" loading=\"lazy\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2438\/University_oxford_black@3x-145x95.png\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2438\/University_oxford_black@3x-145x95.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2438\/University_oxford_black@3x-290x190.png 2.000x\" alt=\"University_oxford_black@3x\" width=\"145\" height=\"95\" class=\"\"><\/picture><\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><img decoding=\"async\" loading=\"lazy\" width=\"145\" height=\"95\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/2023\/03\/ee-logo-black.svg\" alt=\"ee-logo-black\" class=\"\" alt=\"\" \/><\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><picture class=\"\" alt=\"\"><source media=\"(min-width: 0px)\" loading=\"lazy\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2439\/Vanguard_black@3x-145x95.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2439\/Vanguard_black@3x-290x190.png 2.000x\"><img decoding=\"async\" loading=\"lazy\" loading=\"lazy\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2439\/Vanguard_black@3x-145x95.png\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2439\/Vanguard_black@3x-145x95.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2439\/Vanguard_black@3x-290x190.png 2.000x\" alt=\"Vanguard_black@3x\" width=\"145\" height=\"95\" class=\"\"><\/picture><\/li>\n\t\t\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t<ul aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><img decoding=\"async\" loading=\"lazy\" width=\"145\" height=\"95\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/2023\/03\/expedia.svg\" alt=\"expedia\" class=\"\" alt=\"\" \/><\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><img decoding=\"async\" loading=\"lazy\" width=\"145\" height=\"95\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/2023\/03\/specsavers.svg\" alt=\"specsavers\" class=\"\" alt=\"\" \/><\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><picture class=\"\" alt=\"\"><source media=\"(min-width: 0px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2428\/BAE_black@3x-145x95.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2428\/BAE_black@3x-290x190.png 2.000x\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2428\/BAE_black@3x-145x95.png\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2428\/BAE_black@3x-145x95.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2428\/BAE_black@3x-290x190.png 2.000x\" alt=\"BAE_black@3x\" width=\"145\" height=\"95\" class=\"\"><\/picture><\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><picture class=\"\" alt=\"\"><source media=\"(min-width: 0px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2429\/BCG_black@3x-145x95.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2429\/BCG_black@3x-290x190.png 2.000x\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2429\/BCG_black@3x-145x95.png\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2429\/BCG_black@3x-145x95.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2429\/BCG_black@3x-290x190.png 2.000x\" alt=\"BCG_black@3x\" width=\"145\" height=\"95\" class=\"\"><\/picture><\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><picture class=\"\" alt=\"\"><source media=\"(min-width: 0px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2430\/Capgemini_black@3x-145x95.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2430\/Capgemini_black@3x-290x190.png 2.000x\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2430\/Capgemini_black@3x-145x95.png\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2430\/Capgemini_black@3x-145x95.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2430\/Capgemini_black@3x-290x190.png 2.000x\" alt=\"Capgemini_black@3x\" width=\"145\" height=\"95\" class=\"\"><\/picture><\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><picture class=\"\" alt=\"\"><source media=\"(min-width: 0px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2431\/London_business_school_black@3x-145x95.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2431\/London_business_school_black@3x-290x190.png 2.000x\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2431\/London_business_school_black@3x-145x95.png\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2431\/London_business_school_black@3x-145x95.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2431\/London_business_school_black@3x-290x190.png 2.000x\" alt=\"London_business_school_black@3x\" width=\"145\" height=\"95\" class=\"\"><\/picture><\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><picture class=\"\" alt=\"\"><source media=\"(min-width: 0px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2433\/NBA_black@3x-145x95.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2433\/NBA_black@3x-290x190.png 2.000x\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2433\/NBA_black@3x-145x95.png\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2433\/NBA_black@3x-145x95.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2433\/NBA_black@3x-290x190.png 2.000x\" alt=\"NBA_black@3x\" width=\"145\" height=\"95\" class=\"\"><\/picture><\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><picture class=\"\" alt=\"\"><source media=\"(min-width: 0px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2435\/pwc_black@3x-145x95.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2435\/pwc_black@3x-290x190.png 2.000x\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2435\/pwc_black@3x-145x95.png\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2435\/pwc_black@3x-145x95.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2435\/pwc_black@3x-290x190.png 2.000x\" alt=\"pwc_black@3x\" width=\"145\" height=\"95\" class=\"\"><\/picture><\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><picture class=\"\" alt=\"\"><source media=\"(min-width: 0px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2436\/St_James_s_Place_black@3x-145x95.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2436\/St_James_s_Place_black@3x-290x190.png 2.000x\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2436\/St_James_s_Place_black@3x-145x95.png\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2436\/St_James_s_Place_black@3x-145x95.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2436\/St_James_s_Place_black@3x-290x190.png 2.000x\" alt=\"St_James_s_Place_black@3x\" width=\"145\" height=\"95\" class=\"\"><\/picture><\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><picture class=\"\" alt=\"\"><source media=\"(min-width: 0px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2437\/University_Cambridge_black@3x-145x95.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2437\/University_Cambridge_black@3x-290x190.png 2.000x\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2437\/University_Cambridge_black@3x-145x95.png\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2437\/University_Cambridge_black@3x-145x95.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2437\/University_Cambridge_black@3x-290x190.png 2.000x\" alt=\"University_Cambridge_black@3x\" width=\"145\" height=\"95\" class=\"\"><\/picture><\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><picture class=\"\" alt=\"\"><source media=\"(min-width: 0px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2438\/University_oxford_black@3x-145x95.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2438\/University_oxford_black@3x-290x190.png 2.000x\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2438\/University_oxford_black@3x-145x95.png\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2438\/University_oxford_black@3x-145x95.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2438\/University_oxford_black@3x-290x190.png 2.000x\" alt=\"University_oxford_black@3x\" width=\"145\" height=\"95\" class=\"\"><\/picture><\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><img decoding=\"async\" loading=\"lazy\" width=\"145\" height=\"95\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/2023\/03\/ee-logo-black.svg\" alt=\"ee-logo-black\" class=\"\" alt=\"\" \/><\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><picture class=\"\" alt=\"\"><source media=\"(min-width: 0px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2439\/Vanguard_black@3x-145x95.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2439\/Vanguard_black@3x-290x190.png 2.000x\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2439\/Vanguard_black@3x-145x95.png\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2439\/Vanguard_black@3x-145x95.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2439\/Vanguard_black@3x-290x190.png 2.000x\" alt=\"Vanguard_black@3x\" width=\"145\" height=\"95\" class=\"\"><\/picture><\/li>\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<\/ul>\n\t\t    <\/div>\n<\/section>\n\n\n\n\t\t<section id=\"\"\t\tclass=\"title-body title-body--image-blockquote  bg--white      js-sticky-section block\">\n\t\t<div class=\"grid-container\">\n\t\t\t<div class=\"row\">\n\t\t\t\t<div class=\"col-12 col-md-5\" data-aos=\"fade-up\">\n\t\t\t\t\t<span class=\"title-body__subheading\"><\/span>\t\t\t\t\t<h2 class=\"title-body__heading\">About Body Talk\u2019s founder<\/h2>\t\t\t\t\t<div class=\"wysiwyg\">\n\t\t\t\t\t\t<p>The driving force behind Body Talk, Richard leads a team of world-class trainers, travelling the globe to present high-engagement, high-impact conference sessions. Through clarity, energy and precision, he delivers the inspiration, motivation and real, practical skills to transform teams, empower leaders and grow businesses \u2013 all backed by the science of communication.<\/p>\n<blockquote><p><em>\u201cRichard is a genuinely talented and inspirational individual, so it\u2019s exciting to think that content from the expert courses he and his team have delivered for us over the last 5 years are going to be in print available for the world to benefit.\u201d<\/em><\/p>\n<ul>\n<li>Aldi<\/li>\n<\/ul>\n<\/blockquote>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"button-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t<div class=\"col-12 col-md-6 offset-md-1 quote-container \" data-aos=\"fade-up\" data-aos-delay=\"150\">\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<picture class=\"title-body__image\" alt=\"\"><source media=\"(min-width: 992px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1528\/WhoWantsABookForChristmas-650x351-c.jpg 0.979x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1528\/WhoWantsABookForChristmas-650x351-c.jpg 0.979x\"><source media=\"(min-width: 768px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1528\/WhoWantsABookForChristmas-345x186-c.jpg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1528\/WhoWantsABookForChristmas-650x350-c.jpg 1.884x\"><source media=\"(min-width: 0px)\" loading=\"lazy\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1528\/WhoWantsABookForChristmas-327x177-c.jpg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1528\/WhoWantsABookForChristmas-650x351-c.jpg 1.988x\"><img decoding=\"async\" loading=\"lazy\" loading=\"lazy\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1528\/WhoWantsABookForChristmas-327x177-c.jpg\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1528\/WhoWantsABookForChristmas-327x177-c.jpg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1528\/WhoWantsABookForChristmas-650x351-c.jpg 1.988x\" alt=\"WhoWantsABookForChristmas\" width=\"664\" height=\"359\" class=\"\"><\/picture>\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t<div class=\"title-body__blockquote \">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<picture class=\"\" alt=\"\"><source media=\"(min-width: 0px)\" loading=\"lazy\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2496\/Group-36-88x105.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2496\/Group-36-176x210.png 2.000x\"><img decoding=\"async\" loading=\"lazy\" loading=\"lazy\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2496\/Group-36-88x105.png\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2496\/Group-36-88x105.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2496\/Group-36-176x210.png 2.000x\" alt=\"Group-36\" width=\"88\" height=\"105\" class=\"\"><\/picture>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p>\u201cRichard Newman is one of the most thoughtful and incredibly creative teachers of communication I&#8217;ve come across in my career.\u201d<\/p>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span><span>David Murray<\/span>, Director of Professional Speechwriters Association USA, award-winning journalist<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t<\/section>\n\n\n\n\n<section id=\"\" class=\"block-banner-ctas      js-sticky-section block\">\n\t<div class=\"container\">\n\t\t<div class=\"row\">\n\t\t\t<div class=\"col-12 block-banner-ctas__content-col\">\n\t\t\t\t<p class=\"overline\">KEYNOTES<\/p>\t\t\t\t<h2 class=\"heading h2\"><span>Interactive masterclasses<\/span> for your whole team<\/h2>\n\t\t\t\t\t\t\t\t<div class=\"block-banner-ctas__cta-container\">\n\t\t\t\t\t<div class=\"row\">\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"col-12 col-md-4\">\n\t\t\t\t\t\t\t<div class=\"block-banner-ctas__cta\">\n\t\t\t\t\t\t\t\t<img decoding=\"async\" loading=\"lazy\" width=\"40\" height=\"70\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/2023\/03\/book.svg\" alt=\"book\" class=\"block-banner-ctas__icon\" alt=\"\" \/>\n\t\t\t\t\t\t\t\t<p class=\"h4 title\">Storytelling<\/p>\n\t\t\t\t\t\t\t\t<p class=\"intro\">Transform your business results and compel people to listen in your meetings, with the power of effective business storytelling.<\/p>\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div id=\"modal-0\" class=\"block-banner-ctas__modal-wrap lity-hide\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"block-banner-ctas__modal-container\">\n\t\t\t\t\t\t\t\t\t\t\t<button class=\"lity-close\" type=\"button\" data-lity-close title=\"Close modal\"><\/button>\n\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"block-banner-ctas__modal\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"overline\">Keynote topic<\/p>\n\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"h2 title\">Storytelling<\/p>\n\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"modal-wysiwyg\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p>Discover the essential elements that all\u00a0<strong>effective business stories<\/strong>\u00a0must have, in order to\u00a0<strong>captivate your audience<\/strong>. Learn how to\u00a0<strong>increase your personal influence<\/strong>\u00a0and make ideas happen through the art of storytelling.<\/p>\n<ul>\n<li>Learn the PRO storytelling method, as used by successful business people, to make your ideas compelling, clear and memorable<\/li>\n<li>Make complex messages come to life with simple tools that ensure you captivate your audience<\/li>\n<li>Discover how to get your audience to take action after your meetings, winning buy-in and creating momentum behind your ideas<\/li>\n<li>Ensure you get the reactions and respect your deserve, by transforming the dynamics and relationship with the people you meet<\/li>\n<\/ul>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"#modal-0\" class=\"btn button button--outline-white\" data-lity>Find out more<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"col-12 col-md-4\">\n\t\t\t\t\t\t\t<div class=\"block-banner-ctas__cta\">\n\t\t\t\t\t\t\t\t<img decoding=\"async\" loading=\"lazy\" width=\"40\" height=\"70\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/2023\/03\/Tune-in-to-how-the-brain-absorbs-information.svg\" alt=\"Tune in to how the brain absorbs information\" class=\"block-banner-ctas__icon\" alt=\"\" \/>\n\t\t\t\t\t\t\t\t<p class=\"h4 title\">Peak performance mindset<\/p>\n\t\t\t\t\t\t\t\t<p class=\"intro\">Learn how to overcome challenges and achieve a peak performance mindset, so that you are able to perform at your best<\/p>\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div id=\"modal-1\" class=\"block-banner-ctas__modal-wrap lity-hide\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"block-banner-ctas__modal-container\">\n\t\t\t\t\t\t\t\t\t\t\t<button class=\"lity-close\" type=\"button\" data-lity-close title=\"Close modal\"><\/button>\n\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"block-banner-ctas__modal\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"overline\">Keynote topic<\/p>\n\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"h2 title\">Peak performance mindset<\/p>\n\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"modal-wysiwyg\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p>Learn how to\u00a0<strong>overcome challenges<\/strong>\u00a0and achieve a\u00a0<strong>peak performance mindset,<\/strong>\u00a0so that you are able to perform at your best in important meetings, with strategies you can use before and during the event to ensure you gain the results you deserve.<\/p>\n<ul>\n<li><strong>Priming<\/strong>\u00a0\u2013 learn how to reach a peak state in your mind before important events, so that you can achieve more tomorrow than you did yesterday<\/li>\n<li><strong>Anchors<\/strong>\u00a0\u2013 develop simple anchors that bring you back to your best self, which you can use before and during key events, to get the results you deserve<\/li>\n<li><strong>Defying the demons<\/strong>\u00a0\u2013 learn to overcome the nagging doubts and worries that can hold you back, by overriding them with peak mindset techniques<\/li>\n<li><strong>Actions<\/strong>\u00a0\u2013 how we hold ourselves, how we breathe and what we focus on, all work together to change the impact of our actions. Learn how to take charge and make sure that everything you do is helping you to achieve your goals<\/li>\n<li><strong>Real event readiness<\/strong>\u00a0\u2013 apply everything you have learned to an upcoming event, so that you are ready to perform at your best.<\/li>\n<\/ul>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"#modal-1\" class=\"btn button button--outline-white\" data-lity>Find out more<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"col-12 col-md-4\">\n\t\t\t\t\t\t\t<div class=\"block-banner-ctas__cta\">\n\t\t\t\t\t\t\t\t<img decoding=\"async\" loading=\"lazy\" width=\"40\" height=\"70\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/2023\/03\/Reel-in-your-audience-1.svg\" alt=\"Reel in your audience\" class=\"block-banner-ctas__icon\" alt=\"\" \/>\n\t\t\t\t\t\t\t\t<p class=\"h4 title\">Personal impact, gravitas and influence<\/p>\n\t\t\t\t\t\t\t\t<p class=\"intro\">Discover advanced body language and voice techniques that allow you to increase your influence<br \/>\r\nand impact<\/p>\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div id=\"modal-2\" class=\"block-banner-ctas__modal-wrap lity-hide\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"block-banner-ctas__modal-container\">\n\t\t\t\t\t\t\t\t\t\t\t<button class=\"lity-close\" type=\"button\" data-lity-close title=\"Close modal\"><\/button>\n\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"block-banner-ctas__modal\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"overline\">Keynote topic<\/p>\n\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"h2 title\">Personal impact, gravitas and influence<\/p>\n\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"modal-wysiwyg\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p>Richard\u2019s breakthrough research will show you how to dramatically increase your gravitas, authority and impact. You can convince\u00a0<strong>42% more people<\/strong>\u00a0with your sales pitch,\u00a0<strong>increase your leadership ratings by 44%<\/strong>\u00a0and even\u00a0<strong>win 59% more votes in an election<\/strong>, by avoiding common habits and learning critical strategies.<\/p>\n<p>Discover advanced\u00a0<strong>body language and voice techniques<\/strong>\u00a0that allow you to increase your influence and impact, with examples from speakers and leaders who inspire us to listen.<\/p>\n<ul>\n<li><strong>Lights, Camera, Action<\/strong>\u00a0\u2013 learn professional strategies used by broadcast journalists and TV presenters, so you can increase your virtual impact<\/li>\n<li>Gain effective\u00a0<strong>body language techniques<\/strong>\u00a0that boost your\u00a0<strong>personal presence<\/strong>\u00a0and gravitas, through making small changes that create a big difference<\/li>\n<li><strong>Adapt your style<\/strong>\u00a0to the needs of your audience,<strong>\u00a0becoming a dynamic communicator<\/strong>\u00a0to enhance your meetings with different people<\/li>\n<li>Interactive Q&amp;A and activities throughout the session, so that you can immediately apply everything you are learning and increase your results<\/li>\n<\/ul>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"#modal-2\" class=\"btn button button--outline-white\" data-lity>Find out more<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t<a href=\"#contact\" class=\"btn button button--magenta button--large\" target=\"\" >Enquire today<\/a>\t\t\t<\/div>\n\t\t<\/div>\n\t<\/div>\n\n\t<picture class=\"block-banner-ctas__image\" alt=\"\"><source media=\"(min-width: 992px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2391\/51699823366_052bb38741_o-scaled-1920x1080.jpg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2391\/51699823366_052bb38741_o-scaled-3840x2160.jpg 2.000x\"><source media=\"(min-width: 768px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2391\/51699823366_052bb38741_o-scaled-768x840.jpg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2391\/51699823366_052bb38741_o-scaled-1536x1680.jpg 2.000x\"><source media=\"(min-width: 0px)\" loading=\"lazy\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2391\/51699823366_052bb38741_o-scaled-375x1355.jpg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2391\/51699823366_052bb38741_o-scaled-750x2710.jpg 2.000x\"><img decoding=\"async\" loading=\"lazy\" loading=\"lazy\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2391\/51699823366_052bb38741_o-scaled-375x1355.jpg\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2391\/51699823366_052bb38741_o-scaled-375x1355.jpg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2391\/51699823366_052bb38741_o-scaled-750x2710.jpg 2.000x\" alt=\"51699823366_052bb38741_o\" width=\"1920\" height=\"1080\" class=\"\"><\/picture><\/section>\n\n\n\n\t\t<section id=\"\"\t\tclass=\"title-body title-body--image-blockquote  bg--white     title-body--reverse js-sticky-section block\">\n\t\t<div class=\"grid-container\">\n\t\t\t<div class=\"row\">\n\t\t\t\t<div class=\"col-12 col-md-5\" data-aos=\"fade-up\">\n\t\t\t\t\t<span class=\"title-body__subheading\"><\/span>\t\t\t\t\t<h2 class=\"title-body__heading\">Why book <span>Richard?<\/span><\/h2>\t\t\t\t\t<div class=\"wysiwyg\">\n\t\t\t\t\t\t<p>Richard will work with your team to devise the perfect session. He will deliver a lively and interactive event, filled with practical strategies that deliver real-world results.<\/p>\n<ul>\n<li>Your audience will be captivated from start to finish, by Richard\u2019s inspiring style and audience engagement.<\/li>\n<li>Everyone will gain proven, practical strategies that they can use immediately at work to boost your business results.<\/li>\n<li>Richard\u2019s talks are almost always voted as the No.1 highest rated talk given at a conference, so you can rest assured that your team will be delighted.<\/li>\n<li>He will work with you before your conference to understand your key challenges and goals, and tailor his session to complement and align with those goals.<\/li>\n<\/ul>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"button-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t<a href=\"#contact\" class=\"btn button button--magenta button--large\" target=\"\" >Book Richard today<svg width=\"17\" height=\"16\" viewBox=\"0 0 17 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M8.00391 0.426757L7.75781 0.672851C7.58203 0.848632 7.58203 1.09473 7.75781 1.27051L14.0156 7.52832L0.796875 7.52832C0.585937 7.52832 0.375 7.73926 0.375 7.9502L0.375 8.30176C0.375 8.54785 0.585937 8.72363 0.796875 8.72363L14.0156 8.72363L7.75781 15.0166C7.58203 15.1924 7.58203 15.4385 7.75781 15.6143L8.00391 15.8604C8.17969 16.0361 8.42578 16.0361 8.60156 15.8604L16.0195 8.44238C16.1953 8.2666 16.1953 8.02051 16.0195 7.84473L8.60156 0.426757C8.42578 0.250976 8.17969 0.250976 8.00391 0.426757Z\" fill=\"#181423\"\/><\/svg><\/a>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t<div class=\"col-12 col-md-6 offset-md-1 quote-container \" data-aos=\"fade-up\" data-aos-delay=\"150\">\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<picture class=\"title-body__image\" alt=\"\"><source media=\"(min-width: 992px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1527\/UKBT_ICAEW-115-scaled-664x359-c.jpg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1527\/UKBT_ICAEW-115-scaled-1328x718-c.jpg 2.000x\"><source media=\"(min-width: 768px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1527\/UKBT_ICAEW-115-scaled-345x186-c.jpg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1527\/UKBT_ICAEW-115-scaled-690x372-c.jpg 2.000x\"><source media=\"(min-width: 0px)\" loading=\"lazy\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1527\/UKBT_ICAEW-115-scaled-327x177-c.jpg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1527\/UKBT_ICAEW-115-scaled-654x354-c.jpg 2.000x\"><img decoding=\"async\" loading=\"lazy\" loading=\"lazy\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1527\/UKBT_ICAEW-115-scaled-327x177-c.jpg\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1527\/UKBT_ICAEW-115-scaled-327x177-c.jpg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1527\/UKBT_ICAEW-115-scaled-654x354-c.jpg 2.000x\" alt=\"UKBT_ICAEW 115\" width=\"664\" height=\"359\" class=\"\"><\/picture>\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t<div class=\"title-body__blockquote \">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p>&#8220;Richard delivers transformational change in how people communicate. It is incredible to observe.&#8221;<\/p>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span>Di MacDonald, former Head of Learning at Apple and L\u2019Oreal<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t<\/section>\n\n\n\n\n\t\t\t<section id=\"\" class=\"block-video  bg--white pad-top--0    block-video--vimeo js-sticky-section block\">\n\t\t<div class=\"grid-container\" data-aos=\"fade\">\n\t\t\t<div class=\"row\">\n\t\t\t\t<div class=\"col\">\n\t\t\t\t\t<div class=\"video\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<iframe src=\"https:\/\/player.vimeo.com\/video\/428021426\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen><\/iframe>\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t<\/section>\n\n\n\n<section id=\"\" class=\"team       js-sticky-section block\">\n    <div class=\"grid-container\">\n\t\t<div class=\"row\">\n\t\t\t<div class=\"col col-12 col-lg-6 col-xl-5\" data-aos=\"fade-up\">\n\t\t\t\t<h2 class=\"team__heading\">Richard\u2019s story<\/h2>\t\t\t\t<p>Richard Newman is an award-winning expert in Leadership Communication, Mindset and Storytelling,\u00a0<br \/>\r\n<br \/>\r\nRichard specialises in showing leaders how to speak with greater impact and influence. He is the author of the best selling books &#8216;You Were Born to Speak&#8217; and &#8216;Lift Your Impact&#8217; (published by McGraw Hill).\u00a0<\/p>\n\t\t\t\t\t\t\t\t\t<div class=\"content-reveal js-content-reveal\">\n\t\t\t\t\t\t<div class=\"wysiwyg\">\n\t\t\t\t\t\t\t<p>Richard&#8217;s clients include CEOs, Vice-Presidents and leadership teams across many industries, including Virgin, Expedia, EE, AXA, Microsoft and 3M. He also teaches the MBA students at London Business School.<\/p>\n<p>Richard began his career in communication in 1995, when he lived in a Tibetan monastery in the foothills of the Himalayas for six months, teaching English to the monks. He then studied professional acting in London for three years, before launching his communication training company.<\/p>\n<p>In 2014 he won the Cicero Grand Award, the most coveted award in the world for speechwriting.<\/p>\n<p>Richard has been featured on BBC London Radio, Sky TV, Channel 5 News, in the Daily Telegraph, The Guardian, Forbes Magazine and BBC Breakfast TV.<\/p>\n<p>Richard founded Body Talk in 2000. His first major client was a Formula 1 Racing Team, where he delivered over 1000 presentations and events for people from all over the world.<\/p>\n<p>His team at Body Talk gain over 1,500 bookings per year to teach their clients, across 46 countries.<\/p>\n<p>Richard&#8217;s team helped one client win over \u00a31.2 Billion in new business in just one year, by improving the way they communicate, winning every single pitch.<\/p>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<button class=\"button button--outline-black button--small js-content-reveal-trigger\">Read more<\/button>\n\t\t\t\t\n\t\t\t\t<ul class=\"inline-buttons\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"#contact\" class=\"btn button button--magenta button--large\" target=\"\" >Book Richard for your event<svg width=\"17\" height=\"16\" viewBox=\"0 0 17 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M8.00391 0.426757L7.75781 0.672851C7.58203 0.848632 7.58203 1.09473 7.75781 1.27051L14.0156 7.52832L0.796875 7.52832C0.585937 7.52832 0.375 7.73926 0.375 7.9502L0.375 8.30176C0.375 8.54785 0.585937 8.72363 0.796875 8.72363L14.0156 8.72363L7.75781 15.0166C7.58203 15.1924 7.58203 15.4385 7.75781 15.6143L8.00391 15.8604C8.17969 16.0361 8.42578 16.0361 8.60156 15.8604L16.0195 8.44238C16.1953 8.2666 16.1953 8.02051 16.0195 7.84473L8.60156 0.426757C8.42578 0.250976 8.17969 0.250976 8.00391 0.426757Z\" fill=\"#181423\"\/><\/svg><\/a>\t\t\t\t\t\t\t\t\t<\/ul>\n\t\t\t<\/div>\n\n\t\t\t<div class=\"col col-12 col-lg-6 offset-xl-1\">\n\t\t\t\t<div class=\"team__image-grid\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"team__image\" data-aos=\"fade\" data-aos-delay=\"100\" style=\"z-index: 0\">\n\t\t\t\t\t\t\t<picture><source media=\"(min-width: 0px)\" loading=\"lazy\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2394\/Deeper-Conversations-1-525x650.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2394\/Deeper-Conversations-1-1050x1300.png 2.000x\"><img decoding=\"async\" loading=\"lazy\" loading=\"lazy\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2394\/Deeper-Conversations-1-525x650.png\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2394\/Deeper-Conversations-1-525x650.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2394\/Deeper-Conversations-1-1050x1300.png 2.000x\" alt=\"Deeper Conversations-1\" width=\"525\" height=\"650\" class=\"\"><\/picture>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"team__image\" data-aos=\"fade\" data-aos-delay=\"200\" style=\"z-index: 1\">\n\t\t\t\t\t\t\t<picture><source media=\"(min-width: 0px)\" loading=\"lazy\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2389\/Copy-of-DHR-1565-scaled-525x650.jpg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2389\/Copy-of-DHR-1565-scaled-1050x1300.jpg 2.000x\"><img decoding=\"async\" loading=\"lazy\" loading=\"lazy\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2389\/Copy-of-DHR-1565-scaled-525x650.jpg\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2389\/Copy-of-DHR-1565-scaled-525x650.jpg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2389\/Copy-of-DHR-1565-scaled-1050x1300.jpg 2.000x\" alt=\"Copy of DHR-1565\" width=\"525\" height=\"650\" class=\"\"><\/picture>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"team__image\" data-aos=\"fade\" data-aos-delay=\"300\" style=\"z-index: 2\">\n\t\t\t\t\t\t\t<picture><source media=\"(min-width: 0px)\" loading=\"lazy\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2390\/Copy-of-7B3A0849-scaled-525x650.jpg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2390\/Copy-of-7B3A0849-scaled-1050x1300.jpg 2.000x\"><img decoding=\"async\" loading=\"lazy\" loading=\"lazy\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2390\/Copy-of-7B3A0849-scaled-525x650.jpg\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2390\/Copy-of-7B3A0849-scaled-525x650.jpg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2390\/Copy-of-7B3A0849-scaled-1050x1300.jpg 2.000x\" alt=\"Copy of 7B3A0849\" width=\"525\" height=\"650\" class=\"\"><\/picture>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"team__image\" data-aos=\"fade\" data-aos-delay=\"400\" style=\"z-index: 3\">\n\t\t\t\t\t\t\t<picture><source media=\"(min-width: 0px)\" loading=\"lazy\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2811\/Paljor-Monk-scaled-525x650.jpg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2811\/Paljor-Monk-scaled-1050x1300.jpg 2.000x\"><img decoding=\"async\" loading=\"lazy\" loading=\"lazy\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2811\/Paljor-Monk-scaled-525x650.jpg\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2811\/Paljor-Monk-scaled-525x650.jpg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2811\/Paljor-Monk-scaled-1050x1300.jpg 2.000x\" alt=\"Paljor-Monk\" width=\"525\" height=\"650\" class=\"\"><\/picture>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"team__image\" data-aos=\"fade\" data-aos-delay=\"500\" style=\"z-index: 4\">\n\t\t\t\t\t\t\t<picture><source media=\"(min-width: 0px)\" loading=\"lazy\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2395\/Deeper-Conversations-525x650.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2395\/Deeper-Conversations-1050x1300.png 2.000x\"><img decoding=\"async\" loading=\"lazy\" loading=\"lazy\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2395\/Deeper-Conversations-525x650.png\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2395\/Deeper-Conversations-525x650.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2395\/Deeper-Conversations-1050x1300.png 2.000x\" alt=\"Deeper Conversations\" width=\"525\" height=\"650\" class=\"\"><\/picture>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t<\/div>\n<\/section>\n\n\n\n\t\t<section id=\"\"\t\tclass=\"title-body title-body--image-blockquote  bg--dark-purple     title-body--reverse js-sticky-section block\">\n\t\t<div class=\"grid-container\">\n\t\t\t<div class=\"row\">\n\t\t\t\t<div class=\"col-12 col-md-5\" data-aos=\"fade-up\">\n\t\t\t\t\t<span class=\"title-body__subheading\"><\/span>\t\t\t\t\t<h2 class=\"title-body__heading\">Best-selling author<\/h2>\t\t\t\t\t<div class=\"wysiwyg\">\n\t\t\t\t\t\t<p>In December 2018, Richard published \u201cYou Were Born To Speak\u201d, documenting the knowledge and skills he had amassed in his 23-year journey while building a multi-million pound communication training business.<\/p>\n<h3>Lift Your Impact<\/h3>\n<p>His follow-up in 2023, \u201cLift Your Impact\u201d, focuses on his work in the corporate world and key techniques that have dramatically moved the needle for business leaders both personally and professionally.<\/p>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"button-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t<a href=\"https:\/\/amzn.eu\/d\/8k7PC59\" class=\"btn button button--magenta button--large\" target=\"_blank\" rel=\"noopener noreferrer\" >Buy in the UK<svg width=\"17\" height=\"16\" viewBox=\"0 0 17 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M8.00391 0.426757L7.75781 0.672851C7.58203 0.848632 7.58203 1.09473 7.75781 1.27051L14.0156 7.52832L0.796875 7.52832C0.585937 7.52832 0.375 7.73926 0.375 7.9502L0.375 8.30176C0.375 8.54785 0.585937 8.72363 0.796875 8.72363L14.0156 8.72363L7.75781 15.0166C7.58203 15.1924 7.58203 15.4385 7.75781 15.6143L8.00391 15.8604C8.17969 16.0361 8.42578 16.0361 8.60156 15.8604L16.0195 8.44238C16.1953 8.2666 16.1953 8.02051 16.0195 7.84473L8.60156 0.426757C8.42578 0.250976 8.17969 0.250976 8.00391 0.426757Z\" fill=\"#181423\"\/><\/svg><\/a>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/www.amazon.com\/dp\/1265086141?ref_=cm_sw_r_cp_ud_dp_J1GES633ZN0K3MV9AWKN\" class=\"btn button button--magenta button--large\" target=\"_blank\" rel=\"noopener noreferrer\" >Buy in the USA<svg width=\"17\" height=\"16\" viewBox=\"0 0 17 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M8.00391 0.426757L7.75781 0.672851C7.58203 0.848632 7.58203 1.09473 7.75781 1.27051L14.0156 7.52832L0.796875 7.52832C0.585937 7.52832 0.375 7.73926 0.375 7.9502L0.375 8.30176C0.375 8.54785 0.585937 8.72363 0.796875 8.72363L14.0156 8.72363L7.75781 15.0166C7.58203 15.1924 7.58203 15.4385 7.75781 15.6143L8.00391 15.8604C8.17969 16.0361 8.42578 16.0361 8.60156 15.8604L16.0195 8.44238C16.1953 8.2666 16.1953 8.02051 16.0195 7.84473L8.60156 0.426757C8.42578 0.250976 8.17969 0.250976 8.00391 0.426757Z\" fill=\"#181423\"\/><\/svg><\/a>\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t<div class=\"col-12 col-md-6 offset-md-1 quote-container \" data-aos=\"fade-up\" data-aos-delay=\"150\">\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<picture class=\"title-body__image\" alt=\"\"><source media=\"(min-width: 992px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1510\/Visual-aids-featured-664x359-c.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1510\/Visual-aids-featured-696x376-c.png 1.048x\"><source media=\"(min-width: 768px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1510\/Visual-aids-featured-345x186-c.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1510\/Visual-aids-featured-690x372-c.png 2.000x\"><source media=\"(min-width: 0px)\" loading=\"lazy\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1510\/Visual-aids-featured-327x177-c.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1510\/Visual-aids-featured-654x354-c.png 2.000x\"><img decoding=\"async\" loading=\"lazy\" loading=\"lazy\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1510\/Visual-aids-featured-327x177-c.png\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1510\/Visual-aids-featured-327x177-c.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1510\/Visual-aids-featured-654x354-c.png 2.000x\" alt=\"Visual-aids-featured\" width=\"664\" height=\"359\" class=\"\"><\/picture>\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t<div class=\"title-body__blockquote \">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<picture class=\"\" alt=\"\"><source media=\"(min-width: 0px)\" loading=\"lazy\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1951\/Expedia-logo-88x105.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1951\/Expedia-logo-176x210.png 2.000x\"><img decoding=\"async\" loading=\"lazy\" loading=\"lazy\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1951\/Expedia-logo-88x105.png\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1951\/Expedia-logo-88x105.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1951\/Expedia-logo-176x210.png 2.000x\" alt=\"Expedia logo\" width=\"88\" height=\"105\" class=\"\"><\/picture>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p>\u201cThe techniques Richard and his team teach are world class. He has electrified our team and boosted our results.\u201d<\/p>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span>Expedia Travel<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t<\/section>\n\n\n\n<section id=\"\" class=\"block-faqs grid-container        js-sticky-section block\">\n    <div class=\"row justify-content-center\">\n\t\t<div class=\"col col-lg-10\">\n\t\t\t<div class=\"faqs\" data-aos=\"fade-up\">\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<p class=\"h4\"><h2 style=\"\r\n    text-align: center;\r\n\">We\u2019re here to help<\/h2><br><br><\/p>\t\t\t\t\n\t\t\t\t<div class=\"faqs__accordion\" data-aos=\"fade-up\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"faqs__accordion__panel\">\n\t\t\t\t\t\t<div class=\"tab js-faq-accordion-tab is-active\">\n\t\t\t\t\t\t\t<h3 class=\"h6\">I\u2019m not in the UK, will Richard attend?<\/h3>\n\t\t\t\t\t\t\t<span>\n\t\t\t\t\t\t\t<svg width=\"17\" height=\"16\" viewBox=\"0 0 17 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n\t\t\t\t\t\t\t\t<path d=\"M8.00391 0.426757L7.75781 0.672851C7.58203 0.848632 7.58203 1.09473 7.75781 1.27051L14.0156 7.52832L0.796875 7.52832C0.585937 7.52832 0.375 7.73926 0.375 7.9502L0.375 8.30176C0.375 8.54785 0.585937 8.72363 0.796875 8.72363L14.0156 8.72363L7.75781 15.0166C7.58203 15.1924 7.58203 15.4385 7.75781 15.6143L8.00391 15.8604C8.17969 16.0361 8.42578 16.0361 8.60156 15.8604L16.0195 8.44238C16.1953 8.2666 16.1953 8.02051 16.0195 7.84473L8.60156 0.426757C8.42578 0.250976 8.17969 0.250976 8.00391 0.426757Z\" fill=\"#181423\"\/>\n\t\t\t\t\t\t\t<\/svg>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"content\">\n\t\t\t\t\t\t\t<div class=\"wysiwyg\">\n\t\t\t\t\t\t\t\t<p>Yes! Richard has spoken at events in 46 countries across the world and counting.<\/p>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<div class=\"faqs__accordion__panel\">\n\t\t\t\t\t\t<div class=\"tab js-faq-accordion-tab \">\n\t\t\t\t\t\t\t<h3 class=\"h6\">What makes Richard different to other speakers?<\/h3>\n\t\t\t\t\t\t\t<span>\n\t\t\t\t\t\t\t<svg width=\"17\" height=\"16\" viewBox=\"0 0 17 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n\t\t\t\t\t\t\t\t<path d=\"M8.00391 0.426757L7.75781 0.672851C7.58203 0.848632 7.58203 1.09473 7.75781 1.27051L14.0156 7.52832L0.796875 7.52832C0.585937 7.52832 0.375 7.73926 0.375 7.9502L0.375 8.30176C0.375 8.54785 0.585937 8.72363 0.796875 8.72363L14.0156 8.72363L7.75781 15.0166C7.58203 15.1924 7.58203 15.4385 7.75781 15.6143L8.00391 15.8604C8.17969 16.0361 8.42578 16.0361 8.60156 15.8604L16.0195 8.44238C16.1953 8.2666 16.1953 8.02051 16.0195 7.84473L8.60156 0.426757C8.42578 0.250976 8.17969 0.250976 8.00391 0.426757Z\" fill=\"#181423\"\/>\n\t\t\t\t\t\t\t<\/svg>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"content\">\n\t\t\t\t\t\t\t<div class=\"wysiwyg\">\n\t\t\t\t\t\t\t\t<p>Richard has an electric personality and a real passion for sharing his knowledge with others. There will be no yawn breaks and numb bottoms; his sessions are incredibly interactive and highly engaging.<\/p>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<div class=\"faqs__accordion__panel\">\n\t\t\t\t\t\t<div class=\"tab js-faq-accordion-tab \">\n\t\t\t\t\t\t\t<h3 class=\"h6\">Can I see a demonstration?<\/h3>\n\t\t\t\t\t\t\t<span>\n\t\t\t\t\t\t\t<svg width=\"17\" height=\"16\" viewBox=\"0 0 17 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n\t\t\t\t\t\t\t\t<path d=\"M8.00391 0.426757L7.75781 0.672851C7.58203 0.848632 7.58203 1.09473 7.75781 1.27051L14.0156 7.52832L0.796875 7.52832C0.585937 7.52832 0.375 7.73926 0.375 7.9502L0.375 8.30176C0.375 8.54785 0.585937 8.72363 0.796875 8.72363L14.0156 8.72363L7.75781 15.0166C7.58203 15.1924 7.58203 15.4385 7.75781 15.6143L8.00391 15.8604C8.17969 16.0361 8.42578 16.0361 8.60156 15.8604L16.0195 8.44238C16.1953 8.2666 16.1953 8.02051 16.0195 7.84473L8.60156 0.426757C8.42578 0.250976 8.17969 0.250976 8.00391 0.426757Z\" fill=\"#181423\"\/>\n\t\t\t\t\t\t\t<\/svg>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"content\">\n\t\t\t\t\t\t\t<div class=\"wysiwyg\">\n\t\t\t\t\t\t\t\t<p>After speaking with our team, we can share videos from past events so that you can see a relevant video of Richard speaking at an event. You can also see Richard\u2019s communication style on our resources page, hosting our podcast.<\/p>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<div class=\"faqs__accordion__panel\">\n\t\t\t\t\t\t<div class=\"tab js-faq-accordion-tab \">\n\t\t\t\t\t\t\t<h3 class=\"h6\">Can the event be customised?<\/h3>\n\t\t\t\t\t\t\t<span>\n\t\t\t\t\t\t\t<svg width=\"17\" height=\"16\" viewBox=\"0 0 17 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n\t\t\t\t\t\t\t\t<path d=\"M8.00391 0.426757L7.75781 0.672851C7.58203 0.848632 7.58203 1.09473 7.75781 1.27051L14.0156 7.52832L0.796875 7.52832C0.585937 7.52832 0.375 7.73926 0.375 7.9502L0.375 8.30176C0.375 8.54785 0.585937 8.72363 0.796875 8.72363L14.0156 8.72363L7.75781 15.0166C7.58203 15.1924 7.58203 15.4385 7.75781 15.6143L8.00391 15.8604C8.17969 16.0361 8.42578 16.0361 8.60156 15.8604L16.0195 8.44238C16.1953 8.2666 16.1953 8.02051 16.0195 7.84473L8.60156 0.426757C8.42578 0.250976 8.17969 0.250976 8.00391 0.426757Z\" fill=\"#181423\"\/>\n\t\t\t\t\t\t\t<\/svg>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"content\">\n\t\t\t\t\t\t\t<div class=\"wysiwyg\">\n\t\t\t\t\t\t\t\t<p>Yes. Richard tailors his conferences to cover and resonate with the challenges and opportunities facing your audience.<\/p>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<div class=\"faqs__accordion__panel\">\n\t\t\t\t\t\t<div class=\"tab js-faq-accordion-tab \">\n\t\t\t\t\t\t\t<h3 class=\"h6\">How can you trust that we\u2019ll get it right?<\/h3>\n\t\t\t\t\t\t\t<span>\n\t\t\t\t\t\t\t<svg width=\"17\" height=\"16\" viewBox=\"0 0 17 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n\t\t\t\t\t\t\t\t<path d=\"M8.00391 0.426757L7.75781 0.672851C7.58203 0.848632 7.58203 1.09473 7.75781 1.27051L14.0156 7.52832L0.796875 7.52832C0.585937 7.52832 0.375 7.73926 0.375 7.9502L0.375 8.30176C0.375 8.54785 0.585937 8.72363 0.796875 8.72363L14.0156 8.72363L7.75781 15.0166C7.58203 15.1924 7.58203 15.4385 7.75781 15.6143L8.00391 15.8604C8.17969 16.0361 8.42578 16.0361 8.60156 15.8604L16.0195 8.44238C16.1953 8.2666 16.1953 8.02051 16.0195 7.84473L8.60156 0.426757C8.42578 0.250976 8.17969 0.250976 8.00391 0.426757Z\" fill=\"#181423\"\/>\n\t\t\t\t\t\t\t<\/svg>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"content\">\n\t\t\t\t\t\t\t<div class=\"wysiwyg\">\n\t\t\t\t\t\t\t\t<p>Richard specialises in communication \u2013 focusing on Presentations, Pitches and Storytelling. His training is scientifically proven to increase your ratings for leadership qualities and personal influence. We were proud to work with the University College London to create one of the largest studies on the influence that has ever been conducted. This involves 2,000 people aged 18-65 from Europe, America, and India to determine the most effective way to communicate in business. The results were published in the Journal of Psychology so you can be assured that you will gain measurable results from our events.<\/p>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<div class=\"faqs__accordion__panel\">\n\t\t\t\t\t\t<div class=\"tab js-faq-accordion-tab \">\n\t\t\t\t\t\t\t<h3 class=\"h6\">How much do you charge?<\/h3>\n\t\t\t\t\t\t\t<span>\n\t\t\t\t\t\t\t<svg width=\"17\" height=\"16\" viewBox=\"0 0 17 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n\t\t\t\t\t\t\t\t<path d=\"M8.00391 0.426757L7.75781 0.672851C7.58203 0.848632 7.58203 1.09473 7.75781 1.27051L14.0156 7.52832L0.796875 7.52832C0.585937 7.52832 0.375 7.73926 0.375 7.9502L0.375 8.30176C0.375 8.54785 0.585937 8.72363 0.796875 8.72363L14.0156 8.72363L7.75781 15.0166C7.58203 15.1924 7.58203 15.4385 7.75781 15.6143L8.00391 15.8604C8.17969 16.0361 8.42578 16.0361 8.60156 15.8604L16.0195 8.44238C16.1953 8.2666 16.1953 8.02051 16.0195 7.84473L8.60156 0.426757C8.42578 0.250976 8.17969 0.250976 8.00391 0.426757Z\" fill=\"#181423\"\/>\n\t\t\t\t\t\t\t<\/svg>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"content\">\n\t\t\t\t\t\t\t<div class=\"wysiwyg\">\n\t\t\t\t\t\t\t\t<p>Due to the bespoke nature of Richards conferences, his time will be priced on an individual basis taking into consideration the focus, amount of attendees, and location. No talk is too small or too large. He only believes in providing dynamic presentations that get attendees the results they deserve.<\/p>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<div class=\"faqs__accordion__panel\">\n\t\t\t\t\t\t<div class=\"tab js-faq-accordion-tab \">\n\t\t\t\t\t\t\t<h3 class=\"h6\">How quickly will I see results?<\/h3>\n\t\t\t\t\t\t\t<span>\n\t\t\t\t\t\t\t<svg width=\"17\" height=\"16\" viewBox=\"0 0 17 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n\t\t\t\t\t\t\t\t<path d=\"M8.00391 0.426757L7.75781 0.672851C7.58203 0.848632 7.58203 1.09473 7.75781 1.27051L14.0156 7.52832L0.796875 7.52832C0.585937 7.52832 0.375 7.73926 0.375 7.9502L0.375 8.30176C0.375 8.54785 0.585937 8.72363 0.796875 8.72363L14.0156 8.72363L7.75781 15.0166C7.58203 15.1924 7.58203 15.4385 7.75781 15.6143L8.00391 15.8604C8.17969 16.0361 8.42578 16.0361 8.60156 15.8604L16.0195 8.44238C16.1953 8.2666 16.1953 8.02051 16.0195 7.84473L8.60156 0.426757C8.42578 0.250976 8.17969 0.250976 8.00391 0.426757Z\" fill=\"#181423\"\/>\n\t\t\t\t\t\t\t<\/svg>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"content\">\n\t\t\t\t\t\t\t<div class=\"wysiwyg\">\n\t\t\t\t\t\t\t\t<p>Everything learned during your session can be applied to real-life experiences immediately after the session. Usually, attendees find the tools shared impact both there personal and professional outlooks.<\/p>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n    <\/div>\n<\/section>\n\n\n\n\n<section id=\"\" class=\"block-resources     m-top--1  block-resources__type-none js-sticky-section block\">\n\t<div class=\"resources\">\n\t\t<div class=\"grid-container\">\n\t\t\t\t\t\t<div class=\"row block-heading\" data-aos=\"fade-up\">\n\t\t\t\t<div class=\"col-12 block-resources__content-col\">\n\t\t\t\t\t<h2 class=\"block-heading__h2\">Related resources<\/h2>\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<div class=\"row\" data-aos=\"fade-up\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"col-12 col-md-6 col-xl-4\">\n\t\t\t\t\t\t<article class=\"resources__article \">\n\t\t<a href=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/resources\/videos\/lift-your-impact\/\" class=\"resources__article__thumbnail\">\n\t\t<picture alt=\"Richard Newman article thumbnail\"><source media=\"(min-width: 992px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1226\/Screenshot-2023-03-13-at-09.41.26-495x248.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1226\/Screenshot-2023-03-13-at-09.41.26-990x496.png 2.000x\"><source media=\"(min-width: 768px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1226\/Screenshot-2023-03-13-at-09.41.26-345x172.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1226\/Screenshot-2023-03-13-at-09.41.26-690x344.png 2.000x\"><source media=\"(min-width: 0px)\" loading=\"lazy\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1226\/Screenshot-2023-03-13-at-09.41.26-327x164.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1226\/Screenshot-2023-03-13-at-09.41.26-654x328.png 2.000x\"><img decoding=\"async\" loading=\"lazy\" loading=\"lazy\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1226\/Screenshot-2023-03-13-at-09.41.26-327x164.png\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1226\/Screenshot-2023-03-13-at-09.41.26-327x164.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1226\/Screenshot-2023-03-13-at-09.41.26-654x328.png 2.000x\" alt=\"Screenshot-2023-03-13-at-09.41.26\" width=\"495\" height=\"248\" class=\"\"><\/picture>\t<\/a>\n\t\t<ul class=\"inline-tags inline-tags--dark\">\n\t\t\t\t\t\t\t\t<li>Videos<\/li>\n\t\t\t\t\t\t<\/ul>\n\t<p class=\"h5\"><a href=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/resources\/videos\/lift-your-impact\/\">The Body Talk Podcast &#8211; Lift Your Impact with Richard Newman<\/a><\/p>\n\t<div class=\"resources__article__meta\">\n\t\t<div class=\"avatar\"><img loading=\"lazy\" decoding=\"async\" width=\"80\" height=\"80\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3300\/UKBT_061223-142-A-1-80x80-c.jpg\" class=\"avatar\" alt=\"Alina Jenkins profile image\" \/><\/div>\n\t\t<span class=\"author\">\n\t\t\tby\n\t\t\t\t\t\t\t<a href=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/about-us\/meet-the-team\/alina-jenkins\/\">Alina Jenkins<\/a>\n\t\t\t\t\t<\/span>\n\t\t<span>13th Mar 2023<\/span>\n\t<\/div>\n<\/article>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"col-12 col-md-6 col-xl-4\">\n\t\t\t\t\t\t<article class=\"resources__article \">\n\t\t<a href=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/resources\/videos\/richard-newman-speaker-showreel\/\" class=\"resources__article__thumbnail\">\n\t\t<picture alt=\"Richard Newman article thumbnail\"><source media=\"(min-width: 992px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2308\/Body-Talk-Richard-Newman-speaker-showreel-495x248.jpg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2308\/Body-Talk-Richard-Newman-speaker-showreel-990x496.jpg 2.000x\"><source media=\"(min-width: 768px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2308\/Body-Talk-Richard-Newman-speaker-showreel-345x172.jpg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2308\/Body-Talk-Richard-Newman-speaker-showreel-690x344.jpg 2.000x\"><source media=\"(min-width: 0px)\" loading=\"lazy\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2308\/Body-Talk-Richard-Newman-speaker-showreel-327x164.jpg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2308\/Body-Talk-Richard-Newman-speaker-showreel-654x328.jpg 2.000x\"><img decoding=\"async\" loading=\"lazy\" loading=\"lazy\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2308\/Body-Talk-Richard-Newman-speaker-showreel-327x164.jpg\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2308\/Body-Talk-Richard-Newman-speaker-showreel-327x164.jpg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2308\/Body-Talk-Richard-Newman-speaker-showreel-654x328.jpg 2.000x\" alt=\"Body Talk &#8211; Richard Newman speaker showreel\" width=\"495\" height=\"248\" class=\"\"><\/picture>\t<\/a>\n\t\t<ul class=\"inline-tags inline-tags--dark\">\n\t\t\t\t\t\t\t\t<li>Videos<\/li>\n\t\t\t\t\t\t<\/ul>\n\t<p class=\"h5\"><a href=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/resources\/videos\/richard-newman-speaker-showreel\/\">Body Talk &#8211; Richard Newman speaker showreel<\/a><\/p>\n\t<div class=\"resources__article__meta\">\n\t\t<div class=\"avatar\"><img loading=\"lazy\" decoding=\"async\" width=\"80\" height=\"80\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3313\/UKBT_061223-10-A-1-80x80-c.jpg\" class=\"avatar\" alt=\"Richard Newman profile image\" \/><\/div>\n\t\t<span class=\"author\">\n\t\t\tby\n\t\t\t\t\t\t\t<a href=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/about-us\/meet-the-team\/richard-newman\/\">Richard Newman<\/a>\n\t\t\t\t\t<\/span>\n\t\t<span>7th Aug 2020<\/span>\n\t<\/div>\n<\/article>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"col-12 col-md-6 col-xl-4\">\n\t\t\t\t\t\t<article class=\"resources__article \">\n\t\t<a href=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/resources\/videos\/improve-your-body-language\/\" class=\"resources__article__thumbnail\">\n\t\t<picture alt=\"Richard Newman article thumbnail\"><source media=\"(min-width: 992px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1080\/Screenshot-2021-09-08-at-12.42.27-495x248.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1080\/Screenshot-2021-09-08-at-12.42.27-990x496.png 2.000x\"><source media=\"(min-width: 768px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1080\/Screenshot-2021-09-08-at-12.42.27-345x172.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1080\/Screenshot-2021-09-08-at-12.42.27-690x344.png 2.000x\"><source media=\"(min-width: 0px)\" loading=\"lazy\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1080\/Screenshot-2021-09-08-at-12.42.27-327x164.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1080\/Screenshot-2021-09-08-at-12.42.27-654x328.png 2.000x\"><img decoding=\"async\" loading=\"lazy\" loading=\"lazy\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1080\/Screenshot-2021-09-08-at-12.42.27-327x164.png\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1080\/Screenshot-2021-09-08-at-12.42.27-327x164.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1080\/Screenshot-2021-09-08-at-12.42.27-654x328.png 2.000x\" alt=\"Screenshot-2021-09-08-at-12.42.27\" width=\"495\" height=\"248\" class=\"\"><\/picture>\t<\/a>\n\t\t<ul class=\"inline-tags inline-tags--dark\">\n\t\t\t\t\t\t\t\t<li>Videos<\/li>\n\t\t\t\t\t\t<\/ul>\n\t<p class=\"h5\"><a href=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/resources\/videos\/improve-your-body-language\/\">The Body Talk Podcast &#8211; Improve Your Body Language And Communication Skills<\/a><\/p>\n\t<div class=\"resources__article__meta\">\n\t\t<div class=\"avatar\"><img loading=\"lazy\" decoding=\"async\" width=\"80\" height=\"80\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3300\/UKBT_061223-142-A-1-80x80-c.jpg\" class=\"avatar\" alt=\"Alina Jenkins profile image\" \/><\/div>\n\t\t<span class=\"author\">\n\t\t\tby\n\t\t\t\t\t\t\t<a href=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/about-us\/meet-the-team\/alina-jenkins\/\">Alina Jenkins<\/a>\n\t\t\t\t\t<\/span>\n\t\t<span>8th Sep 2021<\/span>\n\t<\/div>\n<\/article>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t<\/div>\n\t<\/div>\n\t<\/section>\n\n\n\n\n<section id=\"contact\" class=\"contact-form  bg--dark-purple     contact-form--dark-bg js-sticky-section block\" data-enquiry-page=\"Richard Newman\">\n\t<div class=\"grid-container\">\n\t\t<div class=\"row\">\n\t\t\t<div class=\"col-12 col-md-5\" data-aos=\"fade-up\">\n\t\t\t\t<h2 class=\"contact-form__heading\">Take the next <span>step<\/span><\/h2>\t\t\t\t\t\t\t\t<div class=\"wysiwyg\">\n\t\t\t\t\tGet in touch and start the ball rolling on masterful communication.<br \/>\r\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t<div class=\"col-12 col-md-6 offset-md-1\" data-aos=\"fade-up\" data-aos-delay=\"150\">\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t<script>\n\t\t\t\t\t\t\twindow.hsFormsOnReady = window.hsFormsOnReady || [];\n\t\t\t\t\t\t\twindow.hsFormsOnReady.push(()=>{\n\t\t\t\t\t\t\t\thbspt.forms.create({\n\t\t\t\t\t\t\t\t\tportalId: 4311802,\n\t\t\t\t\t\t\t\t\tformId: \"077ed33d-65c9-4bc3-bbee-9c0081837c5e\",\n\t\t\t\t\t\t\t\t\ttarget: \"#hbspt-form-1779482783000-6758699582\",\n\t\t\t\t\t\t\t\t\tregion: \"na1\",\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t})});\n\t\t\t\t\t\t<\/script>\n\t\t\t\t\t\t<div class=\"hbspt-form\" id=\"hbspt-form-1779482783000-6758699582\"><\/div>\t\t\t\t\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\n\t<\/div>\n\n\t\t\t\t<\/section>\n\n\n\n\n\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":11,"featured_media":0,"parent":568,"menu_order":3,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"content-type":"","footnotes":""},"training_type":[],"group_size":[],"training_duration":[],"class_list":["post-595","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Richard Newman - Body Talk<\/title>\n<meta name=\"description\" content=\"Read Richard Newman\u2019s story - understand the journey that led to him starting the company and reasons for its trajectory since.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-json\/wp\/v2\/pages\/595\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Richard Newman - Body Talk\" \/>\n<meta property=\"og:description\" content=\"Read Richard Newman\u2019s story - understand the journey that led to him starting the company and reasons for its trajectory since.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/about-us\/richard-newman-coach-author-speaker-body-talk\/\" \/>\n<meta property=\"og:site_name\" content=\"Body Talk\" \/>\n<meta property=\"article:modified_time\" content=\"2023-11-10T11:57:44+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/about-us\/richard-newman-coach-author-speaker-body-talk\/\",\"url\":\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/about-us\/richard-newman-coach-author-speaker-body-talk\/\",\"name\":\"Richard Newman - Body Talk\",\"isPartOf\":{\"@id\":\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/#website\"},\"datePublished\":\"2023-03-22T08:03:06+00:00\",\"dateModified\":\"2023-11-10T11:57:44+00:00\",\"description\":\"Read Richard Newman\u2019s story - understand the journey that led to him starting the company and reasons for its trajectory since.\",\"breadcrumb\":{\"@id\":\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/about-us\/richard-newman-coach-author-speaker-body-talk\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/about-us\/richard-newman-coach-author-speaker-body-talk\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/about-us\/richard-newman-coach-author-speaker-body-talk\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"About\",\"item\":\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/about-us\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Richard Newman\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/#website\",\"url\":\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/\",\"name\":\"Body Talk\",\"description\":\"The Science of Communication\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Richard Newman - Body Talk","description":"Read Richard Newman\u2019s story - understand the journey that led to him starting the company and reasons for its trajectory since.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-json\/wp\/v2\/pages\/595","og_locale":"en_GB","og_type":"article","og_title":"Richard Newman - Body Talk","og_description":"Read Richard Newman\u2019s story - understand the journey that led to him starting the company and reasons for its trajectory since.","og_url":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/about-us\/richard-newman-coach-author-speaker-body-talk\/","og_site_name":"Body Talk","article_modified_time":"2023-11-10T11:57:44+00:00","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/about-us\/richard-newman-coach-author-speaker-body-talk\/","url":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/about-us\/richard-newman-coach-author-speaker-body-talk\/","name":"Richard Newman - Body Talk","isPartOf":{"@id":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/#website"},"datePublished":"2023-03-22T08:03:06+00:00","dateModified":"2023-11-10T11:57:44+00:00","description":"Read Richard Newman\u2019s story - understand the journey that led to him starting the company and reasons for its trajectory since.","breadcrumb":{"@id":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/about-us\/richard-newman-coach-author-speaker-body-talk\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/dev.twentytwo.digital\/ukbodytalk\/about-us\/richard-newman-coach-author-speaker-body-talk\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/about-us\/richard-newman-coach-author-speaker-body-talk\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/"},{"@type":"ListItem","position":2,"name":"About","item":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/about-us\/"},{"@type":"ListItem","position":3,"name":"Richard Newman"}]},{"@type":"WebSite","@id":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/#website","url":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/","name":"Body Talk","description":"The Science of Communication","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"}]}},"_links":{"self":[{"href":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-json\/wp\/v2\/pages\/595","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-json\/wp\/v2\/users\/11"}],"replies":[{"embeddable":true,"href":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-json\/wp\/v2\/comments?post=595"}],"version-history":[{"count":0,"href":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-json\/wp\/v2\/pages\/595\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-json\/wp\/v2\/pages\/568"}],"wp:attachment":[{"href":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-json\/wp\/v2\/media?parent=595"}],"wp:term":[{"taxonomy":"training_type","embeddable":true,"href":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-json\/wp\/v2\/training_type?post=595"},{"taxonomy":"group_size","embeddable":true,"href":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-json\/wp\/v2\/group_size?post=595"},{"taxonomy":"training_duration","embeddable":true,"href":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-json\/wp\/v2\/training_duration?post=595"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}