<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">[x-cloak] {
  display:none !important;
}

@font-face {
  font-family: 'Firm';

  src: url('/Assets/fonts/FIRM_Bold.woff2') format('woff2'), url('/Assets/fonts/FIRM_Bold.woff') format('woff');

  font-weight: bold;

  font-style: normal;
}

@font-face {
  font-family: 'Firm';

  src: url('/Assets/fonts/Firm_Book.woff2') format('woff2'), url('/Assets/fonts/Firm_Book.woff') format('woff');

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: 'Orgon Slab';

  font-weight: bold;

  font-style: italic;

  src: url('/Assets/fonts/390AE0_0_0.eot');

  src: url('/Assets/fonts/390AE0_0_0.eot?#iefix') format('embedded-opentype'),url('/Assets/fonts/390AE0_0_0.woff2') format('woff2'),url('/Assets/fonts/390AE0_0_0.woff') format('woff'),url('/Assets/fonts/390AE0_0_0.ttf') format('truetype');
}

@font-face {
  font-family: 'Orgon Slab';

  font-weight: bold;

  font-style: normal;

  src: url('/Assets/fonts//390AE0_1_0.eot');

  src: url('/Assets/fonts//390AE0_1_0.eot?#iefix') format('embedded-opentype'),url('/Assets/fonts//390AE0_1_0.woff2') format('woff2'),url('/Assets/fonts//390AE0_1_0.woff') format('woff'),url('/Assets/fonts//390AE0_1_0.ttf') format('truetype');
}

@font-face {
  font-family: 'Orgon Slab';

  font-style: italic;

  font-weight: normal;

  src: url('/Assets/fonts//390AE0_2_0.eot');

  src: url('/Assets/fonts//390AE0_2_0.eot?#iefix') format('embedded-opentype'),url('/Assets/fonts//390AE0_2_0.woff2') format('woff2'),url('/Assets/fonts//390AE0_2_0.woff') format('woff'),url('/Assets/fonts//390AE0_2_0.ttf') format('truetype');
}

@font-face {
  font-family: 'Orgon Slab';

  font-weight: normal;

  font-style: normal;

  src: url('/Assets/fonts//390AE0_3_0.eot');

  src: url('/Assets/fonts//390AE0_3_0.eot?#iefix') format('embedded-opentype'),url('/Assets/fonts//390AE0_3_0.woff2') format('woff2'),url('/Assets/fonts//390AE0_3_0.woff') format('woff'),url('/Assets/fonts//390AE0_3_0.ttf') format('truetype');
}

/*! tailwindcss v2.2.15 | 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 */
}

.contourField.checkbox {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    column-gap: 0.5rem;
}

/**
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'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

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

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

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

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

:-moz-ui-invalid {
  box-shadow: none;
}

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

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

/*
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 &lt;details&gt; 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: #9ca3af;
}

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

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

button,
[role="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.
 */

:-moz-focusring {
  outline: auto;
}

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 {
  --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-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-border-opacity:1;
  border-color:rgba(229, 231, 235, var(--tw-border-opacity));
  --tw-ring-offset-shadow:0 0 #0000;
  --tw-ring-shadow:0 0 #0000;
  --tw-shadow:0 0 #0000;
  --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,/*!*/ /*!*/);
  --tw-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);
}

th {
  text-align:left;
}

.container {
  width:100%;
}

@media (min-width: 640px) {
  .container {
    max-width:640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width:768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width:1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width:1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width:1536px;
  }
}

.btn {
  display:inline-block;
  border-radius:0.125rem;
  border-width:1px;
  border-color:var(--top-color);
  --tw-bg-opacity:1;
  background-color:rgba(255, 255, 255, var(--tw-bg-opacity));
  padding-top:0.5rem;
  padding-bottom:0.5rem;
  padding-left:1.25rem;
  padding-right:1.25rem;
  font-weight:700;
  color:var(--top-color);
  --tw-shadow:0 0 #0000;
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property:all;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:150ms;
  transition-duration:1000ms;
}

.btn:hover {
  cursor:pointer;
  text-decoration:none;
  --tw-shadow:0 1px 2px 0 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);
}

.btn.primary {
  border-color:var(--top-color);
  background-color:var(--top-color);
  background-position:top;
  color:var(--top-color-text);
}

.btn.secondary {
  border-color:var(--top-color);
  background-color:var(--top-color-light);
  color:var(--top-color-light-text);
}

.input-text {
  border-radius:0.125rem;
  border-width:1px;
  --tw-border-opacity:1;
  border-color:rgba(209, 213, 219, var(--tw-border-opacity));
  --tw-bg-opacity:1;
  background-color:rgba(255, 255, 255, var(--tw-bg-opacity));
  padding-top:0.625rem;
  padding-bottom:0.625rem;
  padding-left:1rem;
  padding-right:1rem;
  --tw-text-opacity:1;
  color:rgba(17, 24, 39, var(--tw-text-opacity));
}

.content-box {
  margin-bottom:2rem;
  --tw-bg-opacity:1;
  background-color:rgba(243, 244, 246, var(--tw-bg-opacity));
  padding:1rem;
}

.content-box &gt; .header, .content-box__header {
  margin-bottom:1rem;
  display:inline-block;
  background-color:var(--top-color);
  background-position:top;
  padding-left:0.5rem;
  padding-right:0.5rem;
  padding-top:0.25rem;
  padding-bottom:0.25rem;
  font-family:Firm, sans-serif;
  font-size:0.875rem;
  line-height:1.25rem;
  font-weight:700;
  text-transform:uppercase;
  color:var(--top-color-text);
}

.content-box__content a {
  color:var(--btn1-color);
}

.games h1, .results h1, .rte h1, .grid-textstring h1, .h1 {
  margin-bottom:1rem;
  font-family:Firm, sans-serif;
  font-size:1.5rem;
  line-height:2rem;
  font-weight:700;
}

@media (min-width: 768px) {
  .games h1, .results h1, .rte h1, .grid-textstring h1, .h1 {
    font-size:2.25rem;
    line-height:2.5rem;
  }
}

.games h2, .results h2, .h2, .rte h2 {
  margin-bottom:1rem;
  font-family:Firm, sans-serif;
  font-size:1.25rem;
  line-height:1.75rem;
  font-weight:700;
}

@media (min-width: 768px) {
  .games h2, .results h2, .h2, .rte h2 {
    font-size:1.5rem;
    line-height:2rem;
  }
}

.games h3, .results h3, .h3, .rte h3 {
  margin-bottom:1rem;
  font-family:Firm, sans-serif;
  font-size:1.125rem;
  line-height:1.75rem;
  font-weight:700;
}

@media (min-width: 768px) {
  .games h3, .results h3, .h3, .rte h3 {
    font-size:1.25rem;
    line-height:1.75rem;
  }
}

.rte p {
  margin-bottom:1rem;
}

.rte ol {
  list-style-type:decimal;
  padding-left:2rem;
  padding-right:2rem;
}

.rte ul {
  list-style-type:disc;
  padding-left:2rem;
  padding-right:2rem;
}

.matchdata &gt; :not(.navbar) a, .rte a {
  color:var(--btn1-color);
  text-decoration:underline;
  --dw-td-overline:var(--tw-empty,/*!*/ /*!*/);
  --dw-td-underline:var(--tw-empty,/*!*/ /*!*/);
  --dw-td-line-through:var(--tw-empty,/*!*/ /*!*/);
  --dw-td-none:var(--tw-empty,/*!*/ /*!*/);
  --dw-td-color:currentcolor;
  --dw-td-style:initial;
  --dw-td-thickness:1px;
  -webkit-text-decoration-line:var(--dw-td-overline) var(--dw-td-underline) var(--dw-td-line-through) var(--dw-td-none);
          text-decoration-line:var(--dw-td-overline) var(--dw-td-underline) var(--dw-td-line-through) var(--dw-td-none);
  -webkit-text-decoration-color:var(--dw-td-color);
          text-decoration-color:var(--dw-td-color);
  -webkit-text-decoration-style:var(--dw-td-style);
          text-decoration-style:var(--dw-td-style);
  text-decoration-thickness:var(--dw-td-thickness);
  --dw-td-underline:underline;
  --dw-td-style:dotted;
}

.rte-footer a {
  color:currentColor;
}

.matchdata {
  margin:-1rem;
}

.matchdata .navbar {
  margin-top:1rem;
  margin-bottom:2rem;
  --tw-border-opacity:1;
  border-color:rgba(209, 213, 219, var(--tw-border-opacity));
}

.matchdata .nav:not(.pull-right) a, .matchdata .nav:not(.pull-right):hover a:not(:hover) {
  border-bottom-width:1px;
  border-color:transparent;
  padding-top:0.5rem;
  padding-bottom:0.5rem;
  font-weight:700;
  --tw-text-opacity:1;
  color:rgba(209, 213, 219, var(--tw-text-opacity));
}

.matchdata .nav:not(.pull-right) a:hover, .matchdata .nav:not(.pull-right) a:focus {
  border-color:currentColor;
  color:var(--top-color);
}

.matchdata .nav:not(.pull-right) .active a {
  border-color:currentColor;
  color:currentColor;
}

.matchdata .navbar .container-fluid {
  width:100%;
}

@media (min-width: 640px) {
  .matchdata .navbar .container-fluid {
    max-width:640px;
  }
}

@media (min-width: 768px) {
  .matchdata .navbar .container-fluid {
    max-width:768px;
  }
}

@media (min-width: 1024px) {
  .matchdata .navbar .container-fluid {
    max-width:1024px;
  }
}

@media (min-width: 1280px) {
  .matchdata .navbar .container-fluid {
    max-width:1280px;
  }
}

@media (min-width: 1536px) {
  .matchdata .navbar .container-fluid {
    max-width:1536px;
  }
}

.matchdata .navbar .container-fluid {
  margin-left:auto;
  margin-right:auto;
}

.matchdata .navbar-header {
  display:none;
}

.matchdata .matchdata .navbar-header {
  display:none;
}

.matchdata .navbar-collapse {
  display:flex;
  flex-direction:column;
}

.matchdata .navbar-collapse &gt; :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse:0;
  margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:calc(1rem * var(--tw-space-y-reverse));
}

@media (min-width: 1024px) {
  .matchdata .navbar-collapse {
    flex-direction:row;
  }

  .matchdata .navbar-collapse &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse:0;
    margin-right:calc(1rem * var(--tw-space-x-reverse));
    margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .matchdata .navbar-collapse &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse:0;
    margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(0px * var(--tw-space-y-reverse));
  }
}

.matchdata .navbar-collapse .nav, .matchdata .navbar-collapse .navbar-form {
  display:flex;
}

.matchdata .navbar-collapse .nav &gt; :not([hidden]) ~ :not([hidden]), .matchdata .navbar-collapse .navbar-form &gt; :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse:0;
  margin-right:calc(1rem * var(--tw-space-x-reverse));
  margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.matchdata .navbar-collapse .nav, .matchdata .navbar-collapse .navbar-form {
  white-space:nowrap;
}

.matchdata .navbar-collapse .nav:first-child {
  margin-top:0.5rem;
  margin-bottom:0.5rem;
  flex-grow:1;
}

.matchdata .navbar-collapse .nav:not(.pull-right) {
  border-bottom-width:1px;
  --tw-border-opacity:1;
  border-color:rgba(209, 213, 219, var(--tw-border-opacity));
}

.matchdata .navbar-collapse .nav:not(.pull-right) &gt; li {
  margin-bottom:0.375rem;
  display:inline-block;
}

.matchdata .navbar-nav.pull-right {
  order:1;
  margin-left:auto !important;
  padding-left:0.5rem;
}

.matchdata .navbar-nav.pull-right a {
  display:inline-block;
  border-radius:0.125rem;
  border-width:1px;
  border-color:var(--top-color);
  --tw-bg-opacity:1;
  background-color:rgba(255, 255, 255, var(--tw-bg-opacity));
  padding-top:0.5rem;
  padding-bottom:0.5rem;
  padding-left:1.25rem;
  padding-right:1.25rem;
  font-weight:700;
  color:var(--top-color);
  --tw-shadow:0 0 #0000;
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property:all;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:150ms;
  transition-duration:1000ms;
}

.matchdata .navbar-nav.pull-right a:hover {
  cursor:pointer;
  text-decoration:none;
  --tw-shadow:0 1px 2px 0 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);
}

.matchdata .navbar-form input::-moz-placeholder {
  -moz-appearance:none;
       appearance:none;
  border-radius:0px;
  border-width:1px;
  --tw-border-opacity:1;
  border-color:rgba(209, 213, 219, var(--tw-border-opacity));
  --tw-bg-opacity:1;
  background-color:rgba(255, 255, 255, var(--tw-bg-opacity));
  padding:0.5rem;
  color:currentColor;
  max-width: calc(50vw - 1rem - 1rem);
}

.matchdata .navbar-form input:-ms-input-placeholder {
  appearance:none;
  border-radius:0px;
  border-width:1px;
  --tw-border-opacity:1;
  border-color:rgba(209, 213, 219, var(--tw-border-opacity));
  --tw-bg-opacity:1;
  background-color:rgba(255, 255, 255, var(--tw-bg-opacity));
  padding:0.5rem;
  color:currentColor;
  max-width: calc(50vw - 1rem - 1rem);
}

.matchdata .navbar-form input, .matchdata .navbar-form input::placeholder, .matchdata .navbar-form select {
  -webkit-appearance:none;
     -moz-appearance:none;
          appearance:none;
  border-radius:0px;
  border-width:1px;
  --tw-border-opacity:1;
  border-color:rgba(209, 213, 219, var(--tw-border-opacity));
  --tw-bg-opacity:1;
  background-color:rgba(255, 255, 255, var(--tw-bg-opacity));
  padding:0.5rem;
  color:currentColor;
  max-width: calc(50vw - 1rem - 1rem);
}

.matchdata .hidden {
  display:none !important;
}

.rte img {
  display:inline-block;
}

.gameplan, .pool {
  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";
  font-size:0.875rem;
  line-height:1.25rem;
}

.visible-xs {
  display: none !important;
}

tr.visible-xs {
  display: none !important;
}

th.visible-xs,td.visible-xs {
  display: none !important;
}

@media(max-width: 767px) {
  .visible-xs {
    display:block !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,td.visible-xs {
    display: table-cell !important;
  }
}

@media(min-width: 768px) and (max-width:991px) {
  .visible-xs.visible-sm {
    display:block !important;
  }

  tr.visible-xs.visible-sm {
    display: table-row !important;
  }

  th.visible-xs.visible-sm,td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}

@media(min-width: 992px) and (max-width:1199px) {
  .visible-xs.visible-md {
    display:block !important;
  }

  tr.visible-xs.visible-md {
    display: table-row !important;
  }

  th.visible-xs.visible-md,td.visible-xs.visible-md {
    display: table-cell !important;
  }
}

@media(min-width: 1200px) {
  .visible-xs.visible-lg {
    display:block !important;
  }

  tr.visible-xs.visible-lg {
    display: table-row !important;
  }

  th.visible-xs.visible-lg,td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}

@media(max-width: 767px) {
  .visible-sm.visible-xs {
    display:block !important;
  }

  tr.visible-sm.visible-xs {
    display: table-row !important;
  }

  th.visible-sm.visible-xs,td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}

@media(min-width: 1200px) {
  .visible-sm.visible-lg {
    display:block !important;
  }

  tr.visible-sm.visible-lg {
    display: table-row !important;
  }

  th.visible-sm.visible-lg,td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}

@media(max-width: 767px) {
  .visible-md.visible-xs {
    display:block !important;
  }

  tr.visible-md.visible-xs {
    display: table-row !important;
  }

  th.visible-md.visible-xs,td.visible-md.visible-xs {
    display: table-cell !important;
  }
}

@media(min-width: 1200px) {
  .visible-md.visible-lg {
    display:block !important;
  }

  tr.visible-md.visible-lg {
    display: table-row !important;
  }

  th.visible-md.visible-lg,td.visible-md.visible-lg {
    display: table-cell !important;
  }
}

.visible-lg {
  display: none !important;
}

tr.visible-lg {
  display: none !important;
}

th.visible-lg,td.visible-lg {
  display: none !important;
}

@media(max-width: 767px) {
  .visible-lg.visible-xs {
    display:block !important;
  }

  tr.visible-lg.visible-xs {
    display: table-row !important;
  }

  th.visible-lg.visible-xs,td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}

@media(min-width: 768px) and (max-width:991px) {
  .visible-lg.visible-sm {
    display:block !important;
  }

  tr.visible-lg.visible-sm {
    display: table-row !important;
  }

  th.visible-lg.visible-sm,td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}

@media(min-width: 992px) and (max-width:1199px) {
  .visible-lg.visible-md {
    display:block !important;
  }

  tr.visible-lg.visible-md {
    display: table-row !important;
  }

  th.visible-lg.visible-md,td.visible-lg.visible-md {
    display: table-cell !important;
  }
}

@media(min-width: 1200px) {
  .visible-lg {
    display:block !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,td.visible-lg {
    display: table-cell !important;
  }
}

.hidden-xs, .gameplan-stadiumname-input {
  display: block !important;
}

tr.hidden-xs, tr.gameplan-stadiumname-input {
  display: table-row !important;
}

th.hidden-xs,td.hidden-xs, th.gameplan-stadiumname-input, td.gameplan-stadiumname-input, th.gameplan-stadiumname {
  display: table-cell !important;
}

@media(max-width: 767px) {
  .hidden-xs, .gameplan-stadiumname-input {
    display:none !important;
  }

  tr.hidden-xs, tr.gameplan-stadiumname-input {
    display: none !important;
  }

  th.hidden-xs,td.hidden-xs, th.gameplan-stadiumname-input, td.gameplan-stadiumname-input, th.gameplan-stadiumname {
    display: none !important;
  }
}

@media(min-width: 768px) and (max-width:991px) {
  .hidden-xs.hidden-sm {
    display:none !important;
  }

  tr.hidden-xs.hidden-sm {
    display: none !important;
  }

  th.hidden-xs.hidden-sm,td.hidden-xs.hidden-sm {
    display: none !important;
  }
}

@media(min-width: 992px) and (max-width:1199px) {
  .hidden-xs.hidden-md {
    display:none !important;
  }

  tr.hidden-xs.hidden-md {
    display: none !important;
  }

  th.hidden-xs.hidden-md,td.hidden-xs.hidden-md {
    display: none !important;
  }
}

@media(min-width: 1200px) {
  .hidden-xs.hidden-lg {
    display:none !important;
  }

  tr.hidden-xs.hidden-lg {
    display: none !important;
  }

  th.hidden-xs.hidden-lg,td.hidden-xs.hidden-lg {
    display: none !important;
  }
}

.hidden-sm {
  display: block !important;
}

tr.hidden-sm {
  display: table-row !important;
}

th.hidden-sm,td.hidden-sm {
  display: table-cell !important;
}

@media(max-width: 767px) {
  .hidden-sm.hidden-xs {
    display:none !important;
  }

  tr.hidden-sm.hidden-xs {
    display: none !important;
  }

  th.hidden-sm.hidden-xs,td.hidden-sm.hidden-xs {
    display: none !important;
  }
}

@media(min-width: 768px) and (max-width:991px) {
  .hidden-sm {
    display:none !important;
  }

  tr.hidden-sm {
    display: none !important;
  }

  th.hidden-sm,td.hidden-sm {
    display: none !important;
  }
}

@media(min-width: 992px) and (max-width:1199px) {
  .hidden-sm.hidden-md {
    display:none !important;
  }

  tr.hidden-sm.hidden-md {
    display: none !important;
  }

  th.hidden-sm.hidden-md,td.hidden-sm.hidden-md {
    display: none !important;
  }
}

@media(min-width: 1200px) {
  .hidden-sm.hidden-lg {
    display:none !important;
  }

  tr.hidden-sm.hidden-lg {
    display: none !important;
  }

  th.hidden-sm.hidden-lg,td.hidden-sm.hidden-lg {
    display: none !important;
  }
}

.hidden-md {
  display: block !important;
}

tr.hidden-md {
  display: table-row !important;
}

th.hidden-md,td.hidden-md {
  display: table-cell !important;
}

@media(max-width: 767px) {
  .hidden-md.hidden-xs {
    display:none !important;
  }

  tr.hidden-md.hidden-xs {
    display: none !important;
  }

  th.hidden-md.hidden-xs,td.hidden-md.hidden-xs {
    display: none !important;
  }
}

@media(min-width: 768px) and (max-width:991px) {
  .hidden-md.hidden-sm {
    display:none !important;
  }

  tr.hidden-md.hidden-sm {
    display: none !important;
  }

  th.hidden-md.hidden-sm,td.hidden-md.hidden-sm {
    display: none !important;
  }
}

@media(min-width: 992px) and (max-width:1199px) {
  .hidden-md {
    display:none !important;
  }

  tr.hidden-md {
    display: none !important;
  }

  th.hidden-md,td.hidden-md {
    display: none !important;
  }
}

@media(min-width: 1200px) {
  .hidden-md.hidden-lg {
    display:none !important;
  }

  tr.hidden-md.hidden-lg {
    display: none !important;
  }

  th.hidden-md.hidden-lg,td.hidden-md.hidden-lg {
    display: none !important;
  }
}

.hidden-lg {
  display: block !important;
}

tr.hidden-lg {
  display: table-row !important;
}

th.hidden-lg,td.hidden-lg {
  display: table-cell !important;
}

@media(max-width: 767px) {
  .hidden-lg.hidden-xs {
    display:none !important;
  }

  tr.hidden-lg.hidden-xs {
    display: none !important;
  }

  th.hidden-lg.hidden-xs,td.hidden-lg.hidden-xs {
    display: none !important;
  }
}

@media(min-width: 768px) and (max-width:991px) {
  .hidden-lg.hidden-sm {
    display:none !important;
  }

  tr.hidden-lg.hidden-sm {
    display: none !important;
  }

  th.hidden-lg.hidden-sm,td.hidden-lg.hidden-sm {
    display: none !important;
  }
}

@media(min-width: 992px) and (max-width:1199px) {
  .hidden-lg.hidden-md {
    display:none !important;
  }

  tr.hidden-lg.hidden-md {
    display: none !important;
  }

  th.hidden-lg.hidden-md,td.hidden-lg.hidden-md {
    display: none !important;
  }
}

@media(min-width: 1200px) {
  .hidden-lg {
    display:none !important;
  }

  tr.hidden-lg {
    display: none !important;
  }

  th.hidden-lg,td.hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

tr.visible-print {
  display: none !important;
}

th.visible-print,td.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,td.visible-print {
    display: table-cell !important;
  }

  .hidden-print {
    display: none !important;
  }

  tr.hidden-print {
    display: none !important;
  }

  th.hidden-print,td.hidden-print {
    display: none !important;
  }
}

@media (min-width:768px) {
  .hidden-xs.visible-print {
    display: block !important;
  }

  span.hidden-xs.visible-print {
    display: inline !important;
  }
}

.table {
  width: 100%;
  margin-bottom: 20px;
}

.table thead&gt;tr&gt;th,.table tbody&gt;tr&gt;th,.table tfoot&gt;tr&gt;th,.table thead&gt;tr&gt;td,.table tbody&gt;tr&gt;td,.table tfoot&gt;tr&gt;td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table thead&gt;tr&gt;th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table caption+thead tr:first-child th,.table colgroup+thead tr:first-child th,.table thead:first-child tr:first-child th,.table caption+thead tr:first-child td,.table colgroup+thead tr:first-child td,.table thead:first-child tr:first-child td {
  border-top: 0;
}

.table tbody+tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-striped&gt;tbody&gt;tr:nth-child(odd)&gt;td,.table-striped&gt;tbody&gt;tr:nth-child(odd)&gt;th {
  background-color: #f9f9f9;
}

.table col[class*="col-"] {
  float: none;
  display: table-column;
}

.table td[class*="col-"],.table th[class*="col-"] {
  float: none;
  display: table-cell;
}

.table&gt;thead&gt;tr&gt;td.active,.table&gt;tbody&gt;tr&gt;td.active,.table&gt;tfoot&gt;tr&gt;td.active,.table&gt;thead&gt;tr&gt;th.active,.table&gt;tbody&gt;tr&gt;th.active,.table&gt;tfoot&gt;tr&gt;th.active,.table&gt;thead&gt;tr.active&gt;td,.table&gt;tbody&gt;tr.active&gt;td,.table&gt;tfoot&gt;tr.active&gt;td,.table&gt;thead&gt;tr.active&gt;th,.table&gt;tbody&gt;tr.active&gt;th,.table&gt;tfoot&gt;tr.active&gt;th {
  background-color: #f5f5f5;
}

.table&gt;thead&gt;tr&gt;td.success,.table&gt;tbody&gt;tr&gt;td.success,.table&gt;tfoot&gt;tr&gt;td.success,.table&gt;thead&gt;tr&gt;th.success,.table&gt;tbody&gt;tr&gt;th.success,.table&gt;tfoot&gt;tr&gt;th.success,.table&gt;thead&gt;tr.success&gt;td,.table&gt;tbody&gt;tr.success&gt;td,.table&gt;tfoot&gt;tr.success&gt;td,.table&gt;thead&gt;tr.success&gt;th,.table&gt;tbody&gt;tr.success&gt;th,.table&gt;tfoot&gt;tr.success&gt;th {
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.table-hover&gt;tbody&gt;tr&gt;td.success:hover,.table-hover&gt;tbody&gt;tr&gt;th.success:hover,.table-hover&gt;tbody&gt;tr.success:hover&gt;td {
  background-color: #d0e9c6;
  border-color: #c9e2b3;
}

.table&gt;thead&gt;tr&gt;td.danger,.table&gt;tbody&gt;tr&gt;td.danger,.table&gt;tfoot&gt;tr&gt;td.danger,.table&gt;thead&gt;tr&gt;th.danger,.table&gt;tbody&gt;tr&gt;th.danger,.table&gt;tfoot&gt;tr&gt;th.danger,.table&gt;thead&gt;tr.danger&gt;td,.table&gt;tbody&gt;tr.danger&gt;td,.table&gt;tfoot&gt;tr.danger&gt;td,.table&gt;thead&gt;tr.danger&gt;th,.table&gt;tbody&gt;tr.danger&gt;th,.table&gt;tfoot&gt;tr.danger&gt;th {
  background-color: #f2dede;
  border-color: #eed3d7;
}

.table&gt;thead&gt;tr&gt;td.warning,.table&gt;tbody&gt;tr&gt;td.warning,.table&gt;tfoot&gt;tr&gt;td.warning,.table&gt;thead&gt;tr&gt;th.warning,.table&gt;tbody&gt;tr&gt;th.warning,.table&gt;tfoot&gt;tr&gt;th.warning,.table&gt;thead&gt;tr.warning&gt;td,.table&gt;tbody&gt;tr.warning&gt;td,.table&gt;tfoot&gt;tr.warning&gt;td,.table&gt;thead&gt;tr.warning&gt;th,.table&gt;tbody&gt;tr.warning&gt;th,.table&gt;tfoot&gt;tr.warning&gt;th {
  background-color: #fcf8e3;
  border-color: #fbeed5;
}

@media(max-width: 768px) {
  .table-responsive {
    width:100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    border: 1px solid #ddd;
  }

  .table-responsive&gt;.table {
    margin-bottom: 0;
    background-color: #fff;
  }

  .table-responsive&gt;.table&gt;thead&gt;tr&gt;th,.table-responsive&gt;.table&gt;tbody&gt;tr&gt;th,.table-responsive&gt;.table&gt;tfoot&gt;tr&gt;th,.table-responsive&gt;.table&gt;thead&gt;tr&gt;td,.table-responsive&gt;.table&gt;tbody&gt;tr&gt;td,.table-responsive&gt;.table&gt;tfoot&gt;tr&gt;td {
    white-space: nowrap;
  }

  .table-responsive&gt;.table-bordered {
    border: 0;
  }

  .table-responsive&gt;.table-bordered&gt;thead&gt;tr&gt;th:first-child,.table-responsive&gt;.table-bordered&gt;tbody&gt;tr&gt;th:first-child,.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr&gt;th:first-child,.table-responsive&gt;.table-bordered&gt;thead&gt;tr&gt;td:first-child,.table-responsive&gt;.table-bordered&gt;tbody&gt;tr&gt;td:first-child,.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr&gt;td:first-child {
    border-left: 0;
  }

  .table-responsive&gt;.table-bordered&gt;thead&gt;tr&gt;th:last-child,.table-responsive&gt;.table-bordered&gt;tbody&gt;tr&gt;th:last-child,.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr&gt;th:last-child,.table-responsive&gt;.table-bordered&gt;thead&gt;tr&gt;td:last-child,.table-responsive&gt;.table-bordered&gt;tbody&gt;tr&gt;td:last-child,.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr&gt;td:last-child {
    border-right: 0;
  }

  .table-responsive&gt;.table-bordered&gt;thead&gt;tr:last-child&gt;th,.table-responsive&gt;.table-bordered&gt;tbody&gt;tr:last-child&gt;th,.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr:last-child&gt;th,.table-responsive&gt;.table-bordered&gt;thead&gt;tr:last-child&gt;td,.table-responsive&gt;.table-bordered&gt;tbody&gt;tr:last-child&gt;td,.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr:last-child&gt;td {
    border-bottom: 0;
  }
}

.js-cm-form &gt; div {
  margin-bottom:1rem;
  display:flex;
  flex-direction:column;
}

.js-cm-form &gt; div &gt; :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse:0;
  margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:calc(1rem * var(--tw-space-y-reverse));
}

.js-cm-form &gt; div &gt; div {
  display:flex;
  flex-direction:column;
}

.js-cm-form &gt; div &gt; div &gt; :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));
}

.js-cm-form &gt; div &gt; div &gt; label {
  font-weight:700;
}

.js-cm-form &gt; div &gt; div &gt; div &gt; div {
  display:flex;
}

.js-cm-form &gt; div &gt; div &gt; div &gt; div &gt; [type='checkbox'] + label {
  margin-left:0.5rem;
  margin-top:-0.375rem;
}

.rte table {
  min-width:100%;
}

.rte table &gt; :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));
  --tw-divide-opacity:1;
  border-color:rgba(229, 231, 235, var(--tw-divide-opacity));
}

.rte thead {
  --tw-bg-opacity:1;
  background-color:rgba(249, 250, 251, var(--tw-bg-opacity));
}

.rte th {
  padding-top:0.75rem;
  padding-bottom:0.75rem;
  text-align:left;
  font-size:0.75rem;
  line-height:1rem;
  font-weight:500;
  text-transform:uppercase;
  letter-spacing:0.05em;
  --tw-text-opacity:1;
  color:rgba(107, 114, 128, var(--tw-text-opacity));
}

.rte tbody &gt; :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));
  --tw-divide-opacity:1;
  border-color:rgba(229, 231, 235, var(--tw-divide-opacity));
}

.rte tr &gt; :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)));
}

.rte td {
  padding-top:0.75rem;
  padding-bottom:0.75rem;
}

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

.pointer-events-none {
  pointer-events:none;
}

.visible {
  visibility:visible;
}

.\!visible {
  visibility:visible !important;
}

.static {
  position:static;
}

.fixed {
  position:fixed;
}

.absolute {
  position:absolute;
}

.relative {
  position:relative;
}

.sticky {
  position:sticky;
}

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

.inset-x-0 {
  left:0px;
  right:0px;
}

.inset-y-0 {
  top:0px;
  bottom:0px;
}

.bottom-0 {
  bottom:0px;
}

.left-0 {
  left:0px;
}

.top-0 {
  top:0px;
}

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

.right-0 {
  right:0px;
}

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

.top-full {
  top:100%;
}

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

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

.z-\[2\] {
  z-index:2;
}

.m-8 {
  margin:2rem;
}

.m-1 {
  margin:0.25rem;
}

.m-2 {
  margin:0.5rem;
}

.m-0 {
  margin:0px;
}

.-m-6 {
  margin:-1.5rem;
}

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

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

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

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

.-mx-12 {
  margin-left:-3rem;
  margin-right:-3rem;
}

.my-auto {
  margin-top:auto;
  margin-bottom:auto;
}

.-mx-2 {
  margin-left:-0.5rem;
  margin-right:-0.5rem;
}

.\!-my-8 {
  margin-top:-2rem !important;
  margin-bottom:-2rem !important;
}

.mx-2 {
  margin-left:0.5rem;
  margin-right:0.5rem;
}

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

.mx-8 {
  margin-left:2rem;
  margin-right:2rem;
}

.my-6 {
  margin-top:1.5rem;
  margin-bottom:1.5rem;
}

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

.-mx-8 {
  margin-left:-2rem;
  margin-right:-2rem;
}

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

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

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

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

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

.mb-0\.5 {
  margin-bottom:0.125rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mr-auto {
  margin-right:auto;
}

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

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

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

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

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

.mb-auto {
  margin-bottom:auto;
}

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

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

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

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

.block {
  display:block;
}

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

.inline {
  display:inline;
}

.flex {
  display:flex;
}

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

.table {
  display:table;
}

.table-cell {
  display:table-cell;
}

.table-row {
  display:table-row;
}

.grid {
  display:grid;
}

.contents {
  display:contents;
}

.hidden {
  display:none;
}

.h-6 {
  height:1.5rem;
}

.h-full {
  height:100%;
}

.h-12 {
  height:3rem;
}

.h-16 {
  height:4rem;
}

.h-5 {
  height:1.25rem;
}

.h-4 {
  height:1rem;
}

.h-px {
  height:1px;
}

.h-14 {
  height:3.5rem;
}

.h-8 {
  height:2rem;
}

.h-2 {
  height:0.5rem;
}

.h-3 {
  height:0.75rem;
}

.max-h-96 {
  max-height:24rem;
}

.w-6 {
  width:1.5rem;
}

.w-full {
  width:100%;
}

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

.w-2\/5 {
  width:40%;
}

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

.w-3 {
  width:0.75rem;
}

.w-5 {
  width:1.25rem;
}

.w-12 {
  width:3rem;
}

.w-4 {
  width:1rem;
}

.w-\[calc\(100\%\+6rem\)\] {
  width:calc(100% + 6rem);
}

.w-\[40rem\] {
  width:40rem;
}

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

.w-14 {
  width:3.5rem;
}

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

.w-40 {
  width:10rem;
}

.w-10 {
  width:2.5rem;
}

.w-8 {
  width:2rem;
}

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

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

.max-w-\[90vw\] {
  max-width:90vw;
}

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

.max-w-\[50\%\] {
  max-width:50%;
}

.max-w-\[7\.5rem\] {
  max-width:7.5rem;
}

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

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

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

.origin-bottom-right {
  transform-origin:bottom right;
}

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

.-translate-y-full {
  --tw-translate-y:-100%;
  transform:var(--tw-transform);
}

.translate-y-0 {
  --tw-translate-y:0px;
  transform:var(--tw-transform);
}

.translate-x-0 {
  --tw-translate-x:0px;
  transform:var(--tw-transform);
}

.scale-0 {
  --tw-scale-x:0;
  --tw-scale-y:0;
  transform:var(--tw-transform);
}

.scale-100 {
  --tw-scale-x:1;
  --tw-scale-y:1;
  transform:var(--tw-transform);
}

.scale-x-0 {
  --tw-scale-x:0;
  transform:var(--tw-transform);
}

.scale-y-0 {
  --tw-scale-y:0;
  transform:var(--tw-transform);
}

.scale-y-100 {
  --tw-scale-y:1;
  transform:var(--tw-transform);
}

.transform {
  transform:var(--tw-transform);
}

.cursor-pointer {
  cursor:pointer;
}

.cursor-default {
  cursor:default;
}

.resize {
  resize:both;
}

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

.grid-cols-\[repeat\(auto-fill\2c minmax\(100px\2c 1fr\)\)\] {
  grid-template-columns:repeat(auto-fill, minmax(100px, 1fr));
}

.grid-cols-\[repeat\(auto-fill\2c minmax\(150px\2c 1fr\)\)\] {
  grid-template-columns:repeat(auto-fill, minmax(150px, 1fr));
}

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

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

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

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

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

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

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

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

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

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

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

.gap-2 {
  gap:0.5rem;
}

.gap-4 {
  gap:1rem;
}

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

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

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

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

.space-y-2 &gt; :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-x-4 &gt; :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse:0;
  margin-right:calc(1rem * var(--tw-space-x-reverse));
  margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

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

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

.overflow-auto {
  overflow:auto;
}

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

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

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

.whitespace-pre-line {
  white-space:pre-line;
}

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

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

.rounded {
  border-radius:0.25rem;
}

.border {
  border-width:1px;
}

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

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

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

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

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

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

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

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

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

.border-top {
  border-color:var(--top-color);
}

.border-gray-400 {
  --tw-border-opacity:1;
  border-color:rgba(156, 163, 175, var(--tw-border-opacity));
}

.border-gray-300 {
  --tw-border-opacity:1;
  border-color:rgba(209, 213, 219, var(--tw-border-opacity));
}

.border-current {
  border-color:currentColor;
}

.border-gray-500 {
  --tw-border-opacity:1;
  border-color:rgba(107, 114, 128, var(--tw-border-opacity));
}

.border-red-700 {
  --tw-border-opacity:1;
  border-color:rgba(185, 28, 28, var(--tw-border-opacity));
}

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

.border-green-800 {
  --tw-border-opacity:1;
  border-color:rgba(6, 95, 70, var(--tw-border-opacity));
}

.bg-gray-200 {
  --tw-bg-opacity:1;
  background-color:rgba(229, 231, 235, var(--tw-bg-opacity));
}

.bg-btn1 {
  background-color:var(--btn1-color);
}

.bg-top-darkest {
  background-color:var(--top-color-darkest);
}

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

.bg-top {
  background-color:var(--top-color);
}

.bg-top-darker {
  background-color:var(--top-color-darker);
}

.bg-top-dark {
  background-color:var(--top-color-dark);
}

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

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

.bg-btn4 {
  background-color:var(--btn4-color);
}

.bg-current {
  background-color:currentColor;
}

.bg-dfif-dark {
  --tw-bg-opacity:1;
  background-color:rgba(10, 44, 73, var(--tw-bg-opacity));
}

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

.bg-btn2 {
  background-color:var(--btn2-color);
}

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

.bg-gray-50 {
  --tw-bg-opacity:1;
  background-color:rgba(249, 250, 251, var(--tw-bg-opacity));
}

.bg-green-500 {
  --tw-bg-opacity:1;
  background-color:rgba(16, 185, 129, var(--tw-bg-opacity));
}

.bg-orange-500 {
  --tw-bg-opacity:1;
  background-color:rgba(249, 115, 22, var(--tw-bg-opacity));
}

.bg-blue-500 {
  --tw-bg-opacity:1;
  background-color:rgba(59, 130, 246, var(--tw-bg-opacity));
}

.bg-top-text {
  background-color:var(--top-color-text);
}

.bg-red-500 {
  --tw-bg-opacity:1;
  background-color:rgba(239, 68, 68, var(--tw-bg-opacity));
}

.bg-red-700 {
  --tw-bg-opacity:1;
  background-color:rgba(185, 28, 28, var(--tw-bg-opacity));
}

.bg-gray-700 {
  --tw-bg-opacity:1;
  background-color:rgba(55, 65, 81, var(--tw-bg-opacity));
}

.bg-green-800 {
  --tw-bg-opacity:1;
  background-color:rgba(6, 95, 70, var(--tw-bg-opacity));
}

.bg-blue-100 {
  --tw-bg-opacity:1;
  background-color:rgba(219, 234, 254, var(--tw-bg-opacity));
}

.bg-blue-600 {
  --tw-bg-opacity:1;
  background-color:rgba(37, 99, 235, var(--tw-bg-opacity));
}

.bg-opacity-80 {
  --tw-bg-opacity:0.8;
}

.bg-opacity-60 {
  --tw-bg-opacity:0.6;
}

.decoration-clone {
  -webkit-box-decoration-break:clone;
          box-decoration-break:clone;
}

.bg-top {
  background-position:top;
}

.fill-current {
  fill:currentColor;
}

.object-scale-down {
  -o-object-fit:scale-down;
     object-fit:scale-down;
}

.object-left {
  -o-object-position:left;
     object-position:left;
}

.p-4 {
  padding:1rem;
}

.p-8 {
  padding:2rem;
}

.p-2 {
  padding:0.5rem;
}

.p-1 {
  padding:0.25rem;
}

.p-3 {
  padding:0.75rem;
}

.p-5 {
  padding:1.25rem;
}

.p-0 {
  padding:0px;
}

.p-6 {
  padding:1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.px-10 {
  padding-left:2.5rem;
  padding-right:2.5rem;
}

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

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

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

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

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

.pt-\[33\.3\%\] {
  padding-top:33.3%;
}

.pt-\[37\.5\%\] {
  padding-top:37.5%;
}

.pl-1 {
  padding-left:0.25rem;
}

.pr-2 {
  padding-right:0.5rem;
}

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

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

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

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

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

.pr-8 {
  padding-right:2rem;
}

.pr-4 {
  padding-right:1rem;
}

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

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

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

.font-firm {
  font-family:Firm, sans-serif;
}

.font-orgon {
  font-family:Orgon Slab, serif;
}

.font-mono {
  font-family:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

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

.text-\[0\.8125rem\] {
  font-size:0.8125rem;
}

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

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

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

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

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

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

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

.leading-loose {
  line-height:2;
}

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

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

.text-top-darkest-text {
  color:var(--top-color-darkest-text);
}

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

.text-top-text {
  color:var(--top-color-text);
}

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

.text-top-darker-text {
  color:var(--top-color-darker-text);
}

.text-top-dark-text {
  color:var(--top-color-dark-text);
}

.\!text-top-text {
  color:var(--top-color-text) !important;
}

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

.text-top {
  color:var(--top-color);
}

.text-orange-500 {
  --tw-text-opacity:1;
  color:rgba(249, 115, 22, var(--tw-text-opacity));
}

.text-blue-500 {
  --tw-text-opacity:1;
  color:rgba(59, 130, 246, var(--tw-text-opacity));
}

.text-green-500 {
  --tw-text-opacity:1;
  color:rgba(16, 185, 129, var(--tw-text-opacity));
}

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

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

.text-red-700 {
  --tw-text-opacity:1;
  color:rgba(185, 28, 28, var(--tw-text-opacity));
}

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

.text-green-800 {
  --tw-text-opacity:1;
  color:rgba(6, 95, 70, var(--tw-text-opacity));
}

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

.opacity-0 {
  opacity:0;
}

.opacity-70 {
  opacity:0.7;
}

.opacity-50 {
  opacity:0.5;
}

.opacity-80 {
  opacity:0.8;
}

.opacity-100 {
  opacity:1;
}

.opacity-60 {
  opacity:0.6;
}

.opacity-25 {
  opacity:0.25;
}

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

.shadow-inner {
  --tw-shadow:inset 0 2px 4px 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-2xl {
  --tw-shadow:0 25px 50px -12px rgba(0, 0, 0, 0.25);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-none {
  --tw-shadow:0 0 #0000;
  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;
}

.blur {
  --tw-blur:blur(8px);
  filter:var(--tw-filter);
}

.filter {
  filter:var(--tw-filter);
}

.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-transform {
  transition-property:transform;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:150ms;
}

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

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

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

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

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

.colgap-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.last\:border-0:last-child {
  border-width:0px;
}

.last\:border-none:last-child {
  border-style:none;
}

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

.hover\:cursor-pointer:hover {
  cursor:pointer;
}

.hover\:bg-top:hover {
  background-color:var(--top-color);
  background-position:top;
}

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

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

.hover\:shadow-sm:hover {
  --tw-shadow:0 1px 2px 0 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);
}

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

.group:hover .group-hover\:\!block {
  display:block !important;
}

.group:hover .group-hover\:scale-x-100 {
  --tw-scale-x:1;
  transform:var(--tw-transform);
}

@media (min-width: 640px) {
  .sm\:mx-0 {
    margin-left:0px;
    margin-right:0px;
  }

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

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

  .sm\:inline {
    display:inline;
  }

  .sm\:flex {
    display:flex;
  }

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

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

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

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

  .sm\:space-y-0 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse:0;
    margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(0px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-4 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse:0;
    margin-right:calc(1rem * var(--tw-space-x-reverse));
    margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:border {
    border-width:1px;
  }

  .sm\:p-8 {
    padding:2rem;
  }

  .sm\:p-5 {
    padding:1.25rem;
  }

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

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

  .sm\:py-5 {
    padding-top:1.25rem;
    padding-bottom:1.25rem;
  }

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .\!matchdata .md\:\!hidden {
    display:none !important;
  }

  .matchdata .md\:hidden {
    display:none !important;
  }

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

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

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

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

  .md\:block {
    display:block;
  }

  .md\:inline {
    display:inline;
  }

  .md\:flex {
    display:flex;
  }

  .md\:\!hidden {
    display:none !important;
  }

  .md\:hidden {
    display:none;
  }

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

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

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

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

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

  .md\:w-9\/12 {
    width:75%;
  }

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

  .md\:max-w-sm {
    max-width:24rem;
  }

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

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

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

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

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

  .md\:space-y-0 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse:0;
    margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(0px * var(--tw-space-y-reverse));
  }

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

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

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

  .md\:border-gray-300 {
    --tw-border-opacity:1;
    border-color:rgba(209, 213, 219, var(--tw-border-opacity));
  }

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

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

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

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

  .md\:cols-3 {
    -moz-columns: 3;
         columns: 3;
  }
}

@media (min-width: 1024px) {
  .lg\:mt-10 {
    margin-top:2.5rem;
  }

  .lg\:h-16 {
    height:4rem;
  }

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

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

  .lg\:w-1\/12 {
    width:8.333333%;
  }

  .lg\:w-2\/12 {
    width:16.666667%;
  }

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

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

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

  .lg\:w-6\/12 {
    width:50%;
  }

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

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

  .lg\:w-9\/12 {
    width:75%;
  }

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

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

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

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

  .lg\:space-x-8 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse:0;
    margin-right:calc(2rem * var(--tw-space-x-reverse));
    margin-left:calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-0 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse:0;
    margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(0px * var(--tw-space-y-reverse));
  }

  .lg\:cols-4 {
    -moz-columns: 3;
         columns: 3;
  }
}</pre></body></html>