/* =================================================================== */

/* Developed By - MegamindIT, www.megamindit.com */

/* =================================================================== */

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --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:  ;
  --tw-perspective: none;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-translate-z: 0;
  --tw-rotate-x: 0;
  --tw-rotate-y: 0;
  --tw-rotate-z: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-scale-z: 1;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --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:  ;
  --tw-perspective: none;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-translate-z: 0;
  --tw-rotate-x: 0;
  --tw-rotate-y: 0;
  --tw-rotate-z: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-scale-z: 1;
}

/* ! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com */

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

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

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

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: Graphik, 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: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

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

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

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

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

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

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

::-webkit-datetime-edit {
  display: inline-flex;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}

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

[multiple],[size]:where(select:not([size="1"])) {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

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

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

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

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

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

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

@media (forced-colors: active)  {
  [type='checkbox']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

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

@media (forced-colors: active)  {
  [type='radio']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

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

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

@media (forced-colors: active)  {
  [type='checkbox']:indeterminate {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

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

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

[type='file']:focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

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

@media (min-width: 640px) {
  .container {
    max-width: 640px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

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

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
    padding-right: 4rem;
    padding-left: 4rem;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
    padding-right: 5rem;
    padding-left: 5rem;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
    padding-right: 6rem;
    padding-left: 6rem;
  }
}

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

.debug-screens::before {
  position: fixed;
  z-index: 2147483647;
  bottom: 0;
  left: 0;
  padding: .3333333em .5em;
  font-size: 18px;
  line-height: 1;
  font-family: sans-serif;
  background-color: #ff0000;
  color: white;
  box-shadow: 0 0 0 1px #fff;
  content: 'Screen: _';
  border: 3px solid white;
  border-radius: 20px 0 0 20px;
}

@media (min-width: 475px) {
  .debug-screens::before {
    content: 'Screen: xs';
  }
}

@media (min-width: 640px) {
  .debug-screens::before {
    content: 'Screen: sm';
  }
}

@media (min-width: 768px) {
  .debug-screens::before {
    content: 'Screen: md';
  }
}

@media (min-width: 1024px) {
  .debug-screens::before {
    content: 'Screen: lg';
  }
}

@media (min-width: 1280px) {
  .debug-screens::before {
    content: 'Screen: xl';
  }
}

@media (min-width: 1536px) {
  .debug-screens::before {
    content: 'Screen: 2xl';
  }
}

@media (min-width: 1600px) {
  .debug-screens::before {
    content: 'Screen: 3xl';
  }
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.collapse {
  visibility: collapse;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0;
}

.inset-x-0 {
  left: 0;
  right: 0;
}

.bottom-10 {
  bottom: 2.5rem;
}

.bottom-4 {
  bottom: 1rem;
}

.left-0 {
  left: 0;
}

.right-0 {
  right: 0;
}

.right-2 {
  right: 0.5rem;
}

.top-0 {
  top: 0;
}

.top-1 {
  top: 0.25rem;
}

.top-10 {
  top: 2.5rem;
}

.top-2 {
  top: 0.5rem;
}

.top-4 {
  top: 1rem;
}

.top-8 {
  top: 2rem;
}

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

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

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

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

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

.col-start-1 {
  grid-column-start: 1;
}

.col-end-7 {
  grid-column-end: 7;
}

.row-span-1 {
  grid-row: span 1 / span 1;
}

.row-span-2 {
  grid-row: span 2 / span 2;
}

.m-2 {
  margin: 0.5rem;
}

.m-auto {
  margin: auto;
}

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

.mx-0\.5 {
  margin-left: 0.125rem;
  margin-right: 0.125rem;
}

.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

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

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

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

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

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

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

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

.mb-2 {
  margin-bottom: 0.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-8 {
  margin-bottom: 2rem;
}

.mb-\[7px\] {
  margin-bottom: 7px;
}

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

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

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

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

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

.mt-\[15px\] {
  margin-top: 15px;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.flow-root {
  display: flow-root;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.h-0 {
  height: 0;
}

.h-10 {
  height: 2.5rem;
}

.h-115 {
  height: 115px;
}

.h-12 {
  height: 3rem;
}

.h-14 {
  height: 3.5rem;
}

.h-16 {
  height: 4rem;
}

.h-20 {
  height: 5rem;
}

.h-24 {
  height: 6rem;
}

.h-28 {
  height: 7rem;
}

.h-3 {
  height: 0.75rem;
}

.h-313 {
  height: 313px;
}

.h-32 {
  height: 8rem;
}

.h-4 {
  height: 1rem;
}

.h-40 {
  height: 10rem;
}

.h-450 {
  height: 450px;
}

.h-480 {
  height: 480px;
}

.h-6 {
  height: 1.5rem;
}

.h-600 {
  height: 600px;
}

.h-7 {
  height: 1.75rem;
}

.h-8 {
  height: 2rem;
}

.h-80 {
  height: 20rem;
}

.h-9 {
  height: 2.25rem;
}

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

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

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

.h-\[75vh\] {
  height: 75vh;
}

.h-auto {
  height: auto;
}

.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.min-h-20 {
  min-height: 5rem;
}

.min-h-500 {
  min-height: 500px;
}

.min-h-700 {
  min-height: 700px;
}

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

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

.w-2 {
  width: 0.5rem;
}

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

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

.w-20 {
  width: 5rem;
}

.w-24 {
  width: 6rem;
}

.w-28 {
  width: 7rem;
}

.w-3 {
  width: 0.75rem;
}

.w-32 {
  width: 8rem;
}

.w-4 {
  width: 1rem;
}

.w-40 {
  width: 10rem;
}

.w-550 {
  width: 550px;
}

.w-6 {
  width: 1.5rem;
}

.w-full {
  width: 100%;
}

.min-w-fit {
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.max-w-7xl {
  max-width: 80rem;
}

.max-w-fit {
  max-width: -moz-fit-content;
  max-width: fit-content;
}

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

.max-w-6xl {
  max-width: 72rem;
}

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

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

.flex-grow {
  flex-grow: 1;
}

.border-collapse {
  border-collapse: collapse;
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

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

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

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

.grid-rows-2 {
  grid-template-rows: 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;
}

.place-items-center {
  place-items: center;
}

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

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

.gap-1 {
  gap: 0.25rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-y-12 {
  row-gap: 3rem;
}

.overflow-hidden {
  overflow: hidden;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

.rounded-4xl {
  border-radius: 2rem;
}

.rounded-5xl {
  border-radius: 4rem;
}

.rounded-7xl {
  border-radius: 8rem;
}

.rounded-\[0px\] {
  border-radius: 0px;
}

.rounded-\[0px_0px_30px_30px\] {
  border-radius: 0px 0px 30px 30px;
}

.rounded-\[30px_30px_0px_0px\] {
  border-radius: 30px 30px 0px 0px;
}

.rounded-\[5px\] {
  border-radius: 5px;
}

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

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

.rounded-none {
  border-radius: 0px;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-b {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rounded-b-none {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.rounded-t {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.rounded-t-5xl {
  border-top-left-radius: 4rem;
  border-top-right-radius: 4rem;
}

.rounded-t-7xl {
  border-top-left-radius: 8rem;
  border-top-right-radius: 8rem;
}

.rounded-bl-7xl {
  border-bottom-left-radius: 8rem;
}

.rounded-br-7xl {
  border-bottom-right-radius: 8rem;
}

.rounded-tl {
  border-top-left-radius: 0.25rem;
}

.rounded-tl-4xl {
  border-top-left-radius: 2rem;
}

.rounded-tl-7xl {
  border-top-left-radius: 8rem;
}

.rounded-tr {
  border-top-right-radius: 0.25rem;
}

.rounded-tr-5xl {
  border-top-right-radius: 4rem;
}

.rounded-tr-7xl {
  border-top-right-radius: 8rem;
}

.border {
  border-width: 1px;
}

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

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

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

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

.border-x {
  border-left-width: 1px;
  border-right-width: 1px;
}

.border-x-2 {
  border-left-width: 2px;
  border-right-width: 2px;
}

.border-x-4 {
  border-left-width: 4px;
  border-right-width: 4px;
}

.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.border-y-2 {
  border-top-width: 2px;
  border-bottom-width: 2px;
}

.border-y-4 {
  border-top-width: 4px;
  border-bottom-width: 4px;
}

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

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

.border-b-\[3px\] {
  border-bottom-width: 3px;
}

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

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

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

.border-t-2 {
  border-top-width: 2px;
}

.border-t-4 {
  border-top-width: 4px;
}

.border-t-\[3px\] {
  border-top-width: 3px;
}

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

.border-blue-950 {
  --tw-border-opacity: 1;
  border-color: rgb(23 37 84 / var(--tw-border-opacity, 1));
}

.border-brand-uber {
  --tw-border-opacity: 1;
  border-color: rgb(9 9 26 / var(--tw-border-opacity, 1));
}

.border-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}

.border-gray-800 {
  --tw-border-opacity: 1;
  border-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
}

.border-purple-800 {
  --tw-border-opacity: 1;
  border-color: rgb(107 33 168 / var(--tw-border-opacity, 1));
}

.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}

.border-red-950 {
  --tw-border-opacity: 1;
  border-color: rgb(69 10 10 / var(--tw-border-opacity, 1));
}

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

.border-yellow-500 {
  --tw-border-opacity: 1;
  border-color: rgb(234 179 8 / var(--tw-border-opacity, 1));
}

.border-x-brand-etsy {
  --tw-border-opacity: 1;
  border-left-color: rgb(213 100 28 / var(--tw-border-opacity, 1));
  border-right-color: rgb(213 100 28 / var(--tw-border-opacity, 1));
}

.border-x-brand-youtube {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 0 0 / var(--tw-border-opacity, 1));
  border-right-color: rgb(255 0 0 / var(--tw-border-opacity, 1));
}

.border-x-m2-primaryLight {
  --tw-border-opacity: 1;
  border-left-color: rgb(2 7 38 / var(--tw-border-opacity, 1));
  border-right-color: rgb(2 7 38 / var(--tw-border-opacity, 1));
}

.border-b-red-500 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}

.border-r-brand-etsy {
  --tw-border-opacity: 1;
  border-right-color: rgb(213 100 28 / var(--tw-border-opacity, 1));
}

.border-r-gray-800 {
  --tw-border-opacity: 1;
  border-right-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
}

.border-t-\[\#e4ab0c\] {
  --tw-border-opacity: 1;
  border-top-color: rgb(228 171 12 / var(--tw-border-opacity, 1));
}

.border-t-brand-amazon {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 153 0 / var(--tw-border-opacity, 1));
}

.border-t-brand-etsy {
  --tw-border-opacity: 1;
  border-top-color: rgb(213 100 28 / var(--tw-border-opacity, 1));
}

.bg-\[\#0e0e13\] {
  --tw-bg-opacity: 1;
  background-color: rgb(14 14 19 / var(--tw-bg-opacity, 1));
}

.bg-\[\#232542\] {
  --tw-bg-opacity: 1;
  background-color: rgb(35 37 66 / var(--tw-bg-opacity, 1));
}

.bg-\[\#252323\] {
  --tw-bg-opacity: 1;
  background-color: rgb(37 35 35 / var(--tw-bg-opacity, 1));
}

.bg-\[\#50113d\] {
  --tw-bg-opacity: 1;
  background-color: rgb(80 17 61 / var(--tw-bg-opacity, 1));
}

.bg-\[\#c71585\] {
  --tw-bg-opacity: 1;
  background-color: rgb(199 21 133 / var(--tw-bg-opacity, 1));
}

.bg-\[\#f00\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 0 / var(--tw-bg-opacity, 1));
}

.bg-\[\#fff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

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

.bg-blue-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity, 1));
}

.bg-blue-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 58 138 / var(--tw-bg-opacity, 1));
}

.bg-blue-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(23 37 84 / var(--tw-bg-opacity, 1));
}

.bg-brand-adobe {
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 0 / var(--tw-bg-opacity, 1));
}

.bg-brand-algolia {
  --tw-bg-opacity: 1;
  background-color: rgb(5 15 44 / var(--tw-bg-opacity, 1));
}

.bg-brand-amazon {
  --tw-bg-opacity: 1;
  background-color: rgb(255 153 0 / var(--tw-bg-opacity, 1));
}

.bg-brand-atlassian {
  --tw-bg-opacity: 1;
  background-color: rgb(0 51 102 / var(--tw-bg-opacity, 1));
}

.bg-brand-deviantart {
  --tw-bg-opacity: 1;
  background-color: rgb(5 204 71 / var(--tw-bg-opacity, 1));
}

.bg-brand-etsy {
  --tw-bg-opacity: 1;
  background-color: rgb(213 100 28 / var(--tw-bg-opacity, 1));
}

.bg-brand-evernote {
  --tw-bg-opacity: 1;
  background-color: rgb(45 190 96 / var(--tw-bg-opacity, 1));
}

.bg-brand-facebook {
  --tw-bg-opacity: 1;
  background-color: rgb(59 89 152 / var(--tw-bg-opacity, 1));
}

.bg-brand-github {
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity, 1));
}

.bg-brand-linkedin {
  --tw-bg-opacity: 1;
  background-color: rgb(0 119 181 / var(--tw-bg-opacity, 1));
}

.bg-brand-reddit {
  --tw-bg-opacity: 1;
  background-color: rgb(255 69 0 / var(--tw-bg-opacity, 1));
}

.bg-brand-slack {
  --tw-bg-opacity: 1;
  background-color: rgb(97 31 105 / var(--tw-bg-opacity, 1));
}

.bg-brand-spotify {
  --tw-bg-opacity: 1;
  background-color: rgb(29 185 84 / var(--tw-bg-opacity, 1));
}

.bg-brand-uber {
  --tw-bg-opacity: 1;
  background-color: rgb(9 9 26 / var(--tw-bg-opacity, 1));
}

.bg-brand-vimeo {
  --tw-bg-opacity: 1;
  background-color: rgb(22 34 33 / var(--tw-bg-opacity, 1));
}

.bg-brand-youtube {
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 0 / var(--tw-bg-opacity, 1));
}

.bg-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
}

.bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}

.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}

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

.bg-gray-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(3 7 18 / var(--tw-bg-opacity, 1));
}

.bg-green-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(20 83 45 / var(--tw-bg-opacity, 1));
}

.bg-indigo-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity, 1));
}

.bg-indigo-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(67 56 202 / var(--tw-bg-opacity, 1));
}

.bg-indigo-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 27 75 / var(--tw-bg-opacity, 1));
}

.bg-m1-blackColor2 {
  --tw-bg-opacity: 1;
  background-color: rgb(8 14 28 / var(--tw-bg-opacity, 1));
}

.bg-m1-titleColor {
  --tw-bg-opacity: 1;
  background-color: rgb(20 29 56 / var(--tw-bg-opacity, 1));
}

.bg-m1-yellowColor {
  --tw-bg-opacity: 1;
  background-color: rgb(255 181 57 / var(--tw-bg-opacity, 1));
}

.bg-m2-primaryLight {
  --tw-bg-opacity: 1;
  background-color: rgb(2 7 38 / var(--tw-bg-opacity, 1));
}

.bg-orange-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 88 12 / var(--tw-bg-opacity, 1));
}

.bg-pink-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(131 24 67 / var(--tw-bg-opacity, 1));
}

.bg-purple-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(126 34 206 / var(--tw-bg-opacity, 1));
}

.bg-purple-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 7 100 / var(--tw-bg-opacity, 1));
}

.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}

.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}

.bg-red-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}

.bg-red-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(127 29 29 / var(--tw-bg-opacity, 1));
}

.bg-red-900\/50 {
  background-color: rgb(127 29 29 / 0.5);
}

.bg-slate-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity, 1));
}

.bg-slate-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity, 1));
}

.bg-slate-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity, 1));
}

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

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

.bg-yellow-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity, 1));
}

.bg-yellow-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(161 98 7 / var(--tw-bg-opacity, 1));
}

.bg-yellow-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(113 63 18 / var(--tw-bg-opacity, 1));
}

.bg-yellow-900\/50 {
  background-color: rgb(113 63 18 / 0.5);
}

.bg-yellow-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(66 32 6 / var(--tw-bg-opacity, 1));
}

.bg-\[\#0c0c0c\] {
  --tw-bg-opacity: 1;
  background-color: rgb(12 12 12 / var(--tw-bg-opacity, 1));
}

.bg-opacity-40 {
  --tw-bg-opacity: 0.4;
}

.bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}

.bg-opacity-90 {
  --tw-bg-opacity: 0.9;
}

.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.bg-gradient-to-bl {
  background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
}

.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}

.bg-gradient-to-l {
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.bg-gradient-to-tl {
  background-image: linear-gradient(to top left, var(--tw-gradient-stops));
}

.bg-hero {
  background-image: url('../images/background-img-1.jpg');
}

.from-\[\#030737\] {
  --tw-gradient-from: #030737 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(3 7 55 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[\#c71585\] {
  --tw-gradient-from: #c71585 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(199 21 133 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[\#ffffff\] {
  --tw-gradient-from: #ffffff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-black {
  --tw-gradient-from: #000 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-800 {
  --tw-gradient-from: #1e40af var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 64 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-900 {
  --tw-gradient-from: #1e3a8a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 58 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-950 {
  --tw-gradient-from: #172554 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 37 84 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-adobe {
  --tw-gradient-from: #ff0000 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-airbnb {
  --tw-gradient-from: #fd5c63 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 92 99 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-algolia {
  --tw-gradient-from: #050f2c var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 15 44 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-dribbble {
  --tw-gradient-from: #ea4c89 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 76 137 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-etsy {
  --tw-gradient-from: #d5641c var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(213 100 28 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-evernote {
  --tw-gradient-from: #2dbe60 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(45 190 96 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-pinterest {
  --tw-gradient-from: #e60023 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(230 0 35 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-twitch {
  --tw-gradient-from: #6441a5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(100 65 165 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-uber {
  --tw-gradient-from: #09091a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(9 9 26 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-wikipedia {
  --tw-gradient-from: #000000 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-youtube {
  --tw-gradient-from: #ff0000 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-bs-teal {
  --tw-gradient-from: #20c997 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(32 201 151 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-800 {
  --tw-gradient-from: #166534 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 101 52 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-950 {
  --tw-gradient-from: #052e16 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 46 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-500 {
  --tw-gradient-from: #a855f7 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-800 {
  --tw-gradient-from: #6b21a8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(107 33 168 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-300 {
  --tw-gradient-from: #cbd5e1 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(203 213 225 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-600 {
  --tw-gradient-from: #475569 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(71 85 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-950 {
  --tw-gradient-from: #020617 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(2 6 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-800 {
  --tw-gradient-from: #115e59 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 94 89 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-950 {
  --tw-gradient-from: #042f2e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(4 47 46 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-zinc-950 {
  --tw-gradient-from: #09090b var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(9 9 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-\[\#f5f5f5\] {
  --tw-gradient-to: rgb(245 245 245 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f5f5f5 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-black {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #000 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-blue-900 {
  --tw-gradient-to: rgb(30 58 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-blue-950 {
  --tw-gradient-to: rgb(23 37 84 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #172554 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-airbnb {
  --tw-gradient-to: rgb(253 92 99 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fd5c63 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-algolia {
  --tw-gradient-to: rgb(5 15 44 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #050f2c var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-amazon {
  --tw-gradient-to: rgb(255 153 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #ff9900 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-wikipedia {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #000000 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-gray-700 {
  --tw-gradient-to: rgb(55 65 81 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #374151 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-gray-800 {
  --tw-gradient-to: rgb(31 41 55 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #1f2937 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-gray-900 {
  --tw-gradient-to: rgb(17 24 39 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #111827 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-green-300 {
  --tw-gradient-to: rgb(134 239 172 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #86efac var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-green-900 {
  --tw-gradient-to: rgb(20 83 45 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #14532d var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-green-950 {
  --tw-gradient-to: rgb(5 46 22 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #052e16 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-orange-700 {
  --tw-gradient-to: rgb(194 65 12 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #c2410c var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-orange-950 {
  --tw-gradient-to: rgb(67 20 7 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #431407 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-pink-700 {
  --tw-gradient-to: rgb(190 24 93 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #be185d var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-slate-600 {
  --tw-gradient-to: rgb(71 85 105 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #475569 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-slate-700 {
  --tw-gradient-to: rgb(51 65 85 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #334155 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-slate-900 {
  --tw-gradient-to: rgb(15 23 42 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #0f172a var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-teal-500 {
  --tw-gradient-to: rgb(20 184 166 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #14b8a6 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-teal-900 {
  --tw-gradient-to: rgb(19 78 74 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #134e4a var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.to-\[\#030737\] {
  --tw-gradient-to: #030737 var(--tw-gradient-to-position);
}

.to-\[\#5f043e\] {
  --tw-gradient-to: #5f043e var(--tw-gradient-to-position);
}

.to-\[\#ffffff\] {
  --tw-gradient-to: #ffffff var(--tw-gradient-to-position);
}

.to-black {
  --tw-gradient-to: #000 var(--tw-gradient-to-position);
}

.to-blue-700 {
  --tw-gradient-to: #1d4ed8 var(--tw-gradient-to-position);
}

.to-blue-800 {
  --tw-gradient-to: #1e40af var(--tw-gradient-to-position);
}

.to-blue-900 {
  --tw-gradient-to: #1e3a8a var(--tw-gradient-to-position);
}

.to-blue-950 {
  --tw-gradient-to: #172554 var(--tw-gradient-to-position);
}

.to-brand-adobe {
  --tw-gradient-to: #ff0000 var(--tw-gradient-to-position);
}

.to-brand-airbnb {
  --tw-gradient-to: #fd5c63 var(--tw-gradient-to-position);
}

.to-brand-algolia {
  --tw-gradient-to: #050f2c var(--tw-gradient-to-position);
}

.to-brand-atlassian {
  --tw-gradient-to: #003366 var(--tw-gradient-to-position);
}

.to-brand-dribbble {
  --tw-gradient-to: #ea4c89 var(--tw-gradient-to-position);
}

.to-brand-etsy {
  --tw-gradient-to: #d5641c var(--tw-gradient-to-position);
}

.to-brand-evernote {
  --tw-gradient-to: #2dbe60 var(--tw-gradient-to-position);
}

.to-brand-github {
  --tw-gradient-to: #333 var(--tw-gradient-to-position);
}

.to-brand-twitch {
  --tw-gradient-to: #6441a5 var(--tw-gradient-to-position);
}

.to-brand-uber {
  --tw-gradient-to: #09091a var(--tw-gradient-to-position);
}

.to-brand-ubuntu {
  --tw-gradient-to: #dd4814 var(--tw-gradient-to-position);
}

.to-brand-wikipedia {
  --tw-gradient-to: #000000 var(--tw-gradient-to-position);
}

.to-brand-youtube {
  --tw-gradient-to: #ff0000 var(--tw-gradient-to-position);
}

.to-bs-blue {
  --tw-gradient-to: #0d6efd var(--tw-gradient-to-position);
}

.to-green-800 {
  --tw-gradient-to: #166534 var(--tw-gradient-to-position);
}

.to-purple-500 {
  --tw-gradient-to: #a855f7 var(--tw-gradient-to-position);
}

.to-purple-800 {
  --tw-gradient-to: #6b21a8 var(--tw-gradient-to-position);
}

.to-slate-400 {
  --tw-gradient-to: #94a3b8 var(--tw-gradient-to-position);
}

.to-slate-700 {
  --tw-gradient-to: #334155 var(--tw-gradient-to-position);
}

.to-slate-800 {
  --tw-gradient-to: #1e293b var(--tw-gradient-to-position);
}

.to-teal-950 {
  --tw-gradient-to: #042f2e var(--tw-gradient-to-position);
}

.to-zinc-900 {
  --tw-gradient-to: #18181b var(--tw-gradient-to-position);
}

.bg-cover {
  background-size: cover;
}

.bg-fixed {
  background-attachment: fixed;
}

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

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

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

.p-0 {
  padding: 0;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

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

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.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-0 {
  padding-top: 0;
  padding-bottom: 0;
}

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

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

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

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

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

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.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-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-\[11px\] {
  padding-top: 11px;
  padding-bottom: 11px;
}

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

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

.pb-2 {
  padding-bottom: 0.5rem;
}

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

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

.pb-8 {
  padding-bottom: 2rem;
}

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

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

.pl-8 {
  padding-left: 2rem;
}

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

.pt-0 {
  padding-top: 0;
}

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

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

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

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

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

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

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

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

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

.align-bottom {
  vertical-align: bottom;
}

.font-g_manrope {
  font-family: Manrope, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.font-g_poppins {
  font-family: Poppins, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.font-sans {
  font-family: Graphik, sans-serif;
}

.font-serif {
  font-family: Merriweather, 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-5xl {
  font-size: 3rem;
  line-height: 1;
}

.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}

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

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

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

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

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

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

.leading-4 {
  line-height: 1rem;
}

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

.leading-7 {
  line-height: 1.75rem;
}

.leading-9 {
  line-height: 2.25rem;
}

.leading-loose {
  line-height: 2;
}

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

.leading-relaxed {
  line-height: 1.625;
}

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

.tracking-\[1px\] {
  letter-spacing: 1px;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

.text-\[\#16234c\] {
  --tw-text-opacity: 1;
  color: rgb(22 35 76 / var(--tw-text-opacity, 1));
}

.text-\[\#237400\] {
  --tw-text-opacity: 1;
  color: rgb(35 116 0 / var(--tw-text-opacity, 1));
}

.text-\[\#c71585\] {
  --tw-text-opacity: 1;
  color: rgb(199 21 133 / var(--tw-text-opacity, 1));
}

.text-\[\#d4d4d4\] {
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / var(--tw-text-opacity, 1));
}

.text-\[\#ff8503\] {
  --tw-text-opacity: 1;
  color: rgb(255 133 3 / var(--tw-text-opacity, 1));
}

.text-\[\#ffc41f\] {
  --tw-text-opacity: 1;
  color: rgb(255 196 31 / var(--tw-text-opacity, 1));
}

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

.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}

.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}

.text-blue-800 {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}

.text-blue-950 {
  --tw-text-opacity: 1;
  color: rgb(23 37 84 / var(--tw-text-opacity, 1));
}

.text-brand-adobe {
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity, 1));
}

.text-brand-airbnb {
  --tw-text-opacity: 1;
  color: rgb(253 92 99 / var(--tw-text-opacity, 1));
}

.text-brand-algolia {
  --tw-text-opacity: 1;
  color: rgb(5 15 44 / var(--tw-text-opacity, 1));
}

.text-brand-amazon {
  --tw-text-opacity: 1;
  color: rgb(255 153 0 / var(--tw-text-opacity, 1));
}

.text-brand-android {
  --tw-text-opacity: 1;
  color: rgb(164 198 57 / var(--tw-text-opacity, 1));
}

.text-brand-atlassian {
  --tw-text-opacity: 1;
  color: rgb(0 51 102 / var(--tw-text-opacity, 1));
}

.text-brand-behance {
  --tw-text-opacity: 1;
  color: rgb(23 105 255 / var(--tw-text-opacity, 1));
}

.text-brand-binance {
  --tw-text-opacity: 1;
  color: rgb(243 186 47 / var(--tw-text-opacity, 1));
}

.text-brand-codepen {
  --tw-text-opacity: 1;
  color: rgb(14 190 255 / var(--tw-text-opacity, 1));
}

.text-brand-dailymotion {
  --tw-text-opacity: 1;
  color: rgb(0 170 255 / var(--tw-text-opacity, 1));
}

.text-brand-deviantart {
  --tw-text-opacity: 1;
  color: rgb(5 204 71 / var(--tw-text-opacity, 1));
}

.text-brand-dribbble {
  --tw-text-opacity: 1;
  color: rgb(234 76 137 / var(--tw-text-opacity, 1));
}

.text-brand-etsy {
  --tw-text-opacity: 1;
  color: rgb(213 100 28 / var(--tw-text-opacity, 1));
}

.text-brand-evernote {
  --tw-text-opacity: 1;
  color: rgb(45 190 96 / var(--tw-text-opacity, 1));
}

.text-brand-facebook {
  --tw-text-opacity: 1;
  color: rgb(59 89 152 / var(--tw-text-opacity, 1));
}

.text-brand-gitlab {
  --tw-text-opacity: 1;
  color: rgb(252 109 38 / var(--tw-text-opacity, 1));
}

.text-brand-netflix {
  --tw-text-opacity: 1;
  color: rgb(229 9 20 / var(--tw-text-opacity, 1));
}

.text-brand-reddit {
  --tw-text-opacity: 1;
  color: rgb(255 69 0 / var(--tw-text-opacity, 1));
}

.text-brand-slack {
  --tw-text-opacity: 1;
  color: rgb(97 31 105 / var(--tw-text-opacity, 1));
}

.text-brand-snapchat {
  --tw-text-opacity: 1;
  color: rgb(255 252 0 / var(--tw-text-opacity, 1));
}

.text-brand-tumblr {
  --tw-text-opacity: 1;
  color: rgb(53 70 92 / var(--tw-text-opacity, 1));
}

.text-brand-uber {
  --tw-text-opacity: 1;
  color: rgb(9 9 26 / var(--tw-text-opacity, 1));
}

.text-brand-youtube {
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity, 1));
}

.text-bs-green {
  --tw-text-opacity: 1;
  color: rgb(25 135 84 / var(--tw-text-opacity, 1));
}

.text-bs-indigo {
  --tw-text-opacity: 1;
  color: rgb(102 16 242 / var(--tw-text-opacity, 1));
}

.text-bs-red {
  --tw-text-opacity: 1;
  color: rgb(220 53 69 / var(--tw-text-opacity, 1));
}

.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}

.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.text-green-300 {
  --tw-text-opacity: 1;
  color: rgb(134 239 172 / var(--tw-text-opacity, 1));
}

.text-green-400 {
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity, 1));
}

.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}

.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}

.text-green-800 {
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity, 1));
}

.text-indigo-400 {
  --tw-text-opacity: 1;
  color: rgb(129 140 248 / var(--tw-text-opacity, 1));
}

.text-indigo-500 {
  --tw-text-opacity: 1;
  color: rgb(99 102 241 / var(--tw-text-opacity, 1));
}

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

.text-m1-blackColor2 {
  --tw-text-opacity: 1;
  color: rgb(8 14 28 / var(--tw-text-opacity, 1));
}

.text-m1-bodyColor {
  --tw-text-opacity: 1;
  color: rgb(115 120 135 / var(--tw-text-opacity, 1));
}

.text-m1-errorColor {
  --tw-text-opacity: 1;
  color: rgb(220 53 69 / var(--tw-text-opacity, 1));
}

.text-m1-grayColor {
  --tw-text-opacity: 1;
  color: rgb(189 189 189 / var(--tw-text-opacity, 1));
}

.text-m1-lightColor {
  --tw-text-opacity: 1;
  color: rgb(114 132 155 / var(--tw-text-opacity, 1));
}

.text-m1-smokeColor {
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity, 1));
}

.text-m1-smokeColor2 {
  --tw-text-opacity: 1;
  color: rgb(226 232 250 / var(--tw-text-opacity, 1));
}

.text-m1-smokeColor3 {
  --tw-text-opacity: 1;
  color: rgb(239 241 249 / var(--tw-text-opacity, 1));
}

.text-m1-themeColor2 {
  --tw-text-opacity: 1;
  color: rgb(62 102 243 / var(--tw-text-opacity, 1));
}

.text-m1-titleColor {
  --tw-text-opacity: 1;
  color: rgb(20 29 56 / var(--tw-text-opacity, 1));
}

.text-m1-yellowColor {
  --tw-text-opacity: 1;
  color: rgb(255 181 57 / var(--tw-text-opacity, 1));
}

.text-m2-blob {
  --tw-text-opacity: 1;
  color: rgb(164 39 223 / var(--tw-text-opacity, 1));
}

.text-m2-primaryLight {
  --tw-text-opacity: 1;
  color: rgb(2 7 38 / var(--tw-text-opacity, 1));
}

.text-m3-accent {
  --tw-text-opacity: 1;
  color: rgb(0 255 255 / var(--tw-text-opacity, 1));
}

.text-m3-base-100 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-m3-neutral {
  --tw-text-opacity: 1;
  color: rgb(255 0 255 / var(--tw-text-opacity, 1));
}

.text-m3-warning {
  --tw-text-opacity: 1;
  color: rgb(0 255 0 / var(--tw-text-opacity, 1));
}

.text-orange-400 {
  --tw-text-opacity: 1;
  color: rgb(251 146 60 / var(--tw-text-opacity, 1));
}

.text-orange-500 {
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity, 1));
}

.text-orange-600 {
  --tw-text-opacity: 1;
  color: rgb(234 88 12 / var(--tw-text-opacity, 1));
}

.text-orange-700 {
  --tw-text-opacity: 1;
  color: rgb(194 65 12 / var(--tw-text-opacity, 1));
}

.text-orange-950 {
  --tw-text-opacity: 1;
  color: rgb(67 20 7 / var(--tw-text-opacity, 1));
}

.text-pink-100 {
  --tw-text-opacity: 1;
  color: rgb(252 231 243 / var(--tw-text-opacity, 1));
}

.text-pink-200 {
  --tw-text-opacity: 1;
  color: rgb(251 207 232 / var(--tw-text-opacity, 1));
}

.text-pink-950 {
  --tw-text-opacity: 1;
  color: rgb(80 7 36 / var(--tw-text-opacity, 1));
}

.text-purple-400 {
  --tw-text-opacity: 1;
  color: rgb(192 132 252 / var(--tw-text-opacity, 1));
}

.text-purple-50 {
  --tw-text-opacity: 1;
  color: rgb(250 245 255 / var(--tw-text-opacity, 1));
}

.text-purple-500 {
  --tw-text-opacity: 1;
  color: rgb(168 85 247 / var(--tw-text-opacity, 1));
}

.text-purple-800 {
  --tw-text-opacity: 1;
  color: rgb(107 33 168 / var(--tw-text-opacity, 1));
}

.text-purple-950 {
  --tw-text-opacity: 1;
  color: rgb(59 7 100 / var(--tw-text-opacity, 1));
}

.text-red-100 {
  --tw-text-opacity: 1;
  color: rgb(254 226 226 / var(--tw-text-opacity, 1));
}

.text-red-300 {
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity, 1));
}

.text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}

.text-red-800 {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}

.text-sky-500 {
  --tw-text-opacity: 1;
  color: rgb(14 165 233 / var(--tw-text-opacity, 1));
}

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

.text-yellow-300 {
  --tw-text-opacity: 1;
  color: rgb(253 224 71 / var(--tw-text-opacity, 1));
}

.text-yellow-400 {
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity, 1));
}

.text-yellow-50 {
  --tw-text-opacity: 1;
  color: rgb(254 252 232 / var(--tw-text-opacity, 1));
}

.text-yellow-500 {
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity, 1));
}

.text-yellow-600 {
  --tw-text-opacity: 1;
  color: rgb(202 138 4 / var(--tw-text-opacity, 1));
}

.text-zinc-100 {
  --tw-text-opacity: 1;
  color: rgb(244 244 245 / var(--tw-text-opacity, 1));
}

.text-\[\#f9faf8\] {
  --tw-text-opacity: 1;
  color: rgb(249 250 248 / var(--tw-text-opacity, 1));
}

.underline {
  text-decoration-line: underline;
}

.underline-offset-2 {
  text-underline-offset: 2px;
}

.underline-offset-4 {
  text-underline-offset: 4px;
}

.opacity-0 {
  opacity: 0;
}

.opacity-10 {
  opacity: 0.1;
}

.opacity-100 {
  opacity: 1;
}

.opacity-15 {
  opacity: 0.15;
}

.opacity-20 {
  opacity: 0.2;
}

.opacity-5 {
  opacity: 0.05;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-55 {
  opacity: 0.55;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-65 {
  opacity: 0.65;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-85 {
  opacity: 0.85;
}

.opacity-90 {
  opacity: 0.9;
}

.opacity-95 {
  opacity: 0.95;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px 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-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-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);
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px 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-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 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-brand-algolia {
  --tw-shadow-color: #050f2c;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-amazon {
  --tw-shadow-color: #ff9900;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-evernote {
  --tw-shadow-color: #2dbe60;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-facebook {
  --tw-shadow-color: #3b5998;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-reddit {
  --tw-shadow-color: #ff4500;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-vue {
  --tw-shadow-color: #42b883;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-500 {
  --tw-shadow-color: #6b7280;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-800 {
  --tw-shadow-color: #1f2937;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-500 {
  --tw-shadow-color: #22c55e;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-m1-bodyColor {
  --tw-shadow-color: #737887;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-m1-smokeColor2 {
  --tw-shadow-color: #E2E8FA;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-m1-titleColor {
  --tw-shadow-color: #141D38;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-m2-white {
  --tw-shadow-color: #fff;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-400 {
  --tw-shadow-color: #fb923c;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-500 {
  --tw-shadow-color: #ef4444;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-white {
  --tw-shadow-color: #fff;
  --tw-shadow: var(--tw-shadow-colored);
}

.outline {
  outline-style: solid;
}

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

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.backdrop-blur-md {
  --tw-backdrop-blur: blur(12px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-filter {
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

.duration-\[0\.5s\] {
  transition-duration: 0.5s;
}

.ease-\[ease-in-out\] {
  transition-timing-function: ease-in-out;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.content-\[\'\'\] {
  --tw-content: '';
  content: var(--tw-content);
}

.scrollbar-hide {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.scrollbar-hide::-webkit-scrollbar {
  display: none;
}

.scrollbar-default {
  -ms-overflow-style: auto;
  scrollbar-width: auto;
}

.scrollbar-default::-webkit-scrollbar {
  display: block;
}

.bleed-bg {
  -o-border-image: linear-gradient(var(--tw-full-bleed-color) 0 0) 0/ /0 9999vw 0 9999vw;
     border-image: linear-gradient(var(--tw-full-bleed-color) 0 0) fill 0/ /0 9999vw 0 9999vw;
}

.bleed-bg-r {
  -o-border-image: linear-gradient(var(--tw-full-bleed-color) 0 0) 0/ /0 9999vw 0 0;
     border-image: linear-gradient(var(--tw-full-bleed-color) 0 0) fill 0/ /0 9999vw 0 0;
}

.bleed-blue-200 {
  --tw-full-bleed-color: #bfdbfe;
}

.bleed-red-200 {
  --tw-full-bleed-color: #fecaca;
}

.transform {
  --webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate-z)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate-z)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

/* =============0. Layout Grid Style Start============ */

.grid-col-2 {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}

@media (min-width: 768px) {
  .grid-col-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

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

.row-c {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.banner-row-c {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .banner-row-c {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .banner-row-c {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.game-row-c {
  grid-column: span 1 / span 1;
  grid-column-end: 7;
}

.row-res-3 {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .row-res-3 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .row-res-3 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.game-row-res-3 {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
}

@media (min-width: 640px) {
  .game-row-res-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .game-row-res-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1280px) {
  .game-row-res-3 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.game-row-res-1 {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .game-row-res-1 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.footer-row-res-1 {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.game-row-res-2 {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
  row-gap: 3rem;
}

@media (min-width: 768px) {
  .game-row-res-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .game-row-res-2 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.row {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.75rem;
}

.col-2 {
  grid-column-start: 1;
  grid-column-end: 7;
}

@media (min-width: 1024px) {
  .col-2 {
    grid-column: span 4 / span 4;
  }
}

.col-1 {
  grid-column-start: 1;
  grid-column-end: 7;
}

@media (min-width: 1024px) {
  .col-1 {
    grid-column: span 2 / span 2;
  }
}

/* Custom Grid */

.grid-cl-1 {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}

.grid-cl-2 {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}

@media (min-width: 1024px) {
  .grid-cl-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.grid-cl-3 {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}

@media (min-width: 768px) {
  .grid-cl-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1280px) {
  .grid-cl-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.grid-cl-4 {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}

@media (min-width: 640px) {
  .grid-cl-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1280px) {
  .grid-cl-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

/* =============Layout Grid Style End============ */

/* =============1. Global Common Style Start============ */

html {
  scroll-behavior: smooth;
}

section.body-section {
  padding-bottom: 0px;
  padding-top: 0;
}

.container-r {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 475px) {
  .container-r {
    max-width: 475px;
  }
}

@media (min-width: 640px) {
  .container-r {
    max-width: 640px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

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

@media (min-width: 1024px) {
  .container-r {
    max-width: 1024px;
    padding-right: 4rem;
    padding-left: 4rem;
  }
}

@media (min-width: 1280px) {
  .container-r {
    max-width: 1280px;
    padding-right: 5rem;
    padding-left: 5rem;
  }
}

@media (min-width: 1536px) {
  .container-r {
    max-width: 1536px;
    padding-right: 6rem;
    padding-left: 6rem;
  }
}

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

.container-r {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px) {
  .container-r {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width: 1024px) {
  .container-r {
    padding-left: 8rem;
    padding-right: 8rem;
  }
}

.main {
  padding-bottom: 0;
}

/* .g-grid {
  @apply flex-row-reverse flow-root sm:flex sm:justify-between;
} */

.g-grid {
  display: flow-root;
}

@media (min-width: 640px) {
  .g-grid {
    display: flex;
    justify-content: space-between;
  }
}

.logo {
  grid-column-start: 1;
  grid-column-end: 7;
}

@media (min-width: 1024px) {
  .logo {
    grid-column: span 1 / span 1;
  }
}

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

#contents {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

#contents h2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

#contents h1 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

#contents p {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: justify;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

/* #contents .section-title {
  @apply mb-4;
} */

.svg-icon {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
  width: 6rem;
}

div#contents li {
  text-align: left;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

div#contents h2 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 800;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  text-underline-offset: 2px;
}

div#contents p > strong {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 800;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  text-underline-offset: 4px;
}

button:focus {
  outline: none;
}

/* =============Global Common Style End============ */

/* =============2. Navigation Bar Style Start============ */

.main-menu {
  grid-column-start: 1;
  grid-column-end: 7;
}

@media (min-width: 1024px) {
  .main-menu {
    grid-column: span 2 / span 2;
  }
}

.main-menu {
  padding: 1rem;
  text-align: center;
}

.menu-area {
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .menus-class-1 {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

.menus-class-2 {
  grid-column-start: 1;
  grid-column-end: 7;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .menus-class-2 {
    grid-column: span 1 / span 1;
  }
}

.logo-link {
  border-radius: 0.5rem;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.toggle-btn {
  border-radius: 0.5rem;
}

@media (min-width: 768px) {
  .toggle-btn {
    display: none;
  }
}

.nav {
  grid-column-start: 1;
  grid-column-end: 7;
  display: none;
  flex-grow: 1;
  flex-direction: column;
  padding-bottom: 1rem;
}

@media (min-width: 768px) {
  .nav {
    grid-column: span 2 / span 2;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    padding-bottom: 0;
  }
}

.hamburger-icon {
  display: none;
}

/* Transparent Header */

/* header {
  @apply sticky top-0 left-0 z-10 flex items-center justify-between w-full px-2 bg-black bg-opacity-90 backdrop-filter backdrop-blur-md shadow shadow-gray-800;
} */

header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 10;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  --tw-bg-opacity: 1;
  background-color: rgb(199 21 133 / var(--tw-bg-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow-color: #1f2937;
  --tw-shadow: var(--tw-shadow-colored);
}

header a {
  --tw-text-opacity: 1;
  color: rgb(255 252 0 / var(--tw-text-opacity, 1));
}

.logo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.logo-text {
  display: flex;
  justify-content: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.hamburger-icon {
  border-style: none;
  background-color: transparent;
}

.hamburger-icon .fa-bars,
.hamburger-icon .fa-x {
  height: 2rem;
  cursor: pointer;
}

.hamburger-icon input[type="checkbox"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.navigation {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.g-play {
  display: none;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
}

@media (min-width: 1280px) {
  .g-play {
    visibility: visible;
    display: flex;
  }
}

.g-play{
  a {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  a {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }
  a {
    --tw-gradient-from: #050f2c var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(5 15 44 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }
  a {
    --tw-gradient-to: #dd4814 var(--tw-gradient-to-position);
  }
  a {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  a {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  a {
    font-family: Graphik, sans-serif;
  }
  a {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  a {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
  a {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
  a {
    transition-duration: 500ms;
  }
  a:hover {
    --tw-gradient-from: #dd4814 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(221 72 20 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }
  a:hover {
    --tw-gradient-to: #e60023 var(--tw-gradient-to-position);
  }
  a:hover {
    --tw-text-opacity: 1;
    color: rgb(0 170 255 / var(--tw-text-opacity, 1));
  }
  @media (min-width: 475px) {
    a {
      margin-top: 1rem;
      margin-bottom: 1rem;
    }
  }
  @media (min-width: 640px) {
    a {
      padding-left: 0.25rem;
      padding-right: 0.25rem;
    }
  }
  @media (min-width: 640px) {
    a {
      font-size: 13px;
    }
  }
  @media (min-width: 1024px) {
    a {
      padding-left: 0.5rem;
      padding-right: 0.5rem;
    }
  }
  @media (min-width: 1024px) {
    a {
      font-size: 0.875rem;
      line-height: 1.25rem;
    }
  }
  @media (min-width: 1280px) {
    a {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
    }
  }
  @media (min-width: 1280px) {
    a {
      font-size: 1.25rem;
      line-height: 1.75rem;
    }
  }
}

.menu-link {
  margin-left: 0.125rem;
  margin-right: 0.125rem;
  margin-top: 0.5rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(239 241 249 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.menu-link:hover {
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 255 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px) {
  .menu-link {
    font-size: 12px;
  }
}

@media (min-width: 768px) {
  .menu-link {
    margin-top: 0;
    font-size: 14px;
  }
}

@media (min-width: 1024px) {
  .menu-link {
    font-size: 14px;
  }
}

@media (min-width: 1280px) {
  .menu-link {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.active {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.active:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 255 / var(--tw-text-opacity, 1));
}

a.logo-link img {
  height: 3.5rem;
}

@media (min-width: 640px) {
  a.logo-link img {
    height: 2.5rem;
  }
}

@media (min-width: 768px) {
  a.logo-link img {
    height: 4rem;
  }
}

@media (min-width: 1024px) {
  a.logo-link img {
    height: 75px;
  }
}

/* Header & Responsive Top Menu Section */

@media screen and (max-width: 600px) {
  header {
    display: block;
  }

  .navigation {
    height: 0;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
  }

  .logo {
    display: flex;
    justify-content: space-between;
  }

  .hamburger-icon {
    display: flex;
    align-items: center;
  }

  .fa-x {
    display: none;
  }

  header:has(.hamburger-icon input[type="checkbox"]:checked) .navigation {
    margin-top: 1rem;
    height: auto;
    min-height: 100px;
  }

  header:has(.hamburger-icon input[type="checkbox"]:checked) .fa-bars {
    display: none;
  }

  header:has(.hamburger-icon input[type="checkbox"]:checked) .fa-x {
    display: inline-block;
  }
}

/* =============Navigation Bar Style End============ */

/* =============2.1 How to Play Card Style Start============ */

.how-to-play {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.how-to-play-area {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.htp-section-info {
  text-align: center;
  h1 {
    margin-bottom: 2rem;
  }
  h1 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  h1 {
    font-family: Manrope, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }
  h1 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  h1 {
    font-weight: 700;
  }
  h1 {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
  h1::first-letter {
    font-size: 3rem;
    line-height: 1;
  }
  h1::first-letter {
    font-weight: 800;
  }
  p {
    padding-bottom: 2rem;
  }
  p {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  p {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
}

.htp-item {
  border-radius: 0.75rem;
  background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  --tw-gradient-from: #c71585 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(199 21 133 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #5f043e var(--tw-gradient-to-position);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  text-align: center;
}

.htp-item:hover {
  --tw-gradient-from: #5f043e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(95 4 62 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #c71585 var(--tw-gradient-to-position);
}

.htp-item{
  h3 {
    margin-bottom: 1.5rem;
  }
  h3 {
    font-family: Poppins, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }
  h3 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  h3 {
    font-weight: 700;
  }
  h3 {
    --tw-text-opacity: 1;
    color: rgb(212 212 212 / var(--tw-text-opacity, 1));
  }
  p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  p {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
}

.how-to-info{
  p {
    margin-bottom: 2rem;
  }
  p {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  p {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
}

/* ============= How to Play Card Style End============ */

/* =============3. Hero / Banner Style Start============ */

.banner {
  position: relative;
  display: grid;
  height: 75vh;
  place-items: center;
  background-image: url('../images/background-img-1.jpg');
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-width: 1024px) {
  .banner {
    height: 80vh;
  }
}

/* .banner::before {
  @apply absolute left-0 right-0 top-0 grid h-[75vh] place-items-center bg-gradient-to-l from-blue-950 to-black opacity-70 content-[''] lg:h-[80vh];
} */

.banner::before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  display: grid;
  height: 75vh;
  place-items: center;
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
  --tw-gradient-from: #172554 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 37 84 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #000 var(--tw-gradient-to-position);
  opacity: 0.65;
  --tw-content: '';
  content: var(--tw-content);
}

@media (min-width: 1024px) {
  .banner::before {
    height: 80vh;
  }
}

.banner-info {
  position: relative;
  float: right;
  text-align: center;
}

@media (min-width: 1024px) {
  .banner-info {
    width: 75%;
  }
}

@media (min-width: 1280px) {
  .banner-info {
    width: 50%;
  }
}

.banner-info h1 {
  z-index: -50;
  margin-bottom: 0.75rem;
  font-family: Merriweather, serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  text-transform: capitalize;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --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);
}

.banner-info h1::first-letter {
  background-color: inherit;
  font-size: 4.5rem;
  line-height: 1;
}

@media (min-width: 768px) {
  .banner-info h1 {
    font-size: 3rem;
    line-height: 1.25;
  }
}

@media (min-width: 1024px) {
  .banner-info h1 {
    font-size: 3.75rem;
    line-height: 1.25;
  }
}

.banner-info h2 {
  z-index: -50;
  margin-bottom: 0.75rem;
  font-family: Merriweather, serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  text-transform: capitalize;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --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);
}

@media (min-width: 768px) {
  .banner-info h2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
    line-height: 1.25;
  }
}

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

.banner-info p {
  z-index: -50;
  margin-bottom: 2.5rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(14 14 19 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: Merriweather, serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(226 232 250 / var(--tw-text-opacity, 1));
  opacity: 0.7;
}

@media (min-width: 1280px) {
  .banner-info p {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.banner-info p {
  strong {
    --tw-text-opacity: 1;
    color: rgb(244 244 245 / var(--tw-text-opacity, 1));
  }
  strong{
    span {
      font-weight: 800;
    }
    span {
      --tw-text-opacity: 1;
      color: rgb(5 204 71 / var(--tw-text-opacity, 1));
    }
  }
}

.banner-info a {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0.5rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(199 21 133 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow-color: #42b883;
  --tw-shadow: var(--tw-shadow-colored);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

.banner-info a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(5 204 71 / var(--tw-bg-opacity, 1));
}

/* =============Hero / Banner Style End============ */

/* =============4. About Us Section Style Start============ */

.about-us {
  position: relative;
  height: auto;
  min-height: 500px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 6rem;
  padding-bottom: 6rem;
}

@media (min-width: 768px) {
  .about-style {
    display: flex;
    flex-direction: row-reverse;
  }
}

.about-title {
  padding-top: 3rem;
  padding-bottom: 3rem;
  text-align: left;
  font-family: Merriweather, serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(9 9 26 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  text-underline-offset: 2px;
}

.about-title::first-letter {
  font-size: 3.75rem;
  line-height: 1;
  font-weight: 800;
}

@media (min-width: 768px) {
  .about-title {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

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

.about-left {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  vertical-align: middle;
  img {
    border-radius: 1.5rem;
  }
  img {
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 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);
  }
  img {
    --tw-shadow-color: #f1f5f9;
    --tw-shadow: var(--tw-shadow-colored);
  }
}

.about-right {
  p {
    padding-bottom: 1.5rem;
  }
  p {
    text-align: left;
  }
  p {
    font-size: 16px;
  }
  p {
    line-height: 1.5;
  }
  p {
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity, 1));
  }
  h3 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  h3 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  h3 {
    font-weight: 700;
  }
  h3 {
    --tw-text-opacity: 1;
    color: rgb(97 31 105 / var(--tw-text-opacity, 1));
  }
  h4 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  h4 {
    font-weight: 700;
  }
  h4 {
    --tw-text-opacity: 1;
    color: rgb(0 51 102 / var(--tw-text-opacity, 1));
  }
}

/* ============= About Us Section Style Start============ */

/* =============4.1 Four Box Section Style Start============ */

.box-area {
  --tw-bg-opacity: 1;
  background-color: rgb(20 29 56 / var(--tw-bg-opacity, 1));
  padding-top: 6rem;
  padding-bottom: 6rem;
}

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

.box-section-info {
  margin-bottom: 2rem;
  text-align: center;
  h1 {
    margin-bottom: 1rem;
  }
  h1 {
    font-family: Merriweather, serif;
  }
  h1 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  h1 {
    font-weight: 700;
  }
  h1 {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
  h1::first-letter {
    font-size: 3.75rem;
    line-height: 1;
  }
  @media (min-width: 1024px) {
    h1 {
      font-size: 2.25rem;
      line-height: 2.5rem;
    }
  }
  p {
    margin-left: auto;
    margin-right: auto;
  }
  p {
    margin-bottom: 1rem;
  }
  p {
    width: 100%;
  }
  p {
    text-align: center;
  }
  p {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
  @media (min-width: 1280px) {
    p {
      width: 66.666667%;
    }
  }
}

.box-2 {
  position: relative;
  display: flex;
  height: auto;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(80 17 61 / var(--tw-bg-opacity, 1));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 6rem;
  padding-bottom: 6rem;
  text-align: center;
  --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);
  --tw-shadow-color: #6b7280;
  --tw-shadow: var(--tw-shadow-colored);
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.box-2:hover {
  --tw-border-opacity: 1;
  border-color: rgb(30 27 75 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(108 34 86 / var(--tw-bg-opacity, 1));
}

.box-2 {
  img {
    bottom: 1rem;
  }
  img {
    height: 100px;
  }
  img {
    border-radius: 9999px;
  }
  img {
    border-width: 4px;
  }
  img {
    background-color: ;
  }
  img {
    padding: 1rem;
  }
  p {
    margin-bottom: 1.25rem;
  }
  p {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  p {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
  h5 {
    text-align: right;
  }
  h5 {
    font-weight: 700;
  }
  h5 {
    font-style: italic;
  }
  h5 {
    --tw-text-opacity: 1;
    color: rgb(255 181 57 / var(--tw-text-opacity, 1));
  }
}

.box-2 h1 {
  padding-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 800;
  --tw-text-opacity: 1;
  color: rgb(114 132 155 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .box-2 h1 {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
}

.box-2 a {
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(5 15 44 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow-color: #fb923c;
  --tw-shadow: var(--tw-shadow-colored);
}

.box-2 a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(153 27 27 / var(--tw-bg-opacity, 1));
}

@media (min-width: 1280px) {
  .box-2 a {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

.box-2 i {
  position: relative;
  font-size: 1.875rem;
  line-height: 2.25rem;
}

/* =============Four Box Section Style End============ */

/* =============4.2 Hot Features Section Style Start============ */

.hot-features-area {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  --tw-gradient-from: #ffffff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: rgb(245 245 245 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f5f5f5 var(--tw-gradient-via-position), var(--tw-gradient-to);
  --tw-gradient-to: #ffffff var(--tw-gradient-to-position);
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.hot-area-grid-box {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media (min-width: 640px) {
  .hot-area-grid-box {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .hot-area-grid-box {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  @media (min-width: 768px) {
    .hot-area-grid-box {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
}

@media (min-width: 1280px) {
  @media (min-width: 768px) {
    .hot-area-grid-box {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
}

.hot-box-section-info {
  margin-bottom: 2rem;
  text-align: center;
  h1 {
    margin-bottom: 1rem;
  }
  h1 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  h1 {
    font-weight: 700;
  }
  h1 {
    --tw-text-opacity: 1;
    color: rgb(22 35 76 / var(--tw-text-opacity, 1));
  }
  @media (min-width: 1024px) {
    h1 {
      font-size: 2.25rem;
      line-height: 2.5rem;
    }
  }
  h1 {
    span {
      --tw-text-opacity: 1;
      color: rgb(255 0 0 / var(--tw-text-opacity, 1));
    }
  }
  p {
    margin-left: auto;
    margin-right: auto;
  }
  p {
    margin-bottom: 1rem;
  }
  p {
    width: 100%;
  }
  p {
    text-align: center;
  }
  p {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  }
  @media (min-width: 1280px) {
    p {
      width: 66.666667%;
    }
  }
}

.hot-box-2 {
  position: relative;
  height: auto;
  border-top-left-radius: 2rem;
  border-top-right-radius: 4rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
  padding: 1rem;
  text-align: left;
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  h4 {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  @media (min-width: 475px) {
    h4 {
      max-width: 475px;
    }
  }
  @media (min-width: 640px) {
    h4 {
      max-width: 640px;
      padding-right: 2rem;
      padding-left: 2rem;
    }
  }
  @media (min-width: 768px) {
    h4 {
      max-width: 768px;
    }
  }
  @media (min-width: 1024px) {
    h4 {
      max-width: 1024px;
      padding-right: 4rem;
      padding-left: 4rem;
    }
  }
  @media (min-width: 1280px) {
    h4 {
      max-width: 1280px;
      padding-right: 5rem;
      padding-left: 5rem;
    }
  }
  @media (min-width: 1536px) {
    h4 {
      max-width: 1536px;
      padding-right: 6rem;
      padding-left: 6rem;
    }
  }
  @media (min-width: 1600px) {
    h4 {
      max-width: 1600px;
    }
  }
  h4 {
    padding-left: 0;
    padding-right: 0;
  }
  h4 {
    padding-bottom: 0.5rem;
  }
  h4 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  h4 {
    font-weight: 800;
  }
  h4 {
    --tw-text-opacity: 1;
    color: rgb(199 21 133 / var(--tw-text-opacity, 1));
  }
  @media (min-width: 1024px) {
    h4 {
      font-size: 1.25rem;
      line-height: 1.75rem;
    }
  }
  @media (min-width: 1024px) {
    h4 {
      line-height: 1.5rem;
    }
  }
  p {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  p {
    --tw-text-opacity: 1;
    color: rgb(20 29 56 / var(--tw-text-opacity, 1));
  }
  strong {
    font-weight: 800;
  }
  strong {
    --tw-text-opacity: 1;
    color: rgb(8 14 28 / var(--tw-text-opacity, 1));
  }
  strong {
    text-decoration-line: underline;
  }
  strong {
    text-underline-offset: 4px;
  }
}

.hot-box-2 img {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
  height: 7rem;
  width: 7rem;
  border-radius: 9999px;
  border-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(9 9 26 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 0.5rem;
}

.hot-box-2 a {
  bottom: 2.5rem;
  margin-bottom: 1.5rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(66 32 6 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow-color: #fb923c;
  --tw-shadow: var(--tw-shadow-colored);
}

.hot-box-2 a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(153 27 27 / var(--tw-bg-opacity, 1));
}

@media (min-width: 1280px) {
  .hot-box-2 a {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

.hot-box-2 i {
  position: relative;
  font-size: 1.875rem;
  line-height: 2.25rem;
}

/* =============Hot Features Section Style End============ */

/* =============5. Why Choose Us Style Start============ */

#why-choose-area {
  height: auto;
  min-height: 500px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

#testimonials h2 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.why-choose {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

@media (min-width: 640px) {
  .why-choose {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .why-choose {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.why-choose-item {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
  padding-top: 6rem;
  padding-bottom: 6rem;
  text-align: center;
}

@media (min-width: 1024px) {
  .why-choose-item {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.why-choose-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.5rem;
  padding: 0.75rem;
  img {
    height: -moz-fit-content;
    height: fit-content;
  }
  img {
    border-radius: 1.5rem;
  }
}

.why-choose-info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  vertical-align: middle;
  h3 {
    margin-bottom: 1.5rem;
  }
  h3 {
    padding-left: 0;
  }
  h3 {
    text-align: start;
  }
  h3 {
    font-family: Merriweather, serif;
  }
  h3 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  h3 {
    text-transform: capitalize;
  }
  h3 {
    --tw-text-opacity: 1;
    color: rgb(20 29 56 / var(--tw-text-opacity, 1));
  }
  h3::first-letter {
    font-size: 3.75rem;
    line-height: 1;
  }
  h3::first-letter {
    font-weight: 700;
  }
  @media (min-width: 1280px) {
    h3 {
      font-size: 3rem;
      line-height: 1;
    }
  }
  @media (min-width: 1280px) {
    h3 {
      line-height: 1.25;
    }
  }
  h5 {
    margin-bottom: 0.75rem;
  }
  h5 {
    padding-left: 0;
  }
  h5 {
    text-align: start;
  }
  h5 {
    font-family: Merriweather, serif;
  }
  h5 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  h5 {
    font-weight: 700;
  }
  h5 {
    text-transform: capitalize;
  }
  h5 {
    --tw-text-opacity: 1;
    color: rgb(20 29 56 / var(--tw-text-opacity, 1));
  }
  h5::first-letter {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  h5::first-letter {
    font-weight: 800;
  }
  p {
    margin-bottom: 0.75rem;
  }
  p {
    text-align: left;
  }
  p {
    font-size: 16px;
  }
  p {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  }
  @media (min-width: 1280px) {
    p {
      font-size: 1.125rem;
      line-height: 1.75rem;
    }
  }
  .choose-item {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .choose-item {
    display: inline-block;
  }
  .choose-item {
    text-align: center;
  }
  .choose-item {
    img {
      margin-left: auto;
      margin-right: auto;
    }
    img {
      margin-bottom: 0.5rem;
    }
    img {
      height: 115px;
    }
    img {
      border-radius: 1rem;
    }
    img {
      transition-property: all;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 150ms;
    }
    img {
      transition-duration: 500ms;
    }
    img {
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }
    @media (min-width: 1280px) {
      img {
        height: 120px;
      }
    }
    p.why-choose-text {
      font-size: 0.875rem;
      line-height: 1.25rem;
    }
    p.why-choose-text {
      font-weight: 700;
    }
    p.why-choose-text {
      --tw-text-opacity: 1;
      color: rgb(0 0 0 / var(--tw-text-opacity, 1));
    }
    @media (min-width: 1280px) {
      p.why-choose-text {
        font-size: 1.125rem;
        line-height: 1.75rem;
      }
    }
  }
}

/* =============Why Choose Us Style End============ */

/* =============6. Games Area Style Start============ */

#game-play {
  height: auto;
  --tw-bg-opacity: 1;
  background-color: rgb(1 5 30 / var(--tw-bg-opacity, 1));
}

.game-info-style {
  width: 100%;
}

/* .game-item {
  @apply p-4 text-center shadow-lg shadow-m2-white bg-gradient-to-r from-[#030737] to-[#030737];
} */

.game-item {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(69 10 10 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 0;
  text-align: center;
}

.bg-game-img {
  position: relative;
  height: 300px;
  overflow: hidden;
  --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);
}

.bg-game-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.game-info {
  position: absolute;
  inset: 0;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #052e16 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 46 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #000 var(--tw-gradient-to-position);
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  vertical-align: bottom;
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

.game-info:hover {
  opacity: 0.95;
}

.game-info {
  h3.game-title {
    margin-bottom: 7px;
  }
  h3.game-title {
    display: inline-block;
  }
  h3.game-title {
    width: 100%;
  }
  h3.game-title {
    padding-left: 0;
    padding-right: 0;
  }
  h3.game-title {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  h3.game-title {
    text-align: center;
  }
  h3.game-title {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  h3.game-title {
    font-weight: 600;
  }
  h3.game-title {
    text-transform: capitalize;
  }
  h3.game-title {
    letter-spacing: 1px;
  }
  h3.game-title {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
  a {
    display: none;
  }
}

.game-info-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(35 37 66 / var(--tw-bg-opacity, 1));
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  vertical-align: bottom;
  transition-duration: 500ms;
}

.game-info-bottom:hover {
  opacity: 0.9;
}

.game-info-bottom {
  h3.game-title {
    margin-bottom: 7px;
  }
  h3.game-title {
    display: inline-block;
  }
  h3.game-title {
    width: 100%;
  }
  h3.game-title {
    padding-left: 0;
    padding-right: 0;
  }
  h3.game-title {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  h3.game-title {
    text-align: center;
  }
  h3.game-title {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  h3.game-title {
    font-weight: 600;
  }
  h3.game-title {
    text-transform: capitalize;
  }
  h3.game-title {
    letter-spacing: 1px;
  }
  h3.game-title {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
}

.game-info p {
  display: block;
  text-align: justify;
}

.section-title {
  grid-column-start: 1;
  grid-column-end: 7;
  padding-top: 3rem;
  padding-bottom: 3rem;
  text-align: center;
}

.single-game .section-title {
  padding: 0;
}

.single-game .section-title h1,
#contents .section-title h1 {
  padding: 0.25rem;
  text-align: center;
}

.games {
  padding: 0.25rem;
  text-align: center;
}

@media (min-width: 640px) {
  .games {
    height: 600px;
  }
}

@media (min-width: 768px) {
  .games {
    height: 96px;
  }
}

.games_row_2 {
  grid-row: span 1 / span 1;
}

@media (min-width: 768px) {
  .games_row_2 {
    grid-row: span 2 / span 2;
    height: 480px;
  }
}

.game-bottom-3box {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media (min-width: 640px) {
  .game-bottom-3box {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .game-bottom-3box {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.games img {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.section-title {
  h1 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  h1 {
    font-family: Merriweather, serif;
  }
  h1 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  h1 {
    font-weight: 800;
  }
  h1 {
    --tw-text-opacity: 1;
    color: rgb(226 232 250 / var(--tw-text-opacity, 1));
  }
  h1::first-letter {
    font-size: 3.75rem;
    line-height: 1;
  }
  @media (min-width: 1024px) {
    h1 {
      font-size: 3rem;
      line-height: 1;
    }
  }
  p {
    margin-left: auto;
    margin-right: auto;
  }
  p {
    width: 66.666667%;
  }
  p {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
}

.new-game-img {
  position: relative;
  height: 450px;
}

.new-game-img img {
  position: absolute;
  left: 0;
  width: 20%;
}

.new-game-block {
  display: block;
}

@media (min-width: 768px) {
  .new-game-block {
    display: none;
  }
}

@media (min-width: 1024px) {
  .new-game-block {
    display: block;
  }
}

.game-play-box {
  margin-bottom: 1rem;
}

p.release-date {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
}

@media (min-width: 1024px) {
  p.release-date {
    padding-top: 0;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

a.play-btn {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0.5rem;
  margin-bottom: 0.75rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(199 21 133 / var(--tw-bg-opacity, 1));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow-color: #fff;
  --tw-shadow: var(--tw-shadow-colored);
}

a.play-btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 51 102 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.game-play-box {
  height: 100vh;
  width: 100%;
}

.game-img::before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  --tw-content: '';
  content: var(--tw-content);
}

.more {
  border-radius: 5px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 11px;
  padding-bottom: 11px;
  font-size: 21px;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

button.toggle-btn i {
  font-size: 35px;
}

.border-t {
  border-radius: 30px 30px 0px 0px;
  border-top-width: 3px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-top-color: rgb(228 171 12 / var(--tw-border-opacity, 1));
}

.border-b {
  border-radius: 0px 0px 30px 30px;
  border-bottom-width: 3px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow-color: #fc6d26;
  --tw-shadow: var(--tw-shadow-colored);
}

.game-info-style img {
  height: 100%;
  width: 100%;
  border-radius: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

p.release-date {
  position: absolute;
  right: 0;
  top: 0;
  padding-top: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 133 3 / var(--tw-text-opacity, 1));
  font-family: system-ui;
}

h4.game-title {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  --tw-text-opacity: 1;
  color: rgb(255 196 31 / var(--tw-text-opacity, 1));
  font-family: fantasy;
}

/* =============Games Area Style End============ */

/* =============7. Responsible Play Style Start============ */

/* =============Responsible Play Style End============ */

/* =============8. Footer Style Start============ */

.footer {
  grid-column: span 1 / span 1;
  grid-column-start: 1;
}

.footer-menu hr {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  width: 50%;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(254 240 138 / var(--tw-border-opacity, 1));
}

.footer-section {
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
  --tw-gradient-from: #000 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #000 var(--tw-gradient-via-position), var(--tw-gradient-to);
  --tw-gradient-to: #000 var(--tw-gradient-to-position);
  padding-top: 3rem;
  padding-bottom: 3rem;
  vertical-align: middle;
  .footer-logo {
    text-align: center;
  }
  .footer-logo{
    img {
      display: inline-flex;
    }
    img {
      height: 2.5rem;
    }
    img {
      align-items: center;
    }
    img {
      justify-content: center;
    }
    @media (min-width: 768px) {
      img {
        height: 5rem;
      }
    }
  }
  ul {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.f-disclaimer {
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  h2 {
    margin-bottom: 1rem;
  }
  h2 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  h2 {
    font-weight: 700;
  }
  h2 {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
  h2 {
    text-decoration-line: underline;
  }
  h2 {
    text-underline-offset: 4px;
  }
}

.footer-section ul {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-align: center;
  li {
    display: inline-block;
  }
  li {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  li {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  a {
    --tw-text-opacity: 1;
    color: rgb(199 21 133 / var(--tw-text-opacity, 1));
  }
  a:hover {
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity, 1));
  }
}

.footer-section img {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  margin-top: 15px;
}

.disclaimer {
  --tw-bg-opacity: 1;
  background-color: rgb(37 35 35 / var(--tw-bg-opacity, 1));
  padding-top: 4rem;
  padding-bottom: 4rem;
  text-align: justify;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .disclaimer {
    text-align: center;
  }
}

.gamble-18plus {
  a {
    margin: 0.5rem;
  }
  a {
    display: inline-block;
  }
  a {
    font-weight: 700;
  }
  a {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
  a {
    text-decoration-line: underline;
  }
  a {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
  a {
    --webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate-z)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate-z)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  a:hover {
    --tw-text-opacity: 1;
    color: rgb(185 28 28 / var(--tw-text-opacity, 1));
  }
  a:hover {
    --tw-translate-y: -0.5rem;
    --webkit-transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), var(--tw-translate-z)) rotateX(var(--tw-rotate-x)) rotateY(var(--tw-rotate-y)) rotateZ(var(--tw-rotate-z)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) scaleZ(var(--tw-scale-z)) perspective(var(--tw-perspective));
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), var(--tw-translate-z)) rotateX(var(--tw-rotate-x)) rotateY(var(--tw-rotate-y)) rotateZ(var(--tw-rotate-z)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) scaleZ(var(--tw-scale-z)) perspective(var(--tw-perspective));
  }
  img {
    height: 2.5rem;
  }
}

.desc-style {
  h2 {
    padding-bottom: 4rem;
  }
  h2 {
    text-align: center;
  }
  h2 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  h2 {
    font-weight: 700;
  }
  h2 {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
  @media (min-width: 475px) {
    h2 {
      font-size: 3rem;
      line-height: 1;
    }
  }
  p {
    padding-bottom: 1.5rem;
  }
  p {
    text-align: center;
  }
  p {
    line-height: 1.5;
  }
  a {
    font-weight: 700;
  }
  a {
    --tw-text-opacity: 1;
    color: rgb(253 92 99 / var(--tw-text-opacity, 1));
  }
  a {
    text-decoration-line: underline;
  }
  a:hover {
    --tw-text-opacity: 1;
    color: rgb(185 28 28 / var(--tw-text-opacity, 1));
  }
}

.copyright {
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  strong {
    --tw-text-opacity: 1;
    color: rgb(254 240 138 / var(--tw-text-opacity, 1));
  }
}

.desc-style img {
  height: 55px;
}

/* =============Footer Style End============ */

.first-letter\:bg-inherit::first-letter {
  background-color: inherit;
}

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

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

.first-letter\:text-6xl::first-letter {
  font-size: 3.75rem;
  line-height: 1;
}

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

.first-letter\:font-bold::first-letter {
  font-weight: 700;
}

.first-letter\:font-extrabold::first-letter {
  font-weight: 800;
}

.hover\:border-b-2:hover {
  border-bottom-width: 2px;
}

.hover\:border-indigo-950:hover {
  --tw-border-opacity: 1;
  border-color: rgb(30 27 75 / var(--tw-border-opacity, 1));
}

.hover\:bg-\[\#5e0183\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(94 1 131 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#6c2256\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(108 34 86 / var(--tw-bg-opacity, 1));
}

.hover\:bg-brand-atlassian:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 51 102 / var(--tw-bg-opacity, 1));
}

.hover\:bg-indigo-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 241 / var(--tw-bg-opacity, 1));
}

.hover\:bg-red-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(153 27 27 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#0e0183\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(14 1 131 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#0a0255\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(10 2 85 / var(--tw-bg-opacity, 1));
}

.hover\:from-\[\#5f043e\]:hover {
  --tw-gradient-from: #5f043e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(95 4 62 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-ubuntu:hover {
  --tw-gradient-from: #dd4814 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(221 72 20 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:to-\[\#c71585\]:hover {
  --tw-gradient-to: #c71585 var(--tw-gradient-to-position);
}

.hover\:to-brand-pinterest:hover {
  --tw-gradient-to: #e60023 var(--tw-gradient-to-position);
}

.hover\:text-brand-dailymotion:hover {
  --tw-text-opacity: 1;
  color: rgb(0 170 255 / var(--tw-text-opacity, 1));
}

.hover\:text-indigo-300:hover {
  --tw-text-opacity: 1;
  color: rgb(165 180 252 / var(--tw-text-opacity, 1));
}

.hover\:text-m3-info:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 255 / var(--tw-text-opacity, 1));
}

.hover\:text-red-700:hover {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}

.hover\:scale-\[1\.03\]:hover {
  --tw-scale-x: 1.03;
  --tw-scale-y: 1.03;
  --webkit-transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), var(--tw-translate-z)) rotateX(var(--tw-rotate-x)) rotateY(var(--tw-rotate-y)) rotateZ(var(--tw-rotate-z)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) scaleZ(var(--tw-scale-z)) perspective(var(--tw-perspective));
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), var(--tw-translate-z)) rotateX(var(--tw-rotate-x)) rotateY(var(--tw-rotate-y)) rotateZ(var(--tw-rotate-z)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) scaleZ(var(--tw-scale-z)) perspective(var(--tw-perspective));
}

@media (min-width: 475px) {
  .xs\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}

@media (min-width: 640px) {
  .sm\:flex {
    display: flex;
  }

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

  .sm\:h-600 {
    height: 600px;
  }

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

  .sm\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

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

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

@media (min-width: 768px) {
  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

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

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

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-16 {
    height: 4rem;
  }

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

  .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\:flex-row {
    flex-direction: row;
  }

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

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

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

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

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

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

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

  .md\:scrollbar-default {
    -ms-overflow-style: auto;
    scrollbar-width: auto;
  }

  .md\:scrollbar-default::-webkit-scrollbar {
    display: block;
  }
}

@media (min-width: 1024px) {
  @media (min-width: 768px) {
    .lg\:md\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  .lg\:block {
    display: block;
  }

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

  .lg\:h-\[80vh\] {
    height: 80vh;
  }

  .lg\:w-3\/4 {
    width: 75%;
  }

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

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

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

  .lg\:pt-0 {
    padding-top: 0;
  }

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

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

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

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

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

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

@media (min-width: 1280px) {
  .xl\:visible {
    visibility: visible;
  }

  .xl\:flex {
    display: flex;
  }

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

  .xl\:w-2\/4 {
    width: 50%;
  }

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

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

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

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