/*! tailwindcss v2.2.16 | MIT License | https://tailwindcss.com */

/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

*,
::before,
::after {
  box-sizing: border-box;
}

/**
Use a more readable tab size (opinionated).
*/

html {
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/*
Sections
========
*/

/**
Remove the margin in all browsers.
*/

body {
  margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
  font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}

/*
Grouping content
================
*/

/**
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)
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
}

/*
Text-level semantics
====================
*/

/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		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;
}

/*
Tabular data
============
*/

/**
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)
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
}

/*
Forms
=====
*/

/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/

button,
select { /* 1 */
  text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type='button'] {
  -webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/

/**
Restore the focus styles unset by the previous rule.
*/

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
  padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/

/**
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.
*/

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/

/*
Interactive
===========
*/

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * Removes the default spacing and border for appropriate elements.
 */

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
}

fieldset {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  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"; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
  font-family: inherit;
  line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    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 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #a1a1aa;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  color: #a1a1aa;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #a1a1aa;
}

button {
  cursor: pointer;
}

/**
 * Override legacy focus reset from Normalize with modern Firefox focus styles.
 *
 * This is actually an improvement over the new defaults in Firefox in our testing,
 * as it triggers the better focus styles even for links, which still use a dotted
 * outline in Firefox by default.
 */

table {
  border-collapse: collapse;
}

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

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */

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 {
  border-color: currentColor;
}

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

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.top-0 {
  top: 0px;
}

.top-x6 {
  top: 6px;
}

.top-3\/4 {
  top: 75%;
}

.top-full {
  top: 100%;
}

.-top-1\/3 {
  top: -33.333333%;
}

.right-0 {
  right: 0px;
}

.right-4 {
  right: 1rem;
}

.right-x6 {
  right: 6px;
}

.-right-32 {
  right: -8rem;
}

.-right-1\/3 {
  right: -33.333333%;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-4 {
  bottom: 1rem;
}

.bottom-12 {
  bottom: 3rem;
}

.left-0 {
  left: 0px;
}

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

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

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

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

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

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

.col-span-1 {
  grid-column: span 1 / span 1;
}

.float-right {
  float: right;
}

.m-0 {
  margin: 0px;
}

.m-5 {
  margin: 1.25rem;
}

.m-8 {
  margin: 2rem;
}

.m-x8 {
  margin: 8px;
}

.-m-2 {
  margin: -0.5rem;
}

.-m-x4 {
  margin: -4px;
}

.-m-x8 {
  margin: -8px;
}

.-m-x10 {
  margin: -10px;
}

.-m-x13 {
  margin: -13px;
}

.-m-x16 {
  margin: -16px;
}

.-m-x20 {
  margin: -20px;
}

.-m-x26 {
  margin: -26px;
}

.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

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

.mx-x8 {
  margin-left: 8px;
  margin-right: 8px;
}

.mx-x10 {
  margin-left: 10px;
  margin-right: 10px;
}

.mx-x16 {
  margin-left: 16px;
  margin-right: 16px;
}

.mx-x20 {
  margin-left: 20px;
  margin-right: 20px;
}

.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}

.-mx-x2 {
  margin-left: -2px;
  margin-right: -2px;
}

.-mx-x8 {
  margin-left: -8px;
  margin-right: -8px;
}

.-mx-x10 {
  margin-left: -10px;
  margin-right: -10px;
}

.-mx-x12 {
  margin-left: -12px;
  margin-right: -12px;
}

.-mx-x13 {
  margin-left: -13px;
  margin-right: -13px;
}

.-mx-x16 {
  margin-left: -16px;
  margin-right: -16px;
}

.-mx-x20 {
  margin-left: -20px;
  margin-right: -20px;
}

.-mx-x24 {
  margin-left: -24px;
  margin-right: -24px;
}

.-mx-x32 {
  margin-left: -32px;
  margin-right: -32px;
}

.-mx-x60 {
  margin-left: -60px;
  margin-right: -60px;
}

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-x5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.my-x6 {
  margin-top: 6px;
  margin-bottom: 6px;
}

.my-x8 {
  margin-top: 8px;
  margin-bottom: 8px;
}

.my-x10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.my-x20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.-my-x4 {
  margin-top: -4px;
  margin-bottom: -4px;
}

.-my-x5 {
  margin-top: -5px;
  margin-bottom: -5px;
}

.-my-x6 {
  margin-top: -6px;
  margin-bottom: -6px;
}

.-my-x8 {
  margin-top: -8px;
  margin-bottom: -8px;
}

.-my-x10 {
  margin-top: -10px;
  margin-bottom: -10px;
}

.-my-x16 {
  margin-top: -16px;
  margin-bottom: -16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.mt-auto {
  margin-top: auto;
}

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

.mt-x2 {
  margin-top: 2px;
}

.mt-x4 {
  margin-top: 4px;
}

.mt-x6 {
  margin-top: 6px;
}

.mt-x8 {
  margin-top: 8px;
}

.mt-x10 {
  margin-top: 10px;
}

.mt-x12 {
  margin-top: 12px;
}

.mt-x14 {
  margin-top: 14px;
}

.mt-x16 {
  margin-top: 16px;
}

.mt-x20 {
  margin-top: 20px;
}

.mt-x26 {
  margin-top: 26px;
}

.mt-x30 {
  margin-top: 30px;
}

.mt-x32 {
  margin-top: 32px;
}

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

.-mt-x3 {
  margin-top: -3px;
}

.-mt-x6 {
  margin-top: -6px;
}

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

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

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

.mr-x4 {
  margin-right: 4px;
}

.mr-x5 {
  margin-right: 5px;
}

.mr-x6 {
  margin-right: 6px;
}

.mr-x8 {
  margin-right: 8px;
}

.mr-x10 {
  margin-right: 10px;
}

.mr-x12 {
  margin-right: 12px;
}

.mr-x16 {
  margin-right: 16px;
}

.mr-x20 {
  margin-right: 20px;
}

.mr-x24 {
  margin-right: 24px;
}

.mr-x26 {
  margin-right: 26px;
}

.mr-x32 {
  margin-right: 32px;
}

.mr-x42 {
  margin-right: 42px;
}

.-mr-x6 {
  margin-right: -6px;
}

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

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

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

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

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

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

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

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

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

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

.mb-28 {
  margin-bottom: 7rem;
}

.mb-x2 {
  margin-bottom: 2px;
}

.mb-x4 {
  margin-bottom: 4px;
}

.mb-x8 {
  margin-bottom: 8px;
}

.mb-x10 {
  margin-bottom: 10px;
}

.mb-x12 {
  margin-bottom: 12px;
}

.mb-x16 {
  margin-bottom: 16px;
}

.mb-x20 {
  margin-bottom: 20px;
}

.mb-x24 {
  margin-bottom: 24px;
}

.mb-x26 {
  margin-bottom: 26px;
}

.mb-x32 {
  margin-bottom: 32px;
}

.mb-x42 {
  margin-bottom: 42px;
}

.mb-x64 {
  margin-bottom: 64px;
}

.mb-x96 {
  margin-bottom: 96px;
}

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

.ml-7 {
  margin-left: 1.75rem;
}

.ml-9 {
  margin-left: 2.25rem;
}

.ml-x4 {
  margin-left: 4px;
}

.ml-x6 {
  margin-left: 6px;
}

.ml-x10 {
  margin-left: 10px;
}

.ml-x12 {
  margin-left: 12px;
}

.ml-x14 {
  margin-left: 14px;
}

.ml-x16 {
  margin-left: 16px;
}

.ml-x20 {
  margin-left: 20px;
}

.ml-x24 {
  margin-left: 24px;
}

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

.box-border {
  box-sizing: border-box;
}

.box-content {
  box-sizing: content-box;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-0 {
  height: 0px;
}

.h-3 {
  height: 0.75rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-7 {
  height: 1.75rem;
}

.h-8 {
  height: 2rem;
}

.h-12 {
  height: 3rem;
}

.h-16 {
  height: 4rem;
}

.h-24 {
  height: 6rem;
}

.h-44 {
  height: 11rem;
}

.h-auto {
  height: auto;
}

.h-x1 {
  height: 1px;
}

.h-x8 {
  height: 8px;
}

.h-x10 {
  height: 10px;
}

.h-x12 {
  height: 12px;
}

.h-x16 {
  height: 16px;
}

.h-x20 {
  height: 20px;
}

.h-x24 {
  height: 24px;
}

.h-x26 {
  height: 26px;
}

.h-x30 {
  height: 30px;
}

.h-x32 {
  height: 32px;
}

.h-x36 {
  height: 36px;
}

.h-x38 {
  height: 38px;
}

.h-x42 {
  height: 42px;
}

.h-x48 {
  height: 48px;
}

.h-x64 {
  height: 64px;
}

.h-x96 {
  height: 96px;
}

.h-x150 {
  height: 150px;
}

.h-form-element-height {
  height: 38px;
}

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

.h-1\/5 {
  height: 20%;
}

.h-full {
  height: 100%;
}

.max-h-x0 {
  max-height: 0px;
}

.max-h-x9999 {
  max-height: 9999px;
}

.min-h-button-primary {
  min-height: 48px;
}

.min-h-form-element {
  min-height: 38px;
}

.min-h-x48 {
  min-height: 48px;
}

.min-h-x130 {
  min-height: 130px;
}

.w-0 {
  width: 0px;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-7 {
  width: 1.75rem;
}

.w-8 {
  width: 2rem;
}

.w-12 {
  width: 3rem;
}

.w-16 {
  width: 4rem;
}

.w-auto {
  width: auto;
}

.w-x8 {
  width: 8px;
}

.w-x10 {
  width: 10px;
}

.w-x12 {
  width: 12px;
}

.w-x14 {
  width: 14px;
}

.w-x16 {
  width: 16px;
}

.w-x18 {
  width: 18px;
}

.w-x20 {
  width: 20px;
}

.w-x24 {
  width: 24px;
}

.w-x26 {
  width: 26px;
}

.w-x28 {
  width: 28px;
}

.w-x30 {
  width: 30px;
}

.w-x32 {
  width: 32px;
}

.w-x36 {
  width: 36px;
}

.w-x38 {
  width: 38px;
}

.w-x42 {
  width: 42px;
}

.w-x48 {
  width: 48px;
}

.w-x54 {
  width: 54px;
}

.w-x64 {
  width: 64px;
}

.w-x86 {
  width: 86px;
}

.w-x96 {
  width: 96px;
}

.w-x100 {
  width: 100px;
}

.w-x152 {
  width: 152px;
}

.w-x180 {
  width: 180px;
}

.w-x220 {
  width: 220px;
}

.w-x250 {
  width: 250px;
}

.w-form-element-height {
  width: 38px;
}

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

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

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

.w-1\/5 {
  width: 20%;
}

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

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

.min-w-button-primary {
  min-width: 48px;
}

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

.min-w-x20 {
  min-width: 20px;
}

.min-w-x70 {
  min-width: 70px;
}

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

.max-w-content-regular {
  max-width: calc(1408px - 32px - 32px);
}

.max-w-content-modal {
  max-width: 900px;
}

.max-w-xxs {
  max-width: 10rem;
}

.max-w-x200 {
  max-width: 200px;
}

.max-w-x380 {
  max-width: 380px;
}

.max-w-x440 {
  max-width: 440px;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-none {
  flex: none;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

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

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

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

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

.origin-top {
  transform-origin: top;
}

.transform {
  --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;
  transform: translateX(var(--tw-translate-x)) translateY(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%;
}

.scale-0 {
  --tw-scale-x: 0;
  --tw-scale-y: 0;
}

.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
}

.scale-y-0 {
  --tw-scale-y: 0;
}

.scale-y-100 {
  --tw-scale-y: 1;
}

@-webkit-keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

@-webkit-keyframes pulse {
  50% {
    opacity: .5;
  }
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

@-webkit-keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

.cursor-pointer {
  cursor: pointer;
}

.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

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

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

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

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

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

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

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

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

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

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

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

.justify-items-start {
  justify-items: start;
}

.gap-4 {
  gap: 1rem;
}

.gap-8 {
  gap: 2rem;
}

.space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.divide-gray-light-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(216, 216, 216, var(--tw-divide-opacity));
}

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

.overflow-ellipsis {
  text-overflow: ellipsis;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.rounded-none {
  border-radius: 0px;
}

.rounded-full {
  border-radius: 9999px;
}

.border-2 {
  border-width: 2px;
}

.border {
  border-width: 1px;
}

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

.border-r {
  border-right-width: 1px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-b {
  border-bottom-width: 1px;
}

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

.border-none {
  border-style: none;
}

.border-black {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.border-petrol-base {
  --tw-border-opacity: 1;
  border-color: rgba(0, 61, 84, var(--tw-border-opacity));
}

.border-petrol-light-2 {
  --tw-border-opacity: 1;
  border-color: rgba(178, 196, 203, var(--tw-border-opacity));
}

.border-petrol-light-3 {
  --tw-border-opacity: 1;
  border-color: rgba(178, 196, 203, var(--tw-border-opacity));
}

.border-petrol-light-4 {
  --tw-border-opacity: 1;
  border-color: rgba(230, 243, 246, var(--tw-border-opacity));
}

.border-petrol-light-5 {
  --tw-border-opacity: 1;
  border-color: rgba(230, 243, 246, var(--tw-border-opacity));
}

.border-red-base {
  --tw-border-opacity: 1;
  border-color: rgba(184, 24, 23, var(--tw-border-opacity));
}

.border-gray-base {
  --tw-border-opacity: 1;
  border-color: rgba(229, 228, 232, var(--tw-border-opacity));
}

.border-gray-light-2 {
  --tw-border-opacity: 1;
  border-color: rgba(216, 216, 216, var(--tw-border-opacity));
}

.border-gray-light-3 {
  --tw-border-opacity: 1;
  border-color: rgba(240, 239, 244, var(--tw-border-opacity));
}

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

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

.bg-petrol-base {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 61, 84, var(--tw-bg-opacity));
}

.bg-petrol-light-1 {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 98, 135, var(--tw-bg-opacity));
}

.bg-petrol-light-2 {
  --tw-bg-opacity: 1;
  background-color: rgba(178, 196, 203, var(--tw-bg-opacity));
}

.bg-petrol-light-3 {
  --tw-bg-opacity: 1;
  background-color: rgba(178, 196, 203, var(--tw-bg-opacity));
}

.bg-petrol-light-4 {
  --tw-bg-opacity: 1;
  background-color: rgba(230, 243, 246, var(--tw-bg-opacity));
}

.bg-petrol-light-5 {
  --tw-bg-opacity: 1;
  background-color: rgba(230, 243, 246, var(--tw-bg-opacity));
}

.bg-red-base {
  --tw-bg-opacity: 1;
  background-color: rgba(184, 24, 23, var(--tw-bg-opacity));
}

.bg-red-dark-1 {
  --tw-bg-opacity: 1;
  background-color: rgba(154, 23, 22, var(--tw-bg-opacity));
}

.bg-green-base {
  --tw-bg-opacity: 1;
  background-color: rgba(38, 163, 42, var(--tw-bg-opacity));
}

.bg-green-dark-1 {
  --tw-bg-opacity: 1;
  background-color: rgba(29, 133, 33, var(--tw-bg-opacity));
}

.bg-gray-light-3 {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 239, 244, var(--tw-bg-opacity));
}

.bg-gray-dark-3 {
  --tw-bg-opacity: 1;
  background-color: rgba(26, 23, 27, var(--tw-bg-opacity));
}

.bg-product-stock-full {
  --tw-bg-opacity: 1;
  background-color: rgba(38, 163, 42, var(--tw-bg-opacity));
}

.bg-product-stock-low {
  --tw-bg-opacity: 1;
  background-color: rgba(214, 184, 29, var(--tw-bg-opacity));
}

.bg-product-stock-out {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 0, 4, var(--tw-bg-opacity));
}

.hover\:bg-petrol-base:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 61, 84, var(--tw-bg-opacity));
}

.hover\:bg-petrol-light-4:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(230, 243, 246, var(--tw-bg-opacity));
}

.hover\:bg-petrol-light-5:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(230, 243, 246, var(--tw-bg-opacity));
}

.hover\:bg-red-base:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(184, 24, 23, var(--tw-bg-opacity));
}

.hover\:bg-red-dark-1:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(154, 23, 22, var(--tw-bg-opacity));
}

.hover\:bg-green-dark-1:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(29, 133, 33, var(--tw-bg-opacity));
}

.hover\:bg-gray-light-2:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(216, 216, 216, var(--tw-bg-opacity));
}

.hover\:bg-gray-light-3:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 239, 244, var(--tw-bg-opacity));
}

.bg-opacity-10 {
  --tw-bg-opacity: 0.1;
}

.bg-opacity-75 {
  --tw-bg-opacity: 0.75;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-8 {
  padding: 2rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-px {
  padding: 1px;
}

.p-x4 {
  padding: 4px;
}

.p-x6 {
  padding: 6px;
}

.p-x8 {
  padding: 8px;
}

.p-x10 {
  padding: 10px;
}

.p-x12 {
  padding: 12px;
}

.p-x13 {
  padding: 13px;
}

.p-x16 {
  padding: 16px;
}

.p-x20 {
  padding: 20px;
}

.p-x26 {
  padding: 26px;
}

.p-x32 {
  padding: 32px;
}

.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-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

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

.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.px-x2 {
  padding-left: 2px;
  padding-right: 2px;
}

.px-x4 {
  padding-left: 4px;
  padding-right: 4px;
}

.px-x6 {
  padding-left: 6px;
  padding-right: 6px;
}

.px-x8 {
  padding-left: 8px;
  padding-right: 8px;
}

.px-x10 {
  padding-left: 10px;
  padding-right: 10px;
}

.px-x12 {
  padding-left: 12px;
  padding-right: 12px;
}

.px-x13 {
  padding-left: 13px;
  padding-right: 13px;
}

.px-x14 {
  padding-left: 14px;
  padding-right: 14px;
}

.px-x16 {
  padding-left: 16px;
  padding-right: 16px;
}

.px-x18 {
  padding-left: 18px;
  padding-right: 18px;
}

.px-x20 {
  padding-left: 20px;
  padding-right: 20px;
}

.px-x24 {
  padding-left: 24px;
  padding-right: 24px;
}

.px-x26 {
  padding-left: 26px;
  padding-right: 26px;
}

.px-x32 {
  padding-left: 32px;
  padding-right: 32px;
}

.px-x40 {
  padding-left: 40px;
  padding-right: 40px;
}

.px-x60 {
  padding-left: 60px;
  padding-right: 60px;
}

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

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

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

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

.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-x2 {
  padding-top: 2px;
  padding-bottom: 2px;
}

.py-x3 {
  padding-top: 3px;
  padding-bottom: 3px;
}

.py-x4 {
  padding-top: 4px;
  padding-bottom: 4px;
}

.py-x6 {
  padding-top: 6px;
  padding-bottom: 6px;
}

.py-x8 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.py-x10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-x12 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.py-x14 {
  padding-top: 14px;
  padding-bottom: 14px;
}

.py-x16 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.py-x18 {
  padding-top: 18px;
  padding-bottom: 18px;
}

.py-x20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.py-x26 {
  padding-top: 26px;
  padding-bottom: 26px;
}

.py-x32 {
  padding-top: 32px;
  padding-bottom: 32px;
}

.py-x64 {
  padding-top: 64px;
  padding-bottom: 64px;
}

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

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

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

.pt-6 {
  padding-top: 1.5rem;
}

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

.pt-10 {
  padding-top: 2.5rem;
}

.pt-x4 {
  padding-top: 4px;
}

.pt-x6 {
  padding-top: 6px;
}

.pt-x8 {
  padding-top: 8px;
}

.pt-x10 {
  padding-top: 10px;
}

.pt-x12 {
  padding-top: 12px;
}

.pt-x14 {
  padding-top: 14px;
}

.pt-x16 {
  padding-top: 16px;
}

.pt-x20 {
  padding-top: 20px;
}

.pt-x24 {
  padding-top: 24px;
}

.pt-x26 {
  padding-top: 26px;
}

.pt-x32 {
  padding-top: 32px;
}

.pt-x36 {
  padding-top: 36px;
}

.pt-x96 {
  padding-top: 96px;
}

.pt-x120 {
  padding-top: 120px;
}

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

.pr-x8 {
  padding-right: 8px;
}

.pr-x14 {
  padding-right: 14px;
}

.pr-x16 {
  padding-right: 16px;
}

.pr-x20 {
  padding-right: 20px;
}

.pr-x24 {
  padding-right: 24px;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pb-x6 {
  padding-bottom: 6px;
}

.pb-x10 {
  padding-bottom: 10px;
}

.pb-x16 {
  padding-bottom: 16px;
}

.pb-x20 {
  padding-bottom: 20px;
}

.pb-x24 {
  padding-bottom: 24px;
}

.pb-x32 {
  padding-bottom: 32px;
}

.pb-x42 {
  padding-bottom: 42px;
}

.pb-x48 {
  padding-bottom: 48px;
}

.pb-x64 {
  padding-bottom: 64px;
}

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

.pl-3 {
  padding-left: 0.75rem;
}

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

.pl-8 {
  padding-left: 2rem;
}

.pl-x6 {
  padding-left: 6px;
}

.pl-x10 {
  padding-left: 10px;
}

.pl-x16 {
  padding-left: 16px;
}

.pl-x20 {
  padding-left: 20px;
}

.pl-x32 {
  padding-left: 32px;
}

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

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

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

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

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

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

.align-text-bottom {
  vertical-align: text-bottom;
}

.font-open-sans {
  font-family: "OpenSans", Arial, sans-serif;
}

.text-x12 {
  font-size: 0.75rem;
}

.text-x14 {
  font-size: 0.875rem;
}

.text-x16 {
  font-size: 1.00rem;
}

.text-x18 {
  font-size: 1.125rem;
}

.text-x20 {
  font-size: 1.25rem;
}

.text-x24 {
  font-size: 1.50rem;
}

.text-x25 {
  font-size: 1.5625rem;
}

.text-x28 {
  font-size: 1.75rem;
}

.text-x30 {
  font-size: 1.875rem;
}

.text-x36 {
  font-size: 2.25rem;
}

.text-xs {
  font-size: .75rem;
}

.text-sm {
  font-size: .875rem;
}

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

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

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

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

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

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

.font-medium {
  font-weight: 500;
}

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

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

.uppercase {
  text-transform: uppercase;
}

.leading-5 {
  line-height: 1.25rem;
}

.leading-6 {
  line-height: 1.5rem;
}

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

.leading-tight {
  line-height: 1.25;
}

.leading-snug {
  line-height: 1.375;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

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

.text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.text-petrol-base {
  --tw-text-opacity: 1;
  color: rgba(0, 61, 84, var(--tw-text-opacity));
}

.text-petrol-light-1 {
  --tw-text-opacity: 1;
  color: rgba(0, 98, 135, var(--tw-text-opacity));
}

.text-petrol-light-2 {
  --tw-text-opacity: 1;
  color: rgba(178, 196, 203, var(--tw-text-opacity));
}

.text-petrol-light-3 {
  --tw-text-opacity: 1;
  color: rgba(178, 196, 203, var(--tw-text-opacity));
}

.text-petrol-light-4 {
  --tw-text-opacity: 1;
  color: rgba(230, 243, 246, var(--tw-text-opacity));
}

.text-red-base {
  --tw-text-opacity: 1;
  color: rgba(184, 24, 23, var(--tw-text-opacity));
}

.text-green-base {
  --tw-text-opacity: 1;
  color: rgba(38, 163, 42, var(--tw-text-opacity));
}

.text-gray-base {
  --tw-text-opacity: 1;
  color: rgba(229, 228, 232, var(--tw-text-opacity));
}

.text-gray-light-1 {
  --tw-text-opacity: 1;
  color: rgba(203, 203, 203, var(--tw-text-opacity));
}

.text-gray-dark-2 {
  --tw-text-opacity: 1;
  color: rgba(140, 139, 141, var(--tw-text-opacity));
}

.text-gray-dark-3 {
  --tw-text-opacity: 1;
  color: rgba(26, 23, 27, var(--tw-text-opacity));
}

.text-yellow-base {
  --tw-text-opacity: 1;
  color: rgba(255, 177, 0, var(--tw-text-opacity));
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.hover\:text-red-base:hover {
  --tw-text-opacity: 1;
  color: rgba(184, 24, 23, var(--tw-text-opacity));
}

.focus\:text-white:focus {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.underline {
  text-decoration: underline;
}

.hover\:underline:hover {
  text-decoration: underline;
}

.placeholder-black::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.placeholder-black:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.placeholder-black::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity));
}

.placeholder-petrol-light-2::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(178, 196, 203, var(--tw-placeholder-opacity));
}

.placeholder-petrol-light-2:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(178, 196, 203, var(--tw-placeholder-opacity));
}

.placeholder-petrol-light-2::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(178, 196, 203, var(--tw-placeholder-opacity));
}

.placeholder-gray-dark-2::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(140, 139, 141, var(--tw-placeholder-opacity));
}

.placeholder-gray-dark-2:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(140, 139, 141, var(--tw-placeholder-opacity));
}

.placeholder-gray-dark-2::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(140, 139, 141, var(--tw-placeholder-opacity));
}

.opacity-0 {
  opacity: 0;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-100 {
  opacity: 1;
}

*, ::before, ::after {
  --tw-shadow: 0 0 #0000;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  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;
}

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

*, ::before, ::after {
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
}

.filter {
  --tw-blur: var(--tw-empty,/*!*/ /*!*/);
  --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
  --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
  --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
  --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
  --tw-invert: var(--tw-empty,/*!*/ /*!*/);
  --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
  --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
  --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

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

.transition {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, 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-opacity {
  transition-property: opacity;
  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-100 {
  transition-duration: 100ms;
}

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

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

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

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

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

.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

/* ================================================================================ */

/* set body height to min 100% vh (little content on page) */

/* html {
    height: -webkit-fill-available; 
}

body div {
    min-height: 100vh;
    min-height: -webkit-fill-available;
} */

/* ================================================================================ */

/* scroll lock */

[scroll-lock="true"] {
  overflow: hidden;
}

/* ================================================================================ */

/* Use custom scrollbar. */

/* width */

::-webkit-scrollbar {
  width: 8px;
}

/* Track */

::-webkit-scrollbar-track {
  border-radius: 9999px;
}

/* Handle */

::-webkit-scrollbar-thumb {
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(230, 243, 246, var(--tw-bg-opacity));
}

/* ================================================================================ */

/* ================================================================================ */

/* content */

.stud-content-regular {
  margin-left: auto;
  margin-right: auto;
  box-sizing: content-box;
  max-width: calc(1408px - 32px - 32px);
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 900px) {
  .stud-content-regular {
    padding-left: 32px;
    padding-right: 32px;
  }
}

.stud-content-modal {
  margin-left: auto;
  margin-right: auto;
  box-sizing: content-box;
  max-width: 900px;
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 900px) {
  .stud-content-modal {
    padding-left: 32px;
    padding-right: 32px;
  }
}

/* ==================================================================================================== */

/* aspect ratios */

.aspect-1-1 {
  padding-top: 100%;
}

.aspect-2-3 {
  padding-top: calc(100%/2*3);
}

.aspect-3-2 {
  padding-top: calc(100%/3*2);
}

.aspect-16-9 {
  padding-top: calc(100%/16*9);
}

.aspect-10-1 {
  padding-top: calc(100%/10*1);
}

/* ==================================================================================================== */

/* stud spacer */

.stud-spacer {
  display: block;
  border-style: none;
}

/* ==================================================================================================== */

/* formatted text */

.stud-formatted-text img {
  width: 85%;
  margin-top: 0.5rem;
  margin-bottom: 24px;
}

.stud-formatted-text p, .stud-formatted-text ul, .stud-formatted-text ol {
  width: 85%;
  margin-bottom: 24px;
}

.stud-formatted-text .youtube-video-container {
  width: 85%;
}

.stud-formatted-text p, .stud-formatted-text li {
  line-height: 1.625;
}

.stud-formatted-text h1 {
  margin-top: 0px;
  margin-bottom: 24px;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.375;
  --tw-text-opacity: 1;
  color: rgba(184, 24, 23, var(--tw-text-opacity));
}

.stud-formatted-text h2 {
  margin-top: 0px;
  margin-bottom: 24px;
  font-size: 1.5625rem;
  font-weight: 600;
  line-height: 1.375;
  --tw-text-opacity: 1;
  color: rgba(0, 61, 84, var(--tw-text-opacity));
}

.stud-formatted-text h3 {
  margin-top: 0px;
  margin-bottom: 24px;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.375;
}

.stud-formatted-text h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1.00rem;
  font-weight: 700;
  line-height: 1.625;
}

.stud-formatted-text a {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(184, 24, 23, var(--tw-text-opacity));
}

.stud-formatted-text a:hover {
  text-decoration: underline;
}

.stud-formatted-text li {
  margin-left: 20px;
  list-style-type: disc;
  padding-top: 4px;
  padding-bottom: 4px;
}

.stud-formatted-text hr {
  margin-bottom: 24px;
  --tw-border-opacity: 1;
  border-color: rgba(178, 196, 203, var(--tw-border-opacity));
}

/* ==================================================================================================== */

/* formatted text */

.hide-scrollbar::-webkit-scrollbar {
  display: none;
}

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

/* ==================================================================================================== */

/* input radio / input checkbox */

.stud-form-input-checkbox label i, .stud-form-input-radio label i {
  display: flex;
  height: 20px;
  width: 20px;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(0, 61, 84, var(--tw-border-opacity));
}

.stud-form-input-checkbox--error label i, .stud-form-input-radio--error label i {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgba(184, 24, 23, var(--tw-border-opacity));
}

.stud-form-input-checkbox label i::after,
.stud-form-input-radio label i::after {
  content: "";
}

.stud-form-input-checkbox label i::after, .stud-form-input-radio label i::after {
  display: block;
  height: 12px;
  width: 12px;
  --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;
  transform: translateX(var(--tw-translate-x)) translateY(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));
  --tw-scale-x: 0;
  --tw-scale-y: 0;
  --tw-bg-opacity: 1;
  background-color: rgba(184, 24, 23, var(--tw-bg-opacity));
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 150ms;
}

.stud-form-input-checkbox input:checked ~ label i::after, .stud-form-input-radio input:checked ~ label i::after {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  opacity: 1;
}

/* ==================================================================================================== */

/* dropdown */

[data-dropdown] [data-dropdown-content] {
  transform-origin: top;
  overflow: hidden;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 200ms;
}

[data-dropdown] [data-dropdown-arrow] {
  transform-origin: center;
  --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;
  transform: translateX(var(--tw-translate-x)) translateY(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));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 200ms;
}

[data-dropdown="true"] [data-dropdown-content] {
  max-height: 9999px;
  --tw-scale-y: 1;
  overflow: hidden;
  opacity: 1;
}

[data-dropdown="false"] [data-dropdown-content] {
  max-height: 0px;
  --tw-scale-y: 0;
  overflow: hidden;
  opacity: 0;
}

[data-dropdown="true"] [data-dropdown-arrow] {
  --tw-rotate: 180deg;
}

[data-dropdown="false"] [data-dropdown-arrow] {
  --tw-rotate: 0deg;
}

/* ==================================================================================================== */

/* util */

input.input-number-hide-browser-ui::-webkit-outer-spin-button,
input.input-number-hide-browser-ui::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number].input-number-hide-browser-ui {
  -moz-appearance: textfield;
}

.outline-none {
  outline: none !important;
}

/* ==================================================================================================== */

/* buttons */

.btn {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1.125rem;
  font-weight: 500;
}

.btn-square {
  padding: 0.75rem;
  font-size: 1.125rem;
  font-weight: 500;
}

.btn--narrow {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 500;
}

.btn-primary {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 61, 84, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.btn-secondary {
  --tw-bg-opacity: 1;
  background-color: rgba(184, 24, 23, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.btn-tertiary {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(0, 61, 84, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgba(0, 61, 84, var(--tw-text-opacity));
}

/* ==================================================================================================== */

/* navigation */

.nav-link {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-size: 1.25rem;
  line-height: 1.25rem;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, 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-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

[data-navi-active-level-1="true"] {
  text-shadow: -0.5px 0 0 white, 0.5px 0 0 white;
}

[data-navi-active-level-2="true"] {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 239, 244, var(--tw-bg-opacity));
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(0, 61, 84, var(--tw-text-opacity));
}

.nav-link--active {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 239, 244, var(--tw-bg-opacity));
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(0, 61, 84, var(--tw-text-opacity));
}

.nav-link-2nd-level:hover {
  font-weight:600;
  --tw-bg-opacity: 1;
  background-color: rgba(230, 243, 246, var(--tw-bg-opacity));
  font-weight: 600;
}

.nav-link-3nd-level:hover {
  font-weight:600;
  font-weight: 600;
}

[data-navi-state="false"] {
  height: 0px;
  opacity: 0;
}

[data-navi-state="true"] {
  height: 100%;
  opacity: 0.6;
}

[data-navi-list-level-1-visible="true"] {
  height: auto;
  overflow: visible;
  opacity: 1;
}

[data-navi-list-level-2-visible="true"] {
  height: auto;
  width: auto;
  overflow: visible;
  opacity: 1;
}

[data-navi-list-level-1-visible="false"] {
  height: 0px;
  opacity: 0;
}

[data-navi-list-level-2-visible="false"] {
  height: 0px;
  width: 0px;
  opacity: 0;
}

[data-burger-toggle-open][data-burger-open="true"] {
  display: none;
}

[data-burger-toggle-close][data-burger-open="true"] {
  display: block;
}

.mobile-nav[data-burger-open="true"] {
  display: block;
}

[data-navi-mobile-list-level-1-visible="true"] {
  height: auto;
  overflow: visible;
  opacity: 1;
}

[data-navi-mobile-list-level-2-visible="true"] {
  height: auto;
  overflow: visible;
  opacity: 1;
}

[data-navi-mobile-list-level-1-visible="false"] {
  height: 0px;
  opacity: 0;
}

[data-navi-mobile-list-level-2-visible="false"] {
  height: 0px;
  opacity: 0;
}

[data-navi-mobile-level-2-link-down] [data-dropdown-arrow] {
  transform-origin: center;
  --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;
  transform: translateX(var(--tw-translate-x)) translateY(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));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 200ms;
}

[data-navi-mobile-level-1-link-down] [data-dropdown-arrow] {
  transform-origin: center;
  --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;
  transform: translateX(var(--tw-translate-x)) translateY(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));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 200ms;
}

[data-navi-mobile-active-level-1="true"] [data-dropdown-arrow] {
  --tw-rotate: 180deg;
}

[data-navi-mobile-active-level-1="false"] [data-dropdown-arrow] {
  --tw-rotate: 0deg;
}

[data-navi-mobile-active-level-2="true"] [data-dropdown-arrow] {
  --tw-rotate: 180deg;
}

[data-navi-mobile-active-level-2="false"] [data-dropdown-arrow] {
  --tw-rotate: 0deg;
}

/* ==================================================================================================== */

/* search */

[data-search-field][data-serch-button-down="false"] {
  display: none;
}

/* ==================================================================================================== */

/* status indicator */

.status-indicator {
  margin-right: 0.5rem;
  display: inline-block;
  height: 1rem;
  width: 1rem;
  border-radius: 9999px;
  vertical-align: text-bottom;
}

.status-indicator--on {
  --tw-bg-opacity: 1;
  background-color: rgba(38, 163, 42, var(--tw-bg-opacity));
}

/* ==================================================================================================== */

/* swiper */

.swiper-button-next, .swiper-button-prev {
  height: 2rem;
  width: 2rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(0, 61, 84, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.swiper-button-next:focus, .swiper-button-prev:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  content: "";
}

.product-card-hover-text__container:hover .product-card-hover-text {
  display: block;
}

.swiper-button-next-blog {
  top: 25%;
}

.swiper-button-prev-blog {
  top: 25%;
}

.swiper-button-45 {
  top: 45%;
}

/* ==================================================================================================== */

/* card */

.card {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(229, 228, 232, var(--tw-border-opacity));
  padding: 1rem;
}

.card-product {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(229, 228, 232, var(--tw-border-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
}

/* ==================================================================================================== */

/* custom css product overview page */

.noUi-base {
  --tw-bg-opacity: 1;
  background-color: rgba(230, 243, 246, var(--tw-bg-opacity));
  border: none;
}

.noUi-connect {
  background: #d90004 !important;
}

.noUi-target, .noUi-connects {
  border-radius: 0px !important;
  border: none !important;
}

.noUi-handle {
  height: 20px !important;
  width: 20px !important;
  border: none !important;
  background: #2E4052 !important;
  border-radius: 0px !important;
  right: -10px !important;
  top: -6px !important;
  box-shadow: none !important;
}

.noUi-handle::before {
  display: none !important;
}

.noUi-handle::after {
  display: none !important;
}

.noUi-tooltip {
  left: 50% !important;
  top: 115% !important;
  padding: 0px 4px !important;
  border-radius: 0px !important;
  bottom: auto !important;
}

.noUi-horizontal {
  height: 8px !important;
}

[data-filter-open="true"] {
  transform-origin: top center;
  transform: scaleY(1);
  max-height: 2500px;
  opacity: 1;
}

[data-filter-open="false"] {
  transform-origin: top center;
  transform: scaleY(0);
  max-height: 0;
  opacity: 0;
}

@media (min-width: 1024px) {
  [data-filter-open="false"], [data-filter-open="true"] {
    transform-origin: top center;
    transform: scaleY(1);
    max-height: 2500px;
    opacity: 1;
  }
}

/* ==================================================================================================== */

/* studerus tables */

.stud-table {
  height: 100%;
  min-width: 100%;
}

.stud-table__wrapper {
  height: 100%;
  border-right-width: 1px;
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(178, 196, 203, var(--tw-border-opacity));
}

.stud-table__wrapper {
  overflow-x: auto;
  max-width: 100%;
}

.stud-table__content:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(230, 243, 246, var(--tw-bg-opacity));
}

.stud-table td:first-child, .stud-table th:first-child {
  border-left-width: 0px;
}

.stud-table td:last-child, .stud-table th:last-child {
  border-right-width: 0px;
}

.stud-table td, .stud-table th {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(178, 196, 203, var(--tw-border-opacity));
  padding: 16px;
}

.stud-table .stud-table--header-petrol {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 61, 84, var(--tw-bg-opacity));
  padding: 16px;
  text-align: left;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.stud-table .stud-table--header-red {
  --tw-bg-opacity: 1;
  background-color: rgba(184, 24, 23, var(--tw-bg-opacity));
  padding: 16px;
  text-align: left;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.stud-table a {
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(184, 24, 23, var(--tw-text-opacity));
}

.stud-table a:hover {
  text-decoration: underline;
}

/* table td {
    @apply p-x16;
}

[data-hs-responsive-table] {
    overflow-x: auto;
    max-width: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

[data-hs-responsive-table] table {
    max-width: 100%;
    overflow-x: scroll;
    width: 100%;
    border-style: solid;
    border-collapse: collapse;
}

[data-hs-responsive-table] table thead tr th{
    @apply bg-petrol-light-2 text-white px-6 py-2 font-bold text-left leading-4;
}

[data-hs-responsive-table] table thead tr th p{
    @apply text-white;
}

[data-hs-responsive-table] table thead tr th p a{
    @apply text-white;
}

[data-hs-responsive-table] table tbody tr:nth-child(even) {
    @apply bg-petrol-light-2;
} */

/* ==================================================================================================== */

/* modal */

.stud-modal-scroll-container {
  overflow-y: auto;
  max-height: 100%;
  width: 100%;
}

[data-modal][data-modal-state] {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 50;
  height: 100%;
  width: 100%;
  overflow: auto;
}

[data-modal][data-modal-state] {
  background: rgba(0, 0, 0, 0.5);
}

[data-modal][data-modal-state="false"] {
  overflow: hidden;
  transition: opacity 0.2s, max-height 0s 0.2s;
  max-height: 0;
  opacity: 0;
}

[data-modal][data-modal-state] > * {
  transition: 0.4s;
}

[data-modal][data-modal-state="false"] > * {
  transform: scale(1.2);
}

[data-modal][data-modal-state="true"] {
  transition: opacity 0.2s 0.2s, max-height 0s 0s;
  max-height: 100%;
  opacity: 1;
}

[data-modal][data-modal-state="true"] > * {
  transform: scale(1);
}

/* ==================================================================================================== */

/* videos */

.youtube-video-container {
  position: relative;
  padding-top: calc(100%/16*9);
}

.youtube-video-container > iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}

/* ==================================================================================================== */

/* support return row item */

.support-return-row-item:hover .support-return-row-item__img-hover {
  display: block;
}

.support-return-row-item:hover .support-return-row-item__img {
  display: none;
}

/* ==================================================================================================== */

/* login state */

[data-login-state] [data-login-state-content] {
  transform-origin: top;
  transition: 0.2s;
  transform: scaleY(0);
  opacity: 0;
}

[data-login-state="true"] [data-login-state-content] {
  transform: scaleY(1);
  opacity: 1;
}

/* ==================================================================================================== */

/* utils */

.fade {
  -webkit-mask-image: linear-gradient(180deg, #000 60%, transparent);
}

/* ==================================================================================================== */

/* tabs */

[data-tab-selector-active-hidden] [data-tab-selector-active="true"] {
  display: none;
}

[data-tab-selector-active="true"] {
  --tw-bg-opacity: 1;
  background-color: rgba(230, 243, 246, var(--tw-bg-opacity));
  font-weight: 700;
}

[data-tab-active] {
  display: none;
}

[data-tab-active="true"] {
  display: block;
}

/* ==================================================================================================== */

/* banner */

.banner {
  height:300px;
  background-position: center;
  background-size: cover;
}

/* ==================================================================================================== */

/* banner */

[data-show-search="true"], [data-show-search-overlay="true"] {
  display: block;
}

[data-show-search="false"], [data-show-search-overlay="false"]  {
  display: none;
}

.border-headline:after {
  content: "";
  height: 4px;
  top: 1.02rem;
  position: absolute;
  float: right;
  display: block;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgba(0, 61, 84, var(--tw-bg-opacity));
}

.border-headline > span {
  position: relative;
  z-index: 10;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  padding-right: 1.5rem;
}

/* ==================================================================================================== */

/* partner portal nav mobile */

[data-pp-nav-m="true"] {
  -webkit-animation: ppNavSlideIn 0.2s ease-in-out;
          animation: ppNavSlideIn 0.2s ease-in-out;
  transition: opacity 0.1s linear 0.1s;
  opacity: 100%;
}

[data-pp-nav-m="false"] {
  -webkit-animation: ppNavSlideOut 0.2s ease-in-out;
          animation: ppNavSlideOut 0.2s ease-in-out;
  transition: opacity 0.1s linear 0.1s;
  opacity: 0%;
  pointer-events: none;
}

@-webkit-keyframes ppNavSlideIn {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes ppNavSlideIn {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(0);
  }
}

@-webkit-keyframes ppNavSlideOut {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

@keyframes ppNavSlideOut {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

@media (min-width: 450px) {
  .xs\:h-x86 {
    height: 86px;
  }

  .xs\:w-x72 {
    width: 72px;
  }

  .xs\:w-x86 {
    width: 86px;
  }

  .xs\:text-x30 {
    font-size: 1.875rem;
  }
}

@media (min-width: 575px) {
  .sm\:-mx-x12 {
    margin-left: -12px;
    margin-right: -12px;
  }

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

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

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

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

  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:grid {
    display: grid;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:h-1\/5 {
    height: 20%;
  }

  .sm\:w-auto {
    width: auto;
  }

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

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

  .sm\:flex-nowrap {
    flex-wrap: nowrap;
  }

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

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

  .sm\:gap-4 {
    gap: 1rem;
  }

  .sm\:gap-8 {
    gap: 2rem;
  }

  .sm\:px-x12 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .sm\:pr-0 {
    padding-right: 0px;
  }

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

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

  .sm\:text-lg {
    font-size: 1.125rem;
  }
}

@media (min-width: 770px) {
  .md\:absolute {
    position: absolute;
  }

  .md\:relative {
    position: relative;
  }

  .md\:right-0 {
    right: 0px;
  }

  .md\:left-auto {
    left: auto;
  }

  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }

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

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

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

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

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

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

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

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

  .md\:ml-auto {
    margin-left: auto;
  }

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

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-12 {
    height: 3rem;
  }

  .md\:h-auto {
    height: auto;
  }

  .md\:w-auto {
    width: auto;
  }

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

  .md\:w-1\/3 {
    width: 33.333333%;
  }

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

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

  .md\:w-3\/12 {
    width: 25%;
  }

  .md\:w-5\/12 {
    width: 41.666667%;
  }

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

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

  .md\:min-w-x240 {
    min-width: 240px;
  }

  .md\:max-w-xs {
    max-width: 18rem;
  }

  .md\:max-w-x340 {
    max-width: 340px;
  }

  .md\:flex-1 {
    flex: 1 1 0%;
  }

  .md\:flex-grow-0 {
    flex-grow: 0;
  }

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

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

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

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

  .md\:flex-wrap {
    flex-wrap: wrap;
  }

  .md\:flex-nowrap {
    flex-wrap: nowrap;
  }

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

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

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

  .md\:gap-8 {
    gap: 2rem;
  }

  .md\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:bg-opacity-0 {
    --tw-bg-opacity: 0;
  }

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

  .md\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

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

  .md\:pb-0 {
    padding-bottom: 0px;
  }

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

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

  .md\:text-x18 {
    font-size: 1.125rem;
  }

  .md\:text-x24 {
    font-size: 1.50rem;
  }

  .md\:text-x48 {
    font-size: 3.00rem;
  }

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

  .md\:text-petrol-base {
    --tw-text-opacity: 1;
    color: rgba(0, 61, 84, var(--tw-text-opacity));
  }
}

@media (min-width: 900px) {
  .lg\:absolute {
    position: absolute;
  }

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

  .lg\:left-0 {
    left: 0px;
  }

  .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:-mx-x0 {
    margin-left: 0px;
    margin-right: 0px;
  }

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

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

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

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

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

  .lg\:mt-20 {
    margin-top: 5rem;
  }

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

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

  .lg\:mb-32 {
    margin-bottom: 8rem;
  }

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

  .lg\:ml-auto {
    margin-left: auto;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-x32 {
    height: 32px;
  }

  .lg\:h-x42 {
    height: 42px;
  }

  .lg\:h-x48 {
    height: 48px;
  }

  .lg\:h-x520 {
    height: 520px;
  }

  .lg\:h-full {
    height: 100%;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:w-x220 {
    width: 220px;
  }

  .lg\:w-x250 {
    width: 250px;
  }

  .lg\:w-x680 {
    width: 680px;
  }

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

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

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

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

  .lg\:w-1\/5 {
    width: 20%;
  }

  .lg\:w-3\/12 {
    width: 25%;
  }

  .lg\:w-4\/12 {
    width: 33.333333%;
  }

  .lg\:w-5\/12 {
    width: 41.666667%;
  }

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

  .lg\:w-full {
    width: 100%;
  }

  .lg\:flex-grow-0 {
    flex-grow: 0;
  }

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

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

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

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

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

  .lg\:flex-wrap {
    flex-wrap: wrap;
  }

  .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .lg\:items-end {
    align-items: flex-end;
  }

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

  .lg\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

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

  .lg\:bg-petrol-base {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 61, 84, var(--tw-bg-opacity));
  }

  .lg\:p-x30 {
    padding: 30px;
  }

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

  .lg\:px-x0 {
    padding-left: 0px;
    padding-right: 0px;
  }

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

  .lg\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:py-x32 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .lg\:py-x40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .lg\:pt-16 {
    padding-top: 4rem;
  }

  .lg\:pt-x32 {
    padding-top: 32px;
  }

  .lg\:pt-x42 {
    padding-top: 42px;
  }

  .lg\:pt-x64 {
    padding-top: 64px;
  }

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

  .lg\:pb-12 {
    padding-bottom: 3rem;
  }

  .lg\:pb-x40 {
    padding-bottom: 40px;
  }

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

  .lg\:text-x28 {
    font-size: 1.75rem;
  }

  .lg\:text-x36 {
    font-size: 2.25rem;
  }

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

  .lg\:text-lg {
    font-size: 1.125rem;
  }

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

  .lg\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

@media (min-width: 1100px) {
  .xl\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

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

  .xl\:mt-x4 {
    margin-top: 4px;
  }

  .xl\:mt-x34 {
    margin-top: 34px;
  }

  .xl\:mr-x32 {
    margin-right: 32px;
  }

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

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

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

  .xl\:block {
    display: block;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:grid {
    display: grid;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:h-x32 {
    height: 32px;
  }

  .xl\:w-auto {
    width: auto;
  }

  .xl\:w-x64 {
    width: 64px;
  }

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

  .xl\:w-1\/3 {
    width: 33.333333%;
  }

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

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

  .xl\:w-2\/5 {
    width: 40%;
  }

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

  .xl\:w-3\/12 {
    width: 25%;
  }

  .xl\:w-9\/12 {
    width: 75%;
  }

  .xl\:w-full {
    width: 100%;
  }

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

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

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

  .xl\:flex-nowrap {
    flex-wrap: nowrap;
  }

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

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

  .xl\:pt-24 {
    padding-top: 6rem;
  }

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

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

@media (min-width: 1309px) {
  .ll\:-mx-x64 {
    margin-left: -64px;
    margin-right: -64px;
  }

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

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

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

  .ll\:ml-x80 {
    margin-left: 80px;
  }

  .ll\:block {
    display: block;
  }

  .ll\:hidden {
    display: none;
  }

  .ll\:w-auto {
    width: auto;
  }

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

  .ll\:w-1\/3 {
    width: 33.333333%;
  }

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

  .ll\:w-3\/12 {
    width: 25%;
  }

  .ll\:w-4\/12 {
    width: 33.333333%;
  }

  .ll\:w-5\/12 {
    width: 41.666667%;
  }

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

  .ll\:flex-grow-0 {
    flex-grow: 0;
  }

  .ll\:flex-nowrap {
    flex-wrap: nowrap;
  }

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

  .ll\:border-none {
    border-style: none;
  }

  .ll\:px-x64 {
    padding-left: 64px;
    padding-right: 64px;
  }

  .ll\:py-x8 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .ll\:py-x12 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

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

  .ll\:text-base {
    font-size: 1rem;
  }
}