: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)}._container_vleh2_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;transform:translateY(-5px)}._container_vleh2_1 ._arrow_vleh2_11{line-height:normal;font-size:0}._container_vleh2_1 ._arrow_vleh2_11 svg{color:var(--theme-font-colour)}._container_vleh2_1 ._arrow_vleh2_11[data-placement=top] svg{transform:rotate(0)}._container_vleh2_1 ._arrow_vleh2_11[data-placement=right] svg{transform:rotate(90deg)}._container_vleh2_1 ._arrow_vleh2_11[data-placement=bottom] svg{transform:rotate(180deg)}._container_vleh2_1 ._arrow_vleh2_11[data-placement=left] svg{transform:rotate(270deg)}._core_um4at_4{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;align-items:center;gap:5px;width:max-content;padding:8px 12px 7px;border-radius:4rem;font-weight:600;text-decoration:none}._core_um4at_4:not(:disabled){cursor:pointer;-webkit-user-select:none;user-select:none}._core_um4at_4:not(:disabled):hover{background-color:var(--theme-background-colour-extra-strong)}._core_um4at_4:disabled{opacity:.45}._primary_um4at_32{background-color:var(--theme-primary-colour);border-color:var(--theme-primary-colour);color:var(--theme-font-colour-on-primary-background)}._primary_um4at_32:not(:disabled):hover{background-color:var(--theme-button-hover-primary-colour);border-color:var(--theme-button-hover-primary-colour)}._primary_um4at_32:not(:disabled):focus-visible{border-color:var(--theme-button-hover-primary-colour);outline:2px solid var(--theme-font-colour-on-primary-background)}._destructive_um4at_46{background-color:var(--theme-error-colour);border-color:var(--theme-error-colour);color:var(--theme-font-colour-on-primary-background)}._destructive_um4at_46:not(:disabled):hover{background-color:var(--theme-error-colour-strong);border-color:var(--theme-error-colour-strong)}._destructive_um4at_46:not(:disabled):focus-visible{border-color:var(--theme-error-colour-strong);outline:2px solid var(--theme-font-colour-on-primary-background)}._compact_um4at_60{font-family:var(--theme-font-family);font-size:var(--theme-caption-size);color:var(--theme-font-colour);padding:5px 8px 4px;border-width:1px}._accessibleDescription_um4at_68{display:none}._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}._ContentContainer_1yf2h_1{display:flex;flex-direction:column}._HeaderContainer_1yf2h_6{padding:1.25rem 1.5rem;border-bottom:1px solid var(--theme-separator-colour)}._HeaderContainer_1yf2h_6 h2{margin:auto auto auto 0;color:var(--theme-heading-colour);font-family:var(--theme-heading-font-family);font-weight:700;font-size:18.72px}._ChildrenContainer_1yf2h_18{padding:1.25rem 1.5rem}._ButtonContainer_1yf2h_22{display:flex;justify-content:center;align-items:center;gap:2rem;padding:1.25rem 1.5rem;border-top:1px solid var(--theme-separator-colour)}._overlay_1wgwh_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)}._overlay_1wgwh_1[data-entering]{animation:_modal-fade_1wgwh_1 .2s}._overlay_1wgwh_1[data-exiting]{animation:_modal-fade_1wgwh_1 .15s reverse ease-in}._Modal_1wgwh_26{overflow:hidden;border-radius:1rem;width:100%;max-width:75vw;text-align:left;vertical-align:middle;background-color:var(--theme-background-colour);box-shadow:0 15px 20px #15151929}._Modal_1wgwh_26[data-entering]{animation:_modal-zoom_1wgwh_1 .3s cubic-bezier(.175,.885,.32,1.275)}._Dialog_1wgwh_40{position:relative;outline:none}@keyframes _modal-fade_1wgwh_1{0%{opacity:0}to{opacity:1}}@keyframes _modal-zoom_1wgwh_1{0%{transform:scale(.8)}to{transform:scale(1)}}._toggle_1fgd2_1{position:relative;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_1fgd2_1:hover,._toggle_1fgd2_1:focus-within{text-decoration:underline;text-decoration-thickness:2px}._toggle_1fgd2_1[data-selected] ._indicator_1fgd2_18{background:var(--theme-primary-colour)}._toggle_1fgd2_1[data-selected] ._indicator_1fgd2_18:before{transform:translate(110%)}._toggle_1fgd2_1[data-selected] ._indicator_1fgd2_18:after{background-color:var(--theme-font-colour);opacity:1;transform:translate(105%)}._toggle_1fgd2_1[data-focus-visible] ._indicator_1fgd2_18{outline:-webkit-focus-ring-color solid 2px;outline-offset:2px}._indicator_1fgd2_18{display:flex;align-items:center;justify-content:center;width:2rem;height:17px;background:var(--theme-border-colour);border-radius:1.15rem}._indicator_1fgd2_18:before{content:"";display:block;margin:.125rem;height:13px;width:13px;border-radius:13px;background:var(--theme-background-colour);transition:opacity .4s ease,transform .4s ease}._indicator_1fgd2_18:after{-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;width:15px;height:16px;position:relative;left:-17px;transition:opacity .4s ease,transform .4s ease}._inline_1fgd2_65{justify-content:flex-start}._description_1fgd2_69{font-family:var(--theme-font-family);font-size:var(--theme-font-size);color:var(--theme-font-colour)}._container_li4at_1{padding-top:1rem}._tabHeader_8lcad_1{display:flex;flex-direction:row;gap:4px;margin-bottom:16px;border-bottom:var(--theme-border-width) solid var(--theme-border-colour-weak)}._tab_8lcad_1{padding:1rem;cursor:pointer;border:none;border-top-left-radius:.5rem;border-top-right-radius:.5rem}._tab_8lcad_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_8lcad_1:focus{outline:none}._miscContent_8lcad_26{display:flex;flex-direction:column;gap:8px;align-items:flex-start}._icore_5mnoi_4{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;padding:6px;color:var(--theme-icon-colour)}._icore_5mnoi_4:not(:disabled){cursor:pointer;-webkit-user-select:none;user-select:none}._icore_5mnoi_4:not(:disabled):hover{background-color:#0003}._icore_5mnoi_4:not(:disabled):active{background-color:var(--theme-button-selected-colour)}._icore_5mnoi_4:disabled{opacity:.4}._standalone_5mnoi_31{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_5mnoi_42{background-color:var(--theme-button-selected-colour)}._primary_5mnoi_46{background-color:var(--theme-primary-colour);border-color:var(--theme-primary-colour);color:var(--theme-font-colour-on-primary-background)}._primary_5mnoi_46:not(:disabled):hover{background-color:var(--theme-button-hover-primary-colour);border-color:var(--theme-button-hover-primary-colour)}._primary_5mnoi_46:not(:disabled):focus-visible{border-color:var(--theme-button-hover-primary-colour);outline:2px solid var(--theme-font-colour-on-primary-background)}._compact_5mnoi_60{padding:0}._item_ssa1p_4{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;gap:5px;width:max-content;padding:8px 12px 7px;border-radius:4rem;font-weight:600;text-decoration:none;display:flex;justify-content:start;align-items:center;align-self:stretch;gap:.9375rem;padding:.9375rem .625rem .8125rem 1.25rem;margin:0;border:none;border-radius:0;width:unset}._item_ssa1p_4:not(:disabled){cursor:pointer;-webkit-user-select:none;user-select:none}._item_ssa1p_4:not(:disabled):hover{background-color:var(--theme-background-colour-extra-strong)}._item_ssa1p_4:disabled{opacity:.45}._item_ssa1p_4:focus{outline:none}._item_ssa1p_4:focus[data-focus-visible=true]{outline:2px solid -webkit-focus-ring-color;outline-offset:-2px}._item_ssa1p_4:hover{background-color:var(--theme-background-colour)!important}._item_ssa1p_4:hover [slot=label]{text-decoration:underline;text-underline-offset:.2rem}._item_ssa1p_4:not(:last-child){border-bottom:1px solid var(--theme-separator-colour)}._item_ssa1p_4 [slot=label]{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_ssa1p_4 [slot=icon]{width:1.25rem;height:1.25rem}._section_1jk8g_1:not(._sectionHeader_1jk8g_1:first-child){border-top:1px solid var(--theme-separator-colour)}._sectionHeader_1jk8g_1{padding:.875rem .625rem .8125rem 1.25rem;border-bottom:1px solid var(--theme-separator-colour);font-family:var(--theme-font-family);font-size:.8125rem;font-weight:700;line-height:normal;list-style:normal}._menu_1ibp9_1{min-width:9rem;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}._menu_1ibp9_1:focus-visible{outline:2px}._container_3gpdk_1{text-decoration:none;color:unset;background-color:transparent;border:transparent;line-height:0}._logo_3gpdk_9{height:var(--header-height);color:var(--theme-heading-colour-on-primary-background)}._siteNav_1ccq8_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_1ccq8_14{display:flex;align-items:center;justify-content:flex-start}._trailingNavItems_1ccq8_20{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_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)}._flipped_5ahpn_1{transform:rotateY(180deg)}._hidden_5ahpn_5{display:none}._bigVideo_5ahpn_9{min-height:230px;max-height:50cqh;width:50cqw;display:flex;justify-content:center}@container (max-width: 700px){._bigVideo_5ahpn_9{width:80cqw}}@container (max-width: 400px){._bigVideo_5ahpn_9{width:90cqw}}@container review-media (min-width: 0px){._bigVideo_5ahpn_9{width:80cqw}}@container feedback-media (min-width: 0px){._bigVideo_5ahpn_9{width:80cqw}}._video_5ahpn_37 video{width:100%;flex-shrink:1;background-color:#000;border:.1rem solid #000;border-radius:1rem}._container_5ahpn_45{position:relative;justify-content:center;width:min-content;min-height:230px}._container_5ahpn_45:has(._smallVideo_5ahpn_51){display:grid;align-items:end;grid-template-rows:1fr 1rem;grid-template-columns:1rem 35% auto}._container_5ahpn_45:has(._smallVideo_5ahpn_51) ._bigVideo_5ahpn_9{display:flex;grid-row-start:1;grid-column-start:1;grid-row-end:3;grid-column-end:4}._container_5ahpn_45:has(._smallVideo_5ahpn_51) ._smallVideo_5ahpn_51{display:flex;grid-row-start:1;grid-row-end:2;grid-column-start:2;grid-column-end:3;justify-self:end;z-index:1;max-height:50%}._container_5ahpn_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_5ahpn_45{width:80cqw}}@container (max-width: 400px){._container_5ahpn_45{width:90cqw}}._mic_5ahpn_99{display:flex;justify-content:center;align-items:center;background-color:#fff;width:54px;height:54px;border-radius:2rem}._flipped_e3pn9_1{transform:rotateY(180deg)}._hidden_e3pn9_5{display:none}._bigVideo_e3pn9_9{min-height:230px;max-height:50cqh;width:50cqw;display:flex;justify-content:center}@container (max-width: 700px){._bigVideo_e3pn9_9{width:80cqw}}@container (max-width: 400px){._bigVideo_e3pn9_9{width:90cqw}}@container review-media (min-width: 0px){._bigVideo_e3pn9_9{width:80cqw}}@container feedback-media (min-width: 0px){._bigVideo_e3pn9_9{width:80cqw}}._video_e3pn9_37 video{width:100%;flex-shrink:1;background-color:#000;border:.1rem solid #000;border-radius:1rem}._container_e3pn9_45{position:relative;justify-content:center;width:min-content;min-height:230px}._container_e3pn9_45:has(._smallVideo_e3pn9_51){display:grid;align-items:end;grid-template-rows:1fr 1rem;grid-template-columns:1rem 35% auto}._container_e3pn9_45:has(._smallVideo_e3pn9_51) ._bigVideo_e3pn9_9{display:flex;grid-row-start:1;grid-column-start:1;grid-row-end:3;grid-column-end:4}._container_e3pn9_45:has(._smallVideo_e3pn9_51) ._smallVideo_e3pn9_51{display:flex;grid-row-start:1;grid-row-end:2;grid-column-start:2;grid-column-end:3;justify-self:end;z-index:1;max-height:50%}._accessibilityAnnouncement_95t2q_2{position:absolute;bottom:100%;left:-1px;height:1px;width:1px;padding:0;margin:0;overflow:hidden}@keyframes _timer__pulse_95t2q_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_95t2q_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_95t2q_38{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;align-items:center;gap:5px;width:max-content;padding:8px 12px 7px;border-radius:4rem;font-weight:600;text-decoration:none;position:absolute;text-align:end;top:10px;right:10px;--theme-icon-size: 24px;height:2.563rem}._timer_95t2q_38:disabled{opacity:.45}._finished_95t2q_65{animation:2s ease-in-out 3 _timer__pulse_95t2q_1,6s _timer__pulse--border_95t2q_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}._popover_1303a_1{border:1px solid var(--theme-border-colour);border-radius:12px;background-color:var(--theme-background-colour)}._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}._recordControlsContainer_v2l2s_1{display:flex;gap:.625rem;flex-direction:row;align-items:center;justify-content:center}._label_12dsf_1{display:block;margin-bottom:.5rem;font-size:.875rem;font-weight:600;color:var(--theme-font-colour)}._input_12dsf_9{border:1px solid var(--theme-border-colour-extra-strong);border-radius:2rem;padding:1rem;width:100%;height:2.212rem}._input_12dsf_9:focus{border-color:var(--theme-primary-colour);box-shadow:0 0 0 0 2px var(--theme-primary-colour)}._input_12dsf_9::placeholder{color:var(--theme-placeholder-colour)}._input_12dsf_9:disabled{opacity:.45;cursor:not-allowed}._flipped_bdo5l_1{transform:rotateY(180deg)}._hidden_bdo5l_5{display:none}._bigVideo_bdo5l_9{min-height:230px;max-height:50cqh;width:50cqw;display:flex;justify-content:center}@container (max-width: 700px){._bigVideo_bdo5l_9{width:80cqw}}@container (max-width: 400px){._bigVideo_bdo5l_9{width:90cqw}}@container review-media (min-width: 0px){._bigVideo_bdo5l_9{width:80cqw}}@container feedback-media (min-width: 0px){._bigVideo_bdo5l_9{width:80cqw}}._video_bdo5l_37 video{width:100%;flex-shrink:1;background-color:#000;border:.1rem solid #000;border-radius:1rem}._container_bdo5l_45{position:relative;justify-content:center;width:min-content;min-height:230px}._container_bdo5l_45:has(._smallVideo_bdo5l_51){display:grid;align-items:end;grid-template-rows:1fr 1rem;grid-template-columns:1rem 35% auto}._container_bdo5l_45:has(._smallVideo_bdo5l_51) ._bigVideo_bdo5l_9{display:flex;grid-row-start:1;grid-column-start:1;grid-row-end:3;grid-column-end:4}._container_bdo5l_45:has(._smallVideo_bdo5l_51) ._smallVideo_bdo5l_51{display:flex;grid-row-start:1;grid-row-end:2;grid-column-start:2;grid-column-end:3;justify-self:end;z-index:1;max-height:50%}._rehearsalTitle_bdo5l_75{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_bdo5l_75{width:80cqw}}@container (max-width: 400px){._rehearsalTitle_bdo5l_75{width:90cqw}}._rehearsalTitle_bdo5l_75{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow:hidden}._input_bdo5l_106{text-align:center;font-family:var(--theme-font-family);font-size:var(--theme-heading-size-small)}._container_1wq9a_1{margin-left:5px;margin-right:5px}._screen_ov7lp_1{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;width:100%;height:100%;container-type:inline-size}._container_ov7lp_12{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_ov7lp_28{grid-area:header;display:flex;flex-direction:column;gap:1rem}._screenHeader_ov7lp_35{--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_ov7lp_45{margin:0;font-size:var(--theme-heading-size)}._mediaContainer_ov7lp_50{grid-area:media}._footerContainer_ov7lp_54{grid-area:footer;align-self:self-end;display:flex;flex-direction:column;align-items:center;gap:1rem}._mediaToggles_ov7lp_63{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_i7v0p_1{margin:auto;display:flex;flex-direction:column;align-items:center;justify-content:center}._screen_1mxis_2{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;flex:1}._container_1mxis_11{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}._header_1mxis_26{width:100%}._header_1mxis_26 ._title_1mxis_29{margin-top:0;font-size:var(--theme-heading-size-small)}._footer_1mxis_34{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.125rem;width:100%}._footer_1mxis_34 button{border:none;font-weight:400}._scores_1mxis_47{display:flex;flex-direction:row;gap:0;--theme-icon-size: 64px}._scores_1mxis_47 button{border:none;padding:0;border-radius:0}._scores_1mxis_47 button:not(:last-child){padding-right:5px}._scores_1mxis_47 button:focus-visible{outline:none}._scores_1mxis_47 button:focus-visible ._starContainer_1mxis_64{outline:2px solid -webkit-focus-ring-color}._scores_1mxis_47 button:not(:disabled):hover,._scores_1mxis_47 button:not(:disabled):focus,._scores_1mxis_47 button:not(:disabled):has(~:hover),._scores_1mxis_47 button:not(:disabled):has(~:focus){background-color:var(--theme-background-colour)}._scores_1mxis_47 button:not(:disabled):hover ._starContainer_1mxis_64,._scores_1mxis_47 button:not(:disabled):focus ._starContainer_1mxis_64,._scores_1mxis_47 button:not(:disabled):has(~:hover) ._starContainer_1mxis_64,._scores_1mxis_47 button:not(:disabled):has(~:focus) ._starContainer_1mxis_64{background-color:#fceede;border-color:#ffa343}._scores_1mxis_47 button:not(:disabled):hover ._starContainer_1mxis_64 svg path,._scores_1mxis_47 button:not(:disabled):focus ._starContainer_1mxis_64 svg path,._scores_1mxis_47 button:not(:disabled):has(~:hover) ._starContainer_1mxis_64 svg path,._scores_1mxis_47 button:not(:disabled):has(~:focus) ._starContainer_1mxis_64 svg path{fill:#ffa343}._scores_1mxis_47 button ._starContainer_1mxis_64{display:flex;align-items:center;justify-content:center;width:var(--theme-icon-size);height:var(--theme-icon-size);appearance:none;border-radius:4rem;color:var(--theme-icon-colour);background-color:var(--theme-background-colour);border:1px solid var(--theme-border-colour);padding:6px 9px 5px;min-width:var(--theme-icon-size);min-height:var(--theme-icon-size)}._scores_1mxis_47 button ._starContainer_1mxis_64 svg{width:var(--theme-icon-size);height:var(--theme-icon-size)}._scores_1mxis_47 button ._starContainer_1mxis_64 svg path{fill:#ccccd4}._message_1mxis_103{font-size:var(--theme-font-size-small)}._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)}._screen_17twf_1{display:flex;align-items:center;justify-content:center;flex:1}._container_17twf_8{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem;padding:1.25rem 2rem;border:1px solid var(--theme-border-colour-weak);border-radius:1rem;text-align:center}._header_17twf_23{--back-button-width: 42px;width:100%;display:grid;grid-template-columns:var(--back-button-width) auto var(--back-button-width);gap:1rem}._header_17twf_23 ._title_17twf_30{margin-top:0}._header_17twf_23 ._backButton_17twf_33{width:var(--back-button-width);display:flex;align-items:center;justify-content:center;border:1px solid var(--theme-border-colour-extra-strong);border-radius:var(--back-button-width);transition:background-color .3s ease-in-out}._header_17twf_23 ._backButton_17twf_33:hover{cursor:pointer;background-color:var(--theme-background-colour-strong)}._footer_17twf_47{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;width:100%}._footer_17twf_47 button{width:max-content}._footer_17twf_47 p{font-size:var(--theme-font-size-small);color:var(--theme-font-colour)}._goalList_17twf_63{display:flex;flex-direction:column;gap:1rem}._goal_17twf_63{--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_17twf_63 ._checkbox_17twf_85{width:var(--checkbox-width);height:var(--checkbox-width);border:2px solid var(--theme-border-colour-weak);border-radius:4px;transition:all .2s;display:flex;align-items:center;justify-content:center;flex-shrink:0}._goal_17twf_63 svg{width:1rem;height:1rem;transition:all .2s}._goal_17twf_63 svg path{fill:none}._goal_17twf_63[data-pressed] ._checkbox_17twf_85{border-color:var(--theme-border-colour)}._goal_17twf_63[data-focus-visible] ._checkbox_17twf_85{outline:2px solid var(--theme-font-colour-on-primary-background);outline-offset:2px}._goal_17twf_63[data-selected],._goal_17twf_63[data-indeterminate]{background-color:var(--theme-background-colour-strong);border-color:var(--theme-link-colour)}._goal_17twf_63[data-selected] ._checkbox_17twf_85,._goal_17twf_63[data-indeterminate] ._checkbox_17twf_85,._goal_17twf_63[data-selected][data-pressed] ._checkbox_17twf_85,._goal_17twf_63[data-indeterminate][data-pressed] ._checkbox_17twf_85{border-color:var(--theme-link-colour);background:var(--theme-link-colour)}._goal_17twf_63[data-indeterminate] svg path{stroke:none;fill:var(--theme-background-colour)}._goal_17twf_63[data-selected] svg path{fill:var(--theme-background-colour)}._goal_17twf_63: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}}._linkButtonContent_uiilg_1{line-height:1.15}._buttonContent_1w5vn_1{display:flex;justify-content:space-between;gap:.25rem}._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}._scrollable_1x50t_1{height:calc(100vh - 280px);overflow-y:auto}._bordered_1x50t_6{border:var(--theme-border-width) solid var(--theme-border-colour-extra-weak);position:relative;border-bottom-left-radius:8px;border-bottom-right-radius:8px;overflow:hidden;border-top:0}._table_1x50t_15{min-width:100%;border-spacing:0;border-collapse:collapse;font-size:.9rem;table-layout:fixed;border-collapse:separate}._table_1x50t_15 th{position:sticky;top:0;z-index:1;font-size:.85rem;background:var(--theme-background-colour);border-left:none;color:var(--theme-font-colour);border-bottom:1px solid var(--theme-separator-colour)}._table_1x50t_15 th[aria-sort]:hover{background:var(--theme-primary-colour-weak);cursor:pointer;-webkit-user-select:none;user-select:none}._table_1x50t_15 td{white-space:pre-wrap}._table_1x50t_15 th,._table_1x50t_15 td{padding:8px}._table_1x50t_15 th{text-align:left}._table_1x50t_15 tbody tr:hover,._table_1x50t_15 tr[aria-selected=true]{background-color:var(--theme-background-colour-strong)}._table_1x50t_15 tr th,._table_1x50t_15 tr td{padding-left:8px}._table_1x50t_15 tr th:first-child,._table_1x50t_15 tr td:first-child{padding-left:17px}._toolbar_19yv4_1{display:flex;align-items:center;background-color:var(--theme-background-colour-strong);padding:10px 10px 10px 17px;border-radius:10px 10px 0 0;min-height:50px;border:solid 1px var(--theme-border-colour-extra-weak)}._title_19yv4_12,._selected_19yv4_13{padding-bottom:0;margin:0;display:flex;align-items:center;gap:5px}._title_19yv4_12{font-weight:700}._selected_19yv4_13{border-right:1px solid var(--theme-border-colour);padding-right:15px;margin-right:9px}._bulkActionButtons_19yv4_31{display:flex;gap:10px;padding-left:10px}@keyframes _fadein_19yv4_1{0%{opacity:0}to{opacity:1}}._fadeIn_19yv4_45{animation:_fadein_19yv4_1 1s}._content_19yv4_49{display:flex}._container_1ogmr_2{display:grid;grid-template-columns:auto 1fr;gap:.5rem;align-items:center;justify-content:center}._container_1ogmr_2 ._starsContainer_1ogmr_9{height:1.063rem}._container_1ogmr_2 ._starsContainer_1ogmr_9 ._selected_1ogmr_12{width:1rem;height:1rem}._container_1ogmr_2 ._starsContainer_1ogmr_9 ._selected_1ogmr_12 path{fill:#ffa343}._container_1ogmr_2 ._starsContainer_1ogmr_9 ._unselected_1ogmr_19{width:1rem;height:1rem}._container_1ogmr_2 ._starsContainer_1ogmr_9 ._unselected_1ogmr_19 path{fill:#ccccd4}._moreActions_16wu0_1{display:flex;justify-content:end}._actionsTableHeader_vx9wm_2{position:absolute;bottom:100%;left:-1px;height:1px;width:1px;padding:0;margin:0;overflow:hidden}._actionsColumn_vx9wm_13{width:1%}._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}._container_1dkak_1{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:calc(100dvh - var(--header-height));gap:2px;text-align:center}._welcomeImage_1dkak_11{width:180px;height:auto}._welcomeActions_1dkak_16{display:flex;flex-direction:column;align-items:center;gap:1rem}._rehearsalsPageContents_17yki_1{max-width:80%;margin-left:auto;margin-right:auto;margin-top:2rem}._toolbar_17yki_8{margin-bottom:10px;display:flex;gap:1rem;align-items:center}.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)}}._inputForm_1bgy2_1{display:grid;grid-template-columns:1fr 96px;align-items:center;justify-content:space-between}._buttons_1bgy2_8{display:flex;flex-direction:row}._spinner_1bgy2_13{margin-left:.7rem;margin-top:.3rem}._select_1dw28_4{position:relative;display:inline-block}._triggerWrapper_1dw28_9{background-color:unset;border:none;padding:0;margin:0;box-shadow:none;outline:none;cursor:pointer}._trigger_1dw28_9{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;align-items:center;gap:5px;width:max-content;padding:8px 12px 7px;border-radius:4rem;font-weight:600;text-decoration:none}._trigger_1dw28_9:not(:disabled){cursor:pointer;-webkit-user-select:none;user-select:none}._trigger_1dw28_9:not(:disabled):hover{background-color:var(--theme-background-colour-extra-strong)}._trigger_1dw28_9:disabled{opacity:.45}._popover_1dw28_47{z-index:1000;min-width:max-content}._listbox_1dw28_52{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_1dw28_52:focus-visible{outline:2px}._section_1dw28_69{padding:4px 0}._item_1dw28_73{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;gap:5px;width:max-content;padding:8px 12px 7px;border-radius:4rem;font-weight:600;text-decoration:none;display:flex;align-items:center;gap:.5rem;padding:.8rem 1.15rem;margin:0;border:none;border-radius:0;width:unset}._item_1dw28_73:not(:disabled){cursor:pointer;-webkit-user-select:none;user-select:none}._item_1dw28_73:not(:disabled):hover{background-color:var(--theme-background-colour-extra-strong)}._item_1dw28_73:disabled{opacity:.45}._item_1dw28_73:focus{outline:none}._item_1dw28_73:focus[data-focus-visible=true]{outline:2px solid -webkit-focus-ring-color;outline-offset:-2px}._item_1dw28_73:hover{background-color:var(--theme-background-colour)!important}._item_1dw28_73:hover span{text-decoration:underline;text-underline-offset:.2rem}._item_1dw28_73:not(:last-child){border-bottom:1px solid var(--theme-separator-colour)}._trigger_8kdhk_2{cursor:pointer;-webkit-user-select:none;user-select:none;padding:.3125rem;border-radius:2.625rem;border:1px solid var(--theme-border-colour)}._trigger_8kdhk_2:hover{background-color:var(--theme-background-colour-extra-strong)}._trigger_8kdhk_2:focus[data-focus-visible=true]{outline:2px solid -webkit-focus-ring-color;outline-offset:-2px}._container_8kdhk_17{display:flex;align-items:center;justify-content:center;gap:.3125rem}._container_8kdhk_17 ._starsContainer_8kdhk_23{display:flex;align-items:center}._container_8kdhk_17 ._starsContainer_8kdhk_23 svg{width:1rem;height:1rem}._container_8kdhk_17 ._starsContainer_8kdhk_23 svg path{fill:#ffa343;stroke:transparent}._container_8kdhk_17 ._starsContainer_8kdhk_23 svg[data-hasconfidence=false] path{fill:transparent;stroke:var(--theme-border-colour);stroke-width:6px}._item_8kdhk_41{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_8kdhk_41:hover{text-decoration:underline;text-underline-offset:.2rem}._item_8kdhk_41 ._unselectedItem_8kdhk_59{padding-left:1.5rem}._container_13jsx_1{display:grid;grid-template-columns:1fr auto;align-items:center;justify-content:space-between;width:100%}._title_13jsx_9{font-size:1.5rem;margin:0;text-align:center;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;justify-self:center;max-width:500px}._hidden_13jsx_20{display:none}._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%}._controlsContainer_wxj73_1{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);--theme-icon-colour: white}._controlsList_wxj73_14{display:flex;align-items:center;justify-content:start;list-style:none;padding:0;margin:0 auto;width:75cqw;--theme-button-selected-colour: transparent}._playbackLocation_wxj73_28{font-size:var(--theme-font-size-small);flex-grow:1}._playButton_wxj73_33 button,._playButton_wxj73_33 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}._grid_rqfsh_1{display:grid;grid-auto-flow:column;grid-template-rows:1fr 1fr 1fr;grid-template-columns:1fr}._grid_rqfsh_1:hover,._grid_rqfsh_1:focus-within{--controls-visibility: 1}._duoVideo_rqfsh_11{grid-row-start:1;grid-row-end:4;grid-column-start:1;grid-column-end:2}._playbackControls_rqfsh_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}._note_x1ibq_2{padding-left:1rem;padding-bottom:.2rem;display:flex;flex-direction:column;transform-origin:center}._note_x1ibq_2:hover,._note_x1ibq_2:focus-within{background-color:#b7e4e599}._note_x1ibq_2:hover ._timestamp_x1ibq_12,._note_x1ibq_2:hover ._actions_x1ibq_13,._note_x1ibq_2:hover ._author_x1ibq_14,._note_x1ibq_2:focus-within ._timestamp_x1ibq_12,._note_x1ibq_2:focus-within ._actions_x1ibq_13,._note_x1ibq_2:focus-within ._author_x1ibq_14{opacity:1}._note_x1ibq_2:has(._actions_x1ibq_13 [aria-expanded=true]) ._timestamp_x1ibq_12,._note_x1ibq_2:has(._actions_x1ibq_13 [aria-expanded=true]) ._actions_x1ibq_13{opacity:1}._noteHeader_x1ibq_24{display:flex;align-items:center;justify-content:space-between}._noteHeader_x1ibq_24:has(:focus-visible) ._author_x1ibq_14,._noteHeader_x1ibq_24:has(:focus-visible) ._actions_x1ibq_13,._noteHeader_x1ibq_24:has(:focus-visible) ._timestamp_x1ibq_12{opacity:1}._timestamp_x1ibq_12{appearance:none;border:none;background-color:#151519;color:#fff;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_x1ibq_12,._author_x1ibq_14{opacity:0;transition-property:opacity;transition-duration:.2s;transition-timing-function:ease}._author_x1ibq_14{flex-grow:1;align-items:left;font-size:.875rem;margin-left:1.2rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._actions_x1ibq_13{flex-shrink:0;opacity:0;transition-property:opacity;transition-duration:.2s;transition-timing-function:ease}._noteContainer_x1ibq_82{display:flex;align-items:center;overflow-wrap:anywhere;line-height:1.5;padding-right:.5rem;white-space:pre-wrap}._emoji_x1ibq_91{font-size:var(--theme-heading-size-large);margin-right:.5rem;padding:9px 6px 6px;margin-left:5px;margin-right:5px}._emojiContainer_x1ibq_100{height:38px;min-width:48px;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_ry50i_1{display:flex;flex-direction:column;height:100%;padding:1rem}._disclosureGroup_ry50i_8{display:flex;flex-direction:column;gap:1rem}._disclosure_ry50i_8{width:100%}._disclosure_ry50i_8 ._triggerContainer_ry50i_17{margin-bottom:0;font-size:1rem}._disclosure_ry50i_8 ._trigger_ry50i_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)}._disclosure_ry50i_8 ._trigger_ry50i_17:hover{cursor:pointer;background-color:var(--theme-background-colour-strong)}._disclosure_ry50i_8 ._trigger_ry50i_17 svg{rotate:0deg;width:var(--arrow-width);height:var(--arrow-width);fill:none;stroke:currentColor;stroke-width:1px}._disclosure_ry50i_8[data-expanded] ._trigger_ry50i_17{border-bottom-left-radius:0;border-bottom-right-radius:0;border-bottom-color:var(--theme-border-colour-extra-weak)}._disclosure_ry50i_8[data-expanded] ._trigger_ry50i_17 svg{rotate:180deg}._disclosure_ry50i_8[data-expanded] ._content_ry50i_56{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_uxyd7_1{display:flex;flex-direction:column;gap:1rem}._disclosure_uxyd7_1{width:100%}._disclosure_uxyd7_1 ._triggerContainer_uxyd7_10{margin-bottom:0;font-size:1rem}._disclosure_uxyd7_1 ._trigger_uxyd7_10{--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)}._disclosure_uxyd7_1 ._trigger_uxyd7_10:hover{cursor:pointer;background-color:var(--theme-background-colour-strong)}._disclosure_uxyd7_1 ._trigger_uxyd7_10 svg{rotate:0deg;width:var(--arrow-width);height:var(--arrow-width);fill:none;stroke:currentColor;stroke-width:1px}._disclosure_uxyd7_1[data-expanded] ._trigger_uxyd7_10{border-bottom-left-radius:0;border-bottom-right-radius:0;border-bottom-color:var(--theme-border-colour-extra-weak)}._disclosure_uxyd7_1[data-expanded] ._trigger_uxyd7_10 svg{rotate:180deg}._disclosure_uxyd7_1[data-expanded] ._content_uxyd7_49{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_uxyd7_59 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}._emojiPicker_13pe4_1{--border-color: var(--theme-separator-colour);--border-radius: 12px}@media only screen and (height <= 900px){._emojiPicker_13pe4_1{height:360px}}@media only screen and (height <= 800px){._emojiPicker_13pe4_1{height:290px}}@media only screen and (height <= 700px){._emojiPicker_13pe4_1{height:250px}}._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_1y8b8_1{width:100%;position:relative;display:flex;gap:.5rem}._editableTextArea_1y8b8_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}._editableTextArea_1y8b8_8:focus{border:2px solid var(--theme-border-colour-strong);padding:2px 9px}._editableTextArea_1y8b8_8._dirty_1y8b8_22{border-color:var(--theme-annotation-note-colour)}._editButtons_1y8b8_26{display:flex;flex-direction:column;gap:.25rem;padding-top:.25rem}._editButton_1y8b8_26{padding:.25rem;display:flex;align-items:center;justify-content:center}._spinnerContainer_1y8b8_40{display:flex;align-items:center;height:100%;padding-top:.25rem}._note_16ls3_2{padding-left:1rem;padding-bottom:.2rem;display:flex;flex-direction:column;transform-origin:center}._note_16ls3_2:hover,._note_16ls3_2:focus-within{background-color:#b7e4e599}._note_16ls3_2:hover ._timestamp_16ls3_12,._note_16ls3_2:hover ._actions_16ls3_13,._note_16ls3_2:hover ._emojiContainer_16ls3_14,._note_16ls3_2:focus-within ._timestamp_16ls3_12,._note_16ls3_2:focus-within ._actions_16ls3_13,._note_16ls3_2:focus-within ._emojiContainer_16ls3_14{opacity:1}._note_16ls3_2:has(._actions_16ls3_13 [aria-expanded=true]) ._timestamp_16ls3_12,._note_16ls3_2:has(._actions_16ls3_13 [aria-expanded=true]) ._actions_16ls3_13{opacity:1}._noteHeader_16ls3_24{display:flex;align-items:center;justify-content:space-between}._noteHeader_16ls3_24:has(:focus-visible) ._actions_16ls3_13,._noteHeader_16ls3_24:has(:focus-visible) ._timestamp_16ls3_12,._noteHeader_16ls3_24:has(:focus-visible) ._emojiContainer_16ls3_14{opacity:1}._timestamp_16ls3_12{appearance:none;border:none;background-color:#151519;color:#fff;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_16ls3_12._visible_16ls3_59{opacity:1}._timestamp_16ls3_12._highlight_16ls3_62{animation-name:_timestampHighlight_16ls3_1;animation-duration:2s;animation-timing-function:cubic-bezier(.215,.61,.355,1)}@keyframes _timestampHighlight_16ls3_1{0%{background-color:#151519;color:#fff;opacity:1}50%{background-color:#151519;color:#fff;opacity:1}to{background-color:transparent;opacity:0}}._noteContainer_16ls3_84{display:flex;align-items:center;overflow-wrap:anywhere;line-height:1.5;padding-right:.5rem;white-space:pre-wrap}._emoji_16ls3_14{font-size:var(--theme-heading-size);margin-right:.5rem}._actions_16ls3_13{flex-shrink:0;opacity:0;transition-property:opacity;transition-duration:.2s;transition-timing-function:ease}._actions_16ls3_13:has(:focus-visible){opacity:1}._emojiContainer_16ls3_14{transition:opacity .2s;opacity:0}._notesInput_1j7va_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_1j7va_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}._notesInputField_1j7va_12:focus{border:2px solid var(--theme-border-colour-strong);padding:2px 85px 2px 9px}._notesInputField_1j7va_12._dirty_1j7va_27{border-color:var(--theme-annotation-note-colour)}._sendButton_1j7va_31{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_1j7va_31:disabled{opacity:.5;cursor:not-allowed}._sendButton_1j7va_31 svg{width:32px;height:32px}._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}._tabs_1dyvv_1{height:100%;display:flex;flex-direction:column;overflow-y:auto}._tabPanel_1dyvv_8{height:100%;min-height:0}._tabList_1dyvv_13{display:flex;flex-wrap:wrap;gap:1rem;width:100%;padding-top:.9rem;padding-left:1.2rem;padding-bottom:.9rem}._tab_1dyvv_1{cursor:pointer;outline-offset:.25rem;font-size:.9rem;font-weight:600;display:inline-block}._tab_1dyvv_1[data-selected]{border-bottom:.23rem solid var(--theme-primary-colour)}._sharingLink_hbzri_1{margin-top:16px;height:2.6rem;overflow:hidden}._linkContainer_hbzri_7{position:relative;display:flex;align-items:center;height:100%;width:100%}._sharingLinkEnter_hbzri_15{opacity:0;transform:translateY(-20px);height:0;margin-top:0}._sharingLinkEnterActive_hbzri_22{opacity:1;transform:translateY(0);height:2.6rem;margin-top:16px;transition-property:opacity,transform,height,margin-top;transition-duration:.25s}._sharingLinkExit_hbzri_31{opacity:1;transform:translateY(0);height:2.6rem;margin-top:16px}._sharingLinkExitActive_hbzri_38{opacity:0;transform:translateY(-20px);height:0;margin-top:0;transition-property:opacity,transform,height,margin-top;transition-duration:.25s;pointer-events:none}._linkSpan_hbzri_48{border-width:1px;border-style:solid;border-color:var(--theme-border-colour-extra-strong);border-radius:2rem;padding-top:0;padding-right:3rem;padding-bottom:0;padding-left:1rem;width:100%;height:2.6rem;line-height:2.6rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._copyButton_hbzri_65{position:absolute;right:8px;top:50%;transform:translateY(-50%);z-index:1}._sentence_15zdu_1:first-child{margin-top:0}._sentence_15zdu_1>div{display:flex;border-radius:6px;gap:1rem;margin-top:.3rem;padding:.3rem}._sentence_15zdu_1>div:hover{cursor:pointer}._sentence_15zdu_1>div:hover,._sentence_15zdu_1>div:focus-within{background-color:var(--theme-background-colour);outline:solid 1px var(--theme-primary-colour);outline-offset:-1px}._startTime_15zdu_20{width:3rem;text-align:right;font-weight:700;padding-left:.25rem}._sentenceText_15zdu_27{outline:none}._word_15zdu_31{border-radius:.2rem}._word_15zdu_31[data-current-word=true]{color:#fff;background-color:var(--theme-link-colour)}._sentenceList_1aovl_1{list-style:none;padding-left:0;padding-right:.3rem;margin:0;flex:1;margin-bottom:1rem}._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_rwu5q_1{display:flex;flex-direction:column;overflow-y:auto;max-height:100%;min-height:auto;height:auto;width:80cqw}@container (max-width: 400px){._pane_rwu5q_1{width:90cqw}}._transcriptMenuButtonContainer_rwu5q_16{display:flex;justify-content:flex-end}._pageContainer_gnheq_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 review";--controls-visibility: 0}._pageContainer_gnheq_1:has(div[data-test="TranscriptPane.pane"]:hover){--controls-visibility: 1}._titleBar_gnheq_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_gnheq_14{margin:0 auto}._mediaAndTranscript_gnheq_29{display:grid;grid-area:mediaAndTranscript;grid-template-areas:"media" "transcript";height:100%;width:100%;container-type:size;container-name:review-media}._media_gnheq_29{display:flex;grid-area:media;justify-content:center;padding:1rem 5%;background-color:var(--theme-background-colour-strong);position:relative}._review_gnheq_48{grid-area:review;height:100%;min-height:0;border-left:1px solid var(--theme-separator-colour);min-width:180px}._transcript_gnheq_56{grid-area:transcript;display:flex;justify-content:center;padding:0 5%;overflow-y:auto;background-color:var(--theme-background-colour-strong)}._toolbar_gnheq_65{display:flex;align-items:center;gap:.725rem}._container_25pjc_1{display:flex;flex-direction:column;margin:auto;width:fit-content;text-align:center;padding:100px}._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}._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}._pane_nryw9_1{width:100%;display:flex;justify-content:center;container-type:inline-size;container-name:feedback-media}._note_13sr6_2{padding-left:1rem;padding-bottom:.2rem;display:flex;flex-direction:column;transform-origin:center}._note_13sr6_2:hover,._note_13sr6_2:focus-within{background-color:#b7e4e599}._note_13sr6_2:hover ._timestamp_13sr6_12,._note_13sr6_2:hover ._actions_13sr6_13,._note_13sr6_2:hover ._emojiContainer_13sr6_14,._note_13sr6_2:focus-within ._timestamp_13sr6_12,._note_13sr6_2:focus-within ._actions_13sr6_13,._note_13sr6_2:focus-within ._emojiContainer_13sr6_14{opacity:1}._note_13sr6_2:has(._actions_13sr6_13 [aria-expanded=true]) ._timestamp_13sr6_12,._note_13sr6_2:has(._actions_13sr6_13 [aria-expanded=true]) ._actions_13sr6_13{opacity:1}._noteHeader_13sr6_24{display:flex;align-items:center;justify-content:space-between}._noteHeader_13sr6_24:has(:focus-visible) ._timestamp_13sr6_12,._noteHeader_13sr6_24:has(:focus-visible) ._actions_13sr6_13,._noteHeader_13sr6_24:has(:focus-visible) ._emojiContainer_13sr6_14{opacity:1}._timestamp_13sr6_12{appearance:none;border:none;background-color:#151519;color:#fff;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_13sr6_12._visible_13sr6_57{opacity:1}._timestamp_13sr6_12._highlight_13sr6_60{animation-name:_timestampHighlight_13sr6_1;animation-duration:2s;animation-timing-function:cubic-bezier(.215,.61,.355,1)}@keyframes _timestampHighlight_13sr6_1{0%{background-color:#151519;opacity:1}50%{background-color:#151519;opacity:1}to{background-color:transparent;opacity:0}}._noteContainer_13sr6_80{display:flex;align-items:center;overflow-wrap:anywhere;line-height:1.5;padding-right:.5rem;white-space:pre-wrap}._emoji_13sr6_14{font-size:var(--theme-heading-size);margin-right:.5rem}._actions_13sr6_13{flex-shrink:0;opacity:0;transition-property:opacity;transition-duration:.2s;transition-timing-function:ease}._actions_13sr6_13:has(:focus-visible){opacity:1}._emojiContainer_13sr6_14{transition:opacity .2s;opacity:0}._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}._pane_1sl8z_1{display:flex;flex-direction:column;overflow-y:auto;max-height:100%;min-height:auto;height:auto;width:50cqw}@container (max-width: 700px){._pane_1sl8z_1{width:80cqw}}@container (max-width: 400px){._pane_1sl8z_1{width:95cqw}}._pageContainer_asepd_1{display:grid;height:calc(100dvh - var(--header-height));grid-column-gap:0;grid-template-columns:1fr 1fr 1fr;grid-template-rows:auto auto 1fr;grid-template-areas:"titleBar titleBar titleBar" "media media feedback" "transcript transcript feedback";--controls-visibility: 0}._pageContainer_asepd_1:has(div[data-test="FeedbackTranscriptPane.transcriptPane"]:hover){--controls-visibility: 1}._titleBar_asepd_14{grid-area:titleBar;display:flex;flex-direction:row;align-items:center;justify-content:center;border-bottom:1px solid var(--theme-separator-colour);min-height:71px;padding:0 2rem}._title_asepd_14{font-size:1.5rem;margin:0;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;justify-self:center;max-width:500px}._media_asepd_35{grid-area:media;padding:1rem 5%;background-color:var(--theme-background-colour-strong);position:relative}._feedback_asepd_42{grid-area:feedback;border-left:1px solid var(--theme-separator-colour);min-width:180px}._transcript_asepd_10{grid-area:transcript;display:flex;justify-content:center;padding:0 5%;overflow-y:auto;background-color:var(--theme-background-colour-strong)}._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)}.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: #b7b7c1;--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: #ed3b58;--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: #e3e3e7;--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-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__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-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-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-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-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-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-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-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-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-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__brand--red{--theme-primary-colour: #ff5457;--theme-primary-colour-weak: #fadfdf;--theme-primary-colour-strong: #dc235a;--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__brand--yellow{--theme-primary-colour: #ffa343;--theme-primary-colour-weak: #fceede;--theme-primary-colour-strong: #da964e;--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__brand--green{--theme-primary-colour: #00c6b2;--theme-primary-colour-weak: #b7e4e5;--theme-primary-colour-strong: #50b0a0;--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__brand--purple{--theme-primary-colour: #d49fff;--theme-primary-colour-weak: #eaddfe;--theme-primary-colour-strong: #b08bdb;--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__brand--grey{--theme-primary-colour: #757589;--theme-primary-colour-weak: #e3e3e7;--theme-primary-colour-strong: #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__brand--pink{--theme-primary-colour: #fc88c6;--theme-primary-colour-weak: #fbecf5;--theme-primary-colour-strong: #d580b0;--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__brand--hero{--theme-primary-colour-extra-weak: #000000;--theme-primary-colour-weak: #000000;--theme-primary-colour: #000000;--theme-primary-colour-strong: #2b2b36;--theme-primary-colour-extra-strong: #2b2b36;--theme-font-colour-on-primary-background: #ffffff;--theme-button-hover-primary-colour: #000000;--theme-font-size: 1.125rem}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}
