/*
! tailwindcss v3.0.18 | 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: #e5e7eb; /* 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.
*/

html {
  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, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
}

/*
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. 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-size: 1em; /* 2 */
}

/*
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-size: 100%; /* 1 */
  line-height: 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,
[type='button'],
[type='reset'],
[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;
}

/*
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;
}

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

*, ::before, ::after {
  --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-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:  ;
}

.waves-layer
  {
    background-image: url(/images/waves.svg?1c03dcdc1f2357c889e383d0fc20cfcf);

  }

.hero-gradient
  {
    background: linear-gradient(180deg, rgba(86, 207, 225, 0) 0%, rgba(86, 207, 225, 0.15) 100%);
  }

  .hero-blue-fade
  {
    background: linear-gradient(180deg, rgba(86, 207, 225, 0.26) 0%, rgba(86, 207, 225, 0) 100%);
  }

.hero-box-gradient
  {
    background: linear-gradient(180deg, rgba(86, 207, 225, 0) 0%, rgba(86, 207, 225, 0.26) 100%);
  }



.hero-blue-fill
  {
    background: rgba(86, 207, 225, 0.26);
  }

.md-menu-circle
  {
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: grid;
    place-content: center;
  }

.menu-circle
  {
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: grid;
    place-content: center;
  }

  .sm-menu-circle
  {
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: grid;
    place-content: center;
  }

  /*Alternative diameter from 640px width upwards
  @media (min-width:640px) {
    .menu-circle
        {
            width: 48px;
            height: 48px;
        }
   }
   */

/*Slider thumb scss and css - see team member modal, for example*/

.slider-thumb::-webkit-slider-thumb
{
    -webkit-appearance: none; /* Override default CSS styles */ height: 1.5rem; width: 1.5rem; cursor: pointer; appearance: none; border-radius: 9999px; --tw-bg-opacity: 1; background-color: hsl(216 100% 85% / var(--tw-bg-opacity)); --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color); box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); /* bg-v-200 */
}

.slider-thumb::-moz-range-thumb
{
    -moz-appearance: none; /* Override default CSS styles */ height: 1.5rem; width: 1.5rem; cursor: pointer; appearance: none; border-radius: 9999px; --tw-bg-opacity: 1; background-color: hsl(216 100% 85% / var(--tw-bg-opacity)); --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color); box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.slider-thumb::-webkit-slider-thumb:hover {
  --tw-bg-opacity: 1;
  background-color: hsl(216 100% 93% / var(--tw-bg-opacity));
}

.slider-thumb::-moz-range-thumb:hover {
  --tw-bg-opacity: 1;
  background-color: hsl(216 100% 93% / var(--tw-bg-opacity));
}

.visible {
  visibility: visible;
}

.fixed {
  position: fixed;
}

.relative {
  position: relative;
}

.top-0 {
  top: 0px;
}

.right-0 {
  right: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.z-30 {
  z-index: 30;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.ml-5 {
  margin-left: 1.25rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mr-5 {
  margin-right: 1.25rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-0 {
  margin-top: 0px;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mt-7 {
  margin-top: 1.75rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mr-6 {
  margin-right: 1.5rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mt-24 {
  margin-top: 6rem;
}

.ml-8 {
  margin-left: 2rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.ml-1 {
  margin-left: 0.25rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-4 {
  margin-left: 1rem;
}

.ml-12 {
  margin-left: 3rem;
}

.-mt-px {
  margin-top: -1px;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.ml-6 {
  margin-left: 1.5rem;
}

.mr-4 {
  margin-right: 1rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.ml-10 {
  margin-left: 2.5rem;
}

.mr-24 {
  margin-right: 6rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mt-1\.5 {
  margin-top: 0.375rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.ml-2\.5 {
  margin-left: 0.625rem;
}

.mb-9 {
  margin-bottom: 2.25rem;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.h-full {
  height: 100%;
}

.h-auto {
  height: auto;
}

.h-168 {
  height: 42rem;
}

.h-1 {
  height: 0.25rem;
}

.h-1\/2 {
  height: 50%;
}

.h-36 {
  height: 9rem;
}

.h-144 {
  height: 36rem;
}

.h-152 {
  height: 38rem;
}

.h-5\/6 {
  height: 83.333333%;
}

.h-28 {
  height: 7rem;
}

.h-20 {
  height: 5rem;
}

.h-16 {
  height: 4rem;
}

.h-96 {
  height: 24rem;
}

.h-56 {
  height: 14rem;
}

.h-180 {
  height: 45rem;
}

.h-128 {
  height: 32rem;
}

.h-14 {
  height: 3.5rem;
}

.h-72 {
  height: 18rem;
}

.h-screen {
  height: 100vh;
}

.h-1\/4 {
  height: 25%;
}

.h-1\/6 {
  height: 16.666667%;
}

.h-5 {
  height: 1.25rem;
}

.h-8 {
  height: 2rem;
}

.h-px {
  height: 1px;
}

.min-h-screen {
  min-height: 100vh;
}

.min-h-min {
  min-height: -moz-min-content;
  min-height: min-content;
}

.w-screen {
  width: 100vw;
}

.w-full {
  width: 100%;
}

.w-16 {
  width: 4rem;
}

.w-80 {
  width: 20rem;
}

.w-11\/12 {
  width: 91.666667%;
}

.w-28 {
  width: 7rem;
}

.w-72 {
  width: 18rem;
}

.w-90 {
  width: 22.5rem;
}

.w-44 {
  width: 11rem;
}

.w-84 {
  width: 21rem;
}

.w-52 {
  width: 13rem;
}

.w-36 {
  width: 9rem;
}

.w-64 {
  width: 16rem;
}

.w-24 {
  width: 6rem;
}

.w-4\/5 {
  width: 80%;
}

.w-3\/5 {
  width: 60%;
}

.w-40 {
  width: 10rem;
}

.w-5 {
  width: 1.25rem;
}

.w-8 {
  width: 2rem;
}

.w-auto {
  width: auto;
}

.w-120 {
  width: 30rem;
}

.w-2\/3 {
  width: 66.666667%;
}

.w-256 {
  width: 64rem;
}

.w-1\/2 {
  width: 50%;
}

.w-10\/12 {
  width: 83.333333%;
}

.w-152 {
  width: 38rem;
}

.w-1\/4 {
  width: 25%;
}

.min-w-full {
  min-width: 100%;
}

.max-w-6xl {
  max-width: 72rem;
}

.flex-grow {
  flex-grow: 1;
}

.grow {
  flex-grow: 1;
}

.table-fixed {
  table-layout: fixed;
}

.border-separate {
  border-collapse: separate;
}

.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));
}

.cursor-pointer {
  cursor: pointer;
}

.list-inside {
  list-style-position: inside;
}

.list-decimal {
  list-style-type: decimal;
}

.list-disc {
  list-style-type: disc;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-\[n\] {
  grid-template-columns: n;
}

.flex-row {
  flex-direction: row;
}

.flex-col {
  flex-direction: column;
}

.items-center {
  align-items: center;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.gap-4 {
  gap: 1rem;
}

.self-center {
  align-self: center;
}

.overflow-hidden {
  overflow: hidden;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-\[20px\] {
  border-radius: 20px;
}

.rounded-\[10px\] {
  border-radius: 10px;
}

.rounded-sm {
  border-radius: 0.125rem;
}

.border-t {
  border-top-width: 1px;
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.border-transparent {
  border-color: transparent;
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-v-indigo {
  --tw-bg-opacity: 1;
  background-color: hsl(233 82% 37% / var(--tw-bg-opacity));
}

.bg-v-cyan {
  --tw-bg-opacity: 1;
  background-color: hsl(188 70% 61% / var(--tw-bg-opacity));
}

.bg-v-indigo-100 {
  --tw-bg-opacity: 1;
  background-color: hsl(216 100% 85% / var(--tw-bg-opacity));
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.bg-v-green-100 {
  --tw-bg-opacity: 1;
  background-color: hsl(127 65% 85% / var(--tw-bg-opacity));
}

.bg-v-warm-grey-50 {
  --tw-bg-opacity: 1;
  background-color: hsl(40 23% 97% / var(--tw-bg-opacity));
}

.bg-v-red-100 {
  --tw-bg-opacity: 1;
  background-color: hsl(0 100% 87% / var(--tw-bg-opacity));
}

.bg-v-blue-grey-100 {
  --tw-bg-opacity: 1;
  background-color: hsl(212 33% 89% / var(--tw-bg-opacity));
}

.bg-v-red-50 {
  --tw-bg-opacity: 1;
  background-color: hsl(0 100% 95% / var(--tw-bg-opacity));
}

.bg-v-indigo-50 {
  --tw-bg-opacity: 1;
  background-color: hsl(216 100% 93% / var(--tw-bg-opacity));
}

.bg-v-blue-grey-50 {
  --tw-bg-opacity: 1;
  background-color: hsl(210 36% 96% / var(--tw-bg-opacity));
}

.bg-v-purple-500 {
  --tw-bg-opacity: 1;
  background-color: hsl(262 48% 46% / var(--tw-bg-opacity));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-transparent {
  background-color: transparent;
}

.bg-v-indigo-25 {
  background-color: hsla(233, 82%, 37%, 0.03);
}

.bg-v-green-50 {
  --tw-bg-opacity: 1;
  background-color: hsl(125 65% 93% / var(--tw-bg-opacity));
}

.bg-v-purple-50 {
  --tw-bg-opacity: 1;
  background-color: hsl(262 61% 93% / var(--tw-bg-opacity));
}

.bg-v-blue-50 {
  --tw-bg-opacity: 1;
  background-color: hsl(201 100% 96% / var(--tw-bg-opacity));
}

.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.from-v-indigo-25 {
  --tw-gradient-from: hsla(233, 82%, 37%, 0.03);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, hsl(233 82% 37% / 0));
}

.to-white {
  --tw-gradient-to: #fff;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-4 {
  padding: 1rem;
}

.p-0\.5 {
  padding: 0.125rem;
}

.p-0 {
  padding: 0px;
}

.p-3 {
  padding: 0.75rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-0\.5 {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.pt-8 {
  padding-top: 2rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pt-4 {
  padding-top: 1rem;
}

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

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

.align-top {
  vertical-align: top;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-xxs {
  font-size: 0.5rem;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.font-bold {
  font-weight: 700;
}

.font-semibold {
  font-weight: 600;
}

.font-extrabold {
  font-weight: 800;
}

.font-normal {
  font-weight: 400;
}

.font-light {
  font-weight: 300;
}

.leading-7 {
  line-height: 1.75rem;
}

.leading-relaxed {
  line-height: 1.625;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

.text-indi-black {
  --tw-text-opacity: 1;
  color: hsl(234 95% 16% / var(--tw-text-opacity));
}

.text-v-indigo-800 {
  --tw-text-opacity: 1;
  color: hsl(233 82% 37% / var(--tw-text-opacity));
}

.text-v-blue-grey-600 {
  --tw-text-opacity: 1;
  color: hsl(209 28% 39% / var(--tw-text-opacity));
}

.text-v-indigo {
  --tw-text-opacity: 1;
  color: hsl(233 82% 37% / var(--tw-text-opacity));
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.text-v-blue-grey {
  --tw-text-opacity: 1;
  color: hsl(210 22% 49% / var(--tw-text-opacity));
}

.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}

.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.text-v-red-800 {
  --tw-text-opacity: 1;
  color: hsl(350 94% 28% / var(--tw-text-opacity));
}

.text-v-warm-grey-400 {
  --tw-text-opacity: 1;
  color: hsl(41 8% 61% / var(--tw-text-opacity));
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-v-blue-grey-700 {
  --tw-text-opacity: 1;
  color: hsl(209 34% 30% / var(--tw-text-opacity));
}

.text-v-blue-grey-900 {
  --tw-text-opacity: 1;
  color: hsl(209 61% 16% / var(--tw-text-opacity));
}

.text-v-indigo-300 {
  --tw-text-opacity: 1;
  color: hsl(222 81% 65% / var(--tw-text-opacity));
}

.text-v-cyan {
  --tw-text-opacity: 1;
  color: hsl(188 70% 61% / var(--tw-text-opacity));
}

.text-v-green-900 {
  --tw-text-opacity: 1;
  color: hsl(125 97% 14% / var(--tw-text-opacity));
}

.text-v-purple-900 {
  --tw-text-opacity: 1;
  color: hsl(263 85% 18% / var(--tw-text-opacity));
}

.text-v-warm-grey-800 {
  --tw-text-opacity: 1;
  color: hsl(40 13% 23% / var(--tw-text-opacity));
}

.text-v-blue-900 {
  --tw-text-opacity: 1;
  color: hsl(200 82% 24% / var(--tw-text-opacity));
}

.text-v-blue-400 {
  --tw-text-opacity: 1;
  color: hsl(200 60% 58% / var(--tw-text-opacity));
}

.text-mulled-black {
  --tw-text-opacity: 1;
  color: hsl(257 90% 15% / var(--tw-text-opacity));
}

.underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.underline-offset-2 {
  text-underline-offset: 2px;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.placeholder-v-blue-grey-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: hsl(211 27% 70% / var(--tw-placeholder-opacity));
}

.placeholder-v-blue-grey-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: hsl(211 27% 70% / var(--tw-placeholder-opacity));
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px 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);
}

.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);
}

.backdrop-filter {
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition {
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -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-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.delay-150 {
  transition-delay: 150ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/*  Source Sans Font utility class. Works with tailwind font style 'italic' and font weight classes
    eg font-semibold other than font-thin and font-black which are not implemented in the source sans package loaded.
*/
.ss-font{
    font-family: 'Source Sans 3', sans-serif;
}

.velino-medium{
    font-family: 'Velino Text Medium', serif;
}

.velino-bold{
    font-family: 'Velino Text Bold', serif;
}

.days-one{
    font-family: 'DaysOne', sans-serif;
}


.text-xxs{
    font-size: 0.6rem;
    line-height: 0.8rem;
}

/*
    Modal related transition classes
*/
.appear-enter-active,
.appear-leave-active {
    transition: all 50ms ease-in;
}

.appear-enter,
.appear-leave-to {
    opacity: 0;
    transform: translateY(20px);
}

/********************************** Autonumbering Specific Styles ******************************************************/

/* See https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Lists_and_Counters/Using_CSS_counters for autonumbering with CSS
	To make autonumbering work create a div of class .numberdiv with an ol inside, then print document inside.

*/
.numberdiv  ol:not( .defnumber ) {
    counter-reset: section;                /* Creates a new instance of the
                                        section counter with each ol
                                        element */
    list-style-type: none;
}

.numberdiv li:not( .defnumber )::before {
    counter-increment: section;            /* Increments only this instance
                                            of the section counter */
    content: counters(section, ".") " ";   /* Combines the values of all instances
                                            of the section counter, separated
                                            by a period */
}


.simpledef{
list-style-type: lower-alpha;
}


.defnumber  ol {
    list-style-type: none;

}

.defnumber li {
    list-style-type: none;
}



/*
.defnumber  ol {
    counter-reset: defsection;
    list-style-type: none;

}

.defnumber li::before {
    counter-increment: defsection;
    content: counters( defsection, ".") " ";

}*/

.ordered-list-numbering {
counter-reset: section; /* Creates a new instance of the section counter with each ol element */
list-style-type: none;
}

/*
In CSS, ::before creates a pseudo-element that is the first child of the selected element.
It is often used to add cosmetic content to an element with the content property.
It is inline by default. Here paragraph items within a li get numbered in accordance with this style.
See https://developer.mozilla.org/en-US/docs/Web/CSS/::before
*/
.clause-item-numbering p::before {
counter-increment: section; /* Increments only this instance of the section counter */
content: counters(section, ".") " "; /* Combines the values of all instances of the section counter, separated by a period */
list-style-type: decimal; /*decimal  or other https://developer.mozilla.org/en-US/docs/Web/CSS/list-style-type*/
list-style-position: outside;
}

.indent-0 {
    left: 4px;
}

.indent-1 {
    left: 8px;
}

.indent-2 {
    left: 12px;
}

.indent-3 {
    left: 16px;
}

.indent-4 {
    left: 20px;
}

.indent-5 {
    left: 24px;
}

.indent-6 {
    left: 28px;
}

.indent-7 {
    left: 32px;
}

.indent-8 {
    left: 36px;
}

.indent-9 {
    left: 40px;
}

/********************************** Autonumbering Specific Styles ******************************************************/

.hover\:ml-1:hover {
  margin-left: 0.25rem;
}

.hover\:ml-5:hover {
  margin-left: 1.25rem;
}

.hover\:bg-v-blue-grey-200:hover {
  --tw-bg-opacity: 1;
  background-color: hsl(210 31% 80% / var(--tw-bg-opacity));
}

.hover\:font-normal:hover {
  font-weight: 400;
}

.hover\:text-v-red:hover {
  --tw-text-opacity: 1;
  color: hsl(356 75% 53% / var(--tw-text-opacity));
}

.hover\:text-v-warm-grey-600:hover {
  --tw-text-opacity: 1;
  color: hsl(41 9% 35% / var(--tw-text-opacity));
}

.hover\:text-indi-black:hover {
  --tw-text-opacity: 1;
  color: hsl(234 95% 16% / var(--tw-text-opacity));
}

.hover\:text-v-indigo-800:hover {
  --tw-text-opacity: 1;
  color: hsl(233 82% 37% / var(--tw-text-opacity));
}

.hover\:text-v-blue-600:hover {
  --tw-text-opacity: 1;
  color: hsl(200 59% 43% / var(--tw-text-opacity));
}

.hover\:opacity-50:hover {
  opacity: 0.5;
}

.hover\:opacity-75:hover {
  opacity: 0.75;
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.disabled\:opacity-25:disabled {
  opacity: 0.25;
}

@media (prefers-color-scheme: dark) {

  .dark\:border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgb(55 65 81 / var(--tw-border-opacity));
  }

  .dark\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(17 24 39 / var(--tw-bg-opacity));
  }

  .dark\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55 / var(--tw-bg-opacity));
  }

  .dark\:text-gray-500 {
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity));
  }

  .dark\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

  .dark\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity));
  }
}

@media (min-width: 640px) {

  .sm\:mt-10 {
    margin-top: 2.5rem;
  }

  .sm\:mt-8 {
    margin-top: 2rem;
  }

  .sm\:mt-0 {
    margin-top: 0px;
  }

  .sm\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .sm\:mr-10 {
    margin-right: 2.5rem;
  }

  .sm\:ml-0 {
    margin-left: 0px;
  }

  .sm\:ml-10 {
    margin-left: 2.5rem;
  }

  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:table {
    display: table;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:h-128 {
    height: 32rem;
  }

  .sm\:h-96 {
    height: 24rem;
  }

  .sm\:h-1\/2 {
    height: 50%;
  }

  .sm\:h-1\/3 {
    height: 33.333333%;
  }

  .sm\:h-64 {
    height: 16rem;
  }

  .sm\:h-72 {
    height: 18rem;
  }

  .sm\:h-20 {
    height: 5rem;
  }

  .sm\:w-20 {
    width: 5rem;
  }

  .sm\:w-160 {
    width: 40rem;
  }

  .sm\:w-144 {
    width: 36rem;
  }

  .sm\:w-90 {
    width: 22.5rem;
  }

  .sm\:w-60 {
    width: 15rem;
  }

  .sm\:w-3\/4 {
    width: 75%;
  }

  .sm\:w-2\/3 {
    width: 66.666667%;
  }

  .sm\:w-128 {
    width: 32rem;
  }

  .sm\:w-36 {
    width: 9rem;
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:items-center {
    align-items: center;
  }

  .sm\:justify-start {
    justify-content: flex-start;
  }

  .sm\:justify-between {
    justify-content: space-between;
  }

  .sm\:justify-around {
    justify-content: space-around;
  }

  .sm\:justify-evenly {
    justify-content: space-evenly;
  }

  .sm\:rounded-lg {
    border-radius: 0.5rem;
  }

  .sm\:p-0 {
    padding: 0px;
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:pt-0 {
    padding-top: 0px;
  }

  .sm\:text-left {
    text-align: left;
  }

  .sm\:text-right {
    text-align: right;
  }

  .sm\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .sm\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .sm\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .sm\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 768px) {

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:mt-10 {
    margin-top: 2.5rem;
  }

  .md\:mt-16 {
    margin-top: 4rem;
  }

  .md\:mt-6 {
    margin-top: 1.5rem;
  }

  .md\:mt-8 {
    margin-top: 2rem;
  }

  .md\:ml-0 {
    margin-left: 0px;
  }

  .md\:mt-5 {
    margin-top: 1.25rem;
  }

  .md\:mt-4 {
    margin-top: 1rem;
  }

  .md\:ml-12 {
    margin-left: 3rem;
  }

  .md\:mr-3 {
    margin-right: 0.75rem;
  }

  .md\:ml-3 {
    margin-left: 0.75rem;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-168 {
    height: 42rem;
  }

  .md\:h-128 {
    height: 32rem;
  }

  .md\:h-1\/2 {
    height: 50%;
  }

  .md\:h-96 {
    height: 24rem;
  }

  .md\:h-144 {
    height: 36rem;
  }

  .md\:h-84 {
    height: 21rem;
  }

  .md\:h-44 {
    height: 11rem;
  }

  .md\:h-28 {
    height: 7rem;
  }

  .md\:w-28 {
    width: 7rem;
  }

  .md\:w-160 {
    width: 40rem;
  }

  .md\:w-80 {
    width: 20rem;
  }

  .md\:w-44 {
    width: 11rem;
  }

  .md\:w-60 {
    width: 15rem;
  }

  .md\:w-2\/3 {
    width: 66.666667%;
  }

  .md\:w-128 {
    width: 32rem;
  }

  .md\:w-152 {
    width: 38rem;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:flex-col {
    flex-direction: column;
  }

  .md\:border-t-0 {
    border-top-width: 0px;
  }

  .md\:border-l {
    border-left-width: 1px;
  }

  .md\:p-2 {
    padding: 0.5rem;
  }

  .md\:p-6 {
    padding: 1.5rem;
  }

  .md\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .md\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .md\:leading-none {
    line-height: 1;
  }
}

@media (min-width: 1024px) {

  .lg\:ml-24 {
    margin-left: 6rem;
  }

  .lg\:mt-7 {
    margin-top: 1.75rem;
  }

  .lg\:mr-12 {
    margin-right: 3rem;
  }

  .lg\:mt-12 {
    margin-top: 3rem;
  }

  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:mb-0 {
    margin-bottom: 0px;
  }

  .lg\:mr-24 {
    margin-right: 6rem;
  }

  .lg\:ml-16 {
    margin-left: 4rem;
  }

  .lg\:ml-12 {
    margin-left: 3rem;
  }

  .lg\:mt-6 {
    margin-top: 1.5rem;
  }

  .lg\:mt-8 {
    margin-top: 2rem;
  }

  .lg\:mt-24 {
    margin-top: 6rem;
  }

  .lg\:mt-10 {
    margin-top: 2.5rem;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-192 {
    height: 48rem;
  }

  .lg\:h-40 {
    height: 10rem;
  }

  .lg\:h-224 {
    height: 56rem;
  }

  .lg\:h-44 {
    height: 11rem;
  }

  .lg\:h-1\/4 {
    height: 25%;
  }

  .lg\:h-24 {
    height: 6rem;
  }

  .lg\:h-96 {
    height: 24rem;
  }

  .lg\:h-144 {
    height: 36rem;
  }

  .lg\:h-36 {
    height: 9rem;
  }

  .lg\:w-40 {
    width: 10rem;
  }

  .lg\:w-288 {
    width: 72rem;
  }

  .lg\:w-144 {
    width: 36rem;
  }

  .lg\:w-8\/12 {
    width: 66.666667%;
  }

  .lg\:w-7\/12 {
    width: 58.333333%;
  }

  .lg\:w-44 {
    width: 11rem;
  }

  .lg\:w-128 {
    width: 32rem;
  }

  .lg\:w-256 {
    width: 64rem;
  }

  .lg\:w-80 {
    width: 20rem;
  }

  .lg\:w-96 {
    width: 24rem;
  }

  .lg\:w-56 {
    width: 14rem;
  }

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

  .lg\:w-224 {
    width: 56rem;
  }

  .lg\:w-52 {
    width: 13rem;
  }

  .lg\:w-60 {
    width: 15rem;
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:flex-col {
    flex-direction: column;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .lg\:px-1\.5 {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

  .lg\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .lg\:px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  .lg\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .lg\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .lg\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .lg\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .lg\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 1280px) {

  .xl\:mt-16 {
    margin-top: 4rem;
  }

  .xl\:mr-24 {
    margin-right: 6rem;
  }

  .xl\:ml-24 {
    margin-left: 6rem;
  }

  .xl\:mt-10 {
    margin-top: 2.5rem;
  }

  .xl\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .xl\:ml-0\.5 {
    margin-left: 0.125rem;
  }

  .xl\:ml-0 {
    margin-left: 0px;
  }

  .xl\:h-256 {
    height: 64rem;
  }

  .xl\:h-84 {
    height: 21rem;
  }

  .xl\:h-120 {
    height: 30rem;
  }

  .xl\:h-48 {
    height: 12rem;
  }

  .xl\:w-360 {
    width: 90rem;
  }

  .xl\:w-340 {
    width: 85rem;
  }

  .xl\:w-180 {
    width: 45rem;
  }

  .xl\:w-144 {
    width: 36rem;
  }

  .xl\:w-128 {
    width: 32rem;
  }

  .xl\:w-90 {
    width: 22.5rem;
  }

  .xl\:w-60 {
    width: 15rem;
  }

  .xl\:w-7\/12 {
    width: 58.333333%;
  }

  .xl\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .xl\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .xl\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .xl\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .xl\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .xl\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .xl\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

