/* @import must be at top of file, otherwise CSS will not work */
@import url('https://cdn.fonts.net/t/1.css?apiType=css&projectid=882e8fd0-8e30-11ec-9ce3-0220834439f4');

@font-face {
  font-family: 'KnockoutNo66FullFlyweight';
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
  src: url('https://cdn.fonts.net/kit/882e8fd0-8e30-11ec-9ce3-0220834439f4/Knockout/KnockoutNo66FullFlyweight_normal_normal.woff')
      format('woff'),
    url('https://cdn.fonts.net/kit/882e8fd0-8e30-11ec-9ce3-0220834439f4/Knockout/KnockoutNo66FullFlyweight_normal_normal.woff2')
      format('woff2');
}
@font-face {
  font-family: 'Sequel100Wide95';
  font-style: normal;
  font-stretch: expanded;
  font-display: swap;
  src: url('https://cdn.fonts.net/kit/882e8fd0-8e30-11ec-9ce3-0220834439f4/Sequel100Wide/Sequel100Wide95_normal_expanded.woff')
      format('woff'),
    url('https://cdn.fonts.net/kit/882e8fd0-8e30-11ec-9ce3-0220834439f4/Sequel100Wide/Sequel100Wide95_normal_expanded.woff2')
      format('woff2');
}
@font-face {
  font-family: 'Sequel100Wide45';
  font-style: normal;
  font-stretch: expanded;
  font-display: swap;
  src: url('https://cdn.fonts.net/kit/882e8fd0-8e30-11ec-9ce3-0220834439f4/Sequel100Wide/Sequel100Wide45_normal_expanded.woff')
      format('woff'),
    url('https://cdn.fonts.net/kit/882e8fd0-8e30-11ec-9ce3-0220834439f4/Sequel100Wide/Sequel100Wide45_normal_expanded.woff2')
      format('woff2');
}
@font-face {
  font-family: 'Sequel100Wide96';
  font-style: normal;
  font-stretch: expanded;
  font-display: swap;
  src: url('https://cdn.fonts.net/kit/882e8fd0-8e30-11ec-9ce3-0220834439f4/Sequel100Wide/Sequel100Wide96_normal_expanded.woff')
      format('woff'),
    url('https://cdn.fonts.net/kit/882e8fd0-8e30-11ec-9ce3-0220834439f4/Sequel100Wide/Sequel100Wide96_normal_expanded.woff2')
      format('woff2');
}
@font-face {
  font-family: 'Sequel100Wide46';
  font-style: normal;
  font-stretch: expanded;
  font-display: swap;
  src: url('https://cdn.fonts.net/kit/882e8fd0-8e30-11ec-9ce3-0220834439f4/Sequel100Wide/Sequel100Wide46_normal_expanded.woff')
      format('woff'),
    url('https://cdn.fonts.net/kit/882e8fd0-8e30-11ec-9ce3-0220834439f4/Sequel100Wide/Sequel100Wide46_normal_expanded.woff2')
      format('woff2');
}
@font-face {
  font-family: 'FFMark';
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  src: url('/fonts/FFMarkMedium/normal_normal.woff') format('woff'),
    url('/fonts/FFMarkMedium/normal_normal.woff2') format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'FFMark';
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  src: url('/fonts/FFMarkRegular/normal_normal.woff') format('woff'),
    url('/fonts/FFMarkRegular/normal_normal.woff2') format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'FFMark';
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  src: url('/fonts/FFMarkBold/normal_normal.woff') format('woff'),
    url('/fonts/FFMarkBold/normal_normal.woff2') format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'Noe';
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  src: url('/fonts/NoeTextRegular/normal_normal.woff') format('woff'),
    url('/fonts/NoeTextRegular/normal_normal.woff2') format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'Noe';
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  src: url('/fonts/NoeTextBold/normal_normal.otf') format('opentype');
  font-display: swap;
}
@font-face {
  font-family: 'Noe';
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  src: url('/fonts/NoeTextSemibold/normal_normal.otf') format('opentype');
  font-display: swap;
}
@font-face {
  font-family: 'Noe';
  font-weight: 600;
  font-style: italic;
  font-stretch: normal;
  src: url('/fonts/NoeTextSemiboldItalic/normal_normal.otf') format('opentype');
  font-display: swap;
}

/**
 * Overriding Horizon Gold footer styling.
 * It has some ugly styling by default which can't be disabled.
 * With the following CSS classes, this styling can be overriden.
 */
#footer #dg_footer_wrapper_inner,
#footer #dg_footer_wrapper_inner ul li,
#footer #dg_footer_wrapper_inner ul li a,
#footer #dg_footer_wrapper_inner ul li span {
  float: none !important;
  text-align: start;
  text-decoration: none;
  font-family: 'FFMark';
  font-style: normal;
  font-weight: 700 !important;
  font-size: 10px;
  line-height: 12px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #f6f6f6 !important;
}

#footer #dg_footer_wrapper {
  background: none;
}
#footer #dg_footer_wrapper_inner ul {
  display: grid;
  height: auto;
  gap: 0.75rem;
}
@media (min-width: 768px) {
  #footer #dg_footer_wrapper_inner ul {
    grid-template-columns: repeat(auto-fill,minmax(160px,1fr));
    gap: 1rem;
  }
}
@media (min-width: 1280px) {
  #footer #dg_footer_wrapper_inner ul {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
#footer #dg_footer_wrapper_inner ul li {
  margin: 0px;
  display: inline-block;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
#footer #dg_footer_wrapper_inner ul li:after {
  --tw-content: none;
  content: var(--tw-content);
}
#footer #dg_footer_wrapper_inner ul li:nth-last-of-type(2) {
  order: 100;
}
#footer #dg_footer_wrapper_inner ul li.dg_footer_item_last {
  padding-top: 24px;
  border-top: 1px solid #494949;
  margin-top: 12px;
}
#dg_footer_wrapper_inner .dg_footer_row_0 {
  padding: 0 !important;
}
#dg_footer_wrapper_inner ul li a {
  padding: 0 !important;
}
#dg_footer_wrapper_inner {
  width: auto !important;
  overflow: inherit !important;
  position: static !important;
}
#dg_footer_wrapper_inner ul li span {
  padding: 0 !important;
}

@media (min-width: 768px) {
  #footer #dg_footer_wrapper_inner ul li {
    padding: 0;
  }
  #footer #dg_footer_wrapper_inner ul li.dg_footer_item_last,
  #footer #dg_footer_wrapper_inner ul li:nth-last-of-type(2) {
    position: absolute;
    opacity: 1;
    top: 100%;
    right: 0;
    width: 50vw;
    z-index: 100;
    margin: 0;
    padding-top: 32px;
    text-align: right;
    padding-right: 48px;
  }
  #footer #dg_footer_wrapper_inner ul li.dg_footer_item_last {
    left: 0;
    text-align: left;
    padding-left: 48px;
    padding-right: 10px;
    border: none;
  }
}

@media (min-width: 1280px) {
  #footer #dg_footer_wrapper_inner ul li.dg_footer_item_last {
    padding-top: 18px;
    width: 60vw;
    text-align: right;
  }
  #footer #dg_footer_wrapper_inner ul li:nth-last-of-type(2) {
    width: 40vw;
    text-align: left;
    padding-left: 60px;
    padding-top: 18px;
  }
}

@media (min-width: 1600px) {
  #footer #dg_footer_wrapper_inner ul li.dg_footer_item_last {
    padding-right: 60px;
  }
  #footer #dg_footer_wrapper_inner ul li:nth-last-of-type(2) {
    padding-left: 0px;
  }
}

/**
 * Agegate fix
 * Tailwind has a reset for input and select elements which breaks agegate
 */
 #age_content * {
  font-family: 'FFMark', sans-serif;
}

#age_content #age_age_select_group select {
  display: inline-block;
}

#age_content input {
  width: auto;
  display: inline-block;
}

#age_content .age_logo img {
  display: inline;
}

#age_content #age_confirm button {
  display: inline-block;
}

#age_gate #age_content {
  box-shadow: 0px 0px 0px #000;
}

#age_gate #age_overlay {
  background-size: cover;
}

#age_gate::before {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  position: fixed;
  top: 0;
  left: 0;
  content: '';
  z-index: 1001009;
}

#age_gate #age_content #age_missing_message {
  margin-bottom: 1rem !important;
  text-align: center;
}

#age_gate #age_content #age_missing_message span {
  display: inline-block;
  max-width: 80%;
  --tw-bg-opacity: 1;
  background-color: rgb(226 46 54 / var(--tw-bg-opacity));
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

@media (min-width: 768px) {
  #age_gate #age_content #age_missing_message span {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

#age_gate #age_content #age_age_group {
  border-left: 0 !important;
}

#age_gate #age_content {
  /* border: 1px solid white !important; */
  max-width: 343px;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

@media (min-width: 768px) {
  #age_gate #age_content {
    width: 650px;
    max-width: 650px;
  }
}

@media (min-width: 1280px) {
  #age_gate #age_content {
    width: 773px;
    max-width: none;
  }
}

#age_gate #age_content .age_logo img {
  max-width: 103px;
}

@media (min-width: 1280px) {
  #age_gate #age_content .age_logo img {
    max-width: 150px;
  }
}

@media (min-width: 768px) {
  #age_gate #age_content .age_header_title {
    font-size: 1.5rem !important;
    line-height: 2rem !important;
    font-size: 32px !important;
  }
}

@media (min-width: 1280px) {
  #age_gate #age_content .age_header_title {
    font-size: 44px !important;
    line-height: 48px !important;
  }
}

#age_gate #age_content .age_header_title span {
  margin-bottom: 1.5rem;
  display: inline-block;
  font-weight: 700 !important;
}

@media (min-width: 1280px) {
  #age_gate #age_content .age_header_title span {
    letter-spacing: 0.096em !important;
  }
}

#age_content .age-field-con .age-input-field-label {
  display: none !important;
}

#age_content #age_inputs {
  display: flex !important;
  gap: 0px 8px;
  justify-content: center
}


#age_content #age_inputs .age-field-con {
  margin: 0 !important;
  width: auto !important;
}


#age_content.is_mobile #age_inputs .age-field-con {
  width: 100% !important;
}

#age_content.is_mobile #age_inputs .age-field-con input {
  width: 100% !important;
}

#age_content .groupA.groupA-step1 #age_input_yy {
  width: 327px !important;
}

#age_content #age_inputs input {
  background-color: transparent;
  border: 1px solid white !important;
  height: auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 2rem;
  letter-spacing: 0.045em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

#age_content #age_inputs input::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

#age_content #age_inputs input::placeholder {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

#age_content #age_inputs input:not(:-moz-placeholder-shown) {
  background-color: white;
  border: 1px solid black !important;
}

#age_content #age_inputs input:not(:placeholder-shown) {
  background-color: white;
  border: 1px solid black !important;
}

#age_content #age_inputs input:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

#age_content #age_inputs input:focus::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / var(--tw-text-opacity));
}

#age_content #age_inputs input:focus::placeholder {
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / var(--tw-text-opacity));
}

#age_content #age_confirm {
  text-align: center !important;
  margin-top: 32px !important;
  margin-bottom: 20px !important;
}

#age_content #age_confirm #age_confirm_btn {
  width: auto !important;
  padding: 18px 62px;
  font-size: 1.125rem;
  line-height: 1.75rem;
  text-transform: uppercase;
  line-height: 21.6px;
  letter-spacing: 0.027em;
}

#age_gate #age_content .round input{
  opacity: 0;
}
#age_gate #age_content .round label {
  width: 24px;
  height: 24px;
  background-color: transparent;
  border-color: white ;
}

#age_gate #age_content .round label::after {
  height: 5px;
  left: 4.5px;
  top: 6px;
  width: 13px;
  border-color: white;
}


#age_content #age_remember_label,
#age_content #age_affirm_label {
  display: flex;
  align-items: center;
  gap: 0 16px;
  justify-content: center;
  max-width: 80%;
  margin: 0 auto;
}

#age_content #age_affirm_text_box,
#age_content #age_remember_label .checkbox {
  width: 24px !important;
  height: 24px !important;
}

#age_content #age_affirm_text_content,
#age_content #age_remember_label .age_remember_me_basic {
  width: auto !important;
}

#age_content .round {
  margin: 0 !important;
}

#age_content label span {

  text-transform: uppercase;
  font-weight: 700 !important;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.027em;
}

#age_content .age_drinkiq {
  margin-top: 44px !important;
}

#age_content .age_drinkiq .age_drinkiq_message span {
  font-family: 'Noe', sans-serif;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.027em;
  display: block;
}

#age_content .age_drinkiq .age_drinkiq_logo img {
  display: inline-block;
}

#age_content .age_conditions_of_user a {
  text-transform: uppercase;
  font-weight: bold !important;
  font-size: 11px;
  line-height: 14px;
  letter-spacing: 0.027em;
}

#age_content #age_select_country_group select {
  margin-bottom: 0px;
}

/*
! tailwindcss v3.1.4 | 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: #e5e5e5; /* 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.
*/

html {
  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: Noe, sans-serif; /* 4 */
}

/*
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]) {
  -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. 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-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;
}

/*
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-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: 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,
[type='button'],
[type='reset'],
[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;
}

/*
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: #a3a3a3; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #a3a3a3; /* 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;
}

.form-input,.form-textarea,.form-select,.form-multiselect {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #737373;
  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;
}

.form-input:focus, .form-textarea:focus, .form-select:focus, .form-multiselect: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;
}

.form-input::-moz-placeholder, .form-textarea::-moz-placeholder {
  color: #737373;
  opacity: 1;
}

.form-input::placeholder,.form-textarea::placeholder {
  color: #737373;
  opacity: 1;
}

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

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

.form-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='%23737373' 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;
}

.form-checkbox,.form-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: #737373;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

.form-checkbox {
  border-radius: 0px;
}

.form-radio {
  border-radius: 100%;
}

.form-checkbox:focus,.form-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);
}

.form-checkbox:checked,.form-radio:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

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

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

.form-checkbox:checked:hover,.form-checkbox:checked:focus,.form-radio:checked:hover,.form-radio:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

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

.form-checkbox:indeterminate:hover,.form-checkbox:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}
  html, 
  body {
  overflow: visible;
}

  /* Text Styles */
  h1, 
  .h1, 
  h2, 
  .h2, 
  h3, 
  .h3, 
  h4, 
  .h4, 
  h5, 
  .h5, 
  h6, 
  .h6 {
  font-weight: 700;
  text-transform: uppercase;
    font-family: 'FFMark', sans-serif;
}
  h1, 
  .h1, 
  h2, 
  .h2, 
  h3, 
  .\!h3, 
  h4, 
  .h4, 
  h5, 
  .h5, 
  h6, 
  .h6 {
  font-weight: 700;
  text-transform: uppercase;
    font-family: 'FFMark', sans-serif;
}
  h1, 
  .h1, 
  h2, 
  .h2, 
  h3, 
  .h3, 
  h4, 
  .\!h4, 
  h5, 
  .h5, 
  h6, 
  .h6 {
  font-weight: 700;
  text-transform: uppercase;
    font-family: 'FFMark', sans-serif;
}
  h1, 
  .h1, 
  h2, 
  .h2, 
  h3, 
  .h3, 
  h4, 
  .h4, 
  h5, 
  .\!h5, 
  h6, 
  .h6 {
  font-weight: 700;
  text-transform: uppercase;
    font-family: 'FFMark', sans-serif;
}
  h1, 
  .h1, 
  h2, 
  .h2, 
  h3, 
  .h3, 
  h4, 
  .h4, 
  h5, 
  .h5, 
  h6, 
  .\!h6 {
  font-weight: 700;
  text-transform: uppercase;
    font-family: 'FFMark', sans-serif;
}
  h1, 
  .h1 {
  margin-bottom: 1rem;
}
  @media (min-width: 1280px) {

  h1, 
  .h1 {
    margin-bottom: 3rem;
  }
}
  h1, 
  .h1 {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
  @media (min-width: 768px) {

  h1, 
  .h1 {
    font-size: 3rem;
    line-height: 1;
  }
}
  @media (min-width: 1280px) {

  h1, 
  .h1 {
    font-size: 5rem;
  }
}
  h1, 
  .h1 {
  line-height: 2rem;
}
  @media (min-width: 768px) {

  h1, 
  .h1 {
    line-height: 48px;
  }
}
  @media (min-width: 1280px) {

  h1, 
  .h1 {
    line-height: 80px;
  }
}
  h1, 
  .h1 {
  letter-spacing: 0.07em;
}
  @media (min-width: 768px) {

  h1, 
  .h1 {
    letter-spacing: 0.096em;
  }
}
  @media (min-width: 1280px) {

  h1, 
  .h1 {
    letter-spacing: 0.12em;
  }
}
  h2, 
  .h2 {
  margin-bottom: 1rem;
}
  @media (min-width: 1280px) {

  h2, 
  .h2 {
    margin-bottom: 3rem;
  }
}
  h2, 
  .h2 {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
  @media (min-width: 768px) {

  h2, 
  .h2 {
    font-size: 3rem;
    line-height: 1;
  }
}
  @media (min-width: 1280px) {

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

  h2, 
  .h2 {
    line-height: 48px;
  }
}
  @media (min-width: 1280px) {

  h2, 
  .h2 {
    line-height: 68px;
  }
}
  h2, 
  .h2 {
  letter-spacing: 0.036em;
}
  @media (min-width: 768px) {

  h2, 
  .h2 {
    letter-spacing: 0.07em;
  }
}
  @media (min-width: 1280px) {

  h2, 
  .h2 {
    letter-spacing: 0.096em;
  }
}
  h3, 
  .h3 {
  margin-bottom: 1rem;
}
  h3, 
  .\!h3 {
  margin-bottom: 1rem;
}
  h3, 
  .h3 {
  font-size: 1.5rem;
  line-height: 2rem;
}
  @media (min-width: 768px) {

  h3, 
  .h3 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
  @media (min-width: 1280px) {

  h3, 
  .h3 {
    font-size: 3rem;
    line-height: 1;
  }
}
  h3, 
  .\!h3 {
  font-size: 1.5rem;
  line-height: 2rem;
}
  @media (min-width: 768px) {

  h3, 
  .\!h3 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
  @media (min-width: 1280px) {

  h3, 
  .\!h3 {
    font-size: 3rem;
    line-height: 1;
  }
}
  h3, 
  .h3 {
  line-height: 26px;
}
  @media (min-width: 768px) {

  h3, 
  .h3 {
    line-height: 2rem;
  }
}
  @media (min-width: 1280px) {

  h3, 
  .h3 {
    line-height: 48px;
  }
}
  h3, 
  .\!h3 {
  line-height: 26px;
}
  @media (min-width: 768px) {

  h3, 
  .\!h3 {
    line-height: 2rem;
  }
}
  @media (min-width: 1280px) {

  h3, 
  .\!h3 {
    line-height: 48px;
  }
}
  h3, 
  .h3 {
  letter-spacing: 0.045em;
}
  @media (min-width: 1280px) {

  h3, 
  .h3 {
    letter-spacing: 0.07em;
  }
}
  h3, 
  .\!h3 {
  letter-spacing: 0.045em;
}
  @media (min-width: 1280px) {

  h3, 
  .\!h3 {
    letter-spacing: 0.07em;
  }
}
  h4, 
  .h4 {
  margin-bottom: 1rem;
}
  h4, 
  .\!h4 {
  margin-bottom: 1rem;
}
  h4, 
  .h4 {
  font-size: 1.875rem;
  line-height: 2rem;
}
  h4, 
  .\!h4 {
  font-size: 1.875rem;
  line-height: 2rem;
}
  h4, 
  .h4 {
  letter-spacing: 0.045em;
}
  h4, 
  .\!h4 {
  letter-spacing: 0.045em;
}
  h5, 
  .h5 {
  margin-bottom: 1rem;
}
  h5, 
  .\!h5 {
  margin-bottom: 1rem;
}
  h5, 
  .h5 {
  font-size: 1.5rem;
  line-height: 1.5rem;
}
  h5, 
  .\!h5 {
  font-size: 1.5rem;
  line-height: 1.5rem;
}
  h5, 
  .h5 {
  letter-spacing: 0.036em;
}
  h5, 
  .\!h5 {
  letter-spacing: 0.036em;
}
  h6, 
  .h6 {
  margin-bottom: 1rem;
}
  h6, 
  .\!h6 {
  margin-bottom: 1rem;
}
  h6, 
  .h6 {
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 21.6px;
}
  h6, 
  .\!h6 {
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 21.6px;
}
  h6, 
  .h6 {
  letter-spacing: 0.027em;
}
  h6, 
  .\!h6 {
  letter-spacing: 0.027em;
}

  /* laptop: Paragraph Regular */
  p, 
  .p, 
  .p p {
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 1.5;
  letter-spacing: 0.0016em;
}
  p.sb-i {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  font-style: italic;
  line-height: 1.5;
  letter-spacing: .0018em;
}
  @media (min-width: 768px) {

  p.sb-i {
    font-size: 0.875rem;
    line-height: 1.25rem;
    letter-spacing: 0.0014em;
  }
}
  @media (min-width: 1280px) {

  p.sb-i {
    font-size: 1.125rem;
    line-height: 1.75rem;
    letter-spacing: 0.0016em;
  }
}
  p.sb,
  .p-sb,
  .p-sb p {
    /* Desktop/Paragraph-Semibold Italic */
    font-weight: 600;
    font-style: italic;
  }
  p.sm,
  .p-sm,
  .p-sm p {
    /* Desktop/Sm Paragraph-Regular */
  }
  p.sm,
  .\!p-sm,
  .\!p-sm p {
    /* Desktop/Sm Paragraph-Regular */
    /* Desktop/Sm Paragraph-Regular */
  }
  p.sm, 
  .p-sm, 
  .p-sm p {
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.14;
  letter-spacing: 0.0014em;
}
  @media (min-width: 1280px) {

  p.sm, 
  .p-sm, 
  .p-sm p {
    font-size: 1.125rem;
    line-height: 1.75rem;
    line-height: 1.5;
    letter-spacing: 0.0016em;
  }
}
  p.sm, 
  .\!p-sm, 
  .\!p-sm p {
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.14;
  letter-spacing: 0.0014em;
}
  @media (min-width: 1280px) {

  p.sm, 
  .\!p-sm, 
  .\!p-sm p {
    font-size: 1.125rem;
    line-height: 1.75rem;
    line-height: 1.5;
    letter-spacing: 0.0016em;
  }
}
  p.sm, 
  .\!p-sm, 
  .\!p-sm p {
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.14;
  letter-spacing: 0.0014em;
}
  @media (min-width: 1280px) {

  p.sm, 
  .\!p-sm, 
  .\!p-sm p {
    font-size: 1.125rem;
    line-height: 1.75rem;
    line-height: 1.5;
    letter-spacing: 0.0016em;
  }
}
  p.sm-sb,
  .p-sm-sb,
  .p-sm-sb p {
    /* Desktop/Mobile Sm Paragraph-Semibold */
    font-size: 0.625rem;
    font-weight: 600;
    font-style: italic;
    line-height: 1.2;
    letter-spacing: 0.0014em;
  }
  @media (min-width: 1280px) {

  p.sm-sb, 
  .p-sm-sb, 
  .p-sm-sb p {
    font-size: 0.875rem;
    line-height: 1.25rem;
    line-height: 1.14;
  }
}
  .small {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.5;
    font-family: 'FFMark', sans-serif;
}

  input, 
  select {
  margin-bottom: 0.5rem;
  display: block;
  width: 100%;
  max-width: 24rem;
  border-radius: 0.25rem;
}

  button {
  background-color: transparent;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

  button::after {
  --tw-content: none;
  content: var(--tw-content);
}

  button:focus {
  outline-color: #525252;
}

  /* Button labels */
  .label-medium {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.14;
  letter-spacing: 0.0014em;
    font-family: 'FFMark', sans-serif;
}
  .label-small {
  font-size: 0.625rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 0.0014em;
    font-family: 'FFMark', sans-serif;
}

  label > span > p {
  display: inline-block;
  padding-left: 0.5rem;
}

  .form-input::-moz-placeholder {
  text-align: left;
}

  .form-input::placeholder {
  text-align: left;
}
  .form-input, 
  .form-select {
  padding-top: 23px;
  padding-bottom: 21px;
  padding-left: 35px;
}
  @media (min-width: 768px) {

  .full-width-email .email-input {
    grid-column: span 2 / span 2;
  }
}
  a {
    font-family: 'FFMark', sans-serif;
    text-decoration: none !important;
  }

  /* WTB Geocoder */

  .quotesBlock {
    background-position-y: 0;
    /* background: repeating-linear-gradient(white, white 45px, #000000 45px, #000000 47px); */
    background-image: repeating-linear-gradient(white,white 46px,#000000 45px,#000000 47px);
  }

  @media (min-width: 768px) {

  .quotesBlock {
    background-image: repeating-linear-gradient(white,white 70px,#000000 70px,#000000 73px);
  }
}

  @media (min-width: 1280px) {

  .quotesBlock {
    background-image: repeating-linear-gradient(white,white 91px,#000000 84px,#000000 94px);
  }
}

  .quotesBlock p {
  display: inline;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 2;
  letter-spacing: 0.036em;
}

  @media (min-width: 768px) {

  .quotesBlock p {
    display: block;
    font-size: 3rem;
    line-height: 1.5;
    letter-spacing: 0.07em;
  }
}

  @media (min-width: 1280px) {

  .quotesBlock p {
    font-size: 64px;
    line-height: 1.5;
    letter-spacing: 0.096em;
  }
}

  .rsvp-table p {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

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

  @media (min-width: 1280px) {

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

  .rsvp-description p {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

  .overflow-unset {
    overflow: unset !important;
  }

  .table-share p {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.16;
  letter-spacing: 0.07em;
}

  .block-hero-carousel.hero_video .btn-pause-video {
    display: none !important;
  }

*, ::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-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: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --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:  ;
}

::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-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: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --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:  ;
}
.container {
  width: 100%;
}
@media (min-width: 768px) {

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

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

  .container {
    max-width: 1600px;
  }
}
.prose {
  color: var(--tw-prose-body);
  max-width: none;
}
.prose :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.prose :where(a):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.prose :where(strong):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.prose :where(ol):not(:where([class~="not-prose"] *)) {
  list-style-type: decimal;
  padding-left: 1.625em;
}
.prose :where(ol[type="A"]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a"]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="I"]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i"]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~="not-prose"] *)) {
  list-style-type: decimal;
}
.prose :where(ul):not(:where([class~="not-prose"] *)) {
  list-style-type: disc;
  padding-left: 1.625em;
}
.prose :where(ol > li):not(:where([class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}
.prose :where(hr):not(:where([class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.prose :where(blockquote):not(:where([class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before {
  content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after {
  content: close-quote;
}
.prose :where(h1):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.prose :where(h1 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 900;
}
.prose :where(h2):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.prose :where(h2 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 800;
}
.prose :where(h3):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.prose :where(h3 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 700;
}
.prose :where(h4):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.prose :where(h4 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 700;
}
.prose :where(figure > *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(figcaption):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.prose :where(code):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.prose :where(code):not(:where([class~="not-prose"] *))::before {
  content: "`";
}
.prose :where(code):not(:where([class~="not-prose"] *))::after {
  content: "`";
}
.prose :where(a code):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-links);
}
.prose :where(pre):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  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 :where(pre code):not(:where([class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.prose :where(pre code):not(:where([class~="not-prose"] *))::before {
  content: none;
}
.prose :where(pre code):not(:where([class~="not-prose"] *))::after {
  content: none;
}
.prose :where(table):not(:where([class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.prose :where(thead):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.prose :where(thead th):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.prose :where(tbody tr):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.prose :where(tbody tr:last-child):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~="not-prose"] *)) {
  vertical-align: baseline;
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.prose {
  --tw-prose-body: #000;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}
.prose :where(p):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where(img):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(video):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(figure):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(h2 code):not(:where([class~="not-prose"] *)) {
  font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~="not-prose"] *)) {
  font-size: 0.9em;
}
.prose :where(li):not(:where([class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.prose :where(ol > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.375em;
}
.prose :where(ul > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.375em;
}
.prose > :where(ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose > :where(ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose > :where(ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose > :where(ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose > :where(ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(hr + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}
.prose :where(tbody td:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}
.prose :where(tbody td:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}
.prose > :where(:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose > :where(:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}
.prose-lg {
  font-size: 1.125rem;
  line-height: 1.7777778;
}
.prose-lg :where(p):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}
.prose-lg :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
  font-size: 1.2222222em;
  line-height: 1.4545455;
  margin-top: 1.0909091em;
  margin-bottom: 1.0909091em;
}
.prose-lg :where(blockquote):not(:where([class~="not-prose"] *)) {
  margin-top: 1.6666667em;
  margin-bottom: 1.6666667em;
  padding-left: 1em;
}
.prose-lg :where(h1):not(:where([class~="not-prose"] *)) {
  font-size: 2.6666667em;
  margin-top: 0;
  margin-bottom: 0.8333333em;
  line-height: 1;
}
.prose-lg :where(h2):not(:where([class~="not-prose"] *)) {
  font-size: 1.6666667em;
  margin-top: 1.8666667em;
  margin-bottom: 1.0666667em;
  line-height: 1.3333333;
}
.prose-lg :where(h3):not(:where([class~="not-prose"] *)) {
  font-size: 1.3333333em;
  margin-top: 1.6666667em;
  margin-bottom: 0.6666667em;
  line-height: 1.5;
}
.prose-lg :where(h4):not(:where([class~="not-prose"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 0.4444444em;
  line-height: 1.5555556;
}
.prose-lg :where(img):not(:where([class~="not-prose"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}
.prose-lg :where(video):not(:where([class~="not-prose"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}
.prose-lg :where(figure):not(:where([class~="not-prose"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}
.prose-lg :where(figure > *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose-lg :where(figcaption):not(:where([class~="not-prose"] *)) {
  font-size: 0.8888889em;
  line-height: 1.5;
  margin-top: 1em;
}
.prose-lg :where(code):not(:where([class~="not-prose"] *)) {
  font-size: 0.8888889em;
}
.prose-lg :where(h2 code):not(:where([class~="not-prose"] *)) {
  font-size: 0.8666667em;
}
.prose-lg :where(h3 code):not(:where([class~="not-prose"] *)) {
  font-size: 0.875em;
}
.prose-lg :where(pre):not(:where([class~="not-prose"] *)) {
  font-size: 0.8888889em;
  line-height: 1.75;
  margin-top: 2em;
  margin-bottom: 2em;
  border-radius: 0.375rem;
  padding-top: 1em;
  padding-right: 1.5em;
  padding-bottom: 1em;
  padding-left: 1.5em;
}
.prose-lg :where(ol):not(:where([class~="not-prose"] *)) {
  padding-left: 1.5555556em;
}
.prose-lg :where(ul):not(:where([class~="not-prose"] *)) {
  padding-left: 1.5555556em;
}
.prose-lg :where(li):not(:where([class~="not-prose"] *)) {
  margin-top: 0.6666667em;
  margin-bottom: 0.6666667em;
}
.prose-lg :where(ol > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.4444444em;
}
.prose-lg :where(ul > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.4444444em;
}
.prose-lg > :where(ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}
.prose-lg > :where(ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}
.prose-lg > :where(ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}
.prose-lg > :where(ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}
.prose-lg > :where(ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}
.prose-lg :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}
.prose-lg :where(hr):not(:where([class~="not-prose"] *)) {
  margin-top: 3.1111111em;
  margin-bottom: 3.1111111em;
}
.prose-lg :where(hr + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-lg :where(h2 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-lg :where(h3 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-lg :where(h4 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-lg :where(table):not(:where([class~="not-prose"] *)) {
  font-size: 0.8888889em;
  line-height: 1.5;
}
.prose-lg :where(thead th):not(:where([class~="not-prose"] *)) {
  padding-right: 0.75em;
  padding-bottom: 0.75em;
  padding-left: 0.75em;
}
.prose-lg :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}
.prose-lg :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}
.prose-lg :where(tbody td):not(:where([class~="not-prose"] *)) {
  padding-top: 0.75em;
  padding-right: 0.75em;
  padding-bottom: 0.75em;
  padding-left: 0.75em;
}
.prose-lg :where(tbody td:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}
.prose-lg :where(tbody td:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}
.prose-lg > :where(:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-lg > :where(:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}
.prose-blue {
  --tw-prose-links: #2563eb;
  --tw-prose-invert-links: #3b82f6;
}
.aspect-w-2 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 2;
}
.aspect-w-2 > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.aspect-h-3 {
  --tw-aspect-h: 3;
}
.aspect-w-7 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 7;
}
.aspect-w-7 > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.aspect-h-10 {
  --tw-aspect-h: 10;
}
.aspect-w-16 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 16;
}
.aspect-w-16 > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.aspect-h-9 {
  --tw-aspect-h: 9;
}
.aspect-w-3 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 3;
}
.aspect-w-3 > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.aspect-h-4 {
  --tw-aspect-h: 4;
}
.aspect-w-5 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 5;
}
.aspect-w-5 > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.aspect-h-7 {
  --tw-aspect-h: 7;
}
.aspect-h-8 {
  --tw-aspect-h: 8;
}
.aspect-h-6 {
  --tw-aspect-h: 6;
}
.aspect-w-11 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 11;
}
.aspect-w-11 > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.aspect-h-5 {
  --tw-aspect-h: 5;
}
.aspect-w-9 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 9;
}
.aspect-w-9 > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.aspect-w-1 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 1;
}
.aspect-w-1 > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.aspect-h-1 {
  --tw-aspect-h: 1;
}
.aspect-w-8 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 8;
}
.aspect-w-8 > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.aspect-h-11 {
  --tw-aspect-h: 11;
}
/* buttons */
/* Desktop/Small Button */
.btn-small {
  font-size: 0.625rem;
  font-weight: 700;
  line-height: .75rem;
  letter-spacing: 0.05em;
    font-family: 'FFMark', sans-serif;
}
/* Desktop/Medium Button */
.btn-medium {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1rem;
  letter-spacing: 0.05em;
    font-family: 'FFMark', sans-serif;
}
.\!btn-medium {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1rem;
  letter-spacing: 0.05em;
    font-family: 'FFMark', sans-serif;
}
.btn-base {
  border-radius: 0px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  text-align: center;
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
    font-family: 'FFMark', sans-serif;
}
.arrow-down {
  height: 0px;
  width: 0px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #000;
}
.pointer-events-none {
  pointer-events: none;
}
.pointer-events-auto {
  pointer-events: auto;
}
.visible {
  visibility: visible;
}
.\!visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.inset-y-0 {
  top: 0px;
  bottom: 0px;
}
.inset-x-0 {
  left: 0px;
  right: 0px;
}
.top-0 {
  top: 0px;
}
.bottom-4 {
  bottom: 1rem;
}
.left-4 {
  left: 1rem;
}
.right-4 {
  right: 1rem;
}
.left-0 {
  left: 0px;
}
.top-full {
  top: 100%;
}
.right-1\/2 {
  right: 50%;
}
.bottom-full {
  bottom: 100%;
}
.right-0 {
  right: 0px;
}
.left-1\/2 {
  left: 50%;
}
.-left-4 {
  left: -1rem;
}
.-right-4 {
  right: -1rem;
}
.bottom-8 {
  bottom: 2rem;
}
.-left-20 {
  left: -5rem;
}
.-top-2 {
  top: -0.5rem;
}
.-right-2 {
  right: -0.5rem;
}
.top-10 {
  top: 2.5rem;
}
.-right-60 {
  right: -15rem;
}
.-left-px {
  left: -1px;
}
.-right-px {
  right: -1px;
}
.bottom-0 {
  bottom: 0px;
}
.top-\[unset\] {
  top: unset;
}
.top-4 {
  top: 1rem;
}
.right-6 {
  right: 1.5rem;
}
.top-16 {
  top: 4rem;
}
.bottom-3 {
  bottom: 0.75rem;
}
.bottom-\[calc\(100\%\+10px\)\] {
  bottom: calc(100% + 10px);
}
.top-2 {
  top: 0.5rem;
}
.right-3 {
  right: 0.75rem;
}
.left-5 {
  left: 1.25rem;
}
.right-2 {
  right: 0.5rem;
}
.right-5 {
  right: 1.25rem;
}
.right-2\.5 {
  right: 0.625rem;
}
.top-2\.5 {
  top: 0.625rem;
}
.bottom-2 {
  bottom: 0.5rem;
}
.-bottom-5 {
  bottom: -1.25rem;
}
.right-3\.5 {
  right: 0.875rem;
}
.-top-8 {
  top: -2rem;
}
.right-1\.5 {
  right: 0.375rem;
}
.right-1 {
  right: 0.25rem;
}
.-top-0\.5 {
  top: -0.125rem;
}
.-top-0 {
  top: -0px;
}
.top-\[-8px\] {
  top: -8px;
}
.right-\[14px\] {
  right: 14px;
}
.top-\[calc\(50\%-10px\)\] {
  top: calc(50% - 10px);
}
.top-\[-3\.5px\] {
  top: -3.5px;
}
.bottom-\[calc\(100\%\+1px\)\] {
  bottom: calc(100% + 1px);
}
.left-6 {
  left: 1.5rem;
}
.bottom-0\.5 {
  bottom: 0.125rem;
}
.top-1\/2 {
  top: 50%;
}
.top-\[20px\] {
  top: 20px;
}
.right-\[20px\] {
  right: 20px;
}
.-left-\[68px\] {
  left: -68px;
}
.bottom-10 {
  bottom: 2.5rem;
}
.left-1 {
  left: 0.25rem;
}
.z-30 {
  z-index: 30;
}
.z-40 {
  z-index: 40;
}
.z-20 {
  z-index: 20;
}
.z-10 {
  z-index: 10;
}
.z-0 {
  z-index: 0;
}
.z-50 {
  z-index: 50;
}
.z-\[45\] {
  z-index: 45;
}
.z-\[9999999\] {
  z-index: 9999999;
}
.z-\[999999\] {
  z-index: 999999;
}
.-z-10 {
  z-index: -10;
}
.order-1 {
  order: 1;
}
.order-3 {
  order: 3;
}
.order-2 {
  order: 2;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.col-span-full {
  grid-column: 1 / -1;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.col-span-8 {
  grid-column: span 8 / span 8;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-4 {
  grid-column: span 4 / span 4;
}
.col-span-6 {
  grid-column: span 6 / span 6;
}
.col-span-7 {
  grid-column: span 7 / span 7;
}
.col-span-5 {
  grid-column: span 5 / span 5;
}
.col-span-12 {
  grid-column: span 12 / span 12;
}
.col-start-4 {
  grid-column-start: 4;
}
.col-start-2 {
  grid-column-start: 2;
}
.col-start-1 {
  grid-column-start: 1;
}
.col-start-12 {
  grid-column-start: 12;
}
.col-start-3 {
  grid-column-start: 3;
}
.col-start-7 {
  grid-column-start: 7;
}
.row-span-1 {
  grid-row: span 1 / span 1;
}
.row-span-3 {
  grid-row: span 3 / span 3;
}
.row-span-full {
  grid-row: 1 / -1;
}
.row-span-2 {
  grid-row: span 2 / span 2;
}
.row-start-1 {
  grid-row-start: 1;
}
.row-start-2 {
  grid-row-start: 2;
}
.row-start-3 {
  grid-row-start: 3;
}
.\!m-0 {
  margin: 0px !important;
}
.m-0 {
  margin: 0px;
}
.m-auto {
  margin: auto;
}
.m-4 {
  margin: 1rem;
}
.m-1 {
  margin: 0.25rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.\!mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.\!my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.mx-7 {
  margin-left: 1.75rem;
  margin-right: 1.75rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.-mx-6 {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mb-\[450px\] {
  margin-bottom: 450px;
}
.\!mb-4 {
  margin-bottom: 1rem !important;
}
.\!mb-0 {
  margin-bottom: 0px !important;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mt-0\.5 {
  margin-top: 0.125rem;
}
.mt-0 {
  margin-top: 0px;
}
.\!mb-2\.5 {
  margin-bottom: 0.625rem !important;
}
.\!mb-2 {
  margin-bottom: 0.5rem !important;
}
.ml-1\.5 {
  margin-left: 0.375rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.mr-6 {
  margin-right: 1.5rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-20 {
  margin-bottom: 5rem;
}
.-mb-0\.5 {
  margin-bottom: -0.125rem;
}
.-mb-0 {
  margin-bottom: -0px;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-\[73px\] {
  margin-bottom: 73px;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-9 {
  margin-right: 2.25rem;
}
.mt-2\.5 {
  margin-top: 0.625rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3\.5 {
  margin-top: 0.875rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mb-7 {
  margin-bottom: 1.75rem;
}
.mb-\[30px\] {
  margin-bottom: 30px;
}
.mb-1\.5 {
  margin-bottom: 0.375rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.ml-\[22px\] {
  margin-left: 22px;
}
.mt-12 {
  margin-top: 3rem;
}
.mb-3\.5 {
  margin-bottom: 0.875rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.-mr-px {
  margin-right: -1px;
}
.mt-\[3px\] {
  margin-top: 3px;
}
.mt-20 {
  margin-top: 5rem;
}
.mb-24 {
  margin-bottom: 6rem;
}
.ml-8 {
  margin-left: 2rem;
}
.mb-2\.5 {
  margin-bottom: 0.625rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.-mt-px {
  margin-top: -1px;
}
.mt-6 {
  margin-top: 1.5rem;
}
.\!mb-1\.5 {
  margin-bottom: 0.375rem !important;
}
.\!mb-1 {
  margin-bottom: 0.25rem !important;
}
.-mr-5 {
  margin-right: -1.25rem;
}
.-mb-5 {
  margin-bottom: -1.25rem;
}
.ml-2\.5 {
  margin-left: 0.625rem;
}
.-ml-1 {
  margin-left: -0.25rem;
}
.-mt-5 {
  margin-top: -1.25rem;
}
.mb-px {
  margin-bottom: 1px;
}
.mb-64 {
  margin-bottom: 16rem;
}
.-mt-7 {
  margin-top: -1.75rem;
}
.mb-9 {
  margin-bottom: 2.25rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.\!inline-flex {
  display: inline-flex !important;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.\!hidden {
  display: none !important;
}
.aspect-\[343\/504\] {
  aspect-ratio: 343/504;
}
.aspect-\[2\/3\] {
  aspect-ratio: 2/3;
}
.aspect-\[39\/55\] {
  aspect-ratio: 39/55;
}
.h-\[90px\] {
  height: 90px;
}
.h-screen {
  height: 100vh;
}
.h-full {
  height: 100%;
}
.h-10 {
  height: 2.5rem;
}
.h-\[450px\] {
  height: 450px;
}
.h-20 {
  height: 5rem;
}
.h-96 {
  height: 24rem;
}
.h-80 {
  height: 20rem;
}
.h-11 {
  height: 2.75rem;
}
.h-8 {
  height: 2rem;
}
.h-2\.5 {
  height: 0.625rem;
}
.h-2 {
  height: 0.5rem;
}
.h-0 {
  height: 0px;
}
.h-24 {
  height: 6rem;
}
.h-14 {
  height: 3.5rem;
}
.h-auto {
  height: auto;
}
.h-0\.5 {
  height: 0.125rem;
}
.h-5 {
  height: 1.25rem;
}
.h-\[12\.5\%\] {
  height: 12.5%;
}
.h-6 {
  height: 1.5rem;
}
.h-4 {
  height: 1rem;
}
.h-7 {
  height: 1.75rem;
}
.h-16 {
  height: 4rem;
}
.h-12 {
  height: 3rem;
}
.h-\[446px\] {
  height: 446px;
}
.h-\[30px\] {
  height: 30px;
}
.h-\[845px\] {
  height: 845px;
}
.h-\[53px\] {
  height: 53px;
}
.h-\[70px\] {
  height: 70px;
}
.h-\[55px\] {
  height: 55px;
}
.h-\[20px\] {
  height: 20px;
}
.h-\[calc\(100vh-32px\)\] {
  height: calc(100vh - 32px);
}
.h-\[332px\] {
  height: 332px;
}
.h-\[28\%\] {
  height: 28%;
}
.h-\[72\%\] {
  height: 72%;
}
.h-\[515px\] {
  height: 515px;
}
.h-\[550px\] {
  height: 550px;
}
.h-\[250px\] {
  height: 250px;
}
.h-\[231px\] {
  height: 231px;
}
.h-\[170px\] {
  height: 170px;
}
.h-\[150px\] {
  height: 150px;
}
.h-\[910px\] {
  height: 910px;
}
.h-\[100px\] {
  height: 100px;
}
.h-\[460px\] {
  height: 460px;
}
.h-3 {
  height: 0.75rem;
}
.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}
.h-\[22px\] {
  height: 22px;
}
.h-\[12px\] {
  height: 12px;
}
.h-1\.5 {
  height: 0.375rem;
}
.h-1 {
  height: 0.25rem;
}
.h-3\.5 {
  height: 0.875rem;
}
.h-\[60px\] {
  height: 60px;
}
.h-\[28\.76px\] {
  height: 28.76px;
}
.h-\[23px\] {
  height: 23px;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[18px\] {
  height: 18px;
}
.h-7\.5 {
  height: 1.875rem;
}
.h-\[200px\] {
  height: 200px;
}
.h-\[280px\] {
  height: 280px;
}
.h-1\/2 {
  height: 50%;
}
.h-\[75px\] {
  height: 75px;
}
.h-\[88px\] {
  height: 88px;
}
.max-h-screen {
  max-height: 100vh;
}
.max-h-full {
  max-height: 100%;
}
.max-h-80 {
  max-height: 20rem;
}
.max-h-\[90\%\] {
  max-height: 90%;
}
.max-h-0 {
  max-height: 0px;
}
.max-h-48 {
  max-height: 12rem;
}
.min-h-\[500px\] {
  min-height: 500px;
}
.min-h-16 {
  min-height: 4rem;
}
.min-h-full {
  min-height: 100%;
}
.min-h-20 {
  min-height: 5rem;
}
.min-h-\[122px\] {
  min-height: 122px;
}
.min-h-screen {
  min-height: 100vh;
}
.min-h-\[50px\] {
  min-height: 50px;
}
.min-h-\[640px\] {
  min-height: 640px;
}
.min-h-\[450px\] {
  min-height: 450px;
}
.min-h-min {
  min-height: -moz-min-content;
  min-height: min-content;
}
.min-h-\[686px\] {
  min-height: 686px;
}
.min-h-fit {
  min-height: -moz-fit-content;
  min-height: fit-content;
}
.min-h-4 {
  min-height: 1rem;
}
.w-full {
  width: 100%;
}
.w-20 {
  width: 5rem;
}
.w-auto {
  width: auto;
}
.w-40 {
  width: 10rem;
}
.w-11 {
  width: 2.75rem;
}
.w-8 {
  width: 2rem;
}
.w-2\.5 {
  width: 0.625rem;
}
.w-2 {
  width: 0.5rem;
}
.w-16 {
  width: 4rem;
}
.w-0 {
  width: 0px;
}
.w-\[86px\] {
  width: 86px;
}
.w-5 {
  width: 1.25rem;
}
.w-3 {
  width: 0.75rem;
}
.w-6 {
  width: 1.5rem;
}
.w-10 {
  width: 2.5rem;
}
.w-14 {
  width: 3.5rem;
}
.w-7 {
  width: 1.75rem;
}
.w-4 {
  width: 1rem;
}
.w-9 {
  width: 2.25rem;
}
.w-1\/2 {
  width: 50%;
}
.w-\[30px\] {
  width: 30px;
}
.w-\[108px\] {
  width: 108px;
}
.w-screen {
  width: 100vw;
}
.w-60 {
  width: 15rem;
}
.w-\[166px\] {
  width: 166px;
}
.w-\[134px\] {
  width: 134px;
}
.w-\[96px\] {
  width: 96px;
}
.w-\[55px\] {
  width: 55px;
}
.w-\[20px\] {
  width: 20px;
}
.w-\[21px\] {
  width: 21px;
}
.w-\[370px\] {
  width: 370px;
}
.w-\[58px\] {
  width: 58px;
}
.w-32 {
  width: 8rem;
}
.w-56 {
  width: 14rem;
}
.w-\[25px\] {
  width: 25px;
}
.w-\[172px\] {
  width: 172px;
}
.w-2\/3 {
  width: 66.666667%;
}
.w-\[90\%\] {
  width: 90%;
}
.w-\[37px\] {
  width: 37px;
}
.w-\[786px\] {
  width: 786px;
}
.w-\[1100px\] {
  width: 1100px;
}
.w-\[231px\] {
  width: 231px;
}
.w-\[310px\] {
  width: 310px;
}
.w-\[170px\] {
  width: 170px;
}
.w-\[100px\] {
  width: 100px;
}
.w-\[22px\] {
  width: 22px;
}
.w-\[8px\] {
  width: 8px;
}
.w-1\.5 {
  width: 0.375rem;
}
.w-1 {
  width: 0.25rem;
}
.w-3\.5 {
  width: 0.875rem;
}
.w-\[80px\] {
  width: 80px;
}
.w-\[26px\] {
  width: 26px;
}
.w-\[17px\] {
  width: 17px;
}
.w-\[5px\] {
  width: 5px;
}
.w-7\.5 {
  width: 1.875rem;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-\[268px\] {
  width: 268px;
}
.w-\[200px\] {
  width: 200px;
}
.w-\[280px\] {
  width: 280px;
}
.w-\[142px\] {
  width: 142px;
}
.w-\[76px\] {
  width: 76px;
}
.w-\[240px\] {
  width: 240px;
}
.w-7\/12 {
  width: 58.333333%;
}
.w-5\/12 {
  width: 41.666667%;
}
.w-\[88px\] {
  width: 88px;
}
.min-w-max {
  min-width: -moz-max-content;
  min-width: max-content;
}
.min-w-\[99px\] {
  min-width: 99px;
}
.min-w-fit {
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.min-w-\[300px\] {
  min-width: 300px;
}
.min-w-\[240px\] {
  min-width: 240px;
}
.min-w-full {
  min-width: 100%;
}
.min-w-\[unset\] {
  min-width: unset;
}
.min-w-4 {
  min-width: 1rem;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-none {
  max-width: none;
}
.max-w-full {
  max-width: 100%;
}
.max-w-max {
  max-width: -moz-max-content;
  max-width: max-content;
}
.max-w-\[100px\] {
  max-width: 100px;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-fit {
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.max-w-\[25rem\] {
  max-width: 25rem;
}
.max-w-\[333px\] {
  max-width: 333px;
}
.max-w-\[200px\] {
  max-width: 200px;
}
.max-w-\[489px\] {
  max-width: 489px;
}
.max-w-\[883px\] {
  max-width: 883px;
}
.max-w-\[16rem\] {
  max-width: 16rem;
}
.max-w-\[390px\] {
  max-width: 390px;
}
.max-w-\[70\%\] {
  max-width: 70%;
}
.max-w-\[660px\] {
  max-width: 660px;
}
.max-w-sm {
  max-width: 24rem;
}
.max-w-\[187px\] {
  max-width: 187px;
}
.max-w-xs {
  max-width: 20rem;
}
.max-w-\[550px\] {
  max-width: 550px;
}
.max-w-xl {
  max-width: 36rem;
}
.max-w-\[85rem\] {
  max-width: 85rem;
}
.max-w-\[148px\] {
  max-width: 148px;
}
.max-w-min {
  max-width: -moz-min-content;
  max-width: min-content;
}
.max-w-\[300px\] {
  max-width: 300px;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.flex-grow-0 {
  flex-grow: 0;
}
.flex-grow {
  flex-grow: 1;
}
.basis-1\/2 {
  flex-basis: 50%;
}
.basis-\[170px\] {
  flex-basis: 170px;
}
.basis-72 {
  flex-basis: 18rem;
}
.basis-4 {
  flex-basis: 1rem;
}
.origin-top {
  transform-origin: top;
}
.-translate-x-0\.5 {
  --tw-translate-x: -0.125rem;
  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-0 {
  --tw-translate-x: -0px;
  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-0\.5 {
  --tw-translate-x: 0.125rem;
  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-0 {
  --tw-translate-x: 0px;
  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 {
  --tw-translate-y: 0.25rem;
  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), 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-full {
  --tw-translate-y: 100%;
  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\/3 {
  --tw-translate-y: -33.333333%;
  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-full {
  --tw-translate-x: 100%;
  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-\[3px\] {
  --tw-translate-x: -3px;
  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\.5 {
  --tw-translate-y: 0.125rem;
  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 {
  --tw-translate-y: -0.25rem;
  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-12 {
  --tw-translate-x: 3rem;
  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-180 {
  --tw-rotate: 180deg;
  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-12 {
  --tw-rotate: 12deg;
  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(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-110 {
  --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(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-95 {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  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-150 {
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
  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-y-0 {
  --tw-scale-y: 0;
  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-y-100 {
  --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(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-slow {
  animation: spin 10s linear infinite;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.resize {
  resize: both;
}
.auto-cols-auto {
  grid-auto-columns: auto;
}
.grid-flow-row {
  grid-auto-flow: row;
}
.grid-flow-col {
  grid-auto-flow: column;
}
.grid-flow-row-dense {
  grid-auto-flow: row dense;
}
.grid-flow-col-dense {
  grid-auto-flow: column dense;
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}
.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.grid-rows-4 {
  grid-template-rows: repeat(4, minmax(0, 1fr));
}
.grid-rows-3 {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}
.grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.content-center {
  align-content: center;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-items-stretch {
  justify-items: stretch;
}
.gap-4 {
  gap: 1rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-12 {
  gap: 3rem;
}
.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.gap-y-14 {
  row-gap: 3.5rem;
}
.gap-y-6 {
  row-gap: 1.5rem;
}
.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.gap-y-4 {
  row-gap: 1rem;
}
.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.gap-y-3 {
  row-gap: 0.75rem;
}
.gap-x-1 {
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}
.gap-y-1 {
  row-gap: 0.25rem;
}
.gap-y-5 {
  row-gap: 1.25rem;
}
.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-y-2 {
  row-gap: 0.5rem;
}
.gap-y-12 {
  row-gap: 3rem;
}
.gap-y-\[30px\] {
  row-gap: 30px;
}
.gap-y-\[18px\] {
  row-gap: 18px;
}
.gap-y-10 {
  row-gap: 2.5rem;
}
.gap-y-\[1\.2rem\] {
  row-gap: 1.2rem;
}
.\!gap-y-0 {
  row-gap: 0px !important;
}
.gap-x-16 {
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}
.gap-y-\[50px\] {
  row-gap: 50px;
}
.gap-y-8 {
  row-gap: 2rem;
}
.gap-x-3\.5 {
  -moz-column-gap: 0.875rem;
       column-gap: 0.875rem;
}
.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.gap-x-20 {
  -moz-column-gap: 5rem;
       column-gap: 5rem;
}
.gap-x-12 {
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
.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-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.self-start {
  align-self: flex-start;
}
.self-center {
  align-self: center;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.\!overflow-visible {
  overflow: visible !important;
}
.overflow-visible {
  overflow: visible;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-y-hidden {
  overflow-y: hidden;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre-line {
  white-space: pre-line;
}
.whitespace-pre-wrap {
  white-space: pre-wrap;
}
.break-words {
  overflow-wrap: break-word;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-t-none {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-2 {
  border-width: 2px;
}
.border-4 {
  border-width: 4px;
}
.\!border {
  border-width: 1px !important;
}
.border-\[3px\] {
  border-width: 3px;
}
.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-t-2 {
  border-top-width: 2px;
}
.border-l-2 {
  border-left-width: 2px;
}
.\!border-b-0 {
  border-bottom-width: 0px !important;
}
.border-r {
  border-right-width: 1px;
}
.border-r-2 {
  border-right-width: 2px;
}
.border-t-0 {
  border-top-width: 0px;
}
.border-b-0 {
  border-bottom-width: 0px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-l-0 {
  border-left-width: 0px;
}
.border-l {
  border-left-width: 1px;
}
.border-solid {
  border-style: solid;
}
.border-none {
  border-style: none;
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-\[\#494949\] {
  --tw-border-opacity: 1;
  border-color: rgb(73 73 73 / var(--tw-border-opacity));
}
.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(163 163 163 / var(--tw-border-opacity));
}
.border-gray-700 {
  --tw-border-opacity: 1;
  border-color: rgb(64 64 64 / var(--tw-border-opacity));
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-red {
  --tw-border-opacity: 1;
  border-color: rgb(226 46 54 / var(--tw-border-opacity));
}
.border-current {
  border-color: currentColor;
}
.\!border-black {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 0 0 / var(--tw-border-opacity)) !important;
}
.border-\[\#d300f3\] {
  --tw-border-opacity: 1;
  border-color: rgb(211 0 243 / var(--tw-border-opacity));
}
.border-\[\#D6001C\] {
  --tw-border-opacity: 1;
  border-color: rgb(214 0 28 / var(--tw-border-opacity));
}
.border-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgb(115 115 115 / var(--tw-border-opacity));
}
.border-t-black {
  --tw-border-opacity: 1;
  border-top-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-r-black {
  --tw-border-opacity: 1;
  border-right-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity));
}
.bg-\[\#f6f6f6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity));
}
.bg-blue-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(96 165 250 / var(--tw-bg-opacity));
}
.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 212 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}
.bg-red {
  --tw-bg-opacity: 1;
  background-color: rgb(226 46 54 / var(--tw-bg-opacity));
}
.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(38 38 38 / var(--tw-bg-opacity));
}
.bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(64 64 64 / var(--tw-bg-opacity));
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.bg-red-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity));
}
.bg-\[\#D6001C\] {
  --tw-bg-opacity: 1;
  background-color: rgb(214 0 28 / var(--tw-bg-opacity));
}
.bg-\[\#FF3E9D\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 62 157 / var(--tw-bg-opacity));
}
.bg-\[\#FCD700\] {
  --tw-bg-opacity: 1;
  background-color: rgb(252 215 0 / var(--tw-bg-opacity));
}
.bg-\[\#8B1E89\] {
  --tw-bg-opacity: 1;
  background-color: rgb(139 30 137 / var(--tw-bg-opacity));
}
.bg-\[\#F6F6F6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity));
}
.bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.bg-\[\#dedede\] {
  --tw-bg-opacity: 1;
  background-color: rgb(222 222 222 / var(--tw-bg-opacity));
}
.bg-slate-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}
.bg-black\/80 {
  background-color: rgb(0 0 0 / 0.8);
}
.bg-\[\#f0f0f0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 240 / var(--tw-bg-opacity));
}
.bg-neutral-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}
.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(23 23 23 / var(--tw-bg-opacity));
}
.bg-\[\#035424\]\/80 {
  background-color: rgb(3 84 36 / 0.8);
}
.bg-slate-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity));
}
.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}
.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity));
}
.bg-orange-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity));
}
.bg-opacity-20 {
  --tw-bg-opacity: 0.2;
}
.bg-opacity-70 {
  --tw-bg-opacity: 0.7;
}
.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.from-black {
  --tw-gradient-from: #000;
  --tw-gradient-to: rgb(0 0 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-transparent {
  --tw-gradient-to: transparent;
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.p-6 {
  padding: 1.5rem;
}
.p-4 {
  padding: 1rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-0 {
  padding: 0px;
}
.p-1 {
  padding: 0.25rem;
}
.p-8 {
  padding: 2rem;
}
.p-12 {
  padding: 3rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-\[22px\] {
  padding-top: 22px;
  padding-bottom: 22px;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.\!py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.\!px-5 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}
.px-3\.5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.py-\[46px\] {
  padding-top: 46px;
  padding-bottom: 46px;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.px-\[11px\] {
  padding-left: 11px;
  padding-right: 11px;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-0\.5 {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}
.py-\[108px\] {
  padding-top: 108px;
  padding-bottom: 108px;
}
.py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}
.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}
.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pb-7 {
  padding-bottom: 1.75rem;
}
.pr-10 {
  padding-right: 2.5rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pt-\[calc\(\(332\/327\)\*100\%\)\] {
  padding-top: calc((332 / 327) * 100%);
}
.pt-4 {
  padding-top: 1rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-0 {
  padding-bottom: 0px;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pb-\[5px\] {
  padding-bottom: 5px;
}
.pt-24 {
  padding-top: 6rem;
}
.pt-\[calc\(220\/327\*100\%\)\] {
  padding-top: calc(220 / 327 * 100%);
}
.pt-\[158px\] {
  padding-top: 158px;
}
.pb-\[20px\] {
  padding-bottom: 20px;
}
.pl-11 {
  padding-left: 2.75rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pl-10 {
  padding-left: 2.5rem;
}
.pr-6 {
  padding-right: 1.5rem;
}
.pb-3\.5 {
  padding-bottom: 0.875rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pt-\[21px\] {
  padding-top: 21px;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pt-\[111px\] {
  padding-top: 111px;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-\[116px\] {
  padding-top: 116px;
}
.pb-11 {
  padding-bottom: 2.75rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pt-\[calc\(\(428\/714\)\*100\%\)\] {
  padding-top: calc((428 / 714) * 100%);
}
.pt-\[137\.61\%\] {
  padding-top: 137.61%;
}
.pt-14 {
  padding-top: 3.5rem;
}
.pb-\[71px\] {
  padding-bottom: 71px;
}
.pt-\[calc\(\(180\/109\)\*100\%\)\] {
  padding-top: calc((180 / 109) * 100%);
}
.pt-40 {
  padding-top: 10rem;
}
.pt-\[196px\] {
  padding-top: 196px;
}
.pt-28 {
  padding-top: 7rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-2\.5 {
  padding-bottom: 0.625rem;
}
.pb-\[22px\] {
  padding-bottom: 22px;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pb-\[44px\] {
  padding-bottom: 44px;
}
.pr-5 {
  padding-right: 1.25rem;
}
.pt-\[51px\] {
  padding-top: 51px;
}
.pb-\[50px\] {
  padding-bottom: 50px;
}
.pt-\[60px\] {
  padding-top: 60px;
}
.pt-\[calc\(\(1\/1\)\*100\%\)\] {
  padding-top: calc((1 / 1) * 100%);
}
.pb-16 {
  padding-bottom: 4rem;
}
.pt-\[100px\] {
  padding-top: 100px;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pt-\[124px\] {
  padding-top: 124px;
}
.pb-9 {
  padding-bottom: 2.25rem;
}
.pb-7\.5 {
  padding-bottom: 1.875rem;
}
.pt-9 {
  padding-top: 2.25rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-32 {
  padding-top: 8rem;
}
.pb-24 {
  padding-bottom: 6rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pr-12 {
  padding-right: 3rem;
}
.pr-8 {
  padding-right: 2rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-2\.5 {
  padding-top: 0.625rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.indent-1 {
  text-indent: 0.25rem;
}
.font-sans {
  font-family: Noe, sans-serif;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.\!text-xs {
  font-size: 0.75rem !important;
  line-height: 1rem !important;
}
.text-2xs {
  font-size: 0.625rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[52px\] {
  font-size: 52px;
}
.text-8xl {
  font-size: 6rem;
  line-height: 1;
}
.text-\[30px\] {
  font-size: 30px;
}
.\!text-lg {
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-\[129px\] {
  font-size: 129px;
}
.text-\[22px\] {
  font-size: 22px;
}
.\!text-sm {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}
.\!text-6xl {
  font-size: 4rem !important;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-\[32px\] {
  font-size: 32px;
}
.text-\[21px\] {
  font-size: 21px;
}
.font-medium {
  font-weight: 500;
}
.font-bold {
  font-weight: 700;
}
.font-semibold {
  font-weight: 600;
}
.font-normal {
  font-weight: 400;
}
.\!font-medium {
  font-weight: 500 !important;
}
.font-extrabold {
  font-weight: 800;
}
.font-light {
  font-weight: 300;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.normal-case {
  text-transform: none;
}
.italic {
  font-style: italic;
}
.leading-loose {
  line-height: 2;
}
.leading-\[25px\] {
  line-height: 25px;
}
.leading-4 {
  line-height: 1rem;
}
.\!leading-3 {
  line-height: .75rem !important;
}
.leading-10 {
  line-height: 2.5rem;
}
.leading-none {
  line-height: 1;
}
.leading-\[22px\] {
  line-height: 22px;
}
.leading-8 {
  line-height: 2rem;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-\[1\.5\] {
  line-height: 1.5;
}
.leading-\[1\.14\] {
  line-height: 1.14;
}
.leading-\[26px\] {
  line-height: 26px;
}
.\!leading-\[21\.6px\] {
  line-height: 21.6px !important;
}
.leading-\[44\.5px\] {
  line-height: 44.5px;
}
.leading-tight {
  line-height: 1.25;
}
.leading-\[200\%\] {
  line-height: 200%;
}
.leading-normal {
  line-height: 1.5;
}
.leading-3 {
  line-height: .75rem;
}
.leading-\[60px\] {
  line-height: 60px;
}
.leading-\[117px\] {
  line-height: 117px;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-\[10px\] {
  line-height: 10px;
}
.\!leading-6 {
  line-height: 1.5rem !important;
}
.\!leading-normal {
  line-height: 1.5 !important;
}
.leading-9 {
  line-height: 2.25rem;
}
.leading-\[0px\] {
  line-height: 0px;
}
.leading-\[1\.4\] {
  line-height: 1.4;
}
.leading-\[45px\] {
  line-height: 45px;
}
.\!leading-none {
  line-height: 1 !important;
}
.tracking-\[0\.096em\] {
  letter-spacing: 0.096em;
}
.tracking-normal {
  letter-spacing: 0em;
}
.tracking-\[0\.24em\] {
  letter-spacing: 0.24em;
}
.tracking-\[0\.04em\] {
  letter-spacing: 0.04em;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.tracking-\[0\.07em\] {
  letter-spacing: 0.07em;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.tracking-\[0\.027em\] {
  letter-spacing: 0.027em;
}
.tracking-\[0\.036em\] {
  letter-spacing: 0.036em;
}
.tracking-\[0\.0014em\] {
  letter-spacing: 0.0014em;
}
.tracking-\[0\.01em\] {
  letter-spacing: 0.01em;
}
.tracking-\[0\.015em\] {
  letter-spacing: 0.015em;
}
.tracking-\[\.24em\] {
  letter-spacing: .24em;
}
.tracking-\[0\.05em\] {
  letter-spacing: 0.05em;
}
.tracking-\[\.0014em\] {
  letter-spacing: .0014em;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.tracking-\[0\.016em\] {
  letter-spacing: 0.016em;
}
.tracking-\[0\.0016em\] {
  letter-spacing: 0.0016em;
}
.tracking-\[\.14em\] {
  letter-spacing: .14em;
}
.tracking-tighter {
  letter-spacing: -0.05em;
}
.tracking-tight {
  letter-spacing: -0.025em;
}
.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / var(--tw-text-opacity));
}
.text-\[\#F6F6F6\] {
  --tw-text-opacity: 1;
  color: rgb(246 246 246 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}
.text-gray-50 {
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-transparent {
  color: transparent;
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity));
}
.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(229 229 229 / var(--tw-text-opacity));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity));
}
.text-red {
  --tw-text-opacity: 1;
  color: rgb(226 46 54 / var(--tw-text-opacity));
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
.text-\[\#FAD806\] {
  --tw-text-opacity: 1;
  color: rgb(250 216 6 / var(--tw-text-opacity));
}
.text-\[\#8B1E89\] {
  --tw-text-opacity: 1;
  color: rgb(139 30 137 / var(--tw-text-opacity));
}
.text-\[\#53DFFF\] {
  --tw-text-opacity: 1;
  color: rgb(83 223 255 / var(--tw-text-opacity));
}
.text-\[\#75FBFD\] {
  --tw-text-opacity: 1;
  color: rgb(117 251 253 / var(--tw-text-opacity));
}
.text-\[\#777\] {
  --tw-text-opacity: 1;
  color: rgb(119 119 119 / var(--tw-text-opacity));
}
.text-\[\#da0021\] {
  --tw-text-opacity: 1;
  color: rgb(218 0 33 / var(--tw-text-opacity));
}
.text-\[\#F7EEA5\] {
  --tw-text-opacity: 1;
  color: rgb(247 238 165 / var(--tw-text-opacity));
}
.text-\[\#BC0E2D\] {
  --tw-text-opacity: 1;
  color: rgb(188 14 45 / var(--tw-text-opacity));
}
.text-\[\#D6001C\] {
  --tw-text-opacity: 1;
  color: rgb(214 0 28 / var(--tw-text-opacity));
}
.underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.overline {
  -webkit-text-decoration-line: overline;
          text-decoration-line: overline;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-25 {
  opacity: 0.25;
}
.opacity-20 {
  opacity: 0.2;
}
.opacity-75 {
  opacity: 0.75;
}
.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  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 rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0px_2px_20px_rgba\(0\2c 0\2c 0\2c 0\.2\)\] {
  --tw-shadow: 0px 2px 20px rgba(0,0,0,0.2);
  --tw-shadow-colored: 0px 2px 20px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-none {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_4px_10px_0_rgba\(0\2c 0\2c 0\2c 0\.25\)\] {
  --tw-shadow: 0 4px 10px 0 rgba(0,0,0,0.25);
  --tw-shadow-colored: 0 4px 10px 0 var(--tw-shadow-color);
  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 rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline {
  outline-style: solid;
}
.outline-1 {
  outline-width: 1px;
}
.outline-2 {
  outline-width: 2px;
}
.outline-offset-\[-1px\] {
  outline-offset: -1px;
}
.outline-offset-\[-2px\] {
  outline-offset: -2px;
}
.outline-red {
  outline-color: #E22E36;
}
.outline-transparent {
  outline-color: transparent;
}
.outline-inherit {
  outline-color: inherit;
}
.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-0 {
  --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);
}
.ring-black {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));
}
.ring-offset-2 {
  --tw-ring-offset-width: 2px;
}
.ring-offset-1 {
  --tw-ring-offset-width: 1px;
}
.blur {
  --tw-blur: blur(8px);
  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);
}
.invert {
  --tw-invert: invert(100%);
  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);
}
.invert-0 {
  --tw-invert: invert(0);
  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);
}
.transition-colors {
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  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 {
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -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-text-decoration-color, -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-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[margin\] {
  transition-property: margin;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[width\2c left\2c z-index\] {
  transition-property: width,left,z-index;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.delay-500 {
  transition-delay: 500ms;
}
.delay-300 {
  transition-delay: 300ms;
}
.delay-\[300ms\] {
  transition-delay: 300ms;
}
.delay-200 {
  transition-delay: 200ms;
}
.delay-100 {
  transition-delay: 100ms;
}
.delay-\[100ms\] {
  transition-delay: 100ms;
}
.delay-700 {
  transition-delay: 700ms;
}
.delay-\[500ms\] {
  transition-delay: 500ms;
}
.delay-\[100ms\2c 100ms\2c 100ms\] {
  transition-delay: 100ms,100ms,100ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-150 {
  transition-duration: 150ms;
}
.duration-\[400ms\] {
  transition-duration: 400ms;
}
.duration-\[100ms\] {
  transition-duration: 100ms;
}
.duration-\[300ms\] {
  transition-duration: 300ms;
}
.duration-\[500ms\] {
  transition-duration: 500ms;
}
.duration-100 {
  transition-duration: 100ms;
}
.duration-\[367ms\] {
  transition-duration: 367ms;
}
.duration-75 {
  transition-duration: 75ms;
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-in-out-menu {
  transition-timing-function: cubic-bezier(.39,0,.07,1);
}
.will-change-transform {
  will-change: transform;
}
.text-shadow-lg {
  text-shadow: 3px 3px 6px rgb(0 0 0 / 26%), 0 0 5px rgb(15 3 86 / 22%);
}
.font-noe {
    font-family: 'Noe', sans-serif;
  }
.font-mark {
    font-family: 'FFMark', sans-serif;
  }
.font-knockout {
    font-family: 'KnockoutNo66FullFlyweight', sans-serif;
  }
.font-sequel {
    font-family: 'Sequel100Wide45', sans-serif;
  }
.btn-black-outline {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.btn-black-outline:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.btn-black-solid {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-black-solid:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.btn-white-outline {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-white-outline:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.btn-white-solid {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.btn-white-solid:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.btn-tag {
  font-size: 0.625rem;
  font-weight: 700;
  line-height: .75rem;
  letter-spacing: 0.05em;
    font-family: 'FFMark', sans-serif;
    margin: 0px !important;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}
.btn-tag.hover-active {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.label-wrap.is-required + * {
  display: inline;
}
.label-wrap.is-required > *:after {
    content: '*';
  }
.in-container {
  width: 100%;
}
@media (min-width: 768px) {

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

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

  .in-container {
    max-width: 1600px;
  }
}
.in-container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  overflow: hidden;
}
.container-margin-bottom {
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {

  .container-margin-bottom {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 1280px) {

  .container-margin-bottom {
    margin-bottom: 5rem;
  }
}
.container-padding {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 768px) {

  .container-padding {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.container-padding-large {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 768px) {

  .container-padding-large {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1600px) {

  .container-padding-large {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
.container-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
@media (min-width: 768px) {

  .container-grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
}
.h-above-fold {
    height: calc(100vh - 64px);
  }
.h-center {
  position: absolute;
  left: 50%;
  --tw-translate-x: -50%;
  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));
}
.v-center {
  position: absolute;
  top: 50%;
  --tw-translate-y: -50%;
  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));
}
/* Gradients & Overlays */
.bg-gradient-top-left::before {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
  height: 100%;
  width: 100%;
  --tw-content: '';
  content: var(--tw-content);
    background: linear-gradient(114.75deg, rgba(0, 0, 0, 0.2) 0.59%, rgba(0, 0, 0, 0) 99.82%);
}
.bg-overlay-15::before {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  opacity: 0.15;
  --tw-content: '';
  content: var(--tw-content);
}
.bg-overlay-20::before {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  opacity: 0.2;
  --tw-content: '';
  content: var(--tw-content);
}
.video-overlay-bottom::before {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 50%;
  width: 100%;
  opacity: 0.5;
  --tw-content: '';
  content: var(--tw-content);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}
.bg-card-top::before {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
  height: 100%;
  width: 100%;
  opacity: 0.6;
  --tw-content: '';
  content: var(--tw-content);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 1) 100%);
}
.bg-card-bottom::after {
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 10;
  height: 60%;
  width: 100%;
  opacity: 0.7;
  --tw-content: '';
  content: var(--tw-content);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}
.bg-dropdown-gradient::before {
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 10;
  height: 100%;
  width: 100%;
  opacity: 0.7;
  --tw-content: '';
  content: var(--tw-content);
}
@media (min-width: 768px) {

  .bg-dropdown-gradient::before {
    opacity: 0;
  }
}
.bg-dropdown-gradient::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  }
.bg-graident-top-down::after {
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 10;
  height: 100%;
  width: 100%;
  opacity: 0.25;
  --tw-content: '';
  content: var(--tw-content);
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(0, 0, 0, 1) 100%);
}
/* High Contrast Mode */
.default-overlay-styles::before {
  pointer-events: none;
  position: absolute;
  z-index: 10;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.high-contrast-mode .high-contrast-mode-image::before {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
  height: 100% !important;
  width: 100%;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity)) !important;
  opacity: 0.5 !important;
  --tw-content: '';
  content: var(--tw-content);
}
.high-contrast-mode .high-contrast-mode-image::after {
  display: none;
}
.heading-with-link::after {
  position: absolute;
  top: 0px;
  margin-left: 0.25rem;
  margin-top: 1px;
  height: 100%;
  width: 0.75rem;
  background-image: url(/gcms/_next/static/media/next.7896dd87.svg);
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
}
@media (min-width: 768px) {

  .heading-with-link::after {
    margin-left: 0.375rem;
    width: 17px;
  }
}
@media (min-width: 1280px) {

  .heading-with-link::after {
    margin-left: 0.625rem;
    margin-top: 0.125rem;
    width: 26px;
  }
}
.hide-odd-child > a:nth-child(odd) {
  display: none;
}
@media (min-width: 768px) {

  .hide-odd-child > a:nth-child(odd) {
    display: block;
  }
}
.hide-even-child > a:nth-child(even) {
  display: none;
}
@media (min-width: 768px) {

  .hide-even-child > a:nth-child(even) {
    display: block;
  }
}
.responsive_iframe iframe {
  height: 100%;
  width: 100%;
}
/* site search */
.bg-gray-light {
    background-color: #f6f6f6;
  }
.\!bg-gray-light {
    background-color: #f6f6f6 !important;
  }

  .ais-SearchBox-input::-moz-placeholder {
  font-weight: 700;
  text-transform: uppercase;
    font-family: 'FFMark', sans-serif;
    margin-bottom: 1rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    line-height: 21.6px;
    letter-spacing: 0.027em;
}

  .ais-SearchBox-input::placeholder {
  font-weight: 700;
  text-transform: uppercase;
    font-family: 'FFMark', sans-serif;
    margin-bottom: 1rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    line-height: 21.6px;
    letter-spacing: 0.027em;
}
.ais-SearchBox-input::-moz-placeholder {
  height: 50px;
  text-transform: uppercase;
    font-family: 'FFMark', sans-serif;
}
.ais-SearchBox-input::placeholder {
  height: 50px;
  text-transform: uppercase;
    font-family: 'FFMark', sans-serif;
}
@media (min-width: 768px) {
  .ais-SearchBox-input::-moz-placeholder {
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'FFMark', sans-serif;
    margin-bottom: 1rem;
    font-size: 1.5rem;
    line-height: 1.5rem;
    letter-spacing: 0.036em;
  }
  .ais-SearchBox-input::placeholder {
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'FFMark', sans-serif;
    margin-bottom: 1rem;
    font-size: 1.5rem;
    line-height: 1.5rem;
    letter-spacing: 0.036em;
  }
}
@media (min-width: 1280px) {
  .ais-SearchBox-input::-moz-placeholder {
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'FFMark', sans-serif;
    margin-bottom: 1rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .ais-SearchBox-input::placeholder {
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'FFMark', sans-serif;
    margin-bottom: 1rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }
  @media (min-width: 768px) {

    .ais-SearchBox-input::-moz-placeholder {
      font-size: 1.875rem;
      line-height: 2.25rem;
    }

    .ais-SearchBox-input::placeholder {
      font-size: 1.875rem;
      line-height: 2.25rem;
    }
  }
  @media (min-width: 1280px) {

    .ais-SearchBox-input::-moz-placeholder {
      font-size: 3rem;
      line-height: 1;
    }

    .ais-SearchBox-input::placeholder {
      font-size: 3rem;
      line-height: 1;
    }
  }
  .ais-SearchBox-input::-moz-placeholder {
    line-height: 26px;
  }
  .ais-SearchBox-input::placeholder {
    line-height: 26px;
  }
  @media (min-width: 768px) {

    .ais-SearchBox-input::-moz-placeholder {
      line-height: 2rem;
    }

    .ais-SearchBox-input::placeholder {
      line-height: 2rem;
    }
  }
  @media (min-width: 1280px) {

    .ais-SearchBox-input::-moz-placeholder {
      line-height: 48px;
    }

    .ais-SearchBox-input::placeholder {
      line-height: 48px;
    }
  }
  .ais-SearchBox-input::-moz-placeholder {
    letter-spacing: 0.045em;
  }
  .ais-SearchBox-input::placeholder {
    letter-spacing: 0.045em;
  }
  @media (min-width: 1280px) {

    .ais-SearchBox-input::-moz-placeholder {
      letter-spacing: 0.07em;
    }

    .ais-SearchBox-input::placeholder {
      letter-spacing: 0.07em;
    }
  }
}
.ais-SearchBox-input::-moz-placeholder {
    color: #b7b7b7;
  }
.ais-SearchBox-input::placeholder {
    color: #b7b7b7;
  }

  .ais-SearchBox-input-icon::-moz-placeholder {
  font-weight: 700;
  text-transform: uppercase;
    font-family: 'FFMark', sans-serif;
    margin-bottom: 1rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    line-height: 21.6px;
    letter-spacing: 0.027em;
}

  .ais-SearchBox-input-icon::placeholder {
  font-weight: 700;
  text-transform: uppercase;
    font-family: 'FFMark', sans-serif;
    margin-bottom: 1rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    line-height: 21.6px;
    letter-spacing: 0.027em;
}
.ais-SearchBox-input-icon::-moz-placeholder {
  height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
    font-family: 'FFMark', sans-serif;
}
.ais-SearchBox-input-icon::placeholder {
  height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
    font-family: 'FFMark', sans-serif;
}
@media (min-width: 768px) {
  .ais-SearchBox-input-icon::-moz-placeholder {
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'FFMark', sans-serif;
    margin-bottom: 1rem;
    font-size: 1.5rem;
    line-height: 1.5rem;
    letter-spacing: 0.036em;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 10px;
  }
  .ais-SearchBox-input-icon::placeholder {
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'FFMark', sans-serif;
    margin-bottom: 1rem;
    font-size: 1.5rem;
    line-height: 1.5rem;
    letter-spacing: 0.036em;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 10px;
  }
}
@media (min-width: 1280px) {
  .ais-SearchBox-input-icon::-moz-placeholder {
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'FFMark', sans-serif;
    margin-bottom: 1rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .ais-SearchBox-input-icon::placeholder {
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'FFMark', sans-serif;
    margin-bottom: 1rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }
  @media (min-width: 768px) {

    .ais-SearchBox-input-icon::-moz-placeholder {
      font-size: 1.875rem;
      line-height: 2.25rem;
    }

    .ais-SearchBox-input-icon::placeholder {
      font-size: 1.875rem;
      line-height: 2.25rem;
    }
  }
  @media (min-width: 1280px) {

    .ais-SearchBox-input-icon::-moz-placeholder {
      font-size: 3rem;
      line-height: 1;
    }

    .ais-SearchBox-input-icon::placeholder {
      font-size: 3rem;
      line-height: 1;
    }
  }
  .ais-SearchBox-input-icon::-moz-placeholder {
    line-height: 26px;
  }
  .ais-SearchBox-input-icon::placeholder {
    line-height: 26px;
  }
  @media (min-width: 768px) {

    .ais-SearchBox-input-icon::-moz-placeholder {
      line-height: 2rem;
    }

    .ais-SearchBox-input-icon::placeholder {
      line-height: 2rem;
    }
  }
  @media (min-width: 1280px) {

    .ais-SearchBox-input-icon::-moz-placeholder {
      line-height: 48px;
    }

    .ais-SearchBox-input-icon::placeholder {
      line-height: 48px;
    }
  }
  .ais-SearchBox-input-icon::-moz-placeholder {
    letter-spacing: 0.045em;
  }
  .ais-SearchBox-input-icon::placeholder {
    letter-spacing: 0.045em;
  }
  @media (min-width: 1280px) {

    .ais-SearchBox-input-icon::-moz-placeholder {
      letter-spacing: 0.07em;
    }

    .ais-SearchBox-input-icon::placeholder {
      letter-spacing: 0.07em;
    }
  }
  .ais-SearchBox-input-icon::-moz-placeholder {
    padding-left: 50px;
  }
  .ais-SearchBox-input-icon::placeholder {
    padding-left: 50px;
  }
}
.ais-SearchBox-input-icon::-moz-placeholder {
    color: #b7b7b7;
  }
.ais-SearchBox-input-icon::placeholder {
    color: #b7b7b7;
  }
.\[transform-style\:preserve-3d\] {
  transform-style: preserve-3d;
}
.\[perspective\:1000px\] {
  perspective: 1000px;
}
.\[transform\:rotateY\(180deg\)\] {
  transform: rotateY(180deg);
}
.\[backface-visibility\:hidden\] {
  backface-visibility: hidden;
}
.\[-webkit-backface-visibility\:hidden\] {
  -webkit-backface-visibility: hidden;
}
.\[writing-mode\:vertical-lr\] {
  writing-mode: vertical-lr;
}

/* Custom base styles here */
/* Custom component styles here - Will be overwritten by utility styles */

/* Custom utlity styles here */

/* Page Layouts - Non Tailwind  */
.page-layout {
  overflow: hidden;
}

.page-layout.homePage,
.page-layout.recipePage,
.page-layout.recipeListingPage,
.page-layout.textPage {
  overflow: unset !important;
}

/* Mapbox - Non Tailiwnd */
.mapboxgl-ctrl-geocoder {
  margin: 0 !important;
  width: 100% !important;
  max-width: none !important;
  box-shadow: none;
  box-sizing: border-box;
}
.mapboxgl-ctrl-geocoder input[type='text'] {
  display: block;
  width: 100%;
  margin-bottom: 0;
  height: 75px;
  border-width: 0;
  padding: 8px 12px;
  box-shadow: 0 0 20px 0 rgb(0 0 0 / 9%);
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  max-width: none !important;
}
.mapboxgl-ctrl-geocoder .mapboxgl-ctrl-geocoder--icon-search {
  top: 50%;
  right: 3%;
  left: auto;
  transform: translateY(-50%);
  height: 30px;
  width: 30px;
  fill: #e22e36;
}
.mapboxgl-ctrl-geocoder .mapboxgl-ctrl-geocoder--icon-close {
  height: 30px;
  width: 30px;
  fill: #e22e36;
  margin-top: 0;
}
.mapboxgl-ctrl-geocoder .mapboxgl-ctrl-geocoder--pin-right > * {
  top: 50% !important;
  right: 3% !important;
  left: auto;
  transform: translateY(-50%);
}

.date-input:before {
  color: #777 !important;
  width: 80% !important;
  content: attr(placeholder);
  margin-right: 0.5em;
  position: absolute;
  background-color: #fff;
}

.date-input:focus:before {
  display: none;
}

/** color contrast issue on channel sight widget */
.cs-t5 .csWidget,
.cs-t5 .cs_content-buylocally-title-search-input,
.cs-t5 .csdropdown-toggle {
  color: #78737D !important;
}

.navigation-outline {
  outline: none;
}
.navigation-outline:focus {
  outline: 2px solid;
}
.first-letter\:relative::first-letter {
  position: relative;
}
.placeholder\:h-full::-moz-placeholder {
  height: 100%;
}
.placeholder\:h-full::placeholder {
  height: 100%;
}
.placeholder\:text-\[\#777\]::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(119 119 119 / var(--tw-text-opacity));
}
.placeholder\:text-\[\#777\]::placeholder {
  --tw-text-opacity: 1;
  color: rgb(119 119 119 / var(--tw-text-opacity));
}
.before\:pointer-events-none::before {
  content: var(--tw-content);
  pointer-events: none;
}
.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}
.before\:relative::before {
  content: var(--tw-content);
  position: relative;
}
.before\:left-0::before {
  content: var(--tw-content);
  left: 0px;
}
.before\:bottom-0::before {
  content: var(--tw-content);
  bottom: 0px;
}
.before\:top-0::before {
  content: var(--tw-content);
  top: 0px;
}
.before\:z-10::before {
  content: var(--tw-content);
  z-index: 10;
}
.before\:block::before {
  content: var(--tw-content);
  display: block;
}
.before\:hidden::before {
  content: var(--tw-content);
  display: none;
}
.before\:h-0\.5::before {
  content: var(--tw-content);
  height: 0.125rem;
}
.before\:h-0::before {
  content: var(--tw-content);
  height: 0px;
}
.before\:h-1\.5::before {
  content: var(--tw-content);
  height: 0.375rem;
}
.before\:h-1::before {
  content: var(--tw-content);
  height: 0.25rem;
}
.before\:h-full::before {
  content: var(--tw-content);
  height: 100%;
}
.before\:h-2\.5::before {
  content: var(--tw-content);
  height: 0.625rem;
}
.before\:h-2::before {
  content: var(--tw-content);
  height: 0.5rem;
}
.before\:h-px::before {
  content: var(--tw-content);
  height: 1px;
}
.before\:w-2::before {
  content: var(--tw-content);
  width: 0.5rem;
}
.before\:w-full::before {
  content: var(--tw-content);
  width: 100%;
}
.before\:w-0::before {
  content: var(--tw-content);
  width: 0px;
}
.before\:origin-right::before {
  content: var(--tw-content);
  transform-origin: right;
}
.before\:origin-left::before {
  content: var(--tw-content);
  transform-origin: left;
}
.before\:origin-top::before {
  content: var(--tw-content);
  transform-origin: top;
}
.before\:scale-x-100::before {
  content: var(--tw-content);
  --tw-scale-x: 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));
}
.before\:scale-x-0::before {
  content: var(--tw-content);
  --tw-scale-x: 0;
  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));
}
.before\:scale-y-0::before {
  content: var(--tw-content);
  --tw-scale-y: 0;
  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));
}
.before\:scale-y-100::before {
  content: var(--tw-content);
  --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(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.before\:bg-black::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.before\:bg-gray-400::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(163 163 163 / var(--tw-bg-opacity));
}
.before\:bg-white::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.before\:pt-\[calc\(\(332\/327\)\*100\%\)\]::before {
  content: var(--tw-content);
  padding-top: calc((332 / 327) * 100%);
}
.before\:pt-\[calc\(460\/327\*100\%\)\]::before {
  content: var(--tw-content);
  padding-top: calc(460 / 327 * 100%);
}
.before\:opacity-100::before {
  content: var(--tw-content);
  opacity: 1;
}
.before\:opacity-10::before {
  content: var(--tw-content);
  opacity: 0.1;
}
.before\:transition-\[background-color\2c transform\]::before {
  content: var(--tw-content);
  transition-property: background-color,transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.before\:transition-transform::before {
  content: var(--tw-content);
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.before\:delay-\[100ms\]::before {
  content: var(--tw-content);
  transition-delay: 100ms;
}
.before\:delay-\[200ms\]::before {
  content: var(--tw-content);
  transition-delay: 200ms;
}
.before\:duration-300::before {
  content: var(--tw-content);
  transition-duration: 300ms;
}
.before\:duration-\[500ms\]::before {
  content: var(--tw-content);
  transition-duration: 500ms;
}
.before\:duration-500::before {
  content: var(--tw-content);
  transition-duration: 500ms;
}
.before\:duration-\[400ms\]::before {
  content: var(--tw-content);
  transition-duration: 400ms;
}
.before\:duration-\[300ms\]::before {
  content: var(--tw-content);
  transition-duration: 300ms;
}
.before\:ease-in-out-nav::before {
  content: var(--tw-content);
  transition-timing-function: cubic-bezier(.895,.03,.685,.22);
}
.before\:content-\[\'\'\]::before {
  --tw-content: '';
  content: var(--tw-content);
}
.before\:h-center::before {
    content: var(--tw-content);
    position: absolute;
    left: 50%;
    --tw-translate-x: -50%;
    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));
  }
.before\:v-center::before {
    content: var(--tw-content);
    position: absolute;
    top: 50%;
    --tw-translate-y: -50%;
    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));
  }
.after\:pointer-events-none::after {
  content: var(--tw-content);
  pointer-events: none;
}
.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}
.after\:right-0::after {
  content: var(--tw-content);
  right: 0px;
}
.after\:top-0::after {
  content: var(--tw-content);
  top: 0px;
}
.after\:-bottom-3::after {
  content: var(--tw-content);
  bottom: -0.75rem;
}
.after\:left-5::after {
  content: var(--tw-content);
  left: 1.25rem;
}
.after\:bottom-\[-5px\]::after {
  content: var(--tw-content);
  bottom: -5px;
}
.after\:left-0::after {
  content: var(--tw-content);
  left: 0px;
}
.after\:bottom-0::after {
  content: var(--tw-content);
  bottom: 0px;
}
.after\:z-0::after {
  content: var(--tw-content);
  z-index: 0;
}
.after\:z-30::after {
  content: var(--tw-content);
  z-index: 30;
}
.after\:hidden::after {
  content: var(--tw-content);
  display: none;
}
.after\:h-full::after {
  content: var(--tw-content);
  height: 100%;
}
.after\:h-1::after {
  content: var(--tw-content);
  height: 0.25rem;
}
.after\:h-2::after {
  content: var(--tw-content);
  height: 0.5rem;
}
.after\:h-0::after {
  content: var(--tw-content);
  height: 0px;
}
.after\:h-px::after {
  content: var(--tw-content);
  height: 1px;
}
.after\:w-28::after {
  content: var(--tw-content);
  width: 7rem;
}
.after\:w-1::after {
  content: var(--tw-content);
  width: 0.25rem;
}
.after\:w-0\.5::after {
  content: var(--tw-content);
  width: 0.125rem;
}
.after\:w-0::after {
  content: var(--tw-content);
  width: 0px;
}
.after\:w-3::after {
  content: var(--tw-content);
  width: 0.75rem;
}
.after\:w-full::after {
  content: var(--tw-content);
  width: 100%;
}
.after\:origin-top::after {
  content: var(--tw-content);
  transform-origin: top;
}
.after\:origin-left::after {
  content: var(--tw-content);
  transform-origin: left;
}
.after\:rotate-45::after {
  content: var(--tw-content);
  --tw-rotate: 45deg;
  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));
}
.after\:skew-x-12::after {
  content: var(--tw-content);
  --tw-skew-x: 12deg;
  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));
}
.after\:skew-y-12::after {
  content: var(--tw-content);
  --tw-skew-y: 12deg;
  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));
}
.after\:scale-y-0::after {
  content: var(--tw-content);
  --tw-scale-y: 0;
  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));
}
.after\:scale-y-100::after {
  content: var(--tw-content);
  --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(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.after\:scale-x-0::after {
  content: var(--tw-content);
  --tw-scale-x: 0;
  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));
}
.after\:scale-x-100::after {
  content: var(--tw-content);
  --tw-scale-x: 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));
}
.after\:rounded-full::after {
  content: var(--tw-content);
  border-radius: 9999px;
}
.after\:border-\[6px\]::after {
  content: var(--tw-content);
  border-width: 6px;
}
.after\:border-black::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.after\:bg-black::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.after\:bg-gradient-to-l::after {
  content: var(--tw-content);
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}
.after\:from-white::after {
  content: var(--tw-content);
  --tw-gradient-from: #fff;
  --tw-gradient-to: rgb(255 255 255 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.after\:via-\[rgba\(255\2c 255\2c 255\2c 0\)\]::after {
  content: var(--tw-content);
  --tw-gradient-to: rgb(255 255 255 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255,255,255,0), var(--tw-gradient-to);
}
.after\:to-\[rgba\(255\2c 255\2c 255\2c 0\)\]::after {
  content: var(--tw-content);
  --tw-gradient-to: rgba(255,255,255,0);
}
.after\:transition-transform::after {
  content: var(--tw-content);
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.after\:delay-\[100ms\]::after {
  content: var(--tw-content);
  transition-delay: 100ms;
}
.after\:duration-\[400ms\]::after {
  content: var(--tw-content);
  transition-duration: 400ms;
}
.after\:duration-\[300ms\]::after {
  content: var(--tw-content);
  transition-duration: 300ms;
}
.after\:duration-500::after {
  content: var(--tw-content);
  transition-duration: 500ms;
}
.after\:duration-\[500ms\]::after {
  content: var(--tw-content);
  transition-duration: 500ms;
}
.after\:ease-in-out-nav::after {
  content: var(--tw-content);
  transition-timing-function: cubic-bezier(.895,.03,.685,.22);
}
.after\:content-\[\'\'\]::after {
  --tw-content: '';
  content: var(--tw-content);
}
.after\:h-center::after {
    content: var(--tw-content);
    position: absolute;
    left: 50%;
    --tw-translate-x: -50%;
    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));
  }
.after\:v-center::after {
    content: var(--tw-content);
    position: absolute;
    top: 50%;
    --tw-translate-y: -50%;
    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));
  }
.first\:col-span-4:first-child {
  grid-column: span 4 / span 4;
}
.first\:ml-5:first-child {
  margin-left: 1.25rem;
}
.first\:border-t:first-child {
  border-top-width: 1px;
}
.first\:pt-8:first-child {
  padding-top: 2rem;
}
.last\:border-0:last-child {
  border-width: 0px;
}
.last\:border-t-0:last-child {
  border-top-width: 0px;
}
.last\:border-b-0:last-child {
  border-bottom-width: 0px;
}
.last\:border-b:last-child {
  border-bottom-width: 1px;
}
.last\:border-none:last-child {
  border-style: none;
}
.even\:font-light:nth-child(even) {
  font-weight: 300;
}
.even\:font-normal:nth-child(even) {
  font-weight: 400;
}
.even\:font-noe:nth-child(even) {
    font-family: 'Noe', sans-serif;
  }
.first-of-type\:after\:\!block:first-of-type::after {
  content: var(--tw-content);
  display: block !important;
}
.first-of-type\:after\:block:first-of-type::after {
  content: var(--tw-content);
  display: block;
}
.last-of-type\:before\:hidden:last-of-type::before {
  content: var(--tw-content);
  display: none;
}
.last-of-type\:after\:hidden:last-of-type::after {
  content: var(--tw-content);
  display: none;
}
.checked\:bg-black:checked {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.hover\:bg-gray-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(163 163 163 / var(--tw-bg-opacity));
}
.hover\:bg-black:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.hover\:bg-gray-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(64 64 64 / var(--tw-bg-opacity));
}
.hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity));
}
.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.hover\:bg-\[\#b90c14\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(185 12 20 / var(--tw-bg-opacity));
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:\!text-white:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.hover\:text-transparent:hover {
  color: transparent;
}
.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.hover\:\!underline:hover {
  -webkit-text-decoration-line: underline !important;
          text-decoration-line: underline !important;
}
.hover\:opacity-75:hover {
  opacity: 0.75;
}
.hover\:opacity-70:hover {
  opacity: 0.7;
}
.hover\:btn-black-outline:hover {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.hover\:btn-black-outline:hover:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.hover\:btn-black-solid:hover {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:btn-black-solid:hover:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.hover\:btn-white-outline:hover {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:btn-white-outline:hover:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.hover\:btn-white-solid:hover {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.hover\:btn-white-solid:hover:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.hover\:\[background\:var\(--hover-color\)\]:hover {
  background: var(--hover-color);
}
.before\:hover\:origin-left:hover::before {
  content: var(--tw-content);
  transform-origin: left;
}
.before\:hover\:scale-x-100:hover::before {
  content: var(--tw-content);
  --tw-scale-x: 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\:before\:bg-white:hover::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.after\:hover\:origin-left:hover::after {
  content: var(--tw-content);
  transform-origin: left;
}
.hover\:after\:bg-white:hover::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.checked\:hover\:bg-black:hover:checked {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.focus\:border-black:focus {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.focus\:border-red:focus {
  --tw-border-opacity: 1;
  border-color: rgb(226 46 54 / var(--tw-border-opacity));
}
.focus\:border-gray-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(163 163 163 / var(--tw-border-opacity));
}
.focus\:bg-white:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.focus\:text-black:focus {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.focus\:shadow-none:focus {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:outline-1:focus {
  outline-width: 1px;
}
.focus\:outline-offset-0:focus {
  outline-offset: 0px;
}
.focus\:outline-black:focus {
  outline-color: #000;
}
.focus\:outline-red:focus {
  outline-color: #E22E36;
}
.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);
}
.checked\:focus\:bg-black:focus:checked {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.active\:btn-black-outline:active {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.active\:btn-black-outline:active:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.active\:btn-black-solid:active {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.active\:btn-black-solid:active:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.active\:btn-white-outline:active {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.active\:btn-white-outline:active:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.active\:btn-white-solid:active {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.active\:btn-white-solid:active:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.group:hover .group-hover\:mt-20 {
  margin-top: 5rem;
}
.group:hover .group-hover\:-translate-y-16 {
  --tw-translate-y: -4rem;
  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\: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(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:\!underline {
  -webkit-text-decoration-line: underline !important;
          text-decoration-line: underline !important;
}
.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}
.group:hover .group-hover\:opacity-0 {
  opacity: 0;
}
.prose-p\:p :is(:where(p):not(:where([class~="not-prose"] *))), .prose-p\:p :is(:where(p):not(:where([class~="not-prose"] *))) p {
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 1.5;
  letter-spacing: 0.0016em;
}
p.prose-p\:sm :is(:where(p):not(:where([class~="not-prose"] *))) {
    /* Desktop/Sm Paragraph-Regular */
  }
.prose-p\:p-sm :is(:where(p):not(:where([class~="not-prose"] *))),.prose-p\:p-sm :is(:where(p):not(:where([class~="not-prose"] *))) p {
    /* Desktop/Sm Paragraph-Regular */
    /* Desktop/Sm Paragraph-Regular */
  }
p.prose-p\:sm :is(:where(p):not(:where([class~="not-prose"] *))) {
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.14;
  letter-spacing: 0.0014em;
}
@media (min-width: 1280px) {

  p.prose-p\:sm :is(:where(p):not(:where([class~="not-prose"] *))) {
    font-size: 1.125rem;
    line-height: 1.75rem;
    line-height: 1.5;
    letter-spacing: 0.0016em;
  }
}
.prose-p\:p-sm :is(:where(p):not(:where([class~="not-prose"] *))), .prose-p\:p-sm :is(:where(p):not(:where([class~="not-prose"] *))) p {
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.14;
  letter-spacing: 0.0014em;
}
@media (min-width: 1280px) {

  .prose-p\:p-sm :is(:where(p):not(:where([class~="not-prose"] *))), .prose-p\:p-sm :is(:where(p):not(:where([class~="not-prose"] *))) p {
    font-size: 1.125rem;
    line-height: 1.75rem;
    line-height: 1.5;
    letter-spacing: 0.0016em;
  }
}
.prose-p\:p-sm :is(:where(p):not(:where([class~="not-prose"] *))), .prose-p\:p-sm :is(:where(p):not(:where([class~="not-prose"] *))) p {
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.14;
  letter-spacing: 0.0014em;
}
@media (min-width: 1280px) {

  .prose-p\:p-sm :is(:where(p):not(:where([class~="not-prose"] *))), .prose-p\:p-sm :is(:where(p):not(:where([class~="not-prose"] *))) p {
    font-size: 1.125rem;
    line-height: 1.75rem;
    line-height: 1.5;
    letter-spacing: 0.0016em;
  }
}
.prose-p\:label-small :is(:where(p):not(:where([class~="not-prose"] *))) {
  font-size: 0.625rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 0.0014em;
    font-family: 'FFMark', sans-serif;
}
.prose-p\:btn-small :is(:where(p):not(:where([class~="not-prose"] *))) {
  font-size: 0.625rem;
  font-weight: 700;
  line-height: .75rem;
  letter-spacing: 0.05em;
    font-family: 'FFMark', sans-serif;
}
.prose-p\:btn-medium :is(:where(p):not(:where([class~="not-prose"] *))) {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1rem;
  letter-spacing: 0.05em;
    font-family: 'FFMark', sans-serif;
}
.prose-p\:mb-0 :is(:where(p):not(:where([class~="not-prose"] *))) {
  margin-bottom: 0px;
}
.prose-p\:mb-1 :is(:where(p):not(:where([class~="not-prose"] *))) {
  margin-bottom: 0.25rem;
}
.prose-p\:w-full :is(:where(p):not(:where([class~="not-prose"] *))) {
  width: 100%;
}
.prose-p\:text-left :is(:where(p):not(:where([class~="not-prose"] *))) {
  text-align: left;
}
.prose-p\:text-center :is(:where(p):not(:where([class~="not-prose"] *))) {
  text-align: center;
}
.prose-p\:font-sans :is(:where(p):not(:where([class~="not-prose"] *))) {
  font-family: Noe, sans-serif;
}
.prose-p\:text-8xl :is(:where(p):not(:where([class~="not-prose"] *))) {
  font-size: 6rem;
  line-height: 1;
}
.prose-p\:text-sm :is(:where(p):not(:where([class~="not-prose"] *))) {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.prose-p\:text-xs :is(:where(p):not(:where([class~="not-prose"] *))) {
  font-size: 0.75rem;
  line-height: 1rem;
}
.prose-p\:text-2xs :is(:where(p):not(:where([class~="not-prose"] *))) {
  font-size: 0.625rem;
}
.prose-p\:text-\[18px\] :is(:where(p):not(:where([class~="not-prose"] *))) {
  font-size: 18px;
}
.prose-p\:text-5xl :is(:where(p):not(:where([class~="not-prose"] *))) {
  font-size: 3rem;
  line-height: 1;
}
.prose-p\:text-base :is(:where(p):not(:where([class~="not-prose"] *))) {
  font-size: 1rem;
  line-height: 1.5rem;
}
.prose-p\:text-2xl :is(:where(p):not(:where([class~="not-prose"] *))) {
  font-size: 1.5rem;
  line-height: 2rem;
}
.prose-p\:text-xl :is(:where(p):not(:where([class~="not-prose"] *))) {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.prose-p\:text-\[11px\] :is(:where(p):not(:where([class~="not-prose"] *))) {
  font-size: 11px;
}
.prose-p\:text-\[13px\] :is(:where(p):not(:where([class~="not-prose"] *))) {
  font-size: 13px;
}
.prose-p\:text-\[45px\] :is(:where(p):not(:where([class~="not-prose"] *))) {
  font-size: 45px;
}
.prose-p\:font-normal :is(:where(p):not(:where([class~="not-prose"] *))) {
  font-weight: 400;
}
.prose-p\:font-light :is(:where(p):not(:where([class~="not-prose"] *))) {
  font-weight: 300;
}
.prose-p\:font-semibold :is(:where(p):not(:where([class~="not-prose"] *))) {
  font-weight: 600;
}
.prose-p\:font-bold :is(:where(p):not(:where([class~="not-prose"] *))) {
  font-weight: 700;
}
.prose-p\:uppercase :is(:where(p):not(:where([class~="not-prose"] *))) {
  text-transform: uppercase;
}
.prose-p\:normal-case :is(:where(p):not(:where([class~="not-prose"] *))) {
  text-transform: none;
}
.prose-p\:italic :is(:where(p):not(:where([class~="not-prose"] *))) {
  font-style: italic;
}
.prose-p\:leading-none :is(:where(p):not(:where([class~="not-prose"] *))) {
  line-height: 1;
}
.prose-p\:leading-4 :is(:where(p):not(:where([class~="not-prose"] *))) {
  line-height: 1rem;
}
.prose-p\:leading-normal :is(:where(p):not(:where([class~="not-prose"] *))) {
  line-height: 1.5;
}
.prose-p\:leading-\[10px\] :is(:where(p):not(:where([class~="not-prose"] *))) {
  line-height: 10px;
}
.prose-p\:leading-\[22px\] :is(:where(p):not(:where([class~="not-prose"] *))) {
  line-height: 22px;
}
.prose-p\:leading-\[1\.14\] :is(:where(p):not(:where([class~="not-prose"] *))) {
  line-height: 1.14;
}
.prose-p\:leading-5 :is(:where(p):not(:where([class~="not-prose"] *))) {
  line-height: 1.25rem;
}
.prose-p\:leading-\[1\.3125\] :is(:where(p):not(:where([class~="not-prose"] *))) {
  line-height: 1.3125;
}
.prose-p\:leading-\[1\.4\] :is(:where(p):not(:where([class~="not-prose"] *))) {
  line-height: 1.4;
}
.prose-p\:tracking-normal :is(:where(p):not(:where([class~="not-prose"] *))) {
  letter-spacing: 0em;
}
.prose-p\:tracking-\[0\.0014em\] :is(:where(p):not(:where([class~="not-prose"] *))) {
  letter-spacing: 0.0014em;
}
.prose-p\:tracking-\[\.027em\] :is(:where(p):not(:where([class~="not-prose"] *))) {
  letter-spacing: .027em;
}
.prose-p\:tracking-tighter :is(:where(p):not(:where([class~="not-prose"] *))) {
  letter-spacing: -0.05em;
}
.prose-p\:tracking-\[0\.0016em\] :is(:where(p):not(:where([class~="not-prose"] *))) {
  letter-spacing: 0.0016em;
}
.prose-p\:tracking-\[0\.05em\] :is(:where(p):not(:where([class~="not-prose"] *))) {
  letter-spacing: 0.05em;
}
.prose-p\:text-white :is(:where(p):not(:where([class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.prose-p\:font-mark :is(:where(p):not(:where([class~="not-prose"] *))) {
    font-family: 'FFMark', sans-serif;
  }
.prose-p\:font-sequel :is(:where(p):not(:where([class~="not-prose"] *))) {
    font-family: 'Sequel100Wide45', sans-serif;
  }
.prose-a\:\!cursor-pointer :is(:where(a):not(:where([class~="not-prose"] *))) {
  cursor: pointer !important;
}
.prose-a\:font-bold :is(:where(a):not(:where([class~="not-prose"] *))) {
  font-weight: 700;
}
.prose-a\:text-white :is(:where(a):not(:where([class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.prose-a\:underline :is(:where(a):not(:where([class~="not-prose"] *))) {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.prose-a\:\!underline :is(:where(a):not(:where([class~="not-prose"] *))) {
  -webkit-text-decoration-line: underline !important;
          text-decoration-line: underline !important;
}
.prose-a\:hover\:\!underline:hover :is(:where(a):not(:where([class~="not-prose"] *))) {
  -webkit-text-decoration-line: underline !important;
          text-decoration-line: underline !important;
}
.child\:pointer-events-none > * {
  pointer-events: none;
}
.child\:pointer-events-auto > * {
  pointer-events: auto;
}
.child\:absolute > * {
  position: absolute;
}
.child\:left-1\/2 > * {
  left: 50%;
}
.child\:block > * {
  display: block;
}
.child\:inline-flex > * {
  display: inline-flex;
}
.child\:h-full > * {
  height: 100%;
}
.child\:w-\[calc\(100\%\*3\.5\)\] > * {
  width: calc(100% * 3.5);
}
.child\:w-full > * {
  width: 100%;
}
.child\:\!max-w-full > * {
  max-width: 100% !important;
}
.child\:-translate-x-1\/2 > * {
  --tw-translate-x: -50%;
  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));
}
@media (min-width: 768px) {
  .tablet\:h1 {
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'FFMark', sans-serif;
  }
  .tablet\:\!h1 {
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'FFMark', sans-serif;
  }
  .tablet\:h2 {
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'FFMark', sans-serif;
  }
  .tablet\:\!h2 {
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'FFMark', sans-serif;
  }
  .tablet\:h3 {
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'FFMark', sans-serif;
  }
  .tablet\:\!h3 {
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'FFMark', sans-serif;
  }
  .tablet\:\!h4 {
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'FFMark', sans-serif;
  }
  .tablet\:h4 {
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'FFMark', sans-serif;
  }
  .tablet\:\!h5 {
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'FFMark', sans-serif;
  }
  .tablet\:h5 {
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'FFMark', sans-serif;
  }
  .tablet\:h6 {
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'FFMark', sans-serif;
  }
  .tablet\:\!h6 {
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'FFMark', sans-serif;
  }
  .tablet\:h1 {
    margin-bottom: 1rem;
  }
  @media (min-width: 1280px) {

    .tablet\:h1 {
      margin-bottom: 3rem;
    }
  }
  .tablet\:\!h1 {
    margin-bottom: 1rem;
  }
  @media (min-width: 1280px) {

    .tablet\:\!h1 {
      margin-bottom: 3rem;
    }
  }
  .tablet\:h1 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  @media (min-width: 768px) {

    .tablet\:h1 {
      font-size: 3rem;
      line-height: 1;
    }
  }
  @media (min-width: 1280px) {

    .tablet\:h1 {
      font-size: 5rem;
    }
  }
  .tablet\:\!h1 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  @media (min-width: 768px) {

    .tablet\:\!h1 {
      font-size: 3rem;
      line-height: 1;
    }
  }
  @media (min-width: 1280px) {

    .tablet\:\!h1 {
      font-size: 5rem;
    }
  }
  .tablet\:h1 {
    line-height: 2rem;
  }
  @media (min-width: 768px) {

    .tablet\:h1 {
      line-height: 48px;
    }
  }
  @media (min-width: 1280px) {

    .tablet\:h1 {
      line-height: 80px;
    }
  }
  .tablet\:\!h1 {
    line-height: 2rem;
  }
  @media (min-width: 768px) {

    .tablet\:\!h1 {
      line-height: 48px;
    }
  }
  @media (min-width: 1280px) {

    .tablet\:\!h1 {
      line-height: 80px;
    }
  }
  .tablet\:h1 {
    letter-spacing: 0.07em;
  }
  @media (min-width: 768px) {

    .tablet\:h1 {
      letter-spacing: 0.096em;
    }
  }
  @media (min-width: 1280px) {

    .tablet\:h1 {
      letter-spacing: 0.12em;
    }
  }
  .tablet\:\!h1 {
    letter-spacing: 0.07em;
  }
  @media (min-width: 768px) {

    .tablet\:\!h1 {
      letter-spacing: 0.096em;
    }
  }
  @media (min-width: 1280px) {

    .tablet\:\!h1 {
      letter-spacing: 0.12em;
    }
  }
  .tablet\:h2 {
    margin-bottom: 1rem;
  }
  @media (min-width: 1280px) {

    .tablet\:h2 {
      margin-bottom: 3rem;
    }
  }
  .tablet\:\!h2 {
    margin-bottom: 1rem;
  }
  @media (min-width: 1280px) {

    .tablet\:\!h2 {
      margin-bottom: 3rem;
    }
  }
  .tablet\:h2 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  @media (min-width: 768px) {

    .tablet\:h2 {
      font-size: 3rem;
      line-height: 1;
    }
  }
  @media (min-width: 1280px) {

    .tablet\:h2 {
      font-size: 4rem;
    }
  }
  .tablet\:\!h2 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  @media (min-width: 768px) {

    .tablet\:\!h2 {
      font-size: 3rem;
      line-height: 1;
    }
  }
  @media (min-width: 1280px) {

    .tablet\:\!h2 {
      font-size: 4rem;
    }
  }
  .tablet\:h2 {
    line-height: 2rem;
  }
  @media (min-width: 768px) {

    .tablet\:h2 {
      line-height: 48px;
    }
  }
  @media (min-width: 1280px) {

    .tablet\:h2 {
      line-height: 68px;
    }
  }
  .tablet\:\!h2 {
    line-height: 2rem;
  }
  @media (min-width: 768px) {

    .tablet\:\!h2 {
      line-height: 48px;
    }
  }
  @media (min-width: 1280px) {

    .tablet\:\!h2 {
      line-height: 68px;
    }
  }
  .tablet\:h2 {
    letter-spacing: 0.036em;
  }
  @media (min-width: 768px) {

    .tablet\:h2 {
      letter-spacing: 0.07em;
    }
  }
  @media (min-width: 1280px) {

    .tablet\:h2 {
      letter-spacing: 0.096em;
    }
  }
  .tablet\:\!h2 {
    letter-spacing: 0.036em;
  }
  @media (min-width: 768px) {

    .tablet\:\!h2 {
      letter-spacing: 0.07em;
    }
  }
  @media (min-width: 1280px) {

    .tablet\:\!h2 {
      letter-spacing: 0.096em;
    }
  }
  .tablet\:h3 {
    margin-bottom: 1rem;
  }
  .tablet\:\!h3 {
    margin-bottom: 1rem;
  }
  .tablet\:h3 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  @media (min-width: 768px) {

    .tablet\:h3 {
      font-size: 1.875rem;
      line-height: 2.25rem;
    }
  }
  @media (min-width: 1280px) {

    .tablet\:h3 {
      font-size: 3rem;
      line-height: 1;
    }
  }
  .tablet\:\!h3 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  @media (min-width: 768px) {

    .tablet\:\!h3 {
      font-size: 1.875rem;
      line-height: 2.25rem;
    }
  }
  @media (min-width: 1280px) {

    .tablet\:\!h3 {
      font-size: 3rem;
      line-height: 1;
    }
  }
  .tablet\:h3 {
    line-height: 26px;
  }
  @media (min-width: 768px) {

    .tablet\:h3 {
      line-height: 2rem;
    }
  }
  @media (min-width: 1280px) {

    .tablet\:h3 {
      line-height: 48px;
    }
  }
  .tablet\:\!h3 {
    line-height: 26px;
  }
  @media (min-width: 768px) {

    .tablet\:\!h3 {
      line-height: 2rem;
    }
  }
  @media (min-width: 1280px) {

    .tablet\:\!h3 {
      line-height: 48px;
    }
  }
  .tablet\:h3 {
    letter-spacing: 0.045em;
  }
  @media (min-width: 1280px) {

    .tablet\:h3 {
      letter-spacing: 0.07em;
    }
  }
  .tablet\:\!h3 {
    letter-spacing: 0.045em;
  }
  @media (min-width: 1280px) {

    .tablet\:\!h3 {
      letter-spacing: 0.07em;
    }
  }
  .tablet\:\!h4 {
    margin-bottom: 1rem;
  }
  .tablet\:h4 {
    margin-bottom: 1rem;
  }
  .tablet\:\!h4 {
    font-size: 1.875rem;
    line-height: 2rem;
  }
  .tablet\:h4 {
    font-size: 1.875rem;
    line-height: 2rem;
  }
  .tablet\:\!h4 {
    letter-spacing: 0.045em;
  }
  .tablet\:h4 {
    letter-spacing: 0.045em;
  }
  .tablet\:\!h5 {
    margin-bottom: 1rem;
  }
  .tablet\:h5 {
    margin-bottom: 1rem;
  }
  .tablet\:\!h5 {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
  .tablet\:h5 {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
  .tablet\:\!h5 {
    letter-spacing: 0.036em;
  }
  .tablet\:h5 {
    letter-spacing: 0.036em;
  }
  .tablet\:h6 {
    margin-bottom: 1rem;
  }
  .tablet\:\!h6 {
    margin-bottom: 1rem;
  }
  .tablet\:h6 {
    font-size: 1.125rem;
    line-height: 1.75rem;
    line-height: 21.6px;
  }
  .tablet\:\!h6 {
    font-size: 1.125rem;
    line-height: 1.75rem;
    line-height: 21.6px;
  }
  .tablet\:h6 {
    letter-spacing: 0.027em;
  }
  .tablet\:\!h6 {
    letter-spacing: 0.027em;
  }
  .tablet\:\!p, .tablet\:\!p p {
    font-size: 1.125rem;
    line-height: 1.75rem;
    line-height: 1.5;
    letter-spacing: 0.0016em;
  }
  p.tablet\:\!sb-i {
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 600;
    font-style: italic;
    line-height: 1.5;
    letter-spacing: .0018em;
  }
  @media (min-width: 768px) {

    p.tablet\:\!sb-i {
      font-size: 0.875rem;
      line-height: 1.25rem;
      letter-spacing: 0.0014em;
    }
  }
  @media (min-width: 1280px) {

    p.tablet\:\!sb-i {
      font-size: 1.125rem;
      line-height: 1.75rem;
      letter-spacing: 0.0016em;
    }
  }
  .tablet\:prose-xl {
    font-size: 1.25rem;
    line-height: 1.8;
  }
  .tablet\:prose-xl :where(p):not(:where([class~="not-prose"] *)) {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }
  .tablet\:prose-xl :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
    font-size: 1.2em;
    line-height: 1.5;
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .tablet\:prose-xl :where(blockquote):not(:where([class~="not-prose"] *)) {
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1.0666667em;
  }
  .tablet\:prose-xl :where(h1):not(:where([class~="not-prose"] *)) {
    font-size: 2.8em;
    margin-top: 0;
    margin-bottom: 0.8571429em;
    line-height: 1;
  }
  .tablet\:prose-xl :where(h2):not(:where([class~="not-prose"] *)) {
    font-size: 1.8em;
    margin-top: 1.5555556em;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111;
  }
  .tablet\:prose-xl :where(h3):not(:where([class~="not-prose"] *)) {
    font-size: 1.5em;
    margin-top: 1.6em;
    margin-bottom: 0.6666667em;
    line-height: 1.3333333;
  }
  .tablet\:prose-xl :where(h4):not(:where([class~="not-prose"] *)) {
    margin-top: 1.8em;
    margin-bottom: 0.6em;
    line-height: 1.6;
  }
  .tablet\:prose-xl :where(img):not(:where([class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .tablet\:prose-xl :where(video):not(:where([class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .tablet\:prose-xl :where(figure):not(:where([class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .tablet\:prose-xl :where(figure > *):not(:where([class~="not-prose"] *)) {
    margin-top: 0;
    margin-bottom: 0;
  }
  .tablet\:prose-xl :where(figcaption):not(:where([class~="not-prose"] *)) {
    font-size: 0.9em;
    line-height: 1.5555556;
    margin-top: 1em;
  }
  .tablet\:prose-xl :where(code):not(:where([class~="not-prose"] *)) {
    font-size: 0.9em;
  }
  .tablet\:prose-xl :where(h2 code):not(:where([class~="not-prose"] *)) {
    font-size: 0.8611111em;
  }
  .tablet\:prose-xl :where(h3 code):not(:where([class~="not-prose"] *)) {
    font-size: 0.9em;
  }
  .tablet\:prose-xl :where(pre):not(:where([class~="not-prose"] *)) {
    font-size: 0.9em;
    line-height: 1.7777778;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
    padding-top: 1.1111111em;
    padding-right: 1.3333333em;
    padding-bottom: 1.1111111em;
    padding-left: 1.3333333em;
  }
  .tablet\:prose-xl :where(ol):not(:where([class~="not-prose"] *)) {
    padding-left: 1.6em;
  }
  .tablet\:prose-xl :where(ul):not(:where([class~="not-prose"] *)) {
    padding-left: 1.6em;
  }
  .tablet\:prose-xl :where(li):not(:where([class~="not-prose"] *)) {
    margin-top: 0.6em;
    margin-bottom: 0.6em;
  }
  .tablet\:prose-xl :where(ol > li):not(:where([class~="not-prose"] *)) {
    padding-left: 0.4em;
  }
  .tablet\:prose-xl :where(ul > li):not(:where([class~="not-prose"] *)) {
    padding-left: 0.4em;
  }
  .tablet\:prose-xl > :where(ul > li p):not(:where([class~="not-prose"] *)) {
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }
  .tablet\:prose-xl > :where(ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
    margin-top: 1.2em;
  }
  .tablet\:prose-xl > :where(ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
    margin-bottom: 1.2em;
  }
  .tablet\:prose-xl > :where(ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
    margin-top: 1.2em;
  }
  .tablet\:prose-xl > :where(ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
    margin-bottom: 1.2em;
  }
  .tablet\:prose-xl :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }
  .tablet\:prose-xl :where(hr):not(:where([class~="not-prose"] *)) {
    margin-top: 2.8em;
    margin-bottom: 2.8em;
  }
  .tablet\:prose-xl :where(hr + *):not(:where([class~="not-prose"] *)) {
    margin-top: 0;
  }
  .tablet\:prose-xl :where(h2 + *):not(:where([class~="not-prose"] *)) {
    margin-top: 0;
  }
  .tablet\:prose-xl :where(h3 + *):not(:where([class~="not-prose"] *)) {
    margin-top: 0;
  }
  .tablet\:prose-xl :where(h4 + *):not(:where([class~="not-prose"] *)) {
    margin-top: 0;
  }
  .tablet\:prose-xl :where(table):not(:where([class~="not-prose"] *)) {
    font-size: 0.9em;
    line-height: 1.5555556;
  }
  .tablet\:prose-xl :where(thead th):not(:where([class~="not-prose"] *)) {
    padding-right: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-left: 0.6666667em;
  }
  .tablet\:prose-xl :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
    padding-left: 0;
  }
  .tablet\:prose-xl :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
    padding-right: 0;
  }
  .tablet\:prose-xl :where(tbody td):not(:where([class~="not-prose"] *)) {
    padding-top: 0.8888889em;
    padding-right: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-left: 0.6666667em;
  }
  .tablet\:prose-xl :where(tbody td:first-child):not(:where([class~="not-prose"] *)) {
    padding-left: 0;
  }
  .tablet\:prose-xl :where(tbody td:last-child):not(:where([class~="not-prose"] *)) {
    padding-right: 0;
  }
  .tablet\:prose-xl > :where(:first-child):not(:where([class~="not-prose"] *)) {
    margin-top: 0;
  }
  .tablet\:prose-xl > :where(:last-child):not(:where([class~="not-prose"] *)) {
    margin-bottom: 0;
  }
  .tablet\:aspect-w-9 {
    position: relative;
    padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
    --tw-aspect-w: 9;
  }
  .tablet\:aspect-w-9 > * {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .tablet\:aspect-h-5 {
    --tw-aspect-h: 5;
  }
  .tablet\:aspect-w-16 {
    position: relative;
    padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
    --tw-aspect-w: 16;
  }
  .tablet\:aspect-w-16 > * {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .tablet\:aspect-h-9 {
    --tw-aspect-h: 9;
  }
  .tablet\:aspect-w-7 {
    position: relative;
    padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
    --tw-aspect-w: 7;
  }
  .tablet\:aspect-w-7 > * {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .tablet\:aspect-h-3 {
    --tw-aspect-h: 3;
  }
  .tablet\:aspect-w-10 {
    position: relative;
    padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
    --tw-aspect-w: 10;
  }
  .tablet\:aspect-w-10 > * {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .tablet\:aspect-h-4 {
    --tw-aspect-h: 4;
  }
  .tablet\:aspect-w-3 {
    position: relative;
    padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
    --tw-aspect-w: 3;
  }
  .tablet\:aspect-w-3 > * {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .tablet\:aspect-h-2 {
    --tw-aspect-h: 2;
  }
  .tablet\:aspect-w-8 {
    position: relative;
    padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
    --tw-aspect-w: 8;
  }
  .tablet\:aspect-w-8 > * {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .tablet\:aspect-h-11 {
    --tw-aspect-h: 11;
  }
  .tablet\:btn-small {
    font-size: 0.625rem;
    font-weight: 700;
    line-height: .75rem;
    letter-spacing: 0.05em;
    font-family: 'FFMark', sans-serif;
  }
  .tablet\:btn-medium {
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1rem;
    letter-spacing: 0.05em;
    font-family: 'FFMark', sans-serif;
  }
  .tablet\:\!btn-medium {
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1rem;
    letter-spacing: 0.05em;
    font-family: 'FFMark', sans-serif;
  }
  .tablet\:absolute {
    position: absolute;
  }
  .tablet\:relative {
    position: relative;
  }
  .tablet\:sticky {
    position: sticky;
  }
  .tablet\:inset-y-0 {
    top: 0px;
    bottom: 0px;
  }
  .tablet\:top-0 {
    top: 0px;
  }
  .tablet\:bottom-\[unset\] {
    bottom: unset;
  }
  .tablet\:top-full {
    top: 100%;
  }
  .tablet\:bottom-auto {
    bottom: auto;
  }
  .tablet\:right-0 {
    right: 0px;
  }
  .tablet\:top-1\/2 {
    top: 50%;
  }
  .tablet\:left-0 {
    left: 0px;
  }
  .tablet\:right-2 {
    right: 0.5rem;
  }
  .tablet\:right-7 {
    right: 1.75rem;
  }
  .tablet\:-top-9 {
    top: -2.25rem;
  }
  .tablet\:right-3 {
    right: 0.75rem;
  }
  .tablet\:top-\[-5\.5px\] {
    top: -5.5px;
  }
  .tablet\:bottom-6 {
    bottom: 1.5rem;
  }
  .tablet\:bottom-1\.5 {
    bottom: 0.375rem;
  }
  .tablet\:bottom-1 {
    bottom: 0.25rem;
  }
  .tablet\:-top-1 {
    top: -0.25rem;
  }
  .tablet\:top-16 {
    top: 4rem;
  }
  .tablet\:right-8 {
    right: 2rem;
  }
  .tablet\:top-\[30px\] {
    top: 30px;
  }
  .tablet\:right-\[30px\] {
    right: 30px;
  }
  .tablet\:top-6 {
    top: 1.5rem;
  }
  .tablet\:z-10 {
    z-index: 10;
  }
  .tablet\:order-1 {
    order: 1;
  }
  .tablet\:order-2 {
    order: 2;
  }
  .tablet\:order-3 {
    order: 3;
  }
  .tablet\:col-span-7 {
    grid-column: span 7 / span 7;
  }
  .tablet\:col-span-5 {
    grid-column: span 5 / span 5;
  }
  .tablet\:col-span-3 {
    grid-column: span 3 / span 3;
  }
  .tablet\:col-span-4 {
    grid-column: span 4 / span 4;
  }
  .tablet\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  .tablet\:col-span-1 {
    grid-column: span 1 / span 1;
  }
  .tablet\:col-span-6 {
    grid-column: span 6 / span 6;
  }
  .tablet\:col-span-10 {
    grid-column: span 10 / span 10;
  }
  .tablet\:col-span-8 {
    grid-column: span 8 / span 8;
  }
  .tablet\:col-start-4 {
    grid-column-start: 4;
  }
  .tablet\:col-start-7 {
    grid-column-start: 7;
  }
  .tablet\:col-start-5 {
    grid-column-start: 5;
  }
  .tablet\:col-start-2 {
    grid-column-start: 2;
  }
  .tablet\:col-start-3 {
    grid-column-start: 3;
  }
  .tablet\:col-start-6 {
    grid-column-start: 6;
  }
  .tablet\:col-start-1 {
    grid-column-start: 1;
  }
  .tablet\:col-start-8 {
    grid-column-start: 8;
  }
  .tablet\:row-span-2 {
    grid-row: span 2 / span 2;
  }
  .tablet\:row-span-1 {
    grid-row: span 1 / span 1;
  }
  .tablet\:row-start-1 {
    grid-row-start: 1;
  }
  .tablet\:row-start-2 {
    grid-row-start: 2;
  }
  .tablet\:row-start-3 {
    grid-row-start: 3;
  }
  .tablet\:m-0 {
    margin: 0px;
  }
  .tablet\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .tablet\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .tablet\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .tablet\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .tablet\:mb-0 {
    margin-bottom: 0px;
  }
  .tablet\:mb-28 {
    margin-bottom: 7rem;
  }
  .tablet\:mb-10 {
    margin-bottom: 2.5rem;
  }
  .tablet\:\!mb-6 {
    margin-bottom: 1.5rem !important;
  }
  .tablet\:mt-4 {
    margin-top: 1rem;
  }
  .tablet\:mb-8 {
    margin-bottom: 2rem;
  }
  .tablet\:mb-3 {
    margin-bottom: 0.75rem;
  }
  .tablet\:mb-4 {
    margin-bottom: 1rem;
  }
  .tablet\:mb-20 {
    margin-bottom: 5rem;
  }
  .tablet\:mb-14 {
    margin-bottom: 3.5rem;
  }
  .tablet\:mt-0 {
    margin-top: 0px;
  }
  .tablet\:mb-5 {
    margin-bottom: 1.25rem;
  }
  .tablet\:mb-2\.5 {
    margin-bottom: 0.625rem;
  }
  .tablet\:mb-2 {
    margin-bottom: 0.5rem;
  }
  .tablet\:mb-6 {
    margin-bottom: 1.5rem;
  }
  .tablet\:ml-3 {
    margin-left: 0.75rem;
  }
  .tablet\:mt-14 {
    margin-top: 3.5rem;
  }
  .tablet\:\!mb-0 {
    margin-bottom: 0px !important;
  }
  .tablet\:mr-8 {
    margin-right: 2rem;
  }
  .tablet\:mt-7 {
    margin-top: 1.75rem;
  }
  .tablet\:ml-2 {
    margin-left: 0.5rem;
  }
  .tablet\:mb-7\.5 {
    margin-bottom: 1.875rem;
  }
  .tablet\:mb-7 {
    margin-bottom: 1.75rem;
  }
  .tablet\:mr-14 {
    margin-right: 3.5rem;
  }
  .tablet\:ml-14 {
    margin-left: 3.5rem;
  }
  .tablet\:mb-16 {
    margin-bottom: 4rem;
  }
  .tablet\:mb-\[99px\] {
    margin-bottom: 99px;
  }
  .tablet\:-ml-36 {
    margin-left: -9rem;
  }
  .tablet\:-mr-6 {
    margin-right: -1.5rem;
  }
  .tablet\:\!mb-20 {
    margin-bottom: 5rem !important;
  }
  .tablet\:mt-28 {
    margin-top: 7rem;
  }
  .tablet\:-ml-6 {
    margin-left: -1.5rem;
  }
  .tablet\:mt-0\.5 {
    margin-top: 0.125rem;
  }
  .tablet\:mt-24 {
    margin-top: 6rem;
  }
  .tablet\:-mr-px {
    margin-right: -1px;
  }
  .tablet\:-mt-px {
    margin-top: -1px;
  }
  .tablet\:-mb-px {
    margin-bottom: -1px;
  }
  .tablet\:mr-4 {
    margin-right: 1rem;
  }
  .tablet\:block {
    display: block;
  }
  .tablet\:inline-block {
    display: inline-block;
  }
  .tablet\:inline {
    display: inline;
  }
  .tablet\:flex {
    display: flex;
  }
  .tablet\:grid {
    display: grid;
  }
  .tablet\:\!grid {
    display: grid !important;
  }
  .tablet\:hidden {
    display: none;
  }
  .tablet\:aspect-\[114\/35\] {
    aspect-ratio: 114/35;
  }
  .tablet\:aspect-\[3\/2\] {
    aspect-ratio: 3/2;
  }
  .tablet\:h-full {
    height: 100%;
  }
  .tablet\:h-32 {
    height: 8rem;
  }
  .tablet\:h-20 {
    height: 5rem;
  }
  .tablet\:h-24 {
    height: 6rem;
  }
  .tablet\:h-screen {
    height: 100vh;
  }
  .tablet\:h-\[84px\] {
    height: 84px;
  }
  .tablet\:h-\[calc\(100vh-48px\)\] {
    height: calc(100vh - 48px);
  }
  .tablet\:h-9 {
    height: 2.25rem;
  }
  .tablet\:h-\[345px\] {
    height: 345px;
  }
  .tablet\:h-auto {
    height: auto;
  }
  .tablet\:h-\[509px\] {
    height: 509px;
  }
  .tablet\:h-\[381px\] {
    height: 381px;
  }
  .tablet\:h-\[486px\] {
    height: 486px;
  }
  .tablet\:h-\[560px\] {
    height: 560px;
  }
  .tablet\:h-\[514px\] {
    height: 514px;
  }
  .tablet\:h-3\.5 {
    height: 0.875rem;
  }
  .tablet\:h-3 {
    height: 0.75rem;
  }
  .tablet\:h-\[82px\] {
    height: 82px;
  }
  .tablet\:h-\[68px\] {
    height: 68px;
  }
  .tablet\:h-\[80px\] {
    height: 80px;
  }
  .tablet\:h-\[490px\] {
    height: 490px;
  }
  .tablet\:h-\[150px\] {
    height: 150px;
  }
  .tablet\:min-h-\[513px\] {
    min-height: 513px;
  }
  .tablet\:min-h-full {
    min-height: 100%;
  }
  .tablet\:min-h-\[976px\] {
    min-height: 976px;
  }
  .tablet\:min-h-\[400px\] {
    min-height: 400px;
  }
  .tablet\:min-h-\[500px\] {
    min-height: 500px;
  }
  .tablet\:w-\[550px\] {
    width: 550px;
  }
  .tablet\:w-\[642px\] {
    width: 642px;
  }
  .tablet\:w-44 {
    width: 11rem;
  }
  .tablet\:w-\[138px\] {
    width: 138px;
  }
  .tablet\:w-\[125px\] {
    width: 125px;
  }
  .tablet\:w-1\/2 {
    width: 50%;
  }
  .tablet\:w-24 {
    width: 6rem;
  }
  .tablet\:w-3\/4 {
    width: 75%;
  }
  .tablet\:w-4\/12 {
    width: 33.333333%;
  }
  .tablet\:w-5 {
    width: 1.25rem;
  }
  .tablet\:w-auto {
    width: auto;
  }
  .tablet\:w-\[31\.48\%\] {
    width: 31.48%;
  }
  .tablet\:w-4\/6 {
    width: 66.666667%;
  }
  .tablet\:w-\[26px\] {
    width: 26px;
  }
  .tablet\:w-9 {
    width: 2.25rem;
  }
  .tablet\:w-\[346px\] {
    width: 346px;
  }
  .tablet\:w-\[100px\] {
    width: 100px;
  }
  .tablet\:w-16 {
    width: 4rem;
  }
  .tablet\:w-\[21px\] {
    width: 21px;
  }
  .tablet\:w-3 {
    width: 0.75rem;
  }
  .tablet\:w-\[784px\] {
    width: 784px;
  }
  .tablet\:w-\[calc\(100\%\+48px\)\] {
    width: calc(100% + 48px);
  }
  .tablet\:w-8\/12 {
    width: 66.666667%;
  }
  .tablet\:w-\[360px\] {
    width: 360px;
  }
  .tablet\:w-\[124px\] {
    width: 124px;
  }
  .tablet\:w-1\/4 {
    width: 25%;
  }
  .tablet\:w-1\/3 {
    width: 33.333333%;
  }
  .tablet\:min-w-fit {
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
  .tablet\:min-w-\[123px\] {
    min-width: 123px;
  }
  .tablet\:max-w-fit {
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  .tablet\:max-w-\[60\%\] {
    max-width: 60%;
  }
  .tablet\:max-w-\[40rem\] {
    max-width: 40rem;
  }
  .tablet\:max-w-\[38\%\] {
    max-width: 38%;
  }
  .tablet\:max-w-none {
    max-width: none;
  }
  .tablet\:max-w-\[442px\] {
    max-width: 442px;
  }
  .tablet\:max-w-\[420px\] {
    max-width: 420px;
  }
  .tablet\:max-w-\[148px\] {
    max-width: 148px;
  }
  .tablet\:max-w-\[568px\] {
    max-width: 568px;
  }
  .tablet\:max-w-\[576px\] {
    max-width: 576px;
  }
  .tablet\:max-w-\[90\%\] {
    max-width: 90%;
  }
  .tablet\:max-w-\[712px\] {
    max-width: 712px;
  }
  .tablet\:flex-1 {
    flex: 1 1 0%;
  }
  .tablet\:flex-shrink-0 {
    flex-shrink: 0;
  }
  .tablet\:flex-grow-0 {
    flex-grow: 0;
  }
  .tablet\:flex-grow {
    flex-grow: 1;
  }
  .tablet\:basis-\[320px\] {
    flex-basis: 320px;
  }
  .tablet\:basis-\[494px\] {
    flex-basis: 494px;
  }
  .tablet\:basis-\[348px\] {
    flex-basis: 348px;
  }
  .tablet\:basis-\[412px\] {
    flex-basis: 412px;
  }
  .tablet\:-translate-y-1\/2 {
    --tw-translate-y: -50%;
    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));
  }
  .tablet\: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(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .tablet\: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));
  }
  .tablet\:grid-flow-row {
    grid-auto-flow: row;
  }
  .tablet\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .tablet\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .tablet\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .tablet\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .tablet\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .tablet\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .tablet\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .tablet\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
  .tablet\:flex-row {
    flex-direction: row;
  }
  .tablet\:flex-col {
    flex-direction: column;
  }
  .tablet\:flex-wrap {
    flex-wrap: wrap;
  }
  .tablet\:items-start {
    align-items: flex-start;
  }
  .tablet\:items-end {
    align-items: flex-end;
  }
  .tablet\:items-center {
    align-items: center;
  }
  .tablet\:justify-start {
    justify-content: flex-start;
  }
  .tablet\:justify-end {
    justify-content: flex-end;
  }
  .tablet\:justify-center {
    justify-content: center;
  }
  .tablet\:justify-between {
    justify-content: space-between;
  }
  .tablet\:gap-6 {
    gap: 1.5rem;
  }
  .tablet\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
  .tablet\:gap-x-2 {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }
  .tablet\:gap-y-6 {
    row-gap: 1.5rem;
  }
  .tablet\:gap-y-4 {
    row-gap: 1rem;
  }
  .tablet\:gap-y-14 {
    row-gap: 3.5rem;
  }
  .tablet\:gap-x-3\.5 {
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
  }
  .tablet\:gap-x-3 {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }
  .tablet\:gap-x-5 {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }
  .tablet\:gap-y-8 {
    row-gap: 2rem;
  }
  .tablet\:gap-x-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
  .tablet\:gap-y-10 {
    row-gap: 2.5rem;
  }
  .tablet\:gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
  .tablet\:gap-y-16 {
    row-gap: 4rem;
  }
  .tablet\:gap-y-0 {
    row-gap: 0px;
  }
  .tablet\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }
  .tablet\: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));
  }
  .tablet\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .tablet\:overflow-hidden {
    overflow: hidden;
  }
  .tablet\:overflow-x-hidden {
    overflow-x: hidden;
  }
  .tablet\:whitespace-nowrap {
    white-space: nowrap;
  }
  .tablet\:border-2 {
    border-width: 2px;
  }
  .tablet\:border-0 {
    border-width: 0px;
  }
  .tablet\:border-\[6px\] {
    border-width: 6px;
  }
  .tablet\:border {
    border-width: 1px;
  }
  .tablet\:border-y-2 {
    border-top-width: 2px;
    border-bottom-width: 2px;
  }
  .tablet\:border-y-0 {
    border-top-width: 0px;
    border-bottom-width: 0px;
  }
  .tablet\:border-t-2 {
    border-top-width: 2px;
  }
  .tablet\:border-l-2 {
    border-left-width: 2px;
  }
  .tablet\:border-b-0 {
    border-bottom-width: 0px;
  }
  .tablet\:border-t-0 {
    border-top-width: 0px;
  }
  .tablet\:border-l {
    border-left-width: 1px;
  }
  .tablet\:border-t {
    border-top-width: 1px;
  }
  .tablet\:border-r {
    border-right-width: 1px;
  }
  .tablet\:border-r-2 {
    border-right-width: 2px;
  }
  .tablet\:border-b {
    border-bottom-width: 1px;
  }
  .tablet\:border-none {
    border-style: none;
  }
  .tablet\:bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 245 / var(--tw-bg-opacity));
  }
  .tablet\:bg-opacity-75 {
    --tw-bg-opacity: 0.75;
  }
  .tablet\:p-0 {
    padding: 0px;
  }
  .tablet\:p-6 {
    padding: 1.5rem;
  }
  .tablet\:p-8 {
    padding: 2rem;
  }
  .tablet\:p-4 {
    padding: 1rem;
  }
  .tablet\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .tablet\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .tablet\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }
  .tablet\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .tablet\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .tablet\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
  .tablet\:py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }
  .tablet\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .tablet\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .tablet\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .tablet\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .tablet\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .tablet\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .tablet\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
  .tablet\:py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }
  .tablet\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .tablet\:py-\[104px\] {
    padding-top: 104px;
    padding-bottom: 104px;
  }
  .tablet\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .tablet\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .tablet\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .tablet\:py-\[72px\] {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .tablet\:px-\[50px\] {
    padding-left: 50px;
    padding-right: 50px;
  }
  .tablet\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .tablet\:py-\[20px\] {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .tablet\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .tablet\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .tablet\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .tablet\:py-\[82px\] {
    padding-top: 82px;
    padding-bottom: 82px;
  }
  .tablet\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .tablet\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .tablet\:px-3\.5 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }
  .tablet\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .tablet\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .tablet\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .tablet\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .tablet\:pt-8 {
    padding-top: 2rem;
  }
  .tablet\:pb-8 {
    padding-bottom: 2rem;
  }
  .tablet\:pb-2 {
    padding-bottom: 0.5rem;
  }
  .tablet\:pt-2 {
    padding-top: 0.5rem;
  }
  .tablet\:pt-\[123px\] {
    padding-top: 123px;
  }
  .tablet\:pb-\[82px\] {
    padding-bottom: 82px;
  }
  .tablet\:pt-\[calc\(\(483\/494\)\*100\%\)\] {
    padding-top: calc((483 / 494) * 100%);
  }
  .tablet\:pb-6 {
    padding-bottom: 1.5rem;
  }
  .tablet\:pl-12 {
    padding-left: 3rem;
  }
  .tablet\:pr-12 {
    padding-right: 3rem;
  }
  .tablet\:pt-6 {
    padding-top: 1.5rem;
  }
  .tablet\:pr-6 {
    padding-right: 1.5rem;
  }
  .tablet\:pb-0 {
    padding-bottom: 0px;
  }
  .tablet\:pt-32 {
    padding-top: 8rem;
  }
  .tablet\:pt-\[calc\(286\/420\*100\%\)\] {
    padding-top: calc(286 / 420 * 100%);
  }
  .tablet\:pt-0 {
    padding-top: 0px;
  }
  .tablet\:pl-11 {
    padding-left: 2.75rem;
  }
  .tablet\:pl-4 {
    padding-left: 1rem;
  }
  .tablet\:pr-0 {
    padding-right: 0px;
  }
  .tablet\:pb-\[22px\] {
    padding-bottom: 22px;
  }
  .tablet\:pt-\[140px\] {
    padding-top: 140px;
  }
  .tablet\:pb-\[50px\] {
    padding-bottom: 50px;
  }
  .tablet\:pb-9 {
    padding-bottom: 2.25rem;
  }
  .tablet\:pt-28 {
    padding-top: 7rem;
  }
  .tablet\:pb-16 {
    padding-bottom: 4rem;
  }
  .tablet\:pb-14 {
    padding-bottom: 3.5rem;
  }
  .tablet\:pt-\[calc\(\(289\/1105\)\*100\%\)\] {
    padding-top: calc((289 / 1105) * 100%);
  }
  .tablet\:pt-\[69\.36\%\] {
    padding-top: 69.36%;
  }
  .tablet\:pt-5 {
    padding-top: 1.25rem;
  }
  .tablet\:pt-\[calc\(\(561\/866\)\*100\%\)\] {
    padding-top: calc((561 / 866) * 100%);
  }
  .tablet\:pl-6 {
    padding-left: 1.5rem;
  }
  .tablet\:pr-\[30px\] {
    padding-right: 30px;
  }
  .tablet\:pt-\[20px\] {
    padding-top: 20px;
  }
  .tablet\:pb-1 {
    padding-bottom: 0.25rem;
  }
  .tablet\:pt-4 {
    padding-top: 1rem;
  }
  .tablet\:pb-10 {
    padding-bottom: 2.5rem;
  }
  .tablet\:pl-\[74px\] {
    padding-left: 74px;
  }
  .tablet\:pt-16 {
    padding-top: 4rem;
  }
  .tablet\:pl-0 {
    padding-left: 0px;
  }
  .tablet\:pr-11 {
    padding-right: 2.75rem;
  }
  .tablet\:pt-20 {
    padding-top: 5rem;
  }
  .tablet\:pb-\[60px\] {
    padding-bottom: 60px;
  }
  .tablet\:pt-10 {
    padding-top: 2.5rem;
  }
  .tablet\:pb-20 {
    padding-bottom: 5rem;
  }
  .tablet\:pb-4 {
    padding-bottom: 1rem;
  }
  .tablet\:pt-14 {
    padding-top: 3.5rem;
  }
  .tablet\:pt-\[calc\(277\/198\*100\%\)\] {
    padding-top: calc(277 / 198 * 100%);
  }
  .tablet\:pb-2\.5 {
    padding-bottom: 0.625rem;
  }
  .tablet\:text-left {
    text-align: left;
  }
  .tablet\:\!text-left {
    text-align: left !important;
  }
  .tablet\:text-center {
    text-align: center;
  }
  .tablet\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
  .tablet\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .tablet\:text-6xl {
    font-size: 4rem;
  }
  .tablet\:\!text-sm {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
  }
  .tablet\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .tablet\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .tablet\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .tablet\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .tablet\:\!text-5xl {
    font-size: 3rem !important;
    line-height: 1 !important;
  }
  .tablet\:text-2xs {
    font-size: 0.625rem;
  }
  .tablet\:text-\[88px\] {
    font-size: 88px;
  }
  .tablet\:text-\[72px\] {
    font-size: 72px;
  }
  .tablet\:text-\[22px\] {
    font-size: 22px;
  }
  .tablet\:text-\[30px\] {
    font-size: 30px;
  }
  .tablet\:font-medium {
    font-weight: 500;
  }
  .tablet\:leading-\[1\.6\] {
    line-height: 1.6;
  }
  .tablet\:leading-tight {
    line-height: 1.25;
  }
  .tablet\:leading-none {
    line-height: 1;
  }
  .tablet\:\!leading-\[48px\] {
    line-height: 48px !important;
  }
  .tablet\:leading-8 {
    line-height: 2rem;
  }
  .tablet\:leading-3 {
    line-height: .75rem;
  }
  .tablet\:leading-\[176px\] {
    line-height: 176px;
  }
  .tablet\:leading-\[48px\] {
    line-height: 48px;
  }
  .tablet\:leading-\[144px\] {
    line-height: 144px;
  }
  .tablet\:leading-\[1\.14\] {
    line-height: 1.14;
  }
  .tablet\:tracking-\[0\.096em\] {
    letter-spacing: 0.096em;
  }
  .tablet\:\!tracking-\[0\.07em\] {
    letter-spacing: 0.07em !important;
  }
  .tablet\:tracking-\[0\.0014em\] {
    letter-spacing: 0.0014em;
  }
  .tablet\:tracking-\[0\.07em\] {
    letter-spacing: 0.07em;
  }
  .tablet\:tracking-\[0\.12em\] {
    letter-spacing: 0.12em;
  }
  .tablet\:tracking-\[0\.045em\] {
    letter-spacing: 0.045em;
  }
  .tablet\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  .tablet\:opacity-100 {
    opacity: 1;
  }
  .tablet\:container-padding {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  @media (min-width: 768px) {

    .tablet\:container-padding {
      padding-left: 3rem;
      padding-right: 3rem;
    }
  }
  .tablet\:h-16-9 {
    height: calc(100vw * 0.5625);
  }
  .tablet\:before\:left-\[68px\]::before {
    content: var(--tw-content);
    left: 68px;
  }
  .tablet\:before\:left-0::before {
    content: var(--tw-content);
    left: 0px;
  }
  .tablet\:before\:block::before {
    content: var(--tw-content);
    display: block;
  }
  .before\:tablet\:h-0\.5::before {
    content: var(--tw-content);
    height: 0.125rem;
  }
  .before\:tablet\:h-0::before {
    content: var(--tw-content);
    height: 0px;
  }
  .tablet\:before\:h-0\.5::before {
    content: var(--tw-content);
    height: 0.125rem;
  }
  .tablet\:before\:h-0::before {
    content: var(--tw-content);
    height: 0px;
  }
  .before\:tablet\:w-full::before {
    content: var(--tw-content);
    width: 100%;
  }
  .tablet\:before\:w-0\.5::before {
    content: var(--tw-content);
    width: 0.125rem;
  }
  .tablet\:before\:w-0::before {
    content: var(--tw-content);
    width: 0px;
  }
  .before\:tablet\:w-0\.5::before {
    content: var(--tw-content);
    width: 0.125rem;
  }
  .before\:tablet\:w-0::before {
    content: var(--tw-content);
    width: 0px;
  }
  .before\:tablet\:pt-\[calc\(\(483\/494\)\*100\%\)\]::before {
    content: var(--tw-content);
    padding-top: calc((483 / 494) * 100%);
  }
  .tablet\:before\:pt-\[calc\(514\/\(370_-_24\)\*100\%\)\]::before {
    content: var(--tw-content);
    padding-top: calc(514 / (370 - 24) * 100%);
  }
  .tablet\:after\:right-\[68px\]::after {
    content: var(--tw-content);
    right: 68px;
  }
  .tablet\:after\:right-0::after {
    content: var(--tw-content);
    right: 0px;
  }
  .tablet\:after\:h-0\.5::after {
    content: var(--tw-content);
    height: 0.125rem;
  }
  .tablet\:after\:h-0::after {
    content: var(--tw-content);
    height: 0px;
  }
  .after\:tablet\:h-0::after {
    content: var(--tw-content);
    height: 0px;
  }
  .after\:tablet\:h-0\.5::after {
    content: var(--tw-content);
    height: 0.125rem;
  }
  .tablet\:after\:w-6::after {
    content: var(--tw-content);
    width: 1.5rem;
  }
  .tablet\:after\:w-0\.5::after {
    content: var(--tw-content);
    width: 0.125rem;
  }
  .tablet\:after\:w-0::after {
    content: var(--tw-content);
    width: 0px;
  }
  .tablet\:last-of-type\:before\:hidden:last-of-type::before {
    content: var(--tw-content);
    display: none;
  }
  .hover\:tablet\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  .group:hover .group-hover\:tablet\:opacity-100 {
    opacity: 1;
  }
  .prose-p\:tablet\:p :is(:where(p):not(:where([class~="not-prose"] *))), .prose-p\:tablet\:p :is(:where(p):not(:where([class~="not-prose"] *))) p {
    font-size: 1.125rem;
    line-height: 1.75rem;
    line-height: 1.5;
    letter-spacing: 0.0016em;
  }
  .prose-p\:tablet\:text-5xl :is(:where(p):not(:where([class~="not-prose"] *))) {
    font-size: 3rem;
    line-height: 1;
  }
  .prose-p\:tablet\:\!text-lg :is(:where(p):not(:where([class~="not-prose"] *))) {
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
  }
  .tablet\:prose-p\:text-sm :is(:where(p):not(:where([class~="not-prose"] *))) {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .tablet\:prose-p\:font-light :is(:where(p):not(:where([class~="not-prose"] *))) {
    font-weight: 300;
  }
  .tablet\:prose-p\:leading-none :is(:where(p):not(:where([class~="not-prose"] *))) {
    line-height: 1;
  }
  .prose-a\:tablet\:block :is(:where(a):not(:where([class~="not-prose"] *))) {
    display: block;
  }
}
@media (min-width: 1280px) {
  .laptop\:h1 {
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'FFMark', sans-serif;
  }
  .laptop\:\!h2 {
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'FFMark', sans-serif;
  }
  .laptop\:h2 {
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'FFMark', sans-serif;
  }
  .laptop\:\!h3 {
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'FFMark', sans-serif;
  }
  .laptop\:h3 {
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'FFMark', sans-serif;
  }
  .laptop\:\!h4 {
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'FFMark', sans-serif;
  }
  .laptop\:h4 {
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'FFMark', sans-serif;
  }
  .laptop\:h5 {
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'FFMark', sans-serif;
  }
  .laptop\:\!h5 {
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'FFMark', sans-serif;
  }
  .laptop\:\!h6 {
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'FFMark', sans-serif;
  }
  .laptop\:h6 {
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'FFMark', sans-serif;
  }
  .laptop\:h1 {
    margin-bottom: 1rem;
  }
  @media (min-width: 1280px) {

    .laptop\:h1 {
      margin-bottom: 3rem;
    }
  }
  .laptop\:h1 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  @media (min-width: 768px) {

    .laptop\:h1 {
      font-size: 3rem;
      line-height: 1;
    }
  }
  @media (min-width: 1280px) {

    .laptop\:h1 {
      font-size: 5rem;
    }
  }
  .laptop\:h1 {
    line-height: 2rem;
  }
  @media (min-width: 768px) {

    .laptop\:h1 {
      line-height: 48px;
    }
  }
  @media (min-width: 1280px) {

    .laptop\:h1 {
      line-height: 80px;
    }
  }
  .laptop\:h1 {
    letter-spacing: 0.07em;
  }
  @media (min-width: 768px) {

    .laptop\:h1 {
      letter-spacing: 0.096em;
    }
  }
  @media (min-width: 1280px) {

    .laptop\:h1 {
      letter-spacing: 0.12em;
    }
  }
  .laptop\:\!h2 {
    margin-bottom: 1rem;
  }
  @media (min-width: 1280px) {

    .laptop\:\!h2 {
      margin-bottom: 3rem;
    }
  }
  .laptop\:h2 {
    margin-bottom: 1rem;
  }
  @media (min-width: 1280px) {

    .laptop\:h2 {
      margin-bottom: 3rem;
    }
  }
  .laptop\:\!h2 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  @media (min-width: 768px) {

    .laptop\:\!h2 {
      font-size: 3rem;
      line-height: 1;
    }
  }
  @media (min-width: 1280px) {

    .laptop\:\!h2 {
      font-size: 4rem;
    }
  }
  .laptop\:h2 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  @media (min-width: 768px) {

    .laptop\:h2 {
      font-size: 3rem;
      line-height: 1;
    }
  }
  @media (min-width: 1280px) {

    .laptop\:h2 {
      font-size: 4rem;
    }
  }
  .laptop\:\!h2 {
    line-height: 2rem;
  }
  @media (min-width: 768px) {

    .laptop\:\!h2 {
      line-height: 48px;
    }
  }
  @media (min-width: 1280px) {

    .laptop\:\!h2 {
      line-height: 68px;
    }
  }
  .laptop\:h2 {
    line-height: 2rem;
  }
  @media (min-width: 768px) {

    .laptop\:h2 {
      line-height: 48px;
    }
  }
  @media (min-width: 1280px) {

    .laptop\:h2 {
      line-height: 68px;
    }
  }
  .laptop\:\!h2 {
    letter-spacing: 0.036em;
  }
  @media (min-width: 768px) {

    .laptop\:\!h2 {
      letter-spacing: 0.07em;
    }
  }
  @media (min-width: 1280px) {

    .laptop\:\!h2 {
      letter-spacing: 0.096em;
    }
  }
  .laptop\:h2 {
    letter-spacing: 0.036em;
  }
  @media (min-width: 768px) {

    .laptop\:h2 {
      letter-spacing: 0.07em;
    }
  }
  @media (min-width: 1280px) {

    .laptop\:h2 {
      letter-spacing: 0.096em;
    }
  }
  .laptop\:\!h3 {
    margin-bottom: 1rem;
  }
  .laptop\:h3 {
    margin-bottom: 1rem;
  }
  .laptop\:\!h3 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  @media (min-width: 768px) {

    .laptop\:\!h3 {
      font-size: 1.875rem;
      line-height: 2.25rem;
    }
  }
  @media (min-width: 1280px) {

    .laptop\:\!h3 {
      font-size: 3rem;
      line-height: 1;
    }
  }
  .laptop\:h3 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  @media (min-width: 768px) {

    .laptop\:h3 {
      font-size: 1.875rem;
      line-height: 2.25rem;
    }
  }
  @media (min-width: 1280px) {

    .laptop\:h3 {
      font-size: 3rem;
      line-height: 1;
    }
  }
  .laptop\:\!h3 {
    line-height: 26px;
  }
  @media (min-width: 768px) {

    .laptop\:\!h3 {
      line-height: 2rem;
    }
  }
  @media (min-width: 1280px) {

    .laptop\:\!h3 {
      line-height: 48px;
    }
  }
  .laptop\:h3 {
    line-height: 26px;
  }
  @media (min-width: 768px) {

    .laptop\:h3 {
      line-height: 2rem;
    }
  }
  @media (min-width: 1280px) {

    .laptop\:h3 {
      line-height: 48px;
    }
  }
  .laptop\:\!h3 {
    letter-spacing: 0.045em;
  }
  @media (min-width: 1280px) {

    .laptop\:\!h3 {
      letter-spacing: 0.07em;
    }
  }
  .laptop\:h3 {
    letter-spacing: 0.045em;
  }
  @media (min-width: 1280px) {

    .laptop\:h3 {
      letter-spacing: 0.07em;
    }
  }
  .laptop\:\!h4 {
    margin-bottom: 1rem;
  }
  .laptop\:h4 {
    margin-bottom: 1rem;
  }
  .laptop\:\!h4 {
    font-size: 1.875rem;
    line-height: 2rem;
  }
  .laptop\:h4 {
    font-size: 1.875rem;
    line-height: 2rem;
  }
  .laptop\:\!h4 {
    letter-spacing: 0.045em;
  }
  .laptop\:h4 {
    letter-spacing: 0.045em;
  }
  .laptop\:h5 {
    margin-bottom: 1rem;
  }
  .laptop\:\!h5 {
    margin-bottom: 1rem;
  }
  .laptop\:h5 {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
  .laptop\:\!h5 {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
  .laptop\:h5 {
    letter-spacing: 0.036em;
  }
  .laptop\:\!h5 {
    letter-spacing: 0.036em;
  }
  .laptop\:\!h6 {
    margin-bottom: 1rem;
  }
  .laptop\:h6 {
    margin-bottom: 1rem;
  }
  .laptop\:\!h6 {
    font-size: 1.125rem;
    line-height: 1.75rem;
    line-height: 21.6px;
  }
  .laptop\:h6 {
    font-size: 1.125rem;
    line-height: 1.75rem;
    line-height: 21.6px;
  }
  .laptop\:\!h6 {
    letter-spacing: 0.027em;
  }
  .laptop\:h6 {
    letter-spacing: 0.027em;
  }
  .laptop\:\!p, .laptop\:\!p p {
    font-size: 1.125rem;
    line-height: 1.75rem;
    line-height: 1.5;
    letter-spacing: 0.0016em;
  }
  .laptop\:\!p-sb,.laptop\:\!p-sb p {
    /* Desktop/Paragraph-Semibold Italic */
    /* Desktop/Paragraph-Semibold Italic */
  }
  .laptop\:\!p-sb, .laptop\:\!p-sb p {
    font-weight: 600;
    font-style: italic;
  }
  .laptop\:p-sm,.laptop\:p-sm p {
    /* Desktop/Sm Paragraph-Regular */
    /* Desktop/Sm Paragraph-Regular */
  }
  .laptop\:p-sm, .laptop\:p-sm p {
    font-size: 0.875rem;
    line-height: 1.25rem;
    line-height: 1.14;
    letter-spacing: 0.0014em;
  }
  @media (min-width: 1280px) {

    .laptop\:p-sm, .laptop\:p-sm p {
      font-size: 1.125rem;
      line-height: 1.75rem;
      line-height: 1.5;
      letter-spacing: 0.0016em;
    }
  }
  .laptop\:p-sm, .laptop\:p-sm p {
    font-size: 0.875rem;
    line-height: 1.25rem;
    line-height: 1.14;
    letter-spacing: 0.0014em;
  }
  @media (min-width: 1280px) {

    .laptop\:p-sm, .laptop\:p-sm p {
      font-size: 1.125rem;
      line-height: 1.75rem;
      line-height: 1.5;
      letter-spacing: 0.0016em;
    }
  }
  .laptop\:\!label-medium {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.14;
    letter-spacing: 0.0014em;
    font-family: 'FFMark', sans-serif;
  }
  .laptop\:aspect-h-4 {
    --tw-aspect-h: 4;
  }
  .laptop\:aspect-w-9 {
    position: relative;
    padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
    --tw-aspect-w: 9;
  }
  .laptop\:aspect-w-9 > * {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .laptop\:aspect-h-5 {
    --tw-aspect-h: 5;
  }
  .laptop\:aspect-w-2 {
    position: relative;
    padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
    --tw-aspect-w: 2;
  }
  .laptop\:aspect-w-2 > * {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .laptop\:aspect-h-3 {
    --tw-aspect-h: 3;
  }
  .laptop\:aspect-none {
    position: static;
    padding-bottom: 0;
  }
  .laptop\:aspect-none > * {
    position: static;
    height: auto;
    width: auto;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
  .laptop\:btn-medium {
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1rem;
    letter-spacing: 0.05em;
    font-family: 'FFMark', sans-serif;
  }
  .laptop\:absolute {
    position: absolute;
  }
  .laptop\:relative {
    position: relative;
  }
  .laptop\:-left-0\.5 {
    left: -0.125rem;
  }
  .laptop\:-right-0\.5 {
    right: -0.125rem;
  }
  .laptop\:-left-0 {
    left: -0px;
  }
  .laptop\:-right-0 {
    right: -0px;
  }
  .laptop\:top-\[88px\] {
    top: 88px;
  }
  .laptop\:top-0 {
    top: 0px;
  }
  .laptop\:left-full {
    left: 100%;
  }
  .laptop\:right-0 {
    right: 0px;
  }
  .laptop\:left-12 {
    left: 3rem;
  }
  .laptop\:right-6 {
    right: 1.5rem;
  }
  .laptop\:right-12 {
    right: 3rem;
  }
  .laptop\:right-4 {
    right: 1rem;
  }
  .laptop\:-top-14 {
    top: -3.5rem;
  }
  .laptop\:top-\[-7\.5px\] {
    top: -7.5px;
  }
  .laptop\:top-6 {
    top: 1.5rem;
  }
  .laptop\:bottom-8 {
    bottom: 2rem;
  }
  .laptop\:bottom-10 {
    bottom: 2.5rem;
  }
  .laptop\:top-\[50px\] {
    top: 50px;
  }
  .laptop\:bottom-12 {
    bottom: 3rem;
  }
  .laptop\:order-2 {
    order: 2;
  }
  .laptop\:order-1 {
    order: 1;
  }
  .laptop\:order-3 {
    order: 3;
  }
  .laptop\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  .laptop\:col-span-3 {
    grid-column: span 3 / span 3;
  }
  .laptop\:col-span-7 {
    grid-column: span 7 / span 7;
  }
  .laptop\:col-span-5 {
    grid-column: span 5 / span 5;
  }
  .laptop\:col-span-9 {
    grid-column: span 9 / span 9;
  }
  .laptop\:col-span-4 {
    grid-column: span 4 / span 4;
  }
  .laptop\:col-span-full {
    grid-column: 1 / -1;
  }
  .laptop\:col-span-1 {
    grid-column: span 1 / span 1;
  }
  .laptop\:col-span-6 {
    grid-column: span 6 / span 6;
  }
  .laptop\:col-start-2 {
    grid-column-start: 2;
  }
  .laptop\:col-start-4 {
    grid-column-start: 4;
  }
  .laptop\:col-start-7 {
    grid-column-start: 7;
  }
  .laptop\:col-start-1 {
    grid-column-start: 1;
  }
  .laptop\:col-start-8 {
    grid-column-start: 8;
  }
  .laptop\:col-start-6 {
    grid-column-start: 6;
  }
  .laptop\:row-span-1 {
    grid-row: span 1 / span 1;
  }
  .laptop\:row-start-2 {
    grid-row-start: 2;
  }
  .laptop\:row-start-1 {
    grid-row-start: 1;
  }
  .laptop\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .laptop\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .laptop\:mb-14 {
    margin-bottom: 3.5rem;
  }
  .laptop\:mb-0 {
    margin-bottom: 0px;
  }
  .laptop\:mr-5 {
    margin-right: 1.25rem;
  }
  .laptop\:\!mb-6 {
    margin-bottom: 1.5rem !important;
  }
  .laptop\:-mr-6 {
    margin-right: -1.5rem;
  }
  .laptop\:mt-8 {
    margin-top: 2rem;
  }
  .laptop\:-ml-0\.5 {
    margin-left: -0.125rem;
  }
  .laptop\:-ml-0 {
    margin-left: -0px;
  }
  .laptop\:mb-24 {
    margin-bottom: 6rem;
  }
  .laptop\:mb-12 {
    margin-bottom: 3rem;
  }
  .laptop\:mb-6 {
    margin-bottom: 1.5rem;
  }
  .laptop\:mb-\[90px\] {
    margin-bottom: 90px;
  }
  .laptop\:mb-8 {
    margin-bottom: 2rem;
  }
  .laptop\:mb-10 {
    margin-bottom: 2.5rem;
  }
  .laptop\:mt-12 {
    margin-top: 3rem;
  }
  .laptop\:\!mb-2\.5 {
    margin-bottom: 0.625rem !important;
  }
  .laptop\:\!mb-2 {
    margin-bottom: 0.5rem !important;
  }
  .laptop\:mt-0 {
    margin-top: 0px;
  }
  .laptop\:ml-4 {
    margin-left: 1rem;
  }
  .laptop\:mt-20 {
    margin-top: 5rem;
  }
  .laptop\:mb-4 {
    margin-bottom: 1rem;
  }
  .laptop\:mr-\[58px\] {
    margin-right: 58px;
  }
  .laptop\:ml-\[7px\] {
    margin-left: 7px;
  }
  .laptop\:mb-\[18px\] {
    margin-bottom: 18px;
  }
  .laptop\:mb-\[62px\] {
    margin-bottom: 62px;
  }
  .laptop\:mb-7 {
    margin-bottom: 1.75rem;
  }
  .laptop\:ml-3 {
    margin-left: 0.75rem;
  }
  .laptop\:-mt-0\.5 {
    margin-top: -0.125rem;
  }
  .laptop\:-mt-0 {
    margin-top: -0px;
  }
  .laptop\:mt-10 {
    margin-top: 2.5rem;
  }
  .laptop\:\!mb-0 {
    margin-bottom: 0px !important;
  }
  .laptop\:mb-16 {
    margin-bottom: 4rem;
  }
  .laptop\:mr-6 {
    margin-right: 1.5rem;
  }
  .laptop\:mb-1 {
    margin-bottom: 0.25rem;
  }
  .laptop\:mt-2 {
    margin-top: 0.5rem;
  }
  .laptop\:block {
    display: block;
  }
  .laptop\:inline {
    display: inline;
  }
  .laptop\:flex {
    display: flex;
  }
  .laptop\:grid {
    display: grid;
  }
  .laptop\:hidden {
    display: none;
  }
  .laptop\:aspect-\[58\/21\] {
    aspect-ratio: 58/21;
  }
  .laptop\:h-1\/2 {
    height: 50%;
  }
  .laptop\:h-\[48px\] {
    height: 48px;
  }
  .laptop\:h-10 {
    height: 2.5rem;
  }
  .laptop\:h-auto {
    height: auto;
  }
  .laptop\:h-12 {
    height: 3rem;
  }
  .laptop\:h-20 {
    height: 5rem;
  }
  .laptop\:h-9 {
    height: 2.25rem;
  }
  .laptop\:h-48 {
    height: 12rem;
  }
  .laptop\:h-\[115px\] {
    height: 115px;
  }
  .laptop\:h-8 {
    height: 2rem;
  }
  .laptop\:h-\[545px\] {
    height: 545px;
  }
  .laptop\:h-\[26\%\] {
    height: 26%;
  }
  .laptop\:h-\[74\%\] {
    height: 74%;
  }
  .laptop\:h-\[800px\] {
    height: 800px;
  }
  .laptop\:h-\[600px\] {
    height: 600px;
  }
  .laptop\:h-3 {
    height: 0.75rem;
  }
  .laptop\:h-\[509px\] {
    height: 509px;
  }
  .laptop\:h-\[381px\] {
    height: 381px;
  }
  .laptop\:h-\[390px\] {
    height: 390px;
  }
  .laptop\:h-\[756px\] {
    height: 756px;
  }
  .laptop\:h-\[580px\] {
    height: 580px;
  }
  .laptop\:h-\[22px\] {
    height: 22px;
  }
  .laptop\:h-\[108px\] {
    height: 108px;
  }
  .laptop\:h-\[117px\] {
    height: 117px;
  }
  .laptop\:h-11 {
    height: 2.75rem;
  }
  .laptop\:h-7 {
    height: 1.75rem;
  }
  .laptop\:h-screen {
    height: 100vh;
  }
  .laptop\:h-\[85px\] {
    height: 85px;
  }
  .laptop\:min-h-\[277px\] {
    min-height: 277px;
  }
  .laptop\:min-h-\[504px\] {
    min-height: 504px;
  }
  .laptop\:min-h-\[850px\] {
    min-height: 850px;
  }
  .laptop\:min-h-\[605px\] {
    min-height: 605px;
  }
  .laptop\:min-h-\[45px\] {
    min-height: 45px;
  }
  .laptop\:w-\[950px\] {
    width: 950px;
  }
  .laptop\:w-\[774px\] {
    width: 774px;
  }
  .laptop\:w-10 {
    width: 2.5rem;
  }
  .laptop\:w-\[78px\] {
    width: 78px;
  }
  .laptop\:w-12 {
    width: 3rem;
  }
  .laptop\:w-\[168px\] {
    width: 168px;
  }
  .laptop\:w-20 {
    width: 5rem;
  }
  .laptop\:w-9 {
    width: 2.25rem;
  }
  .laptop\:w-48 {
    width: 12rem;
  }
  .laptop\:w-8 {
    width: 2rem;
  }
  .laptop\:w-28 {
    width: 7rem;
  }
  .laptop\:w-\[32\.16\%\] {
    width: 32.16%;
  }
  .laptop\:w-11 {
    width: 2.75rem;
  }
  .laptop\:w-\[546px\] {
    width: 546px;
  }
  .laptop\:w-\[190px\] {
    width: 190px;
  }
  .laptop\:w-\[11px\] {
    width: 11px;
  }
  .laptop\:w-2\/3 {
    width: 66.666667%;
  }
  .laptop\:w-\[34px\] {
    width: 34px;
  }
  .laptop\:w-\[238px\] {
    width: 238px;
  }
  .laptop\:w-7 {
    width: 1.75rem;
  }
  .laptop\:w-\[90px\] {
    width: 90px;
  }
  .laptop\:w-\[26px\] {
    width: 26px;
  }
  .laptop\:w-full {
    width: 100%;
  }
  .laptop\:w-\[22px\] {
    width: 22px;
  }
  .laptop\:w-\[120px\] {
    width: 120px;
  }
  .laptop\:w-2 {
    width: 0.5rem;
  }
  .laptop\:w-\[114px\] {
    width: 114px;
  }
  .laptop\:w-\[140px\] {
    width: 140px;
  }
  .laptop\:w-\[233px\] {
    width: 233px;
  }
  .laptop\:w-1\/4 {
    width: 25%;
  }
  .laptop\:min-w-\[113px\] {
    min-width: 113px;
  }
  .laptop\:min-w-\[144px\] {
    min-width: 144px;
  }
  .laptop\:max-w-full {
    max-width: 100%;
  }
  .laptop\:max-w-3xl {
    max-width: 48rem;
  }
  .laptop\:max-w-\[576px\] {
    max-width: 576px;
  }
  .laptop\:max-w-\[830px\] {
    max-width: 830px;
  }
  .laptop\:max-w-\[653px\] {
    max-width: 653px;
  }
  .laptop\:max-w-\[206px\] {
    max-width: 206px;
  }
  .laptop\:max-w-\[614px\] {
    max-width: 614px;
  }
  .laptop\:max-w-\[1200px\] {
    max-width: 1200px;
  }
  .laptop\:max-w-\[50\%\] {
    max-width: 50%;
  }
  .laptop\:max-w-\[1240px\] {
    max-width: 1240px;
  }
  .laptop\:max-w-\[976px\] {
    max-width: 976px;
  }
  .laptop\:flex-1 {
    flex: 1 1 0%;
  }
  .laptop\:basis-\[454px\] {
    flex-basis: 454px;
  }
  .laptop\:basis-\[546px\] {
    flex-basis: 546px;
  }
  .laptop\:basis-\[433px\] {
    flex-basis: 433px;
  }
  .laptop\:basis-\[436px\] {
    flex-basis: 436px;
  }
  .laptop\:translate-y-0 {
    --tw-translate-y: 0px;
    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));
  }
  .laptop\:-translate-x-full {
    --tw-translate-x: -100%;
    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));
  }
  .laptop\:translate-x-0 {
    --tw-translate-x: 0px;
    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));
  }
  .laptop\:-translate-y-2 {
    --tw-translate-y: -0.5rem;
    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));
  }
  .laptop\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .laptop\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .laptop\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .laptop\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .laptop\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .laptop\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .laptop\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  .laptop\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
  .laptop\:flex-row {
    flex-direction: row;
  }
  .laptop\:flex-col {
    flex-direction: column;
  }
  .laptop\:flex-nowrap {
    flex-wrap: nowrap;
  }
  .laptop\:items-end {
    align-items: flex-end;
  }
  .laptop\:items-center {
    align-items: center;
  }
  .laptop\:justify-start {
    justify-content: flex-start;
  }
  .laptop\:justify-center {
    justify-content: center;
  }
  .laptop\:gap-5 {
    gap: 1.25rem;
  }
  .laptop\:gap-4 {
    gap: 1rem;
  }
  .laptop\:gap-2 {
    gap: 0.5rem;
  }
  .laptop\:gap-x-2 {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }
  .laptop\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
  .laptop\:gap-y-6 {
    row-gap: 1.5rem;
  }
  .laptop\:gap-y-0 {
    row-gap: 0px;
  }
  .laptop\:gap-y-4 {
    row-gap: 1rem;
  }
  .laptop\:gap-y-3\.5 {
    row-gap: 0.875rem;
  }
  .laptop\:gap-y-3 {
    row-gap: 0.75rem;
  }
  .laptop\:gap-x-0 {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }
  .laptop\:gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }
  .laptop\:gap-y-1 {
    row-gap: 0.25rem;
  }
  .laptop\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }
  .laptop\: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)));
  }
  .laptop\:overflow-x-hidden {
    overflow-x: hidden;
  }
  .laptop\:whitespace-normal {
    white-space: normal;
  }
  .laptop\:whitespace-nowrap {
    white-space: nowrap;
  }
  .laptop\:border-2 {
    border-width: 2px;
  }
  .laptop\:\!border-2 {
    border-width: 2px !important;
  }
  .laptop\:border-\[9px\] {
    border-width: 9px;
  }
  .laptop\:border-y-2 {
    border-top-width: 2px;
    border-bottom-width: 2px;
  }
  .laptop\:border-b-2 {
    border-bottom-width: 2px;
  }
  .laptop\:border-r-2 {
    border-right-width: 2px;
  }
  .laptop\:border-l-2 {
    border-left-width: 2px;
  }
  .laptop\:border-t-0 {
    border-top-width: 0px;
  }
  .laptop\:border-b-0 {
    border-bottom-width: 0px;
  }
  .laptop\:p-0 {
    padding: 0px;
  }
  .laptop\:p-8 {
    padding: 2rem;
  }
  .laptop\:p-6 {
    padding: 1.5rem;
  }
  .laptop\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
  .laptop\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .laptop\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .laptop\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .laptop\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .laptop\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }
  .laptop\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
  .laptop\:px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .laptop\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .laptop\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .laptop\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .laptop\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .laptop\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .laptop\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .laptop\:py-\[89px\] {
    padding-top: 89px;
    padding-bottom: 89px;
  }
  .laptop\:px-\[114px\] {
    padding-left: 114px;
    padding-right: 114px;
  }
  .laptop\:py-\[100px\] {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .laptop\:py-44 {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }
  .laptop\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .laptop\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
  .laptop\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .laptop\:py-\[108px\] {
    padding-top: 108px;
    padding-bottom: 108px;
  }
  .laptop\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .laptop\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .laptop\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .laptop\:py-\[45px\] {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .laptop\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .laptop\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .laptop\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }
  .laptop\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .laptop\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
  .laptop\:pl-24 {
    padding-left: 6rem;
  }
  .laptop\:pr-\[72px\] {
    padding-right: 72px;
  }
  .laptop\:pt-32 {
    padding-top: 8rem;
  }
  .laptop\:pb-20 {
    padding-bottom: 5rem;
  }
  .laptop\:pt-\[calc\(\(565\/546\)\*100\%\)\] {
    padding-top: calc((565 / 546) * 100%);
  }
  .laptop\:pt-5 {
    padding-top: 1.25rem;
  }
  .laptop\:pl-1\.5 {
    padding-left: 0.375rem;
  }
  .laptop\:pl-1 {
    padding-left: 0.25rem;
  }
  .laptop\:pb-0 {
    padding-bottom: 0px;
  }
  .laptop\:pl-48 {
    padding-left: 12rem;
  }
  .laptop\:pt-\[calc\(450\/660\*100\%\)\] {
    padding-top: calc(450 / 660 * 100%);
  }
  .laptop\:pr-12 {
    padding-right: 3rem;
  }
  .laptop\:pb-\[30px\] {
    padding-bottom: 30px;
  }
  .laptop\:pb-9 {
    padding-bottom: 2.25rem;
  }
  .laptop\:pl-4 {
    padding-left: 1rem;
  }
  .laptop\:pt-\[189px\] {
    padding-top: 189px;
  }
  .laptop\:pt-\[197px\] {
    padding-top: 197px;
  }
  .laptop\:pb-\[212px\] {
    padding-bottom: 212px;
  }
  .laptop\:pb-8 {
    padding-bottom: 2rem;
  }
  .laptop\:pt-56 {
    padding-top: 14rem;
  }
  .laptop\:pb-12 {
    padding-bottom: 3rem;
  }
  .laptop\:pt-\[69\.44\%\] {
    padding-top: 69.44%;
  }
  .laptop\:pt-8 {
    padding-top: 2rem;
  }
  .laptop\:pl-6 {
    padding-left: 1.5rem;
  }
  .laptop\:pr-8 {
    padding-right: 2rem;
  }
  .laptop\:pt-6 {
    padding-top: 1.5rem;
  }
  .laptop\:pb-\[42px\] {
    padding-bottom: 42px;
  }
  .laptop\:pr-\[90px\] {
    padding-right: 90px;
  }
  .laptop\:pt-14 {
    padding-top: 3.5rem;
  }
  .laptop\:pt-\[calc\(\(135\/224\)\*100\%\)\] {
    padding-top: calc((135 / 224) * 100%);
  }
  .laptop\:pt-\[245px\] {
    padding-top: 245px;
  }
  .laptop\:pt-10 {
    padding-top: 2.5rem;
  }
  .laptop\:pb-11 {
    padding-bottom: 2.75rem;
  }
  .laptop\:pl-10 {
    padding-left: 2.5rem;
  }
  .laptop\:pr-9 {
    padding-right: 2.25rem;
  }
  .laptop\:pl-14 {
    padding-left: 3.5rem;
  }
  .laptop\:pb-\[3px\] {
    padding-bottom: 3px;
  }
  .laptop\:pt-16 {
    padding-top: 4rem;
  }
  .laptop\:pt-\[103px\] {
    padding-top: 103px;
  }
  .laptop\:pb-\[108px\] {
    padding-bottom: 108px;
  }
  .laptop\:pt-\[50px\] {
    padding-top: 50px;
  }
  .laptop\:pl-12 {
    padding-left: 3rem;
  }
  .laptop\:pt-4 {
    padding-top: 1rem;
  }
  .laptop\:pr-16 {
    padding-right: 4rem;
  }
  .laptop\:pb-2 {
    padding-bottom: 0.5rem;
  }
  .laptop\:pt-\[calc\(95\/68\*100\%\)\] {
    padding-top: calc(95 / 68 * 100%);
  }
  .laptop\:pr-0 {
    padding-right: 0px;
  }
  .laptop\:pt-11 {
    padding-top: 2.75rem;
  }
  .laptop\:pb-6 {
    padding-bottom: 1.5rem;
  }
  .laptop\:pb-4 {
    padding-bottom: 1rem;
  }
  .laptop\:text-left {
    text-align: left;
  }
  .laptop\:text-center {
    text-align: center;
  }
  .laptop\:text-8xl {
    font-size: 6rem;
    line-height: 1;
  }
  .laptop\:text-7xl {
    font-size: 5rem;
  }
  .laptop\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .laptop\:text-\[66px\] {
    font-size: 66px;
  }
  .laptop\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }
  .laptop\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .laptop\:\!text-2xs {
    font-size: 0.625rem !important;
  }
  .laptop\:text-9xl {
    font-size: 8rem;
    line-height: 1;
  }
  .laptop\:text-\[88px\] {
    font-size: 88px;
  }
  .laptop\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .laptop\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .laptop\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
  .laptop\:\!text-\[4rem\] {
    font-size: 4rem !important;
  }
  .laptop\:\!text-sm {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
  }
  .laptop\:text-\[48px\] {
    font-size: 48px;
  }
  .laptop\:\!text-lg {
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
  }
  .laptop\:\!font-normal {
    font-weight: 400 !important;
  }
  .laptop\:font-light {
    font-weight: 300;
  }
  .laptop\:leading-loose {
    line-height: 2;
  }
  .laptop\:\!leading-6 {
    line-height: 1.5rem !important;
  }
  .laptop\:leading-\[14px\] {
    line-height: 14px;
  }
  .laptop\:leading-6 {
    line-height: 1.5rem;
  }
  .laptop\:leading-8 {
    line-height: 2rem;
  }
  .laptop\:\!leading-3 {
    line-height: .75rem !important;
  }
  .laptop\:leading-\[80px\] {
    line-height: 80px;
  }
  .laptop\:leading-\[176px\] {
    line-height: 176px;
  }
  .laptop\:tracking-\[0\.12em\] {
    letter-spacing: 0.12em;
  }
  .laptop\:tracking-\[0\.24em\] {
    letter-spacing: 0.24em;
  }
  .laptop\:\!tracking-\[0\.0014em\] {
    letter-spacing: 0.0014em !important;
  }
  .laptop\:tracking-\[0\.0016em\] {
    letter-spacing: 0.0016em;
  }
  .laptop\:tracking-\[0\.0014em\] {
    letter-spacing: 0.0014em;
  }
  .laptop\:tracking-\[0\.096em\] {
    letter-spacing: 0.096em;
  }
  .laptop\:opacity-0 {
    opacity: 0;
  }
  .laptop\:opacity-100 {
    opacity: 1;
  }
  .laptop\:outline-2 {
    outline-width: 2px;
  }
  .laptop\:outline-offset-\[-2px\] {
    outline-offset: -2px;
  }
  .laptop\:h-16-9 {
    height: calc(100vw * 0.5625);
  }
  .laptop\:v-center {
    position: absolute;
    top: 50%;
    --tw-translate-y: -50%;
    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));
  }
  .before\:laptop\:left-0::before {
    content: var(--tw-content);
    left: 0px;
  }
  .before\:laptop\:top-1\/2::before {
    content: var(--tw-content);
    top: 50%;
  }
  .before\:laptop\:h-0\.5::before {
    content: var(--tw-content);
    height: 0.125rem;
  }
  .before\:laptop\:h-0::before {
    content: var(--tw-content);
    height: 0px;
  }
  .laptop\:before\:h-2\.5::before {
    content: var(--tw-content);
    height: 0.625rem;
  }
  .laptop\:before\:h-2::before {
    content: var(--tw-content);
    height: 0.5rem;
  }
  .before\:laptop\:pt-\[calc\(\(565\/546\)\*100\%\)\]::before {
    content: var(--tw-content);
    padding-top: calc((565 / 546) * 100%);
  }
  .laptop\:before\:pt-\[calc\(800\/\(570_-_24\)\*100\%\)\]::before {
    content: var(--tw-content);
    padding-top: calc(800 / (570 - 24) * 100%);
  }
  .after\:laptop\:-bottom-4::after {
    content: var(--tw-content);
    bottom: -1rem;
  }
  .laptop\:last-of-type\:border-r-2:last-of-type {
    border-right-width: 2px;
  }
  .hover\:laptop\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  .hover\:laptop\:outline-black:hover {
    outline-color: #000;
  }
  .group:hover .laptop\:group-hover\:\!pointer-events-auto {
    pointer-events: auto !important;
  }
  .group:hover .laptop\:group-hover\:opacity-100 {
    opacity: 1;
  }
  .group:hover .laptop\:group-hover\:\!opacity-100 {
    opacity: 1 !important;
  }
  .prose-p\:laptop\:p :is(:where(p):not(:where([class~="not-prose"] *))), .prose-p\:laptop\:p :is(:where(p):not(:where([class~="not-prose"] *))) p {
    font-size: 1.125rem;
    line-height: 1.75rem;
    line-height: 1.5;
    letter-spacing: 0.0016em;
  }
  .prose-p\:laptop\:text-9xl :is(:where(p):not(:where([class~="not-prose"] *))) {
    font-size: 8rem;
    line-height: 1;
  }
  .prose-p\:laptop\:text-sm :is(:where(p):not(:where([class~="not-prose"] *))) {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .prose-p\:laptop\:text-\[4\.5rem\] :is(:where(p):not(:where([class~="not-prose"] *))) {
    font-size: 4.5rem;
  }
  .prose-p\:laptop\:text-lg :is(:where(p):not(:where([class~="not-prose"] *))) {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .laptop\:prose-p\:text-sm :is(:where(p):not(:where([class~="not-prose"] *))) {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .laptop\:prose-p\:font-normal :is(:where(p):not(:where([class~="not-prose"] *))) {
    font-weight: 400;
  }
  .prose-p\:laptop\:leading-5 :is(:where(p):not(:where([class~="not-prose"] *))) {
    line-height: 1.25rem;
  }
  .laptop\:prose-p\:leading-4 :is(:where(p):not(:where([class~="not-prose"] *))) {
    line-height: 1rem;
  }
  .laptop\:prose-p\:tracking-\[0\.0014em\] :is(:where(p):not(:where([class~="not-prose"] *))) {
    letter-spacing: 0.0014em;
  }
}
@media (min-width: 1600px) {
  .desktop\:h1 {
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'FFMark', sans-serif;
  }
  .desktop\:\!h4 {
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'FFMark', sans-serif;
  }
  .desktop\:h4 {
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'FFMark', sans-serif;
  }
  .desktop\:h5 {
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'FFMark', sans-serif;
  }
  .desktop\:h6 {
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'FFMark', sans-serif;
  }
  .desktop\:h1 {
    margin-bottom: 1rem;
  }
  @media (min-width: 1280px) {

    .desktop\:h1 {
      margin-bottom: 3rem;
    }
  }
  .desktop\:h1 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  @media (min-width: 768px) {

    .desktop\:h1 {
      font-size: 3rem;
      line-height: 1;
    }
  }
  @media (min-width: 1280px) {

    .desktop\:h1 {
      font-size: 5rem;
    }
  }
  .desktop\:h1 {
    line-height: 2rem;
  }
  @media (min-width: 768px) {

    .desktop\:h1 {
      line-height: 48px;
    }
  }
  @media (min-width: 1280px) {

    .desktop\:h1 {
      line-height: 80px;
    }
  }
  .desktop\:h1 {
    letter-spacing: 0.07em;
  }
  @media (min-width: 768px) {

    .desktop\:h1 {
      letter-spacing: 0.096em;
    }
  }
  @media (min-width: 1280px) {

    .desktop\:h1 {
      letter-spacing: 0.12em;
    }
  }
  .desktop\:\!h4 {
    margin-bottom: 1rem;
  }
  .desktop\:h4 {
    margin-bottom: 1rem;
  }
  .desktop\:\!h4 {
    font-size: 1.875rem;
    line-height: 2rem;
  }
  .desktop\:h4 {
    font-size: 1.875rem;
    line-height: 2rem;
  }
  .desktop\:\!h4 {
    letter-spacing: 0.045em;
  }
  .desktop\:h4 {
    letter-spacing: 0.045em;
  }
  .desktop\:h5 {
    margin-bottom: 1rem;
    font-size: 1.5rem;
    line-height: 1.5rem;
    letter-spacing: 0.036em;
  }
  .desktop\:h6 {
    margin-bottom: 1rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    line-height: 21.6px;
    letter-spacing: 0.027em;
  }
  .desktop\:aspect-w-2 {
    position: relative;
    padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
    --tw-aspect-w: 2;
  }
  .desktop\:aspect-w-2 > * {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .desktop\:aspect-h-1 {
    --tw-aspect-h: 1;
  }
  .desktop\:top-6 {
    top: 1.5rem;
  }
  .desktop\:right-6 {
    right: 1.5rem;
  }
  .desktop\:bottom-4 {
    bottom: 1rem;
  }
  .desktop\:left-8 {
    left: 2rem;
  }
  .desktop\:top-\[35px\] {
    top: 35px;
  }
  .desktop\:col-span-9 {
    grid-column: span 9 / span 9;
  }
  .desktop\:m-0 {
    margin: 0px;
  }
  .desktop\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .desktop\:mb-20 {
    margin-bottom: 5rem;
  }
  .desktop\:mt-20 {
    margin-top: 5rem;
  }
  .desktop\:mb-4 {
    margin-bottom: 1rem;
  }
  .desktop\:mb-\[162px\] {
    margin-bottom: 162px;
  }
  .desktop\:mt-56 {
    margin-top: 14rem;
  }
  .desktop\:mb-0 {
    margin-bottom: 0px;
  }
  .desktop\:grid {
    display: grid;
  }
  .desktop\:hidden {
    display: none;
  }
  .desktop\:h-full {
    height: 100%;
  }
  .desktop\:h-40 {
    height: 10rem;
  }
  .desktop\:h-48 {
    height: 12rem;
  }
  .desktop\:h-\[800px\] {
    height: 800px;
  }
  .desktop\:h-\[600px\] {
    height: 600px;
  }
  .desktop\:h-\[150px\] {
    height: 150px;
  }
  .desktop\:h-\[900px\] {
    height: 900px;
  }
  .desktop\:h-\[38px\] {
    height: 38px;
  }
  .desktop\:h-\[94px\] {
    height: 94px;
  }
  .desktop\:h-\[89px\] {
    height: 89px;
  }
  .desktop\:min-h-32 {
    min-height: 8rem;
  }
  .desktop\:min-h-\[800px\] {
    min-height: 800px;
  }
  .desktop\:w-32 {
    width: 8rem;
  }
  .desktop\:w-\[215px\] {
    width: 215px;
  }
  .desktop\:w-48 {
    width: 12rem;
  }
  .desktop\:w-\[150px\] {
    width: 150px;
  }
  .desktop\:w-9 {
    width: 2.25rem;
  }
  .desktop\:w-\[180px\] {
    width: 180px;
  }
  .desktop\:max-w-\[208px\] {
    max-width: 208px;
  }
  .desktop\:flex-grow {
    flex-grow: 1;
  }
  .desktop\:basis-1\/2 {
    flex-basis: 50%;
  }
  .desktop\:basis-\[720px\] {
    flex-basis: 720px;
  }
  .desktop\:basis-\[540px\] {
    flex-basis: 540px;
  }
  .desktop\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .desktop\:gap-y-10 {
    row-gap: 2.5rem;
  }
  .desktop\:border-2 {
    border-width: 2px;
  }
  .desktop\:border-b-0 {
    border-bottom-width: 0px;
  }
  .desktop\:p-6 {
    padding: 1.5rem;
  }
  .desktop\:p-8 {
    padding: 2rem;
  }
  .desktop\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .desktop\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .desktop\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
  .desktop\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .desktop\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .desktop\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .desktop\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .desktop\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .desktop\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .desktop\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .desktop\:py-\[93px\] {
    padding-top: 93px;
    padding-bottom: 93px;
  }
  .desktop\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .desktop\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .desktop\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }
  .desktop\:pl-24 {
    padding-left: 6rem;
  }
  .desktop\:pr-\[73px\] {
    padding-right: 73px;
  }
  .desktop\:pt-36 {
    padding-top: 9rem;
  }
  .desktop\:pb-28 {
    padding-bottom: 7rem;
  }
  .desktop\:pr-7 {
    padding-right: 1.75rem;
  }
  .desktop\:pt-\[159px\] {
    padding-top: 159px;
  }
  .desktop\:pb-\[75px\] {
    padding-bottom: 75px;
  }
  .desktop\:pt-20 {
    padding-top: 5rem;
  }
  .desktop\:pt-8 {
    padding-top: 2rem;
  }
  .desktop\:pr-16 {
    padding-right: 4rem;
  }
  .desktop\:pl-\[114px\] {
    padding-left: 114px;
  }
  .desktop\:pt-24 {
    padding-top: 6rem;
  }
  .desktop\:pt-0 {
    padding-top: 0px;
  }
  .desktop\:pt-\[35px\] {
    padding-top: 35px;
  }
  .desktop\:pb-\[120px\] {
    padding-bottom: 120px;
  }
  .desktop\:text-\[8\.75rem\] {
    font-size: 8.75rem;
  }
  .desktop\:text-7xl {
    font-size: 5rem;
  }
  .desktop\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .desktop\:\!text-sm {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
  }
  .desktop\:text-\[10rem\] {
    font-size: 10rem;
  }
  .desktop\:text-\[40px\] {
    font-size: 40px;
  }
  .desktop\:\!leading-6 {
    line-height: 1.5rem !important;
  }
  .desktop\:leading-9 {
    line-height: 2.25rem;
  }
  .desktop\:\!tracking-\[0\.0014em\] {
    letter-spacing: 0.0014em !important;
  }
  .before\:desktop\:absolute::before {
    content: var(--tw-content);
    position: absolute;
  }
  .before\:desktop\:top-0::before {
    content: var(--tw-content);
    top: 0px;
  }
  .before\:desktop\:left-1\/2::before {
    content: var(--tw-content);
    left: 50%;
  }
  .desktop\:before\:left-auto::before {
    content: var(--tw-content);
    left: auto;
  }
  .before\:desktop\:h-full::before {
    content: var(--tw-content);
    height: 100%;
  }
  .desktop\:before\:h-3::before {
    content: var(--tw-content);
    height: 0.75rem;
  }
  .before\:desktop\:w-0\.5::before {
    content: var(--tw-content);
    width: 0.125rem;
  }
  .before\:desktop\:w-0::before {
    content: var(--tw-content);
    width: 0px;
  }
  .before\:desktop\:origin-left::before {
    content: var(--tw-content);
    transform-origin: left;
  }
  .before\:desktop\:bg-gray-600::before {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(82 82 82 / var(--tw-bg-opacity));
  }
  .before\:desktop\:transition-transform::before {
    content: var(--tw-content);
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
  .desktop\:after\:right-auto::after {
    content: var(--tw-content);
    right: auto;
  }
  .prose-p\:desktop\:text-\[10rem\] :is(:where(p):not(:where([class~="not-prose"] *))) {
    font-size: 10rem;
  }
  .prose-p\:desktop\:text-7xl :is(:where(p):not(:where([class~="not-prose"] *))) {
    font-size: 5rem;
  }
}
.\[\&_div\]\:bg-transparent div {
  background-color: transparent;
}
.\[\&_p\]\:text-\[16px\] p {
  font-size: 16px;
}
.\[\&_p\]\:text-xl p {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.\[\&_p\]\:leading-normal p {
  line-height: 1.5;
}
.\[\&_a\]\:text-xs a {
  font-size: 0.75rem;
  line-height: 1rem;
}
.\[\&_a\]\:tracking-\[-0\.08em\] a {
  letter-spacing: -0.08em;
}
.\[\&_a\]\:\!underline a {
  -webkit-text-decoration-line: underline !important;
          text-decoration-line: underline !important;
}
.\[\&_a\]\:\!font-sequel a {
    font-family: 'Sequel100Wide45', sans-serif !important;
  }
@media (min-width: 768px) {

  .\[\&_a\]\:tablet\:text-sm a {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
@media (min-width: 1280px) {

  .\[\&_a\]\:laptop\:text-lg a {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1600px) {

  .\[\&_a\]\:desktop\:text-lg a {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.\[\&_\*\]\:tracking-\[0\.01em\] * {
  letter-spacing: 0.01em;
}
.\[\&_\*\]\:font-sequel * {
    font-family: 'Sequel100Wide45', sans-serif;
  }
.\[\&_ol\]\:list-disc ol {
  list-style-type: disc;
}
.\[\&_ol\]\:pl-5 ol {
  padding-left: 1.25rem;
}
.\[\&_ol\]\:text-base ol {
  font-size: 1rem;
  line-height: 1.5rem;
}
/**
 * Minified by jsDelivr using clean-css v4.2.0.
 * Original file: /npm/slick-carousel@1.8.1/slick/slick.css
 *
 * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files
 */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after,
.slick-track:before {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

/* Slick List */
.gallery-component-slick .slick-list {
  padding: 0 28px 0 0 !important;
}
.ComplexElementCardList .slick-list {
  padding: 0 62.06% 0 0 !important;
}
.flavor-picker .slick-list {
  width: 100%;
  overflow: visible !important;
}

/* Slick Track */
.card-batch .slick-track {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.card-batch .slick-track::before {
  content: var(--tw-content);
  display: none;
}
.card-batch .slick-track::after {
  content: var(--tw-content);
  display: none;
}

.productCards .slick-track {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.productCards .slick-track::before {
  content: var(--tw-content);
  display: none;
}

.productCards .slick-track::after {
  content: var(--tw-content);
  display: none;
}

@media (min-width: 1280px) {
  .productCards .slick-track {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
}
.flavor-picker .slick-track {
  height: 100%;
}
.flavor-picker .slick-track::before {
  content: var(--tw-content);
  display: none;
}
.flavor-picker .slick-track::after {
  content: var(--tw-content);
  display: none;
}

.resize-to-container .slick-list .slick-track {
  width: unset !important;
}
/* Slick Slides */

/* TODO: to update, need all items to start at the container padding */
.card-batch .slick-list {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
@media (min-width: 768px) {
  .card-batch .slick-list {
    margin-left: -3rem;
    margin-right: -3rem;
  }
}
@media (min-width: 1280px) {
  .card-batch .slick-list {
    margin: 0px !important;
  }
}
.card-batch .slick-slide {
  margin-left: 1rem;
}
.card-batch .slick-slide:first-child {
  margin-left: 1.5rem;
}
.card-batch .slick-slide:last-child {
  margin-right: 1.5rem;
}
@media (min-width: 768px) {
  .card-batch .slick-slide {
    margin-left: 1.5rem;
  }
  .card-batch .slick-slide:first-child {
    margin-left: 3rem;
  }
  .card-batch .slick-slide:last-child {
    margin-right: 3rem;
  }
}
@media (min-width: 1280px) {
  .card-batch .slick-slide:first-child {
    margin-left: 0px;
  }
  .card-batch .slick-slide:last-child {
    margin-right: 0px;
  }
}

/* TODO: the below card-batch slick classes fixes the above issue with one slight problem */
/* The second to last item needs to overlap the container. Currently this items remains inside the container */
/* .card-batch .slick-list {
  @apply -mr-6 tablet:-mr-12 laptop:!m-0;
}
.card-batch .slick-slide {
  @apply ml-4 first:ml-0 last:mr-6 tablet:ml-6 tablet:last:mr-12;
} */

.flavor-picker .slick-slide {
  height: auto !important;
  min-height: -moz-fit-content !important;
  min-height: fit-content !important;
}

/* Slick Next & Prev Buttons */
.CustomCarouselBlock .slick-next {
  right: 0.875rem;
  left: auto;
}
@media (min-width: 768px) {
  .CustomCarouselBlock .slick-next {
    right: 0px;
  }
}
@media (min-width: 1280px) {
  .CustomCarouselBlock .slick-next {
    right: 1rem;
  }
}
.CustomCarouselBlock .slick-prev {
  left: 0.875rem;
  right: auto;
  --tw-rotate: 180deg;
  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));
}
@media (min-width: 768px) {
  .CustomCarouselBlock .slick-prev {
    left: 0px;
  }
}
@media (min-width: 1280px) {
  .CustomCarouselBlock .slick-prev {
    left: 1rem;
  }
}
.card-batch .slick-next,
.card-batch .slick-prev,
.CustomCarouselBlock .slick-next,
.CustomCarouselBlock .slick-prev,
.ComplexElementHeroHomeVideo .slick-next,
.ComplexElementHeroHomeVideo .slick-prev,
.ComplexElementCardList .slick-prev,
.ComplexElementCardList .slick-next {
  position: absolute;
  background-image: url(/gcms/_next/static/media/next.7896dd87.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  width: 12px;
  height: 12px;
  bottom: 0;
  top: auto;
  z-index: 20;
  cursor: pointer;
}

.card-batch .slick-next {
  right: 0px;
  left: auto;
  margin-right: calc(8% + 1em);
}

@media (min-width: 768px) {
  .card-batch .slick-next {
    margin: 0px;
  }
}
.btn-margin .slick-next {
  right: 0px;
  left: auto;
  margin-right: calc(2% + 1em);
}
@media (min-width: 768px) {
  .btn-margin .slick-next {
    margin: 0px;
  }
}

.ComplexElementCardList .slick-next {
  right: 0px;
  left: auto;
}

.card-batch .slick-prev, 
.ComplexElementCardList .slick-prev {
  left: 0px;
  right: auto;
  --tw-rotate: 180deg;
  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));
}

.ComplexElementHeroHomeVideo .slick-next {
  right: 37px;
  left: auto;
}
.ComplexElementHeroHomeVideo .slick-prev {
  left: 37px;
  right: auto;
  transform: rotate(180deg);
}

/* Slick Disabled Buttons */
.card-batch .slick-disabled,
.CustomCarouselBlock .slick-disabled,
.ComplexElementHeroHomeVideo .slick-disabled,
.ComplexElementCardList .slick-disabled {
  opacity: 0 !important;
}

/* Slick Dots */
.card-batch .slick-dots,
.CustomCarouselBlock .slick-dots {
  margin-top: 8px;
}

.category-gallery .slick-dots {
  justify-content: flex-start !important;
}

.card-batch .slick-dots,
.CustomCarouselBlock .slick-dots,
.ComplexElementHeroHomeVideo .slick-dots,
.ComplexElementCardList .slick-dots {
  z-index: 10;
  display: flex !important;
  justify-content: center;
  align-items: center;
  height: 12px;
  bottom: 0;
  margin-top: 9px;
}

.card-batch .slick-dots li button,
.CustomCarouselBlock .slick-dots li button,
.gallery-component-slick .slick-dots li button,
.ComplexElementHeroHomeVideo .slick-dots li button,
.ComplexElementCardList .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  color: transparent;
  outline: none;
  width: 15px;
  height: 2px;
  background: #000000;
  opacity: 0.25;
  border: none;
  border-radius: 0;
  margin-right: 4px;
}

/* Slick Active Buttons */
.card-batch .slick-dots li .slick-active,
/* TODO: Fix Dots on Products and RelatedContent Carousels */
.CustomCarouselBlock li.slick-active button,
.gallery-component-slick li.slick-active button,
.ComplexElementHeroHomeVideo li.slick-active button,
.ComplexElementCardList li.slick-active button {
  width: 25px;
  background: #000000;
  opacity: 0.7;
}

.card-batch .slick-dots li button.slick-semi-active,
.CustomCarouselBlock .slick-dots li button.slick-semi-active,
.gallery-component-slick .slick-dots li button.slick-semi-active,
.ComplexElementHeroHomeVideo .slick-dots li button.slick-semi-active,
.ComplexElementCardList .slick-dots li button.slick-semi-active {
  width: 12px;
  background: #000000;
  opacity: 0.5;
}

/* Filter Component */
.filter-grid {
  width: 100%;
  overflow: hidden;
}
.filter-grid.with-grid {
  display: grid;
  grid-template-columns: 46px minmax(280px, 1fr) 46px;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.filter-grid .slick-list {
  flex: 1 1 0%;
}
@media (min-width: 768px) {
  .filter-grid .slick-list {
    margin-right: 1px;
  }
}
.filter-grid .slick-track {
  margin: 0px;
  margin-left: auto;
  margin-right: auto;
}
.filter-grid .slick-track::before {
  content: var(--tw-content);
  display: none;
}
.filter-grid .slick-track::after {
  content: var(--tw-content);
  display: none;
}
.filter-grid.slick-slider, 
.filter-grid .slick-list, 
.filter-grid .slick-track, 
.filter-grid .slick-slide div {
  position: static !important;
  height: 100%;
}
.filter-grid .slick-slide {
  height: 100%;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 768px) {
  .filter-grid .slick-slide {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.filter-grid .slick-slide:last-child > div > div {
  border-right-width: 2px;
}
.selected-filters-slick .slick-slide {
  margin-right: 1rem;
}
.filter-grid .slick-disabled, 
.filter-grid .slick-disabled:hover {
  opacity: 0.3;
}
.slick-slider.filter-grid .slick-list {
  margin-right: -0.25rem;
}
@media (min-width: 768px) {
  .slick-slider.filter-grid .slick-list {
    margin-right: 0px;
  }
}
.slick-slider.filter-grid .slick-list .slick-track {
  display: flex;
}
.slick-slider.filter-grid .slick-list .slick-track .slick-slide {
  height: auto;
}
.slick-slide[aria-hidden="true"] a {
  display: none;
}

.quiz-selector, 
.quiz-selector .slick-list, 
.quiz-selector .slick-track, 
.quiz-selector .slick-slide, 
.quiz-selector .slick-slide > div {
  height: 100%;
  width: 100%;
}

.event-card.featured .slick-next {
  right: 3rem;
}

