@charset "UTF-8";
/* purgecss start ignore */
/**
 * Whether primary theme colour is dark
 */
/**
 * Whether secondary theme colour is dark
 */
/**
 * Whether tertiary theme colour is dark
 */
/**
 * Whether bg theme colour is dark
 */
/**
 * Whether either primary and secondary theme colour is dark
 */
*, ::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 / 0.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 / 0.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:  ;
}
/* ! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com */
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
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;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
html{
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.scrollbar-none {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.scrollbar-none::-webkit-scrollbar{
  display: none;
}

*[x-cloak]{
  display: none;
}

*[x-reveal] > *{
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 1000ms;
}
*[x-reveal][x-reveal=scale] > *{
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
*[x-reveal][x-reveal=up] > *{
  --tw-translate-y: 1.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
*[x-reveal][x-reveal=down] > *{
  --tw-translate-y: -1.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
*[x-reveal][x-reveal=left] > *{
  --tw-translate-x: 1.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
*[x-reveal][x-reveal=right] > *{
  --tw-translate-x: -1.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
*[x-reveal][x-revealed] > *{
  --tw-translate-x: 0px;
  --tw-translate-y: 0px;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 1;
  --tw-blur: blur(0);
  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);
}
[x-cloak] {
  display: none !important;
}

.mwb-icon {
  vertical-align: super;
}
.mwb-icon > svg {
  vertical-align: unset;
}

.mwb-icon,
.mwb-icon > svg {
  display: inline-flex;
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.container, .woocommerce > .woocommerce-notices-wrapper,
.woocommerce > .woocommerce-error,
.woocommerce > .woocommerce-success,
.woocommerce > .woocommerce-notice, .wp-block-search, .wp-block-rss, .wp-block-latest-posts,
.wp-block-tag-cloud, .wp-block-latest-comments, .wp-block-calendar, .wp-block-archives, .wp-block-categories, .wp-block-columns, .wp-block-verse, .wp-block-table, .wp-block-pullquote > blockquote, .wp-block-code,
.wp-block-preformatted, .wp-block-embed,
.wp-block-video, .wp-block-gallery, .wp-block-audio, .wp-block-image, .wp-block-file, .wp-block-quote, .wp-block-media-text, .wp-block-ul, .wysiwyg-lists ul, .wysiwyg ul, .payment_box ul, .coreprint-page-instructions ul, ul.wp-block-list, .wp-block-paragraph ul,
.wp-block.block-editor-block-list__block[data-type="core/paragraph"] ul,
.wp-block-ol,
.wysiwyg-lists ol,
.wysiwyg ol,
.payment_box ol,
.coreprint-page-instructions ol,
ol.wp-block-list,
.wp-block-paragraph ol,
.wp-block.block-editor-block-list__block[data-type="core/paragraph"] ol, .wp-block-paragraph,
.wp-block.block-editor-block-list__block[data-type="core/paragraph"], .wp-block-separator, .wp-block.block-editor-block-list__block[data-type="core/heading"], .wp-block-h6, .wp-block-h5, .wp-block-h4, .wp-block-h3, .wp-block-h2, .wp-block-h1, .wp-block-heading, .carousel-container .carousel .slick-slider .slick-list, .carousel-container .carousel .slick-slider, .carousel-container .carousel{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: var(--container-width, 105rem);
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 768px) {
  .container, .woocommerce > .woocommerce-notices-wrapper,
  .woocommerce > .woocommerce-error,
  .woocommerce > .woocommerce-success,
  .woocommerce > .woocommerce-notice, .wp-block-search, .wp-block-rss, .wp-block-latest-posts,
  .wp-block-tag-cloud, .wp-block-latest-comments, .wp-block-calendar, .wp-block-archives, .wp-block-categories, .wp-block-columns, .wp-block-verse, .wp-block-table, .wp-block-pullquote > blockquote, .wp-block-code,
  .wp-block-preformatted, .wp-block-embed,
  .wp-block-video, .wp-block-gallery, .wp-block-audio, .wp-block-image, .wp-block-file, .wp-block-quote, .wp-block-media-text, .wp-block-ul, .wysiwyg-lists ul, .wysiwyg ul, .payment_box ul, .coreprint-page-instructions ul, ul.wp-block-list, .wp-block-paragraph ul,
  .wp-block.block-editor-block-list__block[data-type="core/paragraph"] ul,
  .wp-block-ol,
  .wysiwyg-lists ol,
  .wysiwyg ol,
  .payment_box ol,
  .coreprint-page-instructions ol,
  ol.wp-block-list,
  .wp-block-paragraph ol,
  .wp-block.block-editor-block-list__block[data-type="core/paragraph"] ol, .wp-block-paragraph,
  .wp-block.block-editor-block-list__block[data-type="core/paragraph"], .wp-block-separator, .wp-block.block-editor-block-list__block[data-type="core/heading"], .wp-block-h6, .wp-block-h5, .wp-block-h4, .wp-block-h3, .wp-block-h2, .wp-block-h1, .wp-block-heading, .carousel-container .carousel .slick-slider .slick-list, .carousel-container .carousel .slick-slider, .carousel-container .carousel{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .container, .woocommerce > .woocommerce-notices-wrapper,
  .woocommerce > .woocommerce-error,
  .woocommerce > .woocommerce-success,
  .woocommerce > .woocommerce-notice, .wp-block-search, .wp-block-rss, .wp-block-latest-posts,
  .wp-block-tag-cloud, .wp-block-latest-comments, .wp-block-calendar, .wp-block-archives, .wp-block-categories, .wp-block-columns, .wp-block-verse, .wp-block-table, .wp-block-pullquote > blockquote, .wp-block-code,
  .wp-block-preformatted, .wp-block-embed,
  .wp-block-video, .wp-block-gallery, .wp-block-audio, .wp-block-image, .wp-block-file, .wp-block-quote, .wp-block-media-text, .wp-block-ul, .wysiwyg-lists ul, .wysiwyg ul, .payment_box ul, .coreprint-page-instructions ul, ul.wp-block-list, .wp-block-paragraph ul,
  .wp-block.block-editor-block-list__block[data-type="core/paragraph"] ul,
  .wp-block-ol,
  .wysiwyg-lists ol,
  .wysiwyg ol,
  .payment_box ol,
  .coreprint-page-instructions ol,
  ol.wp-block-list,
  .wp-block-paragraph ol,
  .wp-block.block-editor-block-list__block[data-type="core/paragraph"] ol, .wp-block-paragraph,
  .wp-block.block-editor-block-list__block[data-type="core/paragraph"], .wp-block-separator, .wp-block.block-editor-block-list__block[data-type="core/heading"], .wp-block-h6, .wp-block-h5, .wp-block-h4, .wp-block-h3, .wp-block-h2, .wp-block-h1, .wp-block-heading, .carousel-container .carousel .slick-slider .slick-list, .carousel-container .carousel .slick-slider, .carousel-container .carousel{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.spaced-items{
  margin: -0.5rem;
  display: flex;
  flex-wrap: wrap;
}
.spaced-items > *{
  margin: 0.5rem;
  flex-shrink: 0;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-slide:focus,
.slick-slide a:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.slick-slider.slick-vertical .slick-slide{
  border-style: none;
}

.slick-slider.full-height,
.slick-slider.full-height .carousel,
.slick-slider.full-height .slick-slider,
.slick-slider.full-height .slick-list,
.slick-slider.full-height .slick-track, .slick-slider.full-height:not(.slick-vertical) .slick-slide, .slick-slider.full-height:not(.slick-vertical) .slick-slide > div{
  height: 100% !important;
}

.carousel-container{
  position: relative;
  overflow: hidden;
}
.carousel-container .carousel{
  overflow: visible;
  padding: 0px;
}
.carousel-container .carousel .fade-inactive-slides:not(.slick-initialized){
  display: flex;
}
.carousel-container .carousel .slick-slider{
  margin-left: -1rem;
  margin-right: -1rem;
  width: auto;
  max-width: none;
}
.carousel-container .carousel .slick-slider .slick-list{
  overflow: visible;
  padding: 0px;
}
.carousel-container .carousel .slick-slider .slick-list .slick-slide > div{
  display: flex;
  height: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.carousel-container .carousel .slick-slider.slick-adaptive-height .slick-list{
  overflow: hidden;
}
.carousel-container .carousel .slick-slider.fade-inactive-slides .slick-slide{
  pointer-events: none;
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.carousel-container .carousel .slick-slider.fade-inactive-slides .slick-slide.slick-active, .carousel-container .carousel .slick-slider.fade-inactive-slides .slick-slide.slick-active-clone{
  pointer-events: auto;
  opacity: 1;
}
.carousel-container .carousel .slick-slider.align-left-unslicked .slick-track{
  margin-left: 0px;
}
.carousel-container .carousel .slick-slider.align-right-unslicked{
  margin-right: 0px;
}
.carousel-container .carousel .slick-slider .slick-dots{
  display: flex;
  max-width: 100%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.carousel-container .carousel .slick-slider .slick-dots > li{
  flex-shrink: 0;
}
.carousel-container .carousel .slick-slider .slick-dots button{
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  height: 0.75rem;
  width: 0.75rem;
  border-radius: 9999px;
  border-width: var(--border-width, 1px);
  --tw-border-opacity: 1;
  border-color: rgba(var(--colour-primary, #000), var(--tw-border-opacity, 1));
  background-color: transparent;
  color: transparent;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.carousel-container .carousel .slick-slider .slick-dots button:hover, .carousel-container .carousel .slick-slider .slick-dots button:focus{
  color: transparent;
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.carousel-container .carousel .slick-slider .slick-dots .slick-active button{
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colour-primary, #000), var(--tw-bg-opacity, 1));
}
.carousel-container .carousel .slick-slider.slick-arrowed .slick-list{
  padding-left: 2rem;
  padding-right: 2rem;
}
.carousel-container .carousel .slick-slider .slick-arrow{
  pointer-events: none;
  position: absolute;
  left: 0px;
  top: 50%;
  z-index: 1;
  width: 100%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.carousel-container .carousel .slick-slider .slick-arrow > div{
  pointer-events: auto;
  position: absolute;
  top: 0px;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  font-size: 1.875rem;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.carousel-container .carousel .slick-slider .slick-arrow.slick-prev > div{
  left: 0px;
  margin-left: 1.5rem;
}
.carousel-container .carousel .slick-slider .slick-arrow.slick-next > div{
  right: 0px;
  margin-right: 1.5rem;
}
.carousel-container .carousel .slick-slider .slick-arrow.slick-disabled > div{
  pointer-events: none;
  opacity: 0.25;
}

.slick-only-show-first-initially[data-slick]:not(.slick-initialized) > *:not(:first-child) {
  display: none;
}

.h1, h1.wp-block-heading, h1.wp-block.block-editor-block-list__block[data-type="core/heading"], .wp-block-h1, .wysiwyg-headings h1, .wysiwyg h1, .payment_box h1, .coreprint-page-instructions h1, .wp-block-paragraph h1,
.wp-block.block-editor-block-list__block[data-type="core/paragraph"] h1{
  margin-bottom: 1rem;
  font-family: var(--font-heading), ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 1.25;
}

.h2, h2.wp-block-heading, h2.wp-block.block-editor-block-list__block[data-type="core/heading"], .wp-block-h2, .wysiwyg-headings h2, .wysiwyg h2, .payment_box h2, .coreprint-page-instructions h2, .wp-block-paragraph h2,
.wp-block.block-editor-block-list__block[data-type="core/paragraph"] h2{
  margin-bottom: 1rem;
  font-family: var(--font-heading), ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 1.25;
}

.h3, h3.wp-block-heading, h3.wp-block.block-editor-block-list__block[data-type="core/heading"], .wp-block-h3, .wysiwyg-headings h3, .wysiwyg h3, .payment_box h3, .coreprint-page-instructions h3, .wp-block-paragraph h3,
.wp-block.block-editor-block-list__block[data-type="core/paragraph"] h3{
  margin-bottom: 1rem;
  font-family: var(--font-heading), ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 1.25;
}

.h4, h4.wp-block-heading, h4.wp-block.block-editor-block-list__block[data-type="core/heading"], .wp-block-h4, .wysiwyg-headings h4, .wysiwyg h4, .payment_box h4, .coreprint-page-instructions h4, .wp-block-paragraph h4,
.wp-block.block-editor-block-list__block[data-type="core/paragraph"] h4{
  margin-bottom: 1rem;
  font-family: var(--font-heading), ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 1.25;
}

.h5, h5.wp-block-heading, h5.wp-block.block-editor-block-list__block[data-type="core/heading"], .wp-block-h5, .wysiwyg-headings h5, .wysiwyg h5, .payment_box h5, .coreprint-page-instructions h5, .wp-block-paragraph h5,
.wp-block.block-editor-block-list__block[data-type="core/paragraph"] h5{
  margin-bottom: 1rem;
  font-family: var(--font-heading), ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 1.25;
}

.h6, h6.wp-block-heading, h6.wp-block.block-editor-block-list__block[data-type="core/heading"], .wp-block-h6, .wysiwyg-headings h6, .wysiwyg h6, .payment_box h6, .coreprint-page-instructions h6, .wp-block-paragraph h6,
.wp-block.block-editor-block-list__block[data-type="core/paragraph"] h6{
  margin-bottom: 1rem;
  font-family: var(--font-heading), ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 1.25;
}

.h1, h1.wp-block-heading, h1.wp-block.block-editor-block-list__block[data-type="core/heading"], .wp-block-h1, .wysiwyg-headings h1, .wysiwyg h1, .payment_box h1, .coreprint-page-instructions h1, .wp-block-paragraph h1,
.wp-block.block-editor-block-list__block[data-type="core/paragraph"] h1{
  font-size: 2.25rem;
  font-weight: 700;
}

@media (min-width: 768px){
  .h1, h1.wp-block-heading, h1.wp-block.block-editor-block-list__block[data-type="core/heading"], .wp-block-h1, .wysiwyg-headings h1, .wysiwyg h1, .payment_box h1, .coreprint-page-instructions h1, .wp-block-paragraph h1,
.wp-block.block-editor-block-list__block[data-type="core/paragraph"] h1{
    font-size: 3rem;
  }
}

@media (min-width: 1024px){
  .h1, h1.wp-block-heading, h1.wp-block.block-editor-block-list__block[data-type="core/heading"], .wp-block-h1, .wysiwyg-headings h1, .wysiwyg h1, .payment_box h1, .coreprint-page-instructions h1, .wp-block-paragraph h1,
.wp-block.block-editor-block-list__block[data-type="core/paragraph"] h1{
    font-size: 4rem;
  }
}

.h2, h2.wp-block-heading, h2.wp-block.block-editor-block-list__block[data-type="core/heading"], .wp-block-h2, .wysiwyg-headings h2, .wysiwyg h2, .payment_box h2, .coreprint-page-instructions h2, .wp-block-paragraph h2,
.wp-block.block-editor-block-list__block[data-type="core/paragraph"] h2{
  font-size: 2.25rem;
  font-weight: 600;
}

@media (min-width: 768px){
  .h2, h2.wp-block-heading, h2.wp-block.block-editor-block-list__block[data-type="core/heading"], .wp-block-h2, .wysiwyg-headings h2, .wysiwyg h2, .payment_box h2, .coreprint-page-instructions h2, .wp-block-paragraph h2,
.wp-block.block-editor-block-list__block[data-type="core/paragraph"] h2{
    font-size: 3rem;
  }
}

@media (min-width: 1024px){
  .h2, h2.wp-block-heading, h2.wp-block.block-editor-block-list__block[data-type="core/heading"], .wp-block-h2, .wysiwyg-headings h2, .wysiwyg h2, .payment_box h2, .coreprint-page-instructions h2, .wp-block-paragraph h2,
.wp-block.block-editor-block-list__block[data-type="core/paragraph"] h2{
    font-size: 4rem;
  }
}

.h3, h3.wp-block-heading, h3.wp-block.block-editor-block-list__block[data-type="core/heading"], .wp-block-h3, .wysiwyg-headings h3, .wysiwyg h3, .payment_box h3, .coreprint-page-instructions h3, .wp-block-paragraph h3,
.wp-block.block-editor-block-list__block[data-type="core/paragraph"] h3{
  font-size: 1.5rem;
  font-weight: 400;
}

@media (min-width: 768px){
  .h3, h3.wp-block-heading, h3.wp-block.block-editor-block-list__block[data-type="core/heading"], .wp-block-h3, .wysiwyg-headings h3, .wysiwyg h3, .payment_box h3, .coreprint-page-instructions h3, .wp-block-paragraph h3,
.wp-block.block-editor-block-list__block[data-type="core/paragraph"] h3{
    font-size: 1.875rem;
  }
}

@media (min-width: 1024px){
  .h3, h3.wp-block-heading, h3.wp-block.block-editor-block-list__block[data-type="core/heading"], .wp-block-h3, .wysiwyg-headings h3, .wysiwyg h3, .payment_box h3, .coreprint-page-instructions h3, .wp-block-paragraph h3,
.wp-block.block-editor-block-list__block[data-type="core/paragraph"] h3{
    font-size: 2.25rem;
  }
}

.h4, h4.wp-block-heading, h4.wp-block.block-editor-block-list__block[data-type="core/heading"], .wp-block-h4, .wysiwyg-headings h4, .wysiwyg h4, .payment_box h4, .coreprint-page-instructions h4, .wp-block-paragraph h4,
.wp-block.block-editor-block-list__block[data-type="core/paragraph"] h4{
  font-size: 1.25rem;
  font-weight: 600;
}

@media (min-width: 768px){
  .h4, h4.wp-block-heading, h4.wp-block.block-editor-block-list__block[data-type="core/heading"], .wp-block-h4, .wysiwyg-headings h4, .wysiwyg h4, .payment_box h4, .coreprint-page-instructions h4, .wp-block-paragraph h4,
.wp-block.block-editor-block-list__block[data-type="core/paragraph"] h4{
    font-size: 1.5rem;
  }
}

@media (min-width: 1024px){
  .h4, h4.wp-block-heading, h4.wp-block.block-editor-block-list__block[data-type="core/heading"], .wp-block-h4, .wysiwyg-headings h4, .wysiwyg h4, .payment_box h4, .coreprint-page-instructions h4, .wp-block-paragraph h4,
.wp-block.block-editor-block-list__block[data-type="core/paragraph"] h4{
    font-size: 1.875rem;
  }
}

.h5, h5.wp-block-heading, h5.wp-block.block-editor-block-list__block[data-type="core/heading"], .wp-block-h5, .wysiwyg-headings h5, .wysiwyg h5, .payment_box h5, .coreprint-page-instructions h5, .wp-block-paragraph h5,
.wp-block.block-editor-block-list__block[data-type="core/paragraph"] h5{
  font-size: 1.125rem;
  font-weight: 600;
}

@media (min-width: 768px){
  .h5, h5.wp-block-heading, h5.wp-block.block-editor-block-list__block[data-type="core/heading"], .wp-block-h5, .wysiwyg-headings h5, .wysiwyg h5, .payment_box h5, .coreprint-page-instructions h5, .wp-block-paragraph h5,
.wp-block.block-editor-block-list__block[data-type="core/paragraph"] h5{
    font-size: 1.25rem;
  }
}

@media (min-width: 1024px){
  .h5, h5.wp-block-heading, h5.wp-block.block-editor-block-list__block[data-type="core/heading"], .wp-block-h5, .wysiwyg-headings h5, .wysiwyg h5, .payment_box h5, .coreprint-page-instructions h5, .wp-block-paragraph h5,
.wp-block.block-editor-block-list__block[data-type="core/paragraph"] h5{
    font-size: 1.5rem;
  }
}

.h6, h6.wp-block-heading, h6.wp-block.block-editor-block-list__block[data-type="core/heading"], .wp-block-h6, .wysiwyg-headings h6, .wysiwyg h6, .payment_box h6, .coreprint-page-instructions h6, .wp-block-paragraph h6,
.wp-block.block-editor-block-list__block[data-type="core/paragraph"] h6{
  font-size: 1rem;
  font-weight: 600;
}

@media (min-width: 768px){
  .h6, h6.wp-block-heading, h6.wp-block.block-editor-block-list__block[data-type="core/heading"], .wp-block-h6, .wysiwyg-headings h6, .wysiwyg h6, .payment_box h6, .coreprint-page-instructions h6, .wp-block-paragraph h6,
.wp-block.block-editor-block-list__block[data-type="core/paragraph"] h6{
    font-size: 1.125rem;
  }
}

@media (min-width: 1024px){
  .h6, h6.wp-block-heading, h6.wp-block.block-editor-block-list__block[data-type="core/heading"], .wp-block-h6, .wysiwyg-headings h6, .wysiwyg h6, .payment_box h6, .coreprint-page-instructions h6, .wp-block-paragraph h6,
.wp-block.block-editor-block-list__block[data-type="core/paragraph"] h6{
    font-size: 1.125rem;
  }
}

.p{
  margin-bottom: 1rem;
  line-height: 1.625;
}

.btns{
  margin: -0.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.btns > .btn, .btns > .button:not(.acf-button), .wp-block-search .btns > .wp-block-search__button, .btns.wp-block-file > *.wp-block-file__button, .wp-block-buttons .wp-block-button .btns > .wp-block-button__link, .acf-form .btns > .af-previous-button,
.acf-form .btns > .af-next-button,
.acf-form .btns > .acf-button, .acf-form .btns.acf-row-handle.remove > a, .btns > input[type=submit]{
  margin: 0.5rem;
  flex-shrink: 0;
}

.btn, .button:not(.acf-button).alt, .button:not(.acf-button), .wp-block-search .wp-block-search__button, .wp-block-file > *.wp-block-file__button, .wp-block-buttons .wp-block-button .wp-block-button__link, .acf-form .af-previous-button,
.acf-form .af-next-button,
.acf-form .acf-button, .acf-form .acf-row-handle.remove > a, input[type=submit]{
  display: inline-flex;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: center;
  border-radius: var(--button-border-radius, 0.25rem);
  border-width: var(--border-width, 1px);
  border-color: transparent;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.btn:hover, .button:hover:not(.acf-button), .wp-block-search .wp-block-search__button:hover, .wp-block-file > .wp-block-file__button:hover, .wp-block-buttons .wp-block-button .wp-block-button__link:hover, .acf-form .af-previous-button:hover,
.acf-form .af-next-button:hover,
.acf-form .acf-button:hover, .acf-form .acf-row-handle.remove > a:hover, input[type=submit]:hover{
  opacity: 0.75;
}
.btn:focus, .button:focus:not(.acf-button), .wp-block-search .wp-block-search__button:focus, .wp-block-file > .wp-block-file__button:focus, .wp-block-buttons .wp-block-button .wp-block-button__link:focus, .acf-form .af-previous-button:focus,
.acf-form .af-next-button:focus,
.acf-form .acf-button:focus, .acf-form .acf-row-handle.remove > a:focus, input[type=submit]:focus, .btn:active, .button:active:not(.acf-button), .wp-block-search .wp-block-search__button:active, .wp-block-file > .wp-block-file__button:active, .wp-block-buttons .wp-block-button .wp-block-button__link:active, .acf-form .af-previous-button:active,
.acf-form .af-next-button:active,
.acf-form .acf-button:active, .acf-form .acf-row-handle.remove > a:active, input[type=submit]:active{
  opacity: 0.5;
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.btn[disabled], [disabled].button:not(.acf-button), .wp-block-search [disabled].wp-block-search__button, .wp-block-file > [disabled].wp-block-file__button, .wp-block-buttons .wp-block-button [disabled].wp-block-button__link, .acf-form [disabled].af-previous-button,
.acf-form [disabled].af-next-button,
.acf-form [disabled].acf-button, .acf-form .acf-row-handle.remove > a[disabled], input[disabled][type=submit]{
  cursor: not-allowed;
  opacity: 0.5;
}
.btn[disabled]:active, [disabled].button:active:not(.acf-button), .wp-block-search [disabled].wp-block-search__button:active, .wp-block-file > [disabled].wp-block-file__button:active, .wp-block-buttons .wp-block-button [disabled].wp-block-button__link:active, .acf-form [disabled].af-previous-button:active,
.acf-form [disabled].af-next-button:active,
.acf-form [disabled].acf-button:active, .acf-form .acf-row-handle.remove > a[disabled]:active, input[disabled][type=submit]:active{
  pointer-events: none;
}

.btn.primary, .primary.button:not(.acf-button), .acf-form .primary.af-previous-button,
.acf-form .primary.af-next-button,
.acf-form .primary.acf-button, input.primary[type=submit],
.button:not(.acf-button):not(.alt),
.wp-block-search .wp-block-search__button,
.wp-block-file > *.wp-block-file__button,
.wp-block-buttons .wp-block-button .wp-block-button__link,
.acf-form .af-previous-button,
.acf-form .af-next-button,
.acf-form .acf-button,
.acf-form .acf-row-handle.remove > a{
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colour-primary, #000), var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgba(var(--colour-dark, #21111E), var(--tw-text-opacity, 1));
}
.primary-is-dark .btn.primary, .primary-is-dark .primary.button:not(.acf-button), .primary-is-dark .acf-form .primary.af-previous-button, .acf-form .primary-is-dark .primary.af-previous-button,
.primary-is-dark .acf-form .primary.af-next-button,
.acf-form .primary-is-dark .primary.af-next-button,
.primary-is-dark .acf-form .primary.acf-button,
.acf-form .primary-is-dark .primary.acf-button, .primary-is-dark input.primary[type=submit],
.primary-is-dark .button:not(.acf-button):not(.alt),
.primary-is-dark .wp-block-search .wp-block-search__button,
.wp-block-search .primary-is-dark .wp-block-search__button,
.primary-is-dark .wp-block-file > *.wp-block-file__button,
.primary-is-dark .wp-block-buttons .wp-block-button .wp-block-button__link,
.wp-block-buttons .wp-block-button .primary-is-dark .wp-block-button__link,
.primary-is-dark .acf-form .af-previous-button,
.acf-form .primary-is-dark .af-previous-button,
.primary-is-dark .acf-form .af-next-button,
.acf-form .primary-is-dark .af-next-button,
.primary-is-dark .acf-form .acf-button,
.acf-form .primary-is-dark .acf-button,
.primary-is-dark .acf-form .acf-row-handle.remove > a,
.acf-form .primary-is-dark .acf-row-handle.remove > a{
  --tw-text-opacity: 1;
  color: rgba(var(--colour-light, #fff), var(--tw-text-opacity, 1));
}

.btn.primary.outlined, .primary.outlined.button:not(.acf-button), .wp-block-search .primary.outlined.wp-block-search__button, .wp-block-file > .primary.outlined.wp-block-file__button, .wp-block-buttons .wp-block-button .primary.outlined.wp-block-button__link, .acf-form .primary.outlined.af-previous-button,
.acf-form .primary.outlined.af-next-button,
.acf-form .primary.outlined.acf-button, .acf-form .acf-row-handle.remove > a.primary, input.primary.outlined[type=submit],
.wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link{
  --tw-border-opacity: 1;
  border-color: rgba(var(--colour-primary, #000), var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgba(var(--colour-primary, #000), var(--tw-text-opacity, 1));
}
.primary-is-dark .btn.primary.outlined, .primary-is-dark .primary.outlined.button:not(.acf-button), .primary-is-dark .wp-block-search .primary.outlined.wp-block-search__button, .wp-block-search .primary-is-dark .primary.outlined.wp-block-search__button, .primary-is-dark .wp-block-file > .primary.outlined.wp-block-file__button, .primary-is-dark .wp-block-buttons .wp-block-button .primary.outlined.wp-block-button__link, .wp-block-buttons .wp-block-button .primary-is-dark .primary.outlined.wp-block-button__link, .primary-is-dark .acf-form .primary.outlined.af-previous-button, .acf-form .primary-is-dark .primary.outlined.af-previous-button,
.primary-is-dark .acf-form .primary.outlined.af-next-button,
.acf-form .primary-is-dark .primary.outlined.af-next-button,
.primary-is-dark .acf-form .primary.outlined.acf-button,
.acf-form .primary-is-dark .primary.outlined.acf-button, .primary-is-dark .acf-form .acf-row-handle.remove > a.primary, .acf-form .primary-is-dark .acf-row-handle.remove > a.primary, .primary-is-dark input.primary.outlined[type=submit],
.primary-is-dark .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link,
.wp-block-buttons .wp-block-button.is-style-outline .primary-is-dark .wp-block-button__link{
  --tw-text-opacity: 1;
  color: rgba(var(--colour-primary, #000), var(--tw-text-opacity, 1));
}

.btn.secondary, .secondary.button:not(.acf-button), .wp-block-search .secondary.wp-block-search__button, .wp-block-file > .secondary.wp-block-file__button, .wp-block-buttons .wp-block-button .secondary.wp-block-button__link, .acf-form .secondary.af-previous-button,
.acf-form .secondary.af-next-button,
.acf-form .secondary.acf-button, .acf-form .acf-row-handle.remove > a.secondary,
.entry-summary .single_add_to_cart_button:not(.acf-button),
.button:not(.acf-button).alt,
.wp-block-buttons .wp-block-button.secondary .wp-block-button__link,
input[type=submit]{
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colour-secondary, #666), var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgba(var(--colour-dark, #21111E), var(--tw-text-opacity, 1));
}
.secondary-is-dark .btn.secondary, .secondary-is-dark .secondary.button:not(.acf-button), .secondary-is-dark .wp-block-search .secondary.wp-block-search__button, .wp-block-search .secondary-is-dark .secondary.wp-block-search__button, .secondary-is-dark .wp-block-file > .secondary.wp-block-file__button, .secondary-is-dark .wp-block-buttons .wp-block-button .secondary.wp-block-button__link, .wp-block-buttons .wp-block-button .secondary-is-dark .secondary.wp-block-button__link, .secondary-is-dark .acf-form .secondary.af-previous-button, .acf-form .secondary-is-dark .secondary.af-previous-button,
.secondary-is-dark .acf-form .secondary.af-next-button,
.acf-form .secondary-is-dark .secondary.af-next-button,
.secondary-is-dark .acf-form .secondary.acf-button,
.acf-form .secondary-is-dark .secondary.acf-button, .secondary-is-dark .acf-form .acf-row-handle.remove > a.secondary, .acf-form .secondary-is-dark .acf-row-handle.remove > a.secondary,
.secondary-is-dark .entry-summary .single_add_to_cart_button:not(.acf-button),
.entry-summary .secondary-is-dark .single_add_to_cart_button:not(.acf-button),
.secondary-is-dark .button:not(.acf-button).alt,
.secondary-is-dark .wp-block-buttons .wp-block-button.secondary .wp-block-button__link,
.wp-block-buttons .wp-block-button.secondary .secondary-is-dark .wp-block-button__link,
.secondary-is-dark input[type=submit]{
  --tw-text-opacity: 1;
  color: rgba(var(--colour-light, #fff), var(--tw-text-opacity, 1));
}

.btn.secondary.outlined, .secondary.outlined.button:not(.acf-button), .wp-block-search .secondary.outlined.wp-block-search__button, .wp-block-file > .secondary.outlined.wp-block-file__button, .wp-block-buttons .wp-block-button .secondary.outlined.wp-block-button__link, .acf-form .secondary.outlined.af-previous-button,
.acf-form .secondary.outlined.af-next-button,
.acf-form .secondary.outlined.acf-button, .acf-form .acf-row-handle.remove > a.secondary, input.secondary.outlined[type=submit],
.wp-block-buttons .wp-block-button.secondary.is-style-outline .wp-block-button__link{
  --tw-border-opacity: 1;
  border-color: rgba(var(--colour-secondary, #666), var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgba(var(--colour-secondary, #666), var(--tw-text-opacity, 1));
}
.secondary-is-dark .btn.secondary.outlined, .secondary-is-dark .secondary.outlined.button:not(.acf-button), .secondary-is-dark .wp-block-search .secondary.outlined.wp-block-search__button, .wp-block-search .secondary-is-dark .secondary.outlined.wp-block-search__button, .secondary-is-dark .wp-block-file > .secondary.outlined.wp-block-file__button, .secondary-is-dark .wp-block-buttons .wp-block-button .secondary.outlined.wp-block-button__link, .wp-block-buttons .wp-block-button .secondary-is-dark .secondary.outlined.wp-block-button__link, .secondary-is-dark .acf-form .secondary.outlined.af-previous-button, .acf-form .secondary-is-dark .secondary.outlined.af-previous-button,
.secondary-is-dark .acf-form .secondary.outlined.af-next-button,
.acf-form .secondary-is-dark .secondary.outlined.af-next-button,
.secondary-is-dark .acf-form .secondary.outlined.acf-button,
.acf-form .secondary-is-dark .secondary.outlined.acf-button, .secondary-is-dark .acf-form .acf-row-handle.remove > a.secondary, .acf-form .secondary-is-dark .acf-row-handle.remove > a.secondary, .secondary-is-dark input.secondary.outlined[type=submit],
.secondary-is-dark .wp-block-buttons .wp-block-button.secondary.is-style-outline .wp-block-button__link,
.wp-block-buttons .wp-block-button.secondary.is-style-outline .secondary-is-dark .wp-block-button__link{
  --tw-text-opacity: 1;
  color: rgba(var(--colour-secondary, #666), var(--tw-text-opacity, 1));
}

.btn.tertiary, .tertiary.button:not(.acf-button), .wp-block-search .tertiary.wp-block-search__button, .wp-block-file > .tertiary.wp-block-file__button, .wp-block-buttons .wp-block-button .tertiary.wp-block-button__link, .acf-form .tertiary.af-previous-button,
.acf-form .tertiary.af-next-button,
.acf-form .tertiary.acf-button, .acf-form .acf-row-handle.remove > a.tertiary, input.tertiary[type=submit]{
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colour-tertiary, #b5b5b5), var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgba(var(--colour-dark, #21111E), var(--tw-text-opacity, 1));
}
.tertiary-is-dark .btn.tertiary, .tertiary-is-dark .tertiary.button:not(.acf-button), .tertiary-is-dark .wp-block-search .tertiary.wp-block-search__button, .wp-block-search .tertiary-is-dark .tertiary.wp-block-search__button, .tertiary-is-dark .wp-block-file > .tertiary.wp-block-file__button, .tertiary-is-dark .wp-block-buttons .wp-block-button .tertiary.wp-block-button__link, .wp-block-buttons .wp-block-button .tertiary-is-dark .tertiary.wp-block-button__link, .tertiary-is-dark .acf-form .tertiary.af-previous-button, .acf-form .tertiary-is-dark .tertiary.af-previous-button,
.tertiary-is-dark .acf-form .tertiary.af-next-button,
.acf-form .tertiary-is-dark .tertiary.af-next-button,
.tertiary-is-dark .acf-form .tertiary.acf-button,
.acf-form .tertiary-is-dark .tertiary.acf-button, .tertiary-is-dark .acf-form .acf-row-handle.remove > a.tertiary, .acf-form .tertiary-is-dark .acf-row-handle.remove > a.tertiary, .tertiary-is-dark input.tertiary[type=submit]{
  --tw-text-opacity: 1;
  color: rgba(var(--colour-light, #fff), var(--tw-text-opacity, 1));
}

.btn.tertiary.outlined, .tertiary.outlined.button:not(.acf-button), .wp-block-search .tertiary.outlined.wp-block-search__button, .wp-block-file > .tertiary.outlined.wp-block-file__button, .wp-block-buttons .wp-block-button .tertiary.outlined.wp-block-button__link, .acf-form .tertiary.outlined.af-previous-button,
.acf-form .tertiary.outlined.af-next-button,
.acf-form .tertiary.outlined.acf-button, .acf-form .acf-row-handle.remove > a.tertiary, input.tertiary.outlined[type=submit]{
  --tw-border-opacity: 1;
  border-color: rgba(var(--colour-tertiary, #b5b5b5), var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgba(var(--colour-tertiary, #b5b5b5), var(--tw-text-opacity, 1));
}
.tertiary-is-dark .btn.tertiary.outlined, .tertiary-is-dark .tertiary.outlined.button:not(.acf-button), .tertiary-is-dark .wp-block-search .tertiary.outlined.wp-block-search__button, .wp-block-search .tertiary-is-dark .tertiary.outlined.wp-block-search__button, .tertiary-is-dark .wp-block-file > .tertiary.outlined.wp-block-file__button, .tertiary-is-dark .wp-block-buttons .wp-block-button .tertiary.outlined.wp-block-button__link, .wp-block-buttons .wp-block-button .tertiary-is-dark .tertiary.outlined.wp-block-button__link, .tertiary-is-dark .acf-form .tertiary.outlined.af-previous-button, .acf-form .tertiary-is-dark .tertiary.outlined.af-previous-button,
.tertiary-is-dark .acf-form .tertiary.outlined.af-next-button,
.acf-form .tertiary-is-dark .tertiary.outlined.af-next-button,
.tertiary-is-dark .acf-form .tertiary.outlined.acf-button,
.acf-form .tertiary-is-dark .tertiary.outlined.acf-button, .tertiary-is-dark .acf-form .acf-row-handle.remove > a.tertiary, .acf-form .tertiary-is-dark .acf-row-handle.remove > a.tertiary, .tertiary-is-dark input.tertiary.outlined[type=submit]{
  --tw-text-opacity: 1;
  color: rgba(var(--colour-tertiary, #b5b5b5), var(--tw-text-opacity, 1));
}

.btn.dark, .dark.button:not(.acf-button), .wp-block-search .dark.wp-block-search__button, .wp-block-file > .dark.wp-block-file__button, .wp-block-buttons .wp-block-button .dark.wp-block-button__link, .acf-form .dark.af-previous-button,
.acf-form .dark.af-next-button,
.acf-form .dark.acf-button, .acf-form .acf-row-handle.remove > a.dark, input.dark[type=submit]{
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colour-dark, #21111E), var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgba(var(--colour-light, #fff), var(--tw-text-opacity, 1));
}

.btn.dark.outlined, .dark.outlined.button:not(.acf-button), .wp-block-search .dark.outlined.wp-block-search__button, .wp-block-file > .dark.outlined.wp-block-file__button, .wp-block-buttons .wp-block-button .dark.outlined.wp-block-button__link, .acf-form .dark.outlined.af-previous-button,
.acf-form .dark.outlined.af-next-button,
.acf-form .dark.outlined.acf-button, .acf-form .acf-row-handle.remove > a.dark, input.dark.outlined[type=submit]{
  --tw-border-opacity: 1;
  border-color: rgba(var(--colour-dark, #21111E), var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgba(var(--colour-dark, #21111E), var(--tw-text-opacity, 1));
}

.btn.light, .light.button:not(.acf-button), .wp-block-search .light.wp-block-search__button, .wp-block-file > .light.wp-block-file__button, .wp-block-buttons .wp-block-button .light.wp-block-button__link, .acf-form .light.af-previous-button,
.acf-form .light.af-next-button,
.acf-form .light.acf-button, .acf-form .acf-row-handle.remove > a.light, input.light[type=submit]{
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colour-light, #fff), var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgba(var(--colour-dark, #21111E), var(--tw-text-opacity, 1));
}

.btn.light.outlined, .light.outlined.button:not(.acf-button), .wp-block-search .light.outlined.wp-block-search__button, .wp-block-file > .light.outlined.wp-block-file__button, .wp-block-buttons .wp-block-button .light.outlined.wp-block-button__link, .acf-form .light.outlined.af-previous-button,
.acf-form .light.outlined.af-next-button,
.acf-form .light.outlined.acf-button, .acf-form .acf-row-handle.remove > a.light, input.light.outlined[type=submit]{
  --tw-border-opacity: 1;
  border-color: rgba(var(--colour-light, #fff), var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgba(var(--colour-light, #fff), var(--tw-text-opacity, 1));
}

.btn.bg, .bg.button:not(.acf-button), .wp-block-search .bg.wp-block-search__button, .wp-block-file > .bg.wp-block-file__button, .wp-block-buttons .wp-block-button .bg.wp-block-button__link, .acf-form .bg.af-previous-button,
.acf-form .bg.af-next-button,
.acf-form .bg.acf-button, .acf-form .acf-row-handle.remove > a.bg, input.bg[type=submit]{
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colour-bg, #fff), var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgba(var(--colour-dark, #21111E), var(--tw-text-opacity, 1));
}
.bg-is-dark .btn.bg, .bg-is-dark .bg.button:not(.acf-button), .bg-is-dark .wp-block-search .bg.wp-block-search__button, .wp-block-search .bg-is-dark .bg.wp-block-search__button, .bg-is-dark .wp-block-file > .bg.wp-block-file__button, .bg-is-dark .wp-block-buttons .wp-block-button .bg.wp-block-button__link, .wp-block-buttons .wp-block-button .bg-is-dark .bg.wp-block-button__link, .bg-is-dark .acf-form .bg.af-previous-button, .acf-form .bg-is-dark .bg.af-previous-button,
.bg-is-dark .acf-form .bg.af-next-button,
.acf-form .bg-is-dark .bg.af-next-button,
.bg-is-dark .acf-form .bg.acf-button,
.acf-form .bg-is-dark .bg.acf-button, .bg-is-dark .acf-form .acf-row-handle.remove > a.bg, .acf-form .bg-is-dark .acf-row-handle.remove > a.bg, .bg-is-dark input.bg[type=submit]{
  --tw-text-opacity: 1;
  color: rgba(var(--colour-light, #fff), var(--tw-text-opacity, 1));
}

.btn.bg.outlined, .bg.outlined.button:not(.acf-button), .wp-block-search .bg.outlined.wp-block-search__button, .wp-block-file > .bg.outlined.wp-block-file__button, .wp-block-buttons .wp-block-button .bg.outlined.wp-block-button__link, .acf-form .bg.outlined.af-previous-button,
.acf-form .bg.outlined.af-next-button,
.acf-form .bg.outlined.acf-button, .acf-form .acf-row-handle.remove > a.bg, input.bg.outlined[type=submit]{
  --tw-border-opacity: 1;
  border-color: rgba(var(--colour-bg, #fff), var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgba(var(--colour-bg, #fff), var(--tw-text-opacity, 1));
}
.bg-is-dark .btn.bg.outlined, .bg-is-dark .bg.outlined.button:not(.acf-button), .bg-is-dark .wp-block-search .bg.outlined.wp-block-search__button, .wp-block-search .bg-is-dark .bg.outlined.wp-block-search__button, .bg-is-dark .wp-block-file > .bg.outlined.wp-block-file__button, .bg-is-dark .wp-block-buttons .wp-block-button .bg.outlined.wp-block-button__link, .wp-block-buttons .wp-block-button .bg-is-dark .bg.outlined.wp-block-button__link, .bg-is-dark .acf-form .bg.outlined.af-previous-button, .acf-form .bg-is-dark .bg.outlined.af-previous-button,
.bg-is-dark .acf-form .bg.outlined.af-next-button,
.acf-form .bg-is-dark .bg.outlined.af-next-button,
.bg-is-dark .acf-form .bg.outlined.acf-button,
.acf-form .bg-is-dark .bg.outlined.acf-button, .bg-is-dark .acf-form .acf-row-handle.remove > a.bg, .acf-form .bg-is-dark .acf-row-handle.remove > a.bg, .bg-is-dark input.bg.outlined[type=submit]{
  --tw-text-opacity: 1;
  color: rgba(var(--colour-bg, #fff), var(--tw-text-opacity, 1));
}

.btn.clear, .clear.button:not(.acf-button), .wp-block-search .clear.wp-block-search__button, .wp-block-file > .clear.wp-block-file__button, .wp-block-buttons .wp-block-button .clear.wp-block-button__link, .acf-form .clear.af-previous-button,
.acf-form .clear.af-next-button,
.acf-form .clear.acf-button, .acf-form .acf-row-handle.remove > a.clear, input.clear[type=submit]{
  border-color: transparent;
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgba(var(--colour-dark, #21111E), var(--tw-text-opacity, 1));
}
.primary-is-dark .btn.clear, .primary-is-dark .clear.button:not(.acf-button), .primary-is-dark .wp-block-search .clear.wp-block-search__button, .wp-block-search .primary-is-dark .clear.wp-block-search__button, .primary-is-dark .wp-block-file > .clear.wp-block-file__button, .primary-is-dark .wp-block-buttons .wp-block-button .clear.wp-block-button__link, .wp-block-buttons .wp-block-button .primary-is-dark .clear.wp-block-button__link, .primary-is-dark .acf-form .clear.af-previous-button, .acf-form .primary-is-dark .clear.af-previous-button,
.primary-is-dark .acf-form .clear.af-next-button,
.acf-form .primary-is-dark .clear.af-next-button,
.primary-is-dark .acf-form .clear.acf-button,
.acf-form .primary-is-dark .clear.acf-button, .primary-is-dark .acf-form .acf-row-handle.remove > a.clear, .acf-form .primary-is-dark .acf-row-handle.remove > a.clear, .primary-is-dark input.clear[type=submit]{
  --tw-text-opacity: 1;
  color: rgba(var(--colour-dark, #21111E), var(--tw-text-opacity, 1));
}

.secondary-is-dark .btn.clear, .secondary-is-dark .clear.button:not(.acf-button), .secondary-is-dark .wp-block-search .clear.wp-block-search__button, .wp-block-search .secondary-is-dark .clear.wp-block-search__button, .secondary-is-dark .wp-block-file > .clear.wp-block-file__button, .secondary-is-dark .wp-block-buttons .wp-block-button .clear.wp-block-button__link, .wp-block-buttons .wp-block-button .secondary-is-dark .clear.wp-block-button__link, .secondary-is-dark .acf-form .clear.af-previous-button, .acf-form .secondary-is-dark .clear.af-previous-button,
.secondary-is-dark .acf-form .clear.af-next-button,
.acf-form .secondary-is-dark .clear.af-next-button,
.secondary-is-dark .acf-form .clear.acf-button,
.acf-form .secondary-is-dark .clear.acf-button, .secondary-is-dark .acf-form .acf-row-handle.remove > a.clear, .acf-form .secondary-is-dark .acf-row-handle.remove > a.clear, .secondary-is-dark input.clear[type=submit]{
  --tw-text-opacity: 1;
  color: rgba(var(--colour-dark, #21111E), var(--tw-text-opacity, 1));
}

.btn.expanded, .expanded.button:not(.acf-button), .wp-block-search .expanded.wp-block-search__button, .wp-block-file > .expanded.wp-block-file__button, .wp-block-buttons .wp-block-button .expanded.wp-block-button__link, .acf-form .expanded.af-previous-button,
.acf-form .expanded.af-next-button,
.acf-form .expanded.acf-button, .acf-form .acf-row-handle.remove > a.expanded, input.expanded[type=submit],
.entry-summary .single_add_to_cart_button:not(.acf-button){
  width: 100%;
  justify-content: center;
  text-align: center;
}

.btn.big, .big.button:not(.acf-button), .wp-block-search .big.wp-block-search__button, .wp-block-file > .big.wp-block-file__button, .wp-block-buttons .wp-block-button .big.wp-block-button__link, .acf-form .big.af-previous-button,
.acf-form .big.af-next-button,
.acf-form .big.acf-button, .acf-form .acf-row-handle.remove > a.big, input.big[type=submit],
.entry-summary .single_add_to_cart_button:not(.acf-button){
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1.125rem;
}

/* Colour variants (add any extra palette colours here) */
.btn.white, .white.button:not(.acf-button), .wp-block-search .white.wp-block-search__button, .wp-block-file > .white.wp-block-file__button, .wp-block-buttons .wp-block-button .white.wp-block-button__link, .acf-form .white.af-previous-button,
.acf-form .white.af-next-button,
.acf-form .white.acf-button, .acf-form .acf-row-handle.remove > a.white, input.white[type=submit]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgba(var(--colour-dark, #21111E), var(--tw-text-opacity, 1));
}
.btn.white.outlined, .white.outlined.button:not(.acf-button), .wp-block-search .white.outlined.wp-block-search__button, .wp-block-file > .white.outlined.wp-block-file__button, .wp-block-buttons .wp-block-button .white.outlined.wp-block-button__link, .acf-form .white.outlined.af-previous-button,
.acf-form .white.outlined.af-next-button,
.acf-form .white.outlined.acf-button, .acf-form .acf-row-handle.remove > a.white, input.white.outlined[type=submit]{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn.grey, .grey.button:not(.acf-button), .wp-block-search .grey.wp-block-search__button, .wp-block-file > .grey.wp-block-file__button, .wp-block-buttons .wp-block-button .grey.wp-block-button__link, .acf-form .grey.af-previous-button,
.acf-form .grey.af-next-button,
.acf-form .grey.acf-button, .acf-form .acf-row-handle.remove > a.grey, input.grey[type=submit]{
  --tw-bg-opacity: 1;
  background-color: rgb(226 226 226 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgba(var(--colour-dark, #21111E), var(--tw-text-opacity, 1));
}
.btn.grey.outlined, .grey.outlined.button:not(.acf-button), .wp-block-search .grey.outlined.wp-block-search__button, .wp-block-file > .grey.outlined.wp-block-file__button, .wp-block-buttons .wp-block-button .grey.outlined.wp-block-button__link, .acf-form .grey.outlined.af-previous-button,
.acf-form .grey.outlined.af-next-button,
.acf-form .grey.outlined.acf-button, .acf-form .acf-row-handle.remove > a.grey, input.grey.outlined[type=submit]{
  --tw-border-opacity: 1;
  border-color: rgb(226 226 226 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(226 226 226 / var(--tw-text-opacity, 1));
}

.btn.light-grey, .light-grey.button:not(.acf-button), .wp-block-search .light-grey.wp-block-search__button, .wp-block-file > .light-grey.wp-block-file__button, .wp-block-buttons .wp-block-button .light-grey.wp-block-button__link, .acf-form .light-grey.af-previous-button,
.acf-form .light-grey.af-next-button,
.acf-form .light-grey.acf-button, .acf-form .acf-row-handle.remove > a.light-grey, input.light-grey[type=submit]{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgba(var(--colour-dark, #21111E), var(--tw-text-opacity, 1));
}
.btn.light-grey.outlined, .light-grey.outlined.button:not(.acf-button), .wp-block-search .light-grey.outlined.wp-block-search__button, .wp-block-file > .light-grey.outlined.wp-block-file__button, .wp-block-buttons .wp-block-button .light-grey.outlined.wp-block-button__link, .acf-form .light-grey.outlined.af-previous-button,
.acf-form .light-grey.outlined.af-next-button,
.acf-form .light-grey.outlined.acf-button, .acf-form .acf-row-handle.remove > a.light-grey, input.light-grey.outlined[type=submit]{
  --tw-border-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity, 1));
}

.btn.black, .black.button:not(.acf-button), .wp-block-search .black.wp-block-search__button, .wp-block-file > .black.wp-block-file__button, .wp-block-buttons .wp-block-button .black.wp-block-button__link, .acf-form .black.af-previous-button,
.acf-form .black.af-next-button,
.acf-form .black.acf-button, .acf-form .acf-row-handle.remove > a.black, input.black[type=submit]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgba(var(--colour-light, #fff), var(--tw-text-opacity, 1));
}
.btn.black.outlined, .black.outlined.button:not(.acf-button), .wp-block-search .black.outlined.wp-block-search__button, .wp-block-file > .black.outlined.wp-block-file__button, .wp-block-buttons .wp-block-button .black.outlined.wp-block-button__link, .acf-form .black.outlined.af-previous-button,
.acf-form .black.outlined.af-next-button,
.acf-form .black.outlined.acf-button, .acf-form .acf-row-handle.remove > a.black, input.black.outlined[type=submit]{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

/* Other internal variants */
.btn.only-icon, .only-icon.button:not(.acf-button), .wp-block-search .only-icon.wp-block-search__button, .wp-block-file > .only-icon.wp-block-file__button, .wp-block-buttons .wp-block-button .only-icon.wp-block-button__link, .acf-form .only-icon.af-previous-button,
.acf-form .only-icon.af-next-button,
.acf-form .only-icon.acf-button, .acf-form .acf-row-handle.remove > a.only-icon, input.only-icon[type=submit]{
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  padding: 0px;
  font-size: 1.5rem;
}

/* Global/general input styling */
label{
  display: inline-block;
  cursor: pointer;
  padding-top: 0.25rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  font-weight: 700;
}
label a{
  text-decoration-line: underline;
}

input:not([type=checkbox]):not([type=radio]):not([type=submit]),
select,
textarea{
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: var(--border-radius, 0.25rem);
  border-width: var(--border-width, 1px);
  border-color: currentColor;
  --tw-border-opacity: 0.5;
  background-color: transparent;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: currentColor;
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
input:not([type=checkbox]):not([type=radio]):not([type=submit]):focus,
select:focus,
textarea:focus{
  --tw-border-opacity: 1;
}
input:not([type=checkbox]):not([type=radio]):not([type=submit])::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder{
  color: currentColor;
  opacity: 0.5;
}
input:not([type=checkbox]):not([type=radio]):not([type=submit])::placeholder,
select::placeholder,
textarea::placeholder{
  color: currentColor;
  opacity: 0.5;
}
input:not([type=checkbox]):not([type=radio]):not([type=submit])[aria-invalid=true],
select[aria-invalid=true],
textarea[aria-invalid=true]{
  --tw-border-opacity: 1;
  border-color: rgb(229 62 62 / var(--tw-border-opacity, 1));
}

select{
  cursor: pointer;
}
select:not([multiple]){
  padding-right: 3rem;
  background: linear-gradient(45deg, transparent 50%, currentColor 50%), linear-gradient(135deg, currentColor 50%, transparent 50%);
  background-position: calc(100% - 21px) calc(1em + 2px), calc(100% - 16px) calc(1em + 2px);
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
}
select > option{
  --tw-text-opacity: 1;
  color: rgba(var(--colour-dark, #21111E), var(--tw-text-opacity, 1));
}

textarea{
  max-height: 100vh;
}

input[type=checkbox],
input[type=radio]{
  position: relative;
  margin-top: 1px;
  margin-right: 0.5rem;
  height: 1.25rem;
  width: 1.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
input[type=checkbox]:before, input[type=checkbox]:after,
input[type=radio]:before,
input[type=radio]:after {
  content: "";
  display: inline-block;
  height: 1.25rem;
  width: 1.25rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
input[type=checkbox]:before,
input[type=radio]:before{
  margin-right: 0.5rem;
  cursor: pointer;
  border-width: var(--border-width, 1px);
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
input[type=checkbox]:after,
input[type=radio]:after{
  pointer-events: none;
  position: absolute;
  top: 0px;
  left: 0px;
  --tw-scale-x: 0;
  --tw-scale-y: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-width: var(--border-width, 1px);
  border-color: transparent;
  opacity: 0;
}
input[type=checkbox]:focus,
input[type=radio]:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
input[type=checkbox]:focus:before,
input[type=radio]:focus:before{
  --tw-border-opacity: 1;
  border-color: rgba(var(--colour-secondary, #666), var(--tw-border-opacity, 1));
}
input[type=checkbox]:checked:after,
input[type=radio]:checked:after{
  --tw-scale-x: .5;
  --tw-scale-y: .5;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 1;
}

input[type=checkbox]:before{
  border-radius: 0.125rem;
}
input[type=checkbox]:after{
  margin: 0px;
  height: 1.25rem;
  width: 0.75rem;
  transform-origin: right;
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-width: 4px;
  border-top-width: 0px;
  border-left-width: 0px;
  --tw-border-opacity: 1;
  border-color: rgba(var(--colour-secondary, #666), var(--tw-border-opacity, 1));
}

input[type=radio]:before{
  border-radius: 9999px;
}
input[type=radio]:after{
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colour-secondary, #666), var(--tw-bg-opacity, 1));
}

/* ACF / Advanced Forms support */
.acf-hidden{
  display: none;
}

.acf-form{
  display: flex;
  flex-direction: column;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.acf-form > .acf-notice.-error,
.acf-form .acf-hidden{
  display: none;
}
.acf-form .acf-fields{
  margin: -0.25rem;
  display: flex;
  flex-wrap: wrap;
}
.acf-form .acf-fields > .acf-field{
  flex-grow: 1;
  padding: 0.25rem;
}
.acf-form .acf-fields > .acf-field:not([class*=w-]){
  width: 100%;
}
.acf-form .acf-field-checkbox .acf-checkbox-list,
.acf-form .acf-field-checkbox .acf-radio-list,
.acf-form .acf-field-radio .acf-checkbox-list,
.acf-form .acf-field-radio .acf-radio-list{
  display: flex;
  flex-direction: column;
}
.acf-form .acf-field-checkbox .acf-checkbox-list.acf-hl,
.acf-form .acf-field-checkbox .acf-radio-list.acf-hl,
.acf-form .acf-field-radio .acf-checkbox-list.acf-hl,
.acf-form .acf-field-radio .acf-radio-list.acf-hl{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.acf-form .acf-field-checkbox .acf-checkbox-list label,
.acf-form .acf-field-checkbox .acf-radio-list label,
.acf-form .acf-field-radio .acf-checkbox-list label,
.acf-form .acf-field-radio .acf-radio-list label{
  margin-right: 1.5rem;
  display: flex;
}
.acf-form .acf-label .af-field-instructions{
  font-weight: 400;
  font-style: italic;
  opacity: 0.75;
}
.acf-form .acf-input{
  position: relative;
}
.acf-form .acf-input .acf-error-message{
  font-size: 0.875rem;
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(229 62 62 / var(--tw-text-opacity, 1));
}
.acf-form .acf-field-message{
  margin-top: 0.25rem;
  margin-bottom: 0.5rem;
}
.acf-form .acf-field-repeater .acf-row-handle.order,
.acf-form .acf-field-repeater table thead{
  display: none;
}
.acf-form .acf-clone,
.acf-form .acf-field-tab{
  display: none;
}
.acf-form .acf-row-handle.remove{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-end;
}
.acf-form .acf-row-handle.remove > a{
  margin-bottom: 0.25rem;
  width: 0.25rem;
  justify-content: center;
}
.acf-form .acf-row-handle.remove > a.-duplicate{
  display: none;
}
.acf-form .acf-row-handle.remove > a[data-event=add-row]:before {
  content: "+";
}
.acf-form .acf-row-handle.remove > a[data-event=remove-row]:before {
  content: "-";
}
.acf-form .acf-tab-wrap .acf-tab-group{
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  font-weight: 700;
}
.acf-form .acf-tab-wrap .acf-tab-group li{
  margin-right: 0.5rem;
}
.acf-form .acf-tab-wrap .acf-tab-group li > a{
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.acf-form .acf-tab-wrap .acf-tab-group li > a:hover{
  opacity: 0.5;
}
.acf-form .acf-tab-wrap .acf-tab-group li.active > a{
  --tw-border-opacity: 1;
  border-color: rgba(var(--colour-secondary, #666), var(--tw-border-opacity, 1));
}
.acf-form .af-page-wrap{
  margin: 0.25rem;
  margin-bottom: 1rem;
  width: 100%;
}
.acf-form .af-page-button.current{
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(var(--colour-dark, #21111E), var(--tw-text-opacity, 1));
}
.acf-form .acf-field-range input[type=number]{
  padding-left: 0px;
  padding-right: 0px;
  text-align: center;
}
.acf-form .af-previous-button{
  margin-right: 1rem;
  opacity: 0.5;
}
.acf-form .af-next-button{
  margin-left: auto;
}
.acf-form .acf-field-range .acf-range-wrap{
  display: flex;
  flex-direction: row;
}
.acf-form .acf-field-range .acf-range-wrap > input[type=number]{
  margin-left: 0.5rem;
}
.acf-form .acf-field-true-false .acf-switch,
.acf-form .acf-field-true-false .acf-label{
  display: none;
}
.acf-form .acf-field-true-false label a{
  text-decoration-line: underline;
}
.acf-form .acf-field-true-false .acf-true-false{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.acf-form .acf-field-true-false .acf-true-false label{
  display: flex;
  flex-direction: row;
  align-items: center;
}
.acf-form .acf-file-uploader .show-if-value{
  display: none;
}
.acf-form .acf-file-uploader.has-value .show-if-value{
  display: block;
}
.acf-form .acf-file-uploader.has-value .hide-if-value{
  display: none;
}
.acf-form .acf-file-uploader .file-icon,
.acf-form .acf-file-uploader .file-info > p:not(:first-child){
  display: none;
}
.acf-form .acf-file-uploader .acf-actions a{
  margin-right: 0.5rem;
  text-decoration-line: underline;
}
.acf-form .acf-file-uploader .acf-actions a[data-name=edit]:before {
  content: "Edit";
}
.acf-form .acf-file-uploader .acf-actions a[data-name=remove]:before {
  content: "Remove";
}
.acf-form.is-validating{
  cursor: wait;
  opacity: 0.5;
}
.acf-form .acf-form-submit{
  display: flex;
  width: 100%;
  align-items: center;
  padding: 0px;
  padding-top: 1.5rem;
}
.acf-form .acf-form-submit .acf-spinner{
  display: none;
}

.acf-ui-datepicker .ui-datepicker {
  width: 22em;
}
.acf-ui-datepicker .ui-datepicker .ui-datepicker-title select,
.acf-ui-datepicker .ui-datepicker select.ui-timepicker-select {
  padding: 0.2rem 0.6rem;
}
.acf-ui-datepicker .ui-datepicker .ui-datepicker-title select.ui-datepicker-year {
  margin-left: 0.5rem;
}

.gform_wrapper{
  position: relative;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.gform_wrapper .gform_validation_errors{
  padding-bottom: 1rem;
  font-size: 0.875rem;
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(229 62 62 / var(--tw-text-opacity, 1));
}
.gform_wrapper .gform_validation_container{
  display: none;
}
.gform_wrapper .gform_fields{
  margin: -0.25rem;
  display: flex;
  flex-wrap: wrap;
}
.gform_wrapper .gform_fields .gfield{
  flex-grow: 1;
  padding: 0.25rem;
  padding-bottom: 0.5rem;
}
.gform_wrapper .gform_fields .gfield:not([class*=w-]){
  width: 100%;
}
.gform_wrapper .gform_fields .gfield.hidden_label > .gfield_label{
  display: none;
}
.gform_wrapper .gform_fields .gfield.gsection{
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.gform_wrapper .gform_fields .gfield.gsection .gsection_title{
  border-top-width: var(--border-width, 1px);
  padding-top: 1rem;
  margin-bottom: 1rem;
  font-family: var(--font-heading), ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 1.25;
  font-size: 1.25rem;
  font-weight: 600;
}
@media (min-width: 768px){
  .gform_wrapper .gform_fields .gfield.gsection .gsection_title{
    font-size: 1.5rem;
  }
}
@media (min-width: 1024px){
  .gform_wrapper .gform_fields .gfield.gsection .gsection_title{
    font-size: 1.875rem;
  }
}
.gform_wrapper .gform_fields .gfield.gfield_error .gfield_label, .gform_wrapper .gform_fields .gfield.gfield_error label{
  --tw-text-opacity: 1;
  color: rgb(229 62 62 / var(--tw-text-opacity, 1));
}
.gform_wrapper .gform_fields .gfield.gfield_error input[type=checkbox]::before, .gform_wrapper .gform_fields .gfield.gfield_error input[type=radio]::before{
  --tw-border-opacity: 1;
  border-color: rgb(229 62 62 / var(--tw-border-opacity, 1));
}
.gform_wrapper .gform_fields .gfield .gfield_label{
  display: block;
  cursor: pointer;
  padding-top: 0.25rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  font-weight: 700;
}
.gform_wrapper .gform_fields .gfield .gfield_label a{
  text-decoration-line: underline;
}
.gform_wrapper .gform_fields .gfield .gfield_description{
  font-weight: 400;
  font-style: italic;
  opacity: 0.75;
}
.gform_wrapper .gform_fields .gfield .gfield_description.gfield_validation_message{
  font-size: 0.875rem;
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(229 62 62 / var(--tw-text-opacity, 1));
}
.gform_wrapper .gform_fields .gfield .ginput_complex{
  margin-left: -0.25rem;
  margin-right: -0.25rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.gform_wrapper .gform_fields .gfield .ginput_complex > div, .gform_wrapper .gform_fields .gfield .ginput_complex > span{
  width: 100%;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.gform_wrapper .gform_fields .gfield .ginput_complex > div.ginput_left, .gform_wrapper .gform_fields .gfield .ginput_complex > div.ginput_right, .gform_wrapper .gform_fields .gfield .ginput_complex > span.ginput_left, .gform_wrapper .gform_fields .gfield .ginput_complex > span.ginput_right{
  width: 100%;
}
@media (min-width: 768px){
  .gform_wrapper .gform_fields .gfield .ginput_complex > div.ginput_left, .gform_wrapper .gform_fields .gfield .ginput_complex > div.ginput_right, .gform_wrapper .gform_fields .gfield .ginput_complex > span.ginput_left, .gform_wrapper .gform_fields .gfield .ginput_complex > span.ginput_right{
    width: 50%;
  }
}
.gform_wrapper .gform_fields .gfield .ginput_complex > div.gfield_time_hour, .gform_wrapper .gform_fields .gfield .ginput_complex > div.gfield_time_minute, .gform_wrapper .gform_fields .gfield .ginput_complex > div.gfield_time_ampm, .gform_wrapper .gform_fields .gfield .ginput_complex > div.hour_minute_colon, .gform_wrapper .gform_fields .gfield .ginput_complex > div.ginput_container_date, .gform_wrapper .gform_fields .gfield .ginput_complex > span.gfield_time_hour, .gform_wrapper .gform_fields .gfield .ginput_complex > span.gfield_time_minute, .gform_wrapper .gform_fields .gfield .ginput_complex > span.gfield_time_ampm, .gform_wrapper .gform_fields .gfield .ginput_complex > span.hour_minute_colon, .gform_wrapper .gform_fields .gfield .ginput_complex > span.ginput_container_date{
  width: auto;
}
.gform_wrapper .gform_fields .gfield .ginput_complex label{
  font-weight: 400;
}
.gform_wrapper .gform_fields .gfield .ginput_container_radio .gfield_radio,
.gform_wrapper .gform_fields .gfield .ginput_container_radio .gfield_checkbox,
.gform_wrapper .gform_fields .gfield .ginput_container_checkbox .gfield_radio,
.gform_wrapper .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox{
  margin-top: -0.25rem;
  display: flex;
  flex-direction: column;
}
.gform_wrapper .gform_fields .gfield .ginput_container_radio .gfield_radio.acf-hl,
.gform_wrapper .gform_fields .gfield .ginput_container_radio .gfield_checkbox.acf-hl,
.gform_wrapper .gform_fields .gfield .ginput_container_checkbox .gfield_radio.acf-hl,
.gform_wrapper .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox.acf-hl{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.gform_wrapper .gform_fields .gfield .ginput_container_radio .gfield_radio .gchoice,
.gform_wrapper .gform_fields .gfield .ginput_container_radio .gfield_checkbox .gchoice,
.gform_wrapper .gform_fields .gfield .ginput_container_checkbox .gfield_radio .gchoice,
.gform_wrapper .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox .gchoice{
  margin-right: 1.5rem;
  display: flex;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.gform_wrapper .gform_fields .gfield .ginput_container_radio .gfield_radio .gchoice label,
.gform_wrapper .gform_fields .gfield .ginput_container_radio .gfield_checkbox .gchoice label,
.gform_wrapper .gform_fields .gfield .ginput_container_checkbox .gfield_radio .gchoice label,
.gform_wrapper .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox .gchoice label{
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0.25rem;
  font-weight: 400;
}
.gform_wrapper .gform_fields .gfield .ginput_container_fileupload{
  border-radius: var(--border-radius, 0.25rem);
  border-width: var(--border-width, 1px);
  border-style: dashed;
  padding: 1rem;
  text-align: center;
}
.gform_wrapper .gform_fields .gfield .ginput_container_fileupload .gform_drop_area{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
}
.gform_wrapper .gform_fields .gfield .ginput_container_fileupload .gform_drop_area .gform_drop_instructions{
  padding-bottom: 0.25rem;
}
.gform_wrapper .gform_fields .gfield .ginput_container_fileupload .gform_drop_area .gform_button_select_files{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
}
.gform_wrapper .gform_fields .gfield .ginput_container_fileupload .gform_fileupload_rules{
  font-size: 0.875rem;
}
.gform_wrapper .gform_fields .gfield .ginput_container_fileupload + div{
  padding-top: 0.25rem;
}
.gform_wrapper .gform_fields .gfield .ginput_container_fileupload + div .ginput_preview{
  padding-top: 0.25rem;
}
.gform_wrapper .gform_fields .gfield .ginput_container_fileupload + div .ginput_preview .gform_delete_file{
  --tw-text-opacity: 1;
  color: rgb(229 62 62 / var(--tw-text-opacity, 1));
}
.gform_wrapper .gform_fields .gfield .ginput_container_consent{
  display: flex;
  align-items: center;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.gform_wrapper .gform_fields .gfield .ginput_container_consent .gfield_consent_label{
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0.25rem;
  font-weight: 400;
}
.gform_wrapper .gform_fields .gfield .ginput_container_date input.datepicker_with_icon{
  width: auto;
}
.gform_wrapper .gform_fields .gfield .ginput_container_date img{
  margin-left: 0.5rem;
  display: inline;
}
.gform_wrapper .gform_footer{
  padding-top: 1rem;
}
.gform_wrapper .gform_footer .gform_ajax_spinner{
  position: absolute;
  bottom: 0.5rem;
  left: 50%;
  width: 2.5rem;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.gform-theme-datepicker:not(.gform-legacy-datepicker){
  margin-top: 0.25rem;
  width: auto;
  border-radius: var(--border-radius, 0.25rem);
  border-width: var(--border-width, 1px);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  font-size: 0.875rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgba(var(--colour-dark, #21111E), var(--tw-text-opacity, 1));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 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);
  padding: 18px 15px;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) table, .gform-theme-datepicker:not(.gform-legacy-datepicker) thead, .gform-theme-datepicker:not(.gform-legacy-datepicker) tr, .gform-theme-datepicker:not(.gform-legacy-datepicker) td, .gform-theme-datepicker:not(.gform-legacy-datepicker) th{
  margin: 0px;
  border-width: 0px;
  background-image: none;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) td, .gform-theme-datepicker:not(.gform-legacy-datepicker) th{
  padding: 0.25rem;
  text-transform: none;
  text-shadow: none;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header{
  position: relative;
  margin-bottom: 0.25rem;
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-style: none;
  padding: 0px;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-prev, .gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-next{
  position: absolute;
  top: -0.25rem;
  display: flex;
  height: 2rem;
  width: 2rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-style: none;
  background-image: none;
  line-height: 1;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-prev,.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-prev:visited, .gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-next, .gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-next:visited{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-prev:hover,.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-prev:focus, .gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-next:hover, .gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-next:focus{
  opacity: 0.75;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-prev:active, .gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-next:active{
  opacity: 0.5;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-prev, .gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-next {
  speak: never;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-prev .ui-icon, .gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-next .ui-icon{
  display: none;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-prev::before, .gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-next::before {
  content: "";
  height: 0.75rem;
  width: 0.75rem;
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-top-width: 2px;
  border-right-width: 2px;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-prev{
  left: 0px;
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-next{
  right: 0px;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header select{
  display: inline-block;
  height: auto;
  min-height: 0px;
  width: auto;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0px;
  border-width: 0px;
  padding: 0px;
  padding-right: 1rem;
  font-size: 0.875rem;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  background: linear-gradient(45deg, transparent 50%, currentColor 50%), linear-gradient(135deg, currentColor 50%, transparent 50%);
  background-position: calc(100% - 6px) 50%, calc(100% - 1px) 50%;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header select.ui-datepicker-month{
  margin-right: 1rem;
  text-align: right;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar span, .gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar a{
  font-weight: 400;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar th span{
  display: flex;
  height: 2rem;
  width: 2rem;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar td{
  height: 2.5rem;
  width: 2.5rem;
  font-size: 0.875rem;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-state-default{
  display: flex;
  height: 2rem;
  width: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: var(--border-width, 1px);
  border-color: transparent;
  background-image: none;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-state-default:hover, .gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-state-default:focus{
  --tw-border-opacity: 1;
  border-color: rgba(var(--colour-dark, #21111E), var(--tw-border-opacity, 1));
  background-image: none;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-datepicker-current-day .ui-state-default{
  --tw-border-opacity: 1;
  border-color: rgba(var(--colour-dark, #21111E), var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colour-dark, #21111E), var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-state-disabled{
  background-image: none;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-state-disabled .ui-state-default{
  display: flex;
  cursor: default;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-border-opacity: 1;
  border-color: rgb(226 226 226 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(226 226 226 / var(--tw-bg-opacity, 1));
  text-decoration-line: none;
  opacity: 0.7;
}

html[dir=rtl] #ui-datepicker-div.gform-theme-datepicker[style] {
  right: auto !important;
}

.wysiwyg-anchor:not(.btn):not(.button:not(.acf-button).alt):not(.button:not(.acf-button)):not(input[type=submit]), .wysiwyg-anchors a:not(.btn):not(.button:not(.acf-button).alt):not(.button:not(.acf-button)):not(input[type=submit]), .woocommerce-privacy-policy-text a:not(.btn):not(.button:not(.acf-button).alt):not(.button:not(.acf-button)):not(input[type=submit]), .wp-block-rss a:not(.btn):not(.button:not(.acf-button).alt):not(.button:not(.acf-button)):not(input[type=submit]), .wp-block-latest-posts a:not(.btn):not(.button:not(.acf-button).alt):not(.button:not(.acf-button)):not(input[type=submit]),
.wp-block-tag-cloud a:not(.btn):not(.button:not(.acf-button).alt):not(.button:not(.acf-button)):not(input[type=submit]), .wp-block-archives a:not(.btn):not(.button:not(.acf-button).alt):not(.button:not(.acf-button)):not(input[type=submit]), .wp-block-categories a:not(.btn):not(.button:not(.acf-button).alt):not(.button:not(.acf-button)):not(input[type=submit]), .wysiwyg a:not(.btn):not(.button:not(.acf-button).alt):not(.button:not(.acf-button)):not(input[type=submit]), .payment_box a:not(.btn):not(.button:not(.acf-button).alt):not(.button:not(.acf-button)):not(input[type=submit]), .coreprint-page-instructions a:not(.btn):not(.button:not(.acf-button).alt):not(.button:not(.acf-button)):not(input[type=submit]), .wp-block-paragraph a:not(.btn):not(.button:not(.acf-button).alt):not(.button:not(.acf-button)):not(input[type=submit]),
.wp-block.block-editor-block-list__block[data-type="core/paragraph"] a:not(.btn):not(.button:not(.acf-button).alt):not(.button:not(.acf-button)):not(input[type=submit]), .wysiwyg-anchor:visited:not(.btn):not(.button:not(.acf-button).alt):not(.button:not(.acf-button)):not(input[type=submit]){
  --tw-text-opacity: 1;
  color: rgba(var(--colour-primary, #000), var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}
h1 .wysiwyg-anchor, h1 .wysiwyg-anchors a, h1 .woocommerce-privacy-policy-text a, h1 .wp-block-rss a, h1 .wp-block-latest-posts a,
h1 .wp-block-tag-cloud a, h1 .wp-block-archives a, h1 .wp-block-categories a, .wysiwyg-anchors h1 a, .woocommerce-privacy-policy-text h1 a, .wp-block-rss h1 a, .wp-block-latest-posts h1 a,
.wp-block-tag-cloud h1 a, .wp-block-archives h1 a, .wp-block-categories h1 a, h1 .wysiwyg a, h1 .payment_box a, h1 .coreprint-page-instructions a, h1 .wp-block-paragraph a,
h1 .wp-block.block-editor-block-list__block[data-type="core/paragraph"] a, .wysiwyg h1 a, .payment_box h1 a, .coreprint-page-instructions h1 a, .wp-block-paragraph h1 a,
.wp-block.block-editor-block-list__block[data-type="core/paragraph"] h1 a, h1 .wysiwyg-anchor:visited, h2 .wysiwyg-anchor, h2 .wysiwyg-anchors a, h2 .woocommerce-privacy-policy-text a, h2 .wp-block-rss a, h2 .wp-block-latest-posts a,
h2 .wp-block-tag-cloud a, h2 .wp-block-archives a, h2 .wp-block-categories a, .wysiwyg-anchors h2 a, .woocommerce-privacy-policy-text h2 a, .wp-block-rss h2 a, .wp-block-latest-posts h2 a,
.wp-block-tag-cloud h2 a, .wp-block-archives h2 a, .wp-block-categories h2 a, h2 .wysiwyg a, h2 .payment_box a, h2 .coreprint-page-instructions a, h2 .wp-block-paragraph a,
h2 .wp-block.block-editor-block-list__block[data-type="core/paragraph"] a, .wysiwyg h2 a, .payment_box h2 a, .coreprint-page-instructions h2 a, .wp-block-paragraph h2 a,
.wp-block.block-editor-block-list__block[data-type="core/paragraph"] h2 a, h2 .wysiwyg-anchor:visited, h3 .wysiwyg-anchor, h3 .wysiwyg-anchors a, h3 .woocommerce-privacy-policy-text a, h3 .wp-block-rss a, h3 .wp-block-latest-posts a,
h3 .wp-block-tag-cloud a, h3 .wp-block-archives a, h3 .wp-block-categories a, .wysiwyg-anchors h3 a, .woocommerce-privacy-policy-text h3 a, .wp-block-rss h3 a, .wp-block-latest-posts h3 a,
.wp-block-tag-cloud h3 a, .wp-block-archives h3 a, .wp-block-categories h3 a, h3 .wysiwyg a, h3 .payment_box a, h3 .coreprint-page-instructions a, h3 .wp-block-paragraph a,
h3 .wp-block.block-editor-block-list__block[data-type="core/paragraph"] a, .wysiwyg h3 a, .payment_box h3 a, .coreprint-page-instructions h3 a, .wp-block-paragraph h3 a,
.wp-block.block-editor-block-list__block[data-type="core/paragraph"] h3 a, h3 .wysiwyg-anchor:visited, h4 .wysiwyg-anchor, h4 .wysiwyg-anchors a, h4 .woocommerce-privacy-policy-text a, h4 .wp-block-rss a, h4 .wp-block-latest-posts a,
h4 .wp-block-tag-cloud a, h4 .wp-block-archives a, h4 .wp-block-categories a, .wysiwyg-anchors h4 a, .woocommerce-privacy-policy-text h4 a, .wp-block-rss h4 a, .wp-block-latest-posts h4 a,
.wp-block-tag-cloud h4 a, .wp-block-archives h4 a, .wp-block-categories h4 a, h4 .wysiwyg a, h4 .payment_box a, h4 .coreprint-page-instructions a, h4 .wp-block-paragraph a,
h4 .wp-block.block-editor-block-list__block[data-type="core/paragraph"] a, .wysiwyg h4 a, .payment_box h4 a, .coreprint-page-instructions h4 a, .wp-block-paragraph h4 a,
.wp-block.block-editor-block-list__block[data-type="core/paragraph"] h4 a, h4 .wysiwyg-anchor:visited, h5 .wysiwyg-anchor, h5 .wysiwyg-anchors a, h5 .woocommerce-privacy-policy-text a, h5 .wp-block-rss a, h5 .wp-block-latest-posts a,
h5 .wp-block-tag-cloud a, h5 .wp-block-archives a, h5 .wp-block-categories a, .wysiwyg-anchors h5 a, .woocommerce-privacy-policy-text h5 a, .wp-block-rss h5 a, .wp-block-latest-posts h5 a,
.wp-block-tag-cloud h5 a, .wp-block-archives h5 a, .wp-block-categories h5 a, h5 .wysiwyg a, h5 .payment_box a, h5 .coreprint-page-instructions a, h5 .wp-block-paragraph a,
h5 .wp-block.block-editor-block-list__block[data-type="core/paragraph"] a, .wysiwyg h5 a, .payment_box h5 a, .coreprint-page-instructions h5 a, .wp-block-paragraph h5 a,
.wp-block.block-editor-block-list__block[data-type="core/paragraph"] h5 a, h5 .wysiwyg-anchor:visited, h6 .wysiwyg-anchor, h6 .wysiwyg-anchors a, h6 .woocommerce-privacy-policy-text a, h6 .wp-block-rss a, h6 .wp-block-latest-posts a,
h6 .wp-block-tag-cloud a, h6 .wp-block-archives a, h6 .wp-block-categories a, .wysiwyg-anchors h6 a, .woocommerce-privacy-policy-text h6 a, .wp-block-rss h6 a, .wp-block-latest-posts h6 a,
.wp-block-tag-cloud h6 a, .wp-block-archives h6 a, .wp-block-categories h6 a, h6 .wysiwyg a, h6 .payment_box a, h6 .coreprint-page-instructions a, h6 .wp-block-paragraph a,
h6 .wp-block.block-editor-block-list__block[data-type="core/paragraph"] a, .wysiwyg h6 a, .payment_box h6 a, .coreprint-page-instructions h6 a, .wp-block-paragraph h6 a,
.wp-block.block-editor-block-list__block[data-type="core/paragraph"] h6 a, h6 .wysiwyg-anchor:visited {
  color: inherit;
}

.wysiwyg-code code, .wysiwyg code, .payment_box code, .coreprint-page-instructions code, .wp-block-paragraph code,
.wp-block.block-editor-block-list__block[data-type="core/paragraph"] code{
  display: inline-block;
  border-radius: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(247 250 252 / var(--tw-bg-opacity, 1));
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  vertical-align: baseline;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.875rem;
  --tw-text-opacity: 1;
  color: rgb(113 128 150 / var(--tw-text-opacity, 1));
}

.wysiwyg-spacing p, .wysiwyg p, .payment_box p, .coreprint-page-instructions p, .wp-block-paragraph p,
.wp-block.block-editor-block-list__block[data-type="core/paragraph"] p, .wysiwyg-spacing ul, .wysiwyg ul, .payment_box ul, .coreprint-page-instructions ul, .wp-block-paragraph ul,
.wp-block.block-editor-block-list__block[data-type="core/paragraph"] ul, .wysiwyg-spacing ol, .wysiwyg ol, .payment_box ol, .coreprint-page-instructions ol, .wp-block-paragraph ol,
.wp-block.block-editor-block-list__block[data-type="core/paragraph"] ol, .wysiwyg-spacing .wp-block-embed, .wysiwyg .wp-block-embed, .payment_box .wp-block-embed, .coreprint-page-instructions .wp-block-embed, .wp-block-paragraph .wp-block-embed,
.wp-block.block-editor-block-list__block[data-type="core/paragraph"] .wp-block-embed{
  margin-bottom: 2rem;
}

.wysiwyg-table, .wp-block-calendar > table, .wp-block-table > table, .wysiwyg table, .payment_box table, .coreprint-page-instructions table, .wp-block-paragraph table,
.wp-block.block-editor-block-list__block[data-type="core/paragraph"] table{
  table-layout: auto;
  border-width: var(--border-width, 1px);
}
.wysiwyg-table > thead, .wp-block-calendar > table > thead, .wp-block-table > table > thead, .wysiwyg table > thead, .payment_box table > thead, .coreprint-page-instructions table > thead, .wp-block-paragraph table > thead,
.wp-block.block-editor-block-list__block[data-type="core/paragraph"] table > thead{
  border-bottom-width: 2px;
}
.wysiwyg-table tbody td, .wp-block-calendar > table tbody td, .wp-block-table > table tbody td, .wysiwyg table tbody td, .payment_box table tbody td, .coreprint-page-instructions table tbody td, .wp-block-paragraph table tbody td,
.wp-block.block-editor-block-list__block[data-type="core/paragraph"] table tbody td{
  border-width: var(--border-width, 1px);
}
.wysiwyg-table > tfoot, .wp-block-calendar > table > tfoot, .wp-block-table > table > tfoot, .wysiwyg table > tfoot, .payment_box table > tfoot, .coreprint-page-instructions table > tfoot, .wp-block-paragraph table > tfoot,
.wp-block.block-editor-block-list__block[data-type="core/paragraph"] table > tfoot{
  border-top-width: 2px;
}
.wysiwyg-table th, .wp-block-calendar > table th, .wp-block-table > table th, .wysiwyg table th, .payment_box table th, .coreprint-page-instructions table th, .wp-block-paragraph table th,
.wp-block.block-editor-block-list__block[data-type="core/paragraph"] table th,
.wysiwyg-table td,
.wp-block-calendar > table td,
.wp-block-table > table td,
.wysiwyg table td,
.payment_box table td,
.coreprint-page-instructions table td,
.wp-block-paragraph table td,
.wp-block.block-editor-block-list__block[data-type="core/paragraph"] table td{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.wysiwyg-table th, .wp-block-calendar > table th, .wp-block-table > table th, .wysiwyg table th, .payment_box table th, .coreprint-page-instructions table th, .wp-block-paragraph table th,
.wp-block.block-editor-block-list__block[data-type="core/paragraph"] table th{
  text-align: left;
}

.wysiwyg-hr, .wp-block-separator, .wysiwyg hr, .payment_box hr, .coreprint-page-instructions hr, .wp-block-paragraph hr,
.wp-block.block-editor-block-list__block[data-type="core/paragraph"] hr{
  margin-bottom: 2rem;
  --tw-border-opacity: 1;
  border-color: rgb(226 226 226 / var(--tw-border-opacity, 1));
}

.has-text-align-left{
  text-align: left;
}

.has-text-align-center{
  text-align: center;
}

.has-text-align-right{
  text-align: right;
}

.wp-block{
  max-width: 100%;
}
.wp-block[data-align=wide]{
  max-width: 100%;
}
.wp-block[data-align=full] {
  max-width: none;
}

.wp-block-paragraph,
.wp-block.block-editor-block-list__block[data-type="core/paragraph"]{
  margin-bottom: 1rem;
  line-height: 1.625;
}

.wp-block-ul, .wysiwyg-lists ul, .wysiwyg ul, .payment_box ul, .coreprint-page-instructions ul, ul.wp-block-list, .wp-block-paragraph ul,
.wp-block.block-editor-block-list__block[data-type="core/paragraph"] ul,
.wp-block-ol,
.wysiwyg-lists ol,
.wysiwyg ol,
.payment_box ol,
.coreprint-page-instructions ol,
ol.wp-block-list,
.wp-block-paragraph ol,
.wp-block.block-editor-block-list__block[data-type="core/paragraph"] ol{
  margin-bottom: 1rem;
  padding-left: 2.5rem;
}

@media (min-width: 768px){
  .wp-block-ul, .wysiwyg-lists ul, .wysiwyg ul, .payment_box ul, .coreprint-page-instructions ul, ul.wp-block-list, .wp-block-paragraph ul,
.wp-block.block-editor-block-list__block[data-type="core/paragraph"] ul,
.wp-block-ol,
.wysiwyg-lists ol,
.wysiwyg ol,
.payment_box ol,
.coreprint-page-instructions ol,
ol.wp-block-list,
.wp-block-paragraph ol,
.wp-block.block-editor-block-list__block[data-type="core/paragraph"] ol{
    padding-left: 3rem;
  }
}

@media (min-width: 1024px){
  .wp-block-ul, .wysiwyg-lists ul, .wysiwyg ul, .payment_box ul, .coreprint-page-instructions ul, ul.wp-block-list, .wp-block-paragraph ul,
.wp-block.block-editor-block-list__block[data-type="core/paragraph"] ul,
.wp-block-ol,
.wysiwyg-lists ol,
.wysiwyg ol,
.payment_box ol,
.coreprint-page-instructions ol,
ol.wp-block-list,
.wp-block-paragraph ol,
.wp-block.block-editor-block-list__block[data-type="core/paragraph"] ol{
    padding-left: 4rem;
  }
}
.wp-block-ul.wp-block-ul, .wysiwyg-lists ul, .wysiwyg ul, .payment_box ul, .coreprint-page-instructions ul, ul.wp-block-list, .wp-block-paragraph ul,
.wp-block.block-editor-block-list__block[data-type="core/paragraph"] ul,
.wp-block-ol.wp-block-ul,
.wp-block.block-editor-block-list__block[data-type="core/paragraph"] ol.wp-block-ul{
  list-style-type: disc;
}
.wp-block-ul.wp-block-ol,
.wp-block.block-editor-block-list__block[data-type="core/paragraph"] ul.wp-block-ol,
.wp-block-ol.wp-block-ol,
.wysiwyg-lists ol,
.wysiwyg ol,
.payment_box ol,
.coreprint-page-instructions ol,
ol.wp-block-list,
.wp-block-paragraph ol,
.wp-block.block-editor-block-list__block[data-type="core/paragraph"] ol{
  list-style-type: decimal;
}

.wp-block-quote{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.wp-block-quote > p{
  margin-bottom: 0.5rem;
  border-left-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgba(var(--colour-primary, #000), var(--tw-border-opacity, 1));
  padding-left: 1rem;
  font-size: 1.125rem;
}
.wp-block-quote > cite{
  padding-left: 1rem;
  opacity: 0.5;
}

.wp-block-file{
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.wp-block-file > *:not(.wp-block-file__button){
  padding: 0.5rem;
  font-weight: 700;
  text-decoration-line: underline;
}
.wp-block-file.alignleft{
  justify-content: flex-start;
}
.wp-block-file.aligncenter{
  justify-content: center;
}
.wp-block-file.alignright{
  justify-content: flex-end;
}

.wp-block-image.is-style-rounded img{
  border-radius: var(--border-radius, 0.25rem);
}

.wp-block-audio{
  display: flex;
  justify-content: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.wp-block-audio audio:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.wp-block-gallery{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.wp-block-gallery .blocks-gallery-item{
  padding: 0.5rem;
}
.wp-block-gallery img{
  width: 100%;
}

.wp-block-embed > figcaption,
.wp-block-video > figcaption{
  padding-top: 0.5rem;
  opacity: 0.75;
}

.wp-block-table{
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.wp-block-table.alignleft{
  align-items: flex-start;
}
.wp-block-table.aligncenter{
  align-items: center;
}
.wp-block-table.alignright{
  align-items: flex-end;
}
.wp-block-table > table.has-fixed-layout{
  table-layout: fixed;
}
.wp-block-table > figcaption{
  padding-top: 0.5rem;
  opacity: 0.75;
}

.wp-block-verse{
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: var(--font-body), ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.25rem;
  line-height: 1.625;
}

.wp-block-categories.wp-block-categories-list{
  margin-bottom: 1rem;
  margin-left: 1rem;
  list-style-type: disc;
}
.wp-block-categories.alignleft{
  text-align: left;
}
.wp-block-categories.aligncenter{
  text-align: center;
}
.wp-block-categories.alignright{
  text-align: right;
}

.wp-block-archives.wp-block-archives-list{
  margin-bottom: 1rem;
  margin-left: 1rem;
  list-style-type: disc;
}
.wp-block-archives.alignleft{
  text-align: left;
}
.wp-block-archives.aligncenter{
  text-align: center;
}
.wp-block-archives.alignright{
  text-align: right;
}

.wp-block-calendar{
  display: flex;
}
.wp-block-calendar.alignleft{
  justify-content: flex-start;
}
.wp-block-calendar.aligncenter{
  justify-content: center;
}
.wp-block-calendar.alignright{
  justify-content: flex-end;
}
.wp-block-calendar > table > caption{
  padding-bottom: 0.5rem;
  font-weight: 700;
}

.wp-block-latest-posts,
.wp-block-tag-cloud{
  margin-bottom: 1rem;
  margin-left: 1rem;
  display: flex;
  list-style-type: disc;
  flex-direction: column;
}
.wp-block-latest-posts.alignleft,
.wp-block-tag-cloud.alignleft{
  align-items: flex-start;
}
.wp-block-latest-posts.aligncenter,
.wp-block-tag-cloud.aligncenter{
  align-items: center;
}
.wp-block-latest-posts.alignright,
.wp-block-tag-cloud.alignright{
  align-items: flex-end;
}

.wp-block-rss{
  display: flex;
  flex-direction: column;
}
.wp-block-rss.alignleft{
  align-items: flex-start;
}
.wp-block-rss.aligncenter{
  align-items: center;
}
.wp-block-rss.alignright{
  align-items: flex-end;
}

.wp-block-search{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.wp-block-search > label{
  width: 100%;
  cursor: pointer;
  padding-bottom: 0.25rem;
  font-size: 1rem;
  font-weight: 700;
}
.wp-block-search > input{
  border-radius: var(--border-radius, 0.25rem);
  border-width: 2px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
  max-width: 24rem;
  flex-grow: 1;
}
.wp-block-search > input:focus{
  --tw-border-opacity: 1;
  border-color: rgba(var(--colour-primary, #000), var(--tw-border-opacity, 1));
}
.wp-block-search.alignleft{
  justify-content: flex-start;
}
.wp-block-search.alignleft > label{
  text-align: left;
}
.wp-block-search.aligncenter{
  justify-content: center;
}
.wp-block-search.aligncenter > label{
  text-align: center;
}
.wp-block-search.alignright{
  justify-content: flex-end;
}
.wp-block-search.alignright > label{
  text-align: right;
}

.text-link, .woocommerce-store-notice a, .carousel-container .carousel .slick-slider .slick-arrow > div, .acf-form .acf-file-uploader .acf-actions a, .wysiwyg-anchor, .wysiwyg-anchor:visited, .wysiwyg-anchors a, .woocommerce-privacy-policy-text a, .wysiwyg a, .payment_box a, .coreprint-page-instructions a, .wysiwyg-anchors a:visited, .woocommerce-privacy-policy-text a:visited, .wysiwyg a:visited, .payment_box a:visited, .coreprint-page-instructions a:visited, .wp-block-paragraph a,
.wp-block.block-editor-block-list__block[data-type="core/paragraph"] a, .wp-block-paragraph a:visited, .wp-block-categories a, .wp-block-categories a:visited, .wp-block-archives a, .wp-block-archives a:visited, .wp-block-latest-posts a,
.wp-block-tag-cloud a, .wp-block-latest-posts a:visited,
.wp-block-tag-cloud a:visited, .wp-block-rss a, .wp-block-rss a:visited, .text-link:visited{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.text-link:hover, .woocommerce-store-notice a:hover, .carousel-container .carousel .slick-slider .slick-arrow > div:hover, .acf-form .acf-file-uploader .acf-actions a:hover, .wysiwyg-anchor:hover, .wysiwyg-anchors a:hover, .woocommerce-privacy-policy-text a:hover, .wysiwyg a:hover, .payment_box a:hover, .coreprint-page-instructions a:hover, .wp-block-paragraph a:hover,
.wp-block.block-editor-block-list__block[data-type="core/paragraph"] a:hover, .wp-block-categories a:hover, .wp-block-archives a:hover, .wp-block-latest-posts a:hover,
.wp-block-tag-cloud a:hover, .wp-block-rss a:hover, .text-link:focus, .woocommerce-store-notice a:focus, .carousel-container .carousel .slick-slider .slick-arrow > div:focus, .acf-form .acf-file-uploader .acf-actions a:focus, .wysiwyg-anchor:focus, .wysiwyg-anchors a:focus, .woocommerce-privacy-policy-text a:focus, .wysiwyg a:focus, .payment_box a:focus, .coreprint-page-instructions a:focus, .wp-block-paragraph a:focus,
.wp-block.block-editor-block-list__block[data-type="core/paragraph"] a:focus, .wp-block-categories a:focus, .wp-block-archives a:focus, .wp-block-latest-posts a:focus,
.wp-block-tag-cloud a:focus, .wp-block-rss a:focus{
  opacity: 0.75;
}
.text-link:active, .woocommerce-store-notice a:active, .carousel-container .carousel .slick-slider .slick-arrow > div:active, .acf-form .acf-file-uploader .acf-actions a:active, .wysiwyg-anchor:active, .wysiwyg-anchors a:active, .woocommerce-privacy-policy-text a:active, .wysiwyg a:active, .payment_box a:active, .coreprint-page-instructions a:active, .wp-block-paragraph a:active,
.wp-block.block-editor-block-list__block[data-type="core/paragraph"] a:active, .wp-block-categories a:active, .wp-block-archives a:active, .wp-block-latest-posts a:active,
.wp-block-tag-cloud a:active, .wp-block-rss a:active{
  opacity: 0.5;
}

@keyframes plyr-progress {
  to {
    background-position: var(--plyr-progress-loading-size, 25px) 0;
  }
}
@keyframes plyr-popup {
  0% {
    opacity: 0.5;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes plyr-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.plyr {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  align-items: center;
  direction: ltr;
  display: flex;
  flex-direction: column;
  font-family: var(--plyr-font-family, inherit);
  font-variant-numeric: tabular-nums;
  font-weight: var(--plyr-font-weight-regular, 400);
  line-height: var(--plyr-line-height, 1.7);
  max-width: 100%;
  min-width: 200px;
  position: relative;
  text-shadow: none;
  transition: box-shadow 0.3s ease;
  z-index: 0;
}
.plyr video,
.plyr audio,
.plyr iframe {
  display: block;
  height: 100%;
  width: 100%;
}
.plyr button {
  font: inherit;
  line-height: inherit;
  width: auto;
}
.plyr:focus {
  outline: 0;
}

.plyr--full-ui {
  box-sizing: border-box;
}
.plyr--full-ui *,
.plyr--full-ui *::after,
.plyr--full-ui *::before {
  box-sizing: inherit;
}

.plyr--full-ui a,
.plyr--full-ui button,
.plyr--full-ui input,
.plyr--full-ui label {
  touch-action: manipulation;
}

.plyr__badge {
  background: var(--plyr-badge-background, hsl(216, 15%, 34%));
  border-radius: var(--plyr-badge-border-radius, 2px);
  color: var(--plyr-badge-text-color, #fff);
  font-size: var(--plyr-font-size-badge, 9px);
  line-height: 1;
  padding: 3px 4px;
}

.plyr--full-ui ::-webkit-media-text-track-container {
  display: none;
}

.plyr__captions {
  animation: plyr-fade-in 0.3s ease;
  bottom: 0;
  display: none;
  font-size: var(--plyr-font-size-small, 13px);
  left: 0;
  padding: var(--plyr-control-spacing, 10px);
  position: absolute;
  text-align: center;
  transition: transform 0.4s ease-in-out;
  width: 100%;
}
.plyr__captions span:empty {
  display: none;
}
@media (min-width: 480px) {
  .plyr__captions {
    font-size: var(--plyr-font-size-base, 15px);
    padding: calc(var(--plyr-control-spacing, 10px) * 2);
  }
}
@media (min-width: 768px) {
  .plyr__captions {
    font-size: var(--plyr-font-size-large, 18px);
  }
}

.plyr--captions-active .plyr__captions {
  display: block;
}

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
  transform: translateY(calc(var(--plyr-control-spacing, 10px) * -4));
}

.plyr__caption {
  background: var(--plyr-captions-background, rgba(0, 0, 0, 0.8));
  border-radius: 2px;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  color: var(--plyr-captions-text-color, #fff);
  line-height: 185%;
  padding: 0.2em 0.5em;
  white-space: pre-wrap;
}
.plyr__caption div {
  display: inline;
}

.plyr__control {
  background: transparent;
  border: 0;
  border-radius: var(--plyr-control-radius, 4px);
  color: inherit;
  cursor: pointer;
  flex-shrink: 0;
  overflow: visible;
  padding: calc(var(--plyr-control-spacing, 10px) * 0.7);
  position: relative;
  transition: all 0.3s ease;
}
.plyr__control svg {
  display: block;
  fill: currentColor;
  height: var(--plyr-control-icon-size, 18px);
  pointer-events: none;
  width: var(--plyr-control-icon-size, 18px);
}
.plyr__control:focus {
  outline: 0;
}
.plyr__control:focus-visible {
  outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));
  outline-offset: 2px;
}

a.plyr__control {
  text-decoration: none;
}
a.plyr__control::after, a.plyr__control::before {
  display: none;
}

.plyr__control:not(.plyr__control--pressed) .icon--pressed,
.plyr__control.plyr__control--pressed .icon--not-pressed,
.plyr__control:not(.plyr__control--pressed) .label--pressed,
.plyr__control.plyr__control--pressed .label--not-pressed {
  display: none;
}

.plyr--full-ui ::-webkit-media-controls {
  display: none;
}

.plyr__controls {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  text-align: center;
}
.plyr__controls .plyr__progress__container {
  flex: 1;
  min-width: 0;
}
.plyr__controls .plyr__controls__item {
  margin-left: calc(var(--plyr-control-spacing, 10px) / 4);
}
.plyr__controls .plyr__controls__item:first-child {
  margin-left: 0;
  margin-right: auto;
}
.plyr__controls .plyr__controls__item.plyr__progress__container {
  padding-left: calc(var(--plyr-control-spacing, 10px) / 4);
}
.plyr__controls .plyr__controls__item.plyr__time {
  padding: 0 calc(var(--plyr-control-spacing, 10px) / 2);
}
.plyr__controls .plyr__controls__item.plyr__progress__container:first-child, .plyr__controls .plyr__controls__item.plyr__time:first-child, .plyr__controls .plyr__controls__item.plyr__time + .plyr__time {
  padding-left: 0;
}
.plyr__controls:empty {
  display: none;
}

.plyr [data-plyr=captions],
.plyr [data-plyr=pip],
.plyr [data-plyr=airplay],
.plyr [data-plyr=fullscreen] {
  display: none;
}

.plyr--captions-enabled [data-plyr=captions],
.plyr--pip-supported [data-plyr=pip],
.plyr--airplay-supported [data-plyr=airplay],
.plyr--fullscreen-enabled [data-plyr=fullscreen] {
  display: inline-block;
}

.plyr__menu {
  display: flex;
  position: relative;
}
.plyr__menu .plyr__control svg {
  transition: transform 0.3s ease;
}
.plyr__menu .plyr__control[aria-expanded=true] svg {
  transform: rotate(90deg);
}
.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
  display: none;
}
.plyr__menu__container {
  animation: plyr-popup 0.2s ease;
  background: var(--plyr-menu-background, rgba(255, 255, 255, 0.9));
  border-radius: var(--plyr-menu-radius, 8px);
  bottom: 100%;
  box-shadow: var(--plyr-menu-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  color: var(--plyr-menu-color, hsl(216, 15%, 34%));
  font-size: var(--plyr-font-size-base, 15px);
  margin-bottom: 10px;
  position: absolute;
  right: -3px;
  text-align: left;
  white-space: nowrap;
  z-index: 3;
}
.plyr__menu__container > div {
  overflow: hidden;
  transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.plyr__menu__container::after {
  border: var(--plyr-menu-arrow-size, 4px) solid transparent;
  border-top-color: var(--plyr-menu-background, rgba(255, 255, 255, 0.9));
  content: "";
  height: 0;
  position: absolute;
  right: calc(var(--plyr-control-icon-size, 18px) / 2 + calc(var(--plyr-control-spacing, 10px) * 0.7) - var(--plyr-menu-arrow-size, 4px) / 2);
  top: 100%;
  width: 0;
}
.plyr__menu__container [role=menu] {
  padding: calc(var(--plyr-control-spacing, 10px) * 0.7);
}
.plyr__menu__container [role=menuitem],
.plyr__menu__container [role=menuitemradio] {
  margin-top: 2px;
}
.plyr__menu__container [role=menuitem]:first-child,
.plyr__menu__container [role=menuitemradio]:first-child {
  margin-top: 0;
}
.plyr__menu__container .plyr__control {
  align-items: center;
  color: var(--plyr-menu-color, hsl(216, 15%, 34%));
  display: flex;
  font-size: var(--plyr-font-size-menu, var(--plyr-font-size-small, 13px));
  padding: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) / 1.5) calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 100%;
}
.plyr__menu__container .plyr__control > span {
  align-items: inherit;
  display: flex;
  width: 100%;
}
.plyr__menu__container .plyr__control::after {
  border: var(--plyr-menu-item-arrow-size, 4px) solid transparent;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.plyr__menu__container .plyr__control--forward {
  padding-right: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 4);
}
.plyr__menu__container .plyr__control--forward::after {
  border-left-color: var(--plyr-menu-arrow-color, hsl(216, 15%, 52%));
  right: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5 - var(--plyr-menu-item-arrow-size, 4px));
}
.plyr__menu__container .plyr__control--forward:focus-visible::after, .plyr__menu__container .plyr__control--forward:hover::after {
  border-left-color: currentColor;
}
.plyr__menu__container .plyr__control--back {
  font-weight: var(--plyr-font-weight-regular, 400);
  margin: calc(var(--plyr-control-spacing, 10px) * 0.7);
  margin-bottom: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) / 2);
  padding-left: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 4);
  position: relative;
  width: calc(100% - calc(var(--plyr-control-spacing, 10px) * 0.7) * 2);
}
.plyr__menu__container .plyr__control--back::after {
  border-right-color: var(--plyr-menu-arrow-color, hsl(216, 15%, 52%));
  left: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5 - var(--plyr-menu-item-arrow-size, 4px));
}
.plyr__menu__container .plyr__control--back::before {
  background: var(--plyr-menu-back-border-color, hsl(216, 15%, 88%));
  box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);
  content: "";
  height: 1px;
  left: 0;
  margin-top: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) / 2);
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100%;
}
.plyr__menu__container .plyr__control--back:focus-visible::after, .plyr__menu__container .plyr__control--back:hover::after {
  border-right-color: currentColor;
}
.plyr__menu__container .plyr__control[role=menuitemradio] {
  padding-left: calc(var(--plyr-control-spacing, 10px) * 0.7);
}
.plyr__menu__container .plyr__control[role=menuitemradio]::before, .plyr__menu__container .plyr__control[role=menuitemradio]::after {
  border-radius: 100%;
}
.plyr__menu__container .plyr__control[role=menuitemradio]::before {
  background: rgba(0, 0, 0, 0.1);
  content: "";
  display: block;
  flex-shrink: 0;
  height: 16px;
  margin-right: var(--plyr-control-spacing, 10px);
  transition: all 0.3s ease;
  width: 16px;
}
.plyr__menu__container .plyr__control[role=menuitemradio]::after {
  background: #fff;
  border: 0;
  height: 6px;
  left: 12px;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%) scale(0);
  transition: transform 0.3s ease, opacity 0.3s ease;
  width: 6px;
}
.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before {
  background: var(--plyr-control-toggle-checked-background, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));
}
.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::after {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}
.plyr__menu__container .plyr__control[role=menuitemradio]:focus-visible::before, .plyr__menu__container .plyr__control[role=menuitemradio]:hover::before {
  background: rgba(34.68, 39.576, 46.92, 0.1);
}
.plyr__menu__container .plyr__menu__value {
  align-items: center;
  display: flex;
  margin-left: auto;
  margin-right: calc((calc(var(--plyr-control-spacing, 10px) * 0.7) - 2px) * -1);
  overflow: hidden;
  padding-left: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 3.5);
  pointer-events: none;
}

.plyr--full-ui input[type=range] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-thumb-height, 13px) * 2);
  color: var(--plyr-range-fill-background, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));
  display: block;
  height: calc(var(--plyr-range-thumb-active-shadow-width, 3px) * 2 + var(--plyr-range-thumb-height, 13px));
  margin: 0;
  min-width: 0;
  padding: 0;
  transition: box-shadow 0.3s ease;
  width: 100%;
}
.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  -webkit-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -webkit-user-select: none;
          user-select: none;
  background-image: linear-gradient(to right, currentColor var(--value, 0%), transparent var(--value, 0%));
}
.plyr--full-ui input[type=range]::-webkit-slider-thumb {
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2));
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: var(--plyr-range-thumb-height, 13px);
  -webkit-appearance: none;
          appearance: none;
  margin-top: calc((var(--plyr-range-thumb-height, 13px) - var(--plyr-range-track-height, 5px)) / 2 * -1);
}
.plyr--full-ui input[type=range]::-moz-range-track {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  -moz-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -moz-user-select: none;
       user-select: none;
}
.plyr--full-ui input[type=range]::-moz-range-thumb {
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2));
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: var(--plyr-range-thumb-height, 13px);
}
.plyr--full-ui input[type=range]::-moz-range-progress {
  background: currentColor;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
}
.plyr--full-ui input[type=range]::-ms-track {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
  color: transparent;
}
.plyr--full-ui input[type=range]::-ms-fill-upper {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
}
.plyr--full-ui input[type=range]::-ms-fill-lower {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
  background: currentColor;
}
.plyr--full-ui input[type=range]::-ms-thumb {
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2));
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: var(--plyr-range-thumb-height, 13px);
  margin-top: 0;
}
.plyr--full-ui input[type=range]::-ms-tooltip {
  display: none;
}
.plyr--full-ui input[type=range]::-moz-focus-outer {
  border: 0;
}
.plyr--full-ui input[type=range]:focus {
  outline: 0;
}
.plyr--full-ui input[type=range]:focus-visible::-webkit-slider-runnable-track {
  outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));
  outline-offset: 2px;
}
.plyr--full-ui input[type=range]:focus-visible::-moz-range-track {
  outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));
  outline-offset: 2px;
}
.plyr--full-ui input[type=range]:focus-visible::-ms-track {
  outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));
  outline-offset: 2px;
}

.plyr__poster {
  background-color: var(--plyr-video-background, var(--plyr-video-background, rgb(0, 0, 0)));
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.2s ease;
  width: 100%;
  z-index: 1;
}

.plyr--stopped.plyr__poster-enabled .plyr__poster {
  opacity: 1;
}

.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster {
  display: none;
}

.plyr__time {
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
}

.plyr__time + .plyr__time::before {
  content: "⁄";
  margin-right: var(--plyr-control-spacing, 10px);
}
@media (max-width: 767px) {
  .plyr__time + .plyr__time {
    display: none;
  }
}

/* stylelint-disable selector-max-compound-selectors */
.plyr__tooltip {
  background: var(--plyr-tooltip-background, #fff);
  border-radius: var(--plyr-tooltip-radius, 5px);
  bottom: 100%;
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  color: var(--plyr-tooltip-color, hsl(216, 15%, 34%));
  font-size: var(--plyr-font-size-small, 13px);
  font-weight: var(--plyr-font-weight-regular, 400);
  left: 50%;
  line-height: 1.3;
  margin-bottom: calc(calc(var(--plyr-control-spacing, 10px) / 2) * 2);
  opacity: 0;
  padding: calc(var(--plyr-control-spacing, 10px) / 2) calc(calc(var(--plyr-control-spacing, 10px) / 2) * 1.5);
  pointer-events: none;
  position: absolute;
  transform: translate(-50%, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  white-space: nowrap;
  z-index: 2;
}
.plyr__tooltip::before {
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, #fff);
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

.plyr .plyr__control:hover .plyr__tooltip,
.plyr .plyr__control:focus-visible .plyr__tooltip,
.plyr__tooltip--visible {
  opacity: 1;
  transform: translate(-50%, 0) scale(1);
}

.plyr .plyr__control:hover .plyr__tooltip {
  z-index: 3;
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
  left: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 0 100%;
}
.plyr__controls > .plyr__control:first-child .plyr__tooltip::before,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip::before {
  left: calc(var(--plyr-control-icon-size, 18px) / 2 + calc(var(--plyr-control-spacing, 10px) * 0.7));
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip {
  left: auto;
  right: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 100% 100%;
}
.plyr__controls > .plyr__control:last-child .plyr__tooltip::before {
  left: auto;
  right: calc(var(--plyr-control-icon-size, 18px) / 2 + calc(var(--plyr-control-spacing, 10px) * 0.7));
  transform: translateX(50%);
}

.plyr__controls > .plyr__control:first-child:hover .plyr__tooltip, .plyr__controls > .plyr__control:first-child:focus-visible .plyr__tooltip,
.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible,
.plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control:focus-visible .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible,
.plyr__controls > .plyr__control:last-child:hover .plyr__tooltip,
.plyr__controls > .plyr__control:last-child:focus-visible .plyr__tooltip,
.plyr__controls > .plyr__control:last-child .plyr__tooltip--visible {
  transform: translate(0, 0) scale(1);
}

.plyr__progress {
  left: calc(var(--plyr-range-thumb-height, 13px) * 0.5);
  margin-right: var(--plyr-range-thumb-height, 13px);
  position: relative;
}
.plyr__progress input[type=range], .plyr__progress__buffer {
  margin-left: calc(var(--plyr-range-thumb-height, 13px) * -0.5);
  margin-right: calc(var(--plyr-range-thumb-height, 13px) * -0.5);
  width: calc(100% + var(--plyr-range-thumb-height, 13px));
}
.plyr__progress input[type=range] {
  position: relative;
  z-index: 2;
}
.plyr__progress .plyr__tooltip {
  left: 0;
  max-width: 120px;
  overflow-wrap: break-word;
}

.plyr__progress__buffer {
  -webkit-appearance: none; /* stylelint-disable-line */
  background: transparent;
  border: 0;
  border-radius: 100px;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  margin-top: calc(var(--plyr-range-track-height, 5px) / 2 * -1);
  padding: 0;
  position: absolute;
  top: 50%;
}
.plyr__progress__buffer::-webkit-progress-bar {
  background: transparent;
}
.plyr__progress__buffer::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: var(--plyr-range-track-height, 5px);
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
.plyr__progress__buffer::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: var(--plyr-range-track-height, 5px);
  -moz-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
.plyr__progress__buffer::-ms-fill {
  border-radius: 100px;
  -ms-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr--loading .plyr__progress__buffer {
  animation: plyr-progress 1s linear infinite;
  background-image: linear-gradient(-45deg, var(--plyr-progress-loading-background, rgba(34.68, 39.576, 46.92, 0.6)) 25%, transparent 25%, transparent 50%, var(--plyr-progress-loading-background, rgba(34.68, 39.576, 46.92, 0.6)) 50%, var(--plyr-progress-loading-background, rgba(34.68, 39.576, 46.92, 0.6)) 75%, transparent 75%, transparent);
  background-repeat: repeat-x;
  background-size: var(--plyr-progress-loading-size, 25px) var(--plyr-progress-loading-size, 25px);
  color: transparent;
}

.plyr--video.plyr--loading .plyr__progress__buffer {
  background-color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25));
}

.plyr--audio.plyr--loading .plyr__progress__buffer {
  background-color: var(--plyr-audio-progress-buffered-background, rgba(193.4175, 199.8435, 209.4825, 0.6));
}

.plyr__progress__marker {
  background-color: var(--plyr-progress-marker-background, #fff);
  border-radius: 1px;
  height: var(--plyr-range-track-height, 5px);
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: var(--plyr-progress-marker-width, 3px);
  z-index: 3;
}

.plyr__volume {
  align-items: center;
  display: flex;
  position: relative;
}
.plyr__volume input[type=range] {
  margin-left: calc(var(--plyr-control-spacing, 10px) / 2);
  margin-right: calc(var(--plyr-control-spacing, 10px) / 2);
  max-width: 90px;
  min-width: 60px;
  position: relative;
  z-index: 2;
}

.plyr--audio {
  display: block;
}

.plyr--audio .plyr__controls {
  background: var(--plyr-audio-controls-background, #fff);
  border-radius: inherit;
  color: var(--plyr-audio-control-color, hsl(216, 15%, 34%));
  padding: var(--plyr-control-spacing, 10px);
}

.plyr--audio .plyr__control:focus-visible, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded=true] {
  background: var(--plyr-audio-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));
  color: var(--plyr-audio-control-color-hover, #fff);
}

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193.4175, 199.8435, 209.4825, 0.6)));
}
.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193.4175, 199.8435, 209.4825, 0.6)));
}
.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193.4175, 199.8435, 209.4825, 0.6)));
}
.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(34.68, 39.576, 46.92, 0.1));
}
.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(34.68, 39.576, 46.92, 0.1));
}
.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(34.68, 39.576, 46.92, 0.1));
}

.plyr--audio .plyr__progress__buffer {
  color: var(--plyr-audio-progress-buffered-background, rgba(193.4175, 199.8435, 209.4825, 0.6));
}

.plyr--video {
  overflow: hidden;
}
.plyr--video.plyr--menu-open {
  overflow: visible;
}

.plyr__video-wrapper {
  background: var(--plyr-video-background, var(--plyr-video-background, rgb(0, 0, 0)));
  border-radius: inherit;
  height: 100%;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.plyr__video-embed,
.plyr__video-wrapper--fixed-ratio {
  aspect-ratio: 16/9;
}
@supports not (aspect-ratio: 16/9) {
  .plyr__video-embed,
  .plyr__video-wrapper--fixed-ratio {
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
  }
}

.plyr__video-embed iframe,
.plyr__video-wrapper--fixed-ratio video {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
  padding-bottom: 240%;
  position: relative;
  transform: translateY(-38.28125%);
}

.plyr--video .plyr__controls {
  background: var(--plyr-video-controls-background, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75)));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  bottom: 0;
  color: var(--plyr-video-control-color, #fff);
  left: 0;
  padding: calc(var(--plyr-control-spacing, 10px) / 2);
  padding-top: calc(var(--plyr-control-spacing, 10px) * 2);
  position: absolute;
  right: 0;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  z-index: 3;
}
@media (min-width: 480px) {
  .plyr--video .plyr__controls {
    padding: var(--plyr-control-spacing, 10px);
    padding-top: calc(var(--plyr-control-spacing, 10px) * 3.5);
  }
}

.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%);
}

.plyr--video .plyr__control:focus-visible, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));
  color: var(--plyr-video-control-color-hover, #fff);
}

.plyr__control--overlaid {
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));
  border: 0;
  border-radius: 100%;
  color: var(--plyr-video-control-color, #fff);
  display: none;
  left: 50%;
  opacity: 0.9;
  padding: calc(var(--plyr-control-spacing, 10px) * 1.5);
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  z-index: 2;
}
.plyr__control--overlaid svg {
  left: 2px;
  position: relative;
}
.plyr__control--overlaid:hover, .plyr__control--overlaid:focus {
  opacity: 1;
}

.plyr--playing .plyr__control--overlaid {
  opacity: 0;
  visibility: hidden;
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block;
}

.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}
.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}
.plyr--full-ui.plyr--video input[type=range]::-ms-track {
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}
.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}
.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}
.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}

.plyr--video .plyr__progress__buffer {
  color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25));
}

.plyr:fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}
.plyr:fullscreen video {
  height: 100%;
}
.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr:fullscreen.plyr--hide-controls {
  cursor: none;
}
@media (min-width: 1024px) {
  .plyr:fullscreen .plyr__captions {
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}

.plyr--fullscreen-fallback {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000000;
}
.plyr--fullscreen-fallback video {
  height: 100%;
}
.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr--fullscreen-fallback.plyr--hide-controls {
  cursor: none;
}
@media (min-width: 1024px) {
  .plyr--fullscreen-fallback .plyr__captions {
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}

.plyr__ads {
  border-radius: inherit;
  bottom: 0;
  cursor: pointer;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.plyr__ads > div,
.plyr__ads > div iframe {
  height: 100%;
  position: absolute;
  width: 100%;
}
.plyr__ads::after {
  background: hsl(216, 15%, 16%);
  border-radius: 2px;
  bottom: var(--plyr-control-spacing, 10px);
  color: #fff;
  content: attr(data-badge-text);
  font-size: 11px;
  padding: 2px 6px;
  pointer-events: none;
  position: absolute;
  right: var(--plyr-control-spacing, 10px);
  z-index: 3;
}
.plyr__ads:empty::after {
  display: none;
}

.plyr__cues {
  background: currentColor;
  display: block;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  z-index: 3;
}

.plyr__preview-thumb {
  background-color: var(--plyr-tooltip-background, #fff);
  border-radius: var(--plyr-menu-radius, 8px);
  bottom: 100%;
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  margin-bottom: calc(calc(var(--plyr-control-spacing, 10px) / 2) * 2);
  opacity: 0;
  padding: 3px;
  pointer-events: none;
  position: absolute;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  z-index: 2;
}
.plyr__preview-thumb--is-shown {
  opacity: 1;
  transform: translate(0, 0) scale(1);
}
.plyr__preview-thumb::before {
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, #fff);
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
  content: "";
  height: 0;
  left: calc(50% + var(--preview-arrow-offset));
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}
.plyr__preview-thumb__image-container {
  background: hsl(216, 15%, 79%);
  border-radius: calc(var(--plyr-menu-radius, 8px) - 1px);
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.plyr__preview-thumb__image-container img, .plyr__preview-thumb__image-container::after {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.plyr__preview-thumb__image-container::after {
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15);
  content: "";
  pointer-events: none;
}
.plyr__preview-thumb__image-container img {
  max-height: none;
  max-width: none;
}
.plyr__preview-thumb__time-container {
  background: var(--plyr-video-controls-background, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75)));
  border-bottom-left-radius: calc(var(--plyr-menu-radius, 8px) - 1px);
  border-bottom-right-radius: calc(var(--plyr-menu-radius, 8px) - 1px);
  bottom: 0;
  left: 0;
  line-height: 1.1;
  padding: 20px 6px 6px;
  position: absolute;
  right: 0;
  z-index: 3;
}
.plyr__preview-thumb__time-container span {
  color: #fff;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
}

.plyr__preview-scrubbing {
  bottom: 0;
  filter: blur(1px);
  height: 100%;
  left: 0;
  margin: auto;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: 1;
}
.plyr__preview-scrubbing--is-shown {
  opacity: 1;
}
.plyr__preview-scrubbing img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr--no-transition {
  transition: none !important;
}

.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  border: 0 !important;
  height: 1px !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.plyr [hidden] {
  display: none !important;
}

:root {
  --plyr-color-main: rgb(var(--colour-secondary));
}

.plyr{
  overflow: hidden;
  border-radius: var(--border-radius, 0.25rem);
}

.icon-circle-coreprint.coreprint-proof-page-selector{
  opacity: 0.5;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.icon-circle-coreprint.coreprint-proof-page-selector.active{
  opacity: 1;
}
.icon-circle-coreprint.coreprint-proof-page-selector.active:before{
  --tw-text-opacity: 1;
  color: rgba(var(--colour-secondary, #666), var(--tw-text-opacity, 1));
}

.coreprint-page-controls-header__icon.coreprint-page-controls-header__icon svg path {
  fill: black;
}

.coreprint-pricing-matrix__wrapper #coreprint-pricing-matrix{
  margin-left: auto;
  margin-right: auto;
}

.leaflet-container{
  z-index: 0;
}

.screen-reader-text{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.blockUI.blockOverlay{
  z-index: 10 !important;
}

.price > del {
  font-size: 0.9rem;
}
.price > ins{
  text-decoration-line: none;
}

.woocommerce-store-notice{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  border-bottom-width: var(--border-width, 1px);
  --tw-border-opacity: 1;
  border-color: rgba(var(--colour-dark, #21111E), var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colour-secondary, #666), var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-size: 0.875rem;
  --tw-text-opacity: 1;
  color: rgba(var(--colour-dark, #21111E), var(--tw-text-opacity, 1));
  --tw-shadow: 0 10px 20px 2px rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);
  --tw-shadow-colored: 0 10px 20px 2px var(--tw-shadow-color), 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 768px){
  .woocommerce-store-notice{
    flex-direction: row;
    text-align: left;
  }
}
.woocommerce-store-notice__dismiss-link{
  margin-left: auto;
  margin-right: auto;
  padding-top: 0.5rem;
  padding-left: 0.5rem;
  text-decoration-line: underline;
}
@media (min-width: 768px){
  .woocommerce-store-notice__dismiss-link{
    margin-left: auto;
    margin-right: 0px;
    padding: 0px;
    text-align: right;
  }
}
.woocommerce-store-notice a{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  text-decoration-line: underline;
}
body.secondary-is-dark .woocommerce-store-notice{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

p.demo_store{
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colour-secondary, #666), var(--tw-bg-opacity, 1));
}

.woocommerce-notices-wrapper{
  margin-top: 1rem;
}

.woocommerce-message > .button:first-child,
.woocommerce-Message > .button:first-child,
.woocommerce-info > .button:first-child,
.woocommerce-error > .button:first-child,
.woocommerce-success > .button:first-child{
  margin-right: 0.75rem;
}

.woocommerce-error > li,
.woocommerce-success > li,
.woocommerce-notice > li{
  margin-bottom: 0.5rem;
  border-radius: var(--border-radius, 0.25rem);
  border-width: var(--border-width, 1px);
  padding: 1rem;
}

.woocommerce-error > li{
  border-color: rgb(229 62 62 / 0.5);
  background-color: rgb(229 62 62 / 0.25);
}

.woocommerce-success > li{
  border-color: rgb(56 161 105 / 0.5);
  background-color: rgb(56 161 105 / 0.25);
}

.woocommerce-notice > li{
  border-color: rgb(214 158 46 / 0.5);
  background-color: rgb(214 158 46 / 0.25);
}

.woocommerce-message,
.woocommerce-Message{
  margin-bottom: 0.5rem;
  border-radius: var(--border-radius, 0.25rem);
  border-color: rgb(214 158 46 / 0.5);
  background-color: rgb(214 158 46 / 0.25);
  padding: 1rem;
}

.entry-summary .entry-title{
  margin-bottom: 0.5rem;
  font-family: var(--font-heading), ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 2.25rem;
  font-weight: 700;
}
.entry-summary .price{
  margin-bottom: 1rem;
  font-size: 1.5rem;
}
.entry-summary .stock{
  margin-bottom: 1rem;
  display: inline-flex;
  border-radius: 0.375rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.75rem;
}
.entry-summary .stock.in-stock{
  background-color: rgb(56 161 105 / 0.25);
}
.entry-summary .stock.out-of-stock{
  background-color: rgb(229 62 62 / 0.25);
}
.entry-summary .single_add_to_cart_button:not(.acf-button){
  margin-top: 1rem;
}
.entry-summary #wc-stripe-payment-request-button-separator + .single_add_to_cart_button{
  margin-top: 0px;
}
.entry-summary .variations{
  margin-bottom: 1.5rem;
  width: 100%;
}
.entry-summary .variations tr{
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
}
.entry-summary .reset_variations{
  margin-bottom: 0.5rem;
  display: block;
  text-align: right;
  font-size: 0.75rem;
  text-transform: lowercase;
  text-decoration-line: underline;
}
.entry-summary .grouped_form{
  padding-top: 2rem;
}
.entry-summary .woocommerce-grouped-product-list .woocommerce-grouped-product-list-item{
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column-reverse;
}
.entry-summary .woocommerce-grouped-product-list .woocommerce-grouped-product-list-item .woocommerce-grouped-product-list-item__label{
  order: 1;
  font-weight: 700;
}
.entry-summary .woocommerce-product-rating,
.entry-summary .woocommerce-product-details__short-description,
.entry-summary .single_variation_wrap .woocommerce-variation-price,
.entry-summary .woocommerce-variation-description{
  margin-bottom: 2rem;
}
.entry-summary .woocommerce-product-details__short-description,
.entry-summary .woocommerce-variation-description{
  font-size: 0.875rem;
  line-height: 2;
}
.entry-summary .product_meta{
  display: none;
}

.quantity{
  position: relative;
  display: block;
}
.quantity input[type=number]{
  width: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  text-align: center;
  font-weight: 700;
  min-width: 10rem;
  -moz-appearance: textfield;
}
.quantity input[type=number]::-webkit-outer-spin-button, .quantity input[type=number]::-webkit-inner-spin-button{
  margin: 0px;
  -webkit-appearance: none;
          appearance: none;
}

.woocommerce-pagination .page-numbers{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.woocommerce-pagination .page-numbers li > span,
.woocommerce-pagination .page-numbers li > a{
  display: block;
  padding: 0.5rem;
}
.woocommerce-pagination .page-numbers li > span.current,
.woocommerce-pagination .page-numbers li > a.current{
  pointer-events: none;
  opacity: 0.5;
}

.shop_table{
  margin-bottom: 2rem;
  width: 100%;
}

.woocommerce-shipping-methods > li,
.wc-saved-payment-methods > li{
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
}
.woocommerce-shipping-methods > li > input[type=radio],
.wc-saved-payment-methods > li > input[type=radio]{
  margin-top: 0px;
  margin-right: 0.75rem;
}
.woocommerce-shipping-methods > li > label,
.wc-saved-payment-methods > li > label{
  padding: 0px;
}

ul.wc-item-meta{
  margin: 0px;
  display: flex;
  flex-direction: column;
  padding: 0px;
  font-size: 0.875rem;
}
ul.wc-item-meta > li{
  display: flex;
  flex-direction: row;
}
ul.wc-item-meta > li > *:not(:last-child){
  margin-right: 0.5rem;
}
ul.wc-item-meta p{
  margin: 0px;
}

ul.variation{
  margin: 0px;
  padding: 0px;
}
ul.variation p{
  margin: 0px;
}

.woocommerce-privacy-policy-text{
  margin-bottom: 2rem;
}

.wc_payment_method > .input-radio{
  vertical-align: middle;
}
.wc_payment_method > label{
  padding: 0px;
}

.payment_box{
  padding-top: 0.5rem;
}
.payment_box ul.wc-saved-payment-methods{
  list-style-type: none;
}
.payment_box .woocommerce-SavedPaymentMethods-saveNew{
  display: flex;
  align-items: center;
  padding-top: 0.75rem;
}

#wc-stripe-payment-request-button-separator{
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
  font-size: 0.875rem;
}

.wc_payment_method.payment_method_stripe .stripe-icon{
  display: none;
}
.wc_payment_method.payment_method_stripe .wc-stripe-new-payment-method{
  line-height: 1.25;
}

.place-order .form-row{
  padding-bottom: 1rem;
}
.place-order .form-row .checkbox{
  display: flex;
  align-items: center;
}
.place-order .form-row .checkbox > input[type=checkbox]{
  margin-top: 0px;
  margin-right: 0.75rem;
}

.woocommerce-Reviews .commentlist{
  display: flex;
  flex-direction: column;
  padding-bottom: 1.5rem;
}
.woocommerce-Reviews .commentlist > li{
  list-style-type: none;
}
@media (min-width: 768px) {
  .woocommerce-Reviews .commentlist{
    margin: -1rem;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .woocommerce-Reviews .commentlist > li{
    width: 50%;
    padding: 1rem;
  }
}
@media (min-width: 1024px) {
  .woocommerce-Reviews .commentlist > li{
    width: 33.333333%;
  }
}
.woocommerce-Reviews .review{
  margin-bottom: 2.5rem;
}
.woocommerce-Reviews .review .avatar{
  display: none;
}
.woocommerce-Reviews .review .comment-text{
  display: flex;
  flex-direction: column;
}
.woocommerce-Reviews .review .comment-text .star-rating{
  margin-bottom: 1rem;
}
.woocommerce-Reviews .review .comment-text .meta{
  order: 1;
  font-size: 0.875rem;
}
.woocommerce-Reviews .review .comment-text .description{
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
  line-height: 2;
}
.woocommerce-Reviews #review_form .comment-form-rating,
.woocommerce-Reviews #review_form > p,
.woocommerce-Reviews #commentform .comment-form-rating,
.woocommerce-Reviews #commentform > p{
  margin-bottom: 1rem;
}

.woocommerce-MyAccount-content mark{
  background-color: transparent;
  font-weight: 700;
  color: currentColor;
}

.woocommerce-MyAccount-content.wysiwyg p.form-row, .woocommerce-MyAccount-content.wp-block-paragraph p.form-row,
.woocommerce-MyAccount-content.wp-block.block-editor-block-list__block[data-type="core/paragraph"] p.form-row, .woocommerce-MyAccount-content.coreprint-page-instructions p.form-row, .woocommerce-MyAccount-content.payment_box p.form-row{
  margin-bottom: 1rem;
}

ol.woocommerce-OrderUpdates{
  list-style-type: none;
  padding: 0px;
}
ol.woocommerce-OrderUpdates .woocommerce-OrderUpdate-meta{
  margin-bottom: 0px;
  font-style: italic;
  opacity: 0.5;
}
ol.woocommerce-OrderUpdates .woocommerce-OrderUpdate-inner{
  margin-bottom: 0.5rem;
  border-radius: var(--border-radius, 0.25rem);
  --tw-bg-opacity: 1;
  background-color: rgb(247 250 252 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgba(var(--colour-dark, #21111E), var(--tw-text-opacity, 1));
}

.woocommerce-orders-table__cell-order-actions > *,
.order-actions > *{
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}

li[data-notice-type] a:not(.button){
  text-decoration-line: underline;
}

li[data-notice-type] a:not(.button),li[data-notice-type] a:not(.button):visited{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

li[data-notice-type] a:not(.button):hover,li[data-notice-type] a:not(.button):focus{
  opacity: 0.75;
}

li[data-notice-type] a:not(.button):active{
  opacity: 0.5;
}

.toggle-wishlist-link{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.toggle-wishlist-link,.toggle-wishlist-link:visited{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.toggle-wishlist-link:hover,.toggle-wishlist-link:focus{
  opacity: 0.75;
}

.toggle-wishlist-link:active{
  opacity: 0.5;
}
.toggle-wishlist-link.thinking{
  pointer-events: none;
}
@keyframes pulse{
  50%{
    opacity: .5;
  }
}
.toggle-wishlist-link.thinking{
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.toggle-wishlist-link .toggle-wishlist-link-button{
  position: relative;
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(237 242 247 / var(--tw-bg-opacity, 1));
  font-size: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.toggle-wishlist-link.thinking .toggle-wishlist-link-button:before {
  content: "";
  position: absolute;
  display: inline-flex;
  height: 100%;
  width: 100%;
}
@keyframes ping{
  75%, 100%{
    transform: scale(2);
    opacity: 0;
  }
}
.toggle-wishlist-link.thinking .toggle-wishlist-link-button:before{
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(229 62 62 / var(--tw-bg-opacity, 1));
  opacity: 0.75;
}
.toggle-wishlist-link .toggle-wishlist-link-label{
  margin-left: 0.5rem;
}
.toggle-wishlist-link .toggle-wishlist-link-label:before {
  content: "Save for later";
}
.toggle-wishlist-link.active .toggle-wishlist-link-button{
  --tw-bg-opacity: 1;
  background-color: rgb(229 62 62 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.toggle-wishlist-link.active .toggle-wishlist-link-label:before {
  content: "Saved for later";
}

/* purgecss end ignore */
.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none{
  pointer-events: none;
}
.pointer-events-auto{
  pointer-events: auto;
}
.visible{
  visibility: visible;
}
.invisible{
  visibility: hidden;
}
.collapse{
  visibility: collapse;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.inset-0{
  inset: 0px;
}
.bottom-0{
  bottom: 0px;
}
.left-0{
  left: 0px;
}
.left-1\/2{
  left: 50%;
}
.right-0{
  right: 0px;
}
.right-auto{
  right: auto;
}
.top-0{
  top: 0px;
}
.top-1\/2{
  top: 50%;
}
.top-auto{
  top: auto;
}
.top-full{
  top: 100%;
}
.z-1{
  z-index: 1;
}
.z-10{
  z-index: 10;
}
.z-100{
  z-index: 100;
}
.z-40{
  z-index: 40;
}
.z-50{
  z-index: 50;
}
.order-first{
  order: -9999;
}
.col-span-7{
  grid-column: span 7 / span 7;
}
.-m-1{
  margin: -0.25rem;
}
.-m-2{
  margin: -0.5rem;
}
.-m-4{
  margin: -1rem;
}
.m-1{
  margin: 0.25rem;
}
.m-4{
  margin: 1rem;
}
.m-6{
  margin: 1.5rem;
}
.-mx-2{
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.-mx-4{
  margin-left: -1rem;
  margin-right: -1rem;
}
.-mx-px{
  margin-left: -1px;
  margin-right: -1px;
}
.-my-1{
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}
.-my-2{
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.-my-4{
  margin-top: -1rem;
  margin-bottom: -1rem;
}
.mx-1{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-1{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.-mb-32{
  margin-bottom: -8rem;
}
.-mb-6{
  margin-bottom: -1.5rem;
}
.-ml-1{
  margin-left: -0.25rem;
}
.-mr-1{
  margin-right: -0.25rem;
}
.-mt-24{
  margin-top: -6rem;
}
.-mt-6{
  margin-top: -1.5rem;
}
.mb-0{
  margin-bottom: 0px;
}
.mb-0\.5{
  margin-bottom: 0.125rem;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.mb-16{
  margin-bottom: 4rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-20{
  margin-bottom: 5rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.ml-1{
  margin-left: 0.25rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.ml-4{
  margin-left: 1rem;
}
.ml-auto{
  margin-left: auto;
}
.mr-1{
  margin-right: 0.25rem;
}
.mr-12{
  margin-right: 3rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.mr-3{
  margin-right: 0.75rem;
}
.mr-4{
  margin-right: 1rem;
}
.mr-auto{
  margin-right: auto;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-16{
  margin-top: 4rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-8{
  margin-top: 2rem;
}
.mt-auto{
  margin-top: auto;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.aspect-square{
  aspect-ratio: 1 / 1;
}
.aspect-video{
  aspect-ratio: 16 / 9;
}
.h-0{
  height: 0px;
}
.h-10{
  height: 2.5rem;
}
.h-12{
  height: 3rem;
}
.h-14{
  height: 3.5rem;
}
.h-16{
  height: 4rem;
}
.h-20{
  height: 5rem;
}
.h-24{
  height: 6rem;
}
.h-28{
  height: 7rem;
}
.h-40{
  height: 10rem;
}
.h-48{
  height: 12rem;
}
.h-6{
  height: 1.5rem;
}
.h-64{
  height: 16rem;
}
.h-8{
  height: 2rem;
}
.h-full{
  height: 100%;
}
.max-h-72{
  max-height: 18rem;
}
.max-h-96{
  max-height: 24rem;
}
.max-h-full{
  max-height: 100%;
}
.min-h-screen{
  min-height: 100vh;
}
.w-0{
  width: 0px;
}
.w-1{
  width: 0.25rem;
}
.w-1\/2{
  width: 50%;
}
.w-1\/3{
  width: 33.333333%;
}
.w-12{
  width: 3rem;
}
.w-14{
  width: 3.5rem;
}
.w-16{
  width: 4rem;
}
.w-2\/5{
  width: 40%;
}
.w-20{
  width: 5rem;
}
.w-24{
  width: 6rem;
}
.w-28{
  width: 7rem;
}
.w-3\/5{
  width: 60%;
}
.w-3\/6{
  width: 50%;
}
.w-36{
  width: 9rem;
}
.w-48{
  width: 12rem;
}
.w-52{
  width: 13rem;
}
.w-64{
  width: 16rem;
}
.w-8{
  width: 2rem;
}
.w-full{
  width: 100%;
}
.w-screen{
  width: 100vw;
}
.max-w-2xl{
  max-width: 42rem;
}
.max-w-3xl{
  max-width: 48rem;
}
.max-w-4xl{
  max-width: 56rem;
}
.max-w-full{
  max-width: 100%;
}
.max-w-lg{
  max-width: 32rem;
}
.max-w-sm{
  max-width: 24rem;
}
.max-w-xl{
  max-width: 36rem;
}
.max-w-xs{
  max-width: 20rem;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.shrink{
  flex-shrink: 1;
}
.shrink-0{
  flex-shrink: 0;
}
.flex-grow{
  flex-grow: 1;
}
.grow{
  flex-grow: 1;
}
.-translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-full{
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1{
  --tw-translate-y: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-1\/2{
  --tw-translate-x: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-64{
  --tw-translate-x: 16rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-4{
  --tw-translate-y: 1rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-100{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-95{
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform-none{
  transform: none;
}
@keyframes spin{
  to{
    transform: rotate(360deg);
  }
}
.animate-spin{
  animation: spin 1s linear infinite;
}
.cursor-auto{
  cursor: auto;
}
.cursor-context-menu{
  cursor: context-menu;
}
.cursor-pointer{
  cursor: pointer;
}
.select-none{
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.resize{
  resize: both;
}
.flex-row{
  flex-direction: row;
}
.flex-row-reverse{
  flex-direction: row-reverse;
}
.flex-col{
  flex-direction: column;
}
.flex-col-reverse{
  flex-direction: column-reverse;
}
.flex-wrap{
  flex-wrap: wrap;
}
.flex-nowrap{
  flex-wrap: nowrap;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.items-stretch{
  align-items: stretch;
}
.justify-start{
  justify-content: flex-start;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-x-auto{
  overflow-x: auto;
}
.overflow-y-auto{
  overflow-y: auto;
}
.overflow-x-hidden{
  overflow-x: hidden;
}
.overflow-y-hidden{
  overflow-y: hidden;
}
.overflow-y-scroll{
  overflow-y: scroll;
}
.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-ellipsis{
  text-overflow: ellipsis;
}
.text-clip{
  text-overflow: clip;
}
.text-wrap{
  text-wrap: wrap;
}
.text-nowrap{
  text-wrap: nowrap;
}
.text-balance{
  text-wrap: balance;
}
.text-pretty{
  text-wrap: pretty;
}
.rounded{
  border-radius: var(--border-radius, 0.25rem);
}
.rounded-3xl{
  border-radius: 1.5rem;
}
.rounded-button{
  border-radius: var(--button-border-radius, 0.25rem);
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-md{
  border-radius: 0.375rem;
}
.rounded-none{
  border-radius: 0px;
}
.rounded-t{
  border-top-left-radius: var(--border-radius, 0.25rem);
  border-top-right-radius: var(--border-radius, 0.25rem);
}
.border{
  border-width: var(--border-width, 1px);
}
.border-2{
  border-width: 2px;
}
.border-b{
  border-bottom-width: var(--border-width, 1px);
}
.border-l{
  border-left-width: var(--border-width, 1px);
}
.border-t{
  border-top-width: var(--border-width, 1px);
}
.border-t-2{
  border-top-width: 2px;
}
.border-dashed{
  border-style: dashed;
}
.border-none{
  border-style: none;
}
.border-grey{
  --tw-border-opacity: 1;
  border-color: rgb(226 226 226 / var(--tw-border-opacity, 1));
}
.border-grey-300{
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}
.border-light-grey{
  --tw-border-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-border-opacity, 1));
}
.border-primary{
  --tw-border-opacity: 1;
  border-color: rgba(var(--colour-primary, #000), var(--tw-border-opacity, 1));
}
.border-secondary{
  --tw-border-opacity: 1;
  border-color: rgba(var(--colour-secondary, #666), var(--tw-border-opacity, 1));
}
.bg-bg{
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colour-bg, #fff), var(--tw-bg-opacity, 1));
}
.bg-bg\/0{
  background-color: rgba(var(--colour-bg, #fff), 0);
}
.bg-bg\/10{
  background-color: rgba(var(--colour-bg, #fff), 0.1);
}
.bg-bg\/100{
  background-color: rgba(var(--colour-bg, #fff), 1);
}
.bg-bg\/15{
  background-color: rgba(var(--colour-bg, #fff), 0.15);
}
.bg-bg\/20{
  background-color: rgba(var(--colour-bg, #fff), 0.2);
}
.bg-bg\/25{
  background-color: rgba(var(--colour-bg, #fff), 0.25);
}
.bg-bg\/30{
  background-color: rgba(var(--colour-bg, #fff), 0.3);
}
.bg-bg\/35{
  background-color: rgba(var(--colour-bg, #fff), 0.35);
}
.bg-bg\/40{
  background-color: rgba(var(--colour-bg, #fff), 0.4);
}
.bg-bg\/45{
  background-color: rgba(var(--colour-bg, #fff), 0.45);
}
.bg-bg\/5{
  background-color: rgba(var(--colour-bg, #fff), 0.05);
}
.bg-bg\/50{
  background-color: rgba(var(--colour-bg, #fff), 0.5);
}
.bg-bg\/55{
  background-color: rgba(var(--colour-bg, #fff), 0.55);
}
.bg-bg\/60{
  background-color: rgba(var(--colour-bg, #fff), 0.6);
}
.bg-bg\/65{
  background-color: rgba(var(--colour-bg, #fff), 0.65);
}
.bg-bg\/70{
  background-color: rgba(var(--colour-bg, #fff), 0.7);
}
.bg-bg\/75{
  background-color: rgba(var(--colour-bg, #fff), 0.75);
}
.bg-bg\/80{
  background-color: rgba(var(--colour-bg, #fff), 0.8);
}
.bg-bg\/85{
  background-color: rgba(var(--colour-bg, #fff), 0.85);
}
.bg-bg\/90{
  background-color: rgba(var(--colour-bg, #fff), 0.9);
}
.bg-bg\/95{
  background-color: rgba(var(--colour-bg, #fff), 0.95);
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-black\/0{
  background-color: rgb(0 0 0 / 0);
}
.bg-black\/10{
  background-color: rgb(0 0 0 / 0.1);
}
.bg-black\/100{
  background-color: rgb(0 0 0 / 1);
}
.bg-black\/15{
  background-color: rgb(0 0 0 / 0.15);
}
.bg-black\/20{
  background-color: rgb(0 0 0 / 0.2);
}
.bg-black\/25{
  background-color: rgb(0 0 0 / 0.25);
}
.bg-black\/30{
  background-color: rgb(0 0 0 / 0.3);
}
.bg-black\/35{
  background-color: rgb(0 0 0 / 0.35);
}
.bg-black\/40{
  background-color: rgb(0 0 0 / 0.4);
}
.bg-black\/45{
  background-color: rgb(0 0 0 / 0.45);
}
.bg-black\/5{
  background-color: rgb(0 0 0 / 0.05);
}
.bg-black\/50{
  background-color: rgb(0 0 0 / 0.5);
}
.bg-black\/55{
  background-color: rgb(0 0 0 / 0.55);
}
.bg-black\/60{
  background-color: rgb(0 0 0 / 0.6);
}
.bg-black\/65{
  background-color: rgb(0 0 0 / 0.65);
}
.bg-black\/70{
  background-color: rgb(0 0 0 / 0.7);
}
.bg-black\/75{
  background-color: rgb(0 0 0 / 0.75);
}
.bg-black\/80{
  background-color: rgb(0 0 0 / 0.8);
}
.bg-black\/85{
  background-color: rgb(0 0 0 / 0.85);
}
.bg-black\/90{
  background-color: rgb(0 0 0 / 0.9);
}
.bg-black\/95{
  background-color: rgb(0 0 0 / 0.95);
}
.bg-current{
  background-color: currentColor;
}
.bg-dark{
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colour-dark, #21111E), var(--tw-bg-opacity, 1));
}
.bg-dark\/0{
  background-color: rgba(var(--colour-dark, #21111E), 0);
}
.bg-dark\/10{
  background-color: rgba(var(--colour-dark, #21111E), 0.1);
}
.bg-dark\/100{
  background-color: rgba(var(--colour-dark, #21111E), 1);
}
.bg-dark\/15{
  background-color: rgba(var(--colour-dark, #21111E), 0.15);
}
.bg-dark\/20{
  background-color: rgba(var(--colour-dark, #21111E), 0.2);
}
.bg-dark\/25{
  background-color: rgba(var(--colour-dark, #21111E), 0.25);
}
.bg-dark\/30{
  background-color: rgba(var(--colour-dark, #21111E), 0.3);
}
.bg-dark\/35{
  background-color: rgba(var(--colour-dark, #21111E), 0.35);
}
.bg-dark\/40{
  background-color: rgba(var(--colour-dark, #21111E), 0.4);
}
.bg-dark\/45{
  background-color: rgba(var(--colour-dark, #21111E), 0.45);
}
.bg-dark\/5{
  background-color: rgba(var(--colour-dark, #21111E), 0.05);
}
.bg-dark\/50{
  background-color: rgba(var(--colour-dark, #21111E), 0.5);
}
.bg-dark\/55{
  background-color: rgba(var(--colour-dark, #21111E), 0.55);
}
.bg-dark\/60{
  background-color: rgba(var(--colour-dark, #21111E), 0.6);
}
.bg-dark\/65{
  background-color: rgba(var(--colour-dark, #21111E), 0.65);
}
.bg-dark\/70{
  background-color: rgba(var(--colour-dark, #21111E), 0.7);
}
.bg-dark\/75{
  background-color: rgba(var(--colour-dark, #21111E), 0.75);
}
.bg-dark\/80{
  background-color: rgba(var(--colour-dark, #21111E), 0.8);
}
.bg-dark\/85{
  background-color: rgba(var(--colour-dark, #21111E), 0.85);
}
.bg-dark\/90{
  background-color: rgba(var(--colour-dark, #21111E), 0.9);
}
.bg-dark\/95{
  background-color: rgba(var(--colour-dark, #21111E), 0.95);
}
.bg-error{
  --tw-bg-opacity: 1;
  background-color: rgb(229 62 62 / var(--tw-bg-opacity, 1));
}
.bg-error\/0{
  background-color: rgb(229 62 62 / 0);
}
.bg-error\/10{
  background-color: rgb(229 62 62 / 0.1);
}
.bg-error\/100{
  background-color: rgb(229 62 62 / 1);
}
.bg-error\/15{
  background-color: rgb(229 62 62 / 0.15);
}
.bg-error\/20{
  background-color: rgb(229 62 62 / 0.2);
}
.bg-error\/25{
  background-color: rgb(229 62 62 / 0.25);
}
.bg-error\/30{
  background-color: rgb(229 62 62 / 0.3);
}
.bg-error\/35{
  background-color: rgb(229 62 62 / 0.35);
}
.bg-error\/40{
  background-color: rgb(229 62 62 / 0.4);
}
.bg-error\/45{
  background-color: rgb(229 62 62 / 0.45);
}
.bg-error\/5{
  background-color: rgb(229 62 62 / 0.05);
}
.bg-error\/50{
  background-color: rgb(229 62 62 / 0.5);
}
.bg-error\/55{
  background-color: rgb(229 62 62 / 0.55);
}
.bg-error\/60{
  background-color: rgb(229 62 62 / 0.6);
}
.bg-error\/65{
  background-color: rgb(229 62 62 / 0.65);
}
.bg-error\/70{
  background-color: rgb(229 62 62 / 0.7);
}
.bg-error\/75{
  background-color: rgb(229 62 62 / 0.75);
}
.bg-error\/80{
  background-color: rgb(229 62 62 / 0.8);
}
.bg-error\/85{
  background-color: rgb(229 62 62 / 0.85);
}
.bg-error\/90{
  background-color: rgb(229 62 62 / 0.9);
}
.bg-error\/95{
  background-color: rgb(229 62 62 / 0.95);
}
.bg-grey{
  --tw-bg-opacity: 1;
  background-color: rgb(226 226 226 / var(--tw-bg-opacity, 1));
}
.bg-grey-100{
  --tw-bg-opacity: 1;
  background-color: rgb(247 250 252 / var(--tw-bg-opacity, 1));
}
.bg-grey-100\/0{
  background-color: rgb(247 250 252 / 0);
}
.bg-grey-100\/10{
  background-color: rgb(247 250 252 / 0.1);
}
.bg-grey-100\/100{
  background-color: rgb(247 250 252 / 1);
}
.bg-grey-100\/15{
  background-color: rgb(247 250 252 / 0.15);
}
.bg-grey-100\/20{
  background-color: rgb(247 250 252 / 0.2);
}
.bg-grey-100\/25{
  background-color: rgb(247 250 252 / 0.25);
}
.bg-grey-100\/30{
  background-color: rgb(247 250 252 / 0.3);
}
.bg-grey-100\/35{
  background-color: rgb(247 250 252 / 0.35);
}
.bg-grey-100\/40{
  background-color: rgb(247 250 252 / 0.4);
}
.bg-grey-100\/45{
  background-color: rgb(247 250 252 / 0.45);
}
.bg-grey-100\/5{
  background-color: rgb(247 250 252 / 0.05);
}
.bg-grey-100\/50{
  background-color: rgb(247 250 252 / 0.5);
}
.bg-grey-100\/55{
  background-color: rgb(247 250 252 / 0.55);
}
.bg-grey-100\/60{
  background-color: rgb(247 250 252 / 0.6);
}
.bg-grey-100\/65{
  background-color: rgb(247 250 252 / 0.65);
}
.bg-grey-100\/70{
  background-color: rgb(247 250 252 / 0.7);
}
.bg-grey-100\/75{
  background-color: rgb(247 250 252 / 0.75);
}
.bg-grey-100\/80{
  background-color: rgb(247 250 252 / 0.8);
}
.bg-grey-100\/85{
  background-color: rgb(247 250 252 / 0.85);
}
.bg-grey-100\/90{
  background-color: rgb(247 250 252 / 0.9);
}
.bg-grey-100\/95{
  background-color: rgb(247 250 252 / 0.95);
}
.bg-grey-200{
  --tw-bg-opacity: 1;
  background-color: rgb(237 242 247 / var(--tw-bg-opacity, 1));
}
.bg-grey-200\/0{
  background-color: rgb(237 242 247 / 0);
}
.bg-grey-200\/10{
  background-color: rgb(237 242 247 / 0.1);
}
.bg-grey-200\/100{
  background-color: rgb(237 242 247 / 1);
}
.bg-grey-200\/15{
  background-color: rgb(237 242 247 / 0.15);
}
.bg-grey-200\/20{
  background-color: rgb(237 242 247 / 0.2);
}
.bg-grey-200\/25{
  background-color: rgb(237 242 247 / 0.25);
}
.bg-grey-200\/30{
  background-color: rgb(237 242 247 / 0.3);
}
.bg-grey-200\/35{
  background-color: rgb(237 242 247 / 0.35);
}
.bg-grey-200\/40{
  background-color: rgb(237 242 247 / 0.4);
}
.bg-grey-200\/45{
  background-color: rgb(237 242 247 / 0.45);
}
.bg-grey-200\/5{
  background-color: rgb(237 242 247 / 0.05);
}
.bg-grey-200\/50{
  background-color: rgb(237 242 247 / 0.5);
}
.bg-grey-200\/55{
  background-color: rgb(237 242 247 / 0.55);
}
.bg-grey-200\/60{
  background-color: rgb(237 242 247 / 0.6);
}
.bg-grey-200\/65{
  background-color: rgb(237 242 247 / 0.65);
}
.bg-grey-200\/70{
  background-color: rgb(237 242 247 / 0.7);
}
.bg-grey-200\/75{
  background-color: rgb(237 242 247 / 0.75);
}
.bg-grey-200\/80{
  background-color: rgb(237 242 247 / 0.8);
}
.bg-grey-200\/85{
  background-color: rgb(237 242 247 / 0.85);
}
.bg-grey-200\/90{
  background-color: rgb(237 242 247 / 0.9);
}
.bg-grey-200\/95{
  background-color: rgb(237 242 247 / 0.95);
}
.bg-grey-300{
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
}
.bg-grey-300\/0{
  background-color: rgb(226 232 240 / 0);
}
.bg-grey-300\/10{
  background-color: rgb(226 232 240 / 0.1);
}
.bg-grey-300\/100{
  background-color: rgb(226 232 240 / 1);
}
.bg-grey-300\/15{
  background-color: rgb(226 232 240 / 0.15);
}
.bg-grey-300\/20{
  background-color: rgb(226 232 240 / 0.2);
}
.bg-grey-300\/25{
  background-color: rgb(226 232 240 / 0.25);
}
.bg-grey-300\/30{
  background-color: rgb(226 232 240 / 0.3);
}
.bg-grey-300\/35{
  background-color: rgb(226 232 240 / 0.35);
}
.bg-grey-300\/40{
  background-color: rgb(226 232 240 / 0.4);
}
.bg-grey-300\/45{
  background-color: rgb(226 232 240 / 0.45);
}
.bg-grey-300\/5{
  background-color: rgb(226 232 240 / 0.05);
}
.bg-grey-300\/50{
  background-color: rgb(226 232 240 / 0.5);
}
.bg-grey-300\/55{
  background-color: rgb(226 232 240 / 0.55);
}
.bg-grey-300\/60{
  background-color: rgb(226 232 240 / 0.6);
}
.bg-grey-300\/65{
  background-color: rgb(226 232 240 / 0.65);
}
.bg-grey-300\/70{
  background-color: rgb(226 232 240 / 0.7);
}
.bg-grey-300\/75{
  background-color: rgb(226 232 240 / 0.75);
}
.bg-grey-300\/80{
  background-color: rgb(226 232 240 / 0.8);
}
.bg-grey-300\/85{
  background-color: rgb(226 232 240 / 0.85);
}
.bg-grey-300\/90{
  background-color: rgb(226 232 240 / 0.9);
}
.bg-grey-300\/95{
  background-color: rgb(226 232 240 / 0.95);
}
.bg-grey-400{
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 224 / var(--tw-bg-opacity, 1));
}
.bg-grey-400\/0{
  background-color: rgb(203 213 224 / 0);
}
.bg-grey-400\/10{
  background-color: rgb(203 213 224 / 0.1);
}
.bg-grey-400\/100{
  background-color: rgb(203 213 224 / 1);
}
.bg-grey-400\/15{
  background-color: rgb(203 213 224 / 0.15);
}
.bg-grey-400\/20{
  background-color: rgb(203 213 224 / 0.2);
}
.bg-grey-400\/25{
  background-color: rgb(203 213 224 / 0.25);
}
.bg-grey-400\/30{
  background-color: rgb(203 213 224 / 0.3);
}
.bg-grey-400\/35{
  background-color: rgb(203 213 224 / 0.35);
}
.bg-grey-400\/40{
  background-color: rgb(203 213 224 / 0.4);
}
.bg-grey-400\/45{
  background-color: rgb(203 213 224 / 0.45);
}
.bg-grey-400\/5{
  background-color: rgb(203 213 224 / 0.05);
}
.bg-grey-400\/50{
  background-color: rgb(203 213 224 / 0.5);
}
.bg-grey-400\/55{
  background-color: rgb(203 213 224 / 0.55);
}
.bg-grey-400\/60{
  background-color: rgb(203 213 224 / 0.6);
}
.bg-grey-400\/65{
  background-color: rgb(203 213 224 / 0.65);
}
.bg-grey-400\/70{
  background-color: rgb(203 213 224 / 0.7);
}
.bg-grey-400\/75{
  background-color: rgb(203 213 224 / 0.75);
}
.bg-grey-400\/80{
  background-color: rgb(203 213 224 / 0.8);
}
.bg-grey-400\/85{
  background-color: rgb(203 213 224 / 0.85);
}
.bg-grey-400\/90{
  background-color: rgb(203 213 224 / 0.9);
}
.bg-grey-400\/95{
  background-color: rgb(203 213 224 / 0.95);
}
.bg-grey-500{
  --tw-bg-opacity: 1;
  background-color: rgb(160 174 192 / var(--tw-bg-opacity, 1));
}
.bg-grey-500\/0{
  background-color: rgb(160 174 192 / 0);
}
.bg-grey-500\/10{
  background-color: rgb(160 174 192 / 0.1);
}
.bg-grey-500\/100{
  background-color: rgb(160 174 192 / 1);
}
.bg-grey-500\/15{
  background-color: rgb(160 174 192 / 0.15);
}
.bg-grey-500\/20{
  background-color: rgb(160 174 192 / 0.2);
}
.bg-grey-500\/25{
  background-color: rgb(160 174 192 / 0.25);
}
.bg-grey-500\/30{
  background-color: rgb(160 174 192 / 0.3);
}
.bg-grey-500\/35{
  background-color: rgb(160 174 192 / 0.35);
}
.bg-grey-500\/40{
  background-color: rgb(160 174 192 / 0.4);
}
.bg-grey-500\/45{
  background-color: rgb(160 174 192 / 0.45);
}
.bg-grey-500\/5{
  background-color: rgb(160 174 192 / 0.05);
}
.bg-grey-500\/50{
  background-color: rgb(160 174 192 / 0.5);
}
.bg-grey-500\/55{
  background-color: rgb(160 174 192 / 0.55);
}
.bg-grey-500\/60{
  background-color: rgb(160 174 192 / 0.6);
}
.bg-grey-500\/65{
  background-color: rgb(160 174 192 / 0.65);
}
.bg-grey-500\/70{
  background-color: rgb(160 174 192 / 0.7);
}
.bg-grey-500\/75{
  background-color: rgb(160 174 192 / 0.75);
}
.bg-grey-500\/80{
  background-color: rgb(160 174 192 / 0.8);
}
.bg-grey-500\/85{
  background-color: rgb(160 174 192 / 0.85);
}
.bg-grey-500\/90{
  background-color: rgb(160 174 192 / 0.9);
}
.bg-grey-500\/95{
  background-color: rgb(160 174 192 / 0.95);
}
.bg-grey-600{
  --tw-bg-opacity: 1;
  background-color: rgb(113 128 150 / var(--tw-bg-opacity, 1));
}
.bg-grey-600\/0{
  background-color: rgb(113 128 150 / 0);
}
.bg-grey-600\/10{
  background-color: rgb(113 128 150 / 0.1);
}
.bg-grey-600\/100{
  background-color: rgb(113 128 150 / 1);
}
.bg-grey-600\/15{
  background-color: rgb(113 128 150 / 0.15);
}
.bg-grey-600\/20{
  background-color: rgb(113 128 150 / 0.2);
}
.bg-grey-600\/25{
  background-color: rgb(113 128 150 / 0.25);
}
.bg-grey-600\/30{
  background-color: rgb(113 128 150 / 0.3);
}
.bg-grey-600\/35{
  background-color: rgb(113 128 150 / 0.35);
}
.bg-grey-600\/40{
  background-color: rgb(113 128 150 / 0.4);
}
.bg-grey-600\/45{
  background-color: rgb(113 128 150 / 0.45);
}
.bg-grey-600\/5{
  background-color: rgb(113 128 150 / 0.05);
}
.bg-grey-600\/50{
  background-color: rgb(113 128 150 / 0.5);
}
.bg-grey-600\/55{
  background-color: rgb(113 128 150 / 0.55);
}
.bg-grey-600\/60{
  background-color: rgb(113 128 150 / 0.6);
}
.bg-grey-600\/65{
  background-color: rgb(113 128 150 / 0.65);
}
.bg-grey-600\/70{
  background-color: rgb(113 128 150 / 0.7);
}
.bg-grey-600\/75{
  background-color: rgb(113 128 150 / 0.75);
}
.bg-grey-600\/80{
  background-color: rgb(113 128 150 / 0.8);
}
.bg-grey-600\/85{
  background-color: rgb(113 128 150 / 0.85);
}
.bg-grey-600\/90{
  background-color: rgb(113 128 150 / 0.9);
}
.bg-grey-600\/95{
  background-color: rgb(113 128 150 / 0.95);
}
.bg-grey-700{
  --tw-bg-opacity: 1;
  background-color: rgb(74 85 104 / var(--tw-bg-opacity, 1));
}
.bg-grey-700\/0{
  background-color: rgb(74 85 104 / 0);
}
.bg-grey-700\/10{
  background-color: rgb(74 85 104 / 0.1);
}
.bg-grey-700\/100{
  background-color: rgb(74 85 104 / 1);
}
.bg-grey-700\/15{
  background-color: rgb(74 85 104 / 0.15);
}
.bg-grey-700\/20{
  background-color: rgb(74 85 104 / 0.2);
}
.bg-grey-700\/25{
  background-color: rgb(74 85 104 / 0.25);
}
.bg-grey-700\/30{
  background-color: rgb(74 85 104 / 0.3);
}
.bg-grey-700\/35{
  background-color: rgb(74 85 104 / 0.35);
}
.bg-grey-700\/40{
  background-color: rgb(74 85 104 / 0.4);
}
.bg-grey-700\/45{
  background-color: rgb(74 85 104 / 0.45);
}
.bg-grey-700\/5{
  background-color: rgb(74 85 104 / 0.05);
}
.bg-grey-700\/50{
  background-color: rgb(74 85 104 / 0.5);
}
.bg-grey-700\/55{
  background-color: rgb(74 85 104 / 0.55);
}
.bg-grey-700\/60{
  background-color: rgb(74 85 104 / 0.6);
}
.bg-grey-700\/65{
  background-color: rgb(74 85 104 / 0.65);
}
.bg-grey-700\/70{
  background-color: rgb(74 85 104 / 0.7);
}
.bg-grey-700\/75{
  background-color: rgb(74 85 104 / 0.75);
}
.bg-grey-700\/80{
  background-color: rgb(74 85 104 / 0.8);
}
.bg-grey-700\/85{
  background-color: rgb(74 85 104 / 0.85);
}
.bg-grey-700\/90{
  background-color: rgb(74 85 104 / 0.9);
}
.bg-grey-700\/95{
  background-color: rgb(74 85 104 / 0.95);
}
.bg-grey-800{
  --tw-bg-opacity: 1;
  background-color: rgb(45 55 72 / var(--tw-bg-opacity, 1));
}
.bg-grey-800\/0{
  background-color: rgb(45 55 72 / 0);
}
.bg-grey-800\/10{
  background-color: rgb(45 55 72 / 0.1);
}
.bg-grey-800\/100{
  background-color: rgb(45 55 72 / 1);
}
.bg-grey-800\/15{
  background-color: rgb(45 55 72 / 0.15);
}
.bg-grey-800\/20{
  background-color: rgb(45 55 72 / 0.2);
}
.bg-grey-800\/25{
  background-color: rgb(45 55 72 / 0.25);
}
.bg-grey-800\/30{
  background-color: rgb(45 55 72 / 0.3);
}
.bg-grey-800\/35{
  background-color: rgb(45 55 72 / 0.35);
}
.bg-grey-800\/40{
  background-color: rgb(45 55 72 / 0.4);
}
.bg-grey-800\/45{
  background-color: rgb(45 55 72 / 0.45);
}
.bg-grey-800\/5{
  background-color: rgb(45 55 72 / 0.05);
}
.bg-grey-800\/50{
  background-color: rgb(45 55 72 / 0.5);
}
.bg-grey-800\/55{
  background-color: rgb(45 55 72 / 0.55);
}
.bg-grey-800\/60{
  background-color: rgb(45 55 72 / 0.6);
}
.bg-grey-800\/65{
  background-color: rgb(45 55 72 / 0.65);
}
.bg-grey-800\/70{
  background-color: rgb(45 55 72 / 0.7);
}
.bg-grey-800\/75{
  background-color: rgb(45 55 72 / 0.75);
}
.bg-grey-800\/80{
  background-color: rgb(45 55 72 / 0.8);
}
.bg-grey-800\/85{
  background-color: rgb(45 55 72 / 0.85);
}
.bg-grey-800\/90{
  background-color: rgb(45 55 72 / 0.9);
}
.bg-grey-800\/95{
  background-color: rgb(45 55 72 / 0.95);
}
.bg-grey-900{
  --tw-bg-opacity: 1;
  background-color: rgb(26 32 44 / var(--tw-bg-opacity, 1));
}
.bg-grey-900\/0{
  background-color: rgb(26 32 44 / 0);
}
.bg-grey-900\/10{
  background-color: rgb(26 32 44 / 0.1);
}
.bg-grey-900\/100{
  background-color: rgb(26 32 44 / 1);
}
.bg-grey-900\/15{
  background-color: rgb(26 32 44 / 0.15);
}
.bg-grey-900\/20{
  background-color: rgb(26 32 44 / 0.2);
}
.bg-grey-900\/25{
  background-color: rgb(26 32 44 / 0.25);
}
.bg-grey-900\/30{
  background-color: rgb(26 32 44 / 0.3);
}
.bg-grey-900\/35{
  background-color: rgb(26 32 44 / 0.35);
}
.bg-grey-900\/40{
  background-color: rgb(26 32 44 / 0.4);
}
.bg-grey-900\/45{
  background-color: rgb(26 32 44 / 0.45);
}
.bg-grey-900\/5{
  background-color: rgb(26 32 44 / 0.05);
}
.bg-grey-900\/50{
  background-color: rgb(26 32 44 / 0.5);
}
.bg-grey-900\/55{
  background-color: rgb(26 32 44 / 0.55);
}
.bg-grey-900\/60{
  background-color: rgb(26 32 44 / 0.6);
}
.bg-grey-900\/65{
  background-color: rgb(26 32 44 / 0.65);
}
.bg-grey-900\/70{
  background-color: rgb(26 32 44 / 0.7);
}
.bg-grey-900\/75{
  background-color: rgb(26 32 44 / 0.75);
}
.bg-grey-900\/80{
  background-color: rgb(26 32 44 / 0.8);
}
.bg-grey-900\/85{
  background-color: rgb(26 32 44 / 0.85);
}
.bg-grey-900\/90{
  background-color: rgb(26 32 44 / 0.9);
}
.bg-grey-900\/95{
  background-color: rgb(26 32 44 / 0.95);
}
.bg-grey\/0{
  background-color: rgb(226 226 226 / 0);
}
.bg-grey\/10{
  background-color: rgb(226 226 226 / 0.1);
}
.bg-grey\/100{
  background-color: rgb(226 226 226 / 1);
}
.bg-grey\/15{
  background-color: rgb(226 226 226 / 0.15);
}
.bg-grey\/20{
  background-color: rgb(226 226 226 / 0.2);
}
.bg-grey\/25{
  background-color: rgb(226 226 226 / 0.25);
}
.bg-grey\/30{
  background-color: rgb(226 226 226 / 0.3);
}
.bg-grey\/35{
  background-color: rgb(226 226 226 / 0.35);
}
.bg-grey\/40{
  background-color: rgb(226 226 226 / 0.4);
}
.bg-grey\/45{
  background-color: rgb(226 226 226 / 0.45);
}
.bg-grey\/5{
  background-color: rgb(226 226 226 / 0.05);
}
.bg-grey\/50{
  background-color: rgb(226 226 226 / 0.5);
}
.bg-grey\/55{
  background-color: rgb(226 226 226 / 0.55);
}
.bg-grey\/60{
  background-color: rgb(226 226 226 / 0.6);
}
.bg-grey\/65{
  background-color: rgb(226 226 226 / 0.65);
}
.bg-grey\/70{
  background-color: rgb(226 226 226 / 0.7);
}
.bg-grey\/75{
  background-color: rgb(226 226 226 / 0.75);
}
.bg-grey\/80{
  background-color: rgb(226 226 226 / 0.8);
}
.bg-grey\/85{
  background-color: rgb(226 226 226 / 0.85);
}
.bg-grey\/90{
  background-color: rgb(226 226 226 / 0.9);
}
.bg-grey\/95{
  background-color: rgb(226 226 226 / 0.95);
}
.bg-light{
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colour-light, #fff), var(--tw-bg-opacity, 1));
}
.bg-light-grey{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}
.bg-light-grey\/0{
  background-color: rgb(245 245 245 / 0);
}
.bg-light-grey\/10{
  background-color: rgb(245 245 245 / 0.1);
}
.bg-light-grey\/100{
  background-color: rgb(245 245 245 / 1);
}
.bg-light-grey\/15{
  background-color: rgb(245 245 245 / 0.15);
}
.bg-light-grey\/20{
  background-color: rgb(245 245 245 / 0.2);
}
.bg-light-grey\/25{
  background-color: rgb(245 245 245 / 0.25);
}
.bg-light-grey\/30{
  background-color: rgb(245 245 245 / 0.3);
}
.bg-light-grey\/35{
  background-color: rgb(245 245 245 / 0.35);
}
.bg-light-grey\/40{
  background-color: rgb(245 245 245 / 0.4);
}
.bg-light-grey\/45{
  background-color: rgb(245 245 245 / 0.45);
}
.bg-light-grey\/5{
  background-color: rgb(245 245 245 / 0.05);
}
.bg-light-grey\/50{
  background-color: rgb(245 245 245 / 0.5);
}
.bg-light-grey\/55{
  background-color: rgb(245 245 245 / 0.55);
}
.bg-light-grey\/60{
  background-color: rgb(245 245 245 / 0.6);
}
.bg-light-grey\/65{
  background-color: rgb(245 245 245 / 0.65);
}
.bg-light-grey\/70{
  background-color: rgb(245 245 245 / 0.7);
}
.bg-light-grey\/75{
  background-color: rgb(245 245 245 / 0.75);
}
.bg-light-grey\/80{
  background-color: rgb(245 245 245 / 0.8);
}
.bg-light-grey\/85{
  background-color: rgb(245 245 245 / 0.85);
}
.bg-light-grey\/90{
  background-color: rgb(245 245 245 / 0.9);
}
.bg-light-grey\/95{
  background-color: rgb(245 245 245 / 0.95);
}
.bg-light\/0{
  background-color: rgba(var(--colour-light, #fff), 0);
}
.bg-light\/10{
  background-color: rgba(var(--colour-light, #fff), 0.1);
}
.bg-light\/100{
  background-color: rgba(var(--colour-light, #fff), 1);
}
.bg-light\/15{
  background-color: rgba(var(--colour-light, #fff), 0.15);
}
.bg-light\/20{
  background-color: rgba(var(--colour-light, #fff), 0.2);
}
.bg-light\/25{
  background-color: rgba(var(--colour-light, #fff), 0.25);
}
.bg-light\/30{
  background-color: rgba(var(--colour-light, #fff), 0.3);
}
.bg-light\/35{
  background-color: rgba(var(--colour-light, #fff), 0.35);
}
.bg-light\/40{
  background-color: rgba(var(--colour-light, #fff), 0.4);
}
.bg-light\/45{
  background-color: rgba(var(--colour-light, #fff), 0.45);
}
.bg-light\/5{
  background-color: rgba(var(--colour-light, #fff), 0.05);
}
.bg-light\/50{
  background-color: rgba(var(--colour-light, #fff), 0.5);
}
.bg-light\/55{
  background-color: rgba(var(--colour-light, #fff), 0.55);
}
.bg-light\/60{
  background-color: rgba(var(--colour-light, #fff), 0.6);
}
.bg-light\/65{
  background-color: rgba(var(--colour-light, #fff), 0.65);
}
.bg-light\/70{
  background-color: rgba(var(--colour-light, #fff), 0.7);
}
.bg-light\/75{
  background-color: rgba(var(--colour-light, #fff), 0.75);
}
.bg-light\/80{
  background-color: rgba(var(--colour-light, #fff), 0.8);
}
.bg-light\/85{
  background-color: rgba(var(--colour-light, #fff), 0.85);
}
.bg-light\/90{
  background-color: rgba(var(--colour-light, #fff), 0.9);
}
.bg-light\/95{
  background-color: rgba(var(--colour-light, #fff), 0.95);
}
.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colour-primary, #000), var(--tw-bg-opacity, 1));
}
.bg-primary\/0{
  background-color: rgba(var(--colour-primary, #000), 0);
}
.bg-primary\/10{
  background-color: rgba(var(--colour-primary, #000), 0.1);
}
.bg-primary\/100{
  background-color: rgba(var(--colour-primary, #000), 1);
}
.bg-primary\/15{
  background-color: rgba(var(--colour-primary, #000), 0.15);
}
.bg-primary\/20{
  background-color: rgba(var(--colour-primary, #000), 0.2);
}
.bg-primary\/25{
  background-color: rgba(var(--colour-primary, #000), 0.25);
}
.bg-primary\/30{
  background-color: rgba(var(--colour-primary, #000), 0.3);
}
.bg-primary\/35{
  background-color: rgba(var(--colour-primary, #000), 0.35);
}
.bg-primary\/40{
  background-color: rgba(var(--colour-primary, #000), 0.4);
}
.bg-primary\/45{
  background-color: rgba(var(--colour-primary, #000), 0.45);
}
.bg-primary\/5{
  background-color: rgba(var(--colour-primary, #000), 0.05);
}
.bg-primary\/50{
  background-color: rgba(var(--colour-primary, #000), 0.5);
}
.bg-primary\/55{
  background-color: rgba(var(--colour-primary, #000), 0.55);
}
.bg-primary\/60{
  background-color: rgba(var(--colour-primary, #000), 0.6);
}
.bg-primary\/65{
  background-color: rgba(var(--colour-primary, #000), 0.65);
}
.bg-primary\/70{
  background-color: rgba(var(--colour-primary, #000), 0.7);
}
.bg-primary\/75{
  background-color: rgba(var(--colour-primary, #000), 0.75);
}
.bg-primary\/80{
  background-color: rgba(var(--colour-primary, #000), 0.8);
}
.bg-primary\/85{
  background-color: rgba(var(--colour-primary, #000), 0.85);
}
.bg-primary\/90{
  background-color: rgba(var(--colour-primary, #000), 0.9);
}
.bg-primary\/95{
  background-color: rgba(var(--colour-primary, #000), 0.95);
}
.bg-secondary{
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colour-secondary, #666), var(--tw-bg-opacity, 1));
}
.bg-secondary\/0{
  background-color: rgba(var(--colour-secondary, #666), 0);
}
.bg-secondary\/10{
  background-color: rgba(var(--colour-secondary, #666), 0.1);
}
.bg-secondary\/100{
  background-color: rgba(var(--colour-secondary, #666), 1);
}
.bg-secondary\/15{
  background-color: rgba(var(--colour-secondary, #666), 0.15);
}
.bg-secondary\/20{
  background-color: rgba(var(--colour-secondary, #666), 0.2);
}
.bg-secondary\/25{
  background-color: rgba(var(--colour-secondary, #666), 0.25);
}
.bg-secondary\/30{
  background-color: rgba(var(--colour-secondary, #666), 0.3);
}
.bg-secondary\/35{
  background-color: rgba(var(--colour-secondary, #666), 0.35);
}
.bg-secondary\/40{
  background-color: rgba(var(--colour-secondary, #666), 0.4);
}
.bg-secondary\/45{
  background-color: rgba(var(--colour-secondary, #666), 0.45);
}
.bg-secondary\/5{
  background-color: rgba(var(--colour-secondary, #666), 0.05);
}
.bg-secondary\/50{
  background-color: rgba(var(--colour-secondary, #666), 0.5);
}
.bg-secondary\/55{
  background-color: rgba(var(--colour-secondary, #666), 0.55);
}
.bg-secondary\/60{
  background-color: rgba(var(--colour-secondary, #666), 0.6);
}
.bg-secondary\/65{
  background-color: rgba(var(--colour-secondary, #666), 0.65);
}
.bg-secondary\/70{
  background-color: rgba(var(--colour-secondary, #666), 0.7);
}
.bg-secondary\/75{
  background-color: rgba(var(--colour-secondary, #666), 0.75);
}
.bg-secondary\/80{
  background-color: rgba(var(--colour-secondary, #666), 0.8);
}
.bg-secondary\/85{
  background-color: rgba(var(--colour-secondary, #666), 0.85);
}
.bg-secondary\/90{
  background-color: rgba(var(--colour-secondary, #666), 0.9);
}
.bg-secondary\/95{
  background-color: rgba(var(--colour-secondary, #666), 0.95);
}
.bg-success{
  --tw-bg-opacity: 1;
  background-color: rgb(56 161 105 / var(--tw-bg-opacity, 1));
}
.bg-success\/0{
  background-color: rgb(56 161 105 / 0);
}
.bg-success\/10{
  background-color: rgb(56 161 105 / 0.1);
}
.bg-success\/100{
  background-color: rgb(56 161 105 / 1);
}
.bg-success\/15{
  background-color: rgb(56 161 105 / 0.15);
}
.bg-success\/20{
  background-color: rgb(56 161 105 / 0.2);
}
.bg-success\/25{
  background-color: rgb(56 161 105 / 0.25);
}
.bg-success\/30{
  background-color: rgb(56 161 105 / 0.3);
}
.bg-success\/35{
  background-color: rgb(56 161 105 / 0.35);
}
.bg-success\/40{
  background-color: rgb(56 161 105 / 0.4);
}
.bg-success\/45{
  background-color: rgb(56 161 105 / 0.45);
}
.bg-success\/5{
  background-color: rgb(56 161 105 / 0.05);
}
.bg-success\/50{
  background-color: rgb(56 161 105 / 0.5);
}
.bg-success\/55{
  background-color: rgb(56 161 105 / 0.55);
}
.bg-success\/60{
  background-color: rgb(56 161 105 / 0.6);
}
.bg-success\/65{
  background-color: rgb(56 161 105 / 0.65);
}
.bg-success\/70{
  background-color: rgb(56 161 105 / 0.7);
}
.bg-success\/75{
  background-color: rgb(56 161 105 / 0.75);
}
.bg-success\/80{
  background-color: rgb(56 161 105 / 0.8);
}
.bg-success\/85{
  background-color: rgb(56 161 105 / 0.85);
}
.bg-success\/90{
  background-color: rgb(56 161 105 / 0.9);
}
.bg-success\/95{
  background-color: rgb(56 161 105 / 0.95);
}
.bg-tertiary{
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colour-tertiary, #b5b5b5), var(--tw-bg-opacity, 1));
}
.bg-tertiary\/0{
  background-color: rgba(var(--colour-tertiary, #b5b5b5), 0);
}
.bg-tertiary\/10{
  background-color: rgba(var(--colour-tertiary, #b5b5b5), 0.1);
}
.bg-tertiary\/100{
  background-color: rgba(var(--colour-tertiary, #b5b5b5), 1);
}
.bg-tertiary\/15{
  background-color: rgba(var(--colour-tertiary, #b5b5b5), 0.15);
}
.bg-tertiary\/20{
  background-color: rgba(var(--colour-tertiary, #b5b5b5), 0.2);
}
.bg-tertiary\/25{
  background-color: rgba(var(--colour-tertiary, #b5b5b5), 0.25);
}
.bg-tertiary\/30{
  background-color: rgba(var(--colour-tertiary, #b5b5b5), 0.3);
}
.bg-tertiary\/35{
  background-color: rgba(var(--colour-tertiary, #b5b5b5), 0.35);
}
.bg-tertiary\/40{
  background-color: rgba(var(--colour-tertiary, #b5b5b5), 0.4);
}
.bg-tertiary\/45{
  background-color: rgba(var(--colour-tertiary, #b5b5b5), 0.45);
}
.bg-tertiary\/5{
  background-color: rgba(var(--colour-tertiary, #b5b5b5), 0.05);
}
.bg-tertiary\/50{
  background-color: rgba(var(--colour-tertiary, #b5b5b5), 0.5);
}
.bg-tertiary\/55{
  background-color: rgba(var(--colour-tertiary, #b5b5b5), 0.55);
}
.bg-tertiary\/60{
  background-color: rgba(var(--colour-tertiary, #b5b5b5), 0.6);
}
.bg-tertiary\/65{
  background-color: rgba(var(--colour-tertiary, #b5b5b5), 0.65);
}
.bg-tertiary\/70{
  background-color: rgba(var(--colour-tertiary, #b5b5b5), 0.7);
}
.bg-tertiary\/75{
  background-color: rgba(var(--colour-tertiary, #b5b5b5), 0.75);
}
.bg-tertiary\/80{
  background-color: rgba(var(--colour-tertiary, #b5b5b5), 0.8);
}
.bg-tertiary\/85{
  background-color: rgba(var(--colour-tertiary, #b5b5b5), 0.85);
}
.bg-tertiary\/90{
  background-color: rgba(var(--colour-tertiary, #b5b5b5), 0.9);
}
.bg-tertiary\/95{
  background-color: rgba(var(--colour-tertiary, #b5b5b5), 0.95);
}
.bg-transparent{
  background-color: transparent;
}
.bg-transparent\/0{
  background-color: rgb(0 0 0 / 0);
}
.bg-transparent\/10{
  background-color: rgb(0 0 0 / 0.1);
}
.bg-transparent\/100{
  background-color: rgb(0 0 0 / 1);
}
.bg-transparent\/15{
  background-color: rgb(0 0 0 / 0.15);
}
.bg-transparent\/20{
  background-color: rgb(0 0 0 / 0.2);
}
.bg-transparent\/25{
  background-color: rgb(0 0 0 / 0.25);
}
.bg-transparent\/30{
  background-color: rgb(0 0 0 / 0.3);
}
.bg-transparent\/35{
  background-color: rgb(0 0 0 / 0.35);
}
.bg-transparent\/40{
  background-color: rgb(0 0 0 / 0.4);
}
.bg-transparent\/45{
  background-color: rgb(0 0 0 / 0.45);
}
.bg-transparent\/5{
  background-color: rgb(0 0 0 / 0.05);
}
.bg-transparent\/50{
  background-color: rgb(0 0 0 / 0.5);
}
.bg-transparent\/55{
  background-color: rgb(0 0 0 / 0.55);
}
.bg-transparent\/60{
  background-color: rgb(0 0 0 / 0.6);
}
.bg-transparent\/65{
  background-color: rgb(0 0 0 / 0.65);
}
.bg-transparent\/70{
  background-color: rgb(0 0 0 / 0.7);
}
.bg-transparent\/75{
  background-color: rgb(0 0 0 / 0.75);
}
.bg-transparent\/80{
  background-color: rgb(0 0 0 / 0.8);
}
.bg-transparent\/85{
  background-color: rgb(0 0 0 / 0.85);
}
.bg-transparent\/90{
  background-color: rgb(0 0 0 / 0.9);
}
.bg-transparent\/95{
  background-color: rgb(0 0 0 / 0.95);
}
.bg-warning{
  --tw-bg-opacity: 1;
  background-color: rgb(214 158 46 / var(--tw-bg-opacity, 1));
}
.bg-warning\/0{
  background-color: rgb(214 158 46 / 0);
}
.bg-warning\/10{
  background-color: rgb(214 158 46 / 0.1);
}
.bg-warning\/100{
  background-color: rgb(214 158 46 / 1);
}
.bg-warning\/15{
  background-color: rgb(214 158 46 / 0.15);
}
.bg-warning\/20{
  background-color: rgb(214 158 46 / 0.2);
}
.bg-warning\/25{
  background-color: rgb(214 158 46 / 0.25);
}
.bg-warning\/30{
  background-color: rgb(214 158 46 / 0.3);
}
.bg-warning\/35{
  background-color: rgb(214 158 46 / 0.35);
}
.bg-warning\/40{
  background-color: rgb(214 158 46 / 0.4);
}
.bg-warning\/45{
  background-color: rgb(214 158 46 / 0.45);
}
.bg-warning\/5{
  background-color: rgb(214 158 46 / 0.05);
}
.bg-warning\/50{
  background-color: rgb(214 158 46 / 0.5);
}
.bg-warning\/55{
  background-color: rgb(214 158 46 / 0.55);
}
.bg-warning\/60{
  background-color: rgb(214 158 46 / 0.6);
}
.bg-warning\/65{
  background-color: rgb(214 158 46 / 0.65);
}
.bg-warning\/70{
  background-color: rgb(214 158 46 / 0.7);
}
.bg-warning\/75{
  background-color: rgb(214 158 46 / 0.75);
}
.bg-warning\/80{
  background-color: rgb(214 158 46 / 0.8);
}
.bg-warning\/85{
  background-color: rgb(214 158 46 / 0.85);
}
.bg-warning\/90{
  background-color: rgb(214 158 46 / 0.9);
}
.bg-warning\/95{
  background-color: rgb(214 158 46 / 0.95);
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-white\/0{
  background-color: rgb(255 255 255 / 0);
}
.bg-white\/10{
  background-color: rgb(255 255 255 / 0.1);
}
.bg-white\/100{
  background-color: rgb(255 255 255 / 1);
}
.bg-white\/15{
  background-color: rgb(255 255 255 / 0.15);
}
.bg-white\/20{
  background-color: rgb(255 255 255 / 0.2);
}
.bg-white\/25{
  background-color: rgb(255 255 255 / 0.25);
}
.bg-white\/30{
  background-color: rgb(255 255 255 / 0.3);
}
.bg-white\/35{
  background-color: rgb(255 255 255 / 0.35);
}
.bg-white\/40{
  background-color: rgb(255 255 255 / 0.4);
}
.bg-white\/45{
  background-color: rgb(255 255 255 / 0.45);
}
.bg-white\/5{
  background-color: rgb(255 255 255 / 0.05);
}
.bg-white\/50{
  background-color: rgb(255 255 255 / 0.5);
}
.bg-white\/55{
  background-color: rgb(255 255 255 / 0.55);
}
.bg-white\/60{
  background-color: rgb(255 255 255 / 0.6);
}
.bg-white\/65{
  background-color: rgb(255 255 255 / 0.65);
}
.bg-white\/70{
  background-color: rgb(255 255 255 / 0.7);
}
.bg-white\/75{
  background-color: rgb(255 255 255 / 0.75);
}
.bg-white\/80{
  background-color: rgb(255 255 255 / 0.8);
}
.bg-white\/85{
  background-color: rgb(255 255 255 / 0.85);
}
.bg-white\/90{
  background-color: rgb(255 255 255 / 0.9);
}
.bg-white\/95{
  background-color: rgb(255 255 255 / 0.95);
}
.bg-opacity-0{
  --tw-bg-opacity: 0;
}
.bg-opacity-10{
  --tw-bg-opacity: 0.1;
}
.bg-opacity-100{
  --tw-bg-opacity: 1;
}
.bg-opacity-15{
  --tw-bg-opacity: 0.15;
}
.bg-opacity-20{
  --tw-bg-opacity: 0.2;
}
.bg-opacity-25{
  --tw-bg-opacity: 0.25;
}
.bg-opacity-30{
  --tw-bg-opacity: 0.3;
}
.bg-opacity-35{
  --tw-bg-opacity: 0.35;
}
.bg-opacity-40{
  --tw-bg-opacity: 0.4;
}
.bg-opacity-45{
  --tw-bg-opacity: 0.45;
}
.bg-opacity-5{
  --tw-bg-opacity: 0.05;
}
.bg-opacity-50{
  --tw-bg-opacity: 0.5;
}
.bg-opacity-55{
  --tw-bg-opacity: 0.55;
}
.bg-opacity-60{
  --tw-bg-opacity: 0.6;
}
.bg-opacity-65{
  --tw-bg-opacity: 0.65;
}
.bg-opacity-70{
  --tw-bg-opacity: 0.7;
}
.bg-opacity-75{
  --tw-bg-opacity: 0.75;
}
.bg-opacity-80{
  --tw-bg-opacity: 0.8;
}
.bg-opacity-85{
  --tw-bg-opacity: 0.85;
}
.bg-opacity-90{
  --tw-bg-opacity: 0.9;
}
.bg-opacity-95{
  --tw-bg-opacity: 0.95;
}
.bg-gradient-to-b{
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-bl{
  background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
}
.bg-gradient-to-br{
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.bg-gradient-to-l{
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}
.bg-gradient-to-r{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.bg-gradient-to-t{
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.bg-gradient-to-tl{
  background-image: linear-gradient(to top left, var(--tw-gradient-stops));
}
.bg-gradient-to-tr{
  background-image: linear-gradient(to top right, var(--tw-gradient-stops));
}
.bg-none{
  background-image: none;
}
.from-bg{
  --tw-gradient-from: rgb(var(--colour-bg, #fff)) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(var(--colour-bg, #fff), 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-transparent{
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-bg{
  --tw-gradient-to: rgba(var(--colour-bg, #fff), 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--colour-bg, #fff)) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-bg{
  --tw-gradient-to: rgb(var(--colour-bg, #fff)) var(--tw-gradient-to-position);
}
.to-transparent{
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.bg-auto{
  background-size: auto;
}
.bg-contain{
  background-size: contain;
}
.bg-cover{
  background-size: cover;
}
.bg-fixed{
  background-attachment: fixed;
}
.bg-local{
  background-attachment: local;
}
.bg-scroll{
  background-attachment: scroll;
}
.bg-clip-border{
  background-clip: border-box;
}
.bg-clip-padding{
  background-clip: padding-box;
}
.bg-clip-content{
  background-clip: content-box;
}
.bg-clip-text{
  -webkit-background-clip: text;
          background-clip: text;
}
.bg-bottom{
  background-position: bottom;
}
.bg-center{
  background-position: center;
}
.bg-left{
  background-position: left;
}
.bg-left-bottom{
  background-position: left bottom;
}
.bg-left-top{
  background-position: left top;
}
.bg-right{
  background-position: right;
}
.bg-right-bottom{
  background-position: right bottom;
}
.bg-right-top{
  background-position: right top;
}
.bg-top{
  background-position: top;
}
.bg-repeat{
  background-repeat: repeat;
}
.bg-no-repeat{
  background-repeat: no-repeat;
}
.bg-repeat-x{
  background-repeat: repeat-x;
}
.bg-repeat-y{
  background-repeat: repeat-y;
}
.bg-repeat-round{
  background-repeat: round;
}
.bg-repeat-space{
  background-repeat: space;
}
.bg-origin-border{
  background-origin: border-box;
}
.bg-origin-padding{
  background-origin: padding-box;
}
.bg-origin-content{
  background-origin: content-box;
}
.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.object-fill{
  -o-object-fit: fill;
     object-fit: fill;
}
.object-none{
  -o-object-fit: none;
     object-fit: none;
}
.object-scale-down{
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.object-bottom{
  -o-object-position: bottom;
     object-position: bottom;
}
.object-center{
  -o-object-position: center;
     object-position: center;
}
.object-left{
  -o-object-position: left;
     object-position: left;
}
.object-left-bottom{
  -o-object-position: left bottom;
     object-position: left bottom;
}
.object-left-top{
  -o-object-position: left top;
     object-position: left top;
}
.object-right{
  -o-object-position: right;
     object-position: right;
}
.object-right-bottom{
  -o-object-position: right bottom;
     object-position: right bottom;
}
.object-right-top{
  -o-object-position: right top;
     object-position: right top;
}
.object-top{
  -o-object-position: top;
     object-position: top;
}
.p-0{
  padding: 0px;
}
.p-1{
  padding: 0.25rem;
}
.p-10{
  padding: 2.5rem;
}
.p-12{
  padding: 3rem;
}
.p-2{
  padding: 0.5rem;
}
.p-3{
  padding: 0.75rem;
}
.p-4{
  padding: 1rem;
}
.p-5{
  padding: 1.25rem;
}
.p-6{
  padding: 1.5rem;
}
.p-8{
  padding: 2rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-32{
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-0{
  padding-bottom: 0px;
}
.pb-1{
  padding-bottom: 0.25rem;
}
.pb-12{
  padding-bottom: 3rem;
}
.pb-16{
  padding-bottom: 4rem;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pb-20{
  padding-bottom: 5rem;
}
.pb-24{
  padding-bottom: 6rem;
}
.pb-3{
  padding-bottom: 0.75rem;
}
.pb-32{
  padding-bottom: 8rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-5{
  padding-bottom: 1.25rem;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pb-8{
  padding-bottom: 2rem;
}
.pl-2{
  padding-left: 0.5rem;
}
.pl-3{
  padding-left: 0.75rem;
}
.pl-4{
  padding-left: 1rem;
}
.pl-6{
  padding-left: 1.5rem;
}
.pr-10{
  padding-right: 2.5rem;
}
.pr-12{
  padding-right: 3rem;
}
.pr-2{
  padding-right: 0.5rem;
}
.pr-4{
  padding-right: 1rem;
}
.pr-8{
  padding-right: 2rem;
}
.pt-0{
  padding-top: 0px;
}
.pt-1\/2{
  padding-top: 50%;
}
.pt-10{
  padding-top: 2.5rem;
}
.pt-14{
  padding-top: 3.5rem;
}
.pt-16{
  padding-top: 4rem;
}
.pt-2{
  padding-top: 0.5rem;
}
.pt-20{
  padding-top: 5rem;
}
.pt-24{
  padding-top: 6rem;
}
.pt-3{
  padding-top: 0.75rem;
}
.pt-3\/4{
  padding-top: 75%;
}
.pt-4{
  padding-top: 1rem;
}
.pt-6{
  padding-top: 1.5rem;
}
.pt-8{
  padding-top: 2rem;
}
.pt-9\/10{
  padding-top: 90%;
}
.pt-full{
  padding-top: 100%;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.text-justify{
  text-align: justify;
}
.text-start{
  text-align: start;
}
.text-end{
  text-align: end;
}
.align-text-top{
  vertical-align: text-top;
}
.align-text-bottom{
  vertical-align: text-bottom;
}
.font-body{
  font-family: var(--font-body), ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.font-heading{
  font-family: var(--font-heading), ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.text-2xl{
  font-size: 1.5rem;
}
.text-3xl{
  font-size: 1.875rem;
}
.text-4xl{
  font-size: 2.25rem;
}
.text-5xl{
  font-size: 3rem;
}
.text-6xl{
  font-size: 4rem;
}
.text-base{
  font-size: 1rem;
}
.text-lg{
  font-size: 1.125rem;
}
.text-sm{
  font-size: 0.875rem;
}
.text-xl{
  font-size: 1.25rem;
}
.text-xs{
  font-size: 0.75rem;
}
.font-black{
  font-weight: 900;
}
.font-bold{
  font-weight: 700;
}
.font-medium{
  font-weight: 500;
}
.font-normal{
  font-weight: 400;
}
.uppercase{
  text-transform: uppercase;
}
.lowercase{
  text-transform: lowercase;
}
.capitalize{
  text-transform: capitalize;
}
.italic{
  font-style: italic;
}
.leading-loose{
  line-height: 2;
}
.leading-none{
  line-height: 1;
}
.leading-relaxed{
  line-height: 1.625;
}
.leading-tight{
  line-height: 1.25;
}
.tracking-wider{
  letter-spacing: 0.05em;
}
.text-bg{
  --tw-text-opacity: 1;
  color: rgba(var(--colour-bg, #fff), var(--tw-text-opacity, 1));
}
.text-bg\/0{
  color: rgba(var(--colour-bg, #fff), 0);
}
.text-bg\/10{
  color: rgba(var(--colour-bg, #fff), 0.1);
}
.text-bg\/100{
  color: rgba(var(--colour-bg, #fff), 1);
}
.text-bg\/15{
  color: rgba(var(--colour-bg, #fff), 0.15);
}
.text-bg\/20{
  color: rgba(var(--colour-bg, #fff), 0.2);
}
.text-bg\/25{
  color: rgba(var(--colour-bg, #fff), 0.25);
}
.text-bg\/30{
  color: rgba(var(--colour-bg, #fff), 0.3);
}
.text-bg\/35{
  color: rgba(var(--colour-bg, #fff), 0.35);
}
.text-bg\/40{
  color: rgba(var(--colour-bg, #fff), 0.4);
}
.text-bg\/45{
  color: rgba(var(--colour-bg, #fff), 0.45);
}
.text-bg\/5{
  color: rgba(var(--colour-bg, #fff), 0.05);
}
.text-bg\/50{
  color: rgba(var(--colour-bg, #fff), 0.5);
}
.text-bg\/55{
  color: rgba(var(--colour-bg, #fff), 0.55);
}
.text-bg\/60{
  color: rgba(var(--colour-bg, #fff), 0.6);
}
.text-bg\/65{
  color: rgba(var(--colour-bg, #fff), 0.65);
}
.text-bg\/70{
  color: rgba(var(--colour-bg, #fff), 0.7);
}
.text-bg\/75{
  color: rgba(var(--colour-bg, #fff), 0.75);
}
.text-bg\/80{
  color: rgba(var(--colour-bg, #fff), 0.8);
}
.text-bg\/85{
  color: rgba(var(--colour-bg, #fff), 0.85);
}
.text-bg\/90{
  color: rgba(var(--colour-bg, #fff), 0.9);
}
.text-bg\/95{
  color: rgba(var(--colour-bg, #fff), 0.95);
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-black\/0{
  color: rgb(0 0 0 / 0);
}
.text-black\/10{
  color: rgb(0 0 0 / 0.1);
}
.text-black\/100{
  color: rgb(0 0 0 / 1);
}
.text-black\/15{
  color: rgb(0 0 0 / 0.15);
}
.text-black\/20{
  color: rgb(0 0 0 / 0.2);
}
.text-black\/25{
  color: rgb(0 0 0 / 0.25);
}
.text-black\/30{
  color: rgb(0 0 0 / 0.3);
}
.text-black\/35{
  color: rgb(0 0 0 / 0.35);
}
.text-black\/40{
  color: rgb(0 0 0 / 0.4);
}
.text-black\/45{
  color: rgb(0 0 0 / 0.45);
}
.text-black\/5{
  color: rgb(0 0 0 / 0.05);
}
.text-black\/50{
  color: rgb(0 0 0 / 0.5);
}
.text-black\/55{
  color: rgb(0 0 0 / 0.55);
}
.text-black\/60{
  color: rgb(0 0 0 / 0.6);
}
.text-black\/65{
  color: rgb(0 0 0 / 0.65);
}
.text-black\/70{
  color: rgb(0 0 0 / 0.7);
}
.text-black\/75{
  color: rgb(0 0 0 / 0.75);
}
.text-black\/80{
  color: rgb(0 0 0 / 0.8);
}
.text-black\/85{
  color: rgb(0 0 0 / 0.85);
}
.text-black\/90{
  color: rgb(0 0 0 / 0.9);
}
.text-black\/95{
  color: rgb(0 0 0 / 0.95);
}
.text-current{
  color: currentColor;
}
.text-dark{
  --tw-text-opacity: 1;
  color: rgba(var(--colour-dark, #21111E), var(--tw-text-opacity, 1));
}
.text-dark\/0{
  color: rgba(var(--colour-dark, #21111E), 0);
}
.text-dark\/10{
  color: rgba(var(--colour-dark, #21111E), 0.1);
}
.text-dark\/100{
  color: rgba(var(--colour-dark, #21111E), 1);
}
.text-dark\/15{
  color: rgba(var(--colour-dark, #21111E), 0.15);
}
.text-dark\/20{
  color: rgba(var(--colour-dark, #21111E), 0.2);
}
.text-dark\/25{
  color: rgba(var(--colour-dark, #21111E), 0.25);
}
.text-dark\/30{
  color: rgba(var(--colour-dark, #21111E), 0.3);
}
.text-dark\/35{
  color: rgba(var(--colour-dark, #21111E), 0.35);
}
.text-dark\/40{
  color: rgba(var(--colour-dark, #21111E), 0.4);
}
.text-dark\/45{
  color: rgba(var(--colour-dark, #21111E), 0.45);
}
.text-dark\/5{
  color: rgba(var(--colour-dark, #21111E), 0.05);
}
.text-dark\/50{
  color: rgba(var(--colour-dark, #21111E), 0.5);
}
.text-dark\/55{
  color: rgba(var(--colour-dark, #21111E), 0.55);
}
.text-dark\/60{
  color: rgba(var(--colour-dark, #21111E), 0.6);
}
.text-dark\/65{
  color: rgba(var(--colour-dark, #21111E), 0.65);
}
.text-dark\/70{
  color: rgba(var(--colour-dark, #21111E), 0.7);
}
.text-dark\/75{
  color: rgba(var(--colour-dark, #21111E), 0.75);
}
.text-dark\/80{
  color: rgba(var(--colour-dark, #21111E), 0.8);
}
.text-dark\/85{
  color: rgba(var(--colour-dark, #21111E), 0.85);
}
.text-dark\/90{
  color: rgba(var(--colour-dark, #21111E), 0.9);
}
.text-dark\/95{
  color: rgba(var(--colour-dark, #21111E), 0.95);
}
.text-error{
  --tw-text-opacity: 1;
  color: rgb(229 62 62 / var(--tw-text-opacity, 1));
}
.text-error\/0{
  color: rgb(229 62 62 / 0);
}
.text-error\/10{
  color: rgb(229 62 62 / 0.1);
}
.text-error\/100{
  color: rgb(229 62 62 / 1);
}
.text-error\/15{
  color: rgb(229 62 62 / 0.15);
}
.text-error\/20{
  color: rgb(229 62 62 / 0.2);
}
.text-error\/25{
  color: rgb(229 62 62 / 0.25);
}
.text-error\/30{
  color: rgb(229 62 62 / 0.3);
}
.text-error\/35{
  color: rgb(229 62 62 / 0.35);
}
.text-error\/40{
  color: rgb(229 62 62 / 0.4);
}
.text-error\/45{
  color: rgb(229 62 62 / 0.45);
}
.text-error\/5{
  color: rgb(229 62 62 / 0.05);
}
.text-error\/50{
  color: rgb(229 62 62 / 0.5);
}
.text-error\/55{
  color: rgb(229 62 62 / 0.55);
}
.text-error\/60{
  color: rgb(229 62 62 / 0.6);
}
.text-error\/65{
  color: rgb(229 62 62 / 0.65);
}
.text-error\/70{
  color: rgb(229 62 62 / 0.7);
}
.text-error\/75{
  color: rgb(229 62 62 / 0.75);
}
.text-error\/80{
  color: rgb(229 62 62 / 0.8);
}
.text-error\/85{
  color: rgb(229 62 62 / 0.85);
}
.text-error\/90{
  color: rgb(229 62 62 / 0.9);
}
.text-error\/95{
  color: rgb(229 62 62 / 0.95);
}
.text-grey{
  --tw-text-opacity: 1;
  color: rgb(226 226 226 / var(--tw-text-opacity, 1));
}
.text-grey-100{
  --tw-text-opacity: 1;
  color: rgb(247 250 252 / var(--tw-text-opacity, 1));
}
.text-grey-100\/0{
  color: rgb(247 250 252 / 0);
}
.text-grey-100\/10{
  color: rgb(247 250 252 / 0.1);
}
.text-grey-100\/100{
  color: rgb(247 250 252 / 1);
}
.text-grey-100\/15{
  color: rgb(247 250 252 / 0.15);
}
.text-grey-100\/20{
  color: rgb(247 250 252 / 0.2);
}
.text-grey-100\/25{
  color: rgb(247 250 252 / 0.25);
}
.text-grey-100\/30{
  color: rgb(247 250 252 / 0.3);
}
.text-grey-100\/35{
  color: rgb(247 250 252 / 0.35);
}
.text-grey-100\/40{
  color: rgb(247 250 252 / 0.4);
}
.text-grey-100\/45{
  color: rgb(247 250 252 / 0.45);
}
.text-grey-100\/5{
  color: rgb(247 250 252 / 0.05);
}
.text-grey-100\/50{
  color: rgb(247 250 252 / 0.5);
}
.text-grey-100\/55{
  color: rgb(247 250 252 / 0.55);
}
.text-grey-100\/60{
  color: rgb(247 250 252 / 0.6);
}
.text-grey-100\/65{
  color: rgb(247 250 252 / 0.65);
}
.text-grey-100\/70{
  color: rgb(247 250 252 / 0.7);
}
.text-grey-100\/75{
  color: rgb(247 250 252 / 0.75);
}
.text-grey-100\/80{
  color: rgb(247 250 252 / 0.8);
}
.text-grey-100\/85{
  color: rgb(247 250 252 / 0.85);
}
.text-grey-100\/90{
  color: rgb(247 250 252 / 0.9);
}
.text-grey-100\/95{
  color: rgb(247 250 252 / 0.95);
}
.text-grey-200{
  --tw-text-opacity: 1;
  color: rgb(237 242 247 / var(--tw-text-opacity, 1));
}
.text-grey-200\/0{
  color: rgb(237 242 247 / 0);
}
.text-grey-200\/10{
  color: rgb(237 242 247 / 0.1);
}
.text-grey-200\/100{
  color: rgb(237 242 247 / 1);
}
.text-grey-200\/15{
  color: rgb(237 242 247 / 0.15);
}
.text-grey-200\/20{
  color: rgb(237 242 247 / 0.2);
}
.text-grey-200\/25{
  color: rgb(237 242 247 / 0.25);
}
.text-grey-200\/30{
  color: rgb(237 242 247 / 0.3);
}
.text-grey-200\/35{
  color: rgb(237 242 247 / 0.35);
}
.text-grey-200\/40{
  color: rgb(237 242 247 / 0.4);
}
.text-grey-200\/45{
  color: rgb(237 242 247 / 0.45);
}
.text-grey-200\/5{
  color: rgb(237 242 247 / 0.05);
}
.text-grey-200\/50{
  color: rgb(237 242 247 / 0.5);
}
.text-grey-200\/55{
  color: rgb(237 242 247 / 0.55);
}
.text-grey-200\/60{
  color: rgb(237 242 247 / 0.6);
}
.text-grey-200\/65{
  color: rgb(237 242 247 / 0.65);
}
.text-grey-200\/70{
  color: rgb(237 242 247 / 0.7);
}
.text-grey-200\/75{
  color: rgb(237 242 247 / 0.75);
}
.text-grey-200\/80{
  color: rgb(237 242 247 / 0.8);
}
.text-grey-200\/85{
  color: rgb(237 242 247 / 0.85);
}
.text-grey-200\/90{
  color: rgb(237 242 247 / 0.9);
}
.text-grey-200\/95{
  color: rgb(237 242 247 / 0.95);
}
.text-grey-300{
  --tw-text-opacity: 1;
  color: rgb(226 232 240 / var(--tw-text-opacity, 1));
}
.text-grey-300\/0{
  color: rgb(226 232 240 / 0);
}
.text-grey-300\/10{
  color: rgb(226 232 240 / 0.1);
}
.text-grey-300\/100{
  color: rgb(226 232 240 / 1);
}
.text-grey-300\/15{
  color: rgb(226 232 240 / 0.15);
}
.text-grey-300\/20{
  color: rgb(226 232 240 / 0.2);
}
.text-grey-300\/25{
  color: rgb(226 232 240 / 0.25);
}
.text-grey-300\/30{
  color: rgb(226 232 240 / 0.3);
}
.text-grey-300\/35{
  color: rgb(226 232 240 / 0.35);
}
.text-grey-300\/40{
  color: rgb(226 232 240 / 0.4);
}
.text-grey-300\/45{
  color: rgb(226 232 240 / 0.45);
}
.text-grey-300\/5{
  color: rgb(226 232 240 / 0.05);
}
.text-grey-300\/50{
  color: rgb(226 232 240 / 0.5);
}
.text-grey-300\/55{
  color: rgb(226 232 240 / 0.55);
}
.text-grey-300\/60{
  color: rgb(226 232 240 / 0.6);
}
.text-grey-300\/65{
  color: rgb(226 232 240 / 0.65);
}
.text-grey-300\/70{
  color: rgb(226 232 240 / 0.7);
}
.text-grey-300\/75{
  color: rgb(226 232 240 / 0.75);
}
.text-grey-300\/80{
  color: rgb(226 232 240 / 0.8);
}
.text-grey-300\/85{
  color: rgb(226 232 240 / 0.85);
}
.text-grey-300\/90{
  color: rgb(226 232 240 / 0.9);
}
.text-grey-300\/95{
  color: rgb(226 232 240 / 0.95);
}
.text-grey-400{
  --tw-text-opacity: 1;
  color: rgb(203 213 224 / var(--tw-text-opacity, 1));
}
.text-grey-400\/0{
  color: rgb(203 213 224 / 0);
}
.text-grey-400\/10{
  color: rgb(203 213 224 / 0.1);
}
.text-grey-400\/100{
  color: rgb(203 213 224 / 1);
}
.text-grey-400\/15{
  color: rgb(203 213 224 / 0.15);
}
.text-grey-400\/20{
  color: rgb(203 213 224 / 0.2);
}
.text-grey-400\/25{
  color: rgb(203 213 224 / 0.25);
}
.text-grey-400\/30{
  color: rgb(203 213 224 / 0.3);
}
.text-grey-400\/35{
  color: rgb(203 213 224 / 0.35);
}
.text-grey-400\/40{
  color: rgb(203 213 224 / 0.4);
}
.text-grey-400\/45{
  color: rgb(203 213 224 / 0.45);
}
.text-grey-400\/5{
  color: rgb(203 213 224 / 0.05);
}
.text-grey-400\/50{
  color: rgb(203 213 224 / 0.5);
}
.text-grey-400\/55{
  color: rgb(203 213 224 / 0.55);
}
.text-grey-400\/60{
  color: rgb(203 213 224 / 0.6);
}
.text-grey-400\/65{
  color: rgb(203 213 224 / 0.65);
}
.text-grey-400\/70{
  color: rgb(203 213 224 / 0.7);
}
.text-grey-400\/75{
  color: rgb(203 213 224 / 0.75);
}
.text-grey-400\/80{
  color: rgb(203 213 224 / 0.8);
}
.text-grey-400\/85{
  color: rgb(203 213 224 / 0.85);
}
.text-grey-400\/90{
  color: rgb(203 213 224 / 0.9);
}
.text-grey-400\/95{
  color: rgb(203 213 224 / 0.95);
}
.text-grey-500{
  --tw-text-opacity: 1;
  color: rgb(160 174 192 / var(--tw-text-opacity, 1));
}
.text-grey-500\/0{
  color: rgb(160 174 192 / 0);
}
.text-grey-500\/10{
  color: rgb(160 174 192 / 0.1);
}
.text-grey-500\/100{
  color: rgb(160 174 192 / 1);
}
.text-grey-500\/15{
  color: rgb(160 174 192 / 0.15);
}
.text-grey-500\/20{
  color: rgb(160 174 192 / 0.2);
}
.text-grey-500\/25{
  color: rgb(160 174 192 / 0.25);
}
.text-grey-500\/30{
  color: rgb(160 174 192 / 0.3);
}
.text-grey-500\/35{
  color: rgb(160 174 192 / 0.35);
}
.text-grey-500\/40{
  color: rgb(160 174 192 / 0.4);
}
.text-grey-500\/45{
  color: rgb(160 174 192 / 0.45);
}
.text-grey-500\/5{
  color: rgb(160 174 192 / 0.05);
}
.text-grey-500\/50{
  color: rgb(160 174 192 / 0.5);
}
.text-grey-500\/55{
  color: rgb(160 174 192 / 0.55);
}
.text-grey-500\/60{
  color: rgb(160 174 192 / 0.6);
}
.text-grey-500\/65{
  color: rgb(160 174 192 / 0.65);
}
.text-grey-500\/70{
  color: rgb(160 174 192 / 0.7);
}
.text-grey-500\/75{
  color: rgb(160 174 192 / 0.75);
}
.text-grey-500\/80{
  color: rgb(160 174 192 / 0.8);
}
.text-grey-500\/85{
  color: rgb(160 174 192 / 0.85);
}
.text-grey-500\/90{
  color: rgb(160 174 192 / 0.9);
}
.text-grey-500\/95{
  color: rgb(160 174 192 / 0.95);
}
.text-grey-600{
  --tw-text-opacity: 1;
  color: rgb(113 128 150 / var(--tw-text-opacity, 1));
}
.text-grey-600\/0{
  color: rgb(113 128 150 / 0);
}
.text-grey-600\/10{
  color: rgb(113 128 150 / 0.1);
}
.text-grey-600\/100{
  color: rgb(113 128 150 / 1);
}
.text-grey-600\/15{
  color: rgb(113 128 150 / 0.15);
}
.text-grey-600\/20{
  color: rgb(113 128 150 / 0.2);
}
.text-grey-600\/25{
  color: rgb(113 128 150 / 0.25);
}
.text-grey-600\/30{
  color: rgb(113 128 150 / 0.3);
}
.text-grey-600\/35{
  color: rgb(113 128 150 / 0.35);
}
.text-grey-600\/40{
  color: rgb(113 128 150 / 0.4);
}
.text-grey-600\/45{
  color: rgb(113 128 150 / 0.45);
}
.text-grey-600\/5{
  color: rgb(113 128 150 / 0.05);
}
.text-grey-600\/50{
  color: rgb(113 128 150 / 0.5);
}
.text-grey-600\/55{
  color: rgb(113 128 150 / 0.55);
}
.text-grey-600\/60{
  color: rgb(113 128 150 / 0.6);
}
.text-grey-600\/65{
  color: rgb(113 128 150 / 0.65);
}
.text-grey-600\/70{
  color: rgb(113 128 150 / 0.7);
}
.text-grey-600\/75{
  color: rgb(113 128 150 / 0.75);
}
.text-grey-600\/80{
  color: rgb(113 128 150 / 0.8);
}
.text-grey-600\/85{
  color: rgb(113 128 150 / 0.85);
}
.text-grey-600\/90{
  color: rgb(113 128 150 / 0.9);
}
.text-grey-600\/95{
  color: rgb(113 128 150 / 0.95);
}
.text-grey-700{
  --tw-text-opacity: 1;
  color: rgb(74 85 104 / var(--tw-text-opacity, 1));
}
.text-grey-700\/0{
  color: rgb(74 85 104 / 0);
}
.text-grey-700\/10{
  color: rgb(74 85 104 / 0.1);
}
.text-grey-700\/100{
  color: rgb(74 85 104 / 1);
}
.text-grey-700\/15{
  color: rgb(74 85 104 / 0.15);
}
.text-grey-700\/20{
  color: rgb(74 85 104 / 0.2);
}
.text-grey-700\/25{
  color: rgb(74 85 104 / 0.25);
}
.text-grey-700\/30{
  color: rgb(74 85 104 / 0.3);
}
.text-grey-700\/35{
  color: rgb(74 85 104 / 0.35);
}
.text-grey-700\/40{
  color: rgb(74 85 104 / 0.4);
}
.text-grey-700\/45{
  color: rgb(74 85 104 / 0.45);
}
.text-grey-700\/5{
  color: rgb(74 85 104 / 0.05);
}
.text-grey-700\/50{
  color: rgb(74 85 104 / 0.5);
}
.text-grey-700\/55{
  color: rgb(74 85 104 / 0.55);
}
.text-grey-700\/60{
  color: rgb(74 85 104 / 0.6);
}
.text-grey-700\/65{
  color: rgb(74 85 104 / 0.65);
}
.text-grey-700\/70{
  color: rgb(74 85 104 / 0.7);
}
.text-grey-700\/75{
  color: rgb(74 85 104 / 0.75);
}
.text-grey-700\/80{
  color: rgb(74 85 104 / 0.8);
}
.text-grey-700\/85{
  color: rgb(74 85 104 / 0.85);
}
.text-grey-700\/90{
  color: rgb(74 85 104 / 0.9);
}
.text-grey-700\/95{
  color: rgb(74 85 104 / 0.95);
}
.text-grey-800{
  --tw-text-opacity: 1;
  color: rgb(45 55 72 / var(--tw-text-opacity, 1));
}
.text-grey-800\/0{
  color: rgb(45 55 72 / 0);
}
.text-grey-800\/10{
  color: rgb(45 55 72 / 0.1);
}
.text-grey-800\/100{
  color: rgb(45 55 72 / 1);
}
.text-grey-800\/15{
  color: rgb(45 55 72 / 0.15);
}
.text-grey-800\/20{
  color: rgb(45 55 72 / 0.2);
}
.text-grey-800\/25{
  color: rgb(45 55 72 / 0.25);
}
.text-grey-800\/30{
  color: rgb(45 55 72 / 0.3);
}
.text-grey-800\/35{
  color: rgb(45 55 72 / 0.35);
}
.text-grey-800\/40{
  color: rgb(45 55 72 / 0.4);
}
.text-grey-800\/45{
  color: rgb(45 55 72 / 0.45);
}
.text-grey-800\/5{
  color: rgb(45 55 72 / 0.05);
}
.text-grey-800\/50{
  color: rgb(45 55 72 / 0.5);
}
.text-grey-800\/55{
  color: rgb(45 55 72 / 0.55);
}
.text-grey-800\/60{
  color: rgb(45 55 72 / 0.6);
}
.text-grey-800\/65{
  color: rgb(45 55 72 / 0.65);
}
.text-grey-800\/70{
  color: rgb(45 55 72 / 0.7);
}
.text-grey-800\/75{
  color: rgb(45 55 72 / 0.75);
}
.text-grey-800\/80{
  color: rgb(45 55 72 / 0.8);
}
.text-grey-800\/85{
  color: rgb(45 55 72 / 0.85);
}
.text-grey-800\/90{
  color: rgb(45 55 72 / 0.9);
}
.text-grey-800\/95{
  color: rgb(45 55 72 / 0.95);
}
.text-grey-900{
  --tw-text-opacity: 1;
  color: rgb(26 32 44 / var(--tw-text-opacity, 1));
}
.text-grey-900\/0{
  color: rgb(26 32 44 / 0);
}
.text-grey-900\/10{
  color: rgb(26 32 44 / 0.1);
}
.text-grey-900\/100{
  color: rgb(26 32 44 / 1);
}
.text-grey-900\/15{
  color: rgb(26 32 44 / 0.15);
}
.text-grey-900\/20{
  color: rgb(26 32 44 / 0.2);
}
.text-grey-900\/25{
  color: rgb(26 32 44 / 0.25);
}
.text-grey-900\/30{
  color: rgb(26 32 44 / 0.3);
}
.text-grey-900\/35{
  color: rgb(26 32 44 / 0.35);
}
.text-grey-900\/40{
  color: rgb(26 32 44 / 0.4);
}
.text-grey-900\/45{
  color: rgb(26 32 44 / 0.45);
}
.text-grey-900\/5{
  color: rgb(26 32 44 / 0.05);
}
.text-grey-900\/50{
  color: rgb(26 32 44 / 0.5);
}
.text-grey-900\/55{
  color: rgb(26 32 44 / 0.55);
}
.text-grey-900\/60{
  color: rgb(26 32 44 / 0.6);
}
.text-grey-900\/65{
  color: rgb(26 32 44 / 0.65);
}
.text-grey-900\/70{
  color: rgb(26 32 44 / 0.7);
}
.text-grey-900\/75{
  color: rgb(26 32 44 / 0.75);
}
.text-grey-900\/80{
  color: rgb(26 32 44 / 0.8);
}
.text-grey-900\/85{
  color: rgb(26 32 44 / 0.85);
}
.text-grey-900\/90{
  color: rgb(26 32 44 / 0.9);
}
.text-grey-900\/95{
  color: rgb(26 32 44 / 0.95);
}
.text-grey\/0{
  color: rgb(226 226 226 / 0);
}
.text-grey\/10{
  color: rgb(226 226 226 / 0.1);
}
.text-grey\/100{
  color: rgb(226 226 226 / 1);
}
.text-grey\/15{
  color: rgb(226 226 226 / 0.15);
}
.text-grey\/20{
  color: rgb(226 226 226 / 0.2);
}
.text-grey\/25{
  color: rgb(226 226 226 / 0.25);
}
.text-grey\/30{
  color: rgb(226 226 226 / 0.3);
}
.text-grey\/35{
  color: rgb(226 226 226 / 0.35);
}
.text-grey\/40{
  color: rgb(226 226 226 / 0.4);
}
.text-grey\/45{
  color: rgb(226 226 226 / 0.45);
}
.text-grey\/5{
  color: rgb(226 226 226 / 0.05);
}
.text-grey\/50{
  color: rgb(226 226 226 / 0.5);
}
.text-grey\/55{
  color: rgb(226 226 226 / 0.55);
}
.text-grey\/60{
  color: rgb(226 226 226 / 0.6);
}
.text-grey\/65{
  color: rgb(226 226 226 / 0.65);
}
.text-grey\/70{
  color: rgb(226 226 226 / 0.7);
}
.text-grey\/75{
  color: rgb(226 226 226 / 0.75);
}
.text-grey\/80{
  color: rgb(226 226 226 / 0.8);
}
.text-grey\/85{
  color: rgb(226 226 226 / 0.85);
}
.text-grey\/90{
  color: rgb(226 226 226 / 0.9);
}
.text-grey\/95{
  color: rgb(226 226 226 / 0.95);
}
.text-light{
  --tw-text-opacity: 1;
  color: rgba(var(--colour-light, #fff), var(--tw-text-opacity, 1));
}
.text-light-grey{
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity, 1));
}
.text-light-grey\/0{
  color: rgb(245 245 245 / 0);
}
.text-light-grey\/10{
  color: rgb(245 245 245 / 0.1);
}
.text-light-grey\/100{
  color: rgb(245 245 245 / 1);
}
.text-light-grey\/15{
  color: rgb(245 245 245 / 0.15);
}
.text-light-grey\/20{
  color: rgb(245 245 245 / 0.2);
}
.text-light-grey\/25{
  color: rgb(245 245 245 / 0.25);
}
.text-light-grey\/30{
  color: rgb(245 245 245 / 0.3);
}
.text-light-grey\/35{
  color: rgb(245 245 245 / 0.35);
}
.text-light-grey\/40{
  color: rgb(245 245 245 / 0.4);
}
.text-light-grey\/45{
  color: rgb(245 245 245 / 0.45);
}
.text-light-grey\/5{
  color: rgb(245 245 245 / 0.05);
}
.text-light-grey\/50{
  color: rgb(245 245 245 / 0.5);
}
.text-light-grey\/55{
  color: rgb(245 245 245 / 0.55);
}
.text-light-grey\/60{
  color: rgb(245 245 245 / 0.6);
}
.text-light-grey\/65{
  color: rgb(245 245 245 / 0.65);
}
.text-light-grey\/70{
  color: rgb(245 245 245 / 0.7);
}
.text-light-grey\/75{
  color: rgb(245 245 245 / 0.75);
}
.text-light-grey\/80{
  color: rgb(245 245 245 / 0.8);
}
.text-light-grey\/85{
  color: rgb(245 245 245 / 0.85);
}
.text-light-grey\/90{
  color: rgb(245 245 245 / 0.9);
}
.text-light-grey\/95{
  color: rgb(245 245 245 / 0.95);
}
.text-light\/0{
  color: rgba(var(--colour-light, #fff), 0);
}
.text-light\/10{
  color: rgba(var(--colour-light, #fff), 0.1);
}
.text-light\/100{
  color: rgba(var(--colour-light, #fff), 1);
}
.text-light\/15{
  color: rgba(var(--colour-light, #fff), 0.15);
}
.text-light\/20{
  color: rgba(var(--colour-light, #fff), 0.2);
}
.text-light\/25{
  color: rgba(var(--colour-light, #fff), 0.25);
}
.text-light\/30{
  color: rgba(var(--colour-light, #fff), 0.3);
}
.text-light\/35{
  color: rgba(var(--colour-light, #fff), 0.35);
}
.text-light\/40{
  color: rgba(var(--colour-light, #fff), 0.4);
}
.text-light\/45{
  color: rgba(var(--colour-light, #fff), 0.45);
}
.text-light\/5{
  color: rgba(var(--colour-light, #fff), 0.05);
}
.text-light\/50{
  color: rgba(var(--colour-light, #fff), 0.5);
}
.text-light\/55{
  color: rgba(var(--colour-light, #fff), 0.55);
}
.text-light\/60{
  color: rgba(var(--colour-light, #fff), 0.6);
}
.text-light\/65{
  color: rgba(var(--colour-light, #fff), 0.65);
}
.text-light\/70{
  color: rgba(var(--colour-light, #fff), 0.7);
}
.text-light\/75{
  color: rgba(var(--colour-light, #fff), 0.75);
}
.text-light\/80{
  color: rgba(var(--colour-light, #fff), 0.8);
}
.text-light\/85{
  color: rgba(var(--colour-light, #fff), 0.85);
}
.text-light\/90{
  color: rgba(var(--colour-light, #fff), 0.9);
}
.text-light\/95{
  color: rgba(var(--colour-light, #fff), 0.95);
}
.text-primary{
  --tw-text-opacity: 1;
  color: rgba(var(--colour-primary, #000), var(--tw-text-opacity, 1));
}
.text-primary\/0{
  color: rgba(var(--colour-primary, #000), 0);
}
.text-primary\/10{
  color: rgba(var(--colour-primary, #000), 0.1);
}
.text-primary\/100{
  color: rgba(var(--colour-primary, #000), 1);
}
.text-primary\/15{
  color: rgba(var(--colour-primary, #000), 0.15);
}
.text-primary\/20{
  color: rgba(var(--colour-primary, #000), 0.2);
}
.text-primary\/25{
  color: rgba(var(--colour-primary, #000), 0.25);
}
.text-primary\/30{
  color: rgba(var(--colour-primary, #000), 0.3);
}
.text-primary\/35{
  color: rgba(var(--colour-primary, #000), 0.35);
}
.text-primary\/40{
  color: rgba(var(--colour-primary, #000), 0.4);
}
.text-primary\/45{
  color: rgba(var(--colour-primary, #000), 0.45);
}
.text-primary\/5{
  color: rgba(var(--colour-primary, #000), 0.05);
}
.text-primary\/50{
  color: rgba(var(--colour-primary, #000), 0.5);
}
.text-primary\/55{
  color: rgba(var(--colour-primary, #000), 0.55);
}
.text-primary\/60{
  color: rgba(var(--colour-primary, #000), 0.6);
}
.text-primary\/65{
  color: rgba(var(--colour-primary, #000), 0.65);
}
.text-primary\/70{
  color: rgba(var(--colour-primary, #000), 0.7);
}
.text-primary\/75{
  color: rgba(var(--colour-primary, #000), 0.75);
}
.text-primary\/80{
  color: rgba(var(--colour-primary, #000), 0.8);
}
.text-primary\/85{
  color: rgba(var(--colour-primary, #000), 0.85);
}
.text-primary\/90{
  color: rgba(var(--colour-primary, #000), 0.9);
}
.text-primary\/95{
  color: rgba(var(--colour-primary, #000), 0.95);
}
.text-secondary{
  --tw-text-opacity: 1;
  color: rgba(var(--colour-secondary, #666), var(--tw-text-opacity, 1));
}
.text-secondary\/0{
  color: rgba(var(--colour-secondary, #666), 0);
}
.text-secondary\/10{
  color: rgba(var(--colour-secondary, #666), 0.1);
}
.text-secondary\/100{
  color: rgba(var(--colour-secondary, #666), 1);
}
.text-secondary\/15{
  color: rgba(var(--colour-secondary, #666), 0.15);
}
.text-secondary\/20{
  color: rgba(var(--colour-secondary, #666), 0.2);
}
.text-secondary\/25{
  color: rgba(var(--colour-secondary, #666), 0.25);
}
.text-secondary\/30{
  color: rgba(var(--colour-secondary, #666), 0.3);
}
.text-secondary\/35{
  color: rgba(var(--colour-secondary, #666), 0.35);
}
.text-secondary\/40{
  color: rgba(var(--colour-secondary, #666), 0.4);
}
.text-secondary\/45{
  color: rgba(var(--colour-secondary, #666), 0.45);
}
.text-secondary\/5{
  color: rgba(var(--colour-secondary, #666), 0.05);
}
.text-secondary\/50{
  color: rgba(var(--colour-secondary, #666), 0.5);
}
.text-secondary\/55{
  color: rgba(var(--colour-secondary, #666), 0.55);
}
.text-secondary\/60{
  color: rgba(var(--colour-secondary, #666), 0.6);
}
.text-secondary\/65{
  color: rgba(var(--colour-secondary, #666), 0.65);
}
.text-secondary\/70{
  color: rgba(var(--colour-secondary, #666), 0.7);
}
.text-secondary\/75{
  color: rgba(var(--colour-secondary, #666), 0.75);
}
.text-secondary\/80{
  color: rgba(var(--colour-secondary, #666), 0.8);
}
.text-secondary\/85{
  color: rgba(var(--colour-secondary, #666), 0.85);
}
.text-secondary\/90{
  color: rgba(var(--colour-secondary, #666), 0.9);
}
.text-secondary\/95{
  color: rgba(var(--colour-secondary, #666), 0.95);
}
.text-success{
  --tw-text-opacity: 1;
  color: rgb(56 161 105 / var(--tw-text-opacity, 1));
}
.text-success\/0{
  color: rgb(56 161 105 / 0);
}
.text-success\/10{
  color: rgb(56 161 105 / 0.1);
}
.text-success\/100{
  color: rgb(56 161 105 / 1);
}
.text-success\/15{
  color: rgb(56 161 105 / 0.15);
}
.text-success\/20{
  color: rgb(56 161 105 / 0.2);
}
.text-success\/25{
  color: rgb(56 161 105 / 0.25);
}
.text-success\/30{
  color: rgb(56 161 105 / 0.3);
}
.text-success\/35{
  color: rgb(56 161 105 / 0.35);
}
.text-success\/40{
  color: rgb(56 161 105 / 0.4);
}
.text-success\/45{
  color: rgb(56 161 105 / 0.45);
}
.text-success\/5{
  color: rgb(56 161 105 / 0.05);
}
.text-success\/50{
  color: rgb(56 161 105 / 0.5);
}
.text-success\/55{
  color: rgb(56 161 105 / 0.55);
}
.text-success\/60{
  color: rgb(56 161 105 / 0.6);
}
.text-success\/65{
  color: rgb(56 161 105 / 0.65);
}
.text-success\/70{
  color: rgb(56 161 105 / 0.7);
}
.text-success\/75{
  color: rgb(56 161 105 / 0.75);
}
.text-success\/80{
  color: rgb(56 161 105 / 0.8);
}
.text-success\/85{
  color: rgb(56 161 105 / 0.85);
}
.text-success\/90{
  color: rgb(56 161 105 / 0.9);
}
.text-success\/95{
  color: rgb(56 161 105 / 0.95);
}
.text-tertiary{
  --tw-text-opacity: 1;
  color: rgba(var(--colour-tertiary, #b5b5b5), var(--tw-text-opacity, 1));
}
.text-tertiary\/0{
  color: rgba(var(--colour-tertiary, #b5b5b5), 0);
}
.text-tertiary\/10{
  color: rgba(var(--colour-tertiary, #b5b5b5), 0.1);
}
.text-tertiary\/100{
  color: rgba(var(--colour-tertiary, #b5b5b5), 1);
}
.text-tertiary\/15{
  color: rgba(var(--colour-tertiary, #b5b5b5), 0.15);
}
.text-tertiary\/20{
  color: rgba(var(--colour-tertiary, #b5b5b5), 0.2);
}
.text-tertiary\/25{
  color: rgba(var(--colour-tertiary, #b5b5b5), 0.25);
}
.text-tertiary\/30{
  color: rgba(var(--colour-tertiary, #b5b5b5), 0.3);
}
.text-tertiary\/35{
  color: rgba(var(--colour-tertiary, #b5b5b5), 0.35);
}
.text-tertiary\/40{
  color: rgba(var(--colour-tertiary, #b5b5b5), 0.4);
}
.text-tertiary\/45{
  color: rgba(var(--colour-tertiary, #b5b5b5), 0.45);
}
.text-tertiary\/5{
  color: rgba(var(--colour-tertiary, #b5b5b5), 0.05);
}
.text-tertiary\/50{
  color: rgba(var(--colour-tertiary, #b5b5b5), 0.5);
}
.text-tertiary\/55{
  color: rgba(var(--colour-tertiary, #b5b5b5), 0.55);
}
.text-tertiary\/60{
  color: rgba(var(--colour-tertiary, #b5b5b5), 0.6);
}
.text-tertiary\/65{
  color: rgba(var(--colour-tertiary, #b5b5b5), 0.65);
}
.text-tertiary\/70{
  color: rgba(var(--colour-tertiary, #b5b5b5), 0.7);
}
.text-tertiary\/75{
  color: rgba(var(--colour-tertiary, #b5b5b5), 0.75);
}
.text-tertiary\/80{
  color: rgba(var(--colour-tertiary, #b5b5b5), 0.8);
}
.text-tertiary\/85{
  color: rgba(var(--colour-tertiary, #b5b5b5), 0.85);
}
.text-tertiary\/90{
  color: rgba(var(--colour-tertiary, #b5b5b5), 0.9);
}
.text-tertiary\/95{
  color: rgba(var(--colour-tertiary, #b5b5b5), 0.95);
}
.text-transparent{
  color: transparent;
}
.text-transparent\/0{
  color: rgb(0 0 0 / 0);
}
.text-transparent\/10{
  color: rgb(0 0 0 / 0.1);
}
.text-transparent\/100{
  color: rgb(0 0 0 / 1);
}
.text-transparent\/15{
  color: rgb(0 0 0 / 0.15);
}
.text-transparent\/20{
  color: rgb(0 0 0 / 0.2);
}
.text-transparent\/25{
  color: rgb(0 0 0 / 0.25);
}
.text-transparent\/30{
  color: rgb(0 0 0 / 0.3);
}
.text-transparent\/35{
  color: rgb(0 0 0 / 0.35);
}
.text-transparent\/40{
  color: rgb(0 0 0 / 0.4);
}
.text-transparent\/45{
  color: rgb(0 0 0 / 0.45);
}
.text-transparent\/5{
  color: rgb(0 0 0 / 0.05);
}
.text-transparent\/50{
  color: rgb(0 0 0 / 0.5);
}
.text-transparent\/55{
  color: rgb(0 0 0 / 0.55);
}
.text-transparent\/60{
  color: rgb(0 0 0 / 0.6);
}
.text-transparent\/65{
  color: rgb(0 0 0 / 0.65);
}
.text-transparent\/70{
  color: rgb(0 0 0 / 0.7);
}
.text-transparent\/75{
  color: rgb(0 0 0 / 0.75);
}
.text-transparent\/80{
  color: rgb(0 0 0 / 0.8);
}
.text-transparent\/85{
  color: rgb(0 0 0 / 0.85);
}
.text-transparent\/90{
  color: rgb(0 0 0 / 0.9);
}
.text-transparent\/95{
  color: rgb(0 0 0 / 0.95);
}
.text-warning{
  --tw-text-opacity: 1;
  color: rgb(214 158 46 / var(--tw-text-opacity, 1));
}
.text-warning\/0{
  color: rgb(214 158 46 / 0);
}
.text-warning\/10{
  color: rgb(214 158 46 / 0.1);
}
.text-warning\/100{
  color: rgb(214 158 46 / 1);
}
.text-warning\/15{
  color: rgb(214 158 46 / 0.15);
}
.text-warning\/20{
  color: rgb(214 158 46 / 0.2);
}
.text-warning\/25{
  color: rgb(214 158 46 / 0.25);
}
.text-warning\/30{
  color: rgb(214 158 46 / 0.3);
}
.text-warning\/35{
  color: rgb(214 158 46 / 0.35);
}
.text-warning\/40{
  color: rgb(214 158 46 / 0.4);
}
.text-warning\/45{
  color: rgb(214 158 46 / 0.45);
}
.text-warning\/5{
  color: rgb(214 158 46 / 0.05);
}
.text-warning\/50{
  color: rgb(214 158 46 / 0.5);
}
.text-warning\/55{
  color: rgb(214 158 46 / 0.55);
}
.text-warning\/60{
  color: rgb(214 158 46 / 0.6);
}
.text-warning\/65{
  color: rgb(214 158 46 / 0.65);
}
.text-warning\/70{
  color: rgb(214 158 46 / 0.7);
}
.text-warning\/75{
  color: rgb(214 158 46 / 0.75);
}
.text-warning\/80{
  color: rgb(214 158 46 / 0.8);
}
.text-warning\/85{
  color: rgb(214 158 46 / 0.85);
}
.text-warning\/90{
  color: rgb(214 158 46 / 0.9);
}
.text-warning\/95{
  color: rgb(214 158 46 / 0.95);
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-white\/0{
  color: rgb(255 255 255 / 0);
}
.text-white\/10{
  color: rgb(255 255 255 / 0.1);
}
.text-white\/100{
  color: rgb(255 255 255 / 1);
}
.text-white\/15{
  color: rgb(255 255 255 / 0.15);
}
.text-white\/20{
  color: rgb(255 255 255 / 0.2);
}
.text-white\/25{
  color: rgb(255 255 255 / 0.25);
}
.text-white\/30{
  color: rgb(255 255 255 / 0.3);
}
.text-white\/35{
  color: rgb(255 255 255 / 0.35);
}
.text-white\/40{
  color: rgb(255 255 255 / 0.4);
}
.text-white\/45{
  color: rgb(255 255 255 / 0.45);
}
.text-white\/5{
  color: rgb(255 255 255 / 0.05);
}
.text-white\/50{
  color: rgb(255 255 255 / 0.5);
}
.text-white\/55{
  color: rgb(255 255 255 / 0.55);
}
.text-white\/60{
  color: rgb(255 255 255 / 0.6);
}
.text-white\/65{
  color: rgb(255 255 255 / 0.65);
}
.text-white\/70{
  color: rgb(255 255 255 / 0.7);
}
.text-white\/75{
  color: rgb(255 255 255 / 0.75);
}
.text-white\/80{
  color: rgb(255 255 255 / 0.8);
}
.text-white\/85{
  color: rgb(255 255 255 / 0.85);
}
.text-white\/90{
  color: rgb(255 255 255 / 0.9);
}
.text-white\/95{
  color: rgb(255 255 255 / 0.95);
}
.text-opacity-0{
  --tw-text-opacity: 0;
}
.text-opacity-10{
  --tw-text-opacity: 0.1;
}
.text-opacity-100{
  --tw-text-opacity: 1;
}
.text-opacity-15{
  --tw-text-opacity: 0.15;
}
.text-opacity-20{
  --tw-text-opacity: 0.2;
}
.text-opacity-25{
  --tw-text-opacity: 0.25;
}
.text-opacity-30{
  --tw-text-opacity: 0.3;
}
.text-opacity-35{
  --tw-text-opacity: 0.35;
}
.text-opacity-40{
  --tw-text-opacity: 0.4;
}
.text-opacity-45{
  --tw-text-opacity: 0.45;
}
.text-opacity-5{
  --tw-text-opacity: 0.05;
}
.text-opacity-50{
  --tw-text-opacity: 0.5;
}
.text-opacity-55{
  --tw-text-opacity: 0.55;
}
.text-opacity-60{
  --tw-text-opacity: 0.6;
}
.text-opacity-65{
  --tw-text-opacity: 0.65;
}
.text-opacity-70{
  --tw-text-opacity: 0.7;
}
.text-opacity-75{
  --tw-text-opacity: 0.75;
}
.text-opacity-80{
  --tw-text-opacity: 0.8;
}
.text-opacity-85{
  --tw-text-opacity: 0.85;
}
.text-opacity-90{
  --tw-text-opacity: 0.9;
}
.text-opacity-95{
  --tw-text-opacity: 0.95;
}
.underline{
  text-decoration-line: underline;
}
.opacity-0{
  opacity: 0;
}
.opacity-10{
  opacity: 0.1;
}
.opacity-100{
  opacity: 1;
}
.opacity-25{
  opacity: 0.25;
}
.opacity-50{
  opacity: 0.5;
}
.opacity-75{
  opacity: 0.75;
}
.bg-blend-normal{
  background-blend-mode: normal;
}
.bg-blend-multiply{
  background-blend-mode: multiply;
}
.bg-blend-screen{
  background-blend-mode: screen;
}
.bg-blend-overlay{
  background-blend-mode: overlay;
}
.bg-blend-darken{
  background-blend-mode: darken;
}
.bg-blend-lighten{
  background-blend-mode: lighten;
}
.bg-blend-color-dodge{
  background-blend-mode: color-dodge;
}
.bg-blend-color-burn{
  background-blend-mode: color-burn;
}
.bg-blend-hard-light{
  background-blend-mode: hard-light;
}
.bg-blend-soft-light{
  background-blend-mode: soft-light;
}
.bg-blend-difference{
  background-blend-mode: difference;
}
.bg-blend-exclusion{
  background-blend-mode: exclusion;
}
.bg-blend-hue{
  background-blend-mode: hue;
}
.bg-blend-saturation{
  background-blend-mode: saturation;
}
.bg-blend-color{
  background-blend-mode: color;
}
.bg-blend-luminosity{
  background-blend-mode: luminosity;
}
.shadow{
  --tw-shadow: 0 10px 20px 2px rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);
  --tw-shadow-colored: 0 10px 20px 2px var(--tw-shadow-color), 0 1px 2px 0 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-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline{
  outline-style: solid;
}
.blur{
  --tw-blur: blur(8px);
  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);
}
.grayscale{
  --tw-grayscale: grayscale(100%);
  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);
}
.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{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-shadow{
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-200{
  transition-duration: 200ms;
}
.duration-300{
  transition-duration: 300ms;
}
.ease-linear{
  transition-timing-function: linear;
}
.contact-card h3 {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
}

.contact-card a, .contact-card p {
  display: inline-block;
  opacity: 0.7;
  margin-bottom: 30px;
  font-weight: bold;
}

.form-heading {
  font-size: 14px;
  line-height: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.gform_wrapper{
  margin-top: 0.5rem;
}
.gform_wrapper .gform_heading h3 {
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.gform_wrapper .gform_body .gform_fields {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
}
@media (min-width: 1024px) {
  .gform_wrapper .gform_body .gform_fields .gfield {
    flex: 1 1 calc(50% - 1rem);
  }
}
.gform_wrapper .gform_body .gform_fields .gfield.gfield--width-full {
  flex: 1 1 100%;
}
.gform_wrapper .gform_body .gform_fields .gfield .gfield_label {
  display: block;
  margin-bottom: 0.2rem;
  font-weight: 600;
}
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=text],
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=email],
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=tel],
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea {
  width: 100%;
  padding: 0.75rem 1.2rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1rem;
  background: #EBEBED;
}
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=text]:focus,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=email]:focus,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container input[type=tel]:focus,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea:focus {
  outline: none;
  border-color: #999;
}
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea {
  max-height: 150px;
}
.gform_wrapper .gform_body .gform_fields .gfield.gfield_checkbox {
  display: flex;
  align-items: center;
  margin-top: 1rem;
}
.gform_wrapper .gform_body .gform_fields .gfield.gfield_checkbox .gfield_label {
  margin: 0;
  font-weight: 400;
}
.gform_wrapper .gform_body .gform_fields .gfield.gfield_checkbox input[type=checkbox] {
  margin-right: 0.5rem;
  transform: scale(1.2);
  cursor: pointer;
}
.gform_wrapper .gform_body .gform_fields .gfield.gfield_checkbox a {
  text-decoration: underline;
}
.gform_wrapper .gform_footer {
  margin-top: 1.5rem;
  display: flex;
  justify-content: flex-start;
}
.gform_wrapper .gform_footer .gform_button {
  background: #218838;
  color: #fff;
  padding: 0.75rem 2rem;
  border: none;
  border-radius: 4px;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
}
.gform_wrapper .gform_footer .gform_button:hover {
  background: #1e7e34;
}
.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.group:focus-within .group-focus-within\:pointer-events-auto{
  pointer-events: auto;
}
.group:focus-within .group-focus-within\:transform-none{
  transform: none;
}
.group:focus-within .group-focus-within\:opacity-100{
  opacity: 1;
}
.group:hover .group-hover\:pointer-events-auto{
  pointer-events: auto;
}
.group:hover .group-hover\:rotate-180{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:transform-none{
  transform: none;
}
.group:hover .group-hover\:opacity-0{
  opacity: 0;
}
.group:hover .group-hover\:opacity-100{
  opacity: 1;
}
@media (min-width: 420px){
  .xs\:left-auto{
    left: auto;
  }
  .xs\:w-80{
    width: 20rem;
  }
  .xs\:w-96{
    width: 24rem;
  }
}
@media (min-width: 640px){
  .sm\:flex{
    display: flex;
  }
  .sm\:w-1\/2{
    width: 50%;
  }
  .sm\:w-auto{
    width: auto;
  }
  .sm\:rounded-none{
    border-radius: 0px;
  }
  .sm\:rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }
  .sm\:rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }
}
@media (min-width: 768px){
  .md\:relative{
    position: relative;
  }
  .md\:left-auto{
    left: auto;
  }
  .md\:order-none{
    order: 0;
  }
  .md\:col-span-5{
    grid-column: span 5 / span 5;
  }
  .md\:-m-4{
    margin: -1rem;
  }
  .md\:-mt-32{
    margin-top: -8rem;
  }
  .md\:mb-0{
    margin-bottom: 0px;
  }
  .md\:mb-2{
    margin-bottom: 0.5rem;
  }
  .md\:mb-20{
    margin-bottom: 5rem;
  }
  .md\:ml-0{
    margin-left: 0px;
  }
  .md\:ml-3{
    margin-left: 0.75rem;
  }
  .md\:ml-8{
    margin-left: 2rem;
  }
  .md\:ml-auto{
    margin-left: auto;
  }
  .md\:mr-0{
    margin-right: 0px;
  }
  .md\:mr-12{
    margin-right: 3rem;
  }
  .md\:mr-2{
    margin-right: 0.5rem;
  }
  .md\:mr-6{
    margin-right: 1.5rem;
  }
  .md\:mr-8{
    margin-right: 2rem;
  }
  .md\:mt-20{
    margin-top: 5rem;
  }
  .md\:block{
    display: block;
  }
  .md\:flex{
    display: flex;
  }
  .md\:grid{
    display: grid;
  }
  .md\:hidden{
    display: none;
  }
  .md\:h-10{
    height: 2.5rem;
  }
  .md\:h-24{
    height: 6rem;
  }
  .md\:w-1\/2{
    width: 50%;
  }
  .md\:w-1\/3{
    width: 33.333333%;
  }
  .md\:w-1\/4{
    width: 25%;
  }
  .md\:w-2\/3{
    width: 66.666667%;
  }
  .md\:w-2\/5{
    width: 40%;
  }
  .md\:w-24{
    width: 6rem;
  }
  .md\:w-3\/4{
    width: 75%;
  }
  .md\:w-3\/5{
    width: 60%;
  }
  .md\:w-96{
    width: 24rem;
  }
  .md\:w-auto{
    width: auto;
  }
  .md\:grow{
    flex-grow: 1;
  }
  .md\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .md\:flex-row{
    flex-direction: row;
  }
  .md\:flex-row-reverse{
    flex-direction: row-reverse;
  }
  .md\:flex-col{
    flex-direction: column;
  }
  .md\:flex-wrap{
    flex-wrap: wrap;
  }
  .md\:items-start{
    align-items: flex-start;
  }
  .md\:items-end{
    align-items: flex-end;
  }
  .md\:justify-start{
    justify-content: flex-start;
  }
  .md\:justify-end{
    justify-content: flex-end;
  }
  .md\:justify-center{
    justify-content: center;
  }
  .md\:gap-4{
    gap: 1rem;
  }
  .md\:overflow-hidden{
    overflow: hidden;
  }
  .md\:rounded{
    border-radius: var(--border-radius, 0.25rem);
  }
  .md\:border-none{
    border-style: none;
  }
  .md\:bg-transparent{
    background-color: transparent;
  }
  .md\:bg-left{
    background-position: left;
  }
  .md\:p-10{
    padding: 2.5rem;
  }
  .md\:p-12{
    padding: 3rem;
  }
  .md\:p-2{
    padding: 0.5rem;
  }
  .md\:p-4{
    padding: 1rem;
  }
  .md\:p-6{
    padding: 1.5rem;
  }
  .md\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .md\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .md\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .md\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .md\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .md\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .md\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .md\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .md\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .md\:py-7{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
  .md\:pb-0{
    padding-bottom: 0px;
  }
  .md\:pb-16{
    padding-bottom: 4rem;
  }
  .md\:pb-48{
    padding-bottom: 12rem;
  }
  .md\:pb-8{
    padding-bottom: 2rem;
  }
  .md\:pl-10{
    padding-left: 2.5rem;
  }
  .md\:pl-16{
    padding-left: 4rem;
  }
  .md\:pl-2{
    padding-left: 0.5rem;
  }
  .md\:pl-8{
    padding-left: 2rem;
  }
  .md\:pr-10{
    padding-right: 2.5rem;
  }
  .md\:pr-2{
    padding-right: 0.5rem;
  }
  .md\:pr-8{
    padding-right: 2rem;
  }
  .md\:pt-0{
    padding-top: 0px;
  }
  .md\:pt-10{
    padding-top: 2.5rem;
  }
  .md\:pt-12{
    padding-top: 3rem;
  }
  .md\:pt-20{
    padding-top: 5rem;
  }
  .md\:pt-3\/4{
    padding-top: 75%;
  }
  .md\:pt-32{
    padding-top: 8rem;
  }
  .md\:text-right{
    text-align: right;
  }
  .md\:text-2xl{
    font-size: 1.5rem;
  }
  .md\:text-4xl{
    font-size: 2.25rem;
  }
  .md\:text-base{
    font-size: 1rem;
  }
  .md\:opacity-100{
    opacity: 1;
  }
}
@media (min-width: 1024px){
  .lg\:static{
    position: static;
  }
  .lg\:left-1\/2{
    left: 50%;
  }
  .lg\:left-auto{
    left: auto;
  }
  .lg\:right-1\/2{
    right: 50%;
  }
  .lg\:right-auto{
    right: auto;
  }
  .lg\:order-last{
    order: 9999;
  }
  .lg\:mb-0{
    margin-bottom: 0px;
  }
  .lg\:mb-4{
    margin-bottom: 1rem;
  }
  .lg\:mb-6{
    margin-bottom: 1.5rem;
  }
  .lg\:ml-20{
    margin-left: 5rem;
  }
  .lg\:mr-1{
    margin-right: 0.25rem;
  }
  .lg\:mr-10{
    margin-right: 2.5rem;
  }
  .lg\:mr-16{
    margin-right: 4rem;
  }
  .lg\:mr-6{
    margin-right: 1.5rem;
  }
  .lg\:mt-0{
    margin-top: 0px;
  }
  .lg\:mt-10{
    margin-top: 2.5rem;
  }
  .lg\:block{
    display: block;
  }
  .lg\:flex{
    display: flex;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:h-40{
    height: 10rem;
  }
  .lg\:w-1{
    width: 0.25rem;
  }
  .lg\:w-1\/2{
    width: 50%;
  }
  .lg\:w-1\/3{
    width: 33.333333%;
  }
  .lg\:w-1\/4{
    width: 25%;
  }
  .lg\:w-1\/5{
    width: 20%;
  }
  .lg\:w-2\/3{
    width: 66.666667%;
  }
  .lg\:w-2\/5{
    width: 40%;
  }
  .lg\:w-3\/5{
    width: 60%;
  }
  .lg\:w-32{
    width: 8rem;
  }
  .lg\:w-4\/5{
    width: 80%;
  }
  .lg\:w-5\/12{
    width: 41.666667%;
  }
  .lg\:w-56{
    width: 14rem;
  }
  .lg\:w-7\/12{
    width: 58.333333%;
  }
  .lg\:w-96{
    width: 24rem;
  }
  .lg\:w-screen-1\/2{
    width: 50vw;
  }
  .lg\:shrink-0{
    flex-shrink: 0;
  }
  .lg\:grow{
    flex-grow: 1;
  }
  .lg\:transform-none{
    transform: none;
  }
  .lg\:flex-row{
    flex-direction: row;
  }
  .lg\:flex-row-reverse{
    flex-direction: row-reverse;
  }
  .lg\:flex-col{
    flex-direction: column;
  }
  .lg\:items-start{
    align-items: flex-start;
  }
  .lg\:items-center{
    align-items: center;
  }
  .lg\:justify-end{
    justify-content: flex-end;
  }
  .lg\:justify-center{
    justify-content: center;
  }
  .lg\:overflow-hidden{
    overflow: hidden;
  }
  .lg\:rounded{
    border-radius: var(--border-radius, 0.25rem);
  }
  .lg\:border{
    border-width: var(--border-width, 1px);
  }
  .lg\:bg-grey-200{
    --tw-bg-opacity: 1;
    background-color: rgb(237 242 247 / var(--tw-bg-opacity, 1));
  }
  .lg\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .lg\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .lg\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .lg\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .lg\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .lg\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .lg\:pb-6{
    padding-bottom: 1.5rem;
  }
  .lg\:pl-6{
    padding-left: 1.5rem;
  }
  .lg\:pl-8{
    padding-left: 2rem;
  }
  .lg\:pr-10{
    padding-right: 2.5rem;
  }
  .lg\:pr-6{
    padding-right: 1.5rem;
  }
  .lg\:pr-8{
    padding-right: 2rem;
  }
  .lg\:pt-10{
    padding-top: 2.5rem;
  }
  .lg\:pt-16{
    padding-top: 4rem;
  }
  .lg\:pt-4{
    padding-top: 1rem;
  }
  .lg\:text-2xl{
    font-size: 1.5rem;
  }
  .lg\:text-5xl{
    font-size: 3rem;
  }
  .lg\:opacity-100{
    opacity: 1;
  }
}
@media (min-width: 1280px){
  .xl\:mb-0{
    margin-bottom: 0px;
  }
  .xl\:mr-20{
    margin-right: 5rem;
  }
  .xl\:w-1\/3{
    width: 33.333333%;
  }
  .xl\:w-1\/4{
    width: 25%;
  }
  .xl\:w-1\/5{
    width: 20%;
  }
  .xl\:flex-row{
    flex-direction: row;
  }
  .xl\:gap-24{
    gap: 6rem;
  }
  .xl\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
}
