@import url(https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600&display=swap);:root{--dark-font-color:#000000;--disabled-font-color:#cccccc;--light-font-color:#FFFFFF;--light-grey-color:#F9FAFB;--light-mid-grey-color:#999ea4;--dark-grey-color:#252525;--mid-grey-color:#475467;--primary-color:#A72319;--course-ppd:#a72319;--course-cie:#E86EDA;--course-sbd:#EE912B;--course-nlp:#5DC0B9;--course-ced:#754788}body{font-family:Inter,serif;color:var(--dark-font-color);margin:0;font-weight:300}.col-course-ppd{color:var(--course-ppd)!important}.col-course-cie{color:var(--course-cie)!important}.col-course-sbd{color:var(--course-sbd)!important}.col-course-nlp{color:var(--course-nlp)!important}.col-course-ced{color:var(--course-ced)!important}h1,h2,h3,h4,h5{font-family:Inter,serif;font-weight:600;margin-top:0}h1.no_bottom_margin,h2.no_bottom_margin,h3.no_bottom_margin,h4.no_bottom_margin,h5.no_bottom_margin{margin-bottom:0}h1{font-size:58px;line-height:63px;margin-bottom:31px}h1 span{font-size:36px}h1.as_h2,h2{font-size:48px;line-height:56px;margin-bottom:24px}h2.as_h3,h3{font-size:32px;line-height:40px;margin-bottom:24px}h4,h5{font-size:24px;line-height:30px;margin-bottom:24px}h4.line_before{position:relative}h4.line_before::before{content:'';position:absolute;left:0;top:0;height:100%;width:2px;background-color:var(--mid-grey-color);transform:translateX(-30px)}a.button,button,label,li,p,table,td,ul{font-size:18px;line-height:24px;margin-bottom:25px}span.sentence_case{text-transform:lowercase;color:var(--dark-font-color)!important}span.sentence_case::first-letter{text-transform:uppercase;color:var(--dark-font-color)!important}span.strike{text-decoration:line-through;color:#aaa7a7}span.vat{font-size:14px}div.ul_inside ul{list-style-position:inside}ul{padding-left:20px}ul li{line-height:24px;margin-bottom:15px}ul.with_ticks{list-style:none;padding-left:0}ul.with_ticks li{position:relative;padding-left:32px;margin-bottom:14px}ul.with_ticks li::before{content:"";background:url('/assets/icons/check.svg') no-repeat center;background-size:contain;width:22px;height:22px;position:absolute;left:0;top:0}a{text-decoration:none}a.underline{text-decoration:underline}a,a p,li a,p a{color:var(--dark-font-color)}p.bold{font-weight:600}p.larger{font-size:20px;line-height:30px}p.smaller{font-size:15px}p.sub_header{color:var(--primary-color);font-weight:600}div.basis_dark h4,div.basis_dark p,section.basis_dark h2,section.basis_dark h3,section.basis_dark h4,section.basis_dark h5,section.basis_dark p{color:var(--light-font-color)}a.button,button{padding:15px 25px;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;display:inline-block;margin:0;border:1px solid var(--dark-font-color);background:#000;color:#fff;cursor:pointer;transition:all .4s ease-in-out;position:relative;font-weight:500}a.button.addToCart{width:110px;text-align:center;position:relative;display:inline-block;transition:color .2s ease}a.button.addToCart.processing{color:transparent}a.button.addToCart.processing::after{content:'';width:16px;height:16px;border:2px solid #fff;border-top-color:transparent;border-radius:50%;position:absolute;top:50%;left:50%;margin-top:-8px;margin-left:-8px;animation:spin .6s linear infinite}@keyframes spin{from{transform:rotate(0)}to{transform:rotate(360deg)}}button{padding:13px 25px}a.button:hover,button:hover{background:#444}a.button.primary,button.primary{background:var(--primary-color);border:1px solid var(--primary-color)}a.button_life-coaching{background:var(--course-ppd);border:1px solid var(--course-ppd)}a.button_business-coaching{background:var(--course-sbd);border:1px solid var(--course-sbd)}a.button_coaching-within-education{background:var(--course-cie);border:1px solid var(--course-cie)}a.button_nlp,a.button_nlp-diploma{background:var(--course-nlp);border:1px solid var(--course-nlp)}a.button_corporate-coaching{background:var(--course-ced)}a.button.white{background:var(--light-font-color);border:1px solid var(--light-font-color);color:var(--dark-font-color)}a.button.outline{background:0 0;border:1px solid var(--light-mid-grey-color);color:var(--mid-grey-color)}a.button.white_outline{background:0 0;border:1px solid var(--light-font-color);color:var(--light-font-color)}a.button.with_left_arrow{padding-left:40px;background:url('/assets/icons/right_arrow.svg');background-position:20px center;background-size:10px;background-repeat:no-repeat}div.button_holder a.button:first-of-type{margin-right:20px}img.logo{height:65px}div.centered{width:1380px;margin:0 auto;position:relative}div.content_centered{text-align:center}div.content_left{text-align:left}div.vspace_standard{padding:8% 0}div.vspace_small{padding:3% 0}div.vspace_large{padding:15% 0}div.vspace_nav{padding:20px 0}div.vspace_standard_inner{padding:20px}section{display:block}section.white{background:#fff}section.dark{background:var(--dark-grey-color)}div.fade-in-section,section.fade-in-section{opacity:0;transform:translateY(100px);transition:opacity .5s ease-out,transform .5s ease-out}div.fade-in-section.visible,section.fade-in-section.visible{opacity:1;transform:translateY(0)}div.bg_lgrey,section.bg_lgrey{background:var(--light-grey-color)}.nudge_bottom{margin-bottom:50px!important}.nudge_bottom_25{margin-bottom:25px!important}.nudge_bottom_50{margin-bottom:50px!important}.nudge_bottom_100{margin-bottom:100px!important}.nudge_bottom_200{margin-bottom:200px!important}.nudge_top_50{margin-top:50px!important}.nudge_top_100{margin-top:100px!important}.nudge_top_200{margin-top:200px!important}.nudge_top{margin-top:50px!important}.nudge_top_15{margin-top:15px!important}.nudge_top_20{margin-top:20px!important}.nudge_top_25{margin-top:25px!important}.nudge_top_7{margin-top:7px!important}.negmargin_top_50{margin-top:-140px}.nudge_top_0{margin-top:0}div.flex_row{display:flex;flex-direction:row;flex-wrap:wrap;gap:80px}div.flex_row_gap_20{gap:20px}footer div.flex_row{gap:45px}div.flex_row_vc{align-items:center}div.flex_row_vc_stretch{align-items:stretch}div.flex_row_centered{align-items:center}div.flex_row_hcentered{justify-content:center}div.flex_item_bottom{display:flex;align-items:flex-end;justify-content:flex-end}div.flex_col{display:flex;flex-direction:column;gap:10px}div.flex_2col{position:relative;flex:1}div.flex_2col.vcenter_content{justify-content:center;align-items:center;display:flex}div.flex_2col.vcenter_content img{margin-left:auto;max-width:100%;height:auto}div.flex_2col_50{flex:0 0 40px}div.flex_2col_25{flex:0 0 25%}div.flex_2col_face{flex:0 0 15%}div.flex_2col_max_50{position:relative;flex:1 1 43%;max-width:50%;box-sizing:border-box}div.flex_2col_max_33{position:relative;flex:1 1 28%;max-width:28%;box-sizing:border-box}div.flex_2col_max_25{position:relative;flex:1 1 20%;max-width:20%;box-sizing:border-box}div.flex_3col{position:relative;flex-basis:calc((100% / 3) - 80px);flex-grow:1;box-sizing:border-box}div.flex_4col{position:relative;flex-basis:calc((100% / 4) - 80px);flex-grow:1;box-sizing:border-box}div.flex_4col_gap20{position:relative;flex-basis:calc((100% / 4) - 20px);flex-grow:1;box-sizing:border-box}div.autoflow_2{column-count:2;column-gap:80px;text-align:left}div.autoflow_2 p:first-of-type{margin-top:0}footer div.flex_4col:first-child{flex:0 0 calc(40% - 20px)}footer div.flex_4col:not(:first-child){flex:0 0 calc(20% - 40px)}footer div.flex_4col_equal,footer div.flex_4col_equal:first-child,footer div.flex_4col_equal:not(:first-child){flex:0 0 calc((100% - 135px)/ 4)}.align_right{text-align:right}.align_center{text-align:center}img.width_full{width:100%}img.width_50{width:50%}img.width_75{width:75%}img.width_80{width:80%}img.width_90{width:90%}img.height_125{height:120px}div.width_190,img.width_190{width:190px;margin:auto}div.width_260,img.width_260{width:260px}.rounded_corners{-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px}.content_left{text-align:left}.content_right{text-align:right}.content_centered{text-align:centered}div.full_vimeo{padding:56.25% 0 0 0;position:relative;margin-bottom:80px}div.full_vimeo_portrait{padding:100% 0 0 0;position:relative}div.full_vimeo_popup{margin-bottom:0}div.full_vimeo iframe,div.full_vimeo_portrait iframe{position:absolute;top:0;left:0;width:100%;height:100%}footer h5{font-size:18px}footer li,footer p{font-size:14px}footer div.flex_4col:first-child img.logo{width:200px;height:auto}footer ul{list-style-type:none;margin-left:0;padding-left:0}footer hr{border:0;height:0;border-top:1px solid rgba(0,0,0,.1);border-bottom:1px solid rgba(255,255,255,.3);margin:30px 0}footer div.legals a,footer div.legals p{font-size:16px;color:var(--mid-grey-color)}footer a.social_icon img{width:30px;margin-left:10px}div.contained_60{width:60%;margin:0 auto}div.contained_75{width:75%;margin:0 auto}div.contained_60_left{width:60%;margin:0}div.form_holder{margin:50px 0}div.form_holder div.item_holder{margin:20px 0}div.form_holder .check_item_holder label{display:flex;align-items:start;font-weight:400;margin:10px 0}div.form_holder input,div.form_holder select,div.form_holder textarea{padding:15px;border:1px solid #d0d5dd;border-radius:5px;font-family:Inter,serif;color:var(--dark-font-color);margin:0;font-weight:300;width:100%;box-sizing:border-box;font-size:18px;font-weight:300;transition:border-color .3s ease;background:#fff;-webkit-appearance:none}div.form_holder .check_item_holder input[type=checkbox],div.form_holder .check_item_holder input[type=radio]{margin-right:10px;transform:scale(1.3);margin-top:1px;width:20px;min-width:20px;height:20px;padding:0}div.form_holder .check_item_holder input[type=checkbox]:checked,div.form_holder .check_item_holder input[type=radio]:checked{background-color:#e5e7eb;border-color:#a0a4a8}div.form_holder .check_item_holder input[type=checkbox]::before,div.form_holder .check_item_holder input[type=radio]::before{content:"✔";font-size:9px;color:transparent;text-align:center;line-height:20px;display:block;transition:color .3s ease}div.form_holder .check_item_holder input[type=checkbox]:checked::before,div.form_holder .check_item_holder input[type=radio]:checked::before{color:#333}div.form_holder textarea{height:200px}div.form_holder input.required,div.form_holder textarea.required{border:1px solid var(--primary-color)}div.form_holder input:focus{border-color:#96a0b0;outline:0}div.form_holder input.required:focus{border:1px solid var(--primary-color)}div.form_holder label{display:block;font-weight:400;margin:10px 0}div.form_holder label span,div.form_holder label.required{color:var(--primary-color)}div.form_holder button{width:100%;box-sizing:border-box}div.form_holder .phone_input_container{display:flex;align-items:center;border:1px solid #d0d5dd;border-radius:5px;overflow:hidden;width:100%;box-sizing:border-box}div.form_holder input:focus{border-color:#96a0b0;outline:0}div.form_holder .phone_input_container select{padding:15px;border:none;font-family:Inter,serif;font-weight:300;color:var(--dark-font-color);background-color:#f8f9fa;outline:0;border-right:1px solid #d0d5dd;appearance:none;font-size:18px;max-width:25%}.quantity_input_container select{padding:15px;border:none;font-family:Inter,serif;font-weight:300;color:var(--dark-font-color);background-color:#f8f9fa;outline:0;border:1px solid #d0d5dd;appearance:none;font-size:18px;max-width:100%}div.form_holder .phone_input_container input[type=text]{padding:15px;border:none;font-family:Inter,serif;color:var(--dark-font-color);font-weight:300;width:100%;box-sizing:border-box;outline:0;transition:border-color .3s ease}div.form_holder .phone_input_container input[type=text].required{border:1px solid var(--primary-color)}div.form_holder div.form_holder .phone_input_container input[type=text]:focus{border-color:#96a0b0;outline:0}div.form_holder .required-text{display:none;color:var(--primary-color);margin-left:5px;font-weight:700}div.form_holder select{appearance:none;background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='gray'%3E%3Cpath fill-rule='evenodd' d='M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z' clip-rule='evenodd'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 15px center;background-size:16px;cursor:pointer}hr{border:0;height:0;border-top:1px solid rgba(0,0,0,.1);border-bottom:1px solid rgba(255,255,255,.3);margin:30px 0 20px}hr.smaller{margin:10px 0 10px}.circle-plus{width:20px;height:20px;border:2px solid #a0a8b8;border-radius:50%;position:relative;display:inline-block;cursor:pointer;margin-top:5px}.circle-plus::after,.circle-plus::before{content:'';position:absolute;background-color:#a0a8b8;border-radius:1px;transition:opacity .3s ease}.circle-plus::before{width:60%;height:2px;top:50%;left:50%;transform:translate(-50%,-50%)}.circle-plus::after{width:2px;height:60%;top:50%;left:50%;transform:translate(-50%,-50%)}.module_expand.active .circle-plus::after{opacity:0}.faq.active .circle-plus::after{opacity:0}div.custombox{background:#fff;padding:30px;display:none}div.custombox_75{background:#fff;padding:30px;display:none;width:75%}.mobile{display:none}.nomobile{display:inline-block}div.workshop_table hr.smaller:last-of-type{display:none}table.simple{width:100%}table.simple tr td,table.simple tr th{border-bottom:1px solid #eee;text-align:left;padding:5px 0}table.simple tr:not(:last-child) td{border-bottom:none}div.student_meet_holder_img{position:relative}div.student_meet_holder_img .play_button_overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:3rem;color:#fff;background:rgba(0,0,0,.4);padding:20px 24px;border-radius:50%;cursor:pointer;transition:background .3s ease;z-index:1;font-size:22px}div.student_meet_holder_img .play_button_overlay:hover{background:rgba(0,0,0,.6)}@media (max-width:1380px){div.centered{width:90%;margin:0 5%}div.button_holder a.button:first-of-type{margin-bottom:20px}}@media (max-width:767px){div.flex_row{gap:20px}div.flex_2col{flex:initial;width:100%;max-width:100%}div.flex_3col{position:relative;flex-basis:calc((100% / 2) - 10px);flex-grow:1;box-sizing:border-box}div.flex_4col_gap20{flex-basis:calc((100% / 2) - 20px)}div.flex_4col{flex:0 0 100%}div.flex_5col:first-child{flex:0 0 100%}div.flex_5col:not(:first-child){flex:0 0 calc(50% - 40px)}footer div.flex_4col:not(:first-child){flex:0 0 calc(100% - 40px)}div.flex_2col_max_33{max-width:47%}div.flex_2col_max_33_blog{max-width:100%}div.flex_2col_max_50{max-width:100%}div.flex_2col.mob_reverse:first-child{order:2}div.flex_2col.mob_reverse:nth-child(2){order:1}div.autoflow_2{column-count:1}footer div.legals div.content_right{text-align:left}button,label,li,p,table,td,ul{font-size:16px;line-height:22px;margin-bottom:25px}p.larger{font-size:18px;line-height:26px}h1{font-size:42px;line-height:42px;margin-bottom:26px}h2{font-size:36px;line-height:40px;margin-bottom:20px}h1 span{font-size:24px}h3{font-size:24px;line-height:32px;margin-bottom:20px}h4,h5{font-size:18px;line-height:26px;margin-bottom:20px}h4.line_before::before{transform:translateX(-12px)}a.button,a.button.addToCart,button{width:100%;box-sizing:border-box;text-align:center;padding:15px 15px;font-size:16px}a.button.mobile_50,button.mobile_50{width:49%}div.button_holder a.button:first-of-type{margin-right:0}div.button_holder a.button:not(last-of-type){margin-bottom:16px}div.contained_60,div.contained_60_left{width:100%}.mobile{display:inline-block}.nomobile{display:none!important}div.contained_75{width:100%}div.flex_2col_alongside{flex:1}div.flex_row_nogap_mobile{gap:0}.negmargin_top_50{margin-top:-30px}div.form_holder .phone_input_container select{max-width:36%}div.flex_2col_face{flex:0 0 30%}#CybotCookiebotDialogHeader{display:none!important}#CybotCookiebotDialog{top:80%!important;max-height:calc(35% - 16px)!important;border:1px solid #ccc!important}#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton{padding:.75em!important;height:auto!important}#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonsWrapper{flex-direction:row!important;gap:10px!important}#CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyButton:not(:first-of-type){margin-top:0!important}}