:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width: 480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._link_de7ol_1{color:var(--theme-link-colour);border:none;background:none;appearance:none;text-decoration:underline;text-decoration-thickness:1px}._link_de7ol_1:focus{border-radius:.5px}._link_de7ol_1:not(._disabled_de7ol_12){cursor:pointer}._link_de7ol_1:not(._disabled_de7ol_12):hover,._link_de7ol_1:not(._disabled_de7ol_12):focus{text-decoration:underline;text-decoration-thickness:2px}._outline_de7ol_20:focus{outline-offset:2px;outline:2px solid -webkit-focus-ring-color}._disabled_de7ol_12{cursor:default;opacity:.45}._darkenOnHover_de7ol_30:hover,._darkenOnHover_de7ol_30:focus{color:var(--theme-link-hover-colour)}._invertedColour_de7ol_35{color:var(--theme-link-colour-inverted)}._standalone_de7ol_39{font-weight:600}._page_dwoxw_1{position:relative;display:flex;flex-direction:column;justify-content:center;top:0;left:0;height:100vh;width:100%;overflow:hidden}._content_dwoxw_13{position:relative;margin-top:10px;margin-left:100px}._title_dwoxw_19{font-weight:400;font-size:3rem;padding-left:0}._text_dwoxw_25{font-size:1.8rem}._visualisation_dwoxw_29{width:2460px;-webkit-user-select:none;user-select:none}._link_dwoxw_34{font-size:1.8rem}@media only screen and (width <= 1000px){._content_dwoxw_13{margin-left:0;padding-left:20px;padding-right:20px}}@media only screen and (height <= 480px){._visualisation_dwoxw_29{display:none}}.Toastify__toast-container{width:max-content;z-index:100000}.app-toast-message{--toastify-toast-min-height: 50px;--toastify-toast-bd-radius: 4px;--toastify-font-family: theme.$font-family;display:inline-block;background:var(--theme-toast-success-colour);color:var(--theme-toast-success-text-colour);font-size:1rem;width:unset;max-width:calc(100vw - 10px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:center}.Toastify__toast--warning,.Toastify__toast--error{background-color:var(--theme-error-colour);color:var(--theme-error-text-colour)}@media only screen and (width <= 480px){.Toastify__toast{margin-top:5px;--toastify-toast-min-height: 0;--toastify-toast-padding: 10px}.Toastify__toast-container{position:fixed;left:50%;transform:translate(-50%)}.app-toast-message{border-radius:4px;max-width:calc(100vw - 20px);text-wrap:balance}}._icon_uixz2_1{color:var(--theme-icon-colour);vector-effect:non-scaling-stroke}._core_zzix5_7{font-family:var(--theme-font-family);font-size:var(--theme-font-size);color:var(--theme-font-colour);background-color:var(--theme-background-colour);border:var(--theme-border-width) solid var(--theme-border-colour);appearance:none;position:relative;display:inline-flex;box-sizing:border-box;align-items:center;gap:10px;width:max-content;padding:8px 16px;border-radius:999px;font-weight:600}._core_zzix5_7:not(:disabled){cursor:pointer;-webkit-user-select:none;user-select:none}._core_zzix5_7:not(:disabled):hover{background-color:var(--theme-button-hover-colour)}._core_zzix5_7:disabled{opacity:.55}._core_zzix5_7{text-decoration:none}._core_zzix5_7._iconLeft_zzix5_37{padding-left:10px}._core_zzix5_7._iconRight_zzix5_40{padding-right:10px}._primary_zzix5_44{background-color:var(--theme-primary-colour);border-color:var(--theme-primary-colour);color:var(--theme-font-colour-on-primary-background)}._primary_zzix5_44:not(:disabled):hover{background-color:var(--theme-button-hover-primary-colour);border-color:var(--theme-button-hover-primary-colour)}._primary_zzix5_44:not(:disabled):focus-visible{border-color:var(--theme-button-hover-primary-colour);outline:2px solid var(--theme-font-colour-on-primary-background)}._primary_zzix5_44{--theme-icon-colour: theme.$font-colour-on-primary-background}._destructive_zzix5_61{background-color:var(--theme-error-colour);border-color:var(--theme-error-colour);color:var(--theme-error-text-colour)}._destructive_zzix5_61:not(:disabled):hover{background-color:var(--theme-error-colour-strong);border-color:var(--theme-error-colour-strong)}._destructive_zzix5_61:not(:disabled):focus-visible{border-color:var(--theme-error-colour-strong);outline:2px solid var(--theme-font-colour-on-primary-background)}._compact_zzix5_75{font-family:var(--theme-font-family);font-size:var(--theme-caption-size);color:var(--theme-font-colour);padding:5px 8px;border-width:1px}._accessibleDescription_zzix5_83{display:none}._hero_zzix5_87{flex:1;justify-content:center;background-color:var(--theme-heading-colour);border-color:var(--theme-heading-colour);color:var(--theme-background-colour)}._hero_zzix5_87:not(:disabled):hover,._hero_zzix5_87:not(:disabled):focus-visible{background-color:var(--theme-background-colour);color:var(--theme-heading-colour)}._hero_zzix5_87:not(:disabled):focus-visible{outline:2px solid -webkit-focus-ring-color;outline-offset:2px}._container_gngg2_1{font-family:var(--theme-font-family);font-size:.9rem;color:var(--theme-background-colour);background-color:var(--theme-font-colour);padding:5px 8px;border-radius:4px;white-space:preserve}._container_gngg2_1 ._arrow_gngg2_10{line-height:normal;font-size:0;color:var(--theme-font-colour)}._container_gngg2_1 ._arrow_gngg2_10 svg{color:var(--theme-font-colour)}._container_gngg2_1 ._arrow_gngg2_10[data-placement=top] svg{transform:rotate(0)}._container_gngg2_1 ._arrow_gngg2_10[data-placement=right] svg{transform:rotate(90deg)}._container_gngg2_1 ._arrow_gngg2_10[data-placement=bottom] svg{transform:rotate(180deg)}._container_gngg2_1 ._arrow_gngg2_10[data-placement=left] svg{transform:rotate(270deg)}._icore_teosr_7{display:flex;align-items:center;justify-content:center;width:var(--theme-icon-size);height:var(--theme-icon-size);appearance:none;background:none;border:none;border-radius:999px;padding:8px;color:var(--theme-icon-colour)}._icore_teosr_7:not(:disabled,._compact_teosr_20){cursor:pointer;-webkit-user-select:none;user-select:none}._icore_teosr_7:not(:disabled,._compact_teosr_20):hover{background-color:var(--theme-button-hover-colour)}._icore_teosr_7:not(:disabled,._compact_teosr_20):active{background-color:var(--theme-button-selected-colour)}._icore_teosr_7:disabled{opacity:.4}._standalone_teosr_34{background-color:var(--theme-background-colour);border:1px solid var(--theme-border-colour);padding:0;display:flex;justify-content:center;align-items:center;min-width:var(--theme-icon-size);min-height:var(--theme-icon-size)}._pressed_teosr_45{background-color:var(--theme-button-selected-colour)}._primary_teosr_49{background-color:var(--theme-primary-colour);border-color:var(--theme-primary-colour);color:var(--theme-font-colour-on-primary-background)}._primary_teosr_49:not(:disabled):hover{background-color:var(--theme-button-hover-primary-colour);border-color:var(--theme-button-hover-primary-colour)}._primary_teosr_49:not(:disabled):focus-visible{border-color:var(--theme-button-hover-primary-colour);outline:2px solid var(--theme-font-colour-on-primary-background)}._compact_teosr_20{cursor:pointer;padding:8px 0 0}._compact_teosr_20:focus{outline-offset:4px}._item_1u59a_7{font-family:var(--theme-font-family);font-size:var(--theme-font-size);color:var(--theme-font-colour);background-color:var(--theme-background-colour);border:var(--theme-border-width) solid var(--theme-border-colour);appearance:none;position:relative;display:inline-flex;box-sizing:border-box;align-items:center;gap:10px;width:max-content;padding:8px 16px;border-radius:999px;font-weight:600}._item_1u59a_7:not(:disabled){cursor:pointer;-webkit-user-select:none;user-select:none}._item_1u59a_7:not(:disabled):hover{background-color:var(--theme-button-hover-colour)}._item_1u59a_7:disabled{opacity:.55}._item_1u59a_7{text-decoration:none;display:flex;justify-content:start;align-items:center;align-self:stretch;padding:10px 14px;margin:0;border:none;border-radius:0;width:unset}._item_1u59a_7:focus{outline:none}._item_1u59a_7:focus[data-focus-visible=true]{outline:2px solid Highlight;outline:2px solid -webkit-focus-ring-color;outline-offset:-2px}._item_1u59a_7:hover{background-color:var(--theme-background-colour)!important}._item_1u59a_7:hover [slot=label]{text-decoration:underline;text-underline-offset:.2rem}._item_1u59a_7:not(:last-child){border-bottom:1px solid var(--theme-separator-colour)}._item_1u59a_7 [slot=label]{width:100%;font-size:var(--theme-font-size);font-style:normal;font-weight:600;line-height:normal;white-space:nowrap;color:var(--theme-link-colour)}._item_1u59a_7 [slot=icon]{width:24px;height:24px}._item_1u59a_7._disabled_1u59a_82:hover [slot=label]{color:var(--theme-placeholder-colour)}._section_1wmrh_1:not(:last-child){border-bottom:1px solid var(--theme-separator-colour)}._sectionHeader_1wmrh_5{padding:7px 14px 6px;border-bottom:1px solid var(--theme-separator-colour);list-style:normal}._heading_1wmrh_11{margin:0;padding:0;font-family:var(--theme-font-family);font-size:.8rem;font-weight:700;line-height:normal}._toggle_10bqn_1{display:flex;justify-content:space-between;align-items:center;gap:.5rem;font-family:var(--theme-font-family);font-size:var(--theme-font-size);color:var(--theme-link-colour);font-weight:600;line-height:1.25rem;cursor:pointer}._toggle_10bqn_1:hover,._toggle_10bqn_1:focus-within{text-decoration:underline;text-decoration-thickness:2px}._toggle_10bqn_1[data-selected] ._indicator_10bqn_17{--indicator-transform: translateX(calc(var(--indicator-width) - var(--indicator-circle-radius) - 4px));background:var(--theme-primary-colour-stronger)}._toggle_10bqn_1[data-selected] ._indicator_10bqn_17:before{transform:var(--indicator-transform)}._toggle_10bqn_1[data-selected] ._indicator_10bqn_17:after{opacity:1;transform:var(--indicator-transform)}._toggle_10bqn_1[data-focus-visible] ._indicator_10bqn_17{outline:-webkit-focus-ring-color solid 2px;outline-offset:2px}._indicator_10bqn_17{--indicator-width: 2rem;--indicator-height: 17px;--indicator-circle-radius: calc(var(--indicator-height) - 4px);position:relative;width:var(--indicator-width);height:var(--indicator-height);border-radius:var(--indicator-height);background:var(--theme-border-colour)}._indicator_10bqn_17:before{position:absolute;margin:2px;height:var(--indicator-circle-radius);width:var(--indicator-circle-radius);border-radius:100%;content:"";background-color:var(--theme-background-colour);transition:.4s ease}._indicator_10bqn_17:after{position:absolute;margin:2px;height:var(--indicator-circle-radius);width:var(--indicator-circle-radius);-webkit-mask:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20id='a'%20xmlns='http://www.w3.org/2000/svg'%20width='9'%20height='9'%20viewBox='0%200%2011%2010'%3e%3cpath%20d='M3.88,9.01c-.34,0-.67-.14-.9-.38L.48,6.05l1.8-1.74,1.6,1.65L8.72,.99l1.8,1.74-5.74,5.9c-.23,.24-.56,.38-.9,.38Z'%20fill='%23151519'%20/%3e%3c/svg%3e") center no-repeat;content:"";background-color:var(--theme-font-colour);opacity:0;transition:.4s ease}._inline_10bqn_65{justify-content:flex-start}._description_10bqn_69{font-family:var(--theme-font-family);font-size:var(--theme-font-size);color:var(--theme-font-colour)}@media (prefers-reduced-motion: no-preference){._popover_l18nm_2{transition:opacity .2s ease-out,transform .2s ease-out}}._popover_l18nm_2[data-entering]{opacity:0;transform:translateY(6px)}._popover_l18nm_2[data-exiting]{opacity:0;transform:translateY(6px);pointer-events:none}._menu_l18nm_16{display:flex;flex-direction:column;justify-content:flex-start;min-width:8rem;margin-top:.35rem;margin-bottom:0;margin-left:0;margin-right:0;padding:0;background:var(--theme-background-colour);border:1px solid var(--theme-separator-colour);border-radius:10px;box-shadow:var(--theme-box-shadow-colour) 0 2px 3px 0;list-style-type:none;outline:none;overflow-x:hidden;overflow-y:auto;max-height:80vh}._menu_l18nm_16:focus-visible{outline:2px}._menu_l18nm_16>*:first-child,._menu_l18nm_16>section:first-child>*:first-child{border-top-left-radius:9px;border-top-right-radius:9px}._menu_l18nm_16>*:last-child,._menu_l18nm_16>section:last-child>*:last-child{border-bottom-left-radius:9px;border-bottom-right-radius:9px}._container_1trag_1{text-decoration:none;color:unset;background-color:transparent;border:transparent;line-height:0}._logo_1trag_9{height:var(--header-height);color:var(--theme-heading-colour-on-primary-background)}@media (width <= 400px){._presentLogo_1trag_15{display:none}}._genioLogo_1trag_20{display:none}@media (width <= 400px){._genioLogo_1trag_20{display:block}}._siteNav_gcjyg_2{display:grid;grid-template-columns:1fr 1fr;gap:1rem;justify-content:start;background:var(--theme-primary-colour);padding-right:15px;padding-left:5px;align-items:center;height:var(--header-height)}._leadingNavItems_gcjyg_14{display:flex;align-items:center;justify-content:flex-start}._trailingNavItems_gcjyg_20{--theme-icon-size: 40px;display:flex;align-items:center;justify-content:flex-end;gap:.2rem;--theme-button-selected-colour: transparent;--theme-button-hover-colour: rgba(0, 0, 0, .2);--theme-icon-colour: var(--theme-heading-colour-on-primary-background)}._container_1p3uv_1{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:calc(100vh - var(--header-height));margin:0 auto;width:fit-content;text-align:center;padding:32px}._email_1p3uv_13{font-weight:700}._presentLinkWrapper_1p3uv_17{margin-top:50px}._accessSection_1p3uv_21{margin-top:50px;display:flex;flex-direction:column;gap:10px}.spinner__wrapper{display:inline-block}.spinner{display:inline-block;width:25px;height:25px;animation:spin 1s ease-in-out infinite;border-radius:50%;border:3px solid #ffffff;border-top-color:transparent}.spinner--primary{border:3px solid var(--theme-primary-colour);border-top-color:transparent}.spinner--small{width:18px;height:18px}.spinner--extra-small{width:16px;height:16px}@keyframes spin{to{transform:rotate(360deg)}}._label_wdb43_1{display:block;margin-bottom:.5rem;font-size:.875rem;font-weight:600;color:var(--theme-font-colour)}._input_wdb43_9{background-color:var(--theme-background-colour);border:1px solid var(--theme-border-colour-extra-strong);border-radius:2rem;padding:1rem;width:100%;height:2.212rem}._input_wdb43_9:focus{border-color:var(--theme-primary-colour);box-shadow:0 0 0 0 2px var(--theme-primary-colour)}._input_wdb43_9::placeholder{color:var(--theme-placeholder-colour)}._input_wdb43_9:disabled{opacity:.45;cursor:not-allowed}._container_4mjd6_1{display:flex;flex-direction:column;min-height:calc(100dvh - var(--header-height));align-items:center;justify-content:center;text-align:center;padding:12px}._container_4mjd6_1 ._heading_4mjd6_10{font-size:var(--theme-heading-size-large)}._container_4mjd6_1 ._image_4mjd6_13{width:200px}._container_4mjd6_1 ._inputContainer_4mjd6_16{margin-bottom:12px}._sliderTrack_6lhui_1{--progress-width: 0%}._sliderTrack_6lhui_1:before{content:"";display:block;position:absolute;background:#fff;opacity:.5}._sliderTrack_6lhui_1:after{content:"";display:block;position:absolute;background:#fff}._sliderTrack_6lhui_1:hover ._sliderThumb_6lhui_18,._sliderTrack_6lhui_1:focus-within ._sliderThumb_6lhui_18{display:inline;width:.5rem;height:.5rem;border-radius:50%;background:#fff;forced-color-adjust:none;z-index:1}._sliderTrack_6lhui_1:hover ._sliderThumb_6lhui_18[data-dragging],._sliderTrack_6lhui_1:focus-within ._sliderThumb_6lhui_18[data-dragging]{width:.75rem;height:.75rem;border:2px solid white}._sliderTrack_6lhui_1:hover ._sliderThumb_6lhui_18[data-focus-visible],._sliderTrack_6lhui_1:focus-within ._sliderThumb_6lhui_18[data-focus-visible]{width:.75rem;height:.75rem;outline:2px solid -webkit-focus-ring-color}._slider_6lhui_1{margin-left:auto;margin-right:auto}._slider_6lhui_1[data-orientation=horizontal]{flex-direction:column;width:75cqw}._slider_6lhui_1[data-orientation=horizontal] ._sliderTrack_6lhui_1{height:10px;width:100%}._slider_6lhui_1[data-orientation=horizontal] ._sliderTrack_6lhui_1:before{height:4px;width:100%;top:50%;transform:translateY(-50%)}._slider_6lhui_1[data-orientation=horizontal] ._sliderTrack_6lhui_1:after{height:4px;width:var(--progress-width);top:50%;transform:translateY(-50%)}._slider_6lhui_1[data-orientation=horizontal] ._sliderThumb_6lhui_18{top:50%}._contentContainer_1bnft_1{display:flex;flex-direction:column}._contentContainer_1bnft_1 ._headerContainer_1bnft_5{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;border-bottom:1px solid var(--theme-separator-colour);text-align:left}._contentContainer_1bnft_1 ._headerContainer_1bnft_5 h2{margin-top:auto;margin-bottom:auto;color:var(--theme-heading-colour);font-family:var(--theme-heading-font-family);font-weight:700;font-size:18.72px}._childrenContainer_1bnft_22{padding:1.25rem 1.5rem}._buttonContainer_1bnft_26{display:flex;justify-content:center;align-items:center;gap:2rem;padding:1.25rem 1.5rem;border-top:1px solid var(--theme-separator-colour)}._overlay_g30ay_1{display:flex;overflow-y:auto;position:fixed;inset:0;z-index:10;padding:1rem;justify-content:center;align-items:center;min-height:100%;text-align:center;background-color:var(--theme-mask-colour);-webkit-backdrop-filter:blur(1.5px);backdrop-filter:blur(1.5px);font-family:var(--theme-font-family)}@media (prefers-reduced-motion: no-preference){._overlay_g30ay_1[data-entering]{animation:_ds-dialog-fade_g30ay_1 .2s}}@media (prefers-reduced-motion: no-preference){._overlay_g30ay_1[data-exiting]{animation:_ds-dialog-fade_g30ay_1 .15s reverse ease-in}}._modal_g30ay_30{overflow:hidden;border-radius:1rem;width:700px;text-align:left;vertical-align:middle;background-color:var(--theme-background-colour);border:1px solid var(--theme-modal-border-colour);box-shadow:0 15px 20px #15151929}@media (prefers-reduced-motion: no-preference){._modal_g30ay_30[data-entering]{animation:_ds-dialog-zoom_g30ay_1 .3s cubic-bezier(.175,.885,.32,1.275)}}._dialog_g30ay_46{position:relative;outline:none}@keyframes _ds-dialog-fade_g30ay_1{0%{opacity:0}to{opacity:1}}@keyframes _ds-dialog-zoom_g30ay_1{0%{transform:scale(.8)}to{transform:scale(1)}}@media screen and (width <= 700px){._overlay_g30ay_1{padding:0}._overlay_g30ay_1[data-entering],._overlay_g30ay_1[data-exiting]{animation:none}._modal_g30ay_30{max-width:100%;height:100%;border-radius:0;overflow-y:auto}._modal_g30ay_30[data-entering],._modal_g30ay_30[data-exiting]{animation:none}}._radioGroup_12kji_2{display:flex;flex-direction:column;gap:.5rem}._radio_12kji_2{display:flex;position:relative;gap:.5rem}._radio_12kji_2[data-disabled]{opacity:.5}._radio_12kji_2:before{content:"";display:block;box-sizing:border-box;margin-top:2.5px;width:1rem;min-width:1rem;height:1rem;border:2px solid var(--theme-font-colour);background:transparent;border-radius:1rem;transition:all .2s}._radio_12kji_2:after{content:"";display:block;box-sizing:border-box;position:absolute;left:.25rem;top:calc(.25rem + 2.5px);width:.5rem;height:.5rem;background:transparent;border-radius:1rem;transition:all .2s}._radio_12kji_2[data-focus-visible]:before{outline:2px solid -webkit-focus-ring-color;outline-offset:2px}._selected_12kji_47:before{border-color:#33756b;border-width:2px;padding:2px}._selected_12kji_47[data-pressed]:before{border-color:#33756b}._selected_12kji_47:after{background:var(--theme-font-colour)}._selected_12kji_47[data-pressed]:after{background:var(--theme-font-colour)}._radioHeader_12kji_62{margin:0}._downloadButton_12kji_66{margin-right:-10px}._controlsContainer_435g0_2{display:flex;flex-direction:column;justify-content:flex-end;align-items:left;margin-left:auto;margin-right:auto;width:80cqw;color:#fff;opacity:var(--controls-visibility)}._mediaControls_435g0_14{display:flex;flex-direction:row;justify-content:space-between;width:75cqw;margin-left:auto;margin-right:auto;--theme-icon-colour: white}.theme__brand--dark ._mediaControls_435g0_14{--theme-icon-colour: white}._mediaControls_435g0_14,.theme__brand--dark ._mediaControls_435g0_14{--theme-button-selected-colour: transparent}._mediaControls_435g0_14,.theme__brand--dark ._mediaControls_435g0_14{--theme-button-hover-colour: #505051}._playbackControls_435g0_39{display:flex;align-items:center;justify-content:start;list-style:none;padding:0;margin-top:0;margin-bottom:0}._playbackControls_435g0_39 p:last-child{margin-bottom:-2px}._playbackLocation_435g0_53{font-size:var(--theme-font-size-small);flex-grow:1}._playButton_435g0_58 button,._playButton_435g0_58 button:focus-visible{margin-left:-11px}._container_u40i3_1{background:#000;border-radius:1rem;padding:.625rem 1rem;display:flex;align-items:center;justify-content:flex-end;flex-direction:column;--theme-icon-colour: white;--controls-visibility: 1}._audio_u40i3_16{display:none}._playbackLocation_u40i3_20{margin:0;padding:0;color:#fff}._controlsList_u40i3_26{list-style:none;display:flex;align-items:center;justify-content:start;width:100%;padding:0;margin:0}._flipped_euq6z_1{transform:rotateY(180deg)}._hidden_euq6z_5{display:none}._bigVideo_euq6z_9{min-height:230px;max-height:50cqh;width:50cqw;display:flex;justify-content:center}@container (max-width: 700px){._bigVideo_euq6z_9{width:80cqw}}@container (max-width: 400px){._bigVideo_euq6z_9{width:90cqw}}@container review-media (min-width: 0px){._bigVideo_euq6z_9{width:80cqw}}@container feedback-media (min-width: 0px){._bigVideo_euq6z_9{width:80cqw}}._video_euq6z_37 video{width:100%;flex-shrink:1;background-color:#000;border:.1rem solid #000;border-radius:1rem}._container_euq6z_45{position:relative;justify-content:center;width:min-content;min-height:230px}._container_euq6z_45:has(._smallVideo_euq6z_51){display:grid;align-items:end;grid-template-rows:1fr 1rem;grid-template-columns:1rem 35% auto}._container_euq6z_45:has(._smallVideo_euq6z_51) ._bigVideo_euq6z_9{display:flex;grid-row-start:1;grid-column-start:1;grid-row-end:3;grid-column-end:4}._container_euq6z_45:has(._smallVideo_euq6z_51) ._smallVideo_euq6z_51{display:flex;grid-row-start:1;grid-row-end:2;grid-column-start:2;grid-column-end:3;justify-self:end;max-height:50%}._container_euq6z_45{position:relative;align-items:center;aspect-ratio:4/3;max-height:50cqh;background-color:#000;border:.1rem solid black;border-radius:1rem;width:50cqw;display:flex;justify-content:center}@container (max-width: 700px){._container_euq6z_45{width:80cqw}}@container (max-width: 400px){._container_euq6z_45{width:90cqw}}._contents_euq6z_98{display:flex;justify-content:center;align-items:center;flex-direction:column;text-align:center;color:#fff;height:100%;border-radius:2rem}._caption_euq6z_109{padding-top:.5rem}._flipped_1gd0x_1{transform:rotateY(180deg)}._hidden_1gd0x_5{display:none}._bigVideo_1gd0x_9{min-height:230px;max-height:50cqh;width:50cqw;display:flex;justify-content:center}@container (max-width: 700px){._bigVideo_1gd0x_9{width:80cqw}}@container (max-width: 400px){._bigVideo_1gd0x_9{width:90cqw}}@container review-media (min-width: 0px){._bigVideo_1gd0x_9{width:80cqw}}@container feedback-media (min-width: 0px){._bigVideo_1gd0x_9{width:80cqw}}._video_1gd0x_37 video{width:100%;flex-shrink:1;background-color:#000;border:.1rem solid #000;border-radius:1rem}._container_1gd0x_45{position:relative;justify-content:center;width:min-content;min-height:230px}._container_1gd0x_45:has(._smallVideo_1gd0x_51){display:grid;align-items:end;grid-template-rows:1fr 1rem;grid-template-columns:1rem 35% auto}._container_1gd0x_45:has(._smallVideo_1gd0x_51) ._bigVideo_1gd0x_9{display:flex;grid-row-start:1;grid-column-start:1;grid-row-end:3;grid-column-end:4}._container_1gd0x_45:has(._smallVideo_1gd0x_51) ._smallVideo_1gd0x_51{display:flex;grid-row-start:1;grid-row-end:2;grid-column-start:2;grid-column-end:3;justify-self:end;max-height:50%}._grid_lanfr_1{display:grid;grid-auto-flow:column;grid-template-rows:1fr 1fr 1fr;grid-template-columns:1fr}._grid_lanfr_1:hover,._grid_lanfr_1:focus-within{--controls-visibility: 1}._duoVideo_lanfr_11{grid-row-start:1;grid-row-end:4;grid-column-start:1;grid-column-end:2}._mediaControls_lanfr_18{grid-row-start:3;grid-row-end:4;grid-column-start:1;grid-column-end:2;max-width:80cqw;background:linear-gradient(transparent,#000);border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;z-index:1}._pane_9zsce_1{width:100%;display:flex;justify-content:center;align-items:flex-start}._placeholder_1xqir_1{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;color:var(--theme-placeholder-colour)}._image_1xqir_11{height:50px;margin-bottom:1rem;-webkit-user-select:none;user-select:none}._emojiPicker_u37ta_1{--border-color: var(--theme-separator-colour);--border-radius: 12px;--emoji-size: 24px;--indicator-color: var(--theme-primary-colour)}@media only screen and (height <= 900px){._emojiPicker_u37ta_1{height:360px}}@media only screen and (height <= 800px){._emojiPicker_u37ta_1{height:290px}}@media only screen and (width <= 400px){._emojiPicker_u37ta_1{width:300px;--emoji-padding: .1rem}}@media only screen and (height <= 700px){._emojiPicker_u37ta_1{height:200px}}._popover_uku1k_1{border:1px solid var(--theme-border-colour);border-radius:12px;position:relative;z-index:1;background-color:var(--theme-background-colour)}._container_1sfwo_1{position:relative}._emoji_1sfwo_5{font-size:var(--theme-heading-size-large);margin-top:.2rem}._popover_1sfwo_10{position:absolute;bottom:calc(100% + 8px);left:-146px}._actions_1sfwo_16{border-top:1px solid var(--theme-separator-colour);padding:10px}._editableNoteForm_1ybaz_1{width:100%;position:relative;display:flex;gap:.5rem}._editableTextArea_1ybaz_8{resize:none;padding:3px 10px;border:var(--theme-control-border-width) solid var(--theme-border-colour);border-radius:10px;outline:none;width:100%;font-size:1rem;line-height:1.65rem;background-color:var(--theme-background-colour)}._editableTextArea_1ybaz_8:focus{border:2px solid var(--theme-border-colour-strong);padding:2px 9px}._editableTextArea_1ybaz_8._dirty_1ybaz_23{border-color:var(--theme-annotation-note-colour)}._editButtons_1ybaz_27{display:flex;flex-direction:column;gap:.25rem;padding-top:.25rem}._editButton_1ybaz_27{padding:.25rem;display:flex;align-items:center;justify-content:center}._spinnerContainer_1ybaz_41{display:flex;align-items:center;height:100%;padding-top:.25rem}._note_rsgfy_2{padding-left:1rem;padding-bottom:.2rem;display:flex;flex-direction:column;transform-origin:center}._note_rsgfy_2:hover,._note_rsgfy_2:focus-within{background-color:#b7e4e599}._note_rsgfy_2:hover ._timestamp_rsgfy_12,._note_rsgfy_2:hover ._actions_rsgfy_13,._note_rsgfy_2:hover ._emojiContainer_rsgfy_14,._note_rsgfy_2:focus-within ._timestamp_rsgfy_12,._note_rsgfy_2:focus-within ._actions_rsgfy_13,._note_rsgfy_2:focus-within ._emojiContainer_rsgfy_14{opacity:1}._note_rsgfy_2:has(._actions_rsgfy_13 [aria-expanded=true]) ._timestamp_rsgfy_12,._note_rsgfy_2:has(._actions_rsgfy_13 [aria-expanded=true]) ._actions_rsgfy_13{opacity:1}._noteHeader_rsgfy_24{display:flex;align-items:center;justify-content:space-between}._noteHeader_rsgfy_24:has(:focus-visible) ._timestamp_rsgfy_12,._noteHeader_rsgfy_24:has(:focus-visible) ._actions_rsgfy_13,._noteHeader_rsgfy_24:has(:focus-visible) ._emojiContainer_rsgfy_14{opacity:1}._timestamp_rsgfy_12{appearance:none;border:none;background-color:var(--theme-font-colour);color:var(--theme-font-colour-inverted);cursor:pointer;display:inline-flex;align-items:center;font-weight:700;font-size:.875rem;border-radius:100px;padding:.25rem .5rem;margin-top:.5rem;margin-bottom:.5rem;margin-left:40px;opacity:0;transition-property:opacity;transition-duration:.2s;transition-timing-function:ease}._timestamp_rsgfy_12._visible_rsgfy_58{opacity:1}._timestamp_rsgfy_12._highlight_rsgfy_61{animation-name:_timestampHighlight_rsgfy_1;animation-duration:2s;animation-timing-function:cubic-bezier(.215,.61,.355,1)}@keyframes _timestampHighlight_rsgfy_1{0%{background-color:var(--theme-font-colour);color:var(--theme-font-colour-inverted);opacity:1}50%{background-color:var(--theme-font-colour);color:var(--theme-font-colour-inverted);opacity:1}to{background-color:transparent;opacity:0}}._noteContainer_rsgfy_83{display:flex;align-items:center;overflow-wrap:anywhere;line-height:1.5;padding-right:.5rem;white-space:pre-wrap}._emoji_rsgfy_14{font-size:var(--theme-heading-size);margin-right:.5rem}._actions_rsgfy_13{flex-shrink:0;opacity:0;transition-property:opacity;transition-duration:.2s;transition-timing-function:ease}._actions_rsgfy_13:has(:focus-visible){opacity:1}._emojiContainer_rsgfy_14{transition:opacity .2s;opacity:0}._notesInput_1my7g_1{display:flex;position:relative;background-color:var(--theme-background-colour);width:100%;padding:1rem;align-items:center;gap:5px;--theme-icon-size: 42px}._notesInputField_1my7g_12{resize:none;padding:3px 50px 3px 10px;border:var(--theme-control-border-width) solid var(--theme-border-colour);border-radius:10px;height:5.5rem;outline:none;width:100%;font-size:1.2rem;line-height:1.65rem;background-color:var(--theme-background-colour)}._notesInputField_1my7g_12:focus{border:2px solid var(--theme-border-colour-strong);padding:2px 85px 2px 9px}._notesInputField_1my7g_12._dirty_1my7g_28{border-color:var(--theme-annotation-note-colour)}._sendButton_1my7g_32{position:absolute;right:28px;top:50%;transform:translateY(-50%);background:none;border:none;padding:0;cursor:pointer;display:flex;align-items:center;justify-content:center}._sendButton_1my7g_32:disabled{opacity:.5;cursor:not-allowed}._sendButton_1my7g_32 svg{width:32px;height:32px}._pane_l2d6j_1{display:flex;flex-direction:column;height:100%}._notesList_l2d6j_7{list-style:none;padding:0;flex:1;overflow-y:auto;margin:0}._sentence_9h1on_1:first-child{margin-top:0}._sentence_9h1on_1>div{display:flex;border-radius:6px;gap:1rem;margin-top:.3rem;padding:.3rem}._sentence_9h1on_1>div:hover{cursor:pointer}._sentence_9h1on_1>div:hover,._sentence_9h1on_1>div:focus-within{background-color:var(--theme-background-colour);outline:solid 1px var(--theme-border-colour-strong);outline-offset:-1px}._startTime_9h1on_20{width:3rem;font-weight:700;padding-left:.25rem}._sentenceText_9h1on_26{outline:none}._word_9h1on_30{border-radius:.2rem}._word_9h1on_30[data-current-word=true]{color:#fff;background-color:var(--theme-selection-colour)}._sentenceList_1aovl_1{list-style:none;padding-left:0;padding-right:.3rem;margin:0;flex:1;margin-bottom:1rem}._pane_1o1fj_1{display:flex;flex-direction:column;overflow-y:auto;max-height:100%;height:350px;width:80cqw}@container (max-width: 400px){._pane_1o1fj_1{width:90cqw}}@media screen and (width <= 700px){._pane_1o1fj_1{width:100%}}._pageContainer_1kafz_1{display:grid;height:calc(100dvh - var(--header-height));grid-column-gap:0;grid-template-columns:1fr 1fr 1fr;grid-template-rows:auto 1fr;grid-template-areas:"titleBar titleBar titleBar" "mediaAndTranscript mediaAndTranscript feedback";--controls-visibility: 0}._pageContainer_1kafz_1:has(div[data-test="FeedbackTranscriptPane.transcriptPane"]:hover){--controls-visibility: 1}._titleBar_1kafz_14{grid-area:titleBar;display:flex;flex-direction:row;align-items:center;border-bottom:1px solid var(--theme-separator-colour);min-height:71px;padding-left:21px;padding-right:10px}._title_1kafz_14{font-size:1.5rem;margin:0 auto;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;justify-self:center;max-width:500px}._mediaAndTranscript_1kafz_35{display:grid;grid-area:mediaAndTranscript;grid-template-areas:"media" "transcript";grid-template-rows:auto 1fr;height:100%;width:100%;container-type:size;container-name:feedback-media}._media_1kafz_35{display:flex;grid-area:media;justify-content:center;padding:1rem 5%;background-color:var(--theme-background-colour-strong);position:relative}._feedback_1kafz_55{grid-area:feedback;height:100%;min-height:0;border-left:1px solid var(--theme-separator-colour);min-width:180px}._transcript_1kafz_10{grid-area:transcript;display:flex;justify-content:center;padding:0 5%;overflow-y:auto;background-color:var(--theme-background-colour-strong)}._tabs_1kafz_72{display:none}@media screen and (width <= 700px){._pageContainer_1kafz_1{overflow-y:auto;grid-template-columns:1fr;grid-template-rows:4rem 16rem auto;grid-template-areas:"titleBar" "mediaAndTranscript" "tabs"}._media_1kafz_35{border-bottom:1px solid var(--theme-separator-colour)}._pane_1kafz_86{height:30%}._feedback_1kafz_55,._transcript_1kafz_10{display:none}._tabs_1kafz_72{grid-area:tabs;min-height:300px;display:flex;flex-direction:column;overflow-y:auto}._tabPanel_1kafz_102{height:100%;min-height:0}._tabList_1kafz_106{display:flex;flex-wrap:wrap;gap:1rem;width:100%;padding-top:1.1rem;padding-left:1.2rem;padding-bottom:.9rem}._tab_1kafz_72{cursor:pointer;outline-offset:.25rem;font-size:.9rem;font-weight:600;display:inline-block}._tab_1kafz_72[data-selected]{border-bottom:.23rem solid var(--theme-primary-colour)}}@media only screen and (width <= 400px){._title_1kafz_14{display:none}}._container_zetwa_1{display:flex;min-height:calc(100dvh - var(--header-height));flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:12px}._container_zetwa_1 ._heading_zetwa_10{font-size:var(--theme-heading-size-large)}._container_zetwa_1 ._errorImage_zetwa_13{width:180px}._header_1ge2e_1{display:grid;grid-template-columns:1fr 1fr;gap:1rem;justify-content:start;background:var(--theme-primary-colour);padding-left:5px;align-items:center;height:var(--header-height)}._logo_1ge2e_12{height:var(--header-height);color:var(--theme-heading-colour-on-primary-background)}._container_1x7cc_1{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100dvh;text-align:center;padding:2rem}._welcomeImage_1x7cc_11{width:180px;height:auto}._title_1x7cc_16{font-size:2rem;font-weight:600;margin-bottom:.5rem}._subtitle_1x7cc_22{font-size:1.25rem;margin-bottom:1rem;max-width:500px}._supportText_1x7cc_28{margin-top:1.5rem;font-size:.875rem}._injectSnapshotRow_zotlc_1{display:flex;align-items:start}div:has(>._snapshotNameDropdown_zotlc_6){width:calc(100% - 240px);display:inline-block}._snapshotActionButton_zotlc_11{width:220px;align-self:center;margin-top:5px}._createSnapshotInput_zotlc_17{height:50px;width:calc(100% - 240px);padding:5px 0 5px 1rem;border-color:var(--theme-border-colour);border-radius:2rem;border-style:solid;background-color:var(--theme-background-colour);color:var(--theme-font-colour)}._createSnapshotInput_zotlc_17::placeholder{color:var(--theme-placeholder-colour)}._createSnapshotInputActive_zotlc_30{padding-right:3rem;width:100%}._snapshotRefreshButton_zotlc_35{padding-bottom:5px}._fieldGroup_zotlc_39{display:flex;gap:10px;margin-bottom:24px}._fieldGroup_zotlc_39 button{flex:1;justify-content:center;height:50px}.select-dropdown{height:100%}.select-dropdown .select-dropdown__control{min-height:50px;height:100%;border:var(--theme-border-width) solid var(--theme-border-colour);border-radius:25px;background-color:var(--theme-background-colour)}.select-dropdown .select-dropdown__control:hover{border-color:var(--theme-border-colour-weak)}.select-dropdown .select-dropdown__control--is-focused,.select-dropdown .select-dropdown__control--is-focused:hover{outline:2px solid -webkit-focus-ring-color!important;outline-offset:-2px;transition:none;box-shadow:none}.select-dropdown .select-dropdown__multi-value{border-radius:40px;background-color:var(--theme-button-selected-colour);border:1px solid var(--theme-border-colour);overflow:hidden}.select-dropdown .select-dropdown__multi-value__remove{border-radius:0;cursor:pointer}.select-dropdown .select-dropdown__multi-value__remove:hover,.select-dropdown .select-dropdown__multi-value__remove__focused{background-color:var(--theme-border-colour)}.select-dropdown .select-dropdown__multi-value__label{padding-left:10px;color:var(--theme-font-colour)}.select-dropdown .select-dropdown__single-value,.select-dropdown .select-dropdown__input-container{color:var(--theme-font-colour)}.select-dropdown .select-dropdown__value-container{max-height:250px;overflow-y:auto}.select-dropdown .select-dropdown__value-container:not(.select-dropdown .select-dropdown__value-container--is-multi){margin-left:8px}.select-dropdown .select-dropdown__indicator-separator{background-color:var(--theme-border-colour)}.select-dropdown .select-dropdown__clear-indicator,.select-dropdown .select-dropdown__dropdown-indicator{cursor:pointer}.select-dropdown__indicators>div:only-child{margin-right:8px}.select-dropdown .select-dropdown__placeholder{color:var(--theme-placeholder-colour)}.select-dropdown .select-dropdown__menu-list{background-color:var(--theme-background-colour)}.select-dropdown .select-dropdown__option--is-focused{background-color:var(--theme-background-option-hover-colour)}.select-dropdown .select-dropdown__option--is-selected{color:var(--theme-font-colour);background-color:var(--theme-background-option-selected-colour)}._container_10tzy_1{position:relative;display:inline-block;vertical-align:middle;overflow:hidden;text-align:center}._icon_10tzy_9,._hover_10tzy_10{vertical-align:middle;display:inline-block;position:absolute;top:0;left:0;-webkit-user-select:none;user-select:none;padding:0}._marginRight_10tzy_20{margin-right:10px}*:hover>._containerWithHover_10tzy_24 ._icon_10tzy_9,._containerWithHover_10tzy_24 ._hover_10tzy_10{opacity:0}._containerWithHover_10tzy_24 ._icon_10tzy_9,*:hover>._containerWithHover_10tzy_24 ._hover_10tzy_10{opacity:1}._containerAnimated_10tzy_34 ._icon_10tzy_9,._containerAnimated_10tzy_34 ._hover_10tzy_10{transition:opacity .25s}.image-mask,.image-loader:not(.image-loader--unmanaged){margin:auto;position:absolute;left:0;bottom:0;right:0;vertical-align:middle}.image-mask.image-loader-centre,.image-loader:not(.image-loader--unmanaged).image-loader-centre{top:0}.image-mask,.image-loader{height:fit-content;max-height:100%;display:flex;justify-content:center}.image-mask svg,.image-loader svg{width:100%;max-height:fit-content;max-width:fit-content;overflow:visible}.image-mask{color:var(--theme-icon-colour)}.image-mask--on-primary-background{color:var(--theme-font-colour-on-primary-background)}._wrapper_2pi0b_1{display:flex;flex-direction:column;gap:.3em;width:100%}._wrapperCompact_2pi0b_8 ._icon_2pi0b_8{top:2px;left:2px}._wrapperCompact_2pi0b_8 ._iconRight_2pi0b_12{top:2px;right:2px;left:auto}._wrapperCompact_2pi0b_8 ._iconLeft_2pi0b_17{width:40px;height:38px}._wrapperCompact_2pi0b_8 ._label_2pi0b_21{margin-left:15px}._labelWrapper_2pi0b_25{display:flex;gap:5px;text-align:left}._label_2pi0b_21,._labelOptional_2pi0b_32{font-weight:600;font-size:var(--theme-font-size);color:var(--theme-font-colour);font-family:var(--theme-font-family);line-height:1.4;width:fit-content}._label_2pi0b_21{margin-left:17px}._labelReadOnly_2pi0b_45{margin-left:0}._inputContainer_2pi0b_49{position:relative;flex-grow:1}._input_2pi0b_49{-webkit-appearance:none;height:50px;width:100%;padding:.67857143em 1em;font-size:var(--theme-font-size);color:var(--theme-font-colour);background-color:var(--theme-background-colour);border-radius:25px;border:var(--theme-control-border-width) solid var(--theme-border-colour);line-height:1.15;font-family:var(--theme-font-family);box-sizing:border-box}._input_2pi0b_49::placeholder{color:var(--theme-placeholder-colour)}._input_2pi0b_49[type=submit]{display:block;font-weight:700;color:var(--theme-background-colour);background-color:var(--theme-heading-colour);border-color:var(--theme-heading-colour);height:50px;width:100%;border-radius:25px;font-size:1.5rem;padding:0 1rem}._input_2pi0b_49[type=submit]:hover:not(._inputDisabled_2pi0b_86),._input_2pi0b_49[type=submit]:focus:not(._inputDisabled_2pi0b_86){cursor:pointer;background-color:var(--theme-background-colour);color:var(--theme-heading-colour)}._inputDisabled_2pi0b_86{cursor:not-allowed;color:var(--theme-text-colour-disabled);border-color:var(--theme-border-colour-disabled)}._input_2pi0b_49[readonly]{border:none;border-radius:0;line-height:100%;padding:0}._inputWithIcon_2pi0b_102{padding-left:2.5em}._inputWithIconRight_2pi0b_105,._inputWithIconRight_2pi0b_105[readonly]{padding-right:2.5em}._inputCompact_2pi0b_111{height:42px;padding:.5em 1em;font-size:var(--theme-font-size-small);border-radius:24px;line-height:1.15}._inputCompact_2pi0b_111._inputWithIcon_2pi0b_102{padding-left:2.5em}._inputCompact_2pi0b_111._inputWithIconRight_2pi0b_105,._inputCompact_2pi0b_111._inputWithIconRight_2pi0b_105[readonly]{padding-right:2.5em}._hintText_2pi0b_128{font-size:var(--theme-caption-size);color:var(--theme-font-colour);margin-top:.25em;line-height:1.4;font-family:var(--theme-font-family);display:block;margin-left:17px}._wrapperCompact_2pi0b_8 ._hintText_2pi0b_128{margin-left:15px}._error_2pi0b_142{color:var(--theme-standalone-error-text-colour);margin-top:.25em;font-size:var(--theme-caption-size);font-family:var(--theme-font-family);line-height:1.4;min-height:1.4em;margin-left:17px;text-align:left}._icon_2pi0b_8{position:absolute;top:6px;left:8px;color:var(--theme-font-colour)}._iconRight_2pi0b_12{position:absolute;top:6px;right:6px;left:auto}._iconLeft_2pi0b_17{display:flex;align-items:center;justify-content:center;width:38px;height:38px}._container_li4at_1{padding-top:1rem}._tabHeader_14swk_1{display:flex;flex-direction:row;gap:4px;margin-bottom:16px;border-bottom:var(--theme-border-width) solid var(--theme-border-colour-weak)}._tab_14swk_1{padding:1rem;cursor:pointer;border:none;border-top-left-radius:.5rem;border-top-right-radius:.5rem}._tab_14swk_1[data-selected=true]{background-color:var(--theme-primary-colour);color:var(--theme-font-colour-on-primary-background);transition:transform .2s ease-in-out;transform:translateY(-5px)}._tab_14swk_1:focus{outline:none}._miscContent_14swk_26{display:flex;flex-direction:column;gap:8px}._container_dvyiq_1{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:.5rem;padding:.25rem}._step_dvyiq_10{border-radius:100%;border:1px solid var(--theme-border-colour-strong);background-color:var(--theme-primary-colour-weak);height:.5rem;width:.5rem;transition:all .2s ease-in-out}._step_dvyiq_10[data-active=true]{height:.7rem;width:.7rem;background-color:var(--theme-primary-colour)}._accessibilityAnnouncement_152lp_2{position:absolute;bottom:100%;left:-1px;height:1px;width:1px;padding:0;margin:0;overflow:hidden}@keyframes _timer__pulse_152lp_1{0%{box-shadow:0 0 #b7e4e5b3}70%{box-shadow:0 0 0 15px #b7e4e5d9}90%{box-shadow:0 0 0 15px transparent}}@keyframes _timer__pulse--border_152lp_1{0%,99%{border:2px solid var(--theme-primary-colour);padding:7px 11px 6px}to{border:1px solid var(--theme-border-colour);padding:8px 12px 7px}}._timer_152lp_41{font-family:var(--theme-font-family);font-size:var(--theme-font-size);color:var(--theme-font-colour);background-color:var(--theme-background-colour);border:var(--theme-border-width) solid var(--theme-border-colour);appearance:none;position:relative;display:inline-flex;box-sizing:border-box;align-items:center;gap:10px;width:max-content;padding:8px 16px;border-radius:999px;font-weight:600}._timer_152lp_41:disabled{opacity:.55}._timer_152lp_41{text-decoration:none;position:absolute;text-align:end;top:10px;right:10px;--theme-icon-size: 24px;height:2.563rem}._finished_152lp_71{animation:2s ease-in-out 3 _timer__pulse_152lp_1,6s _timer__pulse--border_152lp_1}._container_1a5b8_1{display:flex;width:100%;border:1px solid var(--theme-border-colour);border-radius:2rem}._input_1a5b8_8{background-color:var(--theme-background-colour);font-family:var(--theme-font-family);font-size:var(--theme-font-size);color:var(--theme-font-colour);flex:1;padding:5px 5px 5px 15px;border-top-left-radius:2rem;border-bottom-left-radius:2rem;border:none}._label_1a5b8_21{padding:5px 15px}._container_un9qi_1{position:absolute;text-align:end;top:10px;right:10px;--theme-icon-size: 24px}._popover_un9qi_9{padding:10px;margin-top:10px}._actions_un9qi_14{margin-top:10px;display:flex;gap:10px}._actions_un9qi_14>*{flex:1;justify-content:center}._accessibleDescription_un9qi_24{display:none}._time_un9qi_28{line-height:1.5}._container_1iwxh_1{position:relative;display:flex;justify-content:center;align-items:center}._meter_y2dy5_1{background-color:var(--theme-primary-colour);width:20px;height:10px;border-radius:16px;transition:width .1s ease-in-out}._recordControlsContainer_5feip_2{display:flex;gap:.625rem;flex-direction:row;align-items:center;justify-content:center}._paused_5feip_10 [data-test="RecordingScreen.pauseResumeRecordingButton"],._paused_5feip_10 [data-test="RecordingScreen.pauseResumeRecordingButtonWithStopwatch"],.theme__brand--dark ._paused_5feip_10 [data-test="RecordingScreen.pauseResumeRecordingButton"],.theme__brand--dark ._paused_5feip_10 [data-test="RecordingScreen.pauseResumeRecordingButtonWithStopwatch"]{--theme-icon-colour: #ff5457}._flipped_pb4og_1{transform:rotateY(180deg)}._hidden_pb4og_5{display:none}._bigVideo_pb4og_9{min-height:230px;max-height:50cqh;width:50cqw;display:flex;justify-content:center}@container (max-width: 700px){._bigVideo_pb4og_9{width:80cqw}}@container (max-width: 400px){._bigVideo_pb4og_9{width:90cqw}}@container review-media (min-width: 0px){._bigVideo_pb4og_9{width:80cqw}}@container feedback-media (min-width: 0px){._bigVideo_pb4og_9{width:80cqw}}._video_pb4og_37 video{width:100%;flex-shrink:1;background-color:#000;border:.1rem solid #000;border-radius:1rem}._container_pb4og_45{position:relative;justify-content:center;width:min-content;min-height:230px}._container_pb4og_45:has(._smallVideo_pb4og_51){display:grid;align-items:end;grid-template-rows:1fr 1rem;grid-template-columns:1rem 35% auto}._container_pb4og_45:has(._smallVideo_pb4og_51) ._bigVideo_pb4og_9{display:flex;grid-row-start:1;grid-column-start:1;grid-row-end:3;grid-column-end:4}._container_pb4og_45:has(._smallVideo_pb4og_51) ._smallVideo_pb4og_51{display:flex;grid-row-start:1;grid-row-end:2;grid-column-start:2;grid-column-end:3;justify-self:end;max-height:50%}._rehearsalTitle_pb4og_74{font-family:var(--theme-font-family);font-size:var(--theme-heading-size-small);font-weight:400;margin:0;margin-top:.25rem;margin-bottom:.25rem;text-align:center;min-height:calc(2.212rem + 2px);width:50cqw;display:flex;justify-content:center}@container (max-width: 700px){._rehearsalTitle_pb4og_74{width:80cqw}}@container (max-width: 400px){._rehearsalTitle_pb4og_74{width:90cqw}}._rehearsalTitle_pb4og_74{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow:hidden}._input_pb4og_105{text-align:center;font-family:var(--theme-font-family);font-size:var(--theme-heading-size-small);background-color:var(--theme-background-colour)}._container_1wq9a_1{margin-left:5px;margin-right:5px}._eyePair_1kyhi_1{position:absolute;display:flex;gap:35px;opacity:0;transition:opacity 4s ease-in-out;pointer-events:none;z-index:1}._eyePair_1kyhi_1._visible_1kyhi_10{opacity:1}._eye_1kyhi_1{width:4px;height:4px;border-radius:50%;background:radial-gradient(circle at center,#fffc,#fff0 60%);box-shadow:0 0 6px 2px #ffffff1a}._screen_h08t6_1{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;width:100%;height:100%;container-type:inline-size}._container_h08t6_13{display:grid;grid-template-areas:"header" "media" "footer";grid-template-rows:1fr auto 1fr;gap:1rem;height:80cqh;min-height:fit-content;border:1px solid var(--theme-border-colour-weak);border-radius:1rem;padding:1.25rem 2rem;margin-top:.5rem}._headerContainer_h08t6_29{grid-area:header;display:flex;flex-direction:column;gap:1rem}._screenHeader_h08t6_36{--back-button-width: 50px;display:grid;grid-template-columns:var(--back-button-width) auto var(--back-button-width);width:100%;align-items:center;justify-items:center;text-align:center}._screenTitle_h08t6_46{margin:0;font-size:var(--theme-heading-size)}._mediaContainer_h08t6_51{grid-area:media}._footerContainer_h08t6_55{grid-area:footer;align-self:self-end;display:flex;flex-direction:column;align-items:center;gap:1rem}._mediaToggles_h08t6_64{display:flex;flex-direction:row;--theme-icon-size: 58px}._hidden_jhx0z_1{clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;width:1px;margin:-1px;overflow:hidden;padding:0;position:absolute}._container_jmzrr_1{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;text-align:center;padding:24px;min-height:calc(100dvh - var(--header-height) - var(--stepper-height))}._errorImage_jmzrr_12{width:120px;height:auto}._loader_132s5_2{position:relative;width:50px;height:30px}@keyframes _loader_132s5_2{0%{opacity:.5;transform:scaleY(.1)}25%{transform:scale(1);opacity:1}60%{transform:scaleY(.1)}to{opacity:.5;transform:scaleY(.1)}}._hidePage_132s5_25,._dimPage_132s5_26{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;text-align:center;vertical-align:middle;display:flex;flex-direction:column;justify-content:center;align-items:center}._dimPage_132s5_26{background-color:var(--theme-loader-background-colour)}._hidePage_132s5_25{background-color:var(--theme-background-colour)}._inlineWrapper_132s5_49{display:inline-block}._bar_132s5_53{position:absolute;width:6px;height:30px;transform:scaleY(.1);border-radius:4px;bottom:0;opacity:.5;animation:_loader_132s5_2 .8s infinite ease-in-out}._bar1_132s5_64{background:#9797ff;left:0;animation-delay:0s}._bar2_132s5_70{background:#00c6b2;left:10px;animation-delay:.1s}._bar3_132s5_76{background:#ff5457;left:20px;animation-delay:.2s}._bar4_132s5_82{background:#d49fff;left:30px;animation-delay:.3s}._bar5_132s5_88{background:#ffa343;left:40px;animation-delay:.4s}._pageContainer_1v0et_1{margin:auto;display:flex;flex-direction:column;align-items:center;justify-content:center}._hidden_1v0et_9{clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;width:1px;margin:-1px;overflow:hidden;padding:0;position:absolute}._screen_wm3nr_8{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;flex:1}._container_wm3nr_17{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:1.25rem 2rem;border:1px solid var(--theme-border-colour-weak);border-radius:1rem;text-align:center}._container_wm3nr_17 ._title_wm3nr_31{margin-top:0;margin-bottom:0;font-size:var(--theme-heading-size-small)}._container_wm3nr_17 ._subtitle_wm3nr_36{font-size:var(--theme-font-size-small);font-weight:400}._scores_wm3nr_41{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:.25rem}._radio_wm3nr_49 svg{cursor:pointer;width:64px;height:64px;border-radius:4rem;fill:none;background-color:var(--theme-background-colour);border:1px solid var(--theme-border-colour);padding:6px 9px 5px;stroke:var(--theme-border-colour);transition:stroke .3s ease-in-out,fill .3s ease-in-out,background-color .3s ease-in-out,border .3s ease-in-out}._radio_wm3nr_49[data-focus-visible] svg{outline:2px solid -webkit-focus-ring-color}._radio_wm3nr_49._selected_wm3nr_67 svg{stroke:#ffa343;fill:#ffa343;background-color:#fceede;border:1px solid #ffa343}._buttons_wm3nr_74{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:.5rem}._backButton_p1qo6_1{display:flex;align-items:center;justify-content:center;width:var(--theme-icon-size);height:var(--theme-icon-size);appearance:none;background:none;border:none;border-radius:4rem;border-radius:999px;padding:8px;color:var(--theme-icon-colour);cursor:pointer;-webkit-user-select:none;user-select:none}._backButton_p1qo6_1:hover{background-color:#0003}._backButton_p1qo6_1:active{background-color:var(--theme-button-selected-colour)}._screen_3mjff_2{display:flex;align-items:center;justify-content:center;flex:1}._container_3mjff_9{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;padding:20px 31px;border:1px solid var(--theme-border-colour-weak);border-radius:1rem;text-align:center}._header_3mjff_24{--back-button-width: 42px;width:100%;display:grid;grid-template-columns:var(--back-button-width) auto var(--back-button-width);gap:1rem}._headerPresentations_3mjff_32{display:flex;justify-content:center;align-items:center}._title_3mjff_38{margin-top:0}._subtitle_3mjff_42{margin:0;font-size:var(--theme-font-size-small);font-weight:600}._helperText_3mjff_48{font-size:var(--theme-font-size-small);font-weight:400}._footer_3mjff_53{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;width:100%}._footer_3mjff_53 button{width:max-content}._footer_3mjff_53 p{font-size:var(--theme-font-size-small);color:#757589}.theme__brand--dark ._footer_3mjff_53 p{color:#8a8a9c}._goalList_3mjff_72{display:flex;flex-direction:column;gap:1rem}._goal_3mjff_72{--checkbox-width: 1.25rem;display:grid;grid-template-columns:var(--checkbox-width) auto;gap:1rem;border:1px solid var(--theme-border-colour-weak);border-radius:6px;padding:.625rem 1rem;text-align:left;align-items:center;justify-content:start;transition:background-color .3s ease-in-out}._goal_3mjff_72 ._checkbox_3mjff_94{width:var(--checkbox-width);height:var(--checkbox-width);border:2px solid var(--theme-border-colour-strong);border-radius:4px;transition:all .2s;display:flex;align-items:center;justify-content:center;flex-shrink:0}._goal_3mjff_72 svg{width:1rem;height:1rem;transition:all .2s}._goal_3mjff_72 svg path{fill:none}._goal_3mjff_72[data-pressed] ._checkbox_3mjff_94{border-color:var(--theme-border-colour)}._goal_3mjff_72[data-focus-visible] ._checkbox_3mjff_94{outline:2px solid var(--theme-font-colour-on-primary-background);outline-offset:2px}._goal_3mjff_72[data-selected],._goal_3mjff_72[data-indeterminate]{background-color:var(--theme-background-colour-strong);border-color:var(--theme-link-colour)}._goal_3mjff_72[data-selected] ._checkbox_3mjff_94,._goal_3mjff_72[data-indeterminate] ._checkbox_3mjff_94,._goal_3mjff_72[data-selected][data-pressed] ._checkbox_3mjff_94,._goal_3mjff_72[data-indeterminate][data-pressed] ._checkbox_3mjff_94{border-color:var(--theme-link-colour);background:var(--theme-link-colour)}._goal_3mjff_72[data-indeterminate] svg path{stroke:none;fill:var(--theme-background-colour)}._goal_3mjff_72[data-selected] svg path{fill:var(--theme-background-colour)}._goal_3mjff_72:hover{background-color:var(--theme-background-colour-strong);cursor:pointer}._pageContainer_31nv6_1{--stepper-height: 52px;display:flex;flex-direction:column;align-items:center;min-height:calc(100dvh - var(--header-height))}._contentContainer_31nv6_9{flex:1;width:100%;display:flex;flex-direction:column;align-items:center}._stepperContainer_31nv6_17{margin-top:auto;width:100%;display:flex;justify-content:center;padding:1rem 0;height:var(--stepper-height)}._container_ynfmu_1{display:flex;flex-direction:row;align-items:center;justify-content:center;min-height:calc(100dvh - var(--header-height));gap:48px;padding:24px}._content_ynfmu_11{display:flex;flex-direction:column;align-items:center;gap:16px;text-align:center}._roadSign_ynfmu_19{max-height:400px;width:auto}@media (width <= 768px){._roadSign_ynfmu_19{display:none}}._container_mvxoc_1{container-type:inline-size;container-name:tileList;width:100%}._tileList_mvxoc_7{display:grid;grid-template-columns:1fr}@container tileList (min-width: 44rem){._tileList_mvxoc_7{grid-template-columns:repeat(2,1fr)}}@container tileList (min-width: 56rem){._tileList_mvxoc_7{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}}._tileList_mvxoc_7{row-gap:.6rem;column-gap:1rem;list-style:none;margin:0;padding:0}@container tileList (min-width: 44rem){._tileList_mvxoc_7._preferRow_mvxoc_29{gap:.4rem;grid-template-columns:1fr}._tileList_mvxoc_7._preferRow_mvxoc_29 article{min-width:100%}}._topBar_mvxoc_38{display:flex;gap:16px;justify-content:space-between;align-items:center;margin-bottom:1rem;font-family:var(--theme-font-family)}._toggleButtonGroup_mvxoc_47{display:none;justify-content:flex-end;gap:0;margin-left:auto}@container tileList (width >= 44rem){._toggleButtonGroup_mvxoc_47{display:flex}}._toggleButtonGroup_mvxoc_47 ._toggleButton_mvxoc_47{background-color:transparent;border:none;cursor:pointer;color:var(--theme-icon-colour);padding:0;margin:0;display:flex;align-items:center;justify-content:center}._toggleButtonGroup_mvxoc_47 ._toggleButton_mvxoc_47:hover{background:var(--theme-button-hover-colour)}._toggleButtonGroup_mvxoc_47 ._toggleButton_mvxoc_47:first-of-type{border:1px solid var(--theme-border-colour);border-radius:20px 0 0 20px;padding:5px 5px 5px 10px}._toggleButtonGroup_mvxoc_47 ._toggleButton_mvxoc_47:last-of-type{border-top:1px solid var(--theme-border-colour);border-bottom:1px solid var(--theme-border-colour);border-right:1px solid var(--theme-border-colour);border-radius:0 20px 20px 0;padding:5px 10px 5px 5px}._toggleButtonGroup_mvxoc_47 ._toggleButton_mvxoc_47[data-selected]{background-color:var(--theme-button-selected-colour)}._tile_pmtwa_1{container-type:inline-size;container-name:tile;min-width:280px;max-width:100%;box-sizing:border-box;border-radius:8px;background-color:var(--theme-background-colour);color:var(--theme-font-colour);font-family:var(--theme-font-family);border:1px solid var(--theme-border-colour-extra-weak)}._tile_pmtwa_1:focus-within{outline:2px solid var(--theme-font-colour-on-primary-background);outline-offset:2px}._tileContent_pmtwa_18{box-sizing:border-box;display:grid;width:100%;height:100%;gap:10px;padding:.6rem .9rem;grid-template-areas:"header sidebar" "body sidebar" "footer sidebar";grid-template-rows:auto 1fr auto;grid-template-columns:1fr auto}@container tile (min-width: 44rem){._tileContent_pmtwa_18._preferRow_pmtwa_30{grid-template-areas:"header body footer sidebar";grid-template-columns:auto 1fr auto auto;grid-template-rows:1fr}._tileContent_pmtwa_18._preferRow_pmtwa_30:not(:has(._tileFooter_pmtwa_35)){grid-template-areas:"header body sidebar";grid-template-columns:auto 1fr auto;grid-template-rows:1fr}._tileContent_pmtwa_18._preferRow_pmtwa_30:not(:has(._tileBody_pmtwa_40)){grid-template-areas:"header footer sidebar";grid-template-columns:1fr auto auto;grid-template-rows:1fr}._tileContent_pmtwa_18._preferRow_pmtwa_30:not(:has(._tileBody_pmtwa_40)):not(:has(._tileFooter_pmtwa_35)){grid-template-areas:"header sidebar";grid-template-columns:1fr auto;grid-template-rows:1fr}._tileContent_pmtwa_18._preferRow_pmtwa_30:not(:has(._tileBody_pmtwa_40)):not(:has(._tileFooter_pmtwa_35)):not(:has(._tileSidebar_pmtwa_50)){grid-template-areas:"header";grid-template-columns:1fr;grid-template-rows:1fr}}._tileContent_pmtwa_18:not(:has(._tileBody_pmtwa_40)){grid-template-areas:"header sidebar" "footer sidebar";grid-template-rows:auto auto}._tileContent_pmtwa_18:not(:has(._tileBody_pmtwa_40)):not(:has(._tileSidebar_pmtwa_50)){grid-template-areas:"header" "footer";grid-template-columns:1fr}._tileContent_pmtwa_18:not(:has(._tileFooter_pmtwa_35)){grid-template-areas:"header sidebar" "body sidebar";grid-template-rows:auto 1fr}._tileContent_pmtwa_18:not(:has(._tileFooter_pmtwa_35)):not(:has(._tileSidebar_pmtwa_50)){grid-template-areas:"header" "body";grid-template-columns:1fr}._tileContent_pmtwa_18:not(:has(._tileBody_pmtwa_40)):not(:has(._tileFooter_pmtwa_35)){grid-template-areas:"header sidebar";grid-template-rows:1fr}._tileContent_pmtwa_18:not(:has(._tileBody_pmtwa_40)):not(:has(._tileFooter_pmtwa_35)):not(:has(._tileSidebar_pmtwa_50)){grid-template-areas:"header";grid-template-columns:1fr}._tileContent_pmtwa_18:not(:has(._tileSidebar_pmtwa_50)){grid-template-areas:"header" "body" "footer";grid-template-columns:1fr}@container tile (width > 44rem){._tileContent_pmtwa_18:not(:has(._tileSidebar_pmtwa_50))._preferRow_pmtwa_30{grid-template-areas:"header body footer";grid-template-columns:auto 1fr auto}._tileContent_pmtwa_18:not(:has(._tileSidebar_pmtwa_50))._preferRow_pmtwa_30:not(:has(._tileBody_pmtwa_40)){grid-template-areas:"header footer";grid-template-columns:1fr auto}._tileContent_pmtwa_18:not(:has(._tileSidebar_pmtwa_50))._preferRow_pmtwa_30:not(:has(._tileFooter_pmtwa_35)){grid-template-areas:"header body";grid-template-columns:auto 1fr}}._tileHeader_pmtwa_99{grid-area:header}._tileHeader_pmtwa_99 h1,._tileHeader_pmtwa_99 h2,._tileHeader_pmtwa_99 h3,._tileHeader_pmtwa_99 h4,._tileHeader_pmtwa_99 h5,._tileHeader_pmtwa_99 h6{font-family:var(--theme-font-family)}._tileBody_pmtwa_40{grid-area:body}._tileFooter_pmtwa_35{grid-area:footer}._tileSidebar_pmtwa_50{grid-area:sidebar}._presentationTileHeader_tkkvz_2{display:flex;flex-direction:column;justify-content:center;gap:4px;height:100%}._headerLink_tkkvz_10{margin:0;min-width:0}._headerLink_tkkvz_10 ._heading_tkkvz_14{font-family:var(--theme-font-family);color:var(--theme-link-colour);font-size:var(--theme-font-size);font-weight:600;overflow-wrap:break-word;word-break:break-word}._footerContainer_tkkvz_23{display:flex;height:100%;align-items:end;justify-content:flex-start}._rehearsalCountContainer_tkkvz_30{display:flex;align-items:center;gap:8px}._rehearsalCount_tkkvz_30{font-size:var(--theme-caption-size)}._separator_tkkvz_40{background-color:var(--theme-border-colour);width:1px;height:10px}._date_tkkvz_46{font-size:var(--theme-caption-size)}._sidebarContainer_tkkvz_50{display:flex;justify-content:center;align-items:center;height:100%}._sidebarContainer_tkkvz_50 [data-test="PresentationsPage.startRehearsalButton"]{box-sizing:border-box;--theme-icon-size: 24px}.theme__brand--dark ._sidebarContainer_tkkvz_50 [data-test="PresentationsPage.startRehearsalButton"]{--theme-icon-size: 24px}@container tile (min-width: 44rem){._sidebarContainer_tkkvz_50{justify-content:flex-end}}._container_1vmt5_1{width:100%;border:var(--theme-border-width) solid var(--theme-border-colour);border-radius:10px;padding:6px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:6px;margin-top:10px}._message_1vmt5_14{margin:0}._container_abocr_1{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:calc(100dvh - var(--header-height));gap:2px;text-align:center;max-width:500px;margin-left:auto;margin-right:auto}._welcomeImage_abocr_14{width:180px;height:auto}._welcomeActions_abocr_19{display:flex;flex-direction:column;align-items:center;gap:1rem}._presentationsPageContents_15yim_1{max-width:80%;margin-left:auto;margin-right:auto;margin-top:2rem}._hiddenHeading_15yim_8{clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;width:1px;margin:-1px;overflow:hidden;padding:0;position:absolute}._container_9m5he_1{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:calc(100dvh - var(--header-height));gap:2px;text-align:center}._containerPresentations_9m5he_11{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:calc(100dvh - var(--header-height));gap:15px;text-align:center}._emptyRehearsalsImagePresentations_9m5he_21,._welcomeImage_9m5he_26{width:180px;height:auto}._emptyRehearsalsActions_9m5he_31{display:flex;flex-direction:column;align-items:center;gap:1rem}._loaderContainer_kdcqr_1{min-height:calc(100dvh - var(--header-height));margin:auto;display:flex;flex-direction:column;align-items:center;justify-content:center}._hiddenHeader_kdcqr_10{position:absolute;width:1px;height:1px;margin:-1px;border:0;padding:0;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}._titleBar_juggk_1{grid-area:titleBar;display:flex;justify-content:space-between;flex-direction:row;align-items:center;border-bottom:1px solid var(--theme-separator-colour);gap:10px;min-height:57px}._titleBar_juggk_1 ._left_juggk_11{padding-left:21px;flex-shrink:1}._titleBar_juggk_1 ._right_juggk_15{padding-right:15px;flex-shrink:1}._titleBar_juggk_1 ._middle_juggk_19{flex-grow:1;min-width:0}._deletePresentationName_vhzz5_1{font-weight:700;font-size:1.25rem}._inputForm_s7olo_1{display:flex;gap:6px;align-items:center}._inputContainer_s7olo_7{width:100%;max-width:500px}._buttons_s7olo_12{display:flex;flex-direction:row}._spinner_s7olo_17{margin-left:11px;margin-top:5px}._container_1lb1t_1{display:flex;flex-direction:row;align-items:center;gap:6px}._title_1lb1t_8{font-family:var(--theme-font-family);font-size:var(--theme-font-size);font-weight:700;margin:0;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}._title_z0upz_1{font-size:1.125rem;font-weight:700;font-family:var(--theme-font-family);margin:0}._screenReaderOnly_z0upz_8{clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;width:1px;margin:-1px;overflow:hidden;padding:0;position:absolute}.option-picker__wrapper{position:relative}.option-picker{display:block;width:100%;border-radius:6px;padding:4px 25px 2px 10px;color:var(--theme-font-colour);background-color:var(--theme-background-colour);border-color:var(--theme-border-colour);border-width:var(--theme-border-width);font-family:var(--theme-font-family);font-size:var(--theme-font-size);line-height:1.5rem;-webkit-appearance:none}.option-picker--listbox{padding:10px}.option-picker--listbox::-webkit-scrollbar-track{border-radius:0 5px 5px 0}.option-picker--listbox .option-picker__option{cursor:pointer;overflow:hidden;text-overflow:ellipsis;padding-top:5px;padding-bottom:5px;padding-left:24px;position:relative;color:var(--theme-font-colour)}.option-picker--listbox .option-picker__option:hover{background:var(--theme-background-hover-colour)}.option-picker--listbox .option-picker__option:checked{background:var(--theme-background-hover-colour)}.option-picker--listbox .option-picker__option--with-tick:after{content:"";position:absolute;-webkit-mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2020.04%2014'%3e%3cdefs%3e%3cstyle%3e.cls-1{fill:currentColor;}%3c/style%3e%3c/defs%3e%3cg%20id='icons'%3e%3cpath%20class='cls-1'%20d='M7,13.71a1,1,0,0,1-.71-.3L.59,7.71,2,6.29l5,5,11-11,1.41,1.42L7.71,13.41A1,1,0,0,1,7,13.71Z'%20/%3e%3c/g%3e%3c/svg%3e");-webkit-mask-repeat:no-repeat;-webkit-mask-size:1rem;-webkit-mask-position:center;height:1.1rem;width:1.1rem;background-color:var(--theme-font-colour);left:.2rem;top:.4rem}.option-picker:focus .option-picker__option:checked.option-picker__option--with-tick:after{background-color:var(--theme-option-picker-tick-focus-colour)}.option-picker--single{color:var(--theme-font-colour)}.option-picker--single:hover{background-color:var(--theme-background-hover-colour)}.option-picker__arrow{position:absolute;right:10px;top:13px;display:inline-block;border-style:solid;border-color:var(--theme-font-colour) transparent transparent transparent;border-width:5px;pointer-events:none}._metaContainer_ph40n_2{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;gap:10px}._errorMessage_ph40n_10{color:var(--theme-error-colour);margin:0}._subtitle_13k6h_2{font-weight:500;font-size:1.125rem;margin:0}._rehearsalTitle_13k6h_8{font-weight:700;font-size:1.125rem;margin-bottom:20px}._deleteRehearsalName_149w8_1{font-weight:700;font-size:1.25rem}._star_17xrr_2{display:flex;align-items:center;--theme-icon-colour: transparent}.theme__brand--dark ._star_17xrr_2{--theme-icon-colour: transparent}._star_17xrr_2[data-filled=true]{--theme-icon-colour: #ffa343}.theme__brand--dark ._star_17xrr_2[data-filled=true]{--theme-icon-colour: #ffad75}._star_17xrr_2[data-filled=true]{--theme-border-colour-strong: #757589}.theme__brand--dark ._star_17xrr_2[data-filled=true]{--theme-border-colour-strong: transparent}._star_17xrr_2 path{stroke:var(--theme-border-colour-strong);stroke-width:1px}._container_oj0az_1{display:grid;grid-template-columns:auto 1fr;gap:.5rem;align-items:center;justify-content:center;font-size:var(--theme-caption-size)}._container_oj0az_1 span{padding-top:1px}._container_oj0az_1 ._starsContainer_oj0az_12{display:flex;align-items:center;gap:2px}._rehearsalTileHeader_15u9f_2{display:flex;flex-direction:column;gap:4px}._rehearsalTileHeader_15u9f_2 a{margin:0;min-width:0}._rehearsalTileHeader_15u9f_2 a h2{color:var(--theme-link-colour);font-size:var(--theme-font-size);font-weight:600;overflow-wrap:break-word;word-break:break-word}._rehearsalTileHeader_15u9f_2 ._date_15u9f_18{font-size:var(--theme-caption-size)}._rehearsalTileBody_15u9f_22{display:flex;align-items:end;justify-content:flex-start;height:100%}@container tile (min-width: 44rem){._rehearsalTileBody_15u9f_22{justify-content:flex-end;align-items:center}}._rehearsalTileSidebar_15u9f_35{display:flex;align-items:start;justify-content:center;height:100%}@container tile (min-width: 44rem){._rehearsalTileSidebar_15u9f_35{align-items:center;justify-content:flex-end}}._toolbar_1nukv_1{display:flex;gap:1rem;align-items:center}._container_pk67t_1{margin-top:15px}._container_30b83_1{width:100%;border:var(--theme-border-width) solid var(--theme-border-colour);border-radius:10px;padding:6px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:6px}._message_30b83_13{margin:0}._pageContainer_7oeoq_1{display:flex;flex-direction:column}._pageContent_7oeoq_6{width:100%;padding-left:16px;padding-right:16px;margin-top:20px}@media only screen and (width >= 1536px){._pageContent_7oeoq_6{width:70%;max-width:1200px;padding:0;margin-left:auto;margin-right:auto}}._inputForm_adb7a_1{display:grid;grid-template-columns:1fr 96px;align-items:center;justify-content:space-between}._buttons_adb7a_8{display:flex;flex-direction:row}._spinner_adb7a_13{margin-left:.7rem;margin-top:.3rem}._textInput_adb7a_18{background-color:var(--theme-background-colour)}._container_1mlpr_1{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:calc(100dvh - var(--header-height));text-align:center;padding:2rem}._image_1mlpr_11{width:180px;height:auto}._title_1mlpr_16{font-size:2rem;font-weight:600;margin-bottom:.5rem}._subtitle_1mlpr_22{font-size:1.25rem;margin-bottom:1rem;max-width:500px}._supportText_1mlpr_28{margin-top:1.5rem;font-size:.875rem}._select_6h2oa_7{position:relative;display:inline-block}._trigger_6h2oa_12{font-family:var(--theme-font-family);font-size:var(--theme-font-size);color:var(--theme-font-colour);background-color:var(--theme-background-colour);border:var(--theme-border-width) solid var(--theme-border-colour);appearance:none;position:relative;display:inline-flex;box-sizing:border-box;align-items:center;gap:10px;width:max-content;padding:8px 16px;border-radius:999px;font-weight:600}._trigger_6h2oa_12:not(:disabled){cursor:pointer;-webkit-user-select:none;user-select:none}._trigger_6h2oa_12:not(:disabled):hover{background-color:var(--theme-button-hover-colour)}._trigger_6h2oa_12:disabled{opacity:.55}._trigger_6h2oa_12{text-decoration:none}._popover_6h2oa_43{z-index:1000;min-width:max-content}._listbox_6h2oa_48{min-width:max-content;font-size:1rem;margin:.35rem 0 0;padding:0;background:var(--theme-background-colour);border:1px solid var(--theme-separator-colour);border-radius:.3rem;box-shadow:var(--theme-box-shadow-colour) 0 2px 3px 0;list-style-type:none;outline:none;overflow:hidden}._listbox_6h2oa_48:focus-visible{outline:2px}._section_6h2oa_65{padding:4px 0}._item_6h2oa_69{font-family:var(--theme-font-family);font-size:var(--theme-font-size);color:var(--theme-font-colour);background-color:var(--theme-background-colour);border:var(--theme-border-width) solid var(--theme-border-colour);appearance:none;position:relative;display:inline-flex;box-sizing:border-box;align-items:center;gap:10px;width:max-content;padding:8px 16px;border-radius:999px;font-weight:600}._item_6h2oa_69:not(:disabled){cursor:pointer;-webkit-user-select:none;user-select:none}._item_6h2oa_69:not(:disabled):hover{background-color:var(--theme-button-hover-colour)}._item_6h2oa_69:disabled{opacity:.55}._item_6h2oa_69{text-decoration:none;display:flex;align-items:center;gap:.5rem;padding:.8rem 1.15rem;margin:0;border:none;border-radius:0;width:unset}._item_6h2oa_69:focus{outline:none}._item_6h2oa_69:focus[data-focus-visible=true]{outline:2px solid -webkit-focus-ring-color;outline-offset:-2px}._item_6h2oa_69:hover{background-color:var(--theme-background-colour)!important}._item_6h2oa_69:hover span{text-decoration:underline;text-underline-offset:.2rem}._item_6h2oa_69:not(:last-child){border-bottom:1px solid var(--theme-separator-colour)}._container_1xxv9_1{display:flex;align-items:center;justify-content:center;gap:.3125rem;color:var(--theme-font-colour)}._item_1xxv9_9{justify-content:end;align-items:center;padding:.3125rem .625rem .3125rem .3125rem;font-size:var(--theme-font-size-small);font-style:normal;font-weight:600;line-height:normal;white-space:nowrap;color:var(--theme-link-colour)}._item_1xxv9_9:hover{text-decoration:underline;text-underline-offset:.2rem}._item_1xxv9_9 ._unselectedItem_1xxv9_27{padding-left:1.5rem}._container_8ikhu_1{display:flex;flex-direction:row;align-items:center}._title_8ikhu_7{font-size:var(--theme-heading-size-large);margin:0;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;max-width:500px}._hidden_8ikhu_17{display:none}.form{position:relative;width:100%}@media only screen and (width >= 700px){._container_13jvb_2{display:none}}._pane_a98b0_1{width:100%;display:flex;justify-content:center;align-items:flex-start;padding-right:4px}._note_1bkzt_2{padding-left:1rem;padding-bottom:.2rem;display:flex;flex-direction:column;transform-origin:center}._note_1bkzt_2:hover,._note_1bkzt_2:focus-within{background-color:var(--theme-primary-colour-weak)}._note_1bkzt_2:hover ._timestamp_1bkzt_12,._note_1bkzt_2:hover ._actions_1bkzt_13,._note_1bkzt_2:hover ._author_1bkzt_14,._note_1bkzt_2:focus-within ._timestamp_1bkzt_12,._note_1bkzt_2:focus-within ._actions_1bkzt_13,._note_1bkzt_2:focus-within ._author_1bkzt_14{opacity:1}._note_1bkzt_2:has(._actions_1bkzt_13 [aria-expanded=true]) ._timestamp_1bkzt_12,._note_1bkzt_2:has(._actions_1bkzt_13 [aria-expanded=true]) ._actions_1bkzt_13{opacity:1}._noteHeader_1bkzt_24{display:flex;align-items:center;justify-content:space-between}._noteHeader_1bkzt_24:has(:focus-visible) ._actions_1bkzt_13,._noteHeader_1bkzt_24:has(:focus-visible) ._timestamp_1bkzt_12,._noteHeader_1bkzt_24:has(:focus-visible) ._author_1bkzt_14{opacity:1}._timestamp_1bkzt_12{appearance:none;border:none;background-color:var(--theme-font-colour);color:var(--theme-font-colour-inverted);display:inline-flex;align-items:center;font-weight:700;font-size:.875rem;border-radius:100px;padding:.25rem .5rem;margin-top:-.25rem;margin-right:-.5rem;margin-bottom:-.25rem;margin-left:40px;cursor:pointer}._timestamp_1bkzt_12,._author_1bkzt_14{opacity:0;transition-property:opacity;transition-duration:.2s;transition-timing-function:ease}._author_1bkzt_14{flex-grow:1;align-items:left;font-size:.875rem;margin-left:1.2rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._actions_1bkzt_13{flex-shrink:0;opacity:0;transition-property:opacity;transition-duration:.2s;transition-timing-function:ease}._noteContainer_1bkzt_82{display:flex;align-items:center;overflow-wrap:anywhere;line-height:1.5;padding-right:.5rem;white-space:pre-wrap}._emoji_1bkzt_91{font-size:var(--theme-heading-size-large);margin-top:3px}._emojiContainer_1bkzt_96{height:38px;width:38px;padding:6px;display:flex;flex-direction:row;justify-content:center;align-items:center}._tab_1fqje_1{display:flex;flex-direction:column;height:100%}._notesList_1fqje_7{list-style:none;padding-top:0;padding-right:0;padding-left:0;padding-bottom:1rem;flex:1;overflow-y:auto;margin:0}._tab_depmw_1{display:flex;flex-direction:column;height:100%;padding:1rem}._disclosureGroup_depmw_8{display:flex;flex-direction:column;gap:1rem}._disclosure_depmw_8{width:100%}._disclosure_depmw_8 ._triggerContainer_depmw_17{margin-bottom:0;font-size:1rem}._disclosure_depmw_8 ._trigger_depmw_17{--arrow-width: 20px;display:grid;grid-template-columns:1fr var(--arrow-width);gap:1rem;border:1px solid var(--theme-border-colour-weak);border-radius:6px;padding:1rem;text-align:left;align-items:center;justify-content:start;transition:background-color .3s ease-in-out;width:100%;background-color:var(--theme-background-colour);color:var(--theme-font-colour)}._disclosure_depmw_8 ._trigger_depmw_17:hover{cursor:pointer;background-color:var(--theme-background-colour-strong)}._disclosure_depmw_8 ._trigger_depmw_17 svg{rotate:0deg;width:var(--arrow-width);height:var(--arrow-width);fill:none;stroke:currentColor;stroke-width:1px}._disclosure_depmw_8[data-expanded] ._trigger_depmw_17{border-bottom-left-radius:0;border-bottom-right-radius:0;border-bottom-color:var(--theme-border-colour-extra-weak);color:var(--theme-font-colour)}._disclosure_depmw_8[data-expanded] ._trigger_depmw_17 svg{rotate:180deg}._disclosure_depmw_8[data-expanded] ._content_depmw_58{font-size:.9rem;padding:1rem;padding-bottom:0;border:1px solid var(--theme-border-colour-weak);border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top-width:0}._disclosureGroup_10pdm_1{display:flex;flex-direction:column;gap:1rem}._disclosure_10pdm_1{width:100%}._disclosure_10pdm_1 ._triggerContainer_10pdm_10{margin-bottom:0;font-size:1rem}._disclosure_10pdm_1 ._trigger_10pdm_10{--arrow-width: 20px;color:var(--theme-font-colour);display:grid;grid-template-columns:1fr var(--arrow-width);gap:1rem;border:1px solid var(--theme-border-colour-weak);border-radius:6px;padding:1rem;text-align:left;align-items:center;justify-content:start;transition:background-color .3s ease-in-out;width:100%;background-color:var(--theme-background-colour)}._disclosure_10pdm_1 ._trigger_10pdm_10:hover{cursor:pointer;background-color:var(--theme-background-colour-strong)}._disclosure_10pdm_1 ._trigger_10pdm_10 svg{rotate:0deg;width:var(--arrow-width);height:var(--arrow-width);fill:none;stroke:currentColor;stroke-width:1px}._disclosure_10pdm_1[data-expanded] ._trigger_10pdm_10{border-bottom-left-radius:0;border-bottom-right-radius:0;border-bottom-color:var(--theme-border-colour-extra-weak)}._disclosure_10pdm_1[data-expanded] ._trigger_10pdm_10 svg{rotate:180deg}._disclosure_10pdm_1[data-expanded] ._content_10pdm_50{font-size:.9rem;padding:1rem;border:1px solid var(--theme-border-colour-weak);border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-top-width:0;text-align:left}._feedbackList_10pdm_60 li{margin-bottom:10px}._panel_ppy6v_1{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;padding:16px;gap:1rem}._loadingContainer_ppy6v_11{display:flex;gap:1rem;align-items:center}._tab_1bk4g_1{display:flex;flex-direction:column;text-align:center;height:100%;overflow-y:auto;padding:1rem}._note_yksa0_2{padding-left:1rem;padding-bottom:.2rem;display:flex;flex-direction:column;transform-origin:center}._note_yksa0_2:hover,._note_yksa0_2:focus-within{background-color:var(--theme-primary-colour-weak)}._note_yksa0_2:hover ._timestamp_yksa0_12,._note_yksa0_2:hover ._actions_yksa0_13,._note_yksa0_2:hover ._emojiContainer_yksa0_14,._note_yksa0_2:focus-within ._timestamp_yksa0_12,._note_yksa0_2:focus-within ._actions_yksa0_13,._note_yksa0_2:focus-within ._emojiContainer_yksa0_14{opacity:1}._note_yksa0_2:has(._actions_yksa0_13 [aria-expanded=true]) ._timestamp_yksa0_12,._note_yksa0_2:has(._actions_yksa0_13 [aria-expanded=true]) ._actions_yksa0_13{opacity:1}._note_yksa0_2 button:focus[data-focus-visible=true]{outline:2px solid var(--theme-link-hover-colour)}._noteHeader_yksa0_27{display:flex;align-items:center;justify-content:space-between}._noteHeader_yksa0_27:has(:focus-visible) ._actions_yksa0_13,._noteHeader_yksa0_27:has(:focus-visible) ._timestamp_yksa0_12,._noteHeader_yksa0_27:has(:focus-visible) ._emojiContainer_yksa0_14{opacity:1}._timestamp_yksa0_12{appearance:none;border:none;background-color:var(--theme-font-colour);color:var(--theme-font-colour-inverted);cursor:pointer;display:inline-flex;align-items:center;font-weight:700;font-size:.875rem;border-radius:100px;padding:.25rem .5rem;margin-top:.25rem;margin-right:-.5rem;margin-bottom:.25rem;margin-left:40px;opacity:0;transition-property:opacity;transition-duration:.2s;transition-timing-function:ease}._timestamp_yksa0_12._visible_yksa0_62{opacity:1}._timestamp_yksa0_12._highlight_yksa0_65{animation-name:_timestampHighlight_yksa0_1;animation-duration:2s;animation-timing-function:cubic-bezier(.215,.61,.355,1)}@keyframes _timestampHighlight_yksa0_1{0%{background-color:var(--theme-font-colour);color:var(--theme-font-colour-inverted);opacity:1}50%{background-color:var(--theme-font-colour);color:var(--theme-font-colour-inverted);opacity:1}to{background-color:transparent;opacity:0}}._noteContainer_yksa0_87{display:flex;align-items:center;overflow-wrap:anywhere;line-height:1.5;padding-right:.5rem;white-space:pre-wrap}._emoji_yksa0_14{font-size:var(--theme-heading-size);margin-right:.5rem}._actions_yksa0_13{flex-shrink:0;opacity:0;transition-property:opacity;transition-duration:.2s;transition-timing-function:ease;padding-right:4px}._actions_yksa0_13:has(:focus-visible){opacity:1}._emojiContainer_yksa0_14{transition:opacity .2s;opacity:0}._tab_omfxf_1{display:flex;flex-direction:column;height:100%}._notesList_omfxf_7{list-style:none;padding:0;flex:1;overflow-y:auto;margin:0;min-height:0}._panel_mt52o_1{padding:16px;display:flex;flex-direction:column;justify-content:center;text-align:center;align-items:center;gap:1rem}._icon_mt52o_11{width:50px;height:auto}._loadingContainer_mt52o_16{display:flex;justify-content:center;align-items:center;gap:1rem}._pane_ysflr_1{display:flex;flex-direction:column;overflow-y:auto;max-height:100%;height:100%;width:80cqw}@container (max-width: 400px){._pane_ysflr_1{width:90cqw}}._transcriptMenuButtonContainer_ysflr_15{display:flex;justify-content:flex-end}@media screen and (width < 880px){._pane_ysflr_1{width:100%;padding-left:16px}}._tabs_13vdc_1{height:100%;display:flex;flex-direction:column;overflow-y:auto}._tabPanel_13vdc_8{height:100%;min-height:0}._tabList_13vdc_13{display:flex;flex-wrap:wrap;gap:1rem;width:100%;padding-top:.9rem;padding-left:1.2rem;padding-bottom:.9rem}._tab_13vdc_1{cursor:pointer;outline-offset:.25rem;font-size:.9rem;font-weight:600;display:inline-block}._tab_13vdc_1[data-selected]{border-bottom:.23rem solid var(--theme-primary-colour)}@media screen and (width <= 700px){._tabList_13vdc_13{padding-top:1.1rem}}@media only screen and (width >= 700px){._transcriptTab_13vdc_40{display:none}}._sharingLink_fa4e2_1{margin-top:16px}._sharingLink_fa4e2_1 input[readonly]{border:var(--theme-control-border-width) solid var(--theme-border-colour);border-radius:25px;padding-left:1rem}._sharingLinkEnter_fa4e2_10{opacity:0;transform:translateY(-20px);height:0;margin-top:0}._sharingLinkEnterActive_fa4e2_17{opacity:1;transform:translateY(0);height:2.6rem;margin-top:16px;transition-property:opacity,transform,height,margin-top;transition-duration:.25s}._sharingLinkExit_fa4e2_26{opacity:1;transform:translateY(0);height:2.6rem;margin-top:16px}._sharingLinkExitActive_fa4e2_33{opacity:0;transform:translateY(-20px);height:0;margin-top:0;transition-property:opacity,transform,height,margin-top;transition-duration:.25s;pointer-events:none}._pageContainer_vycxi_1{width:100%;display:grid;height:calc(100dvh - var(--header-height));grid-column-gap:0;grid-template-columns:1fr 1fr 1fr;grid-template-rows:auto 1fr;grid-template-areas:"titleBar titleBar titleBar" "mediaAndTranscript mediaAndTranscript review";--controls-visibility: 0}._pageContainer_vycxi_1:has(div[data-test="TranscriptPane.pane"]:hover){--controls-visibility: 1}._title_vycxi_15{display:flex;justify-content:center;align-items:center}._title_vycxi_15>div{text-align:left}@media screen and (width <= 700px){._title_vycxi_15{display:none}}._presentationTitle_vycxi_29{font-family:var(--theme-font-family);font-size:var(--theme-caption-size);color:var(--theme-link-colour);font-weight:600;margin:0 0 4.2px}._mediaAndTranscript_vycxi_38{display:grid;grid-area:mediaAndTranscript;grid-template-areas:"media" "transcript";grid-template-rows:auto 1fr;height:100%;width:100%;container-type:size;container-name:review-media}._media_vycxi_38{display:flex;grid-area:media;justify-content:center;padding:1rem 5%;background-color:var(--theme-background-colour-strong);position:relative}._review_vycxi_58{grid-area:review;height:100%;min-height:0;border-left:1px solid var(--theme-separator-colour);min-width:180px}._transcript_vycxi_66{grid-area:transcript;display:flex;justify-content:center;padding:0 5%;overflow-y:auto;background-color:var(--theme-background-colour-strong);height:100%}._toolbar_vycxi_76{display:flex;align-items:center;gap:.725rem}._backButton_vycxi_82{display:flex;align-items:center;justify-content:center;width:var(--theme-icon-size);height:var(--theme-icon-size);text-decoration:none;border-radius:4rem;padding:6px;color:var(--theme-icon-colour);cursor:pointer;-webkit-user-select:none;user-select:none}._backButton_vycxi_82:hover{background-color:#0003}._backButton_vycxi_82:active{background-color:var(--theme-button-selected-colour)}@media screen and (width <= 700px){._pageContainer_vycxi_1{grid-template-columns:1fr;grid-template-rows:4rem 16rem auto;grid-template-areas:"titleBar" "mediaAndTranscript" "review"}._media_vycxi_38{border-bottom:1px solid var(--theme-separator-colour)}._review_vycxi_58{min-height:300px}._editTitleContainer_vycxi_114,._transcript_vycxi_66{display:none}}.theme__brand{--theme-primary-colour-extra-weak: #e4e3fd;--theme-primary-colour-weak: #e4e3fd;--theme-primary-colour: #9797ff;--theme-primary-colour-strong: #8888df;--theme-primary-colour-extra-strong: #8888df;--theme-background-colour-extra-weak: #ffffff;--theme-background-colour-weak: #ffffff;--theme-background-colour: #ffffff;--theme-background-colour-strong: #f4f4f6;--theme-background-colour-extra-strong: #e3e3e7;--theme-error-colour-extra-weak: #fadfdf;--theme-error-colour-weak: #fadfdf;--theme-error-colour: #ff5457;--theme-error-colour-strong: #dc235a;--theme-error-colour-extra-strong: #dc235a;--theme-border-colour-extra-weak: #ccccd4;--theme-border-colour-weak: #a0a0ae;--theme-border-colour: #8a8a9c;--theme-border-colour-strong: #757589;--theme-border-colour-extra-strong: #414150;--theme-placeholder-colour-extra-weak: #757589;--theme-placeholder-colour-weak: #757589;--theme-placeholder-colour: #757589;--theme-placeholder-colour-strong: #5e5e76;--theme-placeholder-colour-extra-strong: #5e5e76;--theme-font-colour-extra-weak: #8a8a9c;--theme-font-colour-weak: #8a8a9c;--theme-font-colour: #151519;--theme-font-colour-strong: #151519;--theme-font-colour-extra-strong: #151519;--theme-error-text-colour: #151519;--theme-standalone-error-text-colour: #dc235a;--theme-font-colour-inverted: #ffffff;--theme-font-colour-on-primary-background: #151519;--theme-heading-colour-on-primary-background: #ffffff;--theme-link-colour: #5f5ffc;--theme-link-colour-inverted: rgb(145.0613496933, 145.0613496933, 252.9386503067);--theme-link-hover-colour: #4c4cc2;--theme-heading-colour: #000000;--theme-toast-success-colour: #151519;--theme-toast-success-text-colour: #ffffff;--theme-toast-success-secondary-text-colour: #b7b7c1;--theme-icon-colour: #151519;--theme-info-icon-colour: #9797ff;--theme-button-hover-colour: #f4f4f6;--theme-button-hover-primary-colour: var(--theme-primary-colour-strong);--theme-font-family: Nunito Sans, sans-serif;--theme-font-size: 1rem;--theme-font-size-small: .9rem;--theme-font-size-large: 1.25rem;--theme-caption-size: .8rem;--theme-caption-size-small: .7rem;--theme-caption-size-large: .9rem;--theme-heading-font-family: Poppins;--theme-heading-size: 1.375rem;--theme-heading-size-small: 1.25rem;--theme-heading-size-large: 1.5rem;--theme-text-highlight-font-colour: #000000;--theme-default-bubble-colour: #ccccd4;--theme-annotation-heading-background-colour: #eaddfe;--theme-annotation-note-background-colour: #e4e3fd;--theme-annotation-slide-background-colour: #e3e3e7;--theme-label-important-background-colour: #fadfdf;--theme-label-review-background-colour: #fceede;--theme-annotation-heading-colour: #d49fff;--theme-annotation-note-colour: #9797ff;--theme-annotation-slide-colour: #8a8a9c;--theme-label-important-colour: #ff5457;--theme-label-review-colour: #ffa343;--theme-annotation-heading-selection-colour: rgba(234, 221, 254, .6);--theme-annotation-note-selection-colour: rgba(228, 227, 253, .6);--theme-annotation-slide-selection-colour: rgba(227, 227, 231, .6);--theme-label-important-selection-colour: rgba(250, 223, 223, .6);--theme-label-review-selection-colour: rgba(252, 238, 222, .6);--theme-separator-colour: #e3e3e7;--theme-mask-colour: rgba(21, 21, 25, .5);--theme-modal-border-colour: transparent;--theme-loader-background-colour: rgba(255, 255, 255, .8);--theme-button-selected-colour: #e3e3e7;--theme-background-hover-colour: #e4e3fd;--theme-drop-shadow-colour: #e3e3e7;--theme-scrollbar-track-background-colour: #f4f4f6;--theme-scrollbar-thumb-background-colour: #8a8a9c;--theme-scrollbar-thumb-window-inactive-background-colour: #a0a0ae;--theme-scrollbar-thumb-hover-background-colour: #757589;--theme-timestamp-border-colour: #5e5e76;--theme-timestamp-border-colour-selected: rgba(138, 138, 156, .9);--theme-timestamp-background-colour: rgba(255, 255, 255, .65);--theme-timestamp-background-colour-review: rgba(255, 255, 255, .85);--theme-timestamp-recording-text-colour: #151519;--theme-weak-selection-colour: #aaaaf7;--theme-selection-colour: #5f5ffc;--record-button-colour: #ff5457;--record-button-text-colour: #ffffff;--theme-info-message-background-colour: #e4e3fd;--theme-info-message-border-colour: #9797ff;--theme-password-weak-colour: rgba(255, 84, 87, .25);--theme-password-fair-colour: rgba(255, 163, 67, .25);--theme-password-strong-colour: rgba(0, 198, 178, .25);--theme-box-shadow-colour: #0000000f;--theme-gap: 10px;--theme-icon-size: 38px;--theme-demo-banner-text-colour: #ffffff;--theme-demo-banner-background-colour: #414150;--theme-progress-bar-value-colour: var(--theme-primary-colour-strong);--theme-background-option-selected-colour: #e4e3fd;--theme-background-option-hover-colour: rgba(228, 227, 253, .6);--theme-background-semi-transparent-colour: rgb(255, 255, 255, .5);--theme-border-width: 1px;--theme-control-border-width: 1px;--theme-option-picker-tick-focus-colour: #151519;--theme-text-colour-disabled: #8a8a9c;--theme-border-colour-disabled: #b7b7c1;--theme-muted-blue: rgba(151, 151, 255, .15);--theme-muted-red: rgba(255, 84, 87, .15);--theme-muted-yellow: rgba(255, 163, 67, .15);--theme-muted-green: rgba(0, 198, 178, .15);--theme-muted-purple: rgba(212, 159, 255, .15);--theme-muted-grey: rgba(117, 117, 137, .15);--theme-muted-pink: rgba(252, 136, 198, .15)}.theme__brand--dark{--theme-background-colour-extra-weak: #151519;--theme-background-colour-weak: #151519;--theme-background-colour: #151519;--theme-background-colour-strong: #2b2b36;--theme-background-colour-extra-strong: #5e5e76;--theme-border-colour-extra-weak: #414150;--theme-border-colour-weak: #4f4f63;--theme-border-colour: #757589;--theme-border-colour-strong: #8a8a9c;--theme-border-colour-extra-strong: #a0a0ae;--theme-error-colour-extra-weak: #4c242f;--theme-error-colour-weak: #4c242f;--theme-error-colour: #8d3a38;--theme-error-colour-strong: #461d1c;--theme-error-colour-extra-strong: #461d1c;--theme-placeholder-colour-extra-weak: #b7b7c1;--theme-placeholder-colour-weak: #b7b7c1;--theme-placeholder-colour: #b7b7c1;--theme-placeholder-colour-strong: #b7b7c1;--theme-placeholder-colour-extra-strong: #b7b7c1;--theme-font-colour-extra-weak: #8a8a9c;--theme-font-colour-weak: #8a8a9c;--theme-font-colour: #ccccd4;--theme-font-colour-strong: #e3e3e7;--theme-font-colour-extra-strong: #e3e3e7;--theme-text-highlight-font-colour: #ffffff;--theme-error-text-colour: #ffffff;--theme-standalone-error-text-colour: #ff5457;--theme-link-colour: rgb(145.0613496933, 145.0613496933, 252.9386503067);--theme-link-colour-inverted: #5f5ffc;--theme-link-hover-colour: rgb(145.0613496933, 145.0613496933, 252.9386503067);--theme-font-colour-inverted: #000000;--theme-heading-colour: #e3e3e7;--theme-toast-success-colour: #ffffff;--theme-toast-success-text-colour: #151519;--theme-toast-success-secondary-text-colour: #5e5e76;--theme-icon-colour: #ccccd4;--theme-info-icon-colour: #ccccd4;--theme-default-bubble-colour: #757589;--theme-annotation-heading-background-colour: #312753;--theme-annotation-note-background-colour: #1f1f5b;--theme-annotation-slide-background-colour: #2c2c35;--theme-label-important-background-colour: #4c242f;--theme-label-review-background-colour: #3f2b03;--theme-annotation-heading-colour: #705a93;--theme-annotation-note-colour: #5b5b95;--theme-annotation-slide-colour: #8a8a9c;--theme-label-important-colour: #8d3a38;--theme-label-review-colour: #916434;--theme-annotation-heading-selection-colour: rgba(49, 39, 83, .6);--theme-annotation-note-selection-colour: rgba(31, 31, 91, .6);--theme-annotation-slide-selection-colour: rgba(94, 94, 118, .6);--theme-label-important-selection-colour: rgba(76, 36, 47, .6);--theme-label-review-selection-colour: rgba(63, 43, 3, .6);--theme-separator-colour: #414150;--theme-mask-colour: rgba(21, 21, 25, .92);--theme-modal-border-colour: #5e5e76;--theme-loader-background-colour: rgba(21, 21, 25, .8);--theme-button-hover-colour: rgb(42.1379310345, 42.1379310345, 51.8620689655);--theme-button-selected-colour: #414150;--theme-button-hover-primary-colour: var(--theme-primary-colour-weak);--theme-background-hover-colour: rgb(42.1379310345, 42.1379310345, 51.8620689655);--theme-drop-shadow-colour: #000000;--theme-scrollbar-track-background-colour: #414150;--theme-scrollbar-thumb-background-colour: #a0a0ae;--theme-scrollbar-thumb-window-inactive-background-colour: #8a8a9c;--theme-scrollbar-thumb-hover-background-colour: #b7b7c1;--theme-timestamp-background-colour: rgba(255, 255, 255, .1);--theme-timestamp-background-colour-review: rgba(255, 255, 255, .15);--theme-timestamp-border-colour: #ccccd4;--theme-timestamp-recording-text-colour: #ccccd4;--theme-weak-selection-colour: #1f1f5b;--theme-selection-colour: #5b5b95;--theme-info-message-background-colour: #414150;--theme-info-message-border-colour: #414150;--theme-demo-banner-text-colour: #151519;--theme-demo-banner-background-colour: #e3e3e7;--theme-progress-bar-value-colour: var(--theme-primary-colour-strong);--theme-background-option-selected-colour: #1f1f5b;--theme-background-option-hover-colour: rgba(31, 31, 91, .6);--theme-background-semi-transparent-colour: rgba(21, 21, 25, .55)}.theme__brand--dark .theme__brand--banner{--theme-background-colour: #e3e3e7;--theme-font-colour: #151519;--theme-icon-colour: #151519}.theme__brand--dark .theme__brand--blue,.theme__brand--dark.theme__brand--blue{--theme-primary-colour: #5b5b95;--theme-primary-colour-weak: #2d2d4a;--theme-primary-colour-strong: #7979c6;--theme-primary-colour-stronger: #7979c6;--theme-font-colour-on-primary-background: #ffffff;--theme-focus-outline-on-primary-background: #ffffff;--theme-heading-colour-on-primary-background: #ffffff}.theme__brand--dark .theme__brand--blue,.theme__brand--dark.theme__brand--blue{--theme-background-gradient: linear-gradient(138deg, #2d2d4d 11.65%, #39224c 87.16%);--theme-background-gradient-hover: linear-gradient(138deg, #2d2d4de0 11.65%, #39224ce0 87.16%)}.theme__brand--dark .theme__brand--red,.theme__brand--dark.theme__brand--red{--theme-primary-colour: #8d3a38;--theme-primary-colour-weak: #461d1c;--theme-primary-colour-strong: #bd4d4b;--theme-primary-colour-stronger: #bd4d4b;--theme-font-colour-on-primary-background: #ffffff;--theme-focus-outline-on-primary-background: #ffffff;--theme-heading-colour-on-primary-background: #ffffff}.theme__brand--dark .theme__brand--red,.theme__brand--dark.theme__brand--red{--theme-background-gradient: linear-gradient(138deg, #4d191a 11.65%, #4d3114 87.16%);--theme-background-gradient-hover: linear-gradient(138deg, #4d191ae0 11.65%, #4d3114e0 87.16%)}.theme__brand--dark .theme__brand--yellow,.theme__brand--dark.theme__brand--yellow{--theme-primary-colour: #916434;--theme-primary-colour-weak: #483219;--theme-primary-colour-strong: #c28645;--theme-primary-colour-stronger: #c28645;--theme-font-colour-on-primary-background: #ffffff;--theme-focus-outline-on-primary-background: #ffffff;--theme-heading-colour-on-primary-background: #ffffff}.theme__brand--dark .theme__brand--yellow,.theme__brand--dark.theme__brand--yellow{--theme-background-gradient: linear-gradient(138deg, #4d3114 11.65%, #4d191a 87.16%);--theme-background-gradient-hover: linear-gradient(138deg, #4d3114e0 11.65%, #4d191ae0 87.16%)}.theme__brand--dark .theme__brand--green,.theme__brand--dark.theme__brand--green{--theme-primary-colour: #33756b;--theme-primary-colour-weak: #072f31;--theme-primary-colour-strong: #469c8f;--theme-primary-colour-stronger: #469c8f;--theme-font-colour-on-primary-background: #ffffff;--theme-focus-outline-on-primary-background: #ffffff;--theme-heading-colour-on-primary-background: #ffffff}.theme__brand--dark .theme__brand--green,.theme__brand--dark.theme__brand--green{--theme-background-gradient: linear-gradient(133deg, #003b35 -8.08%, #2b2b36 41.36%);--theme-background-gradient-hover: linear-gradient(133deg, #003b35e0 -8.08%, #2b2b36e0 41.36%)}.theme__brand--dark .theme__brand--purple,.theme__brand--dark.theme__brand--purple{--theme-primary-colour: #705a93;--theme-primary-colour-weak: #513570;--theme-primary-colour-strong: #8f71b7;--theme-primary-colour-stronger: #8f71b7;--theme-font-colour-on-primary-background: #ffffff;--theme-focus-outline-on-primary-background: #ffffff;--theme-heading-colour-on-primary-background: #ffffff}.theme__brand--dark .theme__brand--purple,.theme__brand--dark.theme__brand--purple{--theme-background-gradient: linear-gradient(138deg, #39224c 11.65%, #2d2d4d 87.16%);--theme-background-gradient-hover: linear-gradient(138deg, #39224ce0 11.65%, #2d2d4de0 87.16%)}.theme__brand--dark .theme__brand--grey,.theme__brand--dark.theme__brand--grey{--theme-primary-colour: #5e5e76;--theme-primary-colour-weak: #2b2b36;--theme-primary-colour-strong: #757589;--theme-primary-colour-stronger: #757589;--theme-font-colour-on-primary-background: #ffffff;--theme-focus-outline-on-primary-background: #ffffff;--theme-heading-colour-on-primary-background: #ffffff}.theme__brand--dark .theme__brand--grey,.theme__brand--dark.theme__brand--grey{--theme-background-gradient: linear-gradient(133deg, #003b35 -8.08%, #2b2b36 41.36%);--theme-background-gradient-hover: linear-gradient(133deg, #003b35e0 -8.08%, #2b2b36e0 41.36%)}.theme__brand--dark .theme__brand--pink,.theme__brand--dark.theme__brand--pink{--theme-primary-colour: #8e5575;--theme-primary-colour-weak: #472a3b;--theme-primary-colour-strong: #bd729c;--theme-primary-colour-stronger: #bd729c;--theme-font-colour-on-primary-background: #ffffff;--theme-focus-outline-on-primary-background: #ffffff;--theme-heading-colour-on-primary-background: #ffffff}.theme__brand--dark .theme__brand--pink,.theme__brand--dark.theme__brand--pink{--theme-background-gradient: linear-gradient(138deg, #4c293b 11.65%, #39224c 87.16%);--theme-background-gradient-hover: linear-gradient(133deg, #4c293bb3 -8.08%, #39224cb3 41.36%)}.theme__brand--banner{--theme-background-colour: #414150;--theme-font-colour: #ffffff;--theme-icon-colour: #ffffff}.theme__brand--banner-error{--theme-background-colour: #ff5457;--theme-font-colour: #151519;--theme-icon-colour: #151519}.theme__brand--banner-warning{--theme-background-colour: #ffa343;--theme-font-colour: #151519;--theme-icon-colour: #151519}.theme__brand--banner-info{--theme-background-colour: #00c6b2;--theme-font-colour: #ffffff;--theme-icon-colour: #ffffff}.theme__brand--blue{--theme-primary-colour: #9797ff;--theme-primary-colour-weak: #e4e3fd;--theme-primary-colour-strong: #8888df;--theme-primary-colour-stronger: #7979c6;--theme-font-colour-on-primary-background: #151519;--theme-focus-outline-on-primary-background: #151519;--theme-heading-colour-on-primary-background: #000000;--theme-background-gradient: linear-gradient(138deg, #e0e0ff 11.65%, #ecd5fe 87.16%);--theme-background-gradient-hover: linear-gradient( 118deg, rgba(224, 224, 255, .7) 0%, rgba(226, 222, 255, .7) 19.62%, rgba(236, 213, 254, .7) 100% );--theme-muted-blue: rgba(151, 151, 255, .15)}.theme__brand--red{--theme-primary-colour: #ff5457;--theme-primary-colour-weak: #fadfdf;--theme-primary-colour-strong: #dc235a;--theme-primary-colour-stronger: #bd4d4b;--theme-font-colour-on-primary-background: #151519;--theme-focus-outline-on-primary-background: #151519;--theme-heading-colour-on-primary-background: #000000;--theme-background-gradient: linear-gradient(138deg, #ffcccd 11.65%, #ffe3c7 87.16%);--theme-background-gradient-hover: linear-gradient( 118deg, rgba(255, 204, 205, .7) 0%, rgba(255, 227, 199, .7) 100% );--theme-muted-red: rgba(255, 84, 87, .15)}.theme__brand--yellow{--theme-primary-colour: #ffa343;--theme-primary-colour-weak: #fceede;--theme-primary-colour-strong: #da964e;--theme-primary-colour-stronger: #c28645;--theme-font-colour-on-primary-background: #151519;--theme-focus-outline-on-primary-background: #151519;--theme-heading-colour-on-primary-background: #000000;--theme-background-gradient: linear-gradient(138deg, #ffe3c7 11.65%, #ffcccd 87.16%);--theme-background-gradient-hover: linear-gradient( 118deg, rgba(255, 227, 199, .7) 0%, rgba(255, 204, 205, .7) 100% );--theme-muted-yellow: rgba(255, 163, 67, .15)}.theme__brand--green{--theme-primary-colour: #00c6b2;--theme-primary-colour-weak: #b7e4e5;--theme-primary-colour-strong: #50b0a0;--theme-primary-colour-stronger: #469c8f;--theme-font-colour-on-primary-background: #151519;--theme-focus-outline-on-primary-background: #151519;--theme-heading-colour-on-primary-background: #000000;--theme-background-gradient: linear-gradient(138deg, rgb(185, 237, 232) -8.08%, rgb(227, 227, 231) 41.36%);--theme-background-gradient-hover: linear-gradient( 138deg, rgba(185, 237, 232, .6) -8.08%, rgba(227, 227, 231, .6) 41.36% );--theme-muted-green: rgba(0, 198, 178, .15)}.theme__brand--purple{--theme-primary-colour: #d49fff;--theme-primary-colour-weak: #eaddfe;--theme-primary-colour-strong: #b08bdb;--theme-primary-colour-stronger: #8f71b7;--theme-font-colour-on-primary-background: #151519;--theme-focus-outline-on-primary-background: #151519;--theme-heading-colour-on-primary-background: #000000;--theme-background-gradient: linear-gradient(138deg, #ecd5fe 11.65%, #e0e0ff 87.16%);--theme-background-gradient-hover: linear-gradient( 118deg, rgba(236, 213, 254, .7) 0%, rgba(227, 224, 255, .7) 100% );--theme-muted-purple: rgba(212, 159, 255, .15)}.theme__brand--grey{--theme-primary-colour: #757589;--theme-primary-colour-weak: #e3e3e7;--theme-primary-colour-strong: #2b2b36;--theme-primary-colour-stronger: #2b2b36;--theme-font-colour-on-primary-background: #ffffff;--theme-focus-outline-on-primary-background: #ffffff;--theme-heading-colour-on-primary-background: #ffffff;--theme-background-gradient: linear-gradient(138deg, rgb(185, 237, 232) -8.08%, rgb(227, 227, 231) 41.36%);--theme-background-gradient-hover: linear-gradient( 138deg, rgba(185, 237, 232, .6) -8.08%, rgba(227, 227, 231, .6) 41.36% );--theme-muted-grey: rgba(117, 117, 137, .15)}.theme__brand--pink{--theme-primary-colour: #fc88c6;--theme-primary-colour-weak: #fbecf5;--theme-primary-colour-strong: #d580b0;--theme-primary-colour-stronger: #bd729c;--theme-font-colour-on-primary-background: #151519;--theme-focus-outline-on-primary-background: #151519;--theme-heading-colour-on-primary-background: #000000;--theme-background-gradient: linear-gradient(138deg, #fedbee 11.65%, #ecd5fe 87.16%);--theme-background-gradient-hover: linear-gradient( 118deg, rgba(254, 219, 238, .7) 0%, rgba(236, 213, 254, .7) 100% );--theme-muted-pink: rgba(252, 136, 198, .15)}._pendo-step-container,._pendo-step-container-styles{background-color:var(--theme-background-colour)!important;border-color:var(--theme-border-colour)!important}._pendo-close-guide,._pendo-close-guide:not(#nonce):hover{color:var(--theme-icon-colour)!important}.pendo-tooltip-caret.pendo-tooltip-caret--bottom{border-bottom-color:var(--theme-background-colour)!important}.pendo-tooltip-caret--bottom+.pendo-tooltip-caret-border{border-bottom-color:var(--theme-border-colour)!important}.pendo-tooltip-caret.pendo-tooltip-caret--top{border-top-color:var(--theme-background-colour)!important}.pendo-tooltip-caret.pendo-tooltip-caret--right{border-right-color:var(--theme-background-colour)!important}.pendo-tooltip-caret.pendo-tooltip-caret--left{border-left-color:var(--theme-background-colour)!important}.pendo-tooltip-caret--top+.pendo-tooltip-caret-border{border-top-color:var(--theme-border-colour)!important}._pendo-backdrop{background-color:var(--theme-mask-colour)!important}._pendo-text-title,._pendo-resource-center-home-title-text,._pendo-resource-center-guidelist-module-title-text{color:var(--theme-heading-colour)!important}.pendo-radio,._pendo-text-plain,._pendo-text-custom,._pendo-text-paragraph{color:var(--theme-font-colour)!important}._pendo-text-link:not(#nonce),._pendo-button-tertiaryButton:not(#nonce),button ._pendo-simple-text,._pendo-resource-center-module-list-item-title-text{cursor:pointer;color:var(--theme-link-colour)!important}._pendo-text-link:not(#nonce):hover,._pendo-button-tertiaryButton:not(#nonce):hover,button ._pendo-simple-text:hover,._pendo-resource-center-module-list-item-title-text:hover{color:var(--theme-link-hover-colour)!important;text-decoration:underline}.bb-button._pendo-button._pendo-button-primaryButton:not(#nonce){background-color:var(--theme-primary-colour)!important;border-color:var(--theme-primary-colour)!important;color:var(--theme-font-colour-on-primary-background)!important;cursor:pointer}.bb-button._pendo-button._pendo-button-primaryButton:not(#nonce):disabled{opacity:.55!important;cursor:default}.pendo-code-block>*{color:var(--theme-font-colour)!important}.pendo-code-block h1,.pendo-code-block h2,.pendo-code-block h3{color:var(--theme-heading-colour)!important}html,body{margin:0;padding:0;height:100%;line-height:1.4285em}body{background-color:var(--theme-background-colour);transition:background-color .25s}body,textarea,input{font-size:var(--theme-font-size);color:var(--theme-font-colour)}button,input,select,textarea{line-height:1.15;font-size:100%}*{box-sizing:border-box;font-family:var(--theme-font-family)}input::placeholder,textarea::placeholder{color:var(--theme-placeholder-colour)}p{margin:0 0 1em;line-height:1.4285em}p:first-child{margin-top:0}p:last-child{margin-bottom:0}h1,h2,h3,h4,h5{font-family:var(--theme-heading-font-family);color:var(--theme-heading-colour);line-height:1.28571429em;margin:calc(2rem - .14286em) 0 1rem;font-weight:700}h2{font-size:1.71428571rem}h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child{margin-top:0}h1:last-child,h2:last-child,h3:last-child,h4:last-child,h5:last-child{margin-bottom:0}.grecaptcha-badge{visibility:hidden}a{color:var(--theme-link-colour)}::-webkit-scrollbar{-webkit-appearance:none;width:10px;height:10px}::-webkit-scrollbar-track{background-color:var(--theme-scrollbar-track-background-colour);border-radius:0}::-webkit-scrollbar-thumb{cursor:pointer;border-radius:5px;background-color:var(--theme-scrollbar-thumb-background-colour);transition:color .2s ease}::-webkit-scrollbar-thumb:window-inactive{background-color:var(--theme-scrollbar-thumb-window-inactive-background-colour)}::-webkit-scrollbar-thumb:hover{background-color:var(--theme-scrollbar-thumb-hover-background-colour)}::-webkit-file-upload-button{font-family:var(--theme-font-family)}@font-face{font-family:Nunito Sans;src:url(/present/fonts/NunitoSans_10pt-Light.ttf);font-style:normal;font-weight:300;font-stretch:100%;font-display:swap}@font-face{font-family:Nunito Sans;src:url(/present/fonts/NunitoSans_10pt-Regular.ttf);font-style:normal;font-weight:400;font-stretch:100%;font-display:swap}@font-face{font-family:Nunito Sans;src:url(/present/fonts/NunitoSans_10pt-SemiBold.ttf);font-style:normal;font-weight:600;font-stretch:100%;font-display:swap}@font-face{font-family:Nunito Sans;src:url(/present/fonts/NunitoSans_10pt-Bold.ttf);font-style:normal;font-weight:700;font-stretch:100%;font-display:swap}@font-face{font-family:Nunito Sans;src:url(/present/fonts/NunitoSans_10pt-LightItalic.ttf);font-style:italic;font-weight:300;font-stretch:100%;font-display:swap}@font-face{font-family:Nunito Sans;src:url(/present/fonts/NunitoSans_10pt-Italic.ttf);font-style:italic;font-weight:400;font-stretch:100%;font-display:swap}@font-face{font-family:Nunito Sans;src:url(/present/fonts/NunitoSans_10pt-SemiBoldItalic.ttf);font-style:italic;font-weight:600;font-stretch:100%;font-display:swap}@font-face{font-family:Nunito Sans;src:url(/present/fonts/NunitoSans_10pt-BoldItalic.ttf);font-style:italic;font-weight:700;font-stretch:100%;font-display:swap}@font-face{font-family:Poppins;src:url(/present/fonts/Poppins-Bold.ttf);font-style:regular;font-weight:700;font-stretch:100%;font-display:swap}html,body{font-family:Nunito Sans;--header-height: 48px}
