*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
  --tw-ring-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
  --tw-ring-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

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

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

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

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

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

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

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

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

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
	@font-face {
		font-family: 'Marcellus';
		font-style: italic;
		font-weight: 100 900;
		font-display: swap;
		src:
			url('/oss_assets/fonts/marcellus/Marcellus-Regular.woff2') format('woff2'),
			url('/oss_assets/fonts/marcellus/Marcellus-Regular.woff') format('woff'),
			url('/oss_assets/fonts/marcellus/Marcellus-Regular.ttf') format('truetype');
	}

	@font-face {
		font-family: 'Marcellus SC';
		font-style: italic;
		font-weight: 100 900;
		font-display: swap;
		src:
			url('/oss_assets/fonts/marcellus/MarcellusSC-Regular.woff2') format('woff2'),
			url('/oss_assets/fonts/marcellus/MarcellusSC-Regular.woff') format('woff'),
			url('/oss_assets/fonts/marcellus/MarcellusSC-Regular.ttf') format('truetype');
	}

	@font-face {
		font-family: 'NotoSans';
		font-style: italic;
		font-weight: 100 900;
		font-display: swap;
		src:
			url('/oss_assets/fonts/notosans/NotoSans-Regular.woff2') format('woff2'),
			url('/oss_assets/fonts/notosans/NotoSans-Regular.woff') format('woff'),
			url('/oss_assets/fonts/notosans/NotoSans-Regular.ttf') format('truetype');
	}

	:root {
		--text-cta: #F4F3E6;
		--theme-color: #D2292C;
		--primary-button-color: white;
		--font-marcellus: 'Marcellus', sans-serif;
		--font-marcellus-sc: 'Marcellus SC', sans-serif;
		--font-notosans: 'NotoSans', sans-serif;
		--footer-social-icon-color: #adadaf;
	}
	.marcellus {
		font-family: 'Marcellus', sans-serif;
		font-family: var(--font-marcellus);
	}

	html {
		width: 100%;
		font-family: var(--font-roboto);
		background: #000;
		/* scrollbar-color: theme(colors[surface/primary]) #000;
        scrollbar-width: thin; */
	}

	body {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
		margin: 0;
	}

	picture > img {
		width: inherit;
	}

	/* Make sure theres no external lib clearing out bullet point styling */

	.footer-section__link-full-wrap {
  width: 100%;
  white-space: normal;
  text-align: center;
}
.container {
  width: 100%;
}
@media (min-width: 320px) {

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

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

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

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

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

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

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

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

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

  .container {
    max-width: 2800px;
  }
}
.\!cta-button {
		background-color: theme(colors[surface/primary]) !important;
		background-color: var(--theme-color, #d1a051) !important;
		color: white !important;
		height: 34px !important;
	}
.constricted-content {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 1090px) {

  .constricted-content {
    max-width: 1500px;
  }
}
.introduction-background {
  position: relative;
  display: flex;
  height: 1px;
  min-height: calc(100vh - var(--default-header-height));
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  padding-bottom: 48px;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, 1);
  color: rgba(0, 0, 0, var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {

  .introduction-background {
    padding-bottom: 96px;
  }
}
.introduction-background {
		background: url('/oss_assets/images/home/introduction/bg2.webp') top/cover no-repeat;
		z-index: 10;
	}
video[poster] {
		-o-object-position: top;
		   object-position: top;
	}
.About {
  position: relative;
  display: flex;
  min-height: 493px;
  flex-direction: column;
  gap: 1rem;
  padding-top: 64px;
  padding-bottom: 96px;
  --tw-text-opacity: 1;
  color: rgba(175, 97, 96, 1);
  color: rgba(175, 97, 96, var(--tw-text-opacity, 1));
		background: url('/oss_assets/images/about/about_bg.webp') center/cover no-repeat;
}
.Trailer {
  position: relative;
  display: flex;
  min-height: 521px;
  flex-direction: column;
  gap: 1rem;
  padding-top: 96px;
  padding-bottom: 96px;
  --tw-text-opacity: 1;
  color: rgba(175, 97, 96, 1);
  color: rgba(175, 97, 96, var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {

  .Trailer {
    min-height: 766px;
  }
}
@media (min-width: 1090px) {

  .Trailer {
    min-height: 872px;
  }
}
.Trailer {
		background: url('/oss_assets/images/trailer/trailer_bg.webp') center no-repeat;
		background-size: 100% 100%;
	}
.FAQ {
  position: relative;
  min-height: 1018px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 96px;
  padding-bottom: 96px;
  --tw-text-opacity: 1;
  color: rgba(175, 97, 96, 1);
  color: rgba(175, 97, 96, var(--tw-text-opacity, 1));
}
@media (min-width: 640px) {

  .FAQ {
    min-height: 794px;
  }
}
.FAQ {
		background:
			linear-gradient(rgba(55, 37, 60, 0.8), rgba(55, 37, 60, 0.8)),
			url('/oss_assets/images/faq/faq_bg.webp') 50% / cover no-repeat;

		background-position: center;
	}
.FAQ-Question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0.125rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-family: NotoSans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  --tw-text-opacity: 1;
  color: rgba(238, 238, 238, 1);
  color: rgba(238, 238, 238, var(--tw-text-opacity, 1));
}
.FAQ-Answer {
  margin-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  font-family: NotoSans, sans-serif;
  font-size: 14px;
  line-height: 21px;
  --tw-text-opacity: 1;
  color: rgba(238, 238, 238, 1);
  color: rgba(238, 238, 238, var(--tw-text-opacity, 1));
}
.Subscription {
  position: relative;
  min-height: 455px;
  padding-top: 96px;
  padding-bottom: 96px;
  --tw-text-opacity: 1;
  color: rgba(175, 97, 96, 1);
  color: rgba(175, 97, 96, var(--tw-text-opacity, 1));
}
@media (min-width: 640px) {

  .Subscription {
    min-height: 384px;
  }
}
.Subscription {
		background:
			linear-gradient(to right, rgba(137,31,29,0.50196), 0%, transparent 20%),
			url('/oss_assets/images/subscription/bg.webp') 50% / cover no-repeat;
	}
#footer-social-media {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 32px;
  gap: 32px;
}
@media (min-width: 768px) {

  #footer-social-media {
    display: flex;
  }
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.static {
  position: static;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-\[0\.4rem\] {
  bottom: 0.4rem;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-\[0\.3rem\] {
  left: 0.3rem;
}
.left-\[50\%\] {
  left: 50%;
}
.right-0 {
  right: 0px;
}
.right-\[0\.3rem\] {
  right: 0.3rem;
}
.right-\[10px\] {
  right: 10px;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-\[0\.1rem\] {
  top: 0.1rem;
}
.top-\[10px\] {
  top: 10px;
}
.top-\[48\%\] {
  top: 48%;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.col-\[1\] {
  grid-column: 1;
}
.row-\[1\] {
  grid-row: 1;
}
.m-auto {
  margin: auto;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-\[10px\] {
  margin-top: 10px;
}
.box-border {
  box-sizing: border-box;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.aspect-\[320\/155\] {
  aspect-ratio: 320/155;
}
.aspect-\[382\/22\] {
  aspect-ratio: 382/22;
}
.aspect-\[450\/22\] {
  aspect-ratio: 450/22;
}
.aspect-\[47\.3\/59\.5\] {
  aspect-ratio: 47.3/59.5;
}
.aspect-\[960\/546\] {
  aspect-ratio: 960/546;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.aspect-video {
  aspect-ratio: 16 / 9;
}
.h-\[17px\] {
  height: 17px;
}
.h-\[20px\] {
  height: 20px;
}
.h-\[29px\] {
  height: 29px;
}
.h-\[48px\] {
  height: 48px;
}
.h-\[49px\] {
  height: 49px;
}
.h-\[6\.375rem\] {
  height: 6.375rem;
}
.h-full {
  height: 100%;
}
.max-h-12 {
  max-height: 3rem;
}
.max-h-\[48px\] {
  max-height: 48px;
}
.max-h-full {
  max-height: 100%;
}
.min-h-\[calc\(100vh-56px\)\] {
  min-height: calc(100vh - 56px);
}
.min-h-screen {
  min-height: 100vh;
}
.w-1 {
  width: 0.25rem;
}
.w-1\/12 {
  width: 8.333333%;
}
.w-\[1040px\] {
  width: 1040px;
}
.w-\[1200px\] {
  width: 1200px;
}
.w-\[15px\] {
  width: 15px;
}
.w-\[170px\] {
  width: 170px;
}
.w-\[203px\] {
  width: 203px;
}
.w-\[20px\] {
  width: 20px;
}
.w-\[25px\] {
  width: 25px;
}
.w-\[47\.3px\] {
  width: 47.3px;
}
.w-\[63px\] {
  width: 63px;
}
.w-\[74\%\] {
  width: 74%;
}
.w-\[7rem\] {
  width: 7rem;
}
.w-\[86\%\] {
  width: 86%;
}
.w-\[90\%\] {
  width: 90%;
}
.w-\[calc\(100vw-60px\)\] {
  width: calc(100vw - 60px);
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.\!max-w-\[100rem\] {
  max-width: 100rem !important;
}
.max-w-\[960px\] {
  max-width: 960px;
}
.max-w-full {
  max-width: 100%;
}
.max-w-none {
  max-width: none;
}
.flex-shrink {
  flex-shrink: 1;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(-50%, 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));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), -50%) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-4 {
  --tw-translate-y: -1rem;
  transform: translate(var(--tw-translate-x), -1rem) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-\[-30\%\] {
  --tw-translate-x: -30%;
  transform: translate(-30%, 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));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-0 {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), 0px) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[-50\%\] {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), -50%) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-0 {
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(0deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(1) scaleY(1);
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-\[1\.01\] {
  --tw-scale-x: 1.01;
  --tw-scale-y: 1.01;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(1.01) scaleY(1.01);
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes spin {

  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}
.cursor-pointer {
  cursor: pointer;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}
.grid-rows-\[0fr\] {
  grid-template-rows: 0fr;
}
.grid-rows-\[1fr\] {
  grid-template-rows: 1fr;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-\[10px\] {
  gap: 10px;
}
.gap-\[32px\] {
  gap: 32px;
}
.gap-\[40px\] {
  gap: 40px;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-2 {
  border-width: 2px;
}
.border-solid {
  border-style: solid;
}
.border-none {
  border-style: none;
}
.border-\[\#a01010\] {
  --tw-border-opacity: 1;
  border-color: rgba(160, 16, 16, 1);
  border-color: rgba(160, 16, 16, var(--tw-border-opacity, 1));
}
.border-\[\#fff\] {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, 1);
  border-color: rgba(255, 255, 255, var(--tw-border-opacity, 1));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, 1);
  border-color: rgba(255, 255, 255, var(--tw-border-opacity, 1));
}
.\!bg-\[var\(--neutral-surface-container-lowest\)\] {
  background-color: var(--neutral-surface-container-lowest) !important;
}
.bg-\[\#0B1925\] {
  --tw-bg-opacity: 1;
  background-color: rgba(11, 25, 37, 1);
  background-color: rgba(11, 25, 37, var(--tw-bg-opacity, 1));
}
.bg-\[\#FDF8EA\] {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 248, 234, 1);
  background-color: rgba(253, 248, 234, var(--tw-bg-opacity, 1));
}
.bg-\[\#a01010\] {
  --tw-bg-opacity: 1;
  background-color: rgba(160, 16, 16, 1);
  background-color: rgba(160, 16, 16, var(--tw-bg-opacity, 1));
}
.bg-\[rgba\(255\2c 255\2c 255\2c 0\.08\)\] {
  background-color: rgba(255,255,255,0.08);
}
.bg-\[rgba\(97\2c 25\2c 26\2c 0\.50\)\] {
  background-color: rgba(97,25,26,0.50);
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, 1);
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity, 1));
}
.bg-black\/10 {
  background-color: rgba(0, 0, 0, 0.1);
}
.bg-black\/50 {
  background-color: rgba(0, 0, 0, 0.5);
}
.bg-success\/success {
  --tw-bg-opacity: 1;
  background-color: rgba(7, 86, 0, 1);
  background-color: rgba(7, 86, 0, var(--tw-bg-opacity, 1));
}
.bg-surface\/primary {
  --tw-bg-opacity: 1;
  background-color: rgba(210, 41, 44, 1);
  background-color: rgba(210, 41, 44, var(--tw-bg-opacity, 1));
}
.bg-transparent {
  background-color: transparent;
}
.bg-\[linear-gradient\(180deg\2c rgba\(209\2c 92\2c 82\2c 0\)_0\%\2c \#EDECDF_100\%\)\] {
  background-image: linear-gradient(180deg,rgba(209,92,82,0) 0%,#EDECDF 100%);
}
.bg-success\/success {
  background-image: #44A570;
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.fill-neutral\/text\/subtitle {
  fill: #10EBAC;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.\!p-0 {
  padding: 0px !important;
}
.p-8 {
  padding: 2rem;
}
.p-\[2px\] {
  padding: 2px;
}
.p-\[clamp\(2px\2c 2\.5vw\2c 8px\)\] {
  padding: max(2px, min(2.5vw, 8px));
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-\[12px\] {
  padding-top: 12px;
  padding-bottom: 12px;
}
.py-\[13px\] {
  padding-top: 13px;
  padding-bottom: 13px;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.text-center {
  text-align: center;
}
.font-marcellus {
  font-family: Marcellus, sans-serif;
}
.font-marcellus-sc {
  font-family: Marcellus SC, sans-serif;
}
.font-noto-sans {
  font-family: NotoSans, sans-serif;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[1rem\] {
  font-size: 1rem;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[23px\] {
  font-size: 23px;
}
.text-\[32px\] {
  font-size: 32px;
}
.text-\[48px\] {
  font-size: 48px;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.leading-\[28px\] {
  line-height: 28px;
}
.leading-none {
  line-height: 1;
}
.text-\[\#C3C3C3\] {
  --tw-text-opacity: 1;
  color: rgba(195, 195, 195, 1);
  color: rgba(195, 195, 195, var(--tw-text-opacity, 1));
}
.text-\[\#E0BF8A\] {
  --tw-text-opacity: 1;
  color: rgba(224, 191, 138, 1);
  color: rgba(224, 191, 138, var(--tw-text-opacity, 1));
}
.text-\[\#E8E8E8\] {
  --tw-text-opacity: 1;
  color: rgba(232, 232, 232, 1);
  color: rgba(232, 232, 232, var(--tw-text-opacity, 1));
}
.text-\[rgba\(137\2c 31\2c 29\2c 0\.50\)\] {
  color: rgba(137,31,29,0.50);
}
.text-neutral\/text\/title {
  --tw-text-opacity: 1;
  color: rgba(232, 237, 235, 1);
  color: rgba(232, 237, 235, var(--tw-text-opacity, 1));
}
.text-text\/cta {
  --tw-text-opacity: 1;
  color: rgba(244, 243, 230, 1);
  color: rgba(244, 243, 230, var(--tw-text-opacity, 1));
}
.text-text\/headline {
  --tw-text-opacity: 1;
  color: rgba(137, 31, 29, 1);
  color: rgba(137, 31, 29, var(--tw-text-opacity, 1));
}
.text-text\/headline2 {
  --tw-text-opacity: 1;
  color: rgba(255, 225, 196, 1);
  color: rgba(255, 225, 196, var(--tw-text-opacity, 1));
}
.text-text\/info {
  --tw-text-opacity: 1;
  color: rgba(175, 97, 96, 1);
  color: rgba(175, 97, 96, var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}
.decoration-1 {
  text-decoration-thickness: 1px;
}
.underline-offset-2 {
  text-underline-offset: 2px;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-70 {
  opacity: 0.7;
}
.opacity-80 {
  opacity: 0.8;
}
.shadow-\[0_4px_8px_0_rgba\(0\2c 0\2c 0\2c 0\.25\)\] {
  --tw-shadow: 0 4px 8px 0 rgba(0,0,0,0.25);
  --tw-shadow-colored: 0 4px 8px 0 var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 4px 8px 0 rgba(0,0,0,0.25);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.shadow-\[0px_4px_8px_0px_rgba\(0\2c 0\2c 0\2c 0\.50\)\] {
  --tw-shadow: 0px 4px 8px 0px rgba(0,0,0,0.50);
  --tw-shadow-colored: 0px 4px 8px 0px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0px 4px 8px 0px rgba(0,0,0,0.50);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.shadow-\[0px_8px_24px_rgba\(0\2c 0\2c 0\2c 0\.8\)\] {
  --tw-shadow: 0px 8px 24px rgba(0,0,0,0.8);
  --tw-shadow-colored: 0px 8px 24px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0px 8px 24px rgba(0,0,0,0.8);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.shadow-\[6px_6px_0px_0px_\#000\] {
  --tw-shadow: 6px 6px 0px 0px #000;
  --tw-shadow-colored: 6px 6px 0px 0px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 6px 6px 0px 0px #000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.drop-shadow-\[0_0_0_\#10EBAC\] {
  --tw-drop-shadow: drop-shadow(0 0 0 #10EBAC);
  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) drop-shadow(0 0 0 #10EBAC);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-blur-\[8px\] {
  --tw-backdrop-blur: blur(8px);
  -webkit-backdrop-filter: blur(8px) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: blur(8px) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: blur(4px) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: blur(4px) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[grid-template-rows\] {
  transition-property: grid-template-rows;
  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: color, background-color, border-color, text-decoration-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;
}
.transition-shadow {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-100 {
  transition-duration: 100ms;
}
.duration-1000 {
  transition-duration: 1000ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.ease-\[cubic-bezier\(0\.22\2c 1\2c 0\.36\2c 1\)\] {
  transition-timing-function: cubic-bezier(0.22,1,0.36,1);
}
.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.text-news-btn {
		font-size: 20px;
		font-weight: 400;
		font-family: 'Marcellus SC', sans-serif;
		font-family: var(--font-marcellus-sc);
	}
@media (min-width: 768px) {
		font-size: 1.5rem;
	}
.text-home-content {
		font-size: 1rem;
		font-weight: 400;
		line-height: 1.5rem;
		font-family: 'NotoSans', sans-serif;
		font-family: var(--font-notosans);
	}
.text-home-content-mobile {
		font-size: 14px;
		font-weight: 400;
		line-height: 1.5rem;
		font-family: 'NotoSans', sans-serif;
		font-family: var(--font-notosans);
	}
.text-first-level-title {
		font-size: 27px;
		font-weight: 400;
		line-height: 1.1;
		font-family: 'Marcellus SC', sans-serif;
		font-family: var(--font-marcellus-sc);
	}
@media (min-width: 768px) {
		.text-first-level-title {
			font-size: 2.25rem;
		}
	}
/* submit placeholder */
@media (hover: hover) {
		.cta-btn-gradient-hover:hover {
    --tw-text-opacity: 1;
    color: rgba(244, 243, 230, 1);
    color: rgba(244, 243, 230, var(--tw-text-opacity, 1));
			background: #441314;
			border-color: #441314;
  }
	}
.cta-btn-gradient-active:active {
  --tw-text-opacity: 1;
  color: rgba(244, 243, 230, 1);
  color: rgba(244, 243, 230, var(--tw-text-opacity, 1));
		background: #441314;
		border-color: #441314;
}
.py-18 {
		padding-top: 4.5rem;
		padding-bottom: 4.5rem;
	}
.placeholder\:font-medium::-moz-placeholder {
  font-weight: 500;
}
.placeholder\:font-medium::placeholder {
  font-weight: 500;
}
.placeholder\:text-\[rgba\(137\2c 31\2c 29\2c 0\.50\)\]::-moz-placeholder {
  color: rgba(137,31,29,0.50);
}
.placeholder\:text-\[rgba\(137\2c 31\2c 29\2c 0\.50\)\]::placeholder {
  color: rgba(137,31,29,0.50);
}
.backdrop\:bg-black\/95::backdrop {
  background-color: rgba(0, 0, 0, 0.95);
}
@media (hover: hover) and (pointer: fine) {

  .hover\:scale-110:hover {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(1.1) scaleY(1.1);
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .hover\:underline:hover {
    text-decoration-line: underline;
  }
}
.focus-visible\:outline-none:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.active\:bg-\[\#FFFFFF1A\]:active {
  background-color: rgba(255,255,255,0.10196);
}
.group:focus-within .group-focus-within\:drop-shadow-\[0_0_4px_\#10EBAC\] {
  --tw-drop-shadow: drop-shadow(0 0 4px #10EBAC);
  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) drop-shadow(0 0 4px #10EBAC);
  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);
}
@media (hover: hover) and (pointer: fine) {

  .group:hover .group-hover\:rotate-180 {
    --tw-rotate: 180deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(180deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

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

  .group:hover .group-hover\:opacity-0 {
    opacity: 0;
  }

  .group:hover .group-hover\:opacity-100 {
    opacity: 1;
  }
}
.group:active .group-active\:fill-neutral\/text\/subtitle {
  fill: #10EBAC;
}
@media (min-width: 640px) {

  .sm\:h-\[24\.2\%\] {
    height: 24.2%;
  }

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

  .sm\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 768px) {

  .md\:h-\[22px\] {
    height: 22px;
  }

  .md\:h-\[38px\] {
    height: 38px;
  }

  .md\:h-\[96px\] {
    height: 96px;
  }

  .md\:w-\[387px\] {
    width: 387px;
  }

  .md\:w-\[95px\] {
    width: 95px;
  }

  .md\:w-\[clamp\(400px\2c 100\%-120px\2c 80\%\)\] {
    width: clamp(400px,100% - 120px,80%);
  }

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

  .md\:max-w-\[329px\] {
    max-width: 329px;
  }

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

  .md\:p-12 {
    padding: 3rem;
  }

  .md\:text-\[36px\] {
    font-size: 36px;
  }

  .md\:text-\[64px\] {
    font-size: 64px;
  }

	.md\:text-home-content {
		font-size: 1rem;
		font-weight: 400;
		line-height: 1.5rem;
		font-family: 'NotoSans', sans-serif;
		font-family: var(--font-notosans);
	}
}
@media (min-width: 1090px) {

  .lg\:w-\[500px\] {
    width: 500px;
  }

  .lg\:w-\[688px\] {
    width: 688px;
  }

  .lg\:min-w-\[960px\] {
    min-width: 960px;
  }

  .lg\:max-w-\[453px\] {
    max-width: 453px;
  }

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

  .lg\:p-16 {
    padding: 4rem;
  }

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

  .lg\:text-\[29px\] {
    font-size: 29px;
  }

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

  .lg\:leading-\[35px\] {
    line-height: 35px;
  }

  .lg\:\[display\:initial\] {
    display: inline;
    display: initial;
  }
}
@media (min-width: 2000px) {

  .\33xl\:h-\[21\.54\%\] {
    height: 21.54%;
  }
}
.\[\&_a\]\:\!m-0 a {
  margin: 0px !important;
}
.\[\&_a\]\:\!p-\[5px\] a {
  padding: 5px !important;
}
.\[\&_a\]\:\!text-\[22px\] a {
  font-size: 22px !important;
}

