/*! tailwindcss v2.2.19 | 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, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, 
		'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'],
[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: Roboto, sans-serif; /* 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: #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, 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 rgba(0,0,0,0);
	--tw-ring-shadow: 0 0 rgba(0,0,0,0);
	--tw-shadow: 0 0 rgba(0,0,0,0);
	--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 rgba(0,0,0,0);
	--tw-ring-shadow: 0 0 rgba(0,0,0,0);
	--tw-shadow: 0 0 rgba(0,0,0,0);
	--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);
}

input[type="range"]::-webkit-slider-thumb {
	height: 1rem;
	width: 1rem;
	background: #3B71CA;
	border-radius: 9999px;
	border: 0;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	cursor: pointer;
}

input[type="range"]:disabled::-webkit-slider-thumb {}

input[type="range"]:disabled:focus::-webkit-slider-thumb {}

input[type="range"]:disabled:active::-webkit-slider-thumb {}

input[type="range"]::-moz-range-thumb {
	height: 1rem;
	width: 1rem;
	background: #3B71CA;
	border-radius: 9999px;
	border: 0;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	cursor: pointer;
}

input[type="range"]:disabled::-moz-range-thumb {}

input[type="range"]::-moz-range-progress {
	background: #3061AF;
}

input[type="range"]::-ms-fill-lower {
	background: #3061AF;
}

input[type="range"]:focus {
	outline: none;
}

input[type="range"]:focus::-webkit-slider-thumb {
	background: #3061AF;
}

input[type="range"]:active::-webkit-slider-thumb {
	background: #285192;
}
    h1 {
	font-size: 1.875rem;
	line-height: 2.25rem;
}
    @media (min-width: 768px) {

	h1 {
		font-size: 2.25rem;
		line-height: 2.5rem;
	}
}
    h1 {
	--tw-text-opacity: 1;
	color: rgba(14, 116, 144, var(--tw-text-opacity));
}
    @media (color-index: 48) {

	h1 {
		--tw-text-opacity: 1;
		color: rgba(249, 250, 251, var(--tw-text-opacity));
	}
}
    @media (prefers-color-scheme: dark) {

	h1 {
		--tw-text-opacity: 1;
		color: rgba(249, 250, 251, var(--tw-text-opacity));
	}
}
    h1 {
	font-weight: 500;
}
    h2 {
	font-size: 1.5rem;
	line-height: 2rem;
}
    @media (min-width: 768px) {

	h2 {
		font-size: 1.875rem;
		line-height: 2.25rem;
	}
}
    h2 {
	--tw-text-opacity: 1;
	color: rgba(14, 116, 144, var(--tw-text-opacity));
}
    @media (color-index: 48) {

	h2 {
		--tw-text-opacity: 1;
		color: rgba(249, 250, 251, var(--tw-text-opacity));
	}
}
    @media (prefers-color-scheme: dark) {

	h2 {
		--tw-text-opacity: 1;
		color: rgba(249, 250, 251, var(--tw-text-opacity));
	}
}
    h2 {
	font-weight: 500;
}

    h3 {
	font-size: 1.25rem;
	line-height: 1.75rem;
}

    @media (min-width: 768px) {

	h3 {
		font-size: 1.5rem;
		line-height: 2rem;
	}
}

    h3 {
	--tw-text-opacity: 1;
	color: rgba(14, 116, 144, var(--tw-text-opacity));
}

    @media (color-index: 48) {

	h3 {
		--tw-text-opacity: 1;
		color: rgba(249, 250, 251, var(--tw-text-opacity));
	}
}

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

	h3 {
		--tw-text-opacity: 1;
		color: rgba(249, 250, 251, var(--tw-text-opacity));
	}
}

    h3 {
	font-weight: 500;
}

     h4 {
	font-size: 1.125rem;
	line-height: 1.75rem;
}

     @media (min-width: 768px) {

	h4 {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
}

     h4 {
	--tw-text-opacity: 1;
	color: rgba(14, 116, 144, var(--tw-text-opacity));
}

     @media (color-index: 48) {

	h4 {
		--tw-text-opacity: 1;
		color: rgba(249, 250, 251, var(--tw-text-opacity));
	}
}

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

	h4 {
		--tw-text-opacity: 1;
		color: rgba(249, 250, 251, var(--tw-text-opacity));
	}
}

     h4 {
	font-weight: 500;
	margin-top: 0.75rem;
	margin-bottom: 0.75rem;
}

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

    @media (color-index: 48) {

	body {
		--tw-text-opacity: 1;
		color: rgba(249, 250, 251, var(--tw-text-opacity));
	}
}

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

	body {
		--tw-text-opacity: 1;
		color: rgba(249, 250, 251, var(--tw-text-opacity));
	}
}

    td ol {
	margin-left: 0px;
	margin-right: 0px;
	margin-left: 0px;
	list-style-position: outside;
}

    article ul {
	list-style-type: disc;
	margin-left: 2.25rem;
	margin-right: 2.25rem;
	margin-top: 0.75rem;
	margin-bottom: 0.75rem;
}

    article ol {
	list-style-type: decimal;
	margin-left: 2.25rem;
	margin-right: 2.25rem;
	margin-top: 0.75rem;
	margin-bottom: 0.75rem;
}

    article ul>li p {
	margin-top: 0.25rem;
	margin-bottom: 0.25rem;
}

    article p {
	margin-top: 0.75rem;
	margin-bottom: 0.75rem;
}

     .mark-links a {
	--tw-text-opacity: 1;
	color: rgba(17, 24, 39, var(--tw-text-opacity));
	text-decoration: underline;
}

     @media (color-index: 48) {

	.mark-links a {
		--tw-text-opacity: 1;
		color: rgba(249, 250, 251, var(--tw-text-opacity));
	}
}

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

	.mark-links a {
		--tw-text-opacity: 1;
		color: rgba(249, 250, 251, var(--tw-text-opacity));
	}
}
.container {
	width: 100%;
}
.\!container {
	width: 100% !important;
}
@media (min-width: 320px) {

	.container {
		max-width: 320px;
	}

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

	.container {
		max-width: 640px;
	}

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

	.container {
		max-width: 768px;
	}

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

	.container {
		max-width: 1024px;
	}

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

	.container {
		max-width: 1280px;
	}

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

	.container {
		max-width: 1536px;
	}

	.\!container {
		max-width: 1536px !important;
	}
}
.aspect-w-1,
.aspect-w-2,
.aspect-w-3,
.aspect-w-4,
.aspect-w-5,
.aspect-w-6,
.aspect-w-7,
.aspect-w-8,
.aspect-w-9,
.aspect-w-10,
.aspect-w-11,
.aspect-w-12,
.aspect-w-13,
.aspect-w-14,
.aspect-w-15,
.aspect-w-16 {
	position: relative;
	padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
}
.aspect-w-1 > *,
.aspect-w-2 > *,
.aspect-w-3 > *,
.aspect-w-4 > *,
.aspect-w-5 > *,
.aspect-w-6 > *,
.aspect-w-7 > *,
.aspect-w-8 > *,
.aspect-w-9 > *,
.aspect-w-10 > *,
.aspect-w-11 > *,
.aspect-w-12 > *,
.aspect-w-13 > *,
.aspect-w-14 > *,
.aspect-w-15 > *,
.aspect-w-16 > * {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.aspect-w-16 {
	--tw-aspect-w: 16;
}
.aspect-h-9 {
	--tw-aspect-h: 9;
}
/**
     * faq
    */
article div.faq:first-of-type {
        margin-top: 1.5rem;
        margin-bottom: 0.75rem;
    }
article div.faq:not(first-of-type) {
        margin-top: 0.75rem;
        margin-bottom: 0.75rem;
    }
div.faq > div.faq-answer > p:first-child {
        margin: 0px;
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
div.faq > div.faq-answer > p:not(:first-child) {
        margin: 0px;
        padding-top: 0px;
        padding-bottom: 1.5rem;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
/* align ol and ul */
table.content-table > tbody > tr > td ol {
        margin-left: 1.5rem;
    }
table.content-table > tbody > tr > td ul {
        margin-left: 1.5rem;
    }
/* syllabus table with two columns */
table.syllabus-table-2col {
        width: 100%; /* Breite der Tabelle anpassen, falls nötig */
        table-layout: fixed; /* Feste Tabellenbreite erzwingen */
    }
table.syllabus-table-2col th:first-child,
    table.syllabus-table-2col td:first-child {
        width: 75%; /* Erste Spalte nimmt 80% der Tabelle ein */
    }
table.syllabus-table-2col th:last-child,
    table.syllabus-table-2col td:last-child {
        width: 25%; /* Zweite Spalte nimmt 20% der Tabelle ein */
    }
.sr-only {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border-width: 0 !important;
}
.visible {
	visibility: visible !important;
}
.invisible {
	visibility: hidden !important;
}
.static {
	position: static !important;
}
.fixed {
	position: fixed !important;
}
.absolute {
	position: absolute !important;
}
.relative {
	position: relative !important;
}
.sticky {
	position: sticky !important;
}
.inset-0 {
	top: 0px !important;
	right: 0px !important;
	bottom: 0px !important;
	left: 0px !important;
}
.z-30 {
	z-index: 30 !important;
}
.z-50 {
	z-index: 50 !important;
}
.col-span-2 {
	grid-column: span 2 / span 2 !important;
}
.col-span-4 {
	grid-column: span 4 / span 4 !important;
}
.col-span-3 {
	grid-column: span 3 / span 3 !important;
}
.col-start-1 {
	grid-column-start: 1 !important;
}
.col-start-3 {
	grid-column-start: 3 !important;
}
.col-start-2 {
	grid-column-start: 2 !important;
}
.m-1 {
	margin: 0.25rem !important;
}
.m-0 {
	margin: 0px !important;
}
.m-3 {
	margin: 0.75rem !important;
}
.m-2 {
	margin: 0.5rem !important;
}
.mx-auto {
	margin-left: auto !important;
	margin-right: auto !important;
}
.my-3 {
	margin-top: 0.75rem !important;
	margin-bottom: 0.75rem !important;
}
.mx-3 {
	margin-left: 0.75rem !important;
	margin-right: 0.75rem !important;
}
.my-6 {
	margin-top: 1.5rem !important;
	margin-bottom: 1.5rem !important;
}
.my-1 {
	margin-top: 0.25rem !important;
	margin-bottom: 0.25rem !important;
}
.mx-1 {
	margin-left: 0.25rem !important;
	margin-right: 0.25rem !important;
}
.mx-0 {
	margin-left: 0px !important;
	margin-right: 0px !important;
}
.my-2 {
	margin-top: 0.5rem !important;
	margin-bottom: 0.5rem !important;
}
.ml-2 {
	margin-left: 0.5rem !important;
}
.mb-3 {
	margin-bottom: 0.75rem !important;
}
.mt-3 {
	margin-top: 0.75rem !important;
}
.mb-2 {
	margin-bottom: 0.5rem !important;
}
.mb-1 {
	margin-bottom: 0.25rem !important;
}
.mb-4 {
	margin-bottom: 1rem !important;
}
.mr-3 {
	margin-right: 0.75rem !important;
}
.ml-3 {
	margin-left: 0.75rem !important;
}
.mb-6 {
	margin-bottom: 1.5rem !important;
}
.ml-0 {
	margin-left: 0px !important;
}
.mr-0 {
	margin-right: 0px !important;
}
.mt-0 {
	margin-top: 0px !important;
}
.mr-8 {
	margin-right: 2rem !important;
}
.ml-8 {
	margin-left: 2rem !important;
}
.mt-12 {
	margin-top: 3rem !important;
}
.mb-0 {
	margin-bottom: 0px !important;
}
.mt-2 {
	margin-top: 0.5rem !important;
}
.mt-6 {
	margin-top: 1.5rem !important;
}
.mb-5 {
	margin-bottom: 1.25rem !important;
}
.mt-24 {
	margin-top: 6rem !important;
}
.mt-1 {
	margin-top: 0.25rem !important;
}
.mr-4 {
	margin-right: 1rem !important;
}
.mr-2 {
	margin-right: 0.5rem !important;
}
.mb-8 {
	margin-bottom: 2rem !important;
}
.mt-8 {
	margin-top: 2rem !important;
}
.ml-4 {
	margin-left: 1rem !important;
}
.block {
	display: block !important;
}
.inline-block {
	display: inline-block !important;
}
.inline {
	display: inline !important;
}
.flex {
	display: flex !important;
}
.inline-flex {
	display: inline-flex !important;
}
.table {
	display: table !important;
}
.grid {
	display: grid !important;
}
.contents {
	display: contents !important;
}
.hidden {
	display: none !important;
}
.h-5 {
	height: 1.25rem !important;
}
.h-4 {
	height: 1rem !important;
}
.h-6 {
	height: 1.5rem !important;
}
.h-9 {
	height: 2.25rem !important;
}
.h-full {
	height: 100% !important;
}
.h-24 {
	height: 6rem !important;
}
.max-h-40 {
	max-height: 10rem !important;
}
.w-5 {
	width: 1.25rem !important;
}
.w-4 {
	width: 1rem !important;
}
.w-full {
	width: 100% !important;
}
.w-6 {
	width: 1.5rem !important;
}
.w-9 {
	width: 2.25rem !important;
}
.w-48 {
	width: 12rem !important;
}
.min-w-full {
	min-width: 100% !important;
}
.max-w-3xl {
	max-width: 48rem !important;
}
.max-w-none {
	max-width: none !important;
}
.flex-none {
	flex: none !important;
}
.flex-1 {
	flex: 1 1 0% !important;
}
.flex-auto {
	flex: 1 1 auto !important;
}
.flex-grow {
	flex-grow: 1 !important;
}
.flex-grow-0 {
	flex-grow: 0 !important;
}
.origin-top-right {
	transform-origin: top right !important;
}
.-rotate-3 {
	--tw-rotate: -3deg !important;
	transform: var(--tw-transform) !important;
}
.scale-90 {
	--tw-scale-x: .9 !important;
	--tw-scale-y: .9 !important;
	transform: var(--tw-transform) !important;
}
.scale-100 {
	--tw-scale-x: 1 !important;
	--tw-scale-y: 1 !important;
	transform: var(--tw-transform) !important;
}
.transform {
	transform: var(--tw-transform) !important;
}
.cursor-pointer {
	cursor: pointer !important;
}
.resize {
	resize: both !important;
}
.list-none {
	list-style-type: none !important;
}
.list-disc {
	list-style-type: disc !important;
}
.grid-cols-1 {
	grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}
.grid-cols-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.grid-cols-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
.grid-cols-4 {
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}
.flex-row {
	flex-direction: row !important;
}
.flex-col {
	flex-direction: column !important;
}
.flex-wrap {
	flex-wrap: wrap !important;
}
.content-center {
	align-content: center !important;
}
.items-start {
	align-items: flex-start !important;
}
.items-center {
	align-items: center !important;
}
.items-stretch {
	align-items: stretch !important;
}
.justify-end {
	justify-content: flex-end !important;
}
.justify-center {
	justify-content: center !important;
}
.justify-between {
	justify-content: space-between !important;
}
.justify-items-stretch {
	justify-items: stretch !important;
}
.gap-4 {
	grid-gap: 1rem !important;
	gap: 1rem !important;
}
.gap-6 {
	grid-gap: 1.5rem !important;
	gap: 1.5rem !important;
}
.gap-1 {
	grid-gap: 0.25rem !important;
	gap: 0.25rem !important;
}
.gap-3 {
	grid-gap: 0.75rem !important;
	gap: 0.75rem !important;
}
.gap-2 {
	grid-gap: 0.5rem !important;
	gap: 0.5rem !important;
}
.gap-x-4 {
	grid-column-gap: 1rem !important;
	-moz-column-gap: 1rem !important;
	     column-gap: 1rem !important;
}
.gap-y-1 {
	grid-row-gap: 0.25rem !important;
	row-gap: 0.25rem !important;
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0 !important;
	margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
	margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)) !important;
}
.space-x-3 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-x-reverse: 0 !important;
	margin-right: calc(0.75rem * var(--tw-space-x-reverse)) !important;
	margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse))) !important;
}
.space-x-1 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-x-reverse: 0 !important;
	margin-right: calc(0.25rem * var(--tw-space-x-reverse)) !important;
	margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0 !important;
	margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
	margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)) !important;
}
.space-y-9 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0 !important;
	margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
	margin-bottom: calc(2.25rem * var(--tw-space-y-reverse)) !important;
}
.space-y-12 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0 !important;
	margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse))) !important;
	margin-bottom: calc(3rem * var(--tw-space-y-reverse)) !important;
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-x-reverse: 0 !important;
	margin-right: calc(1rem * var(--tw-space-x-reverse)) !important;
	margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse))) !important;
}
.self-center {
	align-self: center !important;
}
.justify-self-start {
	justify-self: start !important;
}
.justify-self-end {
	justify-self: end !important;
}
.justify-self-center {
	justify-self: center !important;
}
.overflow-auto {
	overflow: auto !important;
}
.overflow-hidden {
	overflow: hidden !important;
}
.overflow-y-auto {
	overflow-y: auto !important;
}
.truncate {
	overflow: hidden !important;
	text-overflow: ellipsis !important;
	white-space: nowrap !important;
}
.break-words {
	word-wrap: break-word !important;
}
.break-all {
	word-break: break-all !important;
}
.rounded-md {
	border-radius: 0.375rem !important;
}
.rounded {
	border-radius: 0.25rem !important;
}
.rounded-lg {
	border-radius: 0.5rem !important;
}
.rounded-sm {
	border-radius: 0.125rem !important;
}
.rounded-b-none {
	border-bottom-right-radius: 0px !important;
	border-bottom-left-radius: 0px !important;
}
.rounded-b-lg {
	border-bottom-right-radius: 0.5rem !important;
	border-bottom-left-radius: 0.5rem !important;
}
.rounded-t {
	border-top-left-radius: 0.25rem !important;
	border-top-right-radius: 0.25rem !important;
}
.rounded-r-lg {
	border-top-right-radius: 0.5rem !important;
	border-bottom-right-radius: 0.5rem !important;
}
.rounded-tr-lg {
	border-top-right-radius: 0.5rem !important;
}
.border {
	border-width: 1px !important;
}
.border-2 {
	border-width: 2px !important;
}
.border-0 {
	border-width: 0px !important;
}
.border-b-2 {
	border-bottom-width: 2px !important;
}
.border-b {
	border-bottom-width: 1px !important;
}
.border-t {
	border-top-width: 1px !important;
}
.border-t-4 {
	border-top-width: 4px !important;
}
.border-t-2 {
	border-top-width: 2px !important;
}
.border-hakcc-700 {
	--tw-border-opacity: 1 !important;
	border-color: rgba(14, 116, 144, var(--tw-border-opacity)) !important;
}
.border-red-700 {
	--tw-border-opacity: 1 !important;
	border-color: rgba(185, 28, 28, var(--tw-border-opacity)) !important;
}
.border-gray-100 {
	--tw-border-opacity: 1 !important;
	border-color: rgba(243, 244, 246, var(--tw-border-opacity)) !important;
}
.border-gray-200 {
	--tw-border-opacity: 1 !important;
	border-color: rgba(229, 231, 235, var(--tw-border-opacity)) !important;
}
.border-gray-400 {
	--tw-border-opacity: 1 !important;
	border-color: rgba(156, 163, 175, var(--tw-border-opacity)) !important;
}
.border-gray-700 {
	--tw-border-opacity: 1 !important;
	border-color: rgba(55, 65, 81, var(--tw-border-opacity)) !important;
}
.border-orange-400 {
	--tw-border-opacity: 1 !important;
	border-color: rgba(251, 146, 60, var(--tw-border-opacity)) !important;
}
.bg-gray-50 {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(249, 250, 251, var(--tw-bg-opacity)) !important;
}
.bg-hakcc-700 {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(14, 116, 144, var(--tw-bg-opacity)) !important;
}
.bg-white {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
}
.bg-gray-200 {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(229, 231, 235, var(--tw-bg-opacity)) !important;
}
.bg-gray-100 {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(243, 244, 246, var(--tw-bg-opacity)) !important;
}
.bg-sky-200 {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(186, 230, 253, var(--tw-bg-opacity)) !important;
}
.bg-red-100 {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(254, 226, 226, var(--tw-bg-opacity)) !important;
}
.bg-orange-100 {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(255, 237, 213, var(--tw-bg-opacity)) !important;
}
.bg-green-100 {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(209, 250, 229, var(--tw-bg-opacity)) !important;
}
.bg-gray-400 {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(156, 163, 175, var(--tw-bg-opacity)) !important;
}
.bg-hakcc-50 {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(236, 254, 255, var(--tw-bg-opacity)) !important;
}
.bg-red-700 {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
}
.bg-amber-400 {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(251, 191, 36, var(--tw-bg-opacity)) !important;
}
.bg-opacity-50 {
	--tw-bg-opacity: 0.5 !important;
}
.bg-opacity-20 {
	--tw-bg-opacity: 0.2 !important;
}
.fill-current {
	fill: colors.cyan !important;
}
.p-3 {
	padding: 0.75rem !important;
}
.p-1 {
	padding: 0.25rem !important;
}
.p-2 {
	padding: 0.5rem !important;
}
.p-4 {
	padding: 1rem !important;
}
.p-5 {
	padding: 1.25rem !important;
}
.p-0\.5 {
	padding: 0.125rem !important;
}
.p-0 {
	padding: 0px !important;
}
.px-6 {
	padding-left: 1.5rem !important;
	padding-right: 1.5rem !important;
}
.px-4 {
	padding-left: 1rem !important;
	padding-right: 1rem !important;
}
.py-4 {
	padding-top: 1rem !important;
	padding-bottom: 1rem !important;
}
.px-3 {
	padding-left: 0.75rem !important;
	padding-right: 0.75rem !important;
}
.py-3 {
	padding-top: 0.75rem !important;
	padding-bottom: 0.75rem !important;
}
.px-1 {
	padding-left: 0.25rem !important;
	padding-right: 0.25rem !important;
}
.px-2 {
	padding-left: 0.5rem !important;
	padding-right: 0.5rem !important;
}
.py-2 {
	padding-top: 0.5rem !important;
	padding-bottom: 0.5rem !important;
}
.py-1 {
	padding-top: 0.25rem !important;
	padding-bottom: 0.25rem !important;
}
.pt-3 {
	padding-top: 0.75rem !important;
}
.pb-3 {
	padding-bottom: 0.75rem !important;
}
.pt-2 {
	padding-top: 0.5rem !important;
}
.pb-2 {
	padding-bottom: 0.5rem !important;
}
.pl-4 {
	padding-left: 1rem !important;
}
.pr-4 {
	padding-right: 1rem !important;
}
.pl-2 {
	padding-left: 0.5rem !important;
}
.pl-6 {
	padding-left: 1.5rem !important;
}
.pr-6 {
	padding-right: 1.5rem !important;
}
.pt-1 {
	padding-top: 0.25rem !important;
}
.pb-1 {
	padding-bottom: 0.25rem !important;
}
.pb-8 {
	padding-bottom: 2rem !important;
}
.pt-9 {
	padding-top: 2.25rem !important;
}
.pb-6 {
	padding-bottom: 1.5rem !important;
}
.pl-3 {
	padding-left: 0.75rem !important;
}
.pr-3 {
	padding-right: 0.75rem !important;
}
.pr-2 {
	padding-right: 0.5rem !important;
}
.pt-4 {
	padding-top: 1rem !important;
}
.pl-16 {
	padding-left: 4rem !important;
}
.pr-16 {
	padding-right: 4rem !important;
}
.pt-16 {
	padding-top: 4rem !important;
}
.pb-16 {
	padding-bottom: 4rem !important;
}
.pt-0 {
	padding-top: 0px !important;
}
.pl-0 {
	padding-left: 0px !important;
}
.text-left {
	text-align: left !important;
}
.text-center {
	text-align: center !important;
}
.text-right {
	text-align: right !important;
}
.text-justify {
	text-align: justify !important;
}
.align-middle {
	vertical-align: middle !important;
}
.font-sans {
	font-family: Roboto, sans-serif !important;
}
.text-sm {
	font-size: 0.875rem !important;
	line-height: 1.25rem !important;
}
.text-lg {
	font-size: 1.125rem !important;
	line-height: 1.75rem !important;
}
.text-xl {
	font-size: 1.25rem !important;
	line-height: 1.75rem !important;
}
.text-xs {
	font-size: 0.75rem !important;
	line-height: 1rem !important;
}
.text-base {
	font-size: 1rem !important;
	line-height: 1.5rem !important;
}
.text-2xl {
	font-size: 1.5rem !important;
	line-height: 2rem !important;
}
.text-3xl {
	font-size: 1.875rem !important;
	line-height: 2.25rem !important;
}
.font-medium {
	font-weight: 500 !important;
}
.font-light {
	font-weight: 300 !important;
}
.font-bold {
	font-weight: 700 !important;
}
.font-semibold {
	font-weight: 600 !important;
}
.font-extralight {
	font-weight: 200 !important;
}
.font-normal {
	font-weight: 400 !important;
}
.uppercase {
	text-transform: uppercase !important;
}
.italic {
	font-style: italic !important;
}
.leading-tight {
	line-height: 1.25 !important;
}
.leading-normal {
	line-height: 1.5 !important;
}
.tracking-wide {
	letter-spacing: 0.025em !important;
}
.text-hakcc-700 {
	--tw-text-opacity: 1 !important;
	color: rgba(14, 116, 144, var(--tw-text-opacity)) !important;
}
.text-gray-900 {
	--tw-text-opacity: 1 !important;
	color: rgba(17, 24, 39, var(--tw-text-opacity)) !important;
}
.text-info {
	--tw-text-opacity: 1 !important;
	color: rgba(84, 180, 211, var(--tw-text-opacity)) !important;
}
.text-orange-400 {
	--tw-text-opacity: 1 !important;
	color: rgba(251, 146, 60, var(--tw-text-opacity)) !important;
}
.text-red-700 {
	--tw-text-opacity: 1 !important;
	color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
}
.text-gray-50 {
	--tw-text-opacity: 1 !important;
	color: rgba(249, 250, 251, var(--tw-text-opacity)) !important;
}
.text-gray-700 {
	--tw-text-opacity: 1 !important;
	color: rgba(55, 65, 81, var(--tw-text-opacity)) !important;
}
.text-black {
	--tw-text-opacity: 1 !important;
	color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
}
.text-sky-200 {
	--tw-text-opacity: 1 !important;
	color: rgba(186, 230, 253, var(--tw-text-opacity)) !important;
}
.text-orange-700 {
	--tw-text-opacity: 1 !important;
	color: rgba(194, 65, 12, var(--tw-text-opacity)) !important;
}
.text-green-700 {
	--tw-text-opacity: 1 !important;
	color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
}
.text-white {
	--tw-text-opacity: 1 !important;
	color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}
.text-gray-500 {
	--tw-text-opacity: 1 !important;
	color: rgba(107, 114, 128, var(--tw-text-opacity)) !important;
}
.text-gray-600 {
	--tw-text-opacity: 1 !important;
	color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
}
.text-hakcc-900 {
	--tw-text-opacity: 1 !important;
	color: rgba(22, 78, 99, var(--tw-text-opacity)) !important;
}
.text-success {
	--tw-text-opacity: 1 !important;
	color: rgba(20, 164, 77, var(--tw-text-opacity)) !important;
}
.underline {
	text-decoration: underline !important;
}
.opacity-0 {
	opacity: 0 !important;
}
.opacity-100 {
	opacity: 1 !important;
}
.shadow-md {
	--tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
	box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow) !important;
	box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow) !important;
}
.shadow {
	--tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
	box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow) !important;
	box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow) !important;
}
.shadow-xl {
	--tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
	box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow) !important;
	box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow) !important;
}
.shadow-lg {
	--tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
	box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow) !important;
	box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow) !important;
}
.ring {
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0) !important;
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0)) !important;
}
.blur {
	--tw-blur: blur(8px) !important;
	filter: var(--tw-filter) !important;
}
.filter {
	filter: var(--tw-filter) !important;
}
.transition {
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
	transition-duration: 150ms !important;
}
.duration-300 {
	transition-duration: 300ms !important;
}
.duration-100 {
	transition-duration: 100ms !important;
}
.ease-in-out {
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}
/* This is all you. */
/*!
	By André Rinas, www.andrerinas.de
	Documentation, www.simplelightbox.com
	Available for use under the MIT License
	Version 2.14.3
*/
body.hidden-scroll {
  overflow: hidden;
}
.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  display: none;
  z-index: 1035;
}
.sl-wrapper {
  z-index: 1040;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
}
.sl-wrapper * {
  box-sizing: border-box;
}
.sl-wrapper button {
  border: 0 none;
  background: transparent;
  font-size: 28px;
  padding: 0;
  cursor: pointer;
}
.sl-wrapper button:hover {
  opacity: 0.7;
}
.sl-wrapper .sl-close {
  display: none;
  position: fixed;
  right: 30px;
  top: 30px;
  z-index: 10060;
  margin-top: -14px;
  margin-right: -14px;
  height: 44px;
  width: 44px;
  line-height: 44px;
  font-family: Arial, Baskerville, monospace;
  color: #000;
  font-size: 3rem;
}
.sl-wrapper .sl-counter {
  display: none;
  position: fixed;
  top: 30px;
  left: 30px;
  z-index: 10060;
  color: #000;
  font-size: 1rem;
}
.sl-wrapper .sl-download {
  display: none;
  position: fixed;
  bottom: 5px;
  width: 100%;
  text-align: center;
  z-index: 10060;
  color: #fff;
  font-size: 1rem;
}
.sl-wrapper .sl-download a {
  color: #fff;
}
.sl-wrapper .sl-navigation {
  width: 100%;
  display: none;
}
.sl-wrapper .sl-navigation button {
  position: fixed;
  top: 50%;
  margin-top: -22px;
  height: 44px;
  width: 22px;
  line-height: 44px;
  text-align: center;
  display: block;
  z-index: 10060;
  font-family: Arial, Baskerville, monospace;
  color: #000;
}
.sl-wrapper .sl-navigation button.sl-next {
  right: 5px;
  font-size: 2rem;
}
.sl-wrapper .sl-navigation button.sl-prev {
  left: 5px;
  font-size: 2rem;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 10px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 10px;
    font-size: 3rem;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 20px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 20px;
    font-size: 3rem;
  }
}
.sl-wrapper.sl-dir-rtl .sl-navigation {
  direction: ltr;
}
.sl-wrapper .sl-image {
  position: fixed;
  touch-action: none;
  z-index: 10000;
}
.sl-wrapper .sl-image img {
  margin: 0;
  padding: 0;
  display: block;
  border: 0 none;
  width: 100%;
  height: auto;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}
.sl-wrapper .sl-image iframe {
  background: #000;
  border: 0 none;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}
.sl-wrapper .sl-image .sl-caption {
  display: none;
  padding: 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-top {
  bottom: auto;
  top: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-outside {
  bottom: auto;
}
.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1007;
  animation: pulsate 1s ease-out infinite;
}
.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
.sl-transition {
  transition: transform ease 200ms;
}
@keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
/**
 * Global hak.cc styles
 */
/**
 * Alpine.js
 */
[x-cloak] { display: none !important; }
/**
 * breadcrumb
 */
ul.breadcrumb li+li:before {
    content: "/\00a0";
}
/**
 * styles for quotes
 */
blockquote::before {
    content: open-quote;
    position: absolute;
    left: -1rem;
    top: -0.5rem;
    margin: 0px;
    padding: 0px;
    font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
    font-size: 3.75rem;
    line-height: 1;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgba(14, 116, 144, var(--tw-text-opacity));
}
@media (color-index: 48) {

	blockquote::before {
		--tw-text-opacity: 1;
		color: rgba(249, 250, 251, var(--tw-text-opacity));
	}
}
@media (prefers-color-scheme: dark) {

	blockquote::before {
		--tw-text-opacity: 1;
		color: rgba(249, 250, 251, var(--tw-text-opacity));
	}
}
blockquote {
    quotes: "“" "”";
    text-indent: -0.45em;
    margin-bottom: 1rem;
    border-radius: 0.25rem;
    padding: 0.5rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
}
blockquote p {
	margin: 0px;
}
@supports (hanging-punctuation: first) {
    blockquote {
        text-indent: 0;
        hanging-punctuation: first;
    }
}
/**
 * honey
 */
#inputMobile, #inputSalutation {
    display: none;
}
/**
 * syllabus
 */
.scrollable-menu {
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
}
.syllabus-table {
    min-height: 300px;
}
.last\:border-none:last-child {
	border-style: none !important;
}
.odd\:bg-gray-100:nth-child(odd) {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(243, 244, 246, var(--tw-bg-opacity)) !important;
}
.even\:bg-gray-100:nth-child(even) {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(243, 244, 246, var(--tw-bg-opacity)) !important;
}
.even\:bg-white:nth-child(even) {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
}
.hover\:bg-hakcc-700:hover {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(14, 116, 144, var(--tw-bg-opacity)) !important;
}
.hover\:text-gray-50:hover {
	--tw-text-opacity: 1 !important;
	color: rgba(249, 250, 251, var(--tw-text-opacity)) !important;
}
.hover\:underline:hover {
	text-decoration: underline !important;
}
@media (prefers-reduced-motion: no-preference) {

	.motion-safe\:ease-out {
		transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
	}
}
@media (color-index: 48) {

	.dark\:border-none {
		border-style: none !important;
	}

	.dark\:border-gray-50 {
		--tw-border-opacity: 1 !important;
		border-color: rgba(249, 250, 251, var(--tw-border-opacity)) !important;
	}

	.dark\:border-gray-900 {
		--tw-border-opacity: 1 !important;
		border-color: rgba(17, 24, 39, var(--tw-border-opacity)) !important;
	}

	.dark\:bg-gray-900 {
		--tw-bg-opacity: 1 !important;
		background-color: rgba(17, 24, 39, var(--tw-bg-opacity)) !important;
	}

	.dark\:bg-gray-800 {
		--tw-bg-opacity: 1 !important;
		background-color: rgba(31, 41, 55, var(--tw-bg-opacity)) !important;
	}

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

	.dark\:bg-gray-400 {
		--tw-bg-opacity: 1 !important;
		background-color: rgba(156, 163, 175, var(--tw-bg-opacity)) !important;
	}

	.dark\:bg-hakcc-900 {
		--tw-bg-opacity: 1 !important;
		background-color: rgba(22, 78, 99, var(--tw-bg-opacity)) !important;
	}

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

	.dark\:bg-gray-600 {
		--tw-bg-opacity: 1 !important;
		background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important;
	}

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

	.dark\:bg-amber-700 {
		--tw-bg-opacity: 1 !important;
		background-color: rgba(180, 83, 9, var(--tw-bg-opacity)) !important;
	}

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

	.dark\:text-gray-50 {
		--tw-text-opacity: 1 !important;
		color: rgba(249, 250, 251, var(--tw-text-opacity)) !important;
	}

	.dark\:text-gray-200 {
		--tw-text-opacity: 1 !important;
		color: rgba(229, 231, 235, var(--tw-text-opacity)) !important;
	}

	.dark\:text-gray-300 {
		--tw-text-opacity: 1 !important;
		color: rgba(209, 213, 219, var(--tw-text-opacity)) !important;
	}

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

	.dark\:even\:bg-gray-900:nth-child(even) {
		--tw-bg-opacity: 1 !important;
		background-color: rgba(17, 24, 39, var(--tw-bg-opacity)) !important;
	}
}
@media (prefers-color-scheme: dark) {

	.dark\:border-none {
		border-style: none !important;
	}

	.dark\:border-gray-50 {
		--tw-border-opacity: 1 !important;
		border-color: rgba(249, 250, 251, var(--tw-border-opacity)) !important;
	}

	.dark\:border-gray-900 {
		--tw-border-opacity: 1 !important;
		border-color: rgba(17, 24, 39, var(--tw-border-opacity)) !important;
	}

	.dark\:bg-gray-900 {
		--tw-bg-opacity: 1 !important;
		background-color: rgba(17, 24, 39, var(--tw-bg-opacity)) !important;
	}

	.dark\:bg-gray-800 {
		--tw-bg-opacity: 1 !important;
		background-color: rgba(31, 41, 55, var(--tw-bg-opacity)) !important;
	}

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

	.dark\:bg-gray-400 {
		--tw-bg-opacity: 1 !important;
		background-color: rgba(156, 163, 175, var(--tw-bg-opacity)) !important;
	}

	.dark\:bg-hakcc-900 {
		--tw-bg-opacity: 1 !important;
		background-color: rgba(22, 78, 99, var(--tw-bg-opacity)) !important;
	}

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

	.dark\:bg-gray-600 {
		--tw-bg-opacity: 1 !important;
		background-color: rgba(75, 85, 99, var(--tw-bg-opacity)) !important;
	}

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

	.dark\:bg-amber-700 {
		--tw-bg-opacity: 1 !important;
		background-color: rgba(180, 83, 9, var(--tw-bg-opacity)) !important;
	}

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

	.dark\:text-gray-50 {
		--tw-text-opacity: 1 !important;
		color: rgba(249, 250, 251, var(--tw-text-opacity)) !important;
	}

	.dark\:text-gray-200 {
		--tw-text-opacity: 1 !important;
		color: rgba(229, 231, 235, var(--tw-text-opacity)) !important;
	}

	.dark\:text-gray-300 {
		--tw-text-opacity: 1 !important;
		color: rgba(209, 213, 219, var(--tw-text-opacity)) !important;
	}

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

	.dark\:even\:bg-gray-900:nth-child(even) {
		--tw-bg-opacity: 1 !important;
		background-color: rgba(17, 24, 39, var(--tw-bg-opacity)) !important;
	}
}
@media (min-width: 640px) {

	.sm\:w-full {
		width: 100% !important;
	}

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

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

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

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

	.sm\:flex-col {
		flex-direction: column !important;
	}

	.sm\:font-light {
		font-weight: 300 !important;
	}
}
@media (min-width: 768px) {

	.md\:col-span-1 {
		grid-column: span 1 / span 1 !important;
	}

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

	.md\:col-start-2 {
		grid-column-start: 2 !important;
	}

	.md\:col-start-3 {
		grid-column-start: 3 !important;
	}

	.md\:mr-6 {
		margin-right: 1.5rem !important;
	}

	.md\:block {
		display: block !important;
	}

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

	.md\:w-64 {
		width: 16rem !important;
	}

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

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

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

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

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

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

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

	.md\:items-start {
		align-items: flex-start !important;
	}

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

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

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

	.md\:pt-16 {
		padding-top: 4rem !important;
	}

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

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

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

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

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

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

	.md\:text-4xl {
		font-size: 2.25rem !important;
		line-height: 2.5rem !important;
	}
}
@media (min-width: 1024px) {

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

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

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

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

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

	.lg\:text-3xl {
		font-size: 1.875rem !important;
		line-height: 2.25rem !important;
	}
}
@media (min-width: 1280px) {

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

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


