/*
! tailwindcss v3.4.3 | 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: #D9D9D9;
  /* 2 */
}

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

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

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: Noto Sans, sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

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

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

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

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

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

abbr:where([title]) {
  -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: bold;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: 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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: 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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

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

.visible {
  visibility: visible;
}

.collapse {
  visibility: collapse;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.-left-14 {
  left: -3.5rem;
}

.-right-14 {
  right: -3.5rem;
}

.-top-10 {
  top: -2.5rem;
}

.left-0 {
  left: 0px;
}

.top-0 {
  top: 0px;
}

.top-\[50\%\] {
  top: 50%;
}

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

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

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

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

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

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

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

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

.float-left {
  float: left;
}

.mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

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

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

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

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

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

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

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-14 {
  margin-bottom: 3.5rem;
}

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

.mb-22 {
  margin-bottom: 5.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

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

.mb-5 {
  margin-bottom: 1.25rem;
}

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

.mb-7 {
  margin-bottom: 1.75rem;
}

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

.mb-9 {
  margin-bottom: 2.25rem;
}

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

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

.mr-0 {
  margin-right: 0px;
}

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

.mr-2\.5 {
  margin-right: 0.625rem;
}

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

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

.mr-5 {
  margin-right: 1.25rem;
}

.mr-6 {
  margin-right: 1.5rem;
}

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

.mt-10 {
  margin-top: 2.5rem;
}

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

.mt-14 {
  margin-top: 3.5rem;
}

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

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

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

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

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

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-10 {
  height: 2.5rem;
}

.h-3 {
  height: 0.75rem;
}

.h-5 {
  height: 1.25rem;
}

.h-72 {
  height: 18rem;
}

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

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

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

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.w-10 {
  width: 2.5rem;
}

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

.w-3 {
  width: 0.75rem;
}

.w-5 {
  width: 1.25rem;
}

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

.w-full {
  width: 100%;
}

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

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

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

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

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

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

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

.max-w-screen-2xl {
  max-width: 1536px;
}

.max-w-screen-xl {
  max-width: 1248px;
}

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

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

.grow {
  flex-grow: 1;
}

.basis-1\/2 {
  flex-basis: 50%;
}

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

.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-90 {
  --tw-rotate: 90deg;
  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));
}

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

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

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

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

.flex-row-reverse {
  flex-direction: row-reverse;
}

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

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

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

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

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

.gap-10 {
  gap: 2.5rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-16 {
  gap: 4rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-8 {
  gap: 2rem;
}

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

.scroll-smooth {
  scroll-behavior: smooth;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rounded {
  border-radius: 0.25rem;
}

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

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

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

.border-\[0\.5px\] {
  border-width: 0.5px;
}

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

.border-b-\[0\.25px\] {
  border-bottom-width: 0.25px;
}

.border-r-1 {
  border-right-width: 1px;
}

.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity));
}

.border-gray-600 {
  --tw-border-opacity: 1;
  border-color: rgb(73 81 98 / var(--tw-border-opacity));
}

.border-highlight {
  --tw-border-opacity: 1;
  border-color: rgb(116 13 16 / var(--tw-border-opacity));
}

.border-theme-white-highlight {
  --tw-border-opacity: 1;
  border-color: rgb(116 13 16 / var(--tw-border-opacity));
}

.bg-\[\#1B1825\] {
  --tw-bg-opacity: 1;
  background-color: rgb(27 24 37 / var(--tw-bg-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(217 217 217 / var(--tw-bg-opacity));
}

.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(225 225 225 / var(--tw-bg-opacity));
}

.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(27 24 37 / var(--tw-bg-opacity));
}

.bg-highlight {
  --tw-bg-opacity: 1;
  background-color: rgb(116 13 16 / var(--tw-bg-opacity));
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(229 227 233 / var(--tw-bg-opacity));
}

.bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(180 178 184 / var(--tw-bg-opacity));
}

.bg-theme-white-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(180 178 184 / var(--tw-bg-opacity));
}

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

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

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

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

.bg-no-repeat {
  background-repeat: no-repeat;
}

.fill-highlight {
  fill: #740D10;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-0 {
  padding: 0px;
}

.p-1 {
  padding: 0.25rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-20 {
  padding:  5rem;
}

.p-4 {
  padding: 1rem;
}

.p-8 {
  padding: 2rem;
}

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

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

.px-13 {
  padding-left: 3.25rem;
  padding-right: 3.25rem;
}

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

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

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

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

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

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

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

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

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

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

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

.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

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

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

.pb-5 {
  padding-bottom: 1.25rem;
}

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

.pl-0 {
  padding-left: 0px;
}

.pl-10 {
  padding-left: 2.5rem;
}

.pl-16 {
  padding-left: 4rem;
}

.pr-0 {
  padding-right: 0px;
}

.pr-12 {
  padding-right: 3rem;
}

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

.pr-3 {
  padding-right: 0.75rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pt-25 {
  padding-top: 6.25rem;
}

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

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

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

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

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

.font-poppins {
  font-family: Poppins, sans-serif;
}

.font-sans {
  font-family: Noto Sans, sans-serif;
}

.font-serif {
  font-family: Playfair Display, serif;
}

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

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

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

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

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

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

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

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

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

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

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

.font-\[28px\] {
  font-weight: 28px;
}

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

.font-extrabold {
  font-weight: 800;
}

.font-light {
  font-weight: 300;
}

.font-medium {
  font-weight: 500;
}

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

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

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

.leading-10 {
  line-height: 2.5rem;
}

.leading-8 {
  line-height: 2rem;
}

.leading-normal {
  line-height: 1.5;
}

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

.\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

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

.text-gray-100 {
  --tw-text-opacity: 1;
  color: rgb(126 124 131 / var(--tw-text-opacity));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(73 81 98 / var(--tw-text-opacity));
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(44 40 56 / var(--tw-text-opacity));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(27 24 37 / var(--tw-text-opacity));
}

.text-highlight {
  --tw-text-opacity: 1;
  color: rgb(116 13 16 / var(--tw-text-opacity));
}

.text-secondary {
  --tw-text-opacity: 1;
  color: rgb(180 178 184 / var(--tw-text-opacity));
}

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

.opacity-72 {
  opacity: .72;
}

.bg-blend-multiply {
  background-blend-mode: multiply;
}

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

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

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

/*@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');*/

body {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-family: Noto Sans, sans-serif;
}

a {
  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;
}

p {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin-bottom: 1.25rem;
}

.light p {
  --tw-text-opacity: 1;
  color: rgb(27 24 37 / var(--tw-text-opacity));
}

.dark p {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.theme-white p {
  --tw-text-opacity: 1;
  color: rgb(27 24 37 / var(--tw-text-opacity));
}

.logo-text {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .logo-text {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.text-child-white p {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/* button general */

.btn {
  display: inline-block;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 4rem;
  padding-right: 4rem;
  border-width: 2px;
  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;
}

/* button solid - highlight color */

.btn-solid-highlight {
  display: inline-block;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 4rem;
  padding-right: 4rem;
  border-width: 2px;
  border-radius: 9999px;
  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;
}

.light .inner-pages-main-content p a:not(.btn-solid-highlight) {
  --tw-text-opacity: 1;
  color: rgb(116 13 16 / var(--tw-text-opacity));
}

.dark .inner-pages-main-content p a:not(.btn-solid-highlight) {
  --tw-text-opacity: 1;
  color: rgb(255 213 2 / var(--tw-text-opacity));
}

.theme-white .inner-pages-main-content p a:not(.btn-solid-highlight) {
  --tw-text-opacity: 1;
  color: rgb(116 13 16 / var(--tw-text-opacity));
}

/* Theme based button styles */

.light .btn-solid-highlight {
  --tw-border-opacity: 1;
  border-color: rgb(116 13 16 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(116 13 16 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.light .btn-solid-highlight:hover {
  --tw-text-opacity: 1;
  color: rgb(116 13 16 / var(--tw-text-opacity));
}

.dark .btn-solid-highlight {
  --tw-border-opacity: 1;
  border-color: rgb(255 213 2 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 213 2 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.dark .btn-solid-highlight:hover:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(255 213 2 / var(--tw-text-opacity));
}

.theme-white .btn-solid-highlight {
  --tw-border-opacity: 1;
  border-color: rgb(116 13 16 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(116 13 16 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.theme-white .btn-solid-highlight:hover {
  --tw-text-opacity: 1;
  color: rgb(116 13 16 / var(--tw-text-opacity));
}

.btn-solid-highlight:hover {
  background-color: transparent;
}

/* BTN Highlight - White */

.theme-white .btn-solid-highlight.white {
  --tw-border-opacity: 1;
  border-color: rgb(116 13 16 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(116 13 16 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.theme-white .btn-solid-highlight.white:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-solid-highlight.white:hover {
  background-color: transparent;
}

/* button link with arrow */

.btn-link-arrow {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  position: relative;
}

.light .btn-link-arrow {
  --tw-text-opacity: 1;
  color: rgb(27 24 37 / var(--tw-text-opacity));
}

.dark .btn-link-arrow {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.theme-white .btn-link-arrow {
  --tw-text-opacity: 1;
  color: rgb(27 24 37 / var(--tw-text-opacity));
}

.btn-link-arrow:after {
  height: 1.5rem;
  width: 1.5rem;
  position: absolute;
  top: 50%;
  inset-inline-end: -2.5rem;
  display: block;
  transform: translateY(-50%);
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.light .btn-link-arrow:after {
  --tw-text-opacity: 1;
  color: rgb(116 13 16 / var(--tw-text-opacity));
}

.dark .btn-link-arrow:after {
  --tw-text-opacity: 1;
  color: rgb(255 213 2 / var(--tw-text-opacity));
}

.theme-white .btn-link-arrow:after {
  --tw-text-opacity: 1;
  color: rgb(116 13 16 / var(--tw-text-opacity));
}

.btn-link-arrow:hover:after {
  animation: animate-arrow 0.5s cubic-bezier(0,.83,.9,.99) 0.1s infinite alternate;
}

@keyframes animate-arrow {
  from {
    inset-inline-end: -2rem;
  }

  to {
    inset-inline-end: -3rem;
  }
}

.social-icon i {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.navigation {
  background-color: transparent;
}

.nav-item {
  position: relative;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  margin-bottom: 0.5rem;
  display: block;
  font-family: Noto Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  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;
}

@media (min-width: 1024px) {
  .nav-item {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}

.light .nav-item {
  --tw-text-opacity: 1;
  color: rgb(27 24 37 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .light .nav-item:hover {
    --tw-text-opacity: 1;
    color: rgb(116 13 16 / var(--tw-text-opacity));
  }
}

.dark .nav-item {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .dark .nav-item:hover {
    --tw-text-opacity: 1;
    color: rgb(255 213 2 / var(--tw-text-opacity));
  }
}

.theme-white .nav-item {
  --tw-text-opacity: 1;
  color: rgb(27 24 37 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .theme-white .nav-item:hover {
    --tw-text-opacity: 1;
    color: rgb(116 13 16 / var(--tw-text-opacity));
  }
}

.nav-item.active {
  font-weight: 600;
}

.light .nav-item.active {
  --tw-text-opacity: 1;
  color: rgb(116 13 16 / var(--tw-text-opacity));
}

.dark .nav-item.active {
  --tw-text-opacity: 1;
  color: rgb(255 213 2 / var(--tw-text-opacity));
}

.theme-white .nav-item.active {
  --tw-text-opacity: 1;
  color: rgb(116 13 16 / var(--tw-text-opacity));
}

.nav-item.active:after {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -0.5rem;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

@media (max-width:1023.25px) {
  #navbar-default.nav-item.active:after {
    display: block;
    max-height: 0px;
    height: 0px;
  }
}

@media (min-width: 1024px) {
  .nav-item.active:after {
    display: block;
  }
}

.nav-item.active:after {
  height: 0.25rem;
  width: 0.25rem;
  border-radius: 9999px;
  content: '';
}

.light .nav-item.active:after {
  --tw-bg-opacity: 1;
  background-color: rgb(116 13 16 / var(--tw-bg-opacity));
}

.dark .nav-item.active:after {
  --tw-bg-opacity: 1;
  background-color: rgb(255 213 2 / var(--tw-bg-opacity));
}

.theme-white .nav-item.active:after {
  --tw-bg-opacity: 1;
  background-color: rgb(116 13 16 / var(--tw-bg-opacity));
}

ul.dropdown-child .nav-item.active:after {
  background-color: transparent;
}

#topNav.scrolled {
  --tw-shadow: 0 6px 30px 0 rgba(0,0,0,0.11);
  --tw-shadow-colored: 0 6px 30px 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);
  position: fixed;
  top: 0px;
}

/*
#topNav.scrolled .topbar{
  display: none;
}
*/

/*
#topNav.scrolled > div {
  @apply pt-4;
}
*/

.banner-heading span {
  display: inline;
}

.light .banner-heading span {
  --tw-text-opacity: 1;
  color: rgb(116 13 16 / var(--tw-text-opacity));
}

.dark .banner-heading span {
  --tw-text-opacity: 1;
  color: rgb(255 213 2 / var(--tw-text-opacity));
}

.theme-white .banner-heading span {
  --tw-text-opacity: 1;
  color: rgb(116 13 16 / var(--tw-text-opacity));
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0px;
}

.videoWrapper iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}

.semi-border {
  position: relative;
}

.semi-border:before, .semi-border:after {
  position: absolute;
  display: block;
  height:  5rem;
  width:  5rem;
  content: '';
}

.semi-border:before {
  top: -0.5rem;
  left: -0.5rem;
}

@media (min-width: 1024px) {
  .semi-border:before {
    top: -1.25rem;
    left: -1.25rem;
  }
}

.semi-border:before {
  border-inline-start-width: 2px;
  border-top-width: 2px;
}

.semi-border:after {
  bottom: -0.5rem;
  right: -0.5rem;
}

@media (min-width: 1024px) {
  .semi-border:after {
    bottom: -1.25rem;
    right: -1.25rem;
  }
}

.semi-border:after {
  border-inline-end-width: 2px;
  border-bottom-width: 2px;
}

.light .semi-border:before, .light .semi-border:after {
  --tw-border-opacity: 1;
  border-color: rgb(116 13 16 / var(--tw-border-opacity));
}

.dark .semi-border:before, .dark .semi-border:after {
  --tw-border-opacity: 1;
  border-color: rgb(255 213 2 / var(--tw-border-opacity));
}

.theme-white .semi-border:before, .theme-white .semi-border:after {
  --tw-border-opacity: 1;
  border-color: rgb(116 13 16 / var(--tw-border-opacity));
}

.overlay:after {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(27 24 37 / var(--tw-bg-opacity));
  opacity: 0.45;
  content: '';
}

.section-heading {
  font-family: Playfair Display, serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 400;
  line-height: 1.5;
}

@media (min-width: 1024px) {
  .section-heading {
    font-size: 3rem;
    line-height: 1.25;
  }
}

.section-heading {
  margin-bottom: 1.25rem;
}

@media (min-width: 768px) {
  .section-heading {
    margin-bottom: 1.5rem;
  }
}

input:focus-visible {
  outline-width: 0px;
}

[type='text']:focus, 
textarea:focus {
  box-shadow: none;
}

.content-section ul {
  margin-top: 3rem;
  padding: 0px;
}

.content-section ul li {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.02em;
  position: relative;
  border-bottom-width: 1px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2.5rem;
}

.content-section ul li:first-child {
  border-top-width: 1px;
}

.light .content-section ul li {
  --tw-border-opacity: 1;
  border-color: rgb(116 13 16 / var(--tw-border-opacity));
}

.dark .content-section ul li {
  --tw-border-opacity: 1;
  border-color: rgb(255 213 2 / var(--tw-border-opacity));
}

.theme-white .content-section ul li {
  --tw-border-opacity: 1;
  border-color: rgb(116 13 16 / var(--tw-border-opacity));
}

.blog-page .subheading {
  margin-bottom: 1.25rem;
}

.content-section ul li:before {
  margin-top: 0.125rem;
  display: inline-block;
  height: 1.5rem;
  width: 1.5rem;
  position: absolute;
  left: 0px;
  mask: url('../images/in_home_mode.svg') no-repeat 50% 50%;
  -webkit-mask: url('../images/in_home_mode.svg') no-repeat 50% 50%;
  -webkit-mask-size: contain;
  mask-size: contain;
  content: '';
}

.light .content-section ul li:before {
  /* content: url('data:image/svg+xml,<svg width="22" height="21" viewBox="0 0 22 21" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3 19V9H0L11 0L22 9H19V10H17V7.475L11 2.575L5 7.475V17H7V19H3ZM13.2 21L9 16.8L10.4 15.4L13.2 18.2L19.1 12.3L20.5 13.7L13.2 21Z" fill="%23FFD502"/></svg>');*/
  --tw-bg-opacity: 1;
  background-color: rgb(116 13 16 / var(--tw-bg-opacity));
}

.dark .content-section ul li:before {
  --tw-bg-opacity: 1;
  background-color: rgb(255 213 2 / var(--tw-bg-opacity));
}

.theme-white .content-section ul li:before {
  --tw-bg-opacity: 1;
  background-color: rgb(116 13 16 / var(--tw-bg-opacity));
}

.default-page h1, h2, h3, h4, h5 {
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 1rem;
}

.default-page h1 {
  font-size: 3rem;
  line-height: 1;
}

.default-page h2 {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.default-page h3 {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.default-page h4 {
  font-size: 1.5rem;
  line-height: 2rem;
}

.default-page h5 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.pagination {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  padding: 0px;
  text-align: center;
}

.dark .pagination {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.light .pagination {
  --tw-text-opacity: 1;
  color: rgb(27 24 37 / var(--tw-text-opacity));
}

.theme-white .pagination {
  --tw-text-opacity: 1;
  color: rgb(27 24 37 / var(--tw-text-opacity));
}

.pagination li {
  display: inline-block;
  border-width: 1px;
  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;
}

.dark .pagination li {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.light .pagination li {
  --tw-border-opacity: 1;
  border-color: rgb(27 24 37 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(27 24 37 / var(--tw-text-opacity));
}

.theme-white .pagination li {
  --tw-border-opacity: 1;
  border-color: rgb(27 24 37 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(27 24 37 / var(--tw-text-opacity));
}

.dark .pagination span.active, .dark .pagination li:hover, .dark .pagination li.active {
  --tw-border-opacity: 1;
  border-color: rgb(255 213 2 / var(--tw-border-opacity));
}

.light .pagination span.active, .light .pagination li:hover, .light .pagination li.active {
  --tw-border-opacity: 1;
  border-color: rgb(116 13 16 / var(--tw-border-opacity));
}

.theme-white .pagination span.active .theme-white .pagination li:hover, .theme-white .pagination li.active {
  --tw-border-opacity: 1;
  border-color: rgb(116 13 16 / var(--tw-border-opacity));
}

.pagination a, 
.pagination span {
  display: inline-block;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
  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;
}

.dark .pagination a:hover, .dark .pagination span:hover {
  --tw-text-opacity: 1;
  color: rgb(255 213 2 / var(--tw-text-opacity));
}

.light .pagination a:hover, .light .pagination span:hover {
  --tw-text-opacity: 1;
  color: rgb(116 13 16 / var(--tw-text-opacity));
}

.theme-white .pagination a:hover, .theme-white .pagination span:hover {
  --tw-text-opacity: 1;
  color: rgb(116 13 16 / var(--tw-text-opacity));
}

.inner-pages-main-content p,
.inner-pages-main-content ul,
.inner-pages-main-content ol {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 300;
}

.inner-pages-main-content ul,
.inner-pages-main-content ol {
  margin-bottom: 1.25rem;
  padding-left: 1.25rem;
}

.inner-pages-main-content li ul,
.inner-pages-main-content li ol {
  margin-bottom: 0px;
}

.inner-pages-main-content ul {
  list-style-type: disc;
}

.inner-pages-main-content ol {
  list-style-type: decimal;
}

.inner-pages-text h1 {
  width: 100%;
}

@media (min-width: 1024px) {
  .inner-pages-text h1 {
    width: 80%;
  }
}

.inner-pages-text h1 {
  display: flex;
  flex-direction: row;
}

.inner-pages-text h1:before {
  display: none;
}

@media (max-width:1023.25px) {
  #navbar-default.inner-pages-text h1:before {
    display: block;
    max-height: 0px;
    height: 0px;
  }
}

.inner-pages-text h1:before {
  /* remove black line before heading */
}

/* INNER PAGE HEADER/BANNER */

.inner-page-header-wrap {
  overflow: hidden;
  padding-top: 6rem;
}

@media (min-width: 768px) {
  .inner-page-header-wrap {
    padding-top: 12rem;
  }
}

@media (min-width: 1024px) {
  .inner-page-header-wrap {
    padding-top: 20rem;
  }
}

.inner-page-header-image {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.inner-page-header-title {
  position: relative;
  z-index: 30;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1248px;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1024px) {
  .inner-page-header-title {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.inner-page-header-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  height: 100%;
  width: 100%;
  background-blend-mode: multiply;
  background: linear-gradient(rgba(217, 217, 217, 0.3) 0%, rgba(0,0,0,0.6) 80%);
  content: '';
}

/* draw black line before heading
.inner-pages-text h1:before, 
.form-title:before {
  @apply grow shrink-0 mt-2.5;
}
*/

.form-title {
  display: flex;
  flex-direction: row;
}

.form-title:before {
  margin-top: 0.625rem;
  flex-shrink: 0;
  flex-grow: 1;
}

.agree-chkbox input {
  margin-right: 0.75rem;
}

.agree-chkbox input:checked, 
.agree-chkbox input:focus {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.agree-chkbox input:checked:where(.dark, .dark *), 
.agree-chkbox input:focus:where(.dark, .dark *) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(27 24 37 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(27 24 37 / var(--tw-text-opacity));
}

.agree-chkbox input:checked, 
.agree-chkbox input:focus {
  box-shadow: none;
}

.light .agree-chkbox input:focus {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.dark .agree-chkbox input:focus {
  --tw-border-opacity: 1;
  border-color: rgb(27 24 37 / var(--tw-border-opacity));
}

.theme-white .agree-chkbox input:focus {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.agree-chkbox label {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.agree-chkbox label:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(27 24 37 / var(--tw-text-opacity));
}

.light .agree-chkbox label {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.dark .agree-chkbox label {
  --tw-text-opacity: 1;
  color: rgb(27 24 37 / var(--tw-text-opacity));
}

.theme-white .agree-chkbox label {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.light .inner-pages-main-content p a:not(.btn) {
  --tw-text-opacity: 1;
  color: rgb(116 13 16 / var(--tw-text-opacity));
}

.dark .inner-pages-main-content p a:not(.btn) {
  --tw-text-opacity: 1;
  color: rgb(255 213 2 / var(--tw-text-opacity));
}

.theme-white .inner-pages-main-content p a:not(.btn),
.theme-white .inner-pages-main-content li a:not(.btn) {
  --tw-text-opacity: 1;
  color: rgb(116 13 16 / var(--tw-text-opacity));
}

.tabs-content button[aria-selected = 'true']:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.tabs-content button:focus-visible {
  outline-width: 0px;
}

.light .tabs-content button:not([aria-selected = 'true']):hover {
  --tw-text-opacity: 1 !important;
  color: rgb(116 13 16 / var(--tw-text-opacity)) !important;
}

.dark .tabs-content button:not([aria-selected = 'true']):hover {
  --tw-text-opacity: 1 !important;
  color: rgb(255 213 2 / var(--tw-text-opacity)) !important;
}

.theme-white .tabs-content button:not([aria-selected = 'true']):hover {
  --tw-text-opacity: 1 !important;
  color: rgb(116 13 16 / var(--tw-text-opacity)) !important;
}

.light button[aria-selected = 'true'] {
  --tw-bg-opacity: 1;
  background-color: rgb(116 13 16 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.dark button[aria-selected = 'true'] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 213 2 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.theme-white button[aria-selected = 'true'] {
  --tw-bg-opacity: 1;
  background-color: rgb(116 13 16 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.tabs-content p {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.tabs-content p:last-child {
  margin-bottom: 0px;
}

.tabs-content .btn-link-arrow {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.pricing-section .pricing p {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 300;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.pricing-section .pricing p span {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
}

.pricing-section .pricing p span em {
  font-style: normal;
}

.light .pricing-section .pricing p span em {
  --tw-text-opacity: 1;
  color: rgb(116 13 16 / var(--tw-text-opacity));
}

.dark .pricing-section .pricing p span em {
  --tw-text-opacity: 1;
  color: rgb(255 213 2 / var(--tw-text-opacity));
}

.theme-white .pricing-section .pricing p span em {
  --tw-text-opacity: 1;
  color: rgb(116 13 16 / var(--tw-text-opacity));
}

.star {
  margin-right: 0.25rem;
  display: inline-block;
  height: 18px;
  width: 18px;
  content: '';
  mask: url('../images/star.svg') no-repeat 50% 50%;
  -webkit-mask: url('../images/star.svg') no-repeat 50% 50%;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.light .star {
  --tw-bg-opacity: 1;
  background-color: rgb(116 13 16 / var(--tw-bg-opacity));
}

.dark .star {
  --tw-bg-opacity: 1;
  background-color: rgb(255 213 2 / var(--tw-bg-opacity));
}

.theme-white .star {
  --tw-bg-opacity: 1;
  background-color: rgb(116 13 16 / var(--tw-bg-opacity));
}

.light button svg path {
  fill: #740D10;
}

.dark button svg path {
  fill: #FFD502;
}

.theme-white button svg path {
  fill: #740D10;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  --tw-shadow: 0 20px 20px 0 rgba(0,0,0,0.3);
  --tw-shadow-colored: 0 20px 20px 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);
}

@media (min-width: 768px) {
  .videoWrapper {
    --tw-shadow: 0 50px 50px 0 rgba(0,0,0,0.3);
    --tw-shadow-colored: 0 50px 50px 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);
  }
}

.videoWrapper iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}

.internal-wrapper {
  position: relative;
}

.internal-wrapper video {
  /*@apply rounded-2xl;*/
}

.playpause {
  z-index: 40;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-image: url('../images/play_circle.svg');
  background-size: 64px 64px;
  background-position: center;
  background-repeat: no-repeat;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  background-color: rgb(255 255 255 / 0.2);
  opacity: 0;
}

.playpause:hover {
  cursor: pointer;
}

.playpause.paused {
  opacity: 1;
}

.sidebar-testimonial:after {
  position: absolute;
  bottom: 2.25rem;
  right: 3rem;
  display: block;
  height: 89px;
  width: 89px;
  background-repeat: no-repeat;
  opacity: 0.5;
  --tw-bg-opacity: 1;
  background-color: rgb(116 13 16 / var(--tw-bg-opacity));
}

.theme-white .sidebar-testimonial:after {
  --tw-bg-opacity: 1;
  background-color: rgb(116 13 16 / var(--tw-bg-opacity));
}

.sidebar-testimonial:where(.dark, .dark *):after {
  --tw-bg-opacity: 1;
  background-color: rgb(255 213 2 / var(--tw-bg-opacity));
}

.sidebar-testimonial:after {
  mask: url('../images/quote.svg') no-repeat 50% 50%;
  -webkit-mask: url('../images/quote.svg') no-repeat 50% 50%;
  -webkit-mask-size: contain;
  mask-size: contain;
  content: '';
}

@media (min-width:768px) {
  .content-with-sidebar {
    width: calc(1280px - (1280px/3));
  }
}

@media (max-width:1023.25px) {
  #navbar-default {
    height: 100%;
    overflow: hidden;
    max-height: 1000px;
  }

  #navbar-default.hidden {
    display: block;
    max-height: 0px;
    height: 0px;
  }
}

.before\:bg-white::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.first\:border-t-\[0\.25px\]:first-child {
  border-top-width: 0.25px;
}

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

.hover\:border-highlight:hover {
  --tw-border-opacity: 1;
  border-color: rgb(116 13 16 / var(--tw-border-opacity));
}

.hover\:bg-highlight:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(116 13 16 / var(--tw-bg-opacity));
}

.hover\:text-gray-900:hover {
  --tw-text-opacity: 1;
  color: rgb(27 24 37 / var(--tw-text-opacity));
}

.hover\:text-highlight:hover {
  --tw-text-opacity: 1;
  color: rgb(116 13 16 / var(--tw-text-opacity));
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

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

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

.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-transparent:focus {
  --tw-ring-color: transparent;
}

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

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

.group:hover .group-hover\:hidden {
  display: none;
}

.group:hover .group-hover\:bg-opacity-70 {
  --tw-bg-opacity: 0.7;
}

.theme-white .theme-white\:border-gray-600 {
  --tw-border-opacity: 1;
  border-color: rgb(73 81 98 / var(--tw-border-opacity));
}

.theme-white .theme-white\:border-theme-white-highlight {
  --tw-border-opacity: 1;
  border-color: rgb(116 13 16 / var(--tw-border-opacity));
}

.theme-white .theme-white\:bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(225 225 225 / var(--tw-bg-opacity));
}

.theme-white .theme-white\:bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(27 24 37 / var(--tw-bg-opacity));
}

.theme-white .theme-white\:bg-theme-white-highlight {
  --tw-bg-opacity: 1;
  background-color: rgb(116 13 16 / var(--tw-bg-opacity));
}

.theme-white .theme-white\:bg-theme-white-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.theme-white .theme-white\:bg-theme-white-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(180 178 184 / var(--tw-bg-opacity));
}

.theme-white .theme-white\:fill-theme-white-highlight {
  fill: #740D10;
}

.theme-white .theme-white\:text-gray-100 {
  --tw-text-opacity: 1;
  color: rgb(126 124 131 / var(--tw-text-opacity));
}

.theme-white .theme-white\:text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(73 81 98 / var(--tw-text-opacity));
}

.theme-white .theme-white\:text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(44 40 56 / var(--tw-text-opacity));
}

.theme-white .theme-white\:text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(27 24 37 / var(--tw-text-opacity));
}

.theme-white .theme-white\:text-theme-white-highlight {
  --tw-text-opacity: 1;
  color: rgb(116 13 16 / var(--tw-text-opacity));
}

.theme-white .theme-white\:text-theme-white-secondary {
  --tw-text-opacity: 1;
  color: rgb(180 178 184 / var(--tw-text-opacity));
}

.theme-white .hover\:theme-white\:border-theme-white-highlight:hover {
  --tw-border-opacity: 1;
  border-color: rgb(116 13 16 / var(--tw-border-opacity));
}

.theme-white .hover\:theme-white\:bg-theme-white-highlight:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(116 13 16 / var(--tw-bg-opacity));
}

.theme-white .hover\:theme-white\:text-theme-white-highlight:hover {
  --tw-text-opacity: 1;
  color: rgb(116 13 16 / var(--tw-text-opacity));
}

.theme-white .hover\:theme-white\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
  .sm\:mr-5 {
    margin-right: 1.25rem;
  }

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

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

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

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

@media (min-width: 768px) {
  .md\:order-1 {
    order: 1;
  }

  .md\:order-2 {
    order: 2;
  }

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

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

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

  .md\:mb-20 {
    margin-bottom:  5rem;
  }

  .md\:mr-10 {
    margin-right: 2.5rem;
  }

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

  .md\:mt-14 {
    margin-top: 3.5rem;
  }

  .md\:mt-16 {
    margin-top: 4rem;
  }

  .md\:mt-22 {
    margin-top: 5.5rem;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

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

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

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

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

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

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

  .md\:basis-1\/4 {
    flex-basis: 25%;
  }

  .md\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }

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

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

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

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

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

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

  .md\:gap-15 {
    gap: 3.75rem;
  }

  .md\:gap-20 {
    gap:  5rem;
  }

  .md\:border-r-8 {
    border-right-width: 8px;
  }

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

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

  .md\:px-13 {
    padding-left: 3.25rem;
    padding-right: 3.25rem;
  }

  .md\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

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

  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:py-20 {
    padding-top:  5rem;
    padding-bottom:  5rem;
  }

  .md\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .md\:pb-16 {
    padding-bottom: 4rem;
  }

  .md\:pb-20 {
    padding-bottom:  5rem;
  }

  .md\:pb-25 {
    padding-bottom: 6.25rem;
  }

  .md\:pl-10 {
    padding-left: 2.5rem;
  }

  .md\:pl-16 {
    padding-left: 4rem;
  }

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

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

  .md\:pt-13 {
    padding-top: 3.25rem;
  }

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

  .md\:pt-25 {
    padding-top: 6.25rem;
  }

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

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

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

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

  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

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

  .md\:leading-8 {
    line-height: 2rem;
  }

  .md\:shadow-mini {
    --tw-shadow: 0 6px 30px 0 rgba(0,0,0,0.11);
    --tw-shadow-colored: 0 6px 30px 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);
  }

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

@media (min-width: 1024px) {
  .lg\:absolute {
    position: absolute;
  }

  .lg\:-left-15 {
    left: -3.75rem;
  }

  .lg\:-right-15 {
    right: -3.75rem;
  }

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

  .lg\:left-1 {
    left: 0.25rem;
  }

  .lg\:top-10 {
    top: 2.5rem;
  }

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

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

  .lg\:-mt-10 {
    margin-top: -2.5rem;
  }

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

  .lg\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .lg\:mb-20 {
    margin-bottom:  5rem;
  }

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

  .lg\:mt-48 {
    margin-top: 12rem;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

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

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

  .lg\:min-w-40 {
    min-width: 10rem;
  }

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

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

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

  .lg\:basis-1\/6 {
    flex-basis: 16.666667%;
  }

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

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

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

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

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

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

  .lg\:justify-self-end {
    justify-self: end;
  }

  .lg\:bg-primary {
    --tw-bg-opacity: 1;
    background-color: rgb(229 227 233 / var(--tw-bg-opacity));
  }

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

  .lg\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

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

  .lg\:py-20 {
    padding-top:  5rem;
    padding-bottom:  5rem;
  }

  .lg\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

  .lg\:pb-40 {
    padding-bottom: 10rem;
  }

  .lg\:pl-26 {
    padding-left: 6.5rem;
  }

  .lg\:pl-28 {
    padding-left: 7rem;
  }

  .lg\:pl-4 {
    padding-left: 1rem;
  }

  .lg\:pr-10 {
    padding-right: 2.5rem;
  }

  .lg\:pr-46 {
    padding-right: 11.5rem;
  }

  .lg\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

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

  .lg\:leading-normal {
    line-height: 1.5;
  }

  .lg\:shadow-mini {
    --tw-shadow: 0 6px 30px 0 rgba(0,0,0,0.11);
    --tw-shadow-colored: 0 6px 30px 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);
  }

  .theme-white .theme-white\:lg\:bg-theme-white-primary {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
}

@media (min-width: 1280px) {
  .xl\:w-1\/3 {
    width: 33.333333%;
  }

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

  .xl\:pl-0 {
    padding-left: 0px;
  }

  .xl\:pr-0 {
    padding-right: 0px;
  }
}

.dark\:border-dark-highlight:where(.dark, .dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(255 213 2 / var(--tw-border-opacity));
}

.dark\:border-highlight:where(.dark, .dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(116 13 16 / var(--tw-border-opacity));
}

.dark\:border-white:where(.dark, .dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.dark\:bg-dark-highlight:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 213 2 / var(--tw-bg-opacity));
}

.dark\:bg-dark-primary:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(27 24 37 / var(--tw-bg-opacity));
}

.dark\:bg-dark-secondary:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(44 40 56 / var(--tw-bg-opacity));
}

.dark\:bg-white:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.dark\:fill-dark-highlight:where(.dark, .dark *) {
  fill: #FFD502;
}

.dark\:\!text-gray-100:where(.dark, .dark *) {
  --tw-text-opacity: 1 !important;
  color: rgb(126 124 131 / var(--tw-text-opacity)) !important;
}

.dark\:\!text-gray-900:where(.dark, .dark *) {
  --tw-text-opacity: 1 !important;
  color: rgb(27 24 37 / var(--tw-text-opacity)) !important;
}

.dark\:text-\[\#1212B3\]:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(18 18 179 / var(--tw-text-opacity));
}

.dark\:text-dark-highlight:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(255 213 2 / var(--tw-text-opacity));
}

.dark\:text-gray-200:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(217 217 217 / var(--tw-text-opacity));
}

.dark\:text-white:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hover\:dark\:border-dark-highlight:where(.dark, .dark *):hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 213 2 / var(--tw-border-opacity));
}

.hover\:dark\:bg-dark-highlight:where(.dark, .dark *):hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 213 2 / var(--tw-bg-opacity));
}

.dark\:hover\:text-dark-highlight:hover:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(255 213 2 / var(--tw-text-opacity));
}

.hover\:dark\:text-dark-highlight:where(.dark, .dark *):hover {
  --tw-text-opacity: 1;
  color: rgb(255 213 2 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .dark\:lg\:bg-dark-primary:where(.dark, .dark *) {
    --tw-bg-opacity: 1;
    background-color: rgb(27 24 37 / var(--tw-bg-opacity));
  }
}