{"id":439,"date":"2023-03-15T14:26:39","date_gmt":"2023-03-15T14:26:39","guid":{"rendered":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/?page_id=439"},"modified":"2025-08-11T19:06:52","modified_gmt":"2025-08-11T18:06:52","slug":"home","status":"publish","type":"page","link":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/","title":{"rendered":"Home"},"content":{"rendered":"<style>:root{--magenta: #E60665;--dark-magenta: #ce0559;--white: #fff;--black: #181423;--aqua: #79E4DC;--dark-aubergine: #2A003D;--purple: #9747FF;--mid-grey: #D9D9D9;--light-grey: #E5E5E5;--lighter-grey: #F5F5F5;--off-white: #F1F1F1;--desktop-gutter: 9.5%;--slide-transition: cubic-bezier(.65,.05,.36,1)}\n\n\/*# sourceMappingURL=block-hero-home.css.map *\/\n<\/style><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>\n<section id=\"\" class=\"hero hero--home      hero--home__first-block js-sticky-section block\">\n\t<div class=\"grid-container\">\n\t\t<div class=\"row\">\n\t\t\t<div class=\"col col-12 col-md-8\">\n\t\t\t\t<h1 class=\"hero__heading\">Empower your people <span>and increase your results<\/span><\/h1>\t\t\t<\/div>\n\t\t\t<div class=\"col col-12 col-md-8 col-lg-6\">\n\t\t\t\t<p class=\"hero__lede\">We help learning and development leaders transform their teams through the power of compelling communication. Proven by science. Taught by experts. Immediate results, with a lasting impact.<\/p>\n\t\t\t\t\t\t\t\t<a href=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/training-solutions\/\" class=\"button button--white-large \">\n\t\t\t\t\tView our training solution\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<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=\"#E60665\"\/>\n\t\t\t\t\t<\/svg>\n\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t<\/div>\n\n\t\n\t\t\t\t\t<picture class=\"hero__bg-image\" alt=\"\"><source media=\"(min-width: 992px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3356\/learning-and-development-leaders-transform-scaled-1-1610x800.webp 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3356\/learning-and-development-leaders-transform-scaled-1-3220x1600.webp 2.000x\"><source media=\"(min-width: 768px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3356\/learning-and-development-leaders-transform-scaled-1-768x1024.webp 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3356\/learning-and-development-leaders-transform-scaled-1-1536x2048.webp 2.000x\"><source media=\"(min-width: 0px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3356\/learning-and-development-leaders-transform-scaled-1-375x677-rc.webp 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3356\/learning-and-development-leaders-transform-scaled-1-629x1137-rc.webp 1.679x\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3356\/learning-and-development-leaders-transform-scaled-1-375x677-rc.webp\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3356\/learning-and-development-leaders-transform-scaled-1-375x677-rc.webp 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3356\/learning-and-development-leaders-transform-scaled-1-629x1137-rc.webp 1.679x\" alt=\"learning-and-development-leaders-transform-scaled\" width=\"1610\" height=\"800\" class=\"\"><\/picture>\t<\/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.block-cta-bar {\n  padding-top: 1.5rem !important;\n  padding-bottom: 1.5rem !important;\n}\n.block-cta-bar__col--right {\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: start;\n      -ms-flex-pack: start;\n          justify-content: flex-start;\n}\n@media only screen and (min-width: 992px) {\n  .block-cta-bar__col--right {\n    -webkit-box-pack: end;\n        -ms-flex-pack: end;\n            justify-content: flex-end;\n  }\n}\n.block-cta-bar .row {\n  row-gap: 1rem;\n}\n.block-cta-bar__content {\n  color: var(--white);\n}\n.block-cta-bar__content p {\n  font-size: calc(18px + 6 * (100vw - 320px) \/ 1400);\n}\n.block-cta-bar.bg--white .block-cta-bar__content, .block-cta-bar.bg--grey .block-cta-bar__content {\n  color: var(--black);\n}\n\/*# sourceMappingURL=block-cta-bar.css.map *\/\n<\/style>\n<section id=\"\" class=\"block-cta-bar  bg--pink     js-sticky-section block\">\n\t<div class=\"grid-container\">\n\t\t<div class=\"row\">\n\t\t\t<div class=\"col-12 col-lg-9 block-cta-bar__col block-cta-bar__col--left\">\n\t\t\t\t\t\t\t\t\t<div class=\"block-cta-bar__content\">\n\t\t\t\t\t\t<p>Check out our new conference speaking website, to support your large team meetings and events!<\/p>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\n\t\t\t<div class=\"col-12 col-lg-3 block-cta-bar__col block-cta-bar__col--right\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"block-cta-bar__cta\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/richardnewmanspeaks.com\/\" class=\"button button--white-large\" target=\"_blank\">Visit Now<\/a>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t<\/div>\n<\/section>\n\n\n\n\n<section id=\"\" class=\"logo-ticker  bg--black pad-top--1 pad-bottom--1   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\">Empowering teams at<\/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-logo-white.svg\" alt=\"expedia-logo&#8211;white\" 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-logo-white.svg\" alt=\"specsavers-logo&#8211;white\" 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\/2444\/BAE_white@3x-145x95.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2444\/BAE_white@3x-290x190.png 2.000x\"><img decoding=\"async\" loading=\"lazy\" loading=\"lazy\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2444\/BAE_white@3x-145x95.png\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2444\/BAE_white@3x-145x95.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2444\/BAE_white@3x-290x190.png 2.000x\" alt=\"BAE_white@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\/2445\/BCG_white@3x-145x95.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2445\/BCG_white@3x-290x190.png 2.000x\"><img decoding=\"async\" loading=\"lazy\" loading=\"lazy\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2445\/BCG_white@3x-145x95.png\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2445\/BCG_white@3x-145x95.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2445\/BCG_white@3x-290x190.png 2.000x\" alt=\"BCG_white@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\/2446\/Capgemini_white@3x-145x95.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2446\/Capgemini_white@3x-290x190.png 2.000x\"><img decoding=\"async\" loading=\"lazy\" loading=\"lazy\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2446\/Capgemini_white@3x-145x95.png\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2446\/Capgemini_white@3x-145x95.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2446\/Capgemini_white@3x-290x190.png 2.000x\" alt=\"Capgemini_white@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\/2447\/London_business_school_white@3x-145x95.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2447\/London_business_school_white@3x-290x190.png 2.000x\"><img decoding=\"async\" loading=\"lazy\" loading=\"lazy\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2447\/London_business_school_white@3x-145x95.png\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2447\/London_business_school_white@3x-145x95.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2447\/London_business_school_white@3x-290x190.png 2.000x\" alt=\"London_business_school_white@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\/2449\/NBA_white@3x-1-145x95.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2449\/NBA_white@3x-1-290x190.png 2.000x\"><img decoding=\"async\" loading=\"lazy\" loading=\"lazy\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2449\/NBA_white@3x-1-145x95.png\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2449\/NBA_white@3x-1-145x95.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2449\/NBA_white@3x-1-290x190.png 2.000x\" alt=\"NBA_white@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\/2450\/pwc_white@3x-145x95.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2450\/pwc_white@3x-290x190.png 2.000x\"><img decoding=\"async\" loading=\"lazy\" loading=\"lazy\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2450\/pwc_white@3x-145x95.png\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2450\/pwc_white@3x-145x95.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2450\/pwc_white@3x-290x190.png 2.000x\" alt=\"pwc_white@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\/2451\/St_James_s_Place_white@3x-145x95.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2451\/St_James_s_Place_white@3x-290x190.png 2.000x\"><img decoding=\"async\" loading=\"lazy\" loading=\"lazy\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2451\/St_James_s_Place_white@3x-145x95.png\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2451\/St_James_s_Place_white@3x-145x95.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2451\/St_James_s_Place_white@3x-290x190.png 2.000x\" alt=\"St_James_s_Place_white@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\/2452\/University_Cambridge_white@3x-145x95.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2452\/University_Cambridge_white@3x-290x190.png 2.000x\"><img decoding=\"async\" loading=\"lazy\" loading=\"lazy\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2452\/University_Cambridge_white@3x-145x95.png\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2452\/University_Cambridge_white@3x-145x95.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2452\/University_Cambridge_white@3x-290x190.png 2.000x\" alt=\"University_Cambridge_white@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\/2453\/University_oxford_white@3x-145x95.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2453\/University_oxford_white@3x-290x190.png 2.000x\"><img decoding=\"async\" loading=\"lazy\" loading=\"lazy\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2453\/University_oxford_white@3x-145x95.png\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2453\/University_oxford_white@3x-145x95.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2453\/University_oxford_white@3x-290x190.png 2.000x\" alt=\"University_oxford_white@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-white.svg\" alt=\"ee-logo&#8211;white\" 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\/2454\/Vanguard_white@3x-145x95.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2454\/Vanguard_white@3x-290x190.png 2.000x\"><img decoding=\"async\" loading=\"lazy\" loading=\"lazy\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2454\/Vanguard_white@3x-145x95.png\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2454\/Vanguard_white@3x-145x95.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2454\/Vanguard_white@3x-290x190.png 2.000x\" alt=\"Vanguard_white@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-logo-white.svg\" alt=\"expedia-logo&#8211;white\" 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-logo-white.svg\" alt=\"specsavers-logo&#8211;white\" 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\/2444\/BAE_white@3x-145x95.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2444\/BAE_white@3x-290x190.png 2.000x\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2444\/BAE_white@3x-145x95.png\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2444\/BAE_white@3x-145x95.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2444\/BAE_white@3x-290x190.png 2.000x\" alt=\"BAE_white@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\/2445\/BCG_white@3x-145x95.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2445\/BCG_white@3x-290x190.png 2.000x\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2445\/BCG_white@3x-145x95.png\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2445\/BCG_white@3x-145x95.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2445\/BCG_white@3x-290x190.png 2.000x\" alt=\"BCG_white@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\/2446\/Capgemini_white@3x-145x95.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2446\/Capgemini_white@3x-290x190.png 2.000x\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2446\/Capgemini_white@3x-145x95.png\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2446\/Capgemini_white@3x-145x95.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2446\/Capgemini_white@3x-290x190.png 2.000x\" alt=\"Capgemini_white@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\/2447\/London_business_school_white@3x-145x95.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2447\/London_business_school_white@3x-290x190.png 2.000x\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2447\/London_business_school_white@3x-145x95.png\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2447\/London_business_school_white@3x-145x95.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2447\/London_business_school_white@3x-290x190.png 2.000x\" alt=\"London_business_school_white@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\/2449\/NBA_white@3x-1-145x95.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2449\/NBA_white@3x-1-290x190.png 2.000x\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2449\/NBA_white@3x-1-145x95.png\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2449\/NBA_white@3x-1-145x95.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2449\/NBA_white@3x-1-290x190.png 2.000x\" alt=\"NBA_white@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\/2450\/pwc_white@3x-145x95.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2450\/pwc_white@3x-290x190.png 2.000x\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2450\/pwc_white@3x-145x95.png\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2450\/pwc_white@3x-145x95.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2450\/pwc_white@3x-290x190.png 2.000x\" alt=\"pwc_white@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\/2451\/St_James_s_Place_white@3x-145x95.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2451\/St_James_s_Place_white@3x-290x190.png 2.000x\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2451\/St_James_s_Place_white@3x-145x95.png\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2451\/St_James_s_Place_white@3x-145x95.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2451\/St_James_s_Place_white@3x-290x190.png 2.000x\" alt=\"St_James_s_Place_white@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\/2452\/University_Cambridge_white@3x-145x95.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2452\/University_Cambridge_white@3x-290x190.png 2.000x\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2452\/University_Cambridge_white@3x-145x95.png\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2452\/University_Cambridge_white@3x-145x95.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2452\/University_Cambridge_white@3x-290x190.png 2.000x\" alt=\"University_Cambridge_white@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\/2453\/University_oxford_white@3x-145x95.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2453\/University_oxford_white@3x-290x190.png 2.000x\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2453\/University_oxford_white@3x-145x95.png\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2453\/University_oxford_white@3x-145x95.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2453\/University_oxford_white@3x-290x190.png 2.000x\" alt=\"University_oxford_white@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-white.svg\" alt=\"ee-logo&#8211;white\" 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\/2454\/Vanguard_white@3x-145x95.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2454\/Vanguard_white@3x-290x190.png 2.000x\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2454\/Vanguard_white@3x-145x95.png\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2454\/Vanguard_white@3x-145x95.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2454\/Vanguard_white@3x-290x190.png 2.000x\" alt=\"Vanguard_white@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\n<section id=\"\" class=\"block-stats-row  theme--light  pad-top--3 pad-bottom--0   js-sticky-section block\">\n\t<div class=\"grid-container\">\n\t\t<div class=\"row\" data-aos=\"fade\">\n\t\t\t\t\t\t\t<div class=\"col-6 col-lg-3 block-stats-row__col\">\n\t\t\t\t\t<div class=\"count-up-container\"><div class=\"count-up stat-number\" data-to=\"140,000\">140,000<\/div><span class=\"stat-number\">+<\/span><\/div>\t\t\t\t\t<p class=\"stat-text\">Trainees taught<\/p>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"col-6 col-lg-3 block-stats-row__col\">\n\t\t\t\t\t<div class=\"count-up-container\"><div class=\"count-up stat-number\" data-to=\"46\">46<\/div><span class=\"stat-number\"><\/span><\/div>\t\t\t\t\t<p class=\"stat-text\">different countries<\/p>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"col-6 col-lg-3 block-stats-row__col\">\n\t\t\t\t\t<div class=\"count-up-container\"><div class=\"count-up stat-number\" data-to=\"25\">25<\/div><span class=\"stat-number\"><\/span><\/div>\t\t\t\t\t<p class=\"stat-text\">Years in business<\/p>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"col-6 col-lg-3 block-stats-row__col\">\n\t\t\t\t\t<div class=\"count-up-container\"><div class=\"count-up stat-number\" data-to=\"5\">5<\/div><span class=\"stat-number\"><\/span><\/div>\t\t\t\t\t<p class=\"stat-text\">languages<\/p>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t<\/div>\n<\/section>\n\n\n\n\t\t<section id=\"\"\t\tclass=\"title-body title-body--image-blockquote        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\"><span>Are you planning a conference or team meeting?<\/span> Bring your event to life with inspiring speakers and practical workshops. <\/h2>\t\t\t\t\t<div class=\"wysiwyg\">\n\t\t\t\t\t\t<p>Our speakers travel the globe delivering world-class conference sessions, bringing energy, inspiration, motivation and REAL skills that transform teams and grow businesses through the science of communication.<\/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=\"\/keynotes-conferences\/\" class=\"btn button button--outline-black\" target=\"\" >Conferences &#038; Keynotes<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\t\t\t\t\t\t\n\t\t\t\t\t\t<a href=\"\" class=\"quote-video-container\"\n\t\t\t\t\t\t\tdata-video=\"https:\/\/vimeo.com\/842230609\" aria-label=\"Launch video\">\n\t\t\t\t\t\t\t<iframe title=\"Video\" class=\"inline-video\" width=\"100%\" height=\"100%\"\n\t\t\t\t\t\t\t\tsrc=\"https:\/\/player.vimeo.com\/video\/842230609?playsinline=true&#038;muted=false&#038;api=1&#038;texttrack=en-x-autogen&#038;controls=false\" frameborder=\"0\" allowfullscreen allow=\"autoplay\"><\/iframe>\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"bg-image\">\n\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"2046\" height=\"1154\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/2023\/07\/why-bodytalk-thumbnail.webp\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/2023\/07\/why-bodytalk-thumbnail.webp 2046w, https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/2023\/07\/why-bodytalk-thumbnail-300x169.webp 300w, https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/2023\/07\/why-bodytalk-thumbnail-1024x578.webp 1024w, https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/2023\/07\/why-bodytalk-thumbnail-768x433.webp 768w, https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/2023\/07\/why-bodytalk-thumbnail-1536x866.webp 1536w\" sizes=\"auto, (max-width: 2046px) 100vw, 2046px\" \/>\t\t\t\t\t\t\t\t\t<div class=\"video-play\">\n\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" width=\"83\" height=\"83\"\n\t\t\t\t\t\t\t\t\t\t\tsrc=\"\/wp-content\/themes\/bodytalk\/assets\/images\/play-white.svg\" alt=\"Play video\" \/>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\n\t\t\t\t\t\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<img decoding=\"async\" loading=\"lazy\" width=\"88\" height=\"105\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/2023\/03\/ibm-logo.svg\" alt=\"ibm-logo\" class=\"\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p>\u201cExcellent delivery. Our audience were engaged, educated and entertained. 91% overall feedback rating. I will be using what I learned in my daily work!&#8221;<\/p>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span><span>Event Manager,<\/span> IBM<\/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=\"title-body  bg--white  pad-bottom--0   title-body--sub-block js-sticky-section block\">\n\t<div class=\"grid-container\">\n\t\t<div class=\"row align-items-end\">\n\t\t\t<div class=\"col-12 col-md-6\" data-aos=\"fade-up\">\n\t\t\t\t<p class=\"title-body__subheading\">COMMUNICATION SKILLS<\/p>\t\t\t\t<h2 class=\"title-body__heading\">Practical skills for leading your organisation to success.<\/h2>\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"col-12 col-md-5 offset-md-1 title-body__content-col\" data-aos=\"fade-up\" data-aos-delay=\"150\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"wysiwyg\">\n\t\t\t\t\t\t\t<p>With Body Talk\u2019s techniques, you can excel \u2013 and win \u2013 in every meeting, pitch, presentation, sales call and conversation.<\/p>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\n\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\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<\/div>\n\t\t\t\t\t<\/div>\n\t<\/div>\n<\/section>\n\n\n\n\n<section id=\"\" class=\"block-skill-cards  bg--white pad-top--2    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<div class=\"skill-cards\" data-aos=\"fade-up\">\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/training-solutions\/advanced-communication-presentation-skills\/\" class=\"skill-card\">\n\t<h3>Advanced Communication &amp; Presentation Skills<\/h3>\n\t<span class=\"skill-card__cta\">\n\t\t<span>\n\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<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=\"#FFFFFF\"\/>\n\t\t\t<\/svg>\n\t\t<\/span>\n\t\tExplore training\t<\/span>\n\t<picture alt=\"Advanced Communication &amp; Presentation Skills thumbnail\" class=\"skill-card__bg-image\"><source media=\"(min-width: 992px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2105\/Advanced-Communication-_-Presentation-Skills-1-498x648.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2105\/Advanced-Communication-_-Presentation-Skills-1-996x1296.png 2.000x\"><source media=\"(min-width: 768px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2105\/Advanced-Communication-_-Presentation-Skills-1-352x458.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2105\/Advanced-Communication-_-Presentation-Skills-1-704x916.png 2.000x\"><source media=\"(min-width: 0px)\" loading=\"lazy\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2105\/Advanced-Communication-_-Presentation-Skills-1-327x425.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2105\/Advanced-Communication-_-Presentation-Skills-1-654x850.png 2.000x\"><img decoding=\"async\" loading=\"lazy\" loading=\"lazy\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2105\/Advanced-Communication-_-Presentation-Skills-1-327x425.png\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2105\/Advanced-Communication-_-Presentation-Skills-1-327x425.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2105\/Advanced-Communication-_-Presentation-Skills-1-654x850.png 2.000x\" alt=\"Advanced Communication _ Presentation Skills-1\" width=\"498\" height=\"648\" class=\"\"><\/picture><\/a>\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/training-solutions\/business-storytelling\/\" class=\"skill-card\">\n\t<h3>Business Storytelling<\/h3>\n\t<span class=\"skill-card__cta\">\n\t\t<span>\n\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<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=\"#FFFFFF\"\/>\n\t\t\t<\/svg>\n\t\t<\/span>\n\t\tExplore training\t<\/span>\n\t<picture alt=\"Business Storytelling thumbnail\" class=\"skill-card__bg-image\"><source media=\"(min-width: 992px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2315\/Chetan-Storytelling-2-scaled-498x648.jpg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2315\/Chetan-Storytelling-2-scaled-996x1296.jpg 2.000x\"><source media=\"(min-width: 768px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2315\/Chetan-Storytelling-2-scaled-352x458.jpg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2315\/Chetan-Storytelling-2-scaled-704x916.jpg 2.000x\"><source media=\"(min-width: 0px)\" loading=\"lazy\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2315\/Chetan-Storytelling-2-scaled-327x425.jpg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2315\/Chetan-Storytelling-2-scaled-654x850.jpg 2.000x\"><img decoding=\"async\" loading=\"lazy\" loading=\"lazy\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2315\/Chetan-Storytelling-2-scaled-327x425.jpg\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2315\/Chetan-Storytelling-2-scaled-327x425.jpg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2315\/Chetan-Storytelling-2-scaled-654x850.jpg 2.000x\" alt=\"Business Storytelling\" width=\"498\" height=\"648\" class=\"\"><\/picture><\/a>\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/training-solutions\/influence-persuasion-skills\/\" class=\"skill-card\">\n\t<h3>Influence &amp; Persuasion Skills<\/h3>\n\t<span class=\"skill-card__cta\">\n\t\t<span>\n\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<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=\"#FFFFFF\"\/>\n\t\t\t<\/svg>\n\t\t<\/span>\n\t\tExplore training\t<\/span>\n\t<picture alt=\"Influence &amp; Persuasion Skills thumbnail\" class=\"skill-card__bg-image\"><source media=\"(min-width: 992px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2309\/Jamie-Influence-and-Persuasion-498x648.jpeg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2309\/Jamie-Influence-and-Persuasion-996x1296.jpeg 2.000x\"><source media=\"(min-width: 768px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2309\/Jamie-Influence-and-Persuasion-352x458.jpeg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2309\/Jamie-Influence-and-Persuasion-704x916.jpeg 2.000x\"><source media=\"(min-width: 0px)\" loading=\"lazy\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2309\/Jamie-Influence-and-Persuasion-327x425.jpeg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2309\/Jamie-Influence-and-Persuasion-654x850.jpeg 2.000x\"><img decoding=\"async\" loading=\"lazy\" loading=\"lazy\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2309\/Jamie-Influence-and-Persuasion-327x425.jpeg\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2309\/Jamie-Influence-and-Persuasion-327x425.jpeg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2309\/Jamie-Influence-and-Persuasion-654x850.jpeg 2.000x\" alt=\"Influence and Persuasion\" width=\"498\" height=\"648\" class=\"\"><\/picture><\/a>\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/training-solutions\/objection-handling-difficult-conversations\/\" class=\"skill-card\">\n\t<h3>Objection Handling &#038; Difficult Conversations<\/h3>\n\t<span class=\"skill-card__cta\">\n\t\t<span>\n\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<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=\"#FFFFFF\"\/>\n\t\t\t<\/svg>\n\t\t<\/span>\n\t\tExplore training\t<\/span>\n\t<picture alt=\"Objection Handling &#038; Difficult Conversations thumbnail\" class=\"skill-card__bg-image\"><source media=\"(min-width: 992px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2310\/Strategiq-Conflict-Res-scaled-498x648.jpeg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2310\/Strategiq-Conflict-Res-scaled-996x1296.jpeg 2.000x\"><source media=\"(min-width: 768px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2310\/Strategiq-Conflict-Res-scaled-352x458.jpeg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2310\/Strategiq-Conflict-Res-scaled-704x916.jpeg 2.000x\"><source media=\"(min-width: 0px)\" loading=\"lazy\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2310\/Strategiq-Conflict-Res-scaled-327x425.jpeg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2310\/Strategiq-Conflict-Res-scaled-654x850.jpeg 2.000x\"><img decoding=\"async\" loading=\"lazy\" loading=\"lazy\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2310\/Strategiq-Conflict-Res-scaled-327x425.jpeg\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2310\/Strategiq-Conflict-Res-scaled-327x425.jpeg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2310\/Strategiq-Conflict-Res-scaled-654x850.jpeg 2.000x\" alt=\"Conflict Resolution\" width=\"498\" height=\"648\" class=\"\"><\/picture><\/a>\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/training-solutions\/team-development-skills\/\" class=\"skill-card\">\n\t<h3>Team Development Skills<\/h3>\n\t<span class=\"skill-card__cta\">\n\t\t<span>\n\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<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=\"#FFFFFF\"\/>\n\t\t\t<\/svg>\n\t\t<\/span>\n\t\tExplore training\t<\/span>\n\t<picture alt=\"Team Development Skills thumbnail\" class=\"skill-card__bg-image\"><source media=\"(min-width: 992px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2312\/Strategiq-Group-scaled-498x648.jpeg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2312\/Strategiq-Group-scaled-996x1296.jpeg 2.000x\"><source media=\"(min-width: 768px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2312\/Strategiq-Group-scaled-352x458.jpeg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2312\/Strategiq-Group-scaled-704x916.jpeg 2.000x\"><source media=\"(min-width: 0px)\" loading=\"lazy\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2312\/Strategiq-Group-scaled-327x425.jpeg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2312\/Strategiq-Group-scaled-654x850.jpeg 2.000x\"><img decoding=\"async\" loading=\"lazy\" loading=\"lazy\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2312\/Strategiq-Group-scaled-327x425.jpeg\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2312\/Strategiq-Group-scaled-327x425.jpeg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2312\/Strategiq-Group-scaled-654x850.jpeg 2.000x\" alt=\"Body Talk\" width=\"498\" height=\"648\" class=\"\"><\/picture><\/a>\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/training-solutions\/leadership-communication-skills-training\/\" class=\"skill-card\">\n\t<h3>Leadership Communication Skills<\/h3>\n\t<span class=\"skill-card__cta\">\n\t\t<span>\n\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<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=\"#FFFFFF\"\/>\n\t\t\t<\/svg>\n\t\t<\/span>\n\t\tExplore training\t<\/span>\n\t<picture alt=\"Leadership Communication Skills thumbnail\" class=\"skill-card__bg-image\"><source media=\"(min-width: 992px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2190\/Advanced-Storytelling-Skills-1-3-498x648.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2190\/Advanced-Storytelling-Skills-1-3-996x1296.png 2.000x\"><source media=\"(min-width: 768px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2190\/Advanced-Storytelling-Skills-1-3-352x458.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2190\/Advanced-Storytelling-Skills-1-3-704x916.png 2.000x\"><source media=\"(min-width: 0px)\" loading=\"lazy\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2190\/Advanced-Storytelling-Skills-1-3-327x425.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2190\/Advanced-Storytelling-Skills-1-3-654x850.png 2.000x\"><img decoding=\"async\" loading=\"lazy\" loading=\"lazy\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2190\/Advanced-Storytelling-Skills-1-3-327x425.png\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2190\/Advanced-Storytelling-Skills-1-3-327x425.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2190\/Advanced-Storytelling-Skills-1-3-654x850.png 2.000x\" alt=\"Advanced Storytelling Skills-1\" width=\"498\" height=\"648\" class=\"\"><\/picture><\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"row\" data-aos=\"fade-up\">\n\t\t\t\t\t<div class=\"button-container\">\n\t\t\t\t\t\t<a href=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/training-solutions\/\" class=\"btn button button--outline-black\" target=\"\" >All Training Solutions<\/a>\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n<\/section>\n\n\n\n\n<section id=\"\" class=\"title-body    pad-bottom--0   main js-sticky-section block\">\n\t<div class=\"grid-container\">\n\t\t<div class=\"row align-items-start\">\n\t\t\t<div class=\"col-12 col-md-6\" data-aos=\"fade-up\">\n\t\t\t\t<p class=\"overline\"><\/p>\t\t\t\t<h2 class=\"title-body__heading\">Ways to learn<\/h2>\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t<\/div>\n<\/section>\n\n\n\n<section id=\"\" class=\"ways-to-learn   pad-top--2    js-sticky-section block\">\n\t<div class=\"grid-container\">\n\t\t<div class=\"row\">\n\t\t\t\t\t\t\t<div class=\"col col-12 col-sm-6 col-lg-4\" data-aos=\"fade-up\" data-aos-delay=\"100\">\n\t\t\t\t\t<aside class=\"ways-to-learn__item \">\n\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\/Unified-purposeful-team-black.svg\" alt=\"Unified, purposeful team-black\" class=\"ways-to-learn__item__icon\" alt=\"\" \/>\t\t\t\t\t\t<h3 class=\"h4\">In person<\/h3>\n\t\t\t\t\t\t<p>Our team will visit your location to deliver anything from a 90-minute masterclass to a 3-day communication event.<\/p>\n\t\t\t\t\t\t<br \/>\n<b>Warning<\/b>:  Undefined array key &#8220;button_link&#8221; in <b>\/home\/devtwentytwo\/public_html\/ukbodytalk\/wp-content\/themes\/bodytalk\/blocks\/ways-to-learn\/block-ways-to-learn.php<\/b> on line <b>26<\/b><br \/>\n\t\t\t\t\t<\/aside>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"col col-12 col-sm-6 col-lg-4\" data-aos=\"fade-up\" data-aos-delay=\"200\">\n\t\t\t\t\t<aside class=\"ways-to-learn__item \">\n\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\/laptop-black.svg\" alt=\"laptop&#8211;black\" class=\"ways-to-learn__item__icon\" alt=\"\" \/>\t\t\t\t\t\t<h3 class=\"h4\">Virtual<\/h3>\n\t\t\t\t\t\t<p>Need the ease and convenience of online learning? Our training can be seamlessly delivered over live, interactive video sessions. <\/p>\n\t\t\t\t\t\t<br \/>\n<b>Warning<\/b>:  Undefined array key &#8220;button_link&#8221; in <b>\/home\/devtwentytwo\/public_html\/ukbodytalk\/wp-content\/themes\/bodytalk\/blocks\/ways-to-learn\/block-ways-to-learn.php<\/b> on line <b>26<\/b><br \/>\n\t\t\t\t\t<\/aside>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"col col-12 col-sm-6 col-lg-4\" data-aos=\"fade-up\" data-aos-delay=\"300\">\n\t\t\t\t\t<aside class=\"ways-to-learn__item \">\n\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\/play-black.svg\" alt=\"play&#8211;black\" class=\"ways-to-learn__item__icon\" alt=\"\" \/>\t\t\t\t\t\t<h3 class=\"h4\">On-demand<\/h3>\n\t\t\t\t\t\t<p>Training is complemented by a library of course videos available for delegates to revisit or as standalone resources.<\/p>\n\t\t\t\t\t\t<br \/>\n<b>Warning<\/b>:  Undefined array key &#8220;button_link&#8221; in <b>\/home\/devtwentytwo\/public_html\/ukbodytalk\/wp-content\/themes\/bodytalk\/blocks\/ways-to-learn\/block-ways-to-learn.php<\/b> on line <b>26<\/b><br \/>\n\t\t\t\t\t<\/aside>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n    <\/div>\n<\/section>\n\n\n\n\n<section id=\"\" class=\"title-body    pad-bottom--0   main js-sticky-section block\">\n\t<div class=\"grid-container\">\n\t\t<div class=\"row align-items-start\">\n\t\t\t<div class=\"col-12 col-md-6\" data-aos=\"fade-up\">\n\t\t\t\t<p class=\"overline\"><\/p>\t\t\t\t<h2 class=\"title-body__heading\">Explore training by methods<\/h2>\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"col-12 col-md-6 title-body__content-col\" data-aos=\"fade-up\" data-aos-delay=\"150\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"wysiwyg\">\n\t\t\t\t\t\t\t<p>Body Talk\u2019s advanced skills training is available a number of formats. Our expert team will work with you to establish the best approach for your needs.<\/p>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\n\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\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<\/div>\n\t\t\t\t\t<\/div>\n\t<\/div>\n<\/section>\n\n\n\n<section id=\"\" class=\"methods   pad-top--2    js-sticky-section block\">\n\t<div class=\"grid-container\">\n\t\t<div class=\"row align-items-start\">\n\t\t\t<div class=\"col-12 col-lg-4\" data-aos=\"fade-up\">\n\t\t\t\t<ul class=\"methods__sidebar\">\n\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t<button class=\"js-methods-button is-active\" data-id=\"panel-0\">\n\t\t\t\t\t\t\t\t<span class=\"methods__sidebar-button-text\">\n\t\t\t\t\t\t\t\tMasterclasses &#038; Keynotes\t\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\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=\"#FFFFFF\"\/>\n\t\t\t\t\t\t\t\t<\/svg>\n\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<\/button>\n\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t<button class=\"js-methods-button \" data-id=\"panel-1\">\n\t\t\t\t\t\t\t\t<span class=\"methods__sidebar-button-text\">\n\t\t\t\t\t\t\t\tTeam Training Course\t\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\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=\"#FFFFFF\"\/>\n\t\t\t\t\t\t\t\t<\/svg>\n\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<\/button>\n\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t<button class=\"js-methods-button \" data-id=\"panel-2\">\n\t\t\t\t\t\t\t\t<span class=\"methods__sidebar-button-text\">\n\t\t\t\t\t\t\t\tVirtual Team Training Course\t\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\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=\"#FFFFFF\"\/>\n\t\t\t\t\t\t\t\t<\/svg>\n\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<\/button>\n\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t<button class=\"js-methods-button \" data-id=\"panel-3\">\n\t\t\t\t\t\t\t\t<span class=\"methods__sidebar-button-text\">\n\t\t\t\t\t\t\t\tPersonal Coaching\t\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\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=\"#FFFFFF\"\/>\n\t\t\t\t\t\t\t\t<\/svg>\n\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<\/button>\n\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t<button class=\"js-methods-button \" data-id=\"panel-4\">\n\t\t\t\t\t\t\t\t<span class=\"methods__sidebar-button-text\">\n\t\t\t\t\t\t\t\tIndividual Training Courses\t\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\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=\"#FFFFFF\"\/>\n\t\t\t\t\t\t\t\t<\/svg>\n\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<\/button>\n\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t\t<button class=\"js-methods-button \" data-id=\"panel-5\">\n\t\t\t\t\t\t\t\t<span class=\"methods__sidebar-button-text\">\n\t\t\t\t\t\t\t\tE-Learning\t\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\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=\"#FFFFFF\"\/>\n\t\t\t\t\t\t\t\t<\/svg>\n\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t<\/button>\n\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t<\/ul>\n\t\t\t<\/div>\n\t\t\t<div class=\"col-12 col-lg-8\" data-aos=\"fade-up\" data-aos-delay=\"150\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"methods__card methods__content-container js-methods-panel is-active\" id=\"panel-0\">\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<div>\n\t\t\t\t\t\t\t<h3>Masterclasses for Large Groups<\/h3>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p>A dynamic session of 60-90 minutes for anything from 10 to 1,000 people.<\/p>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/training-solutions\/communication-skills-masterclasses\/\" class=\"button button--outline-white\">\n\t\t\t\t\t\t\tDiscover\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<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=\"#FFFFFF\"\/>\n\t\t\t\t\t\t\t<\/svg>\n\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<picture class=\"\" alt=\"\"><source media=\"(min-width: 992px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2156\/Advanced-Storytelling-Skills-1-1-856x544.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2156\/Advanced-Storytelling-Skills-1-1-1712x1088.png 2.000x\"><source media=\"(min-width: 768px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2156\/Advanced-Storytelling-Skills-1-1-720x375.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2156\/Advanced-Storytelling-Skills-1-1-1440x750.png 2.000x\"><source media=\"(min-width: 0px)\" loading=\"lazy\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2156\/Advanced-Storytelling-Skills-1-1-327x374.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2156\/Advanced-Storytelling-Skills-1-1-654x748.png 2.000x\"><img decoding=\"async\" loading=\"lazy\" loading=\"lazy\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2156\/Advanced-Storytelling-Skills-1-1-327x374.png\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2156\/Advanced-Storytelling-Skills-1-1-327x374.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2156\/Advanced-Storytelling-Skills-1-1-654x748.png 2.000x\" alt=\"Advanced Storytelling Skills-1\" width=\"856\" height=\"544\" class=\"\"><\/picture>\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"methods__card methods__content-container js-methods-panel \" id=\"panel-1\">\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<ul class=\"inline-tags\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"inline-tags--icon in-person\">In-person<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t\t\t\t\t\t\t<div>\n\t\t\t\t\t\t\t<h3>Team Training Courses<\/h3>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p>An in-depth, involved course lasting 1-3 days, designed for smaller groups.\n<\/p>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/training-solutions\/team-training-course\/\" class=\"button button--outline-white\">\n\t\t\t\t\t\t\tDiscover\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<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=\"#FFFFFF\"\/>\n\t\t\t\t\t\t\t<\/svg>\n\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<picture class=\"\" alt=\"\"><source media=\"(min-width: 992px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1318\/Team-training-courses-856x544.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1318\/Team-training-courses-1712x1088.png 2.000x\"><source media=\"(min-width: 768px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1318\/Team-training-courses-720x375.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1318\/Team-training-courses-1440x750.png 2.000x\"><source media=\"(min-width: 0px)\" loading=\"lazy\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1318\/Team-training-courses-327x374.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1318\/Team-training-courses-654x748.png 2.000x\"><img decoding=\"async\" loading=\"lazy\" loading=\"lazy\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1318\/Team-training-courses-327x374.png\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1318\/Team-training-courses-327x374.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1318\/Team-training-courses-654x748.png 2.000x\" alt=\"Team training courses\" width=\"856\" height=\"544\" class=\"\"><\/picture>\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"methods__card methods__content-container js-methods-panel \" id=\"panel-2\">\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<ul class=\"inline-tags\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"inline-tags--icon virtual\">Virtual<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t\t\t\t\t\t\t<div>\n\t\t\t\t\t\t\t<h3>Virtual Team Training Courses<\/h3>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p>Learn the techniques for impactful communication in convenient online sessions.<\/p>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/training-solutions\/virtual-training-for-communication-skills\/\" class=\"button button--outline-white\">\n\t\t\t\t\t\t\tDiscover\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<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=\"#FFFFFF\"\/>\n\t\t\t\t\t\t\t<\/svg>\n\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<picture class=\"\" alt=\"\"><source media=\"(min-width: 992px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2185\/Advanced-Storytelling-Skills-1-2-856x544.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2185\/Advanced-Storytelling-Skills-1-2-1712x1088.png 2.000x\"><source media=\"(min-width: 768px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2185\/Advanced-Storytelling-Skills-1-2-720x375.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2185\/Advanced-Storytelling-Skills-1-2-1440x750.png 2.000x\"><source media=\"(min-width: 0px)\" loading=\"lazy\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2185\/Advanced-Storytelling-Skills-1-2-327x374.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2185\/Advanced-Storytelling-Skills-1-2-654x748.png 2.000x\"><img decoding=\"async\" loading=\"lazy\" loading=\"lazy\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2185\/Advanced-Storytelling-Skills-1-2-327x374.png\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2185\/Advanced-Storytelling-Skills-1-2-327x374.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2185\/Advanced-Storytelling-Skills-1-2-654x748.png 2.000x\" alt=\"Advanced Storytelling Skills-1\" width=\"856\" height=\"544\" class=\"\"><\/picture>\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"methods__card methods__content-container js-methods-panel \" id=\"panel-3\">\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<ul class=\"inline-tags\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"inline-tags--icon in-person\">In-person<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"inline-tags--icon virtual\">Virtual<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t\t\t\t\t\t\t<div>\n\t\t\t\t\t\t\t<h3>Personal Coaching<\/h3>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p>Personal, tailored sessions to prepare for an important event or elevate your skillset.<\/p>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/training-solutions\/executive-personal-communication-coaching\/\" class=\"button button--outline-white\">\n\t\t\t\t\t\t\tDiscover\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<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=\"#FFFFFF\"\/>\n\t\t\t\t\t\t\t<\/svg>\n\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<picture class=\"\" alt=\"\"><source media=\"(min-width: 992px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1640\/Executive-personal-training-featured-856x544.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1640\/Executive-personal-training-featured-1712x1088.png 2.000x\"><source media=\"(min-width: 768px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1640\/Executive-personal-training-featured-720x375.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1640\/Executive-personal-training-featured-1440x750.png 2.000x\"><source media=\"(min-width: 0px)\" loading=\"lazy\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1640\/Executive-personal-training-featured-327x374.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1640\/Executive-personal-training-featured-654x748.png 2.000x\"><img decoding=\"async\" loading=\"lazy\" loading=\"lazy\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1640\/Executive-personal-training-featured-327x374.png\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1640\/Executive-personal-training-featured-327x374.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1640\/Executive-personal-training-featured-654x748.png 2.000x\" alt=\"Executive-personal-training-featured\" width=\"856\" height=\"544\" class=\"\"><\/picture>\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"methods__card methods__content-container js-methods-panel \" id=\"panel-4\">\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<ul class=\"inline-tags\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"inline-tags--icon open-course\">Open course<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t\t\t\t\t\t\t<div>\n\t\t\t\t\t\t\t<h3>Individual Training Courses<\/h3>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p>Public events open to individuals, training hosted in-person over 1 or 2 days, or delivered virtually in 90-minutes.\n<\/p>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/training-solutions\/open-communication-training-courses\/\" class=\"button button--outline-white\">\n\t\t\t\t\t\t\tDiscover\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<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=\"#FFFFFF\"\/>\n\t\t\t\t\t\t\t<\/svg>\n\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<picture class=\"\" alt=\"\"><source media=\"(min-width: 992px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1323\/Open-course-856x544.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1323\/Open-course-1712x1088.png 2.000x\"><source media=\"(min-width: 768px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1323\/Open-course-720x375.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1323\/Open-course-1440x750.png 2.000x\"><source media=\"(min-width: 0px)\" loading=\"lazy\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1323\/Open-course-327x374.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1323\/Open-course-654x748.png 2.000x\"><img decoding=\"async\" loading=\"lazy\" loading=\"lazy\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1323\/Open-course-327x374.png\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1323\/Open-course-327x374.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1323\/Open-course-654x748.png 2.000x\" alt=\"Open course\" width=\"856\" height=\"544\" class=\"\"><\/picture>\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"methods__card methods__content-container js-methods-panel \" id=\"panel-5\">\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<ul class=\"inline-tags\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"inline-tags--icon virtual\">Virtual<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"inline-tags--icon on-demand\">On demand<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t\t\t\t\t\t\t<div>\n\t\t\t\t\t\t\t<h3>eLearning<\/h3>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p>Highly engaging pre-recorded videos available through our online platform.\n<\/p>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/training-solutions\/elearning-online-communication-courses\/\" class=\"button button--outline-white\">\n\t\t\t\t\t\t\tDiscover\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<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=\"#FFFFFF\"\/>\n\t\t\t\t\t\t\t<\/svg>\n\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<picture class=\"\" alt=\"\"><source media=\"(min-width: 992px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2441\/Body-Talk-Course-Page-Laptop-856x544.jpg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2441\/Body-Talk-Course-Page-Laptop-1712x1088.jpg 2.000x\"><source media=\"(min-width: 768px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2441\/Body-Talk-Course-Page-Laptop-720x375.jpg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2441\/Body-Talk-Course-Page-Laptop-1440x750.jpg 2.000x\"><source media=\"(min-width: 0px)\" loading=\"lazy\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2441\/Body-Talk-Course-Page-Laptop-327x374.jpg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2441\/Body-Talk-Course-Page-Laptop-654x748.jpg 2.000x\"><img decoding=\"async\" loading=\"lazy\" loading=\"lazy\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2441\/Body-Talk-Course-Page-Laptop-327x374.jpg\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2441\/Body-Talk-Course-Page-Laptop-327x374.jpg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2441\/Body-Talk-Course-Page-Laptop-654x748.jpg 2.000x\" alt=\"Body Talk Course Page Laptop\" width=\"856\" height=\"544\" class=\"\"><\/picture>\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n    <\/div>\n<\/section>\n\n\n\n\n<section id=\"\" class=\"map       js-sticky-section block\">\n    <div class=\"grid-container\">\n\t\t<div class=\"row\">\n\t\t\t<div class=\"col\" data-aos=\"fade\">\n\t\t\t\t<div class=\"col-12 col-md-5\">\n\t\t\t\t\t<h2 class=\"map__heading\">Making an impact worldwide<\/h2>\t\t\t\t\t<p class=\"map__lede\">We have delivered events across Europe, North America, Asia, Africa and Australia, in 5 languages.<\/p>\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<ul class=\"map__stats inline-stats\">\n\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t<div class=\"count-up-container\"><div class=\"count-up stat-number\" data-to=\"140,000\">140,000<\/div><span class=\"stat-number\">+<\/span><\/div>\t\t\t\t\t\tTrainees taught\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t<div class=\"count-up-container\"><div class=\"count-up stat-number\" data-to=\"5\">5<\/div><span class=\"stat-number\"><\/span><\/div>\t\t\t\t\t\tlanguages\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t<li>\n\t\t\t\t\t\t<div class=\"count-up-container\"><div class=\"count-up stat-number\" data-to=\"87\">87<\/div><span class=\"stat-number\"><\/span><\/div>\t\t\t\t\t\tNPS rating\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t<\/ul>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t<div class=\"row\">\n\t\t\t<div class=\"col\">\n\t\t\t\t\t\t\t\t\t<div class=\"map__blockquote \" data-aos=\"fade\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" loading=\"lazy\" width=\"88\" height=\"105\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/2023\/03\/ee-logo.svg\" alt=\"ee-logo\" class=\"map__blockquote__logo\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p>\u201cThe best training I have experienced in 16 years as a professional trainer. Truly an outstanding course. Thank you so much.\u201d<\/p>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span>Senior Trainer, EE<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"map__blockquote map__blockquote--purple\" data-aos=\"fade\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" loading=\"lazy\" width=\"88\" height=\"105\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/2023\/03\/specsavers-logo-white.svg\" alt=\"specsavers-logo&#8211;white\" class=\"map__blockquote__logo\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p>\u201cThe course you delivered was the best I have experienced 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>Senior Technician, Specsavers<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"map__blockquote \" data-aos=\"fade\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<picture class=\"map__blockquote__logo\" 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\t\t\t<\/div>\n\t\t<\/div>\n    <\/div>\n\n\t<\/section>\n\n\n\n\n<section id=\"\" class=\"adjacent-blocks  bg--white     js-sticky-section block\">\n    <div class=\"grid-container\">\n\t\t<div class=\"row justify-content-center\">\n\t\t\t\t\t\t\t<div class=\"col col-12 col-md-6\" data-aos=\"fade-up\" data-aos-delay=\"100\">\n\t\t\t\t\t<div class=\"adjacent-blocks__block\">\n\t\t\t\t\t\t<div>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h3>Richard Newman: the founder\u2019s story<\/h3>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p>Award-winning speaker, coach and best-selling author. Discover how his journey to a Tibetan monastery to teach monks English would change his life forever.<\/p>\n\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<a href=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/about-us\/richard-newman-coach-author-speaker-body-talk\/\" class=\"btn button button--magenta button--large\" target=\"\" >Read his story<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\n\t\t\t\t\t\t\t\t\t\t\t\t\t<picture class=\"adjacent-blocks__block__bg-image\" alt=\"\"><source media=\"(min-width: 992px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/537\/richard-newman-founders-story-568x653.jpg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/537\/richard-newman-founders-story-1136x1306.jpg 2.000x\"><source media=\"(min-width: 768px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/537\/richard-newman-founders-story-348x400.jpg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/537\/richard-newman-founders-story-696x800.jpg 2.000x\"><source media=\"(min-width: 0px)\" loading=\"lazy\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/537\/richard-newman-founders-story-327x376.jpg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/537\/richard-newman-founders-story-654x752.jpg 2.000x\"><img decoding=\"async\" loading=\"lazy\" loading=\"lazy\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/537\/richard-newman-founders-story-327x376.jpg\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/537\/richard-newman-founders-story-327x376.jpg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/537\/richard-newman-founders-story-654x752.jpg 2.000x\" alt=\"richard-newman-founders-story\" width=\"568\" height=\"653\" class=\"\"><\/picture>\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"col col-12 col-md-6\" data-aos=\"fade-up\" data-aos-delay=\"200\">\n\t\t\t\t\t<div class=\"adjacent-blocks__block\">\n\t\t\t\t\t\t<div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<picture class=\"adjacent-blocks__block__inset-image\" alt=\"\"><source media=\"(min-width: 992px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/539\/lift-your-impact-book-cover-240x360.jpg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/539\/lift-your-impact-book-cover-480x720.jpg 2.000x\"><source media=\"(min-width: 768px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/539\/lift-your-impact-book-cover-114x165.jpg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/539\/lift-your-impact-book-cover-228x330.jpg 2.000x\"><source media=\"(min-width: 0px)\" loading=\"lazy\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/539\/lift-your-impact-book-cover-108x155.jpg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/539\/lift-your-impact-book-cover-216x310.jpg 2.000x\"><img decoding=\"async\" loading=\"lazy\" loading=\"lazy\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/539\/lift-your-impact-book-cover-108x155.jpg\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/539\/lift-your-impact-book-cover-108x155.jpg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/539\/lift-your-impact-book-cover-216x310.jpg 2.000x\" alt=\"lift-your-impact-book-cover\" width=\"240\" height=\"360\" class=\"\"><\/picture>\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h3>Lift Your Impact: Richard\u2019s latest book<\/h3>\n\t\t\t\t\t\t\t\n\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<a href=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/books\/lift-your-impact\/\" class=\"btn button button--outline-white\" target=\"\" >See details<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\n\t\t\t\t\t\t\t\t\t\t\t\t\t<picture class=\"adjacent-blocks__block__bg-image\" alt=\"\"><source media=\"(min-width: 992px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/538\/wave-bg-568x653.jpg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/538\/wave-bg-1136x1306.jpg 2.000x\"><source media=\"(min-width: 768px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/538\/wave-bg-348x400.jpg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/538\/wave-bg-696x800.jpg 2.000x\"><source media=\"(min-width: 0px)\" loading=\"lazy\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/538\/wave-bg-327x376.jpg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/538\/wave-bg-654x752.jpg 2.000x\"><img decoding=\"async\" loading=\"lazy\" loading=\"lazy\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/538\/wave-bg-327x376.jpg\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/538\/wave-bg-327x376.jpg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/538\/wave-bg-654x752.jpg 2.000x\" alt=\"wave-bg\" width=\"568\" height=\"653\" class=\"\"><\/picture>\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n    <\/div>\n<\/section>\n\n\n\n<section id=\"\" class=\"team  bg--grey     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\">From the BBC to the boardroom<\/h2>\t\t\t\t<p>Body Talk is a team of skilled professionals, combining top-level experience in broadcasting, television, stage, and journalism with advanced techniques in body language, voice delivery, stage presence and storytelling.<\/p>\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<a href=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/about-us\/\" class=\"btn button button--magenta button--large\" target=\"\" >About<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<a href=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/about-us\/meet-the-team\/\" class=\"btn button button--outline-black\" target=\"\" >Meet the team<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\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<div class=\"team__image\" data-aos=\"fade\" data-aos-delay=\"100\" style=\"z-index: 1\">\n\t\t\t\t\t\t\t<picture alt=\"Alina Jenkins profile image\"><source media=\"(min-width: 0px)\" loading=\"lazy\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3300\/UKBT_061223-142-A-1-525x650.jpg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3300\/UKBT_061223-142-A-1-1050x1300.jpg 2.000x\"><img decoding=\"async\" loading=\"lazy\" loading=\"lazy\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3300\/UKBT_061223-142-A-1-525x650.jpg\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3300\/UKBT_061223-142-A-1-525x650.jpg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3300\/UKBT_061223-142-A-1-1050x1300.jpg 2.000x\" alt=\"UKBT_061223 142 A\" width=\"525\" height=\"650\" class=\"\"><\/picture>\t\t\t\t\t\t\t<div class=\"team__image__tooltip\">\n\t\t\t\t\t\t\t\t<span class=\"icon\">\n\t\t\t\t\t\t\t\t\t<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n\t\t\t\t\t\t\t\t\t\t<circle cx=\"12\" cy=\"12\" r=\"12\" fill=\"white\"\/>\n\t\t\t\t\t\t\t\t\t\t<path d=\"M11.9313 7.41845C12.1268 7.41845 12.3101 7.36945 12.4812 7.27144C12.6584 7.1673 12.7958 7.02948 12.8936 6.85796C12.9975 6.68645 13.0494 6.49962 13.0494 6.29747C13.0494 6.00345 12.9394 5.75536 12.7194 5.55322C12.4995 5.35107 12.2368 5.25 11.9313 5.25C11.638 5.25 11.3814 5.35107 11.1614 5.55322C10.9476 5.74923 10.8406 5.99119 10.8406 6.2791C10.8406 6.48124 10.8895 6.67113 10.9873 6.84877C11.085 7.02029 11.2164 7.15812 11.3814 7.26225C11.5524 7.36639 11.7357 7.41845 11.9313 7.41845ZM14.1492 17.25L14.25 16.5149L12.7836 16.1842V9.34801L12.5545 9.1183L9.97912 9.32963L9.85998 10.0279L11.2439 10.5333V16.1842L9.85998 16.5241L9.75 17.25H14.1492Z\" fill=\"black\"\/>\n\t\t\t\t\t\t\t\t\t<\/svg>\n\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<div class=\"profile-link\">\n\t\t\t\t\t\t\t\t\t<h3 class=\"h6\">Alina Jenkins<\/h3>\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/about-us\/meet-the-team\/alina-jenkins\/\">View profile<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\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\t\t\t\t\t\t\t<div class=\"team__image\" data-aos=\"fade\" data-aos-delay=\"200\" style=\"z-index: 0\">\n\t\t\t\t\t\t\t<picture alt=\"Richard Newman profile image\"><source media=\"(min-width: 0px)\" loading=\"lazy\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3313\/UKBT_061223-10-A-1-525x650.jpg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3313\/UKBT_061223-10-A-1-1050x1300.jpg 2.000x\"><img decoding=\"async\" loading=\"lazy\" loading=\"lazy\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3313\/UKBT_061223-10-A-1-525x650.jpg\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3313\/UKBT_061223-10-A-1-525x650.jpg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3313\/UKBT_061223-10-A-1-1050x1300.jpg 2.000x\" alt=\"UKBT_061223 10 A\" width=\"525\" height=\"650\" class=\"\"><\/picture>\t\t\t\t\t\t\t<div class=\"team__image__tooltip\">\n\t\t\t\t\t\t\t\t<span class=\"icon\">\n\t\t\t\t\t\t\t\t\t<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n\t\t\t\t\t\t\t\t\t\t<circle cx=\"12\" cy=\"12\" r=\"12\" fill=\"white\"\/>\n\t\t\t\t\t\t\t\t\t\t<path d=\"M11.9313 7.41845C12.1268 7.41845 12.3101 7.36945 12.4812 7.27144C12.6584 7.1673 12.7958 7.02948 12.8936 6.85796C12.9975 6.68645 13.0494 6.49962 13.0494 6.29747C13.0494 6.00345 12.9394 5.75536 12.7194 5.55322C12.4995 5.35107 12.2368 5.25 11.9313 5.25C11.638 5.25 11.3814 5.35107 11.1614 5.55322C10.9476 5.74923 10.8406 5.99119 10.8406 6.2791C10.8406 6.48124 10.8895 6.67113 10.9873 6.84877C11.085 7.02029 11.2164 7.15812 11.3814 7.26225C11.5524 7.36639 11.7357 7.41845 11.9313 7.41845ZM14.1492 17.25L14.25 16.5149L12.7836 16.1842V9.34801L12.5545 9.1183L9.97912 9.32963L9.85998 10.0279L11.2439 10.5333V16.1842L9.85998 16.5241L9.75 17.25H14.1492Z\" fill=\"black\"\/>\n\t\t\t\t\t\t\t\t\t<\/svg>\n\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<div class=\"profile-link\">\n\t\t\t\t\t\t\t\t\t<h3 class=\"h6\">Richard Newman<\/h3>\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/about-us\/meet-the-team\/richard-newman\/\">View profile<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\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\t\t\t\t\t\t\t<div class=\"team__image\" data-aos=\"fade\" data-aos-delay=\"300\" style=\"z-index: 3\">\n\t\t\t\t\t\t\t<picture alt=\"Charlie Evans profile image\"><source media=\"(min-width: 0px)\" loading=\"lazy\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3316\/UKBT_061223-44-A-1-525x650.jpg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3316\/UKBT_061223-44-A-1-1050x1300.jpg 2.000x\"><img decoding=\"async\" loading=\"lazy\" loading=\"lazy\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3316\/UKBT_061223-44-A-1-525x650.jpg\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3316\/UKBT_061223-44-A-1-525x650.jpg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3316\/UKBT_061223-44-A-1-1050x1300.jpg 2.000x\" alt=\"UKBT_061223 44 A\" width=\"525\" height=\"650\" class=\"\"><\/picture>\t\t\t\t\t\t\t<div class=\"team__image__tooltip\">\n\t\t\t\t\t\t\t\t<span class=\"icon\">\n\t\t\t\t\t\t\t\t\t<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n\t\t\t\t\t\t\t\t\t\t<circle cx=\"12\" cy=\"12\" r=\"12\" fill=\"white\"\/>\n\t\t\t\t\t\t\t\t\t\t<path d=\"M11.9313 7.41845C12.1268 7.41845 12.3101 7.36945 12.4812 7.27144C12.6584 7.1673 12.7958 7.02948 12.8936 6.85796C12.9975 6.68645 13.0494 6.49962 13.0494 6.29747C13.0494 6.00345 12.9394 5.75536 12.7194 5.55322C12.4995 5.35107 12.2368 5.25 11.9313 5.25C11.638 5.25 11.3814 5.35107 11.1614 5.55322C10.9476 5.74923 10.8406 5.99119 10.8406 6.2791C10.8406 6.48124 10.8895 6.67113 10.9873 6.84877C11.085 7.02029 11.2164 7.15812 11.3814 7.26225C11.5524 7.36639 11.7357 7.41845 11.9313 7.41845ZM14.1492 17.25L14.25 16.5149L12.7836 16.1842V9.34801L12.5545 9.1183L9.97912 9.32963L9.85998 10.0279L11.2439 10.5333V16.1842L9.85998 16.5241L9.75 17.25H14.1492Z\" fill=\"black\"\/>\n\t\t\t\t\t\t\t\t\t<\/svg>\n\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<div class=\"profile-link\">\n\t\t\t\t\t\t\t\t\t<h3 class=\"h6\">Charlie Evans<\/h3>\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/about-us\/meet-the-team\/charlie-evans\/\">View profile<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\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\t\t\t\t\t\t\t<div class=\"team__image\" data-aos=\"fade\" data-aos-delay=\"400\" style=\"z-index: 2\">\n\t\t\t\t\t\t\t<picture alt=\"Chetan Pathak profile image\"><source media=\"(min-width: 0px)\" loading=\"lazy\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3341\/Chetan-1-square-525x650.jpg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3341\/Chetan-1-square-1050x1300.jpg 2.000x\"><img decoding=\"async\" loading=\"lazy\" loading=\"lazy\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3341\/Chetan-1-square-525x650.jpg\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3341\/Chetan-1-square-525x650.jpg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3341\/Chetan-1-square-1050x1300.jpg 2.000x\" alt=\"Chetan 1 square\" width=\"525\" height=\"650\" class=\"\"><\/picture>\t\t\t\t\t\t\t<div class=\"team__image__tooltip\">\n\t\t\t\t\t\t\t\t<span class=\"icon\">\n\t\t\t\t\t\t\t\t\t<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n\t\t\t\t\t\t\t\t\t\t<circle cx=\"12\" cy=\"12\" r=\"12\" fill=\"white\"\/>\n\t\t\t\t\t\t\t\t\t\t<path d=\"M11.9313 7.41845C12.1268 7.41845 12.3101 7.36945 12.4812 7.27144C12.6584 7.1673 12.7958 7.02948 12.8936 6.85796C12.9975 6.68645 13.0494 6.49962 13.0494 6.29747C13.0494 6.00345 12.9394 5.75536 12.7194 5.55322C12.4995 5.35107 12.2368 5.25 11.9313 5.25C11.638 5.25 11.3814 5.35107 11.1614 5.55322C10.9476 5.74923 10.8406 5.99119 10.8406 6.2791C10.8406 6.48124 10.8895 6.67113 10.9873 6.84877C11.085 7.02029 11.2164 7.15812 11.3814 7.26225C11.5524 7.36639 11.7357 7.41845 11.9313 7.41845ZM14.1492 17.25L14.25 16.5149L12.7836 16.1842V9.34801L12.5545 9.1183L9.97912 9.32963L9.85998 10.0279L11.2439 10.5333V16.1842L9.85998 16.5241L9.75 17.25H14.1492Z\" fill=\"black\"\/>\n\t\t\t\t\t\t\t\t\t<\/svg>\n\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<div class=\"profile-link\">\n\t\t\t\t\t\t\t\t\t<h3 class=\"h6\">Chetan Pathak<\/h3>\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/about-us\/meet-the-team\/chetan-pathak\/\">View profile<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\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\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t<\/div>\n<\/section>\n\n\n\n\n<section id=\"\" class=\"block-resources  bg--dark-purple     block-resources__type-one resources--dark-bg 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\">Latest resources<\/h2>\t\t\t\t\t<a href=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/resources\/\" class=\"btn button button--outline-white\" target=\"\" >View all resources<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<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<div class=\"row\" data-aos=\"fade-up\">\n\t\t\t\t<div class=\"col\">\n\t\t\t\t\t<div class=\"resources__container\">\n\t\t\t\t\t\t<article class=\"resources__article resources__article--featured\">\n\t\t<a href=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/resources\/videos\/speak-with-confidence\/\" class=\"resources__article__thumbnail\">\n\t\t<picture alt=\"Home article thumbnail\"><source media=\"(min-width: 992px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2468\/The-Body-Talk-Podcast-\u2013-Speak-With-Confidence-495x248.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2468\/The-Body-Talk-Podcast-\u2013-Speak-With-Confidence-990x496.png 2.000x\"><source media=\"(min-width: 768px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2468\/The-Body-Talk-Podcast-\u2013-Speak-With-Confidence-345x172.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2468\/The-Body-Talk-Podcast-\u2013-Speak-With-Confidence-690x344.png 2.000x\"><source media=\"(min-width: 0px)\" loading=\"lazy\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2468\/The-Body-Talk-Podcast-\u2013-Speak-With-Confidence-327x164.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2468\/The-Body-Talk-Podcast-\u2013-Speak-With-Confidence-654x328.png 2.000x\"><img decoding=\"async\" loading=\"lazy\" loading=\"lazy\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2468\/The-Body-Talk-Podcast-\u2013-Speak-With-Confidence-327x164.png\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2468\/The-Body-Talk-Podcast-\u2013-Speak-With-Confidence-327x164.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2468\/The-Body-Talk-Podcast-\u2013-Speak-With-Confidence-654x328.png 2.000x\" alt=\"The Body Talk Podcast \u2013 Speak With Confidence\" width=\"495\" height=\"248\" class=\"\"><\/picture>\t<\/a>\n\t\t<ul class=\"inline-tags \">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"inline-tags--icon videos\">Videos<\/li>\n\t\t\t\t\t\t\t\t\t<\/ul>\n\t<p class=\"h5\"><a href=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/resources\/videos\/speak-with-confidence\/\">The Body Talk Podcast &#8211; Speak With Confidence: Strategies from a Voice Expert<\/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>2nd May 2023<\/span>\n\t<\/div>\n<\/article>\n\t\t\t\t\t\t\t\t\t\t\t\t<div>\n\t\t\t\t\t\t\t<article class=\"resources__article \">\n\t\t<ul class=\"inline-tags \">\n\t\t\t\t\t\t\t\t<li>Blogs<\/li>\n\t\t\t\t\t\t<\/ul>\n\t<p class=\"h5\"><a href=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/resources\/blogs\/can-ai-write-presentations\/\">Can Artificial Intelligence really help us write presentations?<\/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\/3325\/UKBT_061223-58-A-1-80x80-c.jpg\" class=\"avatar\" alt=\"Jennifer Bartram 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\/jennifer-bartram\/\">Jennifer Bartram<\/a>\n\t\t\t\t\t<\/span>\n\t\t<span>2nd May 2023<\/span>\n\t<\/div>\n<\/article>\n<article class=\"resources__article \">\n\t\t<ul class=\"inline-tags \">\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\/connecting-your-true-self\/\">The LIFT Podcast \u2013 Connecting Your True Self with the Leader You\u2019re Meant to Be<\/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>25th Apr 2023<\/span>\n\t<\/div>\n<\/article>\n<article class=\"resources__article \">\n\t\t<ul class=\"inline-tags \">\n\t\t\t\t\t\t\t\t<li>Blogs<\/li>\n\t\t\t\t\t\t<\/ul>\n\t<p class=\"h5\"><a href=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/resources\/blogs\/company-conference\/\">Planning a company conference? Here are the trends we expect to see in 2023<\/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\/3325\/UKBT_061223-58-A-1-80x80-c.jpg\" class=\"avatar\" alt=\"Jennifer Bartram 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\/jennifer-bartram\/\">Jennifer Bartram<\/a>\n\t\t\t\t\t<\/span>\n\t\t<span>15th May 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>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t<\/div>\n\t<picture class=\"resources__bg-image\" alt=\"\"><source media=\"(min-width: 0px)\" loading=\"lazy\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1660\/form-bg-800x800.jpg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1660\/form-bg-1600x1600.jpg 2.000x\"><img decoding=\"async\" loading=\"lazy\" loading=\"lazy\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1660\/form-bg-800x800.jpg\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1660\/form-bg-800x800.jpg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1660\/form-bg-1600x1600.jpg 2.000x\" alt=\"form-bg\" width=\"800\" height=\"800\" class=\"\"><\/picture><\/section>\n\n\n\n\n<section id=\"\" class=\"contact-form  bg--dark-purple     contact-form--dark-bg js-sticky-section block\" data-enquiry-page=\"Home\">\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\">Learn the secrets of long-term confidence and results<\/h2>\t\t\t\t\t\t\t\t<div class=\"wysiwyg\">\n\t\t\t\t\tIf you want to empower yourself and your teams to become more confident, engaging and inspiring, we can help \u2013 at your headquarters or online, wherever you are in the world.<br \/>\r\n<br \/>\r\nTake the first step by completing the form.<br \/>\r\n <br \/>\r\n <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: \"6abb4347-38d7-4fae-b968-dd31f1599830\",\n\t\t\t\t\t\t\t\t\ttarget: \"#hbspt-form-1779482320000-2228680932\",\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-1779482320000-2228680932\"><\/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<picture class=\"\" alt=\"\"><source media=\"(min-width: 0px)\" loading=\"lazy\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1235\/Learn-the-secrets-800x800.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1235\/Learn-the-secrets-1600x1600.png 2.000x\"><img decoding=\"async\" loading=\"lazy\" loading=\"lazy\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1235\/Learn-the-secrets-800x800.png\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1235\/Learn-the-secrets-800x800.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1235\/Learn-the-secrets-1600x1600.png 2.000x\" alt=\"Learn the secrets\" width=\"800\" height=\"800\" class=\"\"><\/picture>\t<\/section>\n\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":true,"content-type":"","footnotes":""},"training_type":[],"group_size":[],"training_duration":[],"class_list":["post-439","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>Body Talk | Corporate Communication &amp; Presentation Skills Training<\/title>\n<meta name=\"description\" content=\"For 20+ years we have been a global leader in evidence-based courses in corporate communication &amp; presentation skills. Get in contact today!\" \/>\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\/439\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Body Talk | Corporate Communication &amp; Presentation Skills Training\" \/>\n<meta property=\"og:description\" content=\"For 20+ years we have been a global leader in evidence-based courses in corporate communication &amp; presentation skills. Get in contact today!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/\" \/>\n<meta property=\"og:site_name\" content=\"Body Talk\" \/>\n<meta property=\"article:modified_time\" content=\"2025-08-11T18:06:52+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\/\",\"url\":\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/\",\"name\":\"Body Talk | Corporate Communication & Presentation Skills Training\",\"isPartOf\":{\"@id\":\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/#website\"},\"datePublished\":\"2023-03-15T14:26:39+00:00\",\"dateModified\":\"2025-08-11T18:06:52+00:00\",\"description\":\"For 20+ years we have been a global leader in evidence-based courses in corporate communication & presentation skills. Get in contact today!\",\"breadcrumb\":{\"@id\":\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Home\"}]},{\"@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":"Body Talk | Corporate Communication & Presentation Skills Training","description":"For 20+ years we have been a global leader in evidence-based courses in corporate communication & presentation skills. Get in contact today!","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\/439","og_locale":"en_GB","og_type":"article","og_title":"Body Talk | Corporate Communication & Presentation Skills Training","og_description":"For 20+ years we have been a global leader in evidence-based courses in corporate communication & presentation skills. Get in contact today!","og_url":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/","og_site_name":"Body Talk","article_modified_time":"2025-08-11T18:06:52+00:00","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/","url":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/","name":"Body Talk | Corporate Communication & Presentation Skills Training","isPartOf":{"@id":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/#website"},"datePublished":"2023-03-15T14:26:39+00:00","dateModified":"2025-08-11T18:06:52+00:00","description":"For 20+ years we have been a global leader in evidence-based courses in corporate communication & presentation skills. Get in contact today!","breadcrumb":{"@id":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/dev.twentytwo.digital\/ukbodytalk\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/"},{"@type":"ListItem","position":2,"name":"Home"}]},{"@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\/439","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\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-json\/wp\/v2\/comments?post=439"}],"version-history":[{"count":0,"href":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-json\/wp\/v2\/pages\/439\/revisions"}],"wp:attachment":[{"href":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-json\/wp\/v2\/media?parent=439"}],"wp:term":[{"taxonomy":"training_type","embeddable":true,"href":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-json\/wp\/v2\/training_type?post=439"},{"taxonomy":"group_size","embeddable":true,"href":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-json\/wp\/v2\/group_size?post=439"},{"taxonomy":"training_duration","embeddable":true,"href":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-json\/wp\/v2\/training_duration?post=439"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}