/*! 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, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}

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

/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/

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

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

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

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

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

b,
strong {
	font-weight: bolder;
}

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

code,
kbd,
samp,
pre {
	font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
Add the correct font size in all browsers.
*/

small {
	font-size: 80%;
}

/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/

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

/*
Forms
=====
*/

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

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

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

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

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

button,
[type='button'],
[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: Museo Sans, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
  line-height: 1.5; /* 2 */
}


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

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

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

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

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

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

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

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #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-ring-inset: var(--tw-empty,/*!*/ /*!*/);
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgba(59, 130, 246, 0.5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--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);
}

[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	background-color: #fff;
	border-color: #6b7280;
	border-width: 1px;
	border-radius: 0px;
	padding-top: 0.5rem;
	padding-right: 0.75rem;
	padding-bottom: 0.5rem;
	padding-left: 0.75rem;
	font-size: 1rem;
	line-height: 1.5rem;
	--tw-shadow: 0 0 #0000;
}

[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
	--tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: #2563eb;
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
	border-color: #2563eb;
}

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

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

::-webkit-datetime-edit-fields-wrapper {
	padding: 0;
}

::-webkit-date-and-time-value {
	min-height: 1.5em;
}

select {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
	background-position: right 0.5rem center;
	background-repeat: no-repeat;
	background-size: 1.5em 1.5em;
	padding-right: 2.5rem;
	-webkit-print-color-adjust: exact;
	        color-adjust: exact;
}

[multiple] {
	background-image: initial;
	background-position: initial;
	background-repeat: unset;
	background-size: initial;
	padding-right: 0.75rem;
	-webkit-print-color-adjust: unset;
	        color-adjust: unset;
}

[type='checkbox'],[type='radio'] {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	padding: 0;
	-webkit-print-color-adjust: exact;
	        color-adjust: exact;
	display: inline-block;
	vertical-align: middle;
	background-origin: border-box;
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	flex-shrink: 0;
	height: 1rem;
	width: 1rem;
	color: #2563eb;
	background-color: #fff;
	border-color: #6b7280;
	border-width: 1px;
	--tw-shadow: 0 0 #0000;
}

[type='checkbox'] {
	border-radius: 0px;
}

[type='radio'] {
	border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
	--tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
	--tw-ring-offset-width: 2px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: #2563eb;
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked,[type='radio']:checked {
	border-color: transparent;
	background-color: currentColor;
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
}

[type='checkbox']:checked {
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

[type='radio']:checked {
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
	border-color: transparent;
	background-color: currentColor;
}

[type='checkbox']:indeterminate {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
	border-color: transparent;
	background-color: currentColor;
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
	border-color: transparent;
	background-color: currentColor;
}

[type='file'] {
	background: unset;
	border-color: inherit;
	border-width: 0;
	border-radius: 0;
	padding: 0;
	font-size: unset;
	line-height: inherit;
}

[type='file']:focus {
	outline: 1px auto -webkit-focus-ring-color;
}
  @font-face {
    font-family: "Museo";
    src: url("/fonts/Museo-700.woff2") format("woff2"), url("/fonts/Museo-700.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: "Museo Sans";
    src: url("/fonts/MuseoSans-300.woff2") format("woff2"), url("/fonts/MuseoSans-300.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: "Museo Sans";
    src: url("/fonts/MuseoSans-700.woff2") format("woff2"), url("/fonts/MuseoSans-700.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: "Museo Sans";
    src: url("/fonts/MuseoSans-500.woff2") format("woff2"), url("/fonts/MuseoSans-500.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
  }
  body {
    color: #090055;
    font-family: "Museo Sans";
    font-weight: 400;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  hr,
  ul,
  ol,
  dl {
    margin-bottom: 24px;
  }
  h1:last-child,
  h2:last-child,
  h3:last-child,
  h4:last-child,
  h5:last-child,
  h6:last-child,
  p:last-child,
  hr:last-child,
  ul:last-child,
  ol:last-child,
  dl:last-child {
    margin-bottom: 0;
  }
.container {
	width: 100%;
}
@media (min-width: 621px) {

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

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

	.container {
		max-width: 1025px;
	}
}
.prose {
	color: #374151;
	max-width: 65ch;
}
.prose [class~="lead"] {
	color: #4b5563;
	font-size: 1.25em;
	line-height: 1.6;
	margin-top: 1.2em;
	margin-bottom: 1.2em;
}
.prose a {
	color: #111827;
	text-decoration: underline;
	font-weight: 500;
}
.prose strong {
	color: #111827;
	font-weight: 600;
}
.prose ol[type="A"] {
	--list-counter-style: upper-alpha;
}
.prose ol[type="a"] {
	--list-counter-style: lower-alpha;
}
.prose ol[type="A" s] {
	--list-counter-style: upper-alpha;
}
.prose ol[type="a" s] {
	--list-counter-style: lower-alpha;
}
.prose ol[type="I"] {
	--list-counter-style: upper-roman;
}
.prose ol[type="i"] {
	--list-counter-style: lower-roman;
}
.prose ol[type="I" s] {
	--list-counter-style: upper-roman;
}
.prose ol[type="i" s] {
	--list-counter-style: lower-roman;
}
.prose ol[type="1"] {
	--list-counter-style: decimal;
}
.prose ol > li {
	position: relative;
	padding-left: 1.75em;
}
.prose ol > li::before {
	content: counter(list-item, var(--list-counter-style, decimal)) ".";
	position: absolute;
	font-weight: 400;
	color: #6b7280;
	left: 0;
}
.prose ul > li {
	position: relative;
	padding-left: 1.75em;
}
.prose ul > li::before {
	content: "";
	position: absolute;
	background-color: #d1d5db;
	border-radius: 50%;
	width: 0.375em;
	height: 0.375em;
	top: calc(0.875em - 0.1875em);
	left: 0.25em;
}
.prose hr {
	border-color: #e5e7eb;
	border-top-width: 1px;
	margin-top: 3em;
	margin-bottom: 3em;
}
.prose blockquote {
	font-weight: 500;
	font-style: italic;
	color: #111827;
	border-left-width: 0.25rem;
	border-left-color: #e5e7eb;
	quotes: "\201C""\201D""\2018""\2019";
	margin-top: 1.6em;
	margin-bottom: 1.6em;
	padding-left: 1em;
}
.prose blockquote p:first-of-type::before {
	content: open-quote;
}
.prose blockquote p:last-of-type::after {
	content: close-quote;
}
.prose h1 {
	color: #111827;
	font-weight: 800;
	font-size: 2.25em;
	margin-top: 0;
	margin-bottom: 0.8888889em;
	line-height: 1.1111111;
}
.prose h2 {
	color: #111827;
	font-weight: 700;
	font-size: 1.5em;
	margin-top: 2em;
	margin-bottom: 1em;
	line-height: 1.3333333;
}
.prose h3 {
	color: #111827;
	font-weight: 600;
	font-size: 1.25em;
	margin-top: 1.6em;
	margin-bottom: 0.6em;
	line-height: 1.6;
}
.prose h4 {
	color: #111827;
	font-weight: 600;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
	line-height: 1.5;
}
.prose figure figcaption {
	color: #6b7280;
	font-size: 0.875em;
	line-height: 1.4285714;
	margin-top: 0.8571429em;
}
.prose code {
	color: #111827;
	font-weight: 600;
	font-size: 0.875em;
}
.prose code::before {
	content: "`";
}
.prose code::after {
	content: "`";
}
.prose a code {
	color: #111827;
}
.prose pre {
	color: #e5e7eb;
	background-color: #1f2937;
	overflow-x: auto;
	font-size: 0.875em;
	line-height: 1.7142857;
	margin-top: 1.7142857em;
	margin-bottom: 1.7142857em;
	border-radius: 0.375rem;
	padding-top: 0.8571429em;
	padding-right: 1.1428571em;
	padding-bottom: 0.8571429em;
	padding-left: 1.1428571em;
}
.prose pre code {
	background-color: transparent;
	border-width: 0;
	border-radius: 0;
	padding: 0;
	font-weight: 400;
	color: inherit;
	font-size: inherit;
	font-family: inherit;
	line-height: inherit;
}
.prose pre code::before {
	content: none;
}
.prose pre code::after {
	content: none;
}
.prose table {
	width: 100%;
	table-layout: auto;
	text-align: left;
	margin-top: 2em;
	margin-bottom: 2em;
	font-size: 0.875em;
	line-height: 1.7142857;
}
.prose thead {
	color: #111827;
	font-weight: 600;
	border-bottom-width: 1px;
	border-bottom-color: #d1d5db;
}
.prose thead th {
	vertical-align: bottom;
	padding-right: 0.5714286em;
	padding-bottom: 0.5714286em;
	padding-left: 0.5714286em;
}
.prose tbody tr {
	border-bottom-width: 1px;
	border-bottom-color: #e5e7eb;
}
.prose tbody tr:last-child {
	border-bottom-width: 0;
}
.prose tbody td {
	vertical-align: top;
	padding-top: 0.5714286em;
	padding-right: 0.5714286em;
	padding-bottom: 0.5714286em;
	padding-left: 0.5714286em;
}
.prose {
	font-size: 1rem;
	line-height: 1.75;
}
.prose p {
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}
.prose img {
	margin-top: 2em;
	margin-bottom: 2em;
}
.prose video {
	margin-top: 2em;
	margin-bottom: 2em;
}
.prose figure {
	margin-top: 2em;
	margin-bottom: 2em;
}
.prose figure > * {
	margin-top: 0;
	margin-bottom: 0;
}
.prose h2 code {
	font-size: 0.875em;
}
.prose h3 code {
	font-size: 0.9em;
}
.prose ol {
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}
.prose ul {
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}
.prose li {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
.prose > ul > li p {
	margin-top: 0.75em;
	margin-bottom: 0.75em;
}
.prose > ul > li > *:first-child {
	margin-top: 1.25em;
}
.prose > ul > li > *:last-child {
	margin-bottom: 1.25em;
}
.prose > ol > li > *:first-child {
	margin-top: 1.25em;
}
.prose > ol > li > *:last-child {
	margin-bottom: 1.25em;
}
.prose ul ul, .prose ul ol, .prose ol ul, .prose ol ol {
	margin-top: 0.75em;
	margin-bottom: 0.75em;
}
.prose hr + * {
	margin-top: 0;
}
.prose h2 + * {
	margin-top: 0;
}
.prose h3 + * {
	margin-top: 0;
}
.prose h4 + * {
	margin-top: 0;
}
.prose thead th:first-child {
	padding-left: 0;
}
.prose thead th:last-child {
	padding-right: 0;
}
.prose tbody td:first-child {
	padding-left: 0;
}
.prose tbody td:last-child {
	padding-right: 0;
}
.prose > :first-child {
	margin-top: 0;
}
.prose > :last-child {
	margin-bottom: 0;
}
.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;
}
.fixed {
	position: fixed;
}
.absolute {
	position: absolute;
}
.relative {
	position: relative;
}
.sticky {
	position: sticky;
}
.inset-0 {
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}
.inset-y-0 {
	top: 0px;
	bottom: 0px;
}
.inset-x-0 {
	left: 0px;
	right: 0px;
}
.left-0 {
	left: 0px;
}
.right-0 {
	right: 0px;
}
.top-0 {
	top: 0px;
}
.bottom-0 {
	bottom: 0px;
}
.-left-4 {
	left: -1rem;
}
.right-7 {
	right: 1.75rem;
}
.top-full {
	top: 100%;
}
.bottom-2 {
	bottom: 0.5rem;
}
.left-12 {
	left: 3rem;
}
.-left-52 {
	left: -13rem;
}
.-top-20 {
	top: -5rem;
}
.-bottom-20 {
	bottom: -5rem;
}
.z-0 {
	z-index: 0;
}
.z-50 {
	z-index: 50;
}
.z-10 {
	z-index: 10;
}
.col-span-6 {
	grid-column: span 6 / span 6;
}
.m-0 {
	margin: 0px;
}
.m-8 {
	margin: 2rem;
}
.mx-auto {
	margin-left: auto;
	margin-right: auto;
}
.-my-2 {
	margin-top: -0.5rem;
	margin-bottom: -0.5rem;
}
.my-4 {
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.mx-0 {
	margin-left: 0px;
	margin-right: 0px;
}
.mx-4 {
	margin-left: 1rem;
	margin-right: 1rem;
}
.mx-3 {
	margin-left: 0.75rem;
	margin-right: 0.75rem;
}
.mx-6 {
	margin-left: 1.5rem;
	margin-right: 1.5rem;
}
.my-0 {
	margin-top: 0px;
	margin-bottom: 0px;
}
.my-8 {
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.my-6 {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}
.my-10 {
	margin-top: 2.5rem;
	margin-bottom: 2.5rem;
}
.my-3 {
	margin-top: 0.75rem;
	margin-bottom: 0.75rem;
}
.ml-3 {
	margin-left: 0.75rem;
}
.-ml-px {
	margin-left: -1px;
}
.mt-5 {
	margin-top: 1.25rem;
}
.mt-6 {
	margin-top: 1.5rem;
}
.-mr-1 {
	margin-right: -0.25rem;
}
.mt-3 {
	margin-top: 0.75rem;
}
.mt-2 {
	margin-top: 0.5rem;
}
.mt-4 {
	margin-top: 1rem;
}
.mt-1 {
	margin-top: 0.25rem;
}
.mb-6 {
	margin-bottom: 1.5rem;
}
.mr-2 {
	margin-right: 0.5rem;
}
.mt-8 {
	margin-top: 2rem;
}
.ml-4 {
	margin-left: 1rem;
}
.ml-12 {
	margin-left: 3rem;
}
.ml-1 {
	margin-left: 0.25rem;
}
.ml-2 {
	margin-left: 0.5rem;
}
.-mr-0\.5 {
	margin-right: -0.125rem;
}
.-mr-0 {
	margin-right: 0px;
}
.-mr-2 {
	margin-right: -0.5rem;
}
.mr-3 {
	margin-right: 0.75rem;
}
.mt-10 {
	margin-top: 2.5rem;
}
.ml-6 {
	margin-left: 1.5rem;
}
.mb-4 {
	margin-bottom: 1rem;
}
.mr-4 {
	margin-right: 1rem;
}
.mb-8 {
	margin-bottom: 2rem;
}
.mb-2 {
	margin-bottom: 0.5rem;
}
.ml-auto {
	margin-left: auto;
}
.mb-0 {
	margin-bottom: 0px;
}
.ml-0 {
	margin-left: 0px;
}
.mr-8 {
	margin-right: 2rem;
}
.ml-16 {
	margin-left: 4rem;
}
.-ml-1 {
	margin-left: -0.25rem;
}
.mb-1 {
	margin-bottom: 0.25rem;
}
.mb-9 {
	margin-bottom: 2.25rem;
}
.-mt-px {
	margin-top: -1px;
}
.mt-auto {
	margin-top: auto;
}
.mr-0 {
	margin-right: 0px;
}
.mb-12 {
	margin-bottom: 3rem;
}
.mt-12 {
	margin-top: 3rem;
}
.-mt-64 {
	margin-top: -16rem;
}
.mr-auto {
	margin-right: auto;
}
.block {
	display: block;
}
.inline-block {
	display: inline-block;
}
.inline {
	display: inline;
}
.flex {
	display: flex;
}
.inline-flex {
	display: inline-flex;
}
.table {
	display: table;
}
.grid {
	display: grid;
}
.hidden {
	display: none;
}
.h-5 {
	height: 1.25rem;
}
.h-16 {
	height: 4rem;
}
.h-12 {
	height: 3rem;
}
.h-6 {
	height: 1.5rem;
}
.h-8 {
	height: 2rem;
}
.h-4 {
	height: 1rem;
}
.h-9 {
	height: 2.25rem;
}
.h-10 {
	height: 2.5rem;
}
.h-20 {
	height: 5rem;
}
.h-full {
	height: 100%;
}
.h-screen {
	height: 100vh;
}
.h-56 {
	height: 14rem;
}
.h-36 {
	height: 9rem;
}
.h-1 {
	height: 0.25rem;
}
.h-40 {
	height: 10rem;
}
.max-h-hero {
	max-height: 725px;
}
.max-h-16 {
	max-height: 4rem;
}
.min-h-screen {
	min-height: 100vh;
}
.min-h-footer {
	min-height: 440px;
}
.w-5 {
	width: 1.25rem;
}
.w-16 {
	width: 4rem;
}
.w-full {
	width: 100%;
}
.w-0 {
	width: 0px;
}
.w-12 {
	width: 3rem;
}
.w-6 {
	width: 1.5rem;
}
.w-3\/4 {
	width: 75%;
}
.w-48 {
	width: 12rem;
}
.w-auto {
	width: auto;
}
.w-8 {
	width: 2rem;
}
.w-4 {
	width: 1rem;
}
.w-60 {
	width: 15rem;
}
.w-10 {
	width: 2.5rem;
}
.w-1\/2 {
	width: 50%;
}
.w-20 {
	width: 5rem;
}
.w-8\/12 {
	width: 66.666667%;
}
.w-36 {
	width: 9rem;
}
.w-28 {
	width: 7rem;
}
.w-56 {
	width: 14rem;
}
.w-44 {
	width: 11rem;
}
.w-9 {
	width: 2.25rem;
}
.w-64 {
	width: 16rem;
}
.w-4\/12 {
	width: 33.333333%;
}
.w-2\/6 {
	width: 33.333333%;
}
.w-5\/12 {
	width: 41.666667%;
}
.w-6\/12 {
	width: 50%;
}
.min-w-0 {
	min-width: 0px;
}
.min-w-full {
	min-width: 100%;
}
.max-w-7xl {
	max-width: 80rem;
}
.max-w-xl {
	max-width: 36rem;
}
.max-w-lg {
	max-width: 32rem;
}
.max-w-3xl {
	max-width: 48rem;
}
.max-w-2xl {
	max-width: 42rem;
}
.max-w-5xl {
	max-width: 64rem;
}
.max-w-6xl {
	max-width: 72rem;
}
.max-w-sm {
	max-width: 24rem;
}
.max-w-screen-lg {
	max-width: 1025px;
}
.max-w-screen-sm {
	max-width: 621px;
}
.flex-1 {
	flex: 1 1 0%;
}
.flex-shrink-0 {
	flex-shrink: 0;
}
.origin-top-left {
	transform-origin: top left;
}
.origin-top {
	transform-origin: top;
}
.origin-top-right {
	transform-origin: top right;
}
.origin-center {
	transform-origin: center;
}
.translate-y-4 {
	--tw-translate-y: 1rem;
	transform: var(--tw-transform);
}
.translate-y-0 {
	--tw-translate-y: 0px;
	transform: var(--tw-transform);
}
.-translate-x-full {
	--tw-translate-x: -100%;
	transform: var(--tw-transform);
}
.scale-95 {
	--tw-scale-x: .95;
	--tw-scale-y: .95;
	transform: var(--tw-transform);
}
.scale-100 {
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	transform: var(--tw-transform);
}
.scale-105 {
	--tw-scale-x: 1.05;
	--tw-scale-y: 1.05;
	transform: var(--tw-transform);
}
.scale-0 {
	--tw-scale-x: 0;
	--tw-scale-y: 0;
	transform: var(--tw-transform);
}
.transform {
	transform: var(--tw-transform);
}
@keyframes spin {

	to {
		transform: rotate(360deg);
	}
}
.animate-spin {
	animation: spin 1s linear infinite;
}
.cursor-default {
	cursor: default;
}
.cursor-pointer {
	cursor: pointer;
}
.select-none {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
}
.resize-none {
	resize: none;
}
.list-inside {
	list-style-position: inside;
}
.list-disc {
	list-style-type: disc;
}
.list-none {
	list-style-type: none;
}
.grid-cols-6 {
	grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid-cols-1 {
	grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-5 {
	grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-cols-4 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}
.flex-row {
	flex-direction: row;
}
.flex-row-reverse {
	flex-direction: row-reverse;
}
.flex-col {
	flex-direction: column;
}
.flex-wrap {
	flex-wrap: wrap;
}
.items-start {
	align-items: flex-start;
}
.items-end {
	align-items: flex-end;
}
.items-center {
	align-items: center;
}
.items-baseline {
	align-items: baseline;
}
.justify-end {
	justify-content: flex-end;
}
.justify-center {
	justify-content: center;
}
.justify-between {
	justify-content: space-between;
}
.justify-around {
	justify-content: space-around;
}
.gap-6 {
	gap: 1.5rem;
}
.gap-4 {
	gap: 1rem;
}
.gap-1 {
	gap: 0.25rem;
}
.gap-2 {
	gap: 0.5rem;
}
.gap-5 {
	gap: 1.25rem;
}
.gap-8 {
	gap: 2rem;
}
.gap-y-6 {
	row-gap: 1.5rem;
}
.gap-x-4 {
	-moz-column-gap: 1rem;
	     column-gap: 1rem;
}
.space-x-8 > :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-1 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.space-y-5 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.space-y-4 > :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-8 > :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));
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
	--tw-divide-y-reverse: 0;
	border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
	border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
	--tw-divide-opacity: 1;
	border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
}
.self-end {
	align-self: flex-end;
}
.overflow-hidden {
	overflow: hidden;
}
.overflow-x-auto {
	overflow-x: auto;
}
.overflow-y-auto {
	overflow-y: auto;
}
.overflow-y-hidden {
	overflow-y: hidden;
}
.truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.whitespace-nowrap {
	white-space: nowrap;
}
.break-all {
	word-break: break-all;
}
.rounded-md {
	border-radius: 0.375rem;
}
.rounded-lg {
	border-radius: 0.5rem;
}
.rounded {
	border-radius: 0.25rem;
}
.rounded-full {
	border-radius: 9999px;
}
.rounded-none {
	border-radius: 0px;
}
.rounded-base {
	border-radius: 20px;
}
.rounded-xl {
	border-radius: 0.75rem;
}
.rounded-2xl {
	border-radius: 1rem;
}
.rounded-l-md {
	border-top-left-radius: 0.375rem;
	border-bottom-left-radius: 0.375rem;
}
.rounded-r-md {
	border-top-right-radius: 0.375rem;
	border-bottom-right-radius: 0.375rem;
}
.rounded-t-none {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
.rounded-b-none {
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
.rounded-t-md {
	border-top-left-radius: 0.375rem;
	border-top-right-radius: 0.375rem;
}
.rounded-b-md {
	border-bottom-right-radius: 0.375rem;
	border-bottom-left-radius: 0.375rem;
}
.border {
	border-width: 1px;
}
.border-2 {
	border-width: 2px;
}
.border-0 {
	border-width: 0px;
}
.border-b-2 {
	border-bottom-width: 2px;
}
.border-l-4 {
	border-left-width: 4px;
}
.border-t {
	border-top-width: 1px;
}
.border-b {
	border-bottom-width: 1px;
}
.border-t-0 {
	border-top-width: 0px;
}
.border-r-0 {
	border-right-width: 0px;
}
.border-l-0 {
	border-left-width: 0px;
}
.border-r {
	border-right-width: 1px;
}
.border-l {
	border-left-width: 1px;
}
.border-gray-300 {
	--tw-border-opacity: 1;
	border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}
.border-transparent {
	border-color: transparent;
}
.border-indigo-400 {
	--tw-border-opacity: 1;
	border-color: rgba(129, 140, 248, var(--tw-border-opacity));
}
.border-gray-200 {
	--tw-border-opacity: 1;
	border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}
.border-gray-100 {
	--tw-border-opacity: 1;
	border-color: rgba(243, 244, 246, var(--tw-border-opacity));
}
.border-red-400 {
	--tw-border-opacity: 1;
	border-color: rgba(248, 113, 113, var(--tw-border-opacity));
}
.border-green-400 {
	--tw-border-opacity: 1;
	border-color: rgba(52, 211, 153, var(--tw-border-opacity));
}
.border-navy {
	--tw-border-opacity: 1;
	border-color: rgba(9, 0, 85, var(--tw-border-opacity));
}
.border-white {
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}
.border-blue {
	--tw-border-opacity: 1;
	border-color: rgba(15, 0, 138, var(--tw-border-opacity));
}
.border-gray-500 {
	--tw-border-opacity: 1;
	border-color: rgba(107, 114, 128, var(--tw-border-opacity));
}
.border-gray-400 {
	--tw-border-opacity: 1;
	border-color: rgba(156, 163, 175, var(--tw-border-opacity));
}
.border-opacity-10 {
	--tw-border-opacity: 0.1;
}
.bg-white {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.bg-gray-100 {
	--tw-bg-opacity: 1;
	background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}
.bg-indigo-500 {
	--tw-bg-opacity: 1;
	background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
}
.bg-red-700 {
	--tw-bg-opacity: 1;
	background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
}
.bg-gray-500 {
	--tw-bg-opacity: 1;
	background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
}
.bg-indigo-600 {
	--tw-bg-opacity: 1;
	background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
}
.bg-red-600 {
	--tw-bg-opacity: 1;
	background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
}
.bg-gray-800 {
	--tw-bg-opacity: 1;
	background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
}
.bg-red-100 {
	--tw-bg-opacity: 1;
	background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
}
.bg-gray-50 {
	--tw-bg-opacity: 1;
	background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}
.bg-indigo-50 {
	--tw-bg-opacity: 1;
	background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
}
.bg-gray-200 {
	--tw-bg-opacity: 1;
	background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}
.bg-light-blue {
	--tw-bg-opacity: 1;
	background-color: rgba(8, 157, 242, var(--tw-bg-opacity));
}
.bg-blue {
	--tw-bg-opacity: 1;
	background-color: rgba(15, 0, 138, var(--tw-bg-opacity));
}
.bg-gray-400 {
	--tw-bg-opacity: 1;
	background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
}
.bg-green-100 {
	--tw-bg-opacity: 1;
	background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
}
.bg-light-grey {
	--tw-bg-opacity: 1;
	background-color: rgba(238, 243, 245, var(--tw-bg-opacity));
}
.bg-orange {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 182, 0, var(--tw-bg-opacity));
}
.bg-yellow-100 {
	--tw-bg-opacity: 1;
	background-color: rgba(254, 243, 199, var(--tw-bg-opacity));
}
.bg-transparent {
	background-color: transparent;
}
.bg-green-600 {
	--tw-bg-opacity: 1;
	background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
}
.bg-green-500 {
	--tw-bg-opacity: 1;
	background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
}
.bg-opacity-25 {
	--tw-bg-opacity: 0.25;
}
.bg-opacity-90 {
	--tw-bg-opacity: 0.9;
}
.bg-cover {
	background-size: cover;
}
.bg-contain {
	background-size: contain;
}
.bg-center {
	background-position: center;
}
.bg-no-repeat {
	background-repeat: no-repeat;
}
.object-contain {
	-o-object-fit: contain;
	   object-fit: contain;
}
.object-cover {
	-o-object-fit: cover;
	   object-fit: cover;
}
.object-center {
	-o-object-position: center;
	   object-position: center;
}
.p-2 {
	padding: 0.5rem;
}
.p-6 {
	padding: 1.5rem;
}
.p-4 {
	padding: 1rem;
}
.p-3 {
	padding: 0.75rem;
}
.p-0 {
	padding: 0px;
}
.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-5 {
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
}
.px-6 {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.py-4 {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.px-3 {
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}
.py-1 {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}
.py-3 {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}
.py-6 {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
.px-1 {
	padding-left: 0.25rem;
	padding-right: 0.25rem;
}
.py-8 {
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.py-12 {
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.py-10 {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}
.px-8 {
	padding-left: 2rem;
	padding-right: 2rem;
}
.px-10 {
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}
.py-0 {
	padding-top: 0px;
	padding-bottom: 0px;
}
.px-0 {
	padding-left: 0px;
	padding-right: 0px;
}
.py-1\.5 {
	padding-top: 0.375rem;
	padding-bottom: 0.375rem;
}
.px-2\.5 {
	padding-left: 0.625rem;
	padding-right: 0.625rem;
}
.py-20 {
	padding-top: 5rem;
	padding-bottom: 5rem;
}
.px-11 {
	padding-left: 2.75rem;
	padding-right: 2.75rem;
}
.pt-6 {
	padding-top: 1.5rem;
}
.pt-5 {
	padding-top: 1.25rem;
}
.pb-4 {
	padding-bottom: 1rem;
}
.pt-1 {
	padding-top: 0.25rem;
}
.pl-3 {
	padding-left: 0.75rem;
}
.pr-4 {
	padding-right: 1rem;
}
.pt-2 {
	padding-top: 0.5rem;
}
.pb-3 {
	padding-bottom: 0.75rem;
}
.pt-4 {
	padding-top: 1rem;
}
.pb-1 {
	padding-bottom: 0.25rem;
}
.pr-10 {
	padding-right: 2.5rem;
}
.pr-3 {
	padding-right: 0.75rem;
}
.pr-8 {
	padding-right: 2rem;
}
.pr-20 {
	padding-right: 5rem;
}
.pb-12 {
	padding-bottom: 3rem;
}
.pb-6 {
	padding-bottom: 1.5rem;
}
.pb-20 {
	padding-bottom: 5rem;
}
.pt-24 {
	padding-top: 6rem;
}
.pb-32 {
	padding-bottom: 8rem;
}
.pb-24 {
	padding-bottom: 6rem;
}
.pt-8 {
	padding-top: 2rem;
}
.pb-8 {
	padding-bottom: 2rem;
}
.pb-5 {
	padding-bottom: 1.25rem;
}
.pt-12 {
	padding-top: 3rem;
}
.pb-1\.5 {
	padding-bottom: 0.375rem;
}
.pt-2\.5 {
	padding-top: 0.625rem;
}
.pt-80 {
	padding-top: 20rem;
}
.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.align-top {
	vertical-align: top;
}
.align-middle {
	vertical-align: middle;
}
.align-bottom {
	vertical-align: bottom;
}
.font-sans {
	font-family: Museo Sans, 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-mono {
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.font-heading {
	font-family: Museo, 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";
}
.text-sm {
	font-size: 0.875rem;
	line-height: 1.25rem;
}
.text-xs {
	font-size: 0.75rem;
	line-height: 1rem;
}
.text-lg {
	font-size: 1.125rem;
	line-height: 1.75rem;
}
.text-base {
	font-size: 1rem;
	line-height: 1.5rem;
}
.text-2xl {
	font-size: 1.5rem;
	line-height: 2rem;
}
.text-xl {
	font-size: 1.25rem;
	line-height: 1.75rem;
}
.text-3xl {
	font-size: 1.875rem;
	line-height: 2.25rem;
}
.text-5xl {
	font-size: 3rem;
	line-height: 1;
}
.font-medium {
	font-weight: 500;
}
.font-semibold {
	font-weight: 600;
}
.font-bold {
	font-weight: 700;
}
.font-normal {
	font-weight: 400;
}
.font-extrabold {
	font-weight: 800;
}
.font-light {
	font-weight: 300;
}
.font-black {
	font-weight: 900;
}
.uppercase {
	text-transform: uppercase;
}
.lowercase {
	text-transform: lowercase;
}
.leading-5 {
	line-height: 1.25rem;
}
.leading-7 {
	line-height: 1.75rem;
}
.leading-tight {
	line-height: 1.25;
}
.leading-4 {
	line-height: 1rem;
}
.leading-6 {
	line-height: 1.5rem;
}
.leading-\[0\] {
	line-height: 0;
}
.leading-normal {
	line-height: 1.5;
}
.tracking-widest {
	letter-spacing: 0.1em;
}
.tracking-wider {
	letter-spacing: 0.05em;
}
.tracking-tight {
	letter-spacing: -0.025em;
}
.tracking-wide {
	letter-spacing: 0.025em;
}
.text-gray-500 {
	--tw-text-opacity: 1;
	color: rgba(107, 114, 128, var(--tw-text-opacity));
}
.text-gray-700 {
	--tw-text-opacity: 1;
	color: rgba(55, 65, 81, var(--tw-text-opacity));
}
.text-gray-600 {
	--tw-text-opacity: 1;
	color: rgba(75, 85, 99, var(--tw-text-opacity));
}
.text-white {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.text-indigo-600 {
	--tw-text-opacity: 1;
	color: rgba(79, 70, 229, var(--tw-text-opacity));
}
.text-red-600 {
	--tw-text-opacity: 1;
	color: rgba(220, 38, 38, var(--tw-text-opacity));
}
.text-gray-900 {
	--tw-text-opacity: 1;
	color: rgba(17, 24, 39, var(--tw-text-opacity));
}
.text-indigo-700 {
	--tw-text-opacity: 1;
	color: rgba(67, 56, 202, var(--tw-text-opacity));
}
.text-green-400 {
	--tw-text-opacity: 1;
	color: rgba(52, 211, 153, var(--tw-text-opacity));
}
.text-gray-400 {
	--tw-text-opacity: 1;
	color: rgba(156, 163, 175, var(--tw-text-opacity));
}
.text-indigo-500 {
	--tw-text-opacity: 1;
	color: rgba(99, 102, 241, var(--tw-text-opacity));
}
.text-gray-800 {
	--tw-text-opacity: 1;
	color: rgba(31, 41, 55, var(--tw-text-opacity));
}
.text-red-500 {
	--tw-text-opacity: 1;
	color: rgba(239, 68, 68, var(--tw-text-opacity));
}
.text-green-600 {
	--tw-text-opacity: 1;
	color: rgba(5, 150, 105, var(--tw-text-opacity));
}
.text-green-500 {
	--tw-text-opacity: 1;
	color: rgba(16, 185, 129, var(--tw-text-opacity));
}
.text-blue {
	--tw-text-opacity: 1;
	color: rgba(15, 0, 138, var(--tw-text-opacity));
}
.text-light-blue {
	--tw-text-opacity: 1;
	color: rgba(8, 157, 242, var(--tw-text-opacity));
}
.text-green-800 {
	--tw-text-opacity: 1;
	color: rgba(6, 95, 70, var(--tw-text-opacity));
}
.text-yellow-800 {
	--tw-text-opacity: 1;
	color: rgba(146, 64, 14, var(--tw-text-opacity));
}
.text-navy {
	--tw-text-opacity: 1;
	color: rgba(9, 0, 85, var(--tw-text-opacity));
}
.text-gray-200 {
	--tw-text-opacity: 1;
	color: rgba(229, 231, 235, var(--tw-text-opacity));
}
.text-gray-300 {
	--tw-text-opacity: 1;
	color: rgba(209, 213, 219, var(--tw-text-opacity));
}
.text-black {
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.underline {
	text-decoration: underline;
}
.antialiased {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.opacity-0 {
	opacity: 0;
}
.opacity-100 {
	opacity: 1;
}
.opacity-75 {
	opacity: 0.75;
}
.opacity-50 {
	opacity: 0.5;
}
.opacity-80 {
	opacity: 0.8;
}
.opacity-25 {
	opacity: 0.25;
}
.shadow-sm {
	--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);
}
.shadow {
	--tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md {
	--tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg {
	--tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl {
	--tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.ring-1 {
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-inset {
	--tw-ring-inset: inset;
}
.ring-gray-300 {
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
}
.ring-black {
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
}
.ring-gray-900\/10 {
	--tw-ring-color: rgba(17, 24, 39, 0.1);
}
.ring-opacity-5 {
	--tw-ring-opacity: 0.05;
}
.filter {
	filter: var(--tw-filter);
}
.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-all {
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.transition-colors {
	transition-property: background-color, border-color, color, fill, stroke;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.transition-opacity {
	transition-property: opacity;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.duration-150 {
	transition-duration: 150ms;
}
.duration-200 {
	transition-duration: 200ms;
}
.duration-75 {
	transition-duration: 75ms;
}
.duration-300 {
	transition-duration: 300ms;
}
.duration-100 {
	transition-duration: 100ms;
}
.ease-in-out {
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out {
	transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.ease-in {
	transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
} /**
 * Colours
 */
/**
 * Typography
 */
/**
 * Breakpoints
 */
/**
 * Grid
 */
/**
 * Components
 */
/**
 * Animations
 */
/**
 * Colors
 */
/**
 * Spacing
 */
.mt-xs {
  margin-top: 6px;
}

.mb-xs {
  margin-bottom: 6px;
}

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

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

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

.mx-xs {
  margin-left: 6px;
  margin-right: 6px;
}

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

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

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

.pr-xs {
  padding-right: 6px;
}

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

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

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

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

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

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

.my-sm {
  margin-top: 12px;
  margin-bottom: 12px;
}

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

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

.pb-sm {
  padding-bottom: 12px;
}

.pl-sm {
  padding-left: 12px;
}

.pr-sm {
  padding-right: 12px;
}

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

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

.mt-md {
  margin-top: 24px;
}

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

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

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

.my-md {
  margin-top: 24px;
  margin-bottom: 24px;
}

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

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

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

.pl-md {
  padding-left: 24px;
}

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

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

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

.mt-lg {
  margin-top: 48px;
}

.mb-lg {
  margin-bottom: 48px;
}

.ml-lg {
  margin-left: 48px;
}

.mr-lg {
  margin-right: 48px;
}

.my-lg {
  margin-top: 48px;
  margin-bottom: 48px;
}

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

.pt-lg {
  padding-top: 48px;
}

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

.pl-lg {
  padding-left: 48px;
}

.pr-lg {
  padding-right: 48px;
}

.py-lg {
  padding-top: 48px;
  padding-bottom: 48px;
}

.px-lg {
  padding-left: 48px;
  padding-right: 48px;
}

.mt-xl {
  margin-top: 72px;
}

.mb-xl {
  margin-bottom: 72px;
}

.ml-xl {
  margin-left: 72px;
}

.mr-xl {
  margin-right: 72px;
}

.my-xl {
  margin-top: 72px;
  margin-bottom: 72px;
}

.mx-xl {
  margin-left: 72px;
  margin-right: 72px;
}

.pt-xl {
  padding-top: 72px;
}

.pb-xl {
  padding-bottom: 72px;
}

.pl-xl {
  padding-left: 72px;
}

.pr-xl {
  padding-right: 72px;
}

.py-xl {
  padding-top: 72px;
  padding-bottom: 72px;
}

.px-xl {
  padding-left: 72px;
  padding-right: 72px;
}

.mt-2xl {
  margin-top: 96px;
}

.mb-2xl {
  margin-bottom: 96px;
}

.ml-2xl {
  margin-left: 96px;
}

.mr-2xl {
  margin-right: 96px;
}

.my-2xl {
  margin-top: 96px;
  margin-bottom: 96px;
}

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

.pt-2xl {
  padding-top: 96px;
}

.pb-2xl {
  padding-bottom: 96px;
}

.pl-2xl {
  padding-left: 96px;
}

.pr-2xl {
  padding-right: 96px;
}

.py-2xl {
  padding-top: 96px;
  padding-bottom: 96px;
}

.px-2xl {
  padding-left: 96px;
  padding-right: 96px;
}

.mt-3xl {
  margin-top: 120px;
}

.mb-3xl {
  margin-bottom: 120px;
}

.ml-3xl {
  margin-left: 120px;
}

.mr-3xl {
  margin-right: 120px;
}

.my-3xl {
  margin-top: 120px;
  margin-bottom: 120px;
}

.mx-3xl {
  margin-left: 120px;
  margin-right: 120px;
}

.pt-3xl {
  padding-top: 120px;
}

.pb-3xl {
  padding-bottom: 120px;
}

.pl-3xl {
  padding-left: 120px;
}

.pr-3xl {
  padding-right: 120px;
}

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

.px-3xl {
  padding-left: 120px;
  padding-right: 120px;
}

.mt-4xl {
  margin-top: 144px;
}

.mb-4xl {
  margin-bottom: 144px;
}

.ml-4xl {
  margin-left: 144px;
}

.mr-4xl {
  margin-right: 144px;
}

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

.mx-4xl {
  margin-left: 144px;
  margin-right: 144px;
}

.pt-4xl {
  padding-top: 144px;
}

.pb-4xl {
  padding-bottom: 144px;
}

.pl-4xl {
  padding-left: 144px;
}

.pr-4xl {
  padding-right: 144px;
}

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

.px-4xl {
  padding-left: 144px;
  padding-right: 144px;
}

/*
 * Media query to respond to a minimum size (mobile first)
 */
/*
 * Media query to respond to a maximum size
 */
/*
 * Output font size in px/rem
 */
/*
 * Placeholder mixin for <input>
 */
/**
 * Clearfix
 */
/**
 * Colors
 */
.text-base {
  color: #090055;
}

.bg-base {
  background-color: #090055;
}

.text-royal_blue {
  color: #0F008A;
}

.bg-royal_blue {
  background-color: #0F008A;
}

.text-navy {
  color: #090055;
}

.bg-navy {
  background-color: #090055;
}

.text-grey {
  color: #EEF3F5;
}

.bg-grey {
  background-color: #EEF3F5;
}

.text-white {
  color: #fff;
}

.bg-white {
  background-color: #fff;
}

.text-black {
  color: #000;
}

.bg-black {
  background-color: #000;
}

.text-vivid_blue {
  color: #089DF2;
}

.bg-vivid_blue {
  background-color: #089DF2;
}

.text-turquoise {
  color: #06DBE0;
}

.bg-turquoise {
  background-color: #06DBE0;
}

.text-orange {
  color: #FFB600;
}

.bg-orange {
  background-color: #FFB600;
}

/* Sections */
.section.bg-white + .bg-white {
  padding-top: 0;
}
.section.section--padded {
  padding: 72px 0;
}
.section.section--padded.section--content-list {
  padding-bottom: 48px;
}
.section.section--accordion ul li {
  position: relative;
}
.section.section--accordion ul li:last-of-type {
  border: none;
  margin-bottom: 0;
}
.section.section--accordion ul li.has-content:after {
  content: "+";
  position: absolute;
  height: 1.5rem;
  width: 1.5rem;
  background-repeat: no-repeat;
  right: 0;
  pointer-events: none;
}
.section.section--accordion ul li.has-content p {
  cursor: pointer;
}
.section.section--accordion ul li.active:after {
  content: "-";
}
@media screen and (max-width: 1024px) {
  .section.section--accordion ul {
    margin-left: 72px;
  }
}
@media screen and (max-width: 768px) {
  .section.section--accordion ul {
    margin-left: 0;
  }
}
.section.section--agenda .agenda__container {
  border-radius: 15px;
}
@media screen and (max-width: 768px) {
  .section.section--agenda .agenda__container ul li .s4 {
		position: relative;
	}
  .section.section--agenda .agenda__container ul li .s4 {
		left: 0px;
	}
  .section.section--agenda .agenda__container ul li .s4 {
    margin-bottom: 12px;
    transform: translate(0);
  }
}
.section.section--agenda .agenda__container ul li:last-of-type {
	margin-bottom: 0px;
	padding-bottom: 0px;
  border: none;
}
@media screen and (max-width: 768px) {
  .section.section--agenda .agenda__container ul li {
		flex-direction: column;
	}
  .section.section--agenda .agenda__container ul {
		margin-left: 0px;
	}
  .section.section--agenda .agenda__container {
    padding-left: 24px;
  }
}
.section.section--banner {
  padding: 12px 0;
  z-index: 50;
}
.section.section--banner .banner__content p {
  margin-bottom: 0;
}
@media screen and (max-width: 620px) {
  .section.section--banner .banner__content {
    margin-bottom: 24px;
  }
  .section.section--banner .banner__div {
    align-items: flex-start;
  }
}
.section.section--banner .btn {
  padding: 11px 19px;
  min-width: unset;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (max-width: 620px) {
  .section.section--banner {
    padding-bottom: 0;
  }
}
.section.section--book .divider {
  position: relative;
  overflow: visible;
  text-align: center;
}
.section.section--book .divider:after {
  color: #707070;
  display: inline-block;
  background-color: #fff;
  content: attr(data-text);
  padding: 0 10px;
  vertical-align: middle;
  margin-top: -26px;
  text-transform: uppercase;
  font-weight: 700;
}
.section.section--content .content__content h1 {
  font-style: normal;
  font-weight: 600;
  font-size: 29px;
  line-height: 120%;
  text-align: center;
  letter-spacing: -0.01em;
}
.section.section--content .content__header img {
  border-radius: 15px;
}
.section.section--content .content__header img.video--guest {
  border-radius: 15px 15px 0 0;
}
.section.section--content .content__members-only {
	position: relative;
}
.section.section--content .content__members-only:after {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
  content: "";
  height: 140px;
  background: linear-gradient(180deg, #FFFFFF 23.96%, rgba(255, 255, 255, 0) 100%);
  transform: rotate(-180deg);
  z-index: 10;
}
.section.section--content .content__video {
  position: relative;
  border-radius: 0px 0px 21.2963px 21.2963px;
}
.section.section--content .content__join-now {
  border-radius: 10px;
}
.section.section--content .content__join-now img {
  border-radius: 7.5px;
}
@media screen and (max-width: 768px) {
  .section.section--content .content__join-now img {
    margin-bottom: 24px;
  }
}
.section.section--content-filter .content-filter__filter {
  max-width: 190px;
  width: 100vw;
  border-top: none;
  border-bottom: none;
  border-left: none;
}
@media screen and (max-width: 620px) {
  .section.section--content-filter .content-filter__filter {
    max-width: 33vw;
  }
}
.section.section--content-filter .featured_category {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 9999px;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(9, 0, 85, var(--tw-border-opacity));
	text-align: center;
  width: 120px;
  padding: 6px 12px;
  line-height: 1;
  transition: background-color ease-in-out 250ms;
  font-weight: 600;
  font-size: 12px;
  line-height: 130%;
  height: 43px;
}
.section.section--content-filter .featured_category:hover {
	--tw-border-opacity: 1;
	border-color: rgba(238, 243, 245, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(238, 243, 245, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(8, 157, 242, var(--tw-text-opacity));
}
@media screen and (max-width: 620px) {
  .section.section--content-filter .col--lg-12 > .flex {
    flex-direction: column;
  }
  .section.section--content-filter .col--lg-12 form > div:not(.featured_categories) select[name=format] {
    border-right: none;
  }
  .section.section--content-filter .col--lg-12 form > div:not(.featured_categories) {
    display: flex;
    flex: 33%;
  }
  .section.section--content-filter .container .content-filer__results {
		border-bottom-width: 1px;
	}
  .section.section--content-filter .container .content-filer__results {
		--tw-border-opacity: 1;
		border-color: rgba(9, 0, 85, var(--tw-border-opacity));
	}
  .section.section--content-filter .container .content-filer__results {
		--tw-border-opacity: 0.1;
	}
  .section.section--content-filter .container .content-filer__results {
    padding: 24px;
    border-right: none;
  }
  .section.section--content-filter .container {
    padding: 0;
  }
}
.section.section--content-image p:has(.btn) {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
.section.section--content-image p:has(.btn) .btn {
  display: flex;
  flex: 1;
}
.section.section--content-image img {
  max-height: 600px;
}
.section.section--content-image img.image-right {
  margin: auto;
}
.section.section--content-list .content-list__content .btn {
  min-width: 280px;
}
.section.section--content-list ul li {
  position: relative;
  flex: 40%;
  padding-right: 24px;
  padding-left: 24px;
}
.section.section--content-list ul li:before {
  content: "";
  position: absolute;
  top: 0.25rem;
  left: 0px;
  background-size: contain;
  background-repeat: no-repeat;
  height: 15px;
  width: 15px;
  background-image: url("/img/tick.svg");
}
.section.section--content-list ul li p {
  margin-bottom: 0;
}
@media screen and (max-width: 620px) {
  .section.section--content-list ul li {
    flex: 100%;
    padding-right: 0;
  }
  .section.section--content-list ul {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .section.section--cta-banner .col--lg-6.pr-md {
    padding-right: 0;
  }
}
.section.section--cta-banner .cta-banner__cta {
  transition: ease-in-out 250ms;
}
.section.section--cta-banner .cta-banner__cta:hover .link:after {
  content: "";
  --tw-bg-opacity: 1;
  background-color: rgba(8, 157, 242, var(--tw-bg-opacity));
  background-image: url("/img/link-arrow--white.svg");
}
.section.section--cta-banner .cta-banner__div {
  padding: 48px 24px;
}
.section.section--cta-banner .cta-banner__image {
  border-radius: 15px;
}
@media screen and (max-width: 768px) {
  .section.section--cta-banner .cta-banner__image {
    margin-bottom: 24px;
  }
}
.section.section--events .row.flex > .col--lg-6 {
  max-width: 50%;
}
@media screen and (max-width: 768px) {
  .section.section--events .row.flex > .col--lg-6 {
    max-width: 100%;
  }
}
.section.section--events .events__card a, .section.section--events .events__card img {
  display: block;
  border-radius: 20px;
}
.section.section--events .events__card img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
  max-height: 465px;
}
@media screen and (max-width: 1024px) {
  .section.section--events .events__card img {
    max-height: 264px;
  }
}
@media screen and (max-width: 768px) {
  .section.section--events .events__card img {
    max-height: unset;
  }
}
.section.section--events .s2, .section.section--events .section.section--accordion ul li.has-content:after, .section.section--accordion ul .section.section--events li.has-content:after {
  font-size: 23px;
  line-height: 28px;
}
.section.section--events .s3 {
  font-size: 18px;
}
.section.section--flex-cards .flex-cards__card {
  flex: 20%;
  width: 0;
  padding: 51px 24px;
  border-radius: 11px;
  transition: ease-in-out 250ms;
  max-width: 253px;
}
.section.section--flex-cards .flex-cards__card:hover .link:after {
	position: absolute;
	--tw-bg-opacity: 1;
	background-color: rgba(8, 157, 242, var(--tw-bg-opacity));
  background-image: url("/img/link-arrow--white.svg");
}
.section.section--flex-cards .flex-cards__card .link {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  transform: translateX(-12px);
}
@media screen and (max-width: 1024px) {
  .section.section--flex-cards .flex-cards__card {
    flex: 34%;
  }
}
@media screen and (max-width: 620px) {
  .section.section--flex-cards .flex-cards__card {
    flex: 100%;
  }
}
.section.section--hero {
  position: relative;
  min-height: 550px;
  height: calc(100vh - 94px);
}
.section.section--hero .section__content {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1280px) {
  .section.section--hero .section__content br {
    display: none;
  }
}
.section.section--hero.section--hero--full {
	background-position: center;
	background-repeat: no-repeat;
}
.section.section--hero.section--hero--full .hero__content {
	position: relative;
	z-index: 10;
}
.section.section--hero.section--hero--full .hero__image {
	border-radius: 9999px;
	-o-object-fit: cover;
	   object-fit: cover;
  aspect-ratio: 1/1;
  z-index: 0;
}
.section.section--hero.section--hero--full .hero__image.hero__image--1 {
  top: -48px;
  left: 48px;
  max-width: 175px;
}
@media screen and (max-width: 1024px) {
  .section.section--hero.section--hero--full .hero__image.hero__image--1 {
    max-width: 135px;
    top: -96px;
  }
}
.section.section--hero.section--hero--full .hero__image.hero__image--2 {
  bottom: -96px;
  right: 48px;
  max-width: 215px;
}
@media screen and (max-width: 1024px) {
  .section.section--hero.section--hero--full .hero__image.hero__image--2 {
    max-width: 185px;
    bottom: -120px;
  }
}
@media screen and (max-width: 620px) {
  .section.section--hero.section--hero--full .hero__image {
    display: none;
  }
}
.section.section--hero.section--hero--indented {
  padding-bottom: 0;
}
.section.section--hero.section--hero--indented .hero__container {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
  background-image: url("/img/hero-indented-bg.jpg");
  border-radius: 20px;
}
@media screen and (max-width: 1024px) {
  .section.section--hero.section--hero--indented .hero__container {
    padding: 48px 24px;
  }
  .section.section--hero.section--hero--indented {
    height: auto;
    min-height: auto;
  }
}
.section.section--hero.section--hero--indented .container,
.section.section--hero.section--hero--indented .row,
.section.section--hero.section--hero--indented .col {
  height: 100%;
}
.section.section--hero.section--hero--two-column {
	background-position: center;
	background-repeat: no-repeat;
}
@media screen and (max-width: 620px) {
  .section.section--hero.section--hero--two-column.section--hero--two-column--images .container {
    height: unset;
    max-height: unset;
  }
  .section.section--hero.section--hero--two-column.section--hero--two-column--images {
    padding-top: 48px;
    height: unset;
    max-height: unset;
  }
}
.section.section--hero.section--hero--two-column .hero__image img {
  border-radius: 15px;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 454px;
}
.section.section--hero.section--hero--two-column .hero__images {
	display: flex;
	flex-direction: column;
}
.section.section--hero.section--hero--two-column .hero__images img {
	border-radius: 9999px;
	-o-object-fit: cover;
	   object-fit: cover;
  aspect-ratio: 1/1;
}
.section.section--hero.section--hero--two-column .hero__images img:first-of-type {
  max-width: 335px;
}
@media screen and (max-width: 1024px) {
  .section.section--hero.section--hero--two-column .hero__images img:first-of-type {
    max-width: 250px;
  }
}
@media screen and (max-width: 620px) {
  .section.section--hero.section--hero--two-column .hero__images img:first-of-type {
    max-width: 200px;
    margin-top: 36px;
  }
}
.section.section--hero.section--hero--two-column .hero__images img:last-of-type {
  max-width: 175px;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .section.section--hero.section--hero--two-column .hero__images img:last-of-type {
    max-width: 150px;
  }
}
.section.section--hero .section__overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
  background-color: #1B1555;
  opacity: var(--overlay-opacity);
  z-index: 0;
}
@media screen and (max-width: 620px) {
  .section.section--hero .hero__content h1, .section.section--hero .hero__content .h1, .section.section--hero .hero__content h2, .section.section--hero .hero__content .h2, .section.section--hero .hero__content h3, .section.section--hero .hero__content .h3 {
    font-size: 24px;
    line-height: 1.2em;
  }
}
@media screen and (max-width: 1280px) {
  .section.section--hero {
    height: calc(100vh - 84px);
  }
}
.section.section--link-cards .link-cards__card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 20px;
  height: 100%;
}
.section.section--link-cards .link-cards__card .card__content {
	padding-top: 1.75rem;
	padding-bottom: 1.75rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}
.section.section--link-cards .link-cards__card .card__content img {
	margin-left: auto;
	margin-right: auto;
  width: 80%;
  aspect-ratio: 2/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.section.section--link-cards .link-cards__card .card__link {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
  border-radius: 0 0 20px 20px;
}
.section.section--login .login__reasons-to-join {
  max-width: 575px;
}
@media screen and (max-width: 1024px) {
  .section.section--login .login__reasons-to-join {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 768px) {
  .section.section--login .login__reasons-to-join {
    max-width: 100%;
  }
}
.section.section--login .btn {
  font-size: 18px;
  line-height: 120%;
  text-transform: none;
  padding: 12px 25px;
  letter-spacing: unset;
}
.section.section--login .btn:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.section.section--logos .flex-row > li {
  flex: 20%;
}
@media screen and (max-width: 1024px) {
  .section.section--logos .flex-row > li {
    flex: 33.33%;
  }
}
@media screen and (max-width: 620px) {
  .section.section--logos .flex-row > li {
    flex: 50%;
  }
  .section.section--logos .flex-row > li img {
    padding: 0 12px;
  }
}
.section.section--logos p {
  margin-bottom: 0;
}
.section.section--one-column img {
	margin-left: auto;
	margin-right: auto;
	border-radius: 0.375rem;
}
.section.section--posts .btn {
  min-width: 245px;
}
.section.section--posts .posts__content,
.section.section--posts .splide__arrows {
  visibility: visible;
}
@media screen and (max-width: 620px) {
  .section.section--posts .slider {
    margin-top: 24px;
  }
}
.section.section--posts .splide__arrows {
  position: relative;
}
.section.section--posts .splide__arrows .splide__arrow {
  top: auto;
  bottom: 100%;
  transform: translate(0);
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.05);
}
.section.section--posts .splide__arrows .splide__arrow:before {
  height: 5px;
  width: 16px;
}
.section.section--posts .splide__arrows .splide__arrow.splide__arrow--prev {
  left: 0;
  background-color: #EEF3F5;
}
.section.section--posts .splide__arrows .splide__arrow.splide__arrow--prev:before {
  content: "";
  background-image: url("/img/splide-prev.svg");
  background-size: cover;
}
.section.section--posts .splide__arrows .splide__arrow.splide__arrow--next {
  right: auto;
  left: 43.2px;
  background-color: #089DF2;
}
.section.section--posts .splide__arrows .splide__arrow.splide__arrow--next:before {
  content: "";
  background-image: url("/img/splide-next.svg");
  background-size: cover;
}
.section.section--posts .post-card {
  border-radius: 15px;
}
.section.section--posts .post-card img:not(.post-card__icon) {
  border-radius: 15px 15px 0 0;
}
.section.section--posts .post-card .post-card__tag {
  left: 12px;
  bottom: 12px;
  font-weight: 600;
  font-size: 14px;
  line-height: 120%;
  padding: 9px 14px;
  border-radius: 5px;
}
.section.section--posts .post-card .post__content {
  padding: 18px 20px;
}
.section.section--posts .post-card .post__content .s2, .section.section--posts .post-card .post__content .section.section--accordion ul li.has-content:after, .section.section--accordion ul .section.section--posts .post-card .post__content li.has-content:after {
  font-size: 23px;
}
.section.section--posts .post-card .post__cta {
  padding: 8px 20px;
  border-radius: 0 0 15px 15px;
}
.section.section--profiles li {
  flex: 1 0 21%;
}
.section.section--profiles li.profiles-flex-1 {
  flex: 1 0 100%;
}
.section.section--profiles li.profiles-flex-2 {
  flex: 1 0 50%;
}
.section.section--profiles li.profiles-flex-3 {
  flex: 1 0 33.3%;
}
.section.section--profiles li.profiles-flex-4 {
  flex: 1 0 21%;
}
.section.section--profiles li:hover .s3 {
  text-decoration: underline;
}
.section.section--profiles li p {
  margin-bottom: 0;
}
.section.section--profiles li img {
  box-shadow: 0px 0px 38.9238px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 768px) {
  .section.section--profiles li img {
		height: 10rem;
	}
  .section.section--profiles li img {
		width: 10rem;
	}
  .section.section--profiles li img {
    aspect-ratio: 1/1;
  }
}
@media screen and (max-width: 620px) {
  .section.section--profiles li img {
		height: 8rem;
	}
  .section.section--profiles li img {
		width: 8rem;
	}
  .section.section--profiles li img {
    aspect-ratio: 1/1;
  }
}
.section.section--profiles li img:hover + .profiles__toolip {
  display: block;
}
.section.section--profiles li .profiles__toolip {
  display: none;
  border-radius: 20px;
  filter: drop-shadow(0px 19px 20px rgba(0, 0, 0, 0.1));
  width: 450px;
  left: 50%;
  transform: translateX(-50%);
}
.section.section--profiles li .profiles__toolip:before {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 20px solid #EEF3F5;
  left: 50%;
  transform: translate(-50%, -100%);
}
@media screen and (max-width: 620px) {
  .section.section--profiles li .profiles__toolip {
    width: auto;
    top: calc(100% + 24px);
  }
}
@media screen and (max-width: 1024px) {
  .section.section--profiles li {
    flex: 1 0 40%;
  }
}
@media screen and (max-width: 620px) {
  .section.section--profiles li {
    flex: 1 0 100%;
  }
}
.section.section--statistics .statistics__container {
  border-radius: 15px;
}
.section.section--statistics .statistics__container .statistics__statistic {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
  gap: 24px;
}
.section.section--statistics .statistics__container .statistics__statistic li {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 9999px;
  flex: 1;
  max-width: 225px;
  padding: 24px;
  box-shadow: 0px 0px 42.1333px rgba(0, 0, 0, 0.05);
  aspect-ratio: 1/1;
  background-color: #089DF2;
}
.section.section--statistics .statistics__container .statistics__statistic li:first-of-type {
  background-color: #06DBE0;
}
.section.section--statistics .statistics__container .statistics__statistic li:last-of-type {
  background-color: #FFB600;
}
.section.section--statistics .statistics__container .statistics__statistic li:hover .statistic__toolip {
  display: block;
}
.section.section--statistics .statistics__container .statistics__statistic li p {
	margin-bottom: 0px;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.section.section--statistics .statistics__container .statistics__statistic li .statistic__toolip {
  display: none;
  border-radius: 20px;
  filter: drop-shadow(0px 19px 20px rgba(0, 0, 0, 0.1));
  width: 450px;
}
.section.section--statistics .statistics__container .statistics__statistic li .statistic__toolip p {
  color: #090055 !important;
}
.section.section--statistics .statistics__container .statistics__statistic li .statistic__toolip:before {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 20px solid #EEF3F5;
  left: 50%;
  transform: translate(-50%, -100%);
}
@media screen and (max-width: 1024px) {
  .section.section--statistics .statistics__container .statistics__statistic li .statistic__toolip {
    width: auto;
  }
}
@media screen and (max-width: 620px) {
  .section.section--statistics .statistics__container .statistics__statistic li .statistic__toolip {
    width: auto;
    top: calc(100% + 24px);
  }
}
.section.section--testimonials .slider {
	display: flex;
	align-items: center;
	justify-content: center;
	--tw-bg-opacity: 1;
	background-color: rgba(8, 157, 242, var(--tw-bg-opacity));
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
  padding: 96px 24px;
  border-radius: 15px;
  background-image: url("/img/testimonial-bg.jpg");
}
.section.section--testimonials .slider .col--lg-3 {
  position: relative;
}
.section.section--testimonials .slider .col--lg-3:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: #FFF;
  right: 0;
  top: 0;
  bottom: 0;
}
@media screen and (max-width: 620px) {
  .section.section--testimonials .slider .col--lg-3:after {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .section.section--testimonials .slider {
    padding: 72px 24px;
  }
}
.section.section--user-profile .user-profile__tabs li {
  padding: 12px;
  cursor: pointer;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(238, 243, 245, var(--tw-bg-opacity));
}
.section.section--user-profile .user-profile__tabs li.active {
	--tw-bg-opacity: 1;
	background-color: rgba(8, 157, 242, var(--tw-bg-opacity));
	font-weight: 500;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.section.section--user-profile .user-profile__content > li {
  display: none;
}
.section.section--user-profile .user-profile__content > li.active {
  display: block;
}
.section.section--user-profile .events__table form,
.section.section--user-profile .user-profile__password form {
  max-width: 450px;
}
@media screen and (max-width: 768px) {
  .section.section--user-profile .events__table form,
  .section.section--user-profile .user-profile__password form {
    max-width: unset;
  }
}
.section.section--user-profile .events__table .btn,
.section.section--user-profile .user-profile__password .btn {
  padding: 11px 25px;
  min-width: unset;
}
.section.section--user-profile .events__table input,
.section.section--user-profile .events__table select,
.section.section--user-profile .user-profile__password input,
.section.section--user-profile .user-profile__password select {
  border-radius: 5px;
}
.section.section--user-profile .user-profile__events table {
  width: 100%;
}
.section.section--user-profile .user-profile__events table tbody {
  width: 100%;
  display: table;
}
.section.section--user-profile .user-profile__events table tbody tr:not(:first-of-type) td:last-of-type {
  text-align: right;
}
@media screen and (max-width: 620px) {
  .section.section--user-profile .user-profile__events table tbody tr:not(:first-of-type) td:last-of-type {
    text-align: left;
  }
  .section.section--user-profile .user-profile__events table tbody tr:not(:first-of-type) td {
    display: block;
    margin-bottom: 12px;
  }
  .section.section--user-profile .user-profile__events table tbody tr:not(:first-of-type) {
    display: block;
    margin-bottom: 20px;
    border-bottom: 1px solid #000;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  }
  .section.section--user-profile .user-profile__events table tbody tr:last-of-type {
    border-bottom: none;
  }
}
.section.section--winners .list-none > li {
  position: relative;
}
.section.section--winners .list-none > li:after {
  content: "";
  position: absolute;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 48px;
  right: 48px;
  background-image: url("/img/chevron-down.svg");
  height: 9px;
  width: 17px;
  transition: ease-in-out 250ms;
}
.section.section--winners .list-none > li.active:after {
  transform: rotate(-90deg);
}

/**
 * Default variables and helper mixins
 */
/**
 * Space between columns
 */
/**
 * Max width of container
 */
/**
 * Number of total columns
 */
/**
 * Breakpoints
 */
/**
 * Grid loop mixin
 */
/**
 * Clearfix
 */
/**
 * Grid scaffolding
 */
.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 24px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
.container.container--gutterless {
  padding: 0;
}
.container.container--gutterless-no-mw {
  max-width: unset !important;
}

.row {
  list-style: none;
  margin-left: -24px;
}
.row:not(.row--flex):before, .row:not(.row--flex):after {
  content: " ";
  display: table;
}
.row:not(.row--flex):after {
  clear: both;
}
.row.row--gutterless {
  margin-left: 0;
}
.row.row--flex {
  display: flex;
  flex-wrap: wrap;
}
.row.row--flex.row--flex--valign {
  align-items: center;
}

.col {
  float: left;
  padding-left: 24px;
  box-sizing: border-box;
}
.row--gutterless .col {
  padding-left: 0;
}

/**
 * Columns generator
 */
@media only screen and (min-width: 1025px) {
  .col--lg-offset-0 {
    margin-left: 0%;
  }
  .col--lg-1 {
    width: 8.3333333333%;
  }
  .row--flex .col--lg-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    width: auto;
    float: none;
  }
  .col--lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col--lg-2 {
    width: 16.6666666667%;
  }
  .row--flex .col--lg-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    width: auto;
    float: none;
  }
  .col--lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col--lg-3 {
    width: 25%;
  }
  .row--flex .col--lg-3 {
    flex-basis: 25%;
    max-width: 25%;
    width: auto;
    float: none;
  }
  .col--lg-offset-3 {
    margin-left: 25%;
  }
  .col--lg-4 {
    width: 33.3333333333%;
  }
  .row--flex .col--lg-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    width: auto;
    float: none;
  }
  .col--lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col--lg-5 {
    width: 41.6666666667%;
  }
  .row--flex .col--lg-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    width: auto;
    float: none;
  }
  .col--lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col--lg-6 {
    width: 50%;
  }
  .row--flex .col--lg-6 {
    flex-basis: 50%;
    max-width: 50%;
    width: auto;
    float: none;
  }
  .col--lg-offset-6 {
    margin-left: 50%;
  }
  .col--lg-7 {
    width: 58.3333333333%;
  }
  .row--flex .col--lg-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    width: auto;
    float: none;
  }
  .col--lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col--lg-8 {
    width: 66.6666666667%;
  }
  .row--flex .col--lg-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    width: auto;
    float: none;
  }
  .col--lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col--lg-9 {
    width: 75%;
  }
  .row--flex .col--lg-9 {
    flex-basis: 75%;
    max-width: 75%;
    width: auto;
    float: none;
  }
  .col--lg-offset-9 {
    margin-left: 75%;
  }
  .col--lg-10 {
    width: 83.3333333333%;
  }
  .row--flex .col--lg-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    width: auto;
    float: none;
  }
  .col--lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col--lg-11 {
    width: 91.6666666667%;
  }
  .row--flex .col--lg-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    width: auto;
    float: none;
  }
  .col--lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col--lg-12 {
    width: 100%;
  }
  .row--flex .col--lg-12 {
    flex-basis: 100%;
    max-width: 100%;
    width: auto;
    float: none;
  }
  .col--lg-offset-12 {
    margin-left: 100%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .col--md-offset-0 {
    margin-left: 0%;
  }
  .col--md-1 {
    width: 8.3333333333%;
  }
  .row--flex .col--md-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    width: auto;
    float: none;
  }
  .col--md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col--md-2 {
    width: 16.6666666667%;
  }
  .row--flex .col--md-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    width: auto;
    float: none;
  }
  .col--md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col--md-3 {
    width: 25%;
  }
  .row--flex .col--md-3 {
    flex-basis: 25%;
    max-width: 25%;
    width: auto;
    float: none;
  }
  .col--md-offset-3 {
    margin-left: 25%;
  }
  .col--md-4 {
    width: 33.3333333333%;
  }
  .row--flex .col--md-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    width: auto;
    float: none;
  }
  .col--md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col--md-5 {
    width: 41.6666666667%;
  }
  .row--flex .col--md-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    width: auto;
    float: none;
  }
  .col--md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col--md-6 {
    width: 50%;
  }
  .row--flex .col--md-6 {
    flex-basis: 50%;
    max-width: 50%;
    width: auto;
    float: none;
  }
  .col--md-offset-6 {
    margin-left: 50%;
  }
  .col--md-7 {
    width: 58.3333333333%;
  }
  .row--flex .col--md-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    width: auto;
    float: none;
  }
  .col--md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col--md-8 {
    width: 66.6666666667%;
  }
  .row--flex .col--md-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    width: auto;
    float: none;
  }
  .col--md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col--md-9 {
    width: 75%;
  }
  .row--flex .col--md-9 {
    flex-basis: 75%;
    max-width: 75%;
    width: auto;
    float: none;
  }
  .col--md-offset-9 {
    margin-left: 75%;
  }
  .col--md-10 {
    width: 83.3333333333%;
  }
  .row--flex .col--md-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    width: auto;
    float: none;
  }
  .col--md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col--md-11 {
    width: 91.6666666667%;
  }
  .row--flex .col--md-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    width: auto;
    float: none;
  }
  .col--md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col--md-12 {
    width: 100%;
  }
  .row--flex .col--md-12 {
    flex-basis: 100%;
    max-width: 100%;
    width: auto;
    float: none;
  }
  .col--md-offset-12 {
    margin-left: 100%;
  }
}
@media only screen and (min-width: 621px) and (max-width:768px) {
  .col--sm-offset-0 {
    margin-left: 0%;
  }
  .col--sm-1 {
    width: 8.3333333333%;
  }
  .row--flex .col--sm-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    width: auto;
    float: none;
  }
  .col--sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col--sm-2 {
    width: 16.6666666667%;
  }
  .row--flex .col--sm-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    width: auto;
    float: none;
  }
  .col--sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col--sm-3 {
    width: 25%;
  }
  .row--flex .col--sm-3 {
    flex-basis: 25%;
    max-width: 25%;
    width: auto;
    float: none;
  }
  .col--sm-offset-3 {
    margin-left: 25%;
  }
  .col--sm-4 {
    width: 33.3333333333%;
  }
  .row--flex .col--sm-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    width: auto;
    float: none;
  }
  .col--sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col--sm-5 {
    width: 41.6666666667%;
  }
  .row--flex .col--sm-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    width: auto;
    float: none;
  }
  .col--sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col--sm-6 {
    width: 50%;
  }
  .row--flex .col--sm-6 {
    flex-basis: 50%;
    max-width: 50%;
    width: auto;
    float: none;
  }
  .col--sm-offset-6 {
    margin-left: 50%;
  }
  .col--sm-7 {
    width: 58.3333333333%;
  }
  .row--flex .col--sm-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    width: auto;
    float: none;
  }
  .col--sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col--sm-8 {
    width: 66.6666666667%;
  }
  .row--flex .col--sm-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    width: auto;
    float: none;
  }
  .col--sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col--sm-9 {
    width: 75%;
  }
  .row--flex .col--sm-9 {
    flex-basis: 75%;
    max-width: 75%;
    width: auto;
    float: none;
  }
  .col--sm-offset-9 {
    margin-left: 75%;
  }
  .col--sm-10 {
    width: 83.3333333333%;
  }
  .row--flex .col--sm-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    width: auto;
    float: none;
  }
  .col--sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col--sm-11 {
    width: 91.6666666667%;
  }
  .row--flex .col--sm-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    width: auto;
    float: none;
  }
  .col--sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col--sm-12 {
    width: 100%;
  }
  .row--flex .col--sm-12 {
    flex-basis: 100%;
    max-width: 100%;
    width: auto;
    float: none;
  }
  .col--sm-offset-12 {
    margin-left: 100%;
  }
}
@media only screen and (max-width: 620px) {
  .col--xs-offset-0 {
    margin-left: 0%;
  }
  .col--xs-1 {
    width: 8.3333333333%;
  }
  .row--flex .col--xs-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    width: auto;
    float: none;
  }
  .col--xs-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col--xs-2 {
    width: 16.6666666667%;
  }
  .row--flex .col--xs-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    width: auto;
    float: none;
  }
  .col--xs-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col--xs-3 {
    width: 25%;
  }
  .row--flex .col--xs-3 {
    flex-basis: 25%;
    max-width: 25%;
    width: auto;
    float: none;
  }
  .col--xs-offset-3 {
    margin-left: 25%;
  }
  .col--xs-4 {
    width: 33.3333333333%;
  }
  .row--flex .col--xs-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    width: auto;
    float: none;
  }
  .col--xs-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col--xs-5 {
    width: 41.6666666667%;
  }
  .row--flex .col--xs-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    width: auto;
    float: none;
  }
  .col--xs-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col--xs-6 {
    width: 50%;
  }
  .row--flex .col--xs-6 {
    flex-basis: 50%;
    max-width: 50%;
    width: auto;
    float: none;
  }
  .col--xs-offset-6 {
    margin-left: 50%;
  }
  .col--xs-7 {
    width: 58.3333333333%;
  }
  .row--flex .col--xs-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    width: auto;
    float: none;
  }
  .col--xs-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col--xs-8 {
    width: 66.6666666667%;
  }
  .row--flex .col--xs-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    width: auto;
    float: none;
  }
  .col--xs-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col--xs-9 {
    width: 75%;
  }
  .row--flex .col--xs-9 {
    flex-basis: 75%;
    max-width: 75%;
    width: auto;
    float: none;
  }
  .col--xs-offset-9 {
    margin-left: 75%;
  }
  .col--xs-10 {
    width: 83.3333333333%;
  }
  .row--flex .col--xs-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    width: auto;
    float: none;
  }
  .col--xs-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col--xs-11 {
    width: 91.6666666667%;
  }
  .row--flex .col--xs-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    width: auto;
    float: none;
  }
  .col--xs-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col--xs-12 {
    width: 100%;
  }
  .row--flex .col--xs-12 {
    flex-basis: 100%;
    max-width: 100%;
    width: auto;
    float: none;
  }
  .col--xs-offset-12 {
    margin-left: 100%;
  }
}
.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  visibility: hidden;
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.splide__track--fade > .splide__list {
  display: block;
}

.splide__track--fade > .splide__list > .splide__slide {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  position: relative;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 2em;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: transparent;
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/lightbox/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/lightbox/prev.png) left 48% no-repeat;
  opacity: 0;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img/lightbox/next.png) right 48% no-repeat;
  opacity: 0;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/lightbox/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  opacity: 0.7;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  opacity: 1;
}

/* Preflight */
/* Typography */
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4 {
  font-family: "Museo";
  font-weight: 700;
  line-height: 115%;
  letter-spacing: -0.01em;
}

h1, .h1 {
  font-size: 60px;
}
@media screen and (max-width: 620px) {
  h1, .h1 {
    font-size: 46px;
  }
}

h2, .h2 {
  font-size: 48px;
  line-height: 55px;
}
@media screen and (max-width: 620px) {
  h2, .h2 {
    font-size: 34px;
    line-height: 42px;
  }
}

h3, .h3 {
  font-size: 38px;
}

h4, .h4 {
  font-size: 34px;
  line-height: 120%;
}

p, li {
  font-family: "Museo Sans";
}

p a:not(.btn) {
	--tw-text-opacity: 1;
	color: rgba(8, 157, 242, var(--tw-text-opacity));
	text-decoration: underline;
}
p a:not(.btn):hover {
  text-decoration: none;
}

.s1, .s2, .section.section--accordion ul li.has-content:after, .s3, .s4, .s5 {
  font-family: "Museo Sans";
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.01em;
}

.s1 {
  font-size: 29px;
}

.s2, .section.section--accordion ul li.has-content:after {
  font-size: 23px;
}

.s3 {
  font-size: 18px;
}

.s4 {
  font-size: 16px;
  line-height: 125.5%;
}

.s5 {
  font-size: 14px;
  line-height: 120%;
}

.b3 {
  font-size: 18px;
  line-height: 130%;
}

.b5 {
  font-size: 14px;
  line-height: 130%;
}

blockquote {
  font-family: "Museo Sans";
  font-weight: 600;
  font-size: 40px;
  line-height: 132.5%;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 1024px) {
  blockquote {
    font-size: 32px;
  }
}

.text-blue {
  color: #0F008A;
}

.text-blue-light {
  color: #089DF2;
}

.text-grey-light {
  color: #EEF3F5;
}

.text-navy {
  color: #090055;
}

.header {
  transition: background ease-in-out 500ms;
}
.header.mega-menu-open {
	--tw-bg-opacity: 1;
	background-color: rgba(15, 0, 138, var(--tw-bg-opacity));
}
.header.mega-menu-open li a {
  color: #FFF;
}
.header.mega-menu-open a {
  color: #FFF;
}
.header.mega-menu-open .header__logo.header__logo--main {
  display: none;
}
.header.mega-menu-open .header__logo.header__logo--mega-menu {
  display: block;
}
.header .header__logo.header__logo--mega-menu {
  display: none;
}
.header .btn {
  padding: 11px 25px;
  min-width: unset;
}

.header__navigation li .current-menu-item {
  color: #089df2;
}
@media screen and (max-width: 1024px) {
  .header__navigation {
    position: fixed;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1;
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    margin: 0;
    transition: opacity 500ms ease;
    transition: opacity 0.35s ease, visibility 0.35s ease, width 0.35s ease;
    text-align: center;
    opacity: 0;
    background: #FFF;
    -webkit-overflow-scrolling: touch;
  }
  .header__navigation.open {
    z-index: 1000;
    visibility: visible;
    opacity: 1;
  }
  .header__navigation.open ul {
    display: block;
    overflow: auto;
    width: 100%;
    max-height: 100%;
    margin: 0;
    padding: 0;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -webkit-overflow-scrolling: touch;
  }
  .header__navigation.open ul > li {
    display: block;
    width: 100%;
    margin: 0;
  }
  .header__navigation.open li, .header__navigation.open a {
    display: block;
    margin-bottom: 6px;
  }
  .header__navigation.open .sub-menu {
    display: none;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .header__navigation.open .sub-menu .s4 {
    margin-bottom: 6px !important;
  }
  .header__navigation.open .sub-menu .menu-item-view-all {
    display: none;
  }
}

.mega-menu {
	position: absolute;
	left: 0px;
	width: 100%;
  top: 94.18px;
  z-index: 1000;
}
.mega-menu .mega-menu__parent .list-none .menu-item-view-all {
	position: relative;
	display: inline-block;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
  font-size: 16px;
  font-weight: 600;
  margin-top: 12px;
}
.mega-menu .mega-menu__parent .list-none .menu-item-view-all:after {
  content: "";
  position: absolute;
  top: 50%;
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  background-position: center;
  background-repeat: no-repeat;
  right: -36px;
  transform: translateY(-50%);
  padding: 6px;
  background-image: url("/img/link-arrow.svg");
  background-size: 50%;
  transition: ease-in-out 250ms;
}

/**
 * Hamburger menu
 */
.nav-burger {
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 1001;
  transition: all 250ms ease-in-out;
}
@media screen and (max-width: 768px) {
  .nav-burger {
    top: 24px;
  }
}

.nav-burger__line {
  width: 35px;
  height: 3px;
  background-color: #444;
  display: none;
  margin: 8px auto;
  transition: all 250ms ease-in-out;
}
@media screen and (max-width: 1190px) {
  .nav-burger__line {
    display: block;
  }
}
.nav-burger.open .nav-burger__line:nth-child(2) {
  opacity: 0;
}
.nav-burger.open .nav-burger__line:nth-child(1) {
  transform: translateY(11px) rotate(45deg);
}
.nav-burger.open .nav-burger__line:nth-child(3) {
  transform: translateY(-11px) rotate(-45deg);
}

/* Custom Styles */
button:disabled {
	pointer-events: none;
	opacity: 0.3;
}

.text-light-blue {
  color: #089DF2;
}

 {
	--tw-text-opacity: 1;
	color: rgba(8, 157, 242, var(--tw-text-opacity));
}

.btn {
	display: inline-block;
	border-width: 1px;
	border-color: transparent;
	--tw-bg-opacity: 1;
	background-color: rgba(8, 157, 242, var(--tw-bg-opacity));
	text-align: center;
	font-size: 1.125rem;
	line-height: 1.75rem;
	font-weight: 600;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
  padding: 20px 25px;
  min-width: 198px;
  border-radius: 5px;
  transition: ease-in-out 250ms;
  line-height: 22px;
}
.btn:hover {
	--tw-border-opacity: 1;
	border-color: rgba(8, 157, 242, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(8, 157, 242, var(--tw-text-opacity));
}
.btn.btn--inverse {
	--tw-border-opacity: 1;
	border-color: rgba(8, 157, 242, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(8, 157, 242, var(--tw-text-opacity));
}
.btn.btn--inverse:hover {
	border-color: transparent;
	--tw-bg-opacity: 1;
	background-color: rgba(8, 157, 242, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.btn.btn--inverse.btn--link:after {
	--tw-bg-opacity: 1;
	background-color: rgba(8, 157, 242, var(--tw-bg-opacity));
  background-image: url("/img/link-arrow--white.svg");
}
.btn.btn--inverse.btn--link:hover:after {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  background-image: url("/img/link-arrow.svg");
}
.btn.btn--disabled {
  pointer-events: none;
  opacity: 0.5;
}
.btn.btn--link {
	position: relative;
	text-align: left;
  padding: 11px 48px 11px 19px !important;
}
.btn.btn--link:after {
  content: "";
  position: absolute;
  top: 50%;
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  background-position: center;
  background-repeat: no-repeat;
  right: 9px;
  transform: translateY(-50%);
  padding: 6px;
  background-image: url("/img/link-arrow.svg");
  background-size: 50%;
  transition: ease-in-out 250ms;
}
.btn.btn--link:hover:after {
	--tw-bg-opacity: 1;
	background-color: rgba(8, 157, 242, var(--tw-bg-opacity));
  background-image: url("/img/link-arrow--white.svg");
}
.btn.btn--link.btn--link--ghost {
	--tw-border-opacity: 1;
	border-color: rgba(8, 157, 242, var(--tw-border-opacity));
	background-color: transparent;
	--tw-text-opacity: 1;
	color: rgba(8, 157, 242, var(--tw-text-opacity));
}
.btn.btn--link.btn--link--ghost:after {
	--tw-bg-opacity: 1;
	background-color: rgba(8, 157, 242, var(--tw-bg-opacity));
  background-image: url("/img/link-arrow--white.svg");
}
.btn.btn--link.btn--link--ghost:hover {
	--tw-border-opacity: 1;
	border-color: rgba(8, 157, 242, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(8, 157, 242, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.btn.btn--link.btn--link--ghost:hover:after {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  background-image: url("/img/link-arrow.svg");
}
.btn.btn--link.block {
	display: flex;
	flex: 1 1 0%;
}
.btn.btn--ghost {
	--tw-border-opacity: 1;
	border-color: rgba(8, 157, 242, var(--tw-border-opacity));
	background-color: transparent;
	--tw-text-opacity: 1;
	color: rgba(8, 157, 242, var(--tw-text-opacity));
}
.btn.btn--ghost:hover {
	--tw-border-opacity: 1;
	border-color: rgba(8, 157, 242, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(8, 157, 242, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.btn.btn--ghost--white {
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
	background-color: transparent;
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.btn.btn--ghost--white:hover {
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgba(8, 157, 242, var(--tw-text-opacity));
}
.btn.block {
	display: block;
}

.link {
  position: relative;
  font-size: 20.0631px;
  font-weight: 600;
  text-decoration: none !important;
}
.link:after {
  content: "";
  position: absolute;
  top: 50%;
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  background-position: center;
  background-repeat: no-repeat;
  right: -36px;
  transform: translateY(-50%);
  padding: 6px;
  background-image: url("/img/link-arrow.svg");
  background-size: 50%;
  transition: ease-in-out 250ms;
}

/* Forms */
@media (min-width: 621px) {

	.form-group {
		display: grid;
	}

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

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

	.form-group {
		gap: 1rem;
	}

	.form-group--border {
		border-top-width: 1px;
	}

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

	.form-group--border {
		padding-top: 1.25rem;
	}
}

.form-field {
	margin-top: 0.25rem;
}

@media (min-width: 621px) {

	.form-field {
		grid-column: span 2 / span 2;
	}

	.form-field {
		margin-top: 0px;
	}
}

.form-label {
	display: block;
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 500;
	--tw-text-opacity: 1;
	color: rgba(55, 65, 81, var(--tw-text-opacity));
}

@media (min-width: 621px) {

	.form-label {
		margin-top: 1px;
	}

	.form-label {
		padding-top: 0.5rem;
	}
}

.input-prefix {
	display: inline-flex;
	align-items: center;
	border-top-left-radius: 0.375rem;
	border-bottom-left-radius: 0.375rem;
	border-width: 1px;
	border-right-width: 0px;
	--tw-border-opacity: 1;
	border-color: rgba(209, 213, 219, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	--tw-text-opacity: 1;
	color: rgba(107, 114, 128, var(--tw-text-opacity));
}

@media (min-width: 621px) {

	.input-prefix {
		font-size: 0.875rem;
		line-height: 1.25rem;
	}
}

.input-suffix {
	display: inline-flex;
	align-items: center;
	border-top-right-radius: 0.375rem;
	border-bottom-right-radius: 0.375rem;
	border-width: 1px;
	border-left-width: 0px;
	--tw-border-opacity: 1;
	border-color: rgba(209, 213, 219, var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
	padding-left: 2rem;
	padding-right: 2rem;
	--tw-text-opacity: 1;
	color: rgba(107, 114, 128, var(--tw-text-opacity));
}

@media (min-width: 621px) {

	.input-suffix {
		font-size: 0.875rem;
		line-height: 1.25rem;
	}
}

.input-with-prefix {
	display: block;
	width: 100%;
	min-width: 0px;
	flex: 1 1 0%;
	border-radius: 0px;
	border-top-right-radius: 0.375rem;
	border-bottom-right-radius: 0.375rem;
	--tw-border-opacity: 1;
	border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}

.input-with-prefix:focus {
	--tw-border-opacity: 1;
	border-color: rgba(99, 102, 241, var(--tw-border-opacity));
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
}

.input-with-suffix {
	display: block;
	width: 100%;
	min-width: 0px;
	flex: 1 1 0%;
	border-radius: 0px;
	border-top-left-radius: 0.375rem;
	border-bottom-left-radius: 0.375rem;
	--tw-border-opacity: 1;
	border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}

.input-with-suffix:focus {
	--tw-border-opacity: 1;
	border-color: rgba(99, 102, 241, var(--tw-border-opacity));
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
}

.input {
	display: block;
	width: 100%;
	min-width: 0px;
	flex: 1 1 0%;
	border-radius: 0.375rem;
	--tw-border-opacity: 1;
	border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}

.input:focus {
	--tw-border-opacity: 1;
	border-color: rgba(99, 102, 241, var(--tw-border-opacity));
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
}

@media (min-width: 621px) {

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

.input-error {
	margin-top: 0.5rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
	--tw-text-opacity: 1;
	color: rgba(220, 38, 38, var(--tw-text-opacity));
}

.input-success {
	margin-top: 0.5rem;
	font-size: 0.875rem;
	line-height: 1.25rem;
	--tw-text-opacity: 1;
	color: rgba(5, 150, 105, var(--tw-text-opacity));
}

.select {
	display: block;
	width: 100%;
	border-radius: 0.375rem;
	--tw-border-opacity: 1;
	border-color: rgba(209, 213, 219, var(--tw-border-opacity));
	--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);
}

.select:focus {
	--tw-border-opacity: 1;
	border-color: rgba(99, 102, 241, var(--tw-border-opacity));
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
}

@media (min-width: 621px) {

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

.textarea {
	display: block;
	height: 8rem;
	width: 100%;
	resize: none;
	border-radius: 0.375rem;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(209, 213, 219, var(--tw-border-opacity));
	--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);
}

.textarea:focus {
	--tw-border-opacity: 1;
	border-color: rgba(99, 102, 241, var(--tw-border-opacity));
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
}

@media (min-width: 621px) {

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

.form__errors,
.field__error {
  color: red;
  font-weight: 600;
  margin-bottom: 24px;
}

.form__success {
  font-weight: 600;
  margin-bottom: 24px;
}
.form__success a {
  text-decoration: underline;
}
.form__success a:hover {
  text-decoration: none;
}

form .hidden_sub_label {
  display: none;
}
form .ginput_complex {
  display: flex;
  gap: 12px;
}
form .ginput_complex .name_first,
form .ginput_complex .name_last {
  display: flex;
  flex: 1;
}
form .gform_body input, form .gform_body textarea, form .gform_body select {
	border-radius: 0.375rem;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  margin-bottom: 24px;
  width: 100%;
}
form .gform_body input[type=checkbox], form .gform_body input[type=radio] {
  width: 1rem;
  margin-bottom: 0;
  margin-right: 2px;
  margin-top: -5px;
}
form .gform_body input[type=checkbox] {
  border-radius: 4px;
}
form .gchoice {
  margin-bottom: 6px;
}
form .gfield_label {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
}

.gform_required_legend {
  display: none;
}

.gfield--width-half {
  display: inline-block;
  width: calc(50% - 6px);
}

#field_1_9 {
  margin-right: 6px;
}

#field_1_10 {
  margin-left: 6px;
}

.gfield_label[for=input_1_10] {
  display: none;
}

ul {
  margin-left: 24px;
  list-style: disc;
}

ol {
  margin-left: 24px;
  list-style: decimal;
}

.visible-lg {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .visible-lg {
    display: block !important;
  }
  .hidden-lg {
    display: none !important;
  }
}

.visible-md {
  display: none;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .visible-md {
    display: block !important;
  }
  .hidden-md {
    display: none !important;
  }
}

.visible-sm {
  display: none;
}
@media only screen and (min-width: 621px) and (max-width:768px) {
  .visible-sm {
    display: block !important;
  }
  .hidden-sm {
    display: none !important;
  }
}

.visible-xs {
  display: none;
}
@media only screen and (max-width: 620px) {
  .visible-xs {
    display: block !important;
  }
  .hidden-xs {
    display: none !important;
  }
}

input:disabled, textarea:disabled {
  border-style: dashed;
}
input:disabled[type=file], textarea:disabled[type=file] {
  display: none;
}

.item--animate {
  opacity: 0 !important;
  transform: translateY(10%);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.item--animate.item--visible {
  opacity: 1 !important;
  transform: translateY(0%);
}

.icon {
  display: inline-block;
  width: 36px;
  height: 36px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.icon.icon--facebook {
  background-image: url("/img/icons/icon-facebook.svg");
}
.icon.icon--linkedin {
  background-image: url("/img/icons/icon-linkedin.svg");
}
.icon.icon--twitter {
  background-image: url("/img/icons/icon-twitter.svg");
}
.icon.icon--youtube {
  background-image: url("/img/icons/icon-youtube.svg");
}
.icon.icon--email {
  background-image: url("/img/icons/icon-mail.svg");
}

.map {
  min-height: 400px;
  width: 100%;
  background-color: #f5f5f5;
}

img.form-image {
  aspect-ratio: 1280/850;
}

@media screen and (max-width: 620px) {
  .promo-bar {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.gallery {
  display: grid;
  gap: 12px;
  width: 100%;
  flex-wrap: wrap;
}
.gallery .gallery-item {
  margin-bottom: 0;
}
.gallery .gallery-item .gallery-icon {
  background-color: #f5f5f5;
  border-radius: 10px;
  overflow: hidden;
  border: 2px #0F008A solid;
  margin-bottom: 5px;
}
.gallery .gallery-item .gallery-caption {
  padding: 0 5px;
  font-size: 14px;
  font-size: 0.875rem;
}
.gallery .gallery-item .gallery-icon img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 3/2;
}
.gallery img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0;
}
.gallery br {
  display: none;
}
.gallery.gallery-columns-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.gallery.gallery-columns-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.gallery.gallery-columns-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.gallery.gallery-columns-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.gallery.gallery-columns-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.gallery.gallery-columns-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.gallery.gallery-columns-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.gallery.gallery-columns-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}
.gallery.gallery-columns-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}
@media screen and (max-width: 1024px) {
  .gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
.before\:absolute::before {
	content: "";
	position: absolute;
}
.before\:-inset-2\.5::before {
	content: "";
	top: -0.625rem;
	right: -0.625rem;
	bottom: -0.625rem;
	left: -0.625rem;
}
.before\:-inset-2::before {
	content: "";
	top: -0.5rem;
	right: -0.5rem;
	bottom: -0.5rem;
	left: -0.5rem;
}
.before\:rounded-lg::before {
	content: "";
	border-radius: 0.5rem;
}
.before\:bg-gray-50::before {
	content: "";
	--tw-bg-opacity: 1;
	background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}
.before\:opacity-0::before {
	content: "";
	opacity: 0;
}
.focus-within\:ring-1:focus-within {
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus-within\:ring-indigo-600:focus-within {
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
}
.hover\:scale-75:hover {
	--tw-scale-x: .75;
	--tw-scale-y: .75;
	transform: var(--tw-transform);
}
.hover\:border-gray-300:hover {
	--tw-border-opacity: 1;
	border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}
.hover\:border-light-blue:hover {
	--tw-border-opacity: 1;
	border-color: rgba(8, 157, 242, var(--tw-border-opacity));
}
.hover\:bg-indigo-600:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
}
.hover\:bg-red-600:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
}
.hover\:bg-gray-700:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
}
.hover\:bg-red-500:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
}
.hover\:bg-gray-100:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}
.hover\:bg-gray-50:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}
.hover\:bg-indigo-700:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(67, 56, 202, var(--tw-bg-opacity));
}
.hover\:bg-white:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.hover\:bg-gray-300:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
}
.hover\:bg-red-700:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
}
.hover\:text-gray-500:hover {
	--tw-text-opacity: 1;
	color: rgba(107, 114, 128, var(--tw-text-opacity));
}
.hover\:text-gray-400:hover {
	--tw-text-opacity: 1;
	color: rgba(156, 163, 175, var(--tw-text-opacity));
}
.hover\:text-gray-700:hover {
	--tw-text-opacity: 1;
	color: rgba(55, 65, 81, var(--tw-text-opacity));
}
.hover\:text-gray-800:hover {
	--tw-text-opacity: 1;
	color: rgba(31, 41, 55, var(--tw-text-opacity));
}
.hover\:text-gray-900:hover {
	--tw-text-opacity: 1;
	color: rgba(17, 24, 39, var(--tw-text-opacity));
}
.hover\:text-light-blue:hover {
	--tw-text-opacity: 1;
	color: rgba(8, 157, 242, var(--tw-text-opacity));
}
.hover\:text-gray-600:hover {
	--tw-text-opacity: 1;
	color: rgba(75, 85, 99, var(--tw-text-opacity));
}
.hover\:text-indigo-500:hover {
	--tw-text-opacity: 1;
	color: rgba(99, 102, 241, var(--tw-text-opacity));
}
.hover\:text-indigo-900:hover {
	--tw-text-opacity: 1;
	color: rgba(49, 46, 129, var(--tw-text-opacity));
}
.hover\:no-underline:hover {
	text-decoration: none;
}
.hover\:before\:border:hover::before {
	content: "";
	border-width: 1px;
}
.hover\:before\:border-gray-300:hover::before {
	content: "";
	--tw-border-opacity: 1;
	border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}
.hover\:before\:opacity-100:hover::before {
	content: "";
	opacity: 1;
}
.focus\:z-10:focus {
	z-index: 10;
}
.focus\:border-gray-900:focus {
	--tw-border-opacity: 1;
	border-color: rgba(17, 24, 39, var(--tw-border-opacity));
}
.focus\:border-indigo-300:focus {
	--tw-border-opacity: 1;
	border-color: rgba(165, 180, 252, var(--tw-border-opacity));
}
.focus\:border-red-700:focus {
	--tw-border-opacity: 1;
	border-color: rgba(185, 28, 28, var(--tw-border-opacity));
}
.focus\:border-indigo-700:focus {
	--tw-border-opacity: 1;
	border-color: rgba(67, 56, 202, var(--tw-border-opacity));
}
.focus\:border-gray-300:focus {
	--tw-border-opacity: 1;
	border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}
.focus\:border-indigo-500:focus {
	--tw-border-opacity: 1;
	border-color: rgba(99, 102, 241, var(--tw-border-opacity));
}
.focus\:border-gray-400:focus {
	--tw-border-opacity: 1;
	border-color: rgba(156, 163, 175, var(--tw-border-opacity));
}
.focus\:border-gray-500:focus {
	--tw-border-opacity: 1;
	border-color: rgba(107, 114, 128, var(--tw-border-opacity));
}
.focus\:bg-indigo-600:focus {
	--tw-bg-opacity: 1;
	background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
}
.focus\:bg-red-600:focus {
	--tw-bg-opacity: 1;
	background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
}
.focus\:bg-gray-100:focus {
	--tw-bg-opacity: 1;
	background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}
.focus\:bg-indigo-100:focus {
	--tw-bg-opacity: 1;
	background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
}
.focus\:bg-gray-50:focus {
	--tw-bg-opacity: 1;
	background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}
.focus\:text-gray-700:focus {
	--tw-text-opacity: 1;
	color: rgba(55, 65, 81, var(--tw-text-opacity));
}
.focus\:text-indigo-800:focus {
	--tw-text-opacity: 1;
	color: rgba(55, 48, 163, var(--tw-text-opacity));
}
.focus\:text-gray-800:focus {
	--tw-text-opacity: 1;
	color: rgba(31, 41, 55, var(--tw-text-opacity));
}
.focus\:text-gray-500:focus {
	--tw-text-opacity: 1;
	color: rgba(107, 114, 128, var(--tw-text-opacity));
}
.focus\:text-gray-900:focus {
	--tw-text-opacity: 1;
	color: rgba(17, 24, 39, var(--tw-text-opacity));
}
.focus\:outline-none:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
}
.focus\:ring:focus {
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-2:focus {
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-0:focus {
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-inset:focus {
	--tw-ring-inset: inset;
}
.focus\:ring-gray-300:focus {
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
}
.focus\:ring-indigo-200:focus {
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
}
.focus\:ring-red-200:focus {
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(254, 202, 202, var(--tw-ring-opacity));
}
.focus\:ring-indigo-500:focus {
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
}
.focus\:ring-indigo-600:focus {
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(79, 70, 229, var(--tw-ring-opacity));
}
.focus\:ring-opacity-50:focus {
	--tw-ring-opacity: 0.5;
}
.focus\:ring-offset-2:focus {
	--tw-ring-offset-width: 2px;
}
.focus\:ring-offset-gray-100:focus {
	--tw-ring-offset-color: #f3f4f6;
}
.active\:scale-100:active {
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	transform: var(--tw-transform);
}
.active\:bg-gray-100:active {
	--tw-bg-opacity: 1;
	background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}
.active\:bg-gray-900:active {
	--tw-bg-opacity: 1;
	background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
}
.active\:bg-red-600:active {
	--tw-bg-opacity: 1;
	background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
}
.active\:bg-gray-50:active {
	--tw-bg-opacity: 1;
	background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}
.active\:bg-indigo-900:active {
	--tw-bg-opacity: 1;
	background-color: rgba(49, 46, 129, var(--tw-bg-opacity));
}
.active\:bg-indigo-500:active {
	--tw-bg-opacity: 1;
	background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
}
.active\:text-gray-700:active {
	--tw-text-opacity: 1;
	color: rgba(55, 65, 81, var(--tw-text-opacity));
}
.active\:text-gray-500:active {
	--tw-text-opacity: 1;
	color: rgba(107, 114, 128, var(--tw-text-opacity));
}
.active\:text-gray-800:active {
	--tw-text-opacity: 1;
	color: rgba(31, 41, 55, var(--tw-text-opacity));
}
.disabled\:opacity-25:disabled {
	opacity: 0.25;
}
.group:hover .group-hover\:block {
	display: block;
}
.group:hover .group-hover\:hidden {
	display: none;
}
.group:hover .group-hover\:text-gray-500 {
	--tw-text-opacity: 1;
	color: rgba(107, 114, 128, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-blue {
	--tw-text-opacity: 1;
	color: rgba(15, 0, 138, var(--tw-text-opacity));
}
.group:focus .group-focus\:text-gray-500 {
	--tw-text-opacity: 1;
	color: rgba(107, 114, 128, var(--tw-text-opacity));
}
@media (min-width: 621px) {

	.sm\:col-span-4 {
		grid-column: span 4 / span 4;
	}

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

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

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

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

	.sm\:-my-px {
		margin-top: -1px;
		margin-bottom: -1px;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

	.sm\:block {
		display: block;
	}

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

	.sm\:flex {
		display: flex;
	}

	.sm\:grid {
		display: grid;
	}

	.sm\:hidden {
		display: none;
	}

	.sm\:h-10 {
		height: 2.5rem;
	}

	.sm\:h-screen {
		height: 100vh;
	}

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

	.sm\:w-10 {
		width: 2.5rem;
	}

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

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

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

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

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

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

	.sm\:max-w-2xl {
		max-width: 42rem;
	}

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

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

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

	.sm\:scale-95 {
		--tw-scale-x: .95;
		--tw-scale-y: .95;
		transform: var(--tw-transform);
	}

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

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

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

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

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

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

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

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

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

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

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

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

	.sm\:gap-6 {
		gap: 1.5rem;
	}

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

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

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

	.sm\:rounded-tl-md {
		border-top-left-radius: 0.375rem;
	}

	.sm\:rounded-tr-md {
		border-top-right-radius: 0.375rem;
	}

	.sm\:rounded-bl-md {
		border-bottom-left-radius: 0.375rem;
	}

	.sm\:rounded-br-md {
		border-bottom-right-radius: 0.375rem;
	}

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

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

	.sm\:p-3 {
		padding: 0.75rem;
	}

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

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

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

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

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

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

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

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

	.sm\:pb-7 {
		padding-bottom: 1.75rem;
	}

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

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

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

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

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

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

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

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

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

	.sm\:text-gray-700 {
		--tw-text-opacity: 1;
		color: rgba(55, 65, 81, var(--tw-text-opacity));
	}
}
@media (min-width: 769px) {

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

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

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

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

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

	.md\:flex {
		display: flex;
	}

	.md\:grid {
		display: grid;
	}

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

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

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

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

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

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

	.md\:gap-6 {
		gap: 1.5rem;
	}

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

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

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

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

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

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

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

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

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

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

	.lg\:mr-20 {
		margin-right: 5rem;
	}

	.lg\:block {
		display: block;
	}

	.lg\:flex {
		display: flex;
	}

	.lg\:hidden {
		display: none;
	}

	.lg\:max-h-hero {
		max-height: 725px;
	}

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

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

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

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

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

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