{"id":3499,"date":"2024-04-29T12:14:49","date_gmt":"2024-04-29T11:14:49","guid":{"rendered":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/?post_type=product&#038;p=3499"},"modified":"2024-11-29T16:34:44","modified_gmt":"2024-11-29T15:34:44","slug":"giving-and-receiving-feedback-masterclass","status":"publish","type":"product","link":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/courses\/giving-and-receiving-feedback-masterclass\/","title":{"rendered":"Giving and Receiving Feedback Masterclass"},"content":{"rendered":"<style>\/*\nConverts a pixel value to matching rem value. *Any* value passed, regardless of unit, is assumed to be a pixel value. By default, the base pixel value used to calculate the rem value is taken from the `$global-font-size` variable.\n@access private\n@param {Number} $value - Pixel value to convert.\n@param {Number} $base [null] - Base for pixel conversion.\n@returns {Number} A number in rems, calculated based on the given value and the base pixel value. rem values are passed through as is.\n*\/\n\/*\nRemoves the unit (e.g. px, em, rem) from a value, returning the number only.\n@param {Number} $num - Number to strip unit from.\n@returns {Number} The same number, sans unit.\n*\/\n\/*\nConverts one or more pixel values into matching rem values.\n@param {Number|List} $values - One or more values to convert. Be sure to separate them with spaces and not commas. If you need to convert a comma-separated list, wrap the list in parentheses.\n@param {Number} $base [null] - The base value to use when calculating the `rem`. If you're using Foundation out of the box, this is 16px. If this parameter is `null`, the function will reference the `$base-font-size` variable as the base.\n@returns {List} A list of converted values.\n*\/\n\/**\n * Contrast\n *\/\n\/**\n*\tBasic link hover function\n*\/\n\/*\n* Fluid Type function\n*\/\n\/*\n* Breakpoint Handler\n* @usage: respond-to('tablet_small') { ... } to target 'tablet_small' and aboe\n*\/\n\/*\n* Grid Layout\n*\/\n\/*\n* Responsive Type mixins\n*\/\n\/*\n* Helpers\n*\/\n.title-body-narrow {\n  max-width: 46.625rem;\n  position: relative;\n}\n.title-body-narrow__heading {\n  font-size: 26px;\n}\n@media only screen and (min-width: 320px) {\n  .title-body-narrow__heading {\n    font-size: calc(26px + 14 * (100vw - 320px) \/ (1720 - 320));\n  }\n}\n@media only screen and (min-width: 1720px) {\n  .title-body-narrow__heading {\n    font-size: 40px;\n  }\n}\n.title-body-narrow__heading {\n  font-weight: 600;\n  margin-bottom: 0;\n}\n.title-body-narrow__heading + .wysiwyg {\n  margin-top: 1.875rem;\n}\n.title-body-narrow .button-container {\n  margin-top: 1.875rem;\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  gap: 1rem;\n}\n\/*# sourceMappingURL=block-title-body-narrow.css.map *\/\n<\/style>\n<section id=\"\" class=\"title-body-narrow   pad-top--0    js-sticky-section block\">\n\t<div class=\"grid-container\">\n\t\t<div class=\"row \">\n\t\t\t<div class=\"col-12\" data-aos=\"fade-up\">\n\t\t\t\t<p class=\"overline\"><\/p>\t\t\t\t<h1 class=\"title-body-narrow__heading\">Giving and Receiving Feedback<\/h1>\n\t\t\t\t\t\t\t\t<div class=\"wysiwyg\">\n\t\t\t\t\t<p class=\"cvGsUA direction-ltr align-start para-style-body\"><span class=\"OYPEnA text-decoration-none text-strikethrough-none\">This masterclass is designed to equip learners with the skills and mindset to engage in constructive feedback exchanges. It explores the importance of feedback in fostering a culture of open communication and collaboration within their teams and organisation.<\/span><\/p>\n<p class=\"cvGsUA direction-ltr align-start para-style-body\"><span class=\"OYPEnA text-decoration-none text-strikethrough-none\">Learners will acquire strategies for giving and receiving feedback effectively, with a focus on improving performance, resolving conflicts, developing individuals, and enhancing working relationships.<\/span><\/p>\n\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t<\/div>\n<\/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.quote-image-narrow {\n  position: relative;\n}\n.quote-image-narrow .row {\n  display: block;\n  -webkit-box-align: center;\n      -ms-flex-align: center;\n          align-items: center;\n}\n@media (min-width: 769px) {\n  .quote-image-narrow .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    -webkit-box-pack: end;\n        -ms-flex-pack: end;\n            justify-content: flex-end;\n  }\n}\n.quote-image-narrow__image {\n  display: block;\n  background-color: var(--light-grey);\n  height: 0;\n  position: relative;\n  width: 100%;\n  overflow: hidden;\n}\n.quote-image-narrow__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}\n.quote-image-narrow__image {\n  height: auto;\n  border-radius: 16px;\n  overflow: hidden;\n  -webkit-mask-image: -webkit-radial-gradient(white, black);\n  aspect-ratio: 16\/9;\n  margin-bottom: 2rem;\n}\n@media (min-width: 680px) {\n  .quote-image-narrow__quote {\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: 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    margin-left: auto;\n  }\n}\n.quote-image-narrow__blockquote {\n  position: relative;\n  background-color: var(--white);\n  padding: 35px 20px;\n  border-radius: 0 0 16px 16px;\n}\n@media (min-width: 768px) {\n  .quote-image-narrow__blockquote {\n    padding: 40px;\n  }\n}\n.quote-image-narrow__blockquote p {\n  font-size: 18px;\n}\n@media only screen and (min-width: 320px) {\n  .quote-image-narrow__blockquote p {\n    font-size: calc(18px + 14 * (100vw - 320px) \/ (1720 - 320));\n  }\n}\n@media only screen and (min-width: 1720px) {\n  .quote-image-narrow__blockquote p {\n    font-size: 32px;\n  }\n}\n.quote-image-narrow__blockquote p {\n  line-height: 1.25;\n  font-weight: 600;\n  margin-bottom: 20px;\n  font-style: italic;\n}\n.quote-image-narrow__blockquote p + span {\n  font-size: 14px;\n}\n@media only screen and (min-width: 320px) {\n  .quote-image-narrow__blockquote p + span {\n    font-size: calc(14px + 4 * (100vw - 320px) \/ (1720 - 320));\n  }\n}\n@media only screen and (min-width: 1720px) {\n  .quote-image-narrow__blockquote p + span {\n    font-size: 18px;\n  }\n}\n.quote-image-narrow__blockquote p + span {\n  line-height: 1.6;\n}\n.quote-image-narrow__blockquote p + span > span {\n  font-weight: 700;\n}\n.quote-image-narrow__blockquote {\n  border-radius: 16px;\n  overflow: hidden;\n  -webkit-mask-image: -webkit-radial-gradient(white, black);\n  margin-top: 0;\n}\n\/*# sourceMappingURL=block-quote-image-narrow.css.map *\/\n<\/style>\n<section id=\"\" class=\"quote-image-narrow       js-sticky-section block\">\n\t<div class=\"grid-container\">\n\t\t<div class=\"row\">\n\t\t\t<div class=\"col-12\" data-aos=\"fade-up\">\n\t\t\t\t\t\t\t<\/div>\n\t\t\t<div class=\"col-12 quote-image-narrow__quote\" data-aos=\"fade-up\">\n\t\t\t\t<div class=\"quote-image-narrow__blockquote\">\n\t\t\t\t\t\t\t\t\t<p>&#8220;Body Talk really takes the time to understand what challenges you face as a business. I can honestly say that the training exceeded my expectations\u201d<\/p>\n\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<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.title-body-narrow {\n  max-width: 46.625rem;\n  position: relative;\n}\n.title-body-narrow__heading {\n  font-size: 26px;\n}\n@media only screen and (min-width: 320px) {\n  .title-body-narrow__heading {\n    font-size: calc(26px + 14 * (100vw - 320px) \/ (1720 - 320));\n  }\n}\n@media only screen and (min-width: 1720px) {\n  .title-body-narrow__heading {\n    font-size: 40px;\n  }\n}\n.title-body-narrow__heading {\n  font-weight: 600;\n  margin-bottom: 0;\n}\n.title-body-narrow__heading + .wysiwyg {\n  margin-top: 1.875rem;\n}\n.title-body-narrow .button-container {\n  margin-top: 1.875rem;\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  gap: 1rem;\n}\n\/*# sourceMappingURL=block-title-body-narrow.css.map *\/\n<\/style>\n<section id=\"\" class=\"title-body-narrow    pad-bottom--2   js-sticky-section block\">\n\t<div class=\"grid-container\">\n\t\t<div class=\"row \">\n\t\t\t<div class=\"col-12\" data-aos=\"fade-up\">\n\t\t\t\t<p class=\"overline\"><\/p>\t\t\t\t<h2 class=\"title-body-narrow__heading\">Training overview<\/h2>\n\t\t\t\t\t\t\t\t<div class=\"wysiwyg\">\n\t\t\t\t\t<ul>\n<li><span class=\"OYPEnA text-decoration-none text-strikethrough-none\">Understand the significance of feedback in promoting open communication and resolving conflicts among colleagues<\/span><\/li>\n<li><span class=\"OYPEnA text-decoration-none text-strikethrough-none\">Develop the ability to deliver constructive feedback in a respectful and empathetic manner<\/span><\/li>\n<li><span class=\"OYPEnA text-decoration-none text-strikethrough-none\">Learn techniques for providing specific, actionable and clear feedback that is focused on behaviour and actions rather than personality<\/span><\/li>\n<li><span class=\"OYPEnA text-decoration-none text-strikethrough-none\">Recognise the role of regular feedback in preventing conflicts and fostering a positive work environment<\/span><\/li>\n<li><span class=\"OYPEnA text-decoration-none text-strikethrough-none\">Explore strategies for receiving feedback with an open mind and leveraging it to enhance personal and professional growth<\/span><\/li>\n<\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t<\/div>\n<\/section>\n\n\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.title-body-narrow {\n  max-width: 46.625rem;\n  position: relative;\n}\n.title-body-narrow__heading {\n  font-size: 26px;\n}\n@media only screen and (min-width: 320px) {\n  .title-body-narrow__heading {\n    font-size: calc(26px + 14 * (100vw - 320px) \/ (1720 - 320));\n  }\n}\n@media only screen and (min-width: 1720px) {\n  .title-body-narrow__heading {\n    font-size: 40px;\n  }\n}\n.title-body-narrow__heading {\n  font-weight: 600;\n  margin-bottom: 0;\n}\n.title-body-narrow__heading + .wysiwyg {\n  margin-top: 1.875rem;\n}\n.title-body-narrow .button-container {\n  margin-top: 1.875rem;\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  gap: 1rem;\n}\n\/*# sourceMappingURL=block-title-body-narrow.css.map *\/\n<\/style>\n<section id=\"\" class=\"title-body-narrow    pad-bottom--2   js-sticky-section block\">\n\t<div class=\"grid-container\">\n\t\t<div class=\"row \">\n\t\t\t<div class=\"col-12\" data-aos=\"fade-up\">\n\t\t\t\t<p class=\"overline\"><\/p>\t\t\t\t<h2 class=\"title-body-narrow__heading\">Training methods<\/h2>\n\t\t\t\t\t\t\t\t<div class=\"wysiwyg\">\n\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 team\u2019s needs.<\/p>\n\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t<\/div>\n<\/section>\n\n\n\n<section id=\"\" class=\"block-training-methods-table   pad-top--0 pad-bottom--4   js-sticky-section block\">\n\t<div class=\"grid-container\">\n\t\t<div class=\"row\" data-aos=\"fade-up\">\n\t\t\t<div class=\"col-12\">\n\t\t\t\t<div class=\"table-wrapper\">\n\t\t\t\t\t<table>\n\t\t\t\t\t\t<thead>\n\t\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t\t<th><\/th>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<th>Masterclass<\/th>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<th>Virtual Masterclass<\/th>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/tr>\n\t\t\t\t\t\t<\/thead>\n\t\t\t\t\t\t<tbody>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t\t<td>Duration<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<td><span class=\"duration\">60-90 minutes<\/span><\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<td><span class=\"duration\">60-90 minutes<\/span><\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/tr>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t\t<td>Ways to learn<\/td>\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<td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"ways-to-learn\" href=\"\/courses\/?filter=in-person\" target=\"_self\"><span class=\"tag in-person\">In Person<\/span><\/a>\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<\/td>\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<td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"ways-to-learn\" href=\"\/courses\/?filter=virtual\" target=\"_self\"><span class=\"tag virtual\">Virtual<\/span><\/a>\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<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/tr>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/tbody>\n\t\t\t\t\t<\/table>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<div class=\"row block-training-methods-table__cta-row\">\n\t\t\t\t<div class=\"col-12\">\n\t\t\t\t\t<div class=\"cta\">\n\t\t\t\t\t\t<div class=\"meta\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"title\">Looking for something bespoke?<\/p>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p>Our team can tailor multiple training courses to suit your unique objectives.<\/p>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/contact-us\/\" class=\"btn button button--magenta button--large\" target=\"\" >Speak to our team<\/a>\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t<picture class=\" behave-as-bg\" 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>\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<\/div>\n<\/section>\n\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.title-body-narrow {\n  max-width: 46.625rem;\n  position: relative;\n}\n.title-body-narrow__heading {\n  font-size: 26px;\n}\n@media only screen and (min-width: 320px) {\n  .title-body-narrow__heading {\n    font-size: calc(26px + 14 * (100vw - 320px) \/ (1720 - 320));\n  }\n}\n@media only screen and (min-width: 1720px) {\n  .title-body-narrow__heading {\n    font-size: 40px;\n  }\n}\n.title-body-narrow__heading {\n  font-weight: 600;\n  margin-bottom: 0;\n}\n.title-body-narrow__heading + .wysiwyg {\n  margin-top: 1.875rem;\n}\n.title-body-narrow .button-container {\n  margin-top: 1.875rem;\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  gap: 1rem;\n}\n\/*# sourceMappingURL=block-title-body-narrow.css.map *\/\n<\/style>\n<section id=\"\" class=\"title-body-narrow  bg--grey pad-top--4 pad-bottom--0   js-sticky-section block\">\n\t<div class=\"grid-container\">\n\t\t<div class=\"row \">\n\t\t\t<div class=\"col-12\" data-aos=\"fade-up\">\n\t\t\t\t<p class=\"overline\"><\/p>\t\t\t\t<h2 class=\"title-body-narrow__heading\">Meet your coaches<\/h2>\n\t\t\t\t\t\t\t\t<div class=\"wysiwyg\">\n\t\t\t\t\t<p>Communication specialists drawing from a wealth of techniques and experience in broadcasting, journalism, national television and theatre.<\/p>\n\t\t\t\t<\/div>\n\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<a href=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/about-us\/meet-the-team\/\" class=\"btn button button--outline-black\" target=\"\" >Meet the team<\/a>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\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=\"team-carousel js-team-carousel glide  bg--grey pad-top--0    js-sticky-section block\">\n\t<div class=\"grid-container\">\n\t\t<div class=\"row block-heading\" data-aos=\"fade-up\">\n\t\t\t<div class=\"col-12 col-sm-6 col-md-8\">\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t<\/div>\n\n    <div class=\"glide__track\" data-glide-el=\"track\" data-aos=\"fade-up\">\n\t\t<ul class=\"glide__slides\">\n\t\t\t\t\t\t\t\t<li class=\"glide__slide\">\n\t\t\t\t<a href=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/about-us\/meet-the-team\/alina-jenkins\/\" class=\"team-card\">\n\t<div class=\"team-card__content\">\n\t\t<h3>Alina Jenkins<\/h3>\n\t\t\t\t<span>Award-Winning BBC Presenter, Radio &#038; Podcast Host and Executive Coach<\/span>\n\n\t\t\t\t\t<p>Alina Jenkins is an award-winning BBC presenter &#038; broadcaster with a background in communicating science. She is also a keynote speaker, executive coach and hosts our podcasts.<\/p>\n\t\t\t<\/div>\n\t<picture alt=\"Giving and Receiving Feedback Masterclass profile image\"><source media=\"(min-width: 992px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3300\/UKBT_061223-142-A-1-498x572-c.jpg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3300\/UKBT_061223-142-A-1-497x572-c.jpg 1.000x\"><source media=\"(min-width: 768px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3300\/UKBT_061223-142-A-1-472x542-c.jpg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3300\/UKBT_061223-142-A-1-498x572-c.jpg 1.055x\"><source media=\"(min-width: 0px)\" loading=\"lazy\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3300\/UKBT_061223-142-A-1-268x308-c.jpg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3300\/UKBT_061223-142-A-1-497x572-c.jpg 1.857x\"><img decoding=\"async\" loading=\"lazy\" loading=\"lazy\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3300\/UKBT_061223-142-A-1-268x308-c.jpg\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3300\/UKBT_061223-142-A-1-268x308-c.jpg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3300\/UKBT_061223-142-A-1-497x572-c.jpg 1.857x\" alt=\"UKBT_061223 142 A\" width=\"498\" height=\"572\" class=\"\"><\/picture><\/a>\n\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"glide__slide\">\n\t\t\t\t<a href=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/about-us\/meet-the-team\/charlie-evans\/\" class=\"team-card\">\n\t<div class=\"team-card__content\">\n\t\t<h3>Charlie Evans<\/h3>\n\t\t\t\t<span>Psychotherapist, Actress &#038; Voice-Over Artist<\/span>\n\n\t\t\t\t\t<p>Charlie studied acting in both London and New York and is an accomplished and accredited, trained actress. She is also a qualified and inspiring psychotherapist tailoring therapy and coaching to the individual client, integrating the affective, behavioural, cognitive and psychological systems to gain insight and understanding of one\u2019s issues.\n<\/p>\n\t\t\t<\/div>\n\t<picture alt=\"Giving and Receiving Feedback Masterclass profile image\"><source media=\"(min-width: 992px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3316\/UKBT_061223-44-A-1-498x572-c.jpg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3316\/UKBT_061223-44-A-1-497x572-c.jpg 1.000x\"><source media=\"(min-width: 768px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3316\/UKBT_061223-44-A-1-472x542-c.jpg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3316\/UKBT_061223-44-A-1-498x572-c.jpg 1.055x\"><source media=\"(min-width: 0px)\" loading=\"lazy\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3316\/UKBT_061223-44-A-1-268x308-c.jpg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3316\/UKBT_061223-44-A-1-497x572-c.jpg 1.857x\"><img decoding=\"async\" loading=\"lazy\" loading=\"lazy\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3316\/UKBT_061223-44-A-1-268x308-c.jpg\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3316\/UKBT_061223-44-A-1-268x308-c.jpg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3316\/UKBT_061223-44-A-1-497x572-c.jpg 1.857x\" alt=\"UKBT_061223 44 A\" width=\"498\" height=\"572\" class=\"\"><\/picture><\/a>\n\t\t\t<\/li>\n\t\t\t\t<\/ul>\n    <\/div>\n<\/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.title-body-narrow {\n  max-width: 46.625rem;\n  position: relative;\n}\n.title-body-narrow__heading {\n  font-size: 26px;\n}\n@media only screen and (min-width: 320px) {\n  .title-body-narrow__heading {\n    font-size: calc(26px + 14 * (100vw - 320px) \/ (1720 - 320));\n  }\n}\n@media only screen and (min-width: 1720px) {\n  .title-body-narrow__heading {\n    font-size: 40px;\n  }\n}\n.title-body-narrow__heading {\n  font-weight: 600;\n  margin-bottom: 0;\n}\n.title-body-narrow__heading + .wysiwyg {\n  margin-top: 1.875rem;\n}\n.title-body-narrow .button-container {\n  margin-top: 1.875rem;\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  gap: 1rem;\n}\n\/*# sourceMappingURL=block-title-body-narrow.css.map *\/\n<\/style>\n<section id=\"\" class=\"title-body-narrow  bg--grey  pad-bottom--2   js-sticky-section block\">\n\t<div class=\"grid-container\">\n\t\t<div class=\"row \">\n\t\t\t<div class=\"col-12\" data-aos=\"fade-up\">\n\t\t\t\t<p class=\"overline\"><\/p>\t\t\t\t<h2 class=\"title-body-narrow__heading\">Frequently Asked Questions<\/h2>\n\t\t\t\t\t\t\t\t<div class=\"wysiwyg\">\n\t\t\t\t\t<p><strong>Have any questions? We\u2019re here to help<\/strong><\/p>\n\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t<\/div>\n<\/section>\n\n\n\n<section id=\"\" class=\"block-faqs grid-container  bg--grey pad-top--0     js-sticky-section block\">\n    <div class=\"row justify-content-center\">\n\t\t<div class=\"col col-lg-10\">\n\t\t\t<div class=\"faqs\" data-aos=\"fade-up\">\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t<div class=\"faqs__accordion\" data-aos=\"fade-up\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"faqs__accordion__panel\">\n\t\t\t\t\t\t<div class=\"tab js-faq-accordion-tab is-active\">\n\t\t\t\t\t\t\t<h3 class=\"h6\">Can I customise my training to include multiple courses?<\/h3>\n\t\t\t\t\t\t\t<span>\n\t\t\t\t\t\t\t<svg width=\"17\" height=\"16\" viewBox=\"0 0 17 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n\t\t\t\t\t\t\t\t<path d=\"M8.00391 0.426757L7.75781 0.672851C7.58203 0.848632 7.58203 1.09473 7.75781 1.27051L14.0156 7.52832L0.796875 7.52832C0.585937 7.52832 0.375 7.73926 0.375 7.9502L0.375 8.30176C0.375 8.54785 0.585937 8.72363 0.796875 8.72363L14.0156 8.72363L7.75781 15.0166C7.58203 15.1924 7.58203 15.4385 7.75781 15.6143L8.00391 15.8604C8.17969 16.0361 8.42578 16.0361 8.60156 15.8604L16.0195 8.44238C16.1953 8.2666 16.1953 8.02051 16.0195 7.84473L8.60156 0.426757C8.42578 0.250976 8.17969 0.250976 8.00391 0.426757Z\" fill=\"#181423\"\/>\n\t\t\t\t\t\t\t<\/svg>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"content\">\n\t\t\t\t\t\t\t<div class=\"wysiwyg\">\n\t\t\t\t\t\t\t\t<p><span style=\"font-weight: 400;\">We are happy to build a training solution that fits your time, budget, and goals.<\/span><\/p>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<div class=\"faqs__accordion__panel\">\n\t\t\t\t\t\t<div class=\"tab js-faq-accordion-tab \">\n\t\t\t\t\t\t\t<h3 class=\"h6\">How do I prepare for a training session?<\/h3>\n\t\t\t\t\t\t\t<span>\n\t\t\t\t\t\t\t<svg width=\"17\" height=\"16\" viewBox=\"0 0 17 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n\t\t\t\t\t\t\t\t<path d=\"M8.00391 0.426757L7.75781 0.672851C7.58203 0.848632 7.58203 1.09473 7.75781 1.27051L14.0156 7.52832L0.796875 7.52832C0.585937 7.52832 0.375 7.73926 0.375 7.9502L0.375 8.30176C0.375 8.54785 0.585937 8.72363 0.796875 8.72363L14.0156 8.72363L7.75781 15.0166C7.58203 15.1924 7.58203 15.4385 7.75781 15.6143L8.00391 15.8604C8.17969 16.0361 8.42578 16.0361 8.60156 15.8604L16.0195 8.44238C16.1953 8.2666 16.1953 8.02051 16.0195 7.84473L8.60156 0.426757C8.42578 0.250976 8.17969 0.250976 8.00391 0.426757Z\" fill=\"#181423\"\/>\n\t\t\t\t\t\t\t<\/svg>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"content\">\n\t\t\t\t\t\t\t<div class=\"wysiwyg\">\n\t\t\t\t\t\t\t\t<p><span style=\"font-weight: 400;\">Our Client Services team will liaise with you to ensure all the timings, logistics and room\/tech requirements are agreed ahead of the event. We also ask all delegates to complete a short questionnaire to help us understand individual challenges and goals. For some of our courses, we\u2019ll ask you to bring a short presentation to work on. Otherwise, we just ask you to come with an open mind and be willing to learn.<\/span><\/p>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<div class=\"faqs__accordion__panel\">\n\t\t\t\t\t\t<div class=\"tab js-faq-accordion-tab \">\n\t\t\t\t\t\t\t<h3 class=\"h6\">What happens after I complete a training session?<\/h3>\n\t\t\t\t\t\t\t<span>\n\t\t\t\t\t\t\t<svg width=\"17\" height=\"16\" viewBox=\"0 0 17 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n\t\t\t\t\t\t\t\t<path d=\"M8.00391 0.426757L7.75781 0.672851C7.58203 0.848632 7.58203 1.09473 7.75781 1.27051L14.0156 7.52832L0.796875 7.52832C0.585937 7.52832 0.375 7.73926 0.375 7.9502L0.375 8.30176C0.375 8.54785 0.585937 8.72363 0.796875 8.72363L14.0156 8.72363L7.75781 15.0166C7.58203 15.1924 7.58203 15.4385 7.75781 15.6143L8.00391 15.8604C8.17969 16.0361 8.42578 16.0361 8.60156 15.8604L16.0195 8.44238C16.1953 8.2666 16.1953 8.02051 16.0195 7.84473L8.60156 0.426757C8.42578 0.250976 8.17969 0.250976 8.00391 0.426757Z\" fill=\"#181423\"\/>\n\t\t\t\t\t\t\t<\/svg>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"content\">\n\t\t\t\t\t\t\t<div class=\"wysiwyg\">\n\t\t\t\t\t\t\t\t<p><span style=\"font-weight: 400;\">We provide detailed workbooks for the training and encourage delegates to fill them in and refer to their notes regularly after the session. We also have a suite of blogs, podcasts and videos to support the learning. <\/span><\/p>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<div class=\"faqs__accordion__panel\">\n\t\t\t\t\t\t<div class=\"tab js-faq-accordion-tab \">\n\t\t\t\t\t\t\t<h3 class=\"h6\">What is included in with On-Demand training?<\/h3>\n\t\t\t\t\t\t\t<span>\n\t\t\t\t\t\t\t<svg width=\"17\" height=\"16\" viewBox=\"0 0 17 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n\t\t\t\t\t\t\t\t<path d=\"M8.00391 0.426757L7.75781 0.672851C7.58203 0.848632 7.58203 1.09473 7.75781 1.27051L14.0156 7.52832L0.796875 7.52832C0.585937 7.52832 0.375 7.73926 0.375 7.9502L0.375 8.30176C0.375 8.54785 0.585937 8.72363 0.796875 8.72363L14.0156 8.72363L7.75781 15.0166C7.58203 15.1924 7.58203 15.4385 7.75781 15.6143L8.00391 15.8604C8.17969 16.0361 8.42578 16.0361 8.60156 15.8604L16.0195 8.44238C16.1953 8.2666 16.1953 8.02051 16.0195 7.84473L8.60156 0.426757C8.42578 0.250976 8.17969 0.250976 8.00391 0.426757Z\" fill=\"#181423\"\/>\n\t\t\t\t\t\t\t<\/svg>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"content\">\n\t\t\t\t\t\t\t<div class=\"wysiwyg\">\n\t\t\t\t\t\t\t\t<p><span style=\"font-weight: 400;\">You\u2019ll have access to your training instantly, anywhere in the world, at any time for a 3-month period, along with a digital PDF workbook to download. We also include an audiobook with 7 hours of additional content to deepen your learning.<\/span><\/p>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<div class=\"faqs__accordion__panel\">\n\t\t\t\t\t\t<div class=\"tab js-faq-accordion-tab \">\n\t\t\t\t\t\t\t<h3 class=\"h6\">What is the difference between one, two and three-day courses?<\/h3>\n\t\t\t\t\t\t\t<span>\n\t\t\t\t\t\t\t<svg width=\"17\" height=\"16\" viewBox=\"0 0 17 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n\t\t\t\t\t\t\t\t<path d=\"M8.00391 0.426757L7.75781 0.672851C7.58203 0.848632 7.58203 1.09473 7.75781 1.27051L14.0156 7.52832L0.796875 7.52832C0.585937 7.52832 0.375 7.73926 0.375 7.9502L0.375 8.30176C0.375 8.54785 0.585937 8.72363 0.796875 8.72363L14.0156 8.72363L7.75781 15.0166C7.58203 15.1924 7.58203 15.4385 7.75781 15.6143L8.00391 15.8604C8.17969 16.0361 8.42578 16.0361 8.60156 15.8604L16.0195 8.44238C16.1953 8.2666 16.1953 8.02051 16.0195 7.84473L8.60156 0.426757C8.42578 0.250976 8.17969 0.250976 8.00391 0.426757Z\" fill=\"#181423\"\/>\n\t\t\t\t\t\t\t<\/svg>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"content\">\n\t\t\t\t\t\t\t<div class=\"wysiwyg\">\n\t\t\t\t\t\t\t\t<p><span style=\"font-weight: 400;\">Simply, additional modules and learning plus more coaching time. We understand that time and budget are sometimes limited, so we offer one-day courses to provide a valuable foundation. Adding on additional days allows you to dive deeper into communication and presentation skills through advanced body language and managing difficult conversations to questioning, listening, and peak performance mindset. We are happy to tailor the training to meet your budget, time and goals.<\/span><\/p>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<div class=\"faqs__accordion__panel\">\n\t\t\t\t\t\t<div class=\"tab js-faq-accordion-tab \">\n\t\t\t\t\t\t\t<h3 class=\"h6\">What is the ratio of trainers to learners?<\/h3>\n\t\t\t\t\t\t\t<span>\n\t\t\t\t\t\t\t<svg width=\"17\" height=\"16\" viewBox=\"0 0 17 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n\t\t\t\t\t\t\t\t<path d=\"M8.00391 0.426757L7.75781 0.672851C7.58203 0.848632 7.58203 1.09473 7.75781 1.27051L14.0156 7.52832L0.796875 7.52832C0.585937 7.52832 0.375 7.73926 0.375 7.9502L0.375 8.30176C0.375 8.54785 0.585937 8.72363 0.796875 8.72363L14.0156 8.72363L7.75781 15.0166C7.58203 15.1924 7.58203 15.4385 7.75781 15.6143L8.00391 15.8604C8.17969 16.0361 8.42578 16.0361 8.60156 15.8604L16.0195 8.44238C16.1953 8.2666 16.1953 8.02051 16.0195 7.84473L8.60156 0.426757C8.42578 0.250976 8.17969 0.250976 8.00391 0.426757Z\" fill=\"#181423\"\/>\n\t\t\t\t\t\t\t<\/svg>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"content\">\n\t\t\t\t\t\t\t<div class=\"wysiwyg\">\n\t\t\t\t\t\t\t\t<p><span style=\"font-weight: 400;\">This depends on the type of training you\u2019re looking at. For group training, our ratio is typically one trainer to four delegates; this allows for plenty of individual coaching and feedback. Our masterclasses are generally hosted by one presenter and up to 100 people.<\/span><\/p>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n    <\/div>\n<\/section>\n\n","protected":false},"excerpt":{"rendered":"<p>Equip learners with the skills and mindset to engage in constructive feedback exchanges.<\/p>\n","protected":false},"featured_media":3625,"template":"templates\/page-training-solution.php","product_category":[2],"training_type":[4,7,18],"group_size":[33],"training_duration":[35],"class_list":["post-3499","product","type-product","status-publish","has-post-thumbnail","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Giving and Receiving Feedback Masterclass | Body Talk<\/title>\n<meta name=\"description\" content=\"Learn how to make giving and receiving feedback easy, effective and positive with our interactive masterclass.\" \/>\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\/product\/3499\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Giving and Receiving Feedback Masterclass | Body Talk\" \/>\n<meta property=\"og:description\" content=\"Learn how to make giving and receiving feedback easy, effective and positive with our interactive masterclass.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/courses\/giving-and-receiving-feedback-masterclass\/\" \/>\n<meta property=\"og:site_name\" content=\"Body Talk\" \/>\n<meta property=\"article:modified_time\" content=\"2024-11-29T15:34:44+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/2024\/04\/K8A8653-copy-scaled.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"2560\" \/>\n\t<meta property=\"og:image:height\" content=\"1707\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/courses\/giving-and-receiving-feedback-masterclass\/\",\"url\":\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/courses\/giving-and-receiving-feedback-masterclass\/\",\"name\":\"Giving and Receiving Feedback Masterclass | Body Talk\",\"isPartOf\":{\"@id\":\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/courses\/giving-and-receiving-feedback-masterclass\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/courses\/giving-and-receiving-feedback-masterclass\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/2024\/04\/K8A8653-copy-scaled.jpg\",\"datePublished\":\"2024-04-29T11:14:49+00:00\",\"dateModified\":\"2024-11-29T15:34:44+00:00\",\"description\":\"Learn how to make giving and receiving feedback easy, effective and positive with our interactive masterclass.\",\"breadcrumb\":{\"@id\":\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/courses\/giving-and-receiving-feedback-masterclass\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/courses\/giving-and-receiving-feedback-masterclass\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/courses\/giving-and-receiving-feedback-masterclass\/#primaryimage\",\"url\":\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/2024\/04\/K8A8653-copy-scaled.jpg\",\"contentUrl\":\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/2024\/04\/K8A8653-copy-scaled.jpg\",\"width\":2560,\"height\":1707},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/courses\/giving-and-receiving-feedback-masterclass\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Giving and Receiving Feedback Masterclass\"}]},{\"@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":"Giving and Receiving Feedback Masterclass | Body Talk","description":"Learn how to make giving and receiving feedback easy, effective and positive with our interactive masterclass.","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\/product\/3499","og_locale":"en_GB","og_type":"article","og_title":"Giving and Receiving Feedback Masterclass | Body Talk","og_description":"Learn how to make giving and receiving feedback easy, effective and positive with our interactive masterclass.","og_url":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/courses\/giving-and-receiving-feedback-masterclass\/","og_site_name":"Body Talk","article_modified_time":"2024-11-29T15:34:44+00:00","og_image":[{"width":2560,"height":1707,"url":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/2024\/04\/K8A8653-copy-scaled.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Estimated reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/courses\/giving-and-receiving-feedback-masterclass\/","url":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/courses\/giving-and-receiving-feedback-masterclass\/","name":"Giving and Receiving Feedback Masterclass | Body Talk","isPartOf":{"@id":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/#website"},"primaryImageOfPage":{"@id":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/courses\/giving-and-receiving-feedback-masterclass\/#primaryimage"},"image":{"@id":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/courses\/giving-and-receiving-feedback-masterclass\/#primaryimage"},"thumbnailUrl":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/2024\/04\/K8A8653-copy-scaled.jpg","datePublished":"2024-04-29T11:14:49+00:00","dateModified":"2024-11-29T15:34:44+00:00","description":"Learn how to make giving and receiving feedback easy, effective and positive with our interactive masterclass.","breadcrumb":{"@id":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/courses\/giving-and-receiving-feedback-masterclass\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/dev.twentytwo.digital\/ukbodytalk\/courses\/giving-and-receiving-feedback-masterclass\/"]}]},{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/courses\/giving-and-receiving-feedback-masterclass\/#primaryimage","url":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/2024\/04\/K8A8653-copy-scaled.jpg","contentUrl":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/2024\/04\/K8A8653-copy-scaled.jpg","width":2560,"height":1707},{"@type":"BreadcrumbList","@id":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/courses\/giving-and-receiving-feedback-masterclass\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/"},{"@type":"ListItem","position":2,"name":"Giving and Receiving Feedback Masterclass"}]},{"@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\/product\/3499","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-json\/wp\/v2\/product"}],"about":[{"href":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-json\/wp\/v2\/types\/product"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-json\/wp\/v2\/media\/3625"}],"wp:attachment":[{"href":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-json\/wp\/v2\/media?parent=3499"}],"wp:term":[{"taxonomy":"product_category","embeddable":true,"href":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-json\/wp\/v2\/product_category?post=3499"},{"taxonomy":"training_type","embeddable":true,"href":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-json\/wp\/v2\/training_type?post=3499"},{"taxonomy":"group_size","embeddable":true,"href":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-json\/wp\/v2\/group_size?post=3499"},{"taxonomy":"training_duration","embeddable":true,"href":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-json\/wp\/v2\/training_duration?post=3499"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}