html{height:100%}body{height:100%;width:100%;display:flex;flex-direction:column;overflow:hidden;color:var(--theme-text-colour)}[data-project-viewer=primary]{--front-leaf-zindex: 3;--back-leaf-zindex: 1;perspective:2000px;transform-style:preserve-3d}.tpx-greetingCardPageList{justify-content:center;align-items:center;transform:scale(var(--card-scale),var(--card-scale),var(--card-scale));transform-style:preserve-3d}.tpx-greetingCardListItem{position:absolute;transform-origin:left center;transition-duration:.75s;transform-style:preserve-3d}.tpx-greetingCardListItem:after{transition:background-color .75s;content:"";position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;pointer-events:none;transform-style:preserve-3d}.tpx-pageContainer{transform-style:preserve-3d}.tpx-greetingCardListItem:not(.tpx-current-page) .tpx-pageContainer{pointer-events:none}.tpx-greetingCardListItem:nth-of-type(1),.tpx-greetingCardListItem:not(:last-of-type):nth-of-type(2){transform:translate(var(--card-position)) rotateY(var(--front-rotation)) translateZ(var(--currentZPos))}.tpx-greetingCardListItem.tpx-current-page{z-index:1;pointer-events:auto}.tpx-greetingCardListItem.tpx-current-page:after{background-color:#0000}.tpx-gc-project-viewer--show-front{--front-rotation: 0deg;--back-rotation: 0deg;--card-position: 0;--current-page-index: 1}.tpx-gc-project-viewer--show-front .tpx-greetingCardListItem:nth-of-type(1){transform:translate(var(--card-position)) rotateY(var(--front-rotation))}.tpx-gc-project-viewer--show-inside-left{--front-rotation: -180deg;--back-rotation: -70deg;--card-position: 100%;--current-page-index: 2}.tpx-gc-project-viewer--show-inside-left .tpx-greetingCardListItem:not(:last-of-type):nth-of-type(2){transform:translate(var(--card-position)) rotateY(var(--front-rotation))}.tpx-gc-project-viewer--show-inside-left .tpx-greetingCardListItem:nth-of-type(3):after{background-color:#0000001a}.tpx-gc-project-viewer--show-inside-right{--front-rotation: -110deg;--back-rotation: 0deg;--card-position: 0;--current-page-index: 3}.tpx-gc-project-viewer--show-inside-right .tpx-greetingCardListItem:nth-of-type(3){transform:translate(var(--card-position)) rotateY(var(--back-rotation))}.tpx-gc-project-viewer--show-inside-right .tpx-greetingCardListItem:nth-of-type(2):after{background-color:#0000001a}.tpx-gc-project-viewer--show-back{--front-rotation: -180deg;--back-rotation: -180deg;--card-position: 100%;--current-page-index: 4}.tpx-gc-project-viewer--show-back .tpx-greetingCardListItem:last-of-type{transform:translate(var(--card-position)) rotateY(var(--back-rotation))}.tpx-greetingCardListItem:nth-of-type(3),.tpx-greetingCardListItem:last-of-type{transform:translate(var(--card-position)) rotateY(var(--back-rotation)) translateZ(var(--currentZPos))}.tpx-greetingCardListItem:nth-of-type(1){--currentZPos: calc((-1 + var(--current-page-index)) * .1px)}.tpx-greetingCardListItem:not(:last-of-type):nth-of-type(2){--currentZPos: calc((-2 + var(--current-page-index)) * .1px)}.tpx-greetingCardListItem:nth-of-type(3){--currentZPos: calc((-3 + var(--current-page-index)) * .1px)}.tpx-greetingCardListItem:last-of-type{--currentZPos: calc((-4 + var(--current-page-index)) * .1px)}.tpx-greetingCardListItem:nth-of-type(2) .tpx-page-viewport,.tpx-greetingCardListItem:last-of-type .tpx-page-viewport{transform:rotateY(180deg)}.tpx-gc-project-viewer--animate .tpx-greetingCardPageList{animation:2s ease-in-out .5s cardAnimation,3s frontAnimation}@keyframes cardAnimation{0%{transform:rotateY(0)}50%{transform:rotateY(-180deg) scale(.9)}to{transform:rotateY(-360deg)}}@keyframes frontAnimation{0%{--front-rotation: -45deg}80%{--front-rotation: -45deg}to{--front-rotation: 0deg}}.tpx-gc-project-viewer--animate .tpx-greetingCardListItem:nth-of-type(1):after{animation:2s ease-in-out .5s frontShadowAnimation}.tpx-gc-project-viewer--animate .tpx-greetingCardListItem:nth-of-type(4):after{animation:2s ease-in-out .5s backShadowAnimation}@keyframes frontShadowAnimation{0%{background-color:#0000}40%{background-color:#0000004d}90%{background-color:#0000}}@keyframes backShadowAnimation{0%{background-color:#0000001a}50%{background-color:#0000}to{background-color:#0000001a}}:root{--theme-background-colour: #ffffff;--theme-text-colour: #555555;--theme-accent-colour: #0079db;--theme-corner-size: 5px;--theme-header-background-colour: #ffffff;--theme-sidebar-background-colour: #ffffff;--theme-workarea-background-colour: #efefef;--theme-border-colour: #dedede;--theme-border-size: 1px;--theme-warning-colour: #ffae00;--theme-critical-colour: #ec0014}.btn-standard{--button-background-colour-default: transparent;--button-background-colour-hover: rgba(0, 0, 0, .05);--button-background-colour-pressed: #0079db22;--button-background-colour-disabled: transparent;--button-text-colour-default: #757575;--button-text-colour-hover: #3c3c3c;--button-text-colour-pressed: #3c3c3c;--button-text-colour-disabled: #aaa}.btn-primary{--button-background-colour-default: #0079db;--button-background-colour-hover: #02608c;--button-background-colour-pressed: #014c6e;--button-background-colour-disabled: #0079db11;--button-text-colour-default: #fff;--button-text-colour-hover: #fff;--button-text-colour-pressed: #fff;--button-text-colour-disabled: #014c6e33}.btn-secondary{--button-background-colour-default: #4d5478;--button-background-colour-hover: #394063;--button-background-colour-pressed: #242a49;--button-background-colour-disabled: #4d54781f;--button-text-colour-default: #fff;--button-text-colour-hover: #fff;--button-text-colour-pressed: #fff;--button-text-colour-disabled: #fff}.btn-tertiary,.btn-tab{--button-background-colour-default: #ddd;--button-background-colour-hover: #ccc;--button-background-colour-pressed: #fff;--button-background-colour-disabled: #dedede;--button-text-colour-default: #555;--button-text-colour-hover: #333;--button-text-colour-pressed: #555;--button-text-colour-disabled: #ccc}.btn-distinct{--button-background-colour-default: transparent;--button-background-colour-hover: transparent;--button-background-colour-pressed: #fff2;--button-background-colour-disabled: transparent;--button-text-colour-default: #999;--button-text-colour-hover: #aaa;--button-text-colour-pressed: #aaa;--button-text-colour-disabled: #ccc;--button-border-colour-default: #aaa;--button-border-colour-hover: #ccc;--button-border-colour-pressed: #aaa;--button-border-colour-disabled: #ccc;--button-border-size: 1px}*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }[data-project-viewer]{--highlightWidth: 3;--highlightOffset: 0;--pageBorder: 0;--totalOffset: calc(var(--pageBorder) + var(--highlightOffset));--borderSpace: calc(var(--totalOffset) + var(--highlightWidth, 3));--borderWidth: calc(var(--highlightWidth, 3) * 1px)}[data-page-border]{--pageBorder: 1}.pageHighlights:not(.cardView .pageHighlights):before{pointer-events:none;position:absolute;top:calc(var(--borderSpace) * -1px);left:calc(var(--borderSpace) * -1px);height:calc(100% + (var(--borderSpace) * 2px));width:calc(50% + (var(--borderSpace) * 1px));border-radius:5px 0 0 5px;border-width:var(--borderWidth);border-right-width:0px;border-color:var(--theme-accent-colour);opacity:0;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);content:var(--tw-content);transition-duration:.5s}.pageHighlights:not(.cardView .pageHighlights):after{pointer-events:none;position:absolute;top:calc(var(--borderSpace) * -1px);right:calc(var(--borderSpace) * -1px);height:calc(100% + (var(--borderSpace) * 2px));width:calc(50% + (var(--borderSpace) * 1px));border-radius:0 5px 5px 0;border-width:var(--borderWidth);border-left-width:0px;border-color:var(--theme-accent-colour);opacity:0;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);content:var(--tw-content);transition-duration:.5s}.pageHighlights:not(.cardView .pageHighlights)[data-hover-side=single]:before{content:var(--tw-content);opacity:var(--highlightHoverOpacity)}.pageHighlights:not(.cardView .pageHighlights)[data-hover-side=left]:before{content:var(--tw-content);opacity:var(--highlightHoverOpacity)}.pageHighlights:not(.cardView .pageHighlights)[data-selected-side=single]:before{content:var(--tw-content);opacity:var(--highlightSelectOpacity)}.pageHighlights:not(.cardView .pageHighlights)[data-selected-side=left]:before{content:var(--tw-content);opacity:var(--highlightSelectOpacity)}.pageHighlights:not(.cardView .pageHighlights)[data-hover-side=single]:before{content:var(--tw-content);transition-property:none}.pageHighlights:not(.cardView .pageHighlights)[data-hover-side=left]:before{content:var(--tw-content);transition-property:none}.pageHighlights:not(.cardView .pageHighlights)[data-hover-side=single]:after{content:var(--tw-content);opacity:var(--highlightHoverOpacity)}.pageHighlights:not(.cardView .pageHighlights)[data-hover-side=right]:after{content:var(--tw-content);opacity:var(--highlightHoverOpacity)}.pageHighlights:not(.cardView .pageHighlights)[data-selected-side=single]:after{content:var(--tw-content);opacity:var(--highlightSelectOpacity)}.pageHighlights:not(.cardView .pageHighlights)[data-selected-side=right]:after{content:var(--tw-content);opacity:var(--highlightSelectOpacity)}.pageHighlights:not(.cardView .pageHighlights)[data-hover-side=single]:after{content:var(--tw-content);transition-property:none}.pageHighlights:not(.cardView .pageHighlights)[data-hover-side=right]:after{content:var(--tw-content);transition-property:none}.pointer-events-none{pointer-events:none}.pointer-events-auto{pointer-events:auto}.visible{visibility:visible}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inset-0{top:0;right:0;bottom:0;left:0}.left-0{left:0}.top-0{top:0}.z-0{z-index:0}.z-10{z-index:10}.z-\[-1\]{z-index:-1}.z-\[100000\]{z-index:100000}.z-\[10000\]{z-index:10000}.z-\[10001\]{z-index:10001}.z-\[10010\]{z-index:10010}.m-2{margin:.5rem}.m-4{margin:1rem}.m-auto{margin:auto}.-mr-sm{margin-right:-.5rem}.-mt-sm{margin-top:-.5rem}.mb-2{margin-bottom:.5rem}.mb-3xl{margin-bottom:2rem}.mb-md{margin-bottom:.75rem}.mb-sm{margin-bottom:.5rem}.ml-auto{margin-left:auto}.ml-lg{margin-left:1rem}.ml-sm{margin-left:.5rem}.ml-xs{margin-left:.25rem}.mr-2{margin-right:.5rem}.mr-4{margin-right:1rem}.mr-5{margin-right:1.25rem}.mr-sm{margin-right:.5rem}.mr-xs{margin-right:.25rem}.mt-sm{margin-top:.5rem}.block{display:block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.grid{display:grid}.hidden{display:none}.aspect-square{aspect-ratio:1 / 1}.size-12{width:3rem;height:3rem}.h-10{height:2.5rem}.h-2xl{height:1.5rem}.h-3xl{height:2rem}.h-4{height:1rem}.h-4xl{height:2.5rem}.h-7{height:1.75rem}.h-\[20px\]{height:20px}.h-\[40vh\]{height:40vh}.h-\[60px\]{height:60px}.h-full{height:100%}.h-lg{height:1rem}.h-xl{height:1.25rem}.min-h-0{min-height:0px}.min-h-2xl{min-height:1.5rem}.min-h-full{min-height:100%}.min-h-lg{min-height:1rem}.min-h-screen{min-height:100vh}.min-h-xl{min-height:1.25rem}.w-2xl{width:1.5rem}.w-3xl{width:2rem}.w-4{width:1rem}.w-4xl{width:2.5rem}.w-5{width:1.25rem}.w-7{width:1.75rem}.w-\[20px\]{width:20px}.w-full{width:100%}.w-lg{width:1rem}.w-xl{width:1.25rem}.min-w-0{min-width:0px}.min-w-2xl{min-width:1.5rem}.min-w-full{min-width:100%}.min-w-lg{min-width:1rem}.min-w-xl{min-width:1.25rem}.max-w-full{max-width:100%}.flex-1{flex:1 1 0%}.shrink-0{flex-shrink:0}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.cursor-pointer{cursor:pointer}.snap-x{scroll-snap-type:x var(--tw-scroll-snap-strictness)}.snap-mandatory{--tw-scroll-snap-strictness: mandatory}.snap-center{scroll-snap-align:center}.snap-always{scroll-snap-stop:always}.list-decimal{list-style-type:decimal}.list-none{list-style-type:none}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.content-center{align-content:center}.content-start{align-content:flex-start}.items-start{align-items:flex-start}.items-center{align-items:center}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-4{gap:1rem}.gap-\[1px\]{gap:1px}.gap-lg{gap:1rem}.gap-md{gap:.75rem}.gap-sm{gap:.5rem}.gap-xs{gap:.25rem}.self-start{align-self:flex-start}.self-center{align-self:center}.overflow-hidden{overflow:hidden}.\!overflow-visible{overflow:visible!important}.overflow-y-auto{overflow-y:auto}.overflow-ellipsis{text-overflow:ellipsis}.rounded{border-radius:.25rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:1rem}.rounded-md{border-radius:.75rem}.rounded-none{border-radius:0}.rounded-themeCornerSize{border-radius:var(--theme-corner-size,0)}.rounded-b-themeCornerSize{border-bottom-right-radius:var(--theme-corner-size,0);border-bottom-left-radius:var(--theme-corner-size,0)}.rounded-l-themeCornerSize{border-top-left-radius:var(--theme-corner-size,0);border-bottom-left-radius:var(--theme-corner-size,0)}.rounded-r-themeCornerSize{border-top-right-radius:var(--theme-corner-size,0);border-bottom-right-radius:var(--theme-corner-size,0)}.rounded-t-themeCornerSize{border-top-left-radius:var(--theme-corner-size,0);border-top-right-radius:var(--theme-corner-size,0)}.border{border-width:1px}.border-buttonBorderSize{border-width:var(--button-border-size,0)}.border-\[\#efefef\]{--tw-border-opacity: 1;border-color:rgb(239 239 239 / var(--tw-border-opacity))}.border-buttonBorderColourDefault{border-color:var(--button-border-colour-default)}.border-gray-300{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity))}.border-b-themeBorderColour{border-bottom-color:var(--theme-border-colour)}.bg-buttonBackgroundColourDefault{background-color:var(--button-background-colour-default)}.bg-gray-100{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity))}.bg-gray-200{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity))}.bg-gray-300{--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity))}.bg-gray-400\/20{background-color:#9ca3af33}.bg-gray-600{--tw-bg-opacity: 1;background-color:rgb(75 85 99 / var(--tw-bg-opacity))}.bg-green-600{--tw-bg-opacity: 1;background-color:rgb(22 163 74 / var(--tw-bg-opacity))}.bg-red-100{--tw-bg-opacity: 1;background-color:rgb(254 226 226 / var(--tw-bg-opacity))}.bg-red-400{--tw-bg-opacity: 1;background-color:rgb(248 113 113 / var(--tw-bg-opacity))}.bg-themeCriticalColour-10{background-color:color-mix(in srgb,var(--theme-critical-colour) 10%,transparent)}.bg-themeHeaderBackgroundColour{background-color:var(--theme-header-background-colour)}.bg-themeSidebarBackgroundColour{background-color:var(--theme-sidebar-background-colour)}.bg-themeWarningColour-10{background-color:color-mix(in srgb,var(--theme-warning-colour) 10%,transparent)}.bg-themeWorkareaBackgroundColour{background-color:var(--theme-workarea-background-colour)}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.fill-buttonTextColourDefault{fill:var(--button-text-colour-default)}.fill-themeAccentColour{fill:var(--theme-accent-colour)}.fill-themeCriticalColour{fill:var(--theme-critical-colour)}.fill-themeWarningColour{fill:var(--theme-warning-colour)}.fill-white{fill:#fff}.stroke-themeWarningColour{stroke:var(--theme-warning-colour)}.stroke-\[2px\]{stroke-width:2px}.object-contain{-o-object-fit:contain;object-fit:contain}.object-cover{-o-object-fit:cover;object-fit:cover}.p-2{padding:.5rem}.p-5{padding:1.25rem}.p-md{padding:.75rem}.p-xl{padding:1.25rem}.p-xs{padding:.25rem}.px-1{padding-left:.25rem;padding-right:.25rem}.px-1\.5{padding-left:.375rem;padding-right:.375rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-lg{padding-left:1rem;padding-right:1rem}.px-md{padding-left:.75rem;padding-right:.75rem}.px-sm{padding-left:.5rem;padding-right:.5rem}.px-xl{padding-left:1.25rem;padding-right:1.25rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-md{padding-top:.75rem;padding-bottom:.75rem}.py-sm{padding-top:.5rem;padding-bottom:.5rem}.py-xs{padding-top:.25rem;padding-bottom:.25rem}.pb-0{padding-bottom:0}.pb-xl{padding-bottom:1.25rem}.pl-2xl{padding-left:1.5rem}.pl-md{padding-left:.75rem}.text-left{text-align:left}.text-center{text-align:center}.text-0{font-size:0}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.italic{font-style:italic}.text-buttonBackgroundColourDefault{color:var(--button-background-colour-default)}.text-buttonTextColourDefault{color:var(--button-text-colour-default)}.text-gray-200{--tw-text-opacity: 1;color:rgb(229 231 235 / var(--tw-text-opacity))}.text-red-500{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity))}.text-red-700{--tw-text-opacity: 1;color:rgb(185 28 28 / var(--tw-text-opacity))}.text-themeCriticalColour{color:var(--theme-critical-colour)}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.underline{text-decoration-line:underline}.accent-themeAccentColour{accent-color:var(--theme-accent-colour)}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-25{opacity:.25}.opacity-50{opacity:.5}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline{outline-style:solid}.outline-\[2px\]{outline-width:2px}.-outline-offset-1{outline-offset:-1px}.outline-offset-\[-2px\]{outline-offset:-2px}.outline-gray-300{outline-color:#d1d5db}.outline-themeWarningColour{outline-color:var(--theme-warning-colour)}.outline-transparent{outline-color:transparent}.ring-2{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-inset{--tw-ring-inset: inset}.ring-white{--tw-ring-opacity: 1;--tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity))}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition-\[all\],.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.delay-1000{transition-delay:1s}.duration-0{transition-duration:0s}.duration-\[0\.3s\]{transition-duration:.3s}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.modal-container{align-items:flex-end;background-color:#3eaf7c78;z-index:1024}.hover\:border-buttonBorderColourHover:hover{border-color:var(--button-border-colour-hover)}.hover\:bg-buttonBackgroundColourHover:hover{background-color:var(--button-background-colour-hover)}.hover\:text-buttonTextColourHover:hover{color:var(--button-text-colour-hover)}.hover\:underline:hover{text-decoration-line:underline}.hover\:outline-2:hover{outline-width:2px}.hover\:-outline-offset-2:hover{outline-offset:-2px}.hover\:outline-themeAccentColour:hover{outline-color:var(--theme-accent-colour)}.active\:border-buttonBorderColourPressed:active{border-color:var(--button-border-colour-pressed)}.active\:bg-buttonBackgroundColourPressed:active{background-color:var(--button-background-colour-pressed)}.active\:text-buttonTextColourPressed:active{color:var(--button-text-colour-pressed)}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:border-buttonBorderColourDisabled:disabled{border-color:var(--button-border-colour-disabled)}.disabled\:bg-buttonBackgroundColourDisabled:disabled{background-color:var(--button-background-colour-disabled)}.disabled\:text-buttonTextColourDisabled:disabled{color:var(--button-text-colour-disabled)}.group:hover .group-hover\:fill-buttonTextColourHover{fill:var(--button-text-colour-hover)}.group:hover .group-hover\:text-buttonBackgroundColourHover{color:var(--button-background-colour-hover)}.selected\:border-buttonBorderColourPressed[aria-selected=true]{border-color:var(--button-border-colour-pressed)}.selected\:bg-buttonBackgroundColourPressed[aria-selected=true]{background-color:var(--button-background-colour-pressed)}.selected\:text-buttonTextColourPressed[aria-selected=true]{color:var(--button-text-colour-pressed)}@media (max-width: 799px){.sm\:my-xs{margin-top:.25rem;margin-bottom:.25rem}.sm\:flex{display:flex}.sm\:h-1\/2{height:50%}.sm\:h-full{height:100%}.sm\:w-auto{width:auto}.sm\:snap-center{scroll-snap-align:center}.sm\:flex-col{flex-direction:column}.sm\:p-sm{padding:.5rem}.sm\:px-0{padding-left:0;padding-right:0}.sm\:py-xl{padding-top:1.25rem;padding-bottom:1.25rem}.sm\:text-sm{font-size:.875rem;line-height:1.25rem}}@media (min-width: 768px){.md\:h-\[calc\(100vh-100px\)\]{height:calc(100vh - 100px)}}@media (min-width: 800px){.lg\:m-0{margin:0}.lg\:my-xl{margin-top:1.25rem;margin-bottom:1.25rem}.lg\:flex{display:flex}.lg\:h-full{height:100%}.lg\:w-\[30rem\]{width:30rem}.lg\:w-\[calc\(100\%-30rem\)\]{width:calc(100% - 30rem)}.lg\:p-\[60px\]{padding:60px}.lg\:p-xl{padding:1.25rem}.lg\:text-0{font-size:0}.lg\:opacity-0{opacity:0}}@media (max-width: 400px){.xs\:text-0{font-size:0}.xs\:opacity-0{opacity:0}}@media (prefers-color-scheme: dark){.dark\:text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity))}}
