@charset 'UTF-8';

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");

/*!
Theme Name: aiims-tailwind
Theme URI: https://underscoretw.com/
Author: underscoretw.com
Author URI: https://underscoretw.com/
Description: A custom theme based on _tw
Version: 0.1.0
Tested up to: 6.2
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: aiims-tailwind
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

aiims-tailwind is based on _tw https://underscoretw.com/, (C) 2021-2023 Greg Sullivan
_tw is distributed under the terms of the GNU GPL v2 or later.

_tw is based on Underscores https://underscores.me/ and Varia https://github.com/Automattic/themes/tree/master/varia, (C) 2012-2023 Automattic, Inc.
Underscores and Varia are distributed under the terms of the GNU GPL v2 or later.
*/

/**
 * The line above injects the WordPress file header. It needs to be first,
 * before this comment.
 */

/**
 * This injects custom `@font-face` rules.
 */

/**
 * Custom `@font-face` rules
 *
 * These will be added immediately before Tailwind’s `base` layer.
 */

@font-face {
  font-family: "KOMIKAX";

  src: url("./fonts/KOMIKAX_.ttf") format("truetype");

  font-style: normal;
}

@font-face {
  font-family: "CCThisManThisMonster";

  src: url("./fonts/CCThisManThisMonster.woff2") format("woff2");

  font-style: normal;
}

@font-face {
  font-family: "Comic_Hunter";

  src: url("./fonts/Comic_Hunter.ttf") format("truetype");

  font-style: normal;
}

/**
 * This injects Tailwind's base styles and any base styles registered by
 * plugins, then adds custom base styles.
 */

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

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

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

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

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

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

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

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

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

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

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

abbr:where([title]) {
  -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 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden] {
  display: none;
}

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

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

/**
 * Custom styles to immediately follow Tailwind’s `base` layer
 *
 * “Add things like base typography styles [or] opinionated global resets.”
 *
 * — from https://tailwindcss.com/docs/plugins#adding-base-styles
 */

/**
 * This uses the background and foreground colors declared in the
 * `theme.json` file and is applied both to the frontend and in the block
 * editor.
*/

/* Slider */

.slick-slider
{
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list
{
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus
{
  outline: none;
}

.slick-list.dragging
{
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
  transform: translate3d(0, 0, 0);
}

.slick-track
{
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after
{
  display: table;
  content: '';
}

.slick-track:after
{
  clear: both;
}

.slick-loading .slick-track
{
  visibility: hidden;
}

.slick-slide
{
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide
{
  float: right;
}

.slick-slide img
{
  display: block;
}

.slick-slide.slick-loading img
{
  display: none;
}

.slick-slide.dragging img
{
  pointer-events: none;
}

.slick-initialized .slick-slide
{
  display: block;
}

.slick-loading .slick-slide
{
  visibility: hidden;
}

.slick-vertical .slick-slide
{
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */

.slick-loading .slick-list
{
  background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */

@font-face
{
  font-family: 'slick';

  font-weight: normal;

  font-style: normal;

  src: url('./fonts/slick.eot');

  src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}

/* Arrows */

.slick-prev,
.slick-next
{
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
  opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
  left: -25px;
}

[dir='rtl'] .slick-prev
{
  right: -25px;
  left: auto;
}

.slick-prev:before
{
  content: '←';
}

[dir='rtl'] .slick-prev:before
{
  content: '→';
}

.slick-next
{
  right: -25px;
}

[dir='rtl'] .slick-next
{
  right: auto;
  left: -25px;
}

.slick-next:before
{
  content: '→';
}

[dir='rtl'] .slick-next:before
{
  content: '←';
}

/* Dots */

.slick-dotted.slick-slider
{
  margin-bottom: 30px;
}

.slick-dots
{
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li
{
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button
{
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus
{
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
  opacity: 1;
}

.slick-dots li button:before
{
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before
{
  opacity: .75;
  color: black;
}

body{
  scroll-behavior: smooth;
  overflow-x: hidden;
}

.container {
  max-width: 1480px !important;
  margin: 0 auto;
}

h1:not(.wp-block){
  font-family: CCThisManThisMonster, sans-serif;
}

h2:not(.wp-block),
h3:not(.wp-block),
h4:not(.wp-block),
h5:not(.wp-block),
h6:not(.wp-block){
  font-family: KOMIKAX, sans-serif;
}

.button:hover {
  background-image: url("./images/block-lines.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.red-banner-bg {
  background-image: url("./images/reb-banner-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.pink-banner-bg {
  background-image: url("./images/pink-banner-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.blue-bg-section {
  background-image: url("./images/blue-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.xmas-banner-bg {
  background-image: url("./images/xmas-banner-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.summer-banner-bg {
  background-image: url("./images/summer-banner-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.footer-bg {
  background-image: url("./images/footer-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.reviews-section-bg {
  background-image: url("./images/reviews-bg.png");
  background-size: cover;
  background-position: left;
}

@media (min-width: 768px){
  .reviews-section-bg{
    background-position: center;
  }
}

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

.faq-blue-bg {
  background-image: url("./images/faq-bg-blue.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.faq-yellow-bg {
  background-image: url("./images/faq-bg-yellow.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.global-block-dots-bg {
  background-image: url("./images/block-dots.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.global-block-dots-bg-2 {
  background-image: url("./images/block-dots-2.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.global-block-dots-bg-inner-service {
  background-image: url("./images/block-dots-inner-service.png");
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
}

.global-block-lines-bg {
  background-image: url("./images/block-lines.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.global-block-orange-lines-bg {
  background-image: url("./images/block-lines-orange.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.sign-card {
  background-image: url("./images/sign-card-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.sign-title span{
  --tw-text-opacity: 1;
  color: rgb(255 189 60 / var(--tw-text-opacity));
}

.benefits-card-clip-path {
  -webkit-clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 100%);
          clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 100%);
  background-image: url("./images/yellow-bg-sm.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.benefits-card-clip-path-border {
  -webkit-clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 100%);
          clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 100%);
  background-color: black;
}

/* shared variables */

:root {
  --gap: 15px;
  /* distance between left/right shapes */
}

/* LEFT card */

.left-top-1 {
  position: relative;
  /* from (100% 0) to (calc(100%-gap) 100%) */
  /* keep comments in English */
  -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - var(--gap) * 3) 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, calc(100% - var(--gap) * 3) 100%, 0 100%);
}

.left-top-2 {
  position: relative;
  /* from (100% 0) to (calc(100%-gap) 100%) */
  /* keep comments in English */
  -webkit-clip-path: polygon(0 0, calc(100% - var(--gap) * 3) 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, calc(100% - var(--gap) * 3) 0, 100% 100%, 0 100%);
}

/* RIGHT card */

.right-bottom-1 {
  /* from (gap 0) to (0 100%) */
  -webkit-clip-path: polygon(calc(var(--gap) * 3) 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(calc(var(--gap) * 3) 0, 100% 0, 100% 100%, 0 100%);
}

.right-bottom-2 {
  position: relative;
  /* from (gap 0) to (0 100%) */
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, calc(var(--gap) * 3) 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, calc(var(--gap) * 3) 100%);
}

@media (max-width: 1024px) {
  .left-top-1 {
    -webkit-clip-path: polygon(
			0 0,
			100% 0,
			100% calc(100% - var(--gap) * 2),
			0 100%
		);
            clip-path: polygon(
			0 0,
			100% 0,
			100% calc(100% - var(--gap) * 2),
			0 100%
		);
  }

  .left-top-2 {
    -webkit-clip-path: polygon(
			0 0,
			100% 0,
			100% 100%,
			0 calc(100% - var(--gap) * 2)
		);
            clip-path: polygon(
			0 0,
			100% 0,
			100% 100%,
			0 calc(100% - var(--gap) * 2)
		);
  }

  .right-bottom-1 {
    -webkit-clip-path: polygon(0 calc(var(--gap) * 2), 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 calc(var(--gap) * 2), 100% 0, 100% 100%, 0 100%);
  }

  .right-bottom-2 {
    -webkit-clip-path: polygon(0 0, 100% calc(var(--gap) * 2), 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% calc(var(--gap) * 2), 100% 100%, 0 100%);
  }
}

/* projects cards starts here */

/* ==== Base card & vars ==== */

.ba-card {
  position: relative;
  aspect-ratio: 1/1;
  overflow: hidden;
  background: #fff;
  --gap: 12px;
  /* middle white band thickness */
  --divider: #fff;
  /* gap color (match bg) */
  --bw: 4px;
  /* triangle border width for < md */
}

@media (min-width: 768px) {
  .ba-card {
    --bw: 8px;
  }
}

/* ==== Triangle wrappers (clip container; image inside fills) ==== */

.tri {
  position: absolute;
  inset: 0;
}

.tri .tri-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Draw outer edges (not the diagonal) with ::before */

.tri::before {
  content: "";
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 2;
}

/* ===========================
	 "/" direction (diag-slash)
	 Before = top-left ; After = bottom-right
	 =========================== */

.ba-card.diag-slash .tri-before {
  /* top-left triangle of "/" */
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
}

.ba-card.diag-slash .tri-after {
  /* bottom-right triangle of "/" */
  -webkit-clip-path: polygon(100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(100% 0%, 100% 100%, 0% 100%);
}

/* before: TOP + LEFT borders */

.ba-card.diag-slash .tri-before::before {
  background-image: linear-gradient(#000, #000), linear-gradient(#000, #000);
  background-size:
		100% var(--bw),
		var(--bw) 100%;
  background-position:
		top left,
		top left;
}

/* after: BOTTOM + RIGHT borders */

.ba-card.diag-slash .tri-after::before {
  background-image: linear-gradient(#000, #000), linear-gradient(#000, #000);
  background-size:
		100% var(--bw),
		var(--bw) 100%;
  background-position:
		bottom left,
		top right;
}

/* diagonal gap with black edges on both sides (perpendicular to "/") */

.ba-card.diag-slash::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  background: linear-gradient(
		to bottom right,
		transparent calc(50% - (var(--gap) / 2 + var(--bw))),
		#000 calc(50% - (var(--gap) / 2 + var(--bw))),
		#000 calc(50% - var(--gap) / 2),
		var(--divider) calc(50% - var(--gap) / 2),
		var(--divider) calc(50% + var(--gap) / 2),
		#000 calc(50% + var(--gap) / 2),
		#000 calc(50% + (var(--gap) / 2 + var(--bw))),
		transparent calc(50% + (var(--gap) / 2 + var(--bw)))
	);
}

/* ===========================
	 "\" direction (diag-backslash)
	 Before = top-right ; After = bottom-left
	 =========================== */

.ba-card.diag-backslash .tri-before {
  /* top-right triangle of "\" */
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 100%);
}

.ba-card.diag-backslash .tri-after {
  /* bottom-left triangle of "\" */
  -webkit-clip-path: polygon(0% 0%, 0% 100%, 100% 100%);
          clip-path: polygon(0% 0%, 0% 100%, 100% 100%);
}

/* for "\" : before draws TOP + RIGHT; after draws BOTTOM + LEFT */

.ba-card.diag-backslash .tri-before::before {
  background-image: linear-gradient(#000, #000), linear-gradient(#000, #000);
  background-size:
		100% var(--bw),
		var(--bw) 100%;
  background-position:
		top left,
		top right;
}

.ba-card.diag-backslash .tri-after::before {
  background-image: linear-gradient(#000, #000), linear-gradient(#000, #000);
  background-size:
		100% var(--bw),
		var(--bw) 100%;
  background-position:
		bottom left,
		top left;
}

/* gap perpendicular to "\" */

.ba-card.diag-backslash::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  background: linear-gradient(
		to top right,
		transparent calc(50% - (var(--gap) / 2 + var(--bw))),
		#000 calc(50% - (var(--gap) / 2 + var(--bw))),
		#000 calc(50% - var(--gap) / 2),
		var(--divider) calc(50% - var(--gap) / 2),
		var(--divider) calc(50% + var(--gap) / 2),
		#000 calc(50% + var(--gap) / 2),
		#000 calc(50% + (var(--gap) / 2 + var(--bw))),
		transparent calc(50% + (var(--gap) / 2 + var(--bw)))
	);
}

/* projects cards ends here */

.scale-130 {
  transform: scale(1.3);
}

/* Blog card backgrounds */

.blog-card-bg-yellow {
  background-image: url("./images/card-bg-yellow.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.blog-card-bg-blue {
  background-image: url("./images/card-bg-blue.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Benefits slider progress bar style dots */

.benefits-slider .slick-dots li button:before {
  display: none !important;
}

.benefits-slider .slick-dots {
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 20px 0 0 0;
  list-style: none;
  width: 100%;
  height: 12px;
  position: relative;
  gap: 0;
  border: 2px solid #000;
  border-radius: 30px;
}

.benefits-slider .slick-dots li {
  flex: 1;
  height: 12px;
  margin: 0;
  padding: 0;
  position: relative;
  background: rgba(105, 185, 255, 0.44);
  transition: all 0.3s ease;
}

.benefits-slider .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  display: block;
  outline: none;
}

.benefits-slider .slick-dots li.slick-active {
  background: #ffbd3c;
  border-radius: 30px;
  border: 3px solid #000;
  height: 16px;
  transform: scale(1.1);
  position: relative;
  z-index: 1;
}

/**
 * This injects Tailwind's component classes and any component classes
 * registered by plugins, then adds custom component classes.
 *
 * The `@import-glob` line imports all CSS files from the `components`
 * directory (except for `components.css`, which is imported on the following
 * line). This is meant to simplify the process of integrating styles from
 * JavaScript components or WordPress plugins.
 */

.container{
  width: 100%;
}

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

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

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

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

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

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

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

.prose{
  color: var(--tw-prose-body);
}

.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose :where([class~="lead"], [class~="is-style-lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}

.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-bold);
  font-weight: 600;
}

.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}

.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}

.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}

.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}

.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}

.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}

.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}

.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
}

.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}

.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}

.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}

.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}

.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
  border-bottom: none;
}

.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
  border-left-style: solid;
}

.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: open-quote;
}

.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: close-quote;
}

.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 900;
  color: inherit;
}

.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}

.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 800;
  color: inherit;
}

.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}

.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}

.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-right: 0.375em;
  padding-bottom: 0.1875em;
  padding-left: 0.375em;
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: "`";
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: "`";
}

.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.875em;
}

.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.9em;
}

.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}

.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: none;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: none;
}

.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 0;
}

.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: baseline;
}

.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}

.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: top;
}

.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

.prose{
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}

.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left: 0.375em;
}

.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left: 0.375em;
}

.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}

.prose :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}

.prose :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}

.prose :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}

.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  padding-left: 1.625em;
}

.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left: 0;
}

.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-right: 0;
}

.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left: 0;
}

.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-right: 0;
}

.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;
}

.prose :where(blockquote > cite):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-body);
  font-style: normal;
  font-weight: 400;
}

.prose :where(blockquote > cite):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: "\2014";
}

.prose :where(table.has-fixed-layout):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  table-layout: fixed;
  width: 100%;
}

.prose-neutral{
  --tw-prose-body: #404040;
  --tw-prose-headings: #171717;
  --tw-prose-lead: #525252;
  --tw-prose-links: #171717;
  --tw-prose-bold: #171717;
  --tw-prose-counters: #737373;
  --tw-prose-bullets: #d4d4d4;
  --tw-prose-hr: #e5e5e5;
  --tw-prose-quotes: #171717;
  --tw-prose-quote-borders: #e5e5e5;
  --tw-prose-captions: #737373;
  --tw-prose-kbd: #171717;
  --tw-prose-kbd-shadows: 23 23 23;
  --tw-prose-code: #171717;
  --tw-prose-pre-code: #e5e5e5;
  --tw-prose-pre-bg: #262626;
  --tw-prose-th-borders: #d4d4d4;
  --tw-prose-td-borders: #e5e5e5;
  --tw-prose-invert-body: #d4d4d4;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #a3a3a3;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #a3a3a3;
  --tw-prose-invert-bullets: #525252;
  --tw-prose-invert-hr: #404040;
  --tw-prose-invert-quotes: #f5f5f5;
  --tw-prose-invert-quote-borders: #404040;
  --tw-prose-invert-captions: #a3a3a3;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d4d4d4;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #525252;
  --tw-prose-invert-td-borders: #404040;
}

/**
 * Custom styles to immediately follow Tailwind’s `components` layer
 *
 * “Add more opinionated, complex classes like buttons, form controls, alerts,
 * etc; the sort of pre-built components you often see in other frameworks that
 * you might need to override with utility classes.”
 *
 * — from https://tailwindcss.com/docs/plugins#adding-components
 */

/**
 * Post title styles
 *
 * These will be applied to all headings with a `page-title` or `entry-title`
 * class on the frontend and to the post title in the block editor.
 *
 * The supplied styles are meant to match the default `h1` classes from
 * Tailwind Typography.
 */

.page-title,
.entry-title{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
  max-width: 40rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 800;
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity));
}

/**
 * Layout styles for centered content areas
 *
 * If you are controlling the width of your content area with styles applied
 * to its container, you can delete the following styles whose selectors begin
 * with `.page-content >` and `.entry-content >`. For more details, please see
 * the following:
 *
 * https://make.wordpress.org/core/2021/06/29/on-layout-and-content-width-in-wordpress-5-8/
 */

.page-content > *,
.entry-content > * {
  /* Content width from the `theme.json` file */
  margin-left: auto;
  margin-right: auto;
  max-width: 40rem;
}

.entry-content > .alignwide {
  /* Wide width from the `theme.json` file */
  max-width: 60rem;
}

.entry-content > .alignfull{
  max-width: none;
}

.entry-content > .alignleft{
  float: left;
  margin-right: 2rem;
}

.entry-content > .alignright{
  float: right;
  margin-left: 2rem;
}

/* benefits scroll bar */

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

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

#benefitsScroller.no-snap {
  scroll-snap-type: none !important;
}

#benefitsScroller.no-smooth {
  scroll-behavior: auto !important;
}

#benefitsBar .track,
#benefitsBar .thumb {
  touch-action: none;
}

#benefitsScroller {
  overscroll-behavior-x: contain;
}

/* Container remains unchanged */

.benefits-scroller {
  margin-top: 40px;
  scrollbar-gutter: stable both-edges;
  overflow-y: hidden;
}

/* Total height of the custom bar */

.custom-scrollbar {
  position: relative;
  height: 34px;
}

/* The track itself: no longer draw a border (the border should wrap the "inactive bar") */

.custom-scrollbar .track {
  position: absolute;
  inset: 0;
  border-radius: 9999px;
  background: transparent;
  /* Remove the original box-shadow border */
  box-shadow: none;
  z-index: 0;
}

/* Inactive bar (blue thin bar): draw a 3px black border around it */

.custom-scrollbar .fill {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 12px;
  right: 12px;
  /* Reserve left and right gaps to avoid touching the edges */
  height: 14px;
  /* Thinner than the thumb */
  background: rgba(105, 185, 255, 0.44);
  border: 3px solid #000;
  /* <= Draw the border here (wraps the blue bar itself) */
  box-sizing: border-box;
  /* Stable size calculation */
  border-radius: 9999px;
  z-index: 1;
}

/* Active slider (thumb): thicker + 4px black border */

.custom-scrollbar .thumb {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 20px;
  min-width: 70px;
  background: #ffbd3c;
  border-radius: 9999px;
  box-shadow: inset 0 0 0 4px #000;
  /* 4px black border */
  cursor: grab;
  transition: filter 0.15s ease;
  z-index: 2;
  /* Above the fill */
}

.custom-scrollbar .thumb.dragging {
  cursor: grabbing;
  filter: brightness(0.95);
}

/**
 * This injects Tailwind's utility classes and any utility classes registered
 * by plugins, then adds custom utility classes.
 */

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

.pointer-events-none{
  pointer-events: none;
}

.visible{
  visibility: visible;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.inset-0{
  inset: 0px;
}

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

.-bottom-\[6px\]{
  bottom: -6px;
}

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

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

.-left-\[0px\]{
  left: -0px;
}

.-left-\[4px\]{
  left: -4px;
}

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

.-right-\[0px\]{
  right: -0px;
}

.bottom-0{
  bottom: 0px;
}

.bottom-20{
  bottom: 5rem;
}

.bottom-4{
  bottom: 1rem;
}

.bottom-\[10px\]{
  bottom: 10px;
}

.bottom-\[4px\]{
  bottom: 4px;
}

.left-0{
  left: 0px;
}

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

.left-3{
  left: 0.75rem;
}

.left-4{
  left: 1rem;
}

.left-5{
  left: 1.25rem;
}

.left-\[0px\]{
  left: 0px;
}

.left-\[4px\]{
  left: 4px;
}

.right-0{
  right: 0px;
}

.right-3{
  right: 0.75rem;
}

.right-4{
  right: 1rem;
}

.right-\[10px\]{
  right: 10px;
}

.right-\[4px\]{
  right: 4px;
}

.top-0{
  top: 0px;
}

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

.top-2{
  top: 0.5rem;
}

.top-3{
  top: 0.75rem;
}

.top-\[4px\]{
  top: 4px;
}

.top-full{
  top: 100%;
}

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

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

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

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

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

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

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

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

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

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

.order-1{
  order: 1;
}

.order-2{
  order: 2;
}

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

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

.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-\[5\%\]{
  margin-left: 5%;
  margin-right: 5%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.box-border{
  box-sizing: border-box;
}

.block{
  display: block;
}

.inline{
  display: inline;
}

.flex{
  display: flex;
}

.table{
  display: table;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.aspect-\[4\/3\]{
  aspect-ratio: 4/3;
}

.h-1\/2{
  height: 50%;
}

.h-10{
  height: 2.5rem;
}

.h-20{
  height: 5rem;
}

.h-6{
  height: 1.5rem;
}

.h-8{
  height: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-\[calc\(100\%-8px\)\]{
  height: calc(100% - 8px);
}

.h-auto{
  height: auto;
}

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

.h-full{
  height: 100%;
}

.w-10{
  width: 2.5rem;
}

.w-5{
  width: 1.25rem;
}

.w-6{
  width: 1.5rem;
}

.w-8{
  width: 2rem;
}

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

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

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

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

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

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

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

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

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

.w-\[calc\(100\%-8px\)\]{
  width: calc(100% - 8px);
}

.w-auto{
  width: auto;
}

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

.w-full{
  width: 100%;
}

.max-w-4xl{
  max-width: 56rem;
}

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

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

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

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

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

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

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

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

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

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

.max-w-none{
  max-width: none;
}

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

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

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

.origin-left{
  transform-origin: left;
}

.-translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

.-translate-x-\[30\%\]{
  --tw-translate-x: -30%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

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

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

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

.-translate-y-\[6px\]{
  --tw-translate-y: -6px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

.translate-x-\[30\%\]{
  --tw-translate-x: 30%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-\[4px\]{
  --tw-translate-x: 4px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

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

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

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

.translate-y-\[-45\%\]{
  --tw-translate-y: -45%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-\[-52\%\]{
  --tw-translate-y: -52%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-\[-60\%\]{
  --tw-translate-y: -60%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-\[4px\]{
  --tw-translate-y: 4px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-\[82px\]{
  --tw-translate-y: 82px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

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

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

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

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

.cursor-pointer{
  cursor: pointer;
}

.list-none{
  list-style-type: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

.gap-0{
  gap: 0px;
}

.gap-10{
  gap: 2.5rem;
}

.gap-12{
  gap: 3rem;
}

.gap-2{
  gap: 0.5rem;
}

.gap-3{
  gap: 0.75rem;
}

.gap-4{
  gap: 1rem;
}

.gap-5{
  gap: 1.25rem;
}

.gap-6{
  gap: 1.5rem;
}

.gap-8{
  gap: 2rem;
}

.gap-\[14px\]{
  gap: 14px;
}

.gap-\[22px\]{
  gap: 22px;
}

.gap-\[30px\]{
  gap: 30px;
}

.gap-x-4{
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

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

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

.overflow-hidden{
  overflow: hidden;
}

.overflow-x-hidden{
  overflow-x: hidden;
}

.overflow-y-visible{
  overflow-y: visible;
}

.whitespace-nowrap{
  white-space: nowrap;
}

.rounded{
  border-radius: 0.25rem;
}

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

.border{
  border-width: 1px;
}

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

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

.border-\[4px\]{
  border-width: 4px;
}

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

.border-y-\[8px\]{
  border-top-width: 8px;
  border-bottom-width: 8px;
}

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

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

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

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

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

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

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

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

.bg-\[\#0D385D\]{
  --tw-bg-opacity: 1;
  background-color: rgb(13 56 93 / var(--tw-bg-opacity));
}

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

.bg-dark-yellow{
  --tw-bg-opacity: 1;
  background-color: rgb(255 168 0 / var(--tw-bg-opacity));
}

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

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

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

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

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

.object-center{
  -o-object-position: center;
     object-position: center;
}

.p-2{
  padding: 0.5rem;
}

.p-3{
  padding: 0.75rem;
}

.p-4{
  padding: 1rem;
}

.p-5{
  padding: 1.25rem;
}

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

.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-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

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

.px-\[10\%\]{
  padding-left: 10%;
  padding-right: 10%;
}

.px-\[6\%\]{
  padding-left: 6%;
  padding-right: 6%;
}

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

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

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

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

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

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

.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-\[10px\]{
  padding-top: 10px;
  padding-bottom: 10px;
}

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

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

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

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

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

.pl-5{
  padding-left: 1.25rem;
}

.pl-6{
  padding-left: 1.5rem;
}

.pr-5{
  padding-right: 1.25rem;
}

.pr-6{
  padding-right: 1.5rem;
}

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

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

.pt-14{
  padding-top: 3.5rem;
}

.pt-3{
  padding-top: 0.75rem;
}

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

.\!font-comic-hunter{
  font-family: Comic_Hunter, sans-serif !important;
}

.font-comic-hunter{
  font-family: Comic_Hunter, sans-serif;
}

.font-komikax{
  font-family: KOMIKAX, sans-serif;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.leading-\[1\.2\]{
  line-height: 1.2;
}

.leading-\[1\.3\]{
  line-height: 1.3;
}

.leading-none{
  line-height: 1;
}

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

.tracking-\[-0\.32px\]{
  letter-spacing: -0.32px;
}

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

.text-\[\#1B081A\]{
  --tw-text-opacity: 1;
  color: rgb(27 8 26 / var(--tw-text-opacity));
}

.text-\[\#A8A8B4\]{
  --tw-text-opacity: 1;
  color: rgb(168 168 180 / var(--tw-text-opacity));
}

.text-\[\#E02F25\]{
  --tw-text-opacity: 1;
  color: rgb(224 47 37 / var(--tw-text-opacity));
}

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

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

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

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

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

.opacity-0{
  opacity: 0;
}

.opacity-100{
  opacity: 1;
}

.opacity-20{
  opacity: 0.2;
}

.opacity-70{
  opacity: 0.7;
}

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

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

.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

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

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

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

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

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

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

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

.content-none{
  --tw-content: none;
  content: var(--tw-content);
}

/**
 * Custom styles to immediately follow Tailwind’s `utilities` layer
 *
 * Add your own utility classes to this theme. Complex utility classes should
 * be added using Tailwind’s plugin system:
 *
 * https://tailwindcss.com/docs/plugins#adding-utilities
 */

/* menus css starts here  */

.computer-nav .current-menu-item{
  position: relative;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.computer-nav .current-menu-item::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: black;
  -webkit-text-stroke: 6px black;
  text-stroke: 6px black;
  z-index: -1;
}

/* .computer-nav .menu-item:hover {
	@apply text-white relative;
}

.computer-nav .menu-item:hover::before {
	content: attr(data-text);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: black;
	-webkit-text-stroke: 6px black;
	text-stroke: 6px black;
	z-index: -1;
} */

.computer-nav > ul > li.menu-item:hover{
  position: relative;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.computer-nav > ul > li.menu-item:hover::before {
  content: attr(data-text);
  position: absolute;
  inset: 0;
  /* = top:0; right:0; bottom:0; left:0 */
  color: #000;
  -webkit-text-stroke: 6px #000;
  text-stroke: 6px #000;
  z-index: -1;
  pointer-events: none;
}

.computer-nav .menu-item-has-children .sub-menu {
  display: none;
  position: relative;
}

.computer-nav .menu-item-has-children:hover .sub-menu {
  display: block;
  position: absolute;
  top: 100%;
  left: 0px;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.computer-nav .menu-item-has-children:hover .sub-menu > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.computer-nav .menu-item-has-children:hover .sub-menu{
  border-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 189 60 / var(--tw-bg-opacity));
  padding: 0.75rem;
}

.computer-nav .menu-item-has-children:hover .sub-menu li a {
  white-space: nowrap;
}

.computer-nav .menu-item-has-children:hover .sub-menu li a:hover{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

/* computer nav css ends here */

/* mobile menu css starts here */

.mobile-nav .menu-item{
  position: relative;
}

.mobile-nav .menu-item a{
  display: block;
  border-bottom-width: 2px;
  border-color: rgb(0 0 0 / 0.1);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  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: 300ms;
}

/* Mobile submenu styles */

.mobile-nav .menu-item-has-children > a {
  position: relative;
  padding-right: 40px;
}

.mobile-nav .menu-item-has-children > a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath d='M7.293 4.707 14.586 12l-7.293 7.293 1.414 1.414L17.414 12 8.707 3.293 7.293 4.707z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%) rotate(90deg);
  transition: transform 0.3s ease;
}

.mobile-nav .menu-item-has-children.mobile-submenu-open > a::after {
  transform: translateY(-50%) rotate(-90deg);
}

.mobile-nav .sub-menu {
  display: none;
  padding-left: 20px;
}

.mobile-nav .menu-item-has-children.mobile-submenu-open > .sub-menu {
  display: block;
  animation: slideDown 0.3s ease-out;
}

@keyframes slideDown {
  from {
    opacity: 0;
    max-height: 0;
  }

  to {
    opacity: 1;
    max-height: 500px;
  }
}

.mobile-nav .sub-menu .menu-item a{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 16px;
}

/* menus css ends here  */

.footer-menu .menu-item a:hover{
  text-decoration-line: underline;
}

/* text-stroke css starts here  */

.force-redraw::before {
  content: "";
}

.text-stroke-aiims{
  position: relative;
  z-index: 1;
  line-height: 1.5 !important;
}

.text-stroke-aiims-sm{
  position: relative;
  z-index: 1;
  line-height: 1.5 !important;
}

.text-stroke-aiims::before {
  content: attr(data-text);
  position: absolute;
  top: 2px;
  left: 0;
  width: 100%;
  height: 100%;
  color: transparent;
  -webkit-text-stroke: 8px;
  text-stroke: 8px;
}

@media (min-width: 1280px){
  .text-stroke-aiims::before{
    -webkit-text-stroke: 12px;
    text-stroke: 12px;
  }
}

.text-stroke-aiims::before {
  -webkit-text-stroke-color: #000;
  z-index: -1;
}

.text-stroke-aiims-sm::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: transparent;
  -webkit-text-stroke: 4px;
  text-stroke: 4px;
}

@media (min-width: 1280px){
  .text-stroke-aiims-sm::before{
    -webkit-text-stroke: 6px;
    text-stroke: 6px;
  }
}

.text-stroke-aiims-sm::before {
  -webkit-text-stroke-color: #000;
  z-index: -1;
}

.other-banner-content span{
  position: relative;
  --tw-text-opacity: 1;
  color: rgb(255 189 60 / var(--tw-text-opacity));
  z-index: 1;
}

.other-banner-content span::before {
  content: attr(data-text);
  position: absolute;
  top: 1px;
  left: 0;
  width: 100%;
  height: 100%;
  color: black;
  -webkit-text-stroke: 6px;
  text-stroke: 6px;
}

@media (min-width: 1280px){
  .other-banner-content span::before{
    -webkit-text-stroke: 10px;
    text-stroke: 10px;
  }
}

.other-banner-content span::before {
  z-index: -1;
}

.title-stroke-aiims{
  position: relative;
  z-index: 1;
}

.title-stroke-aiims::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: black;
  -webkit-text-stroke: 16px;
  text-stroke: 16px;
}

@media (min-width: 1280px){
  .title-stroke-aiims::before{
    -webkit-text-stroke: 20px;
    text-stroke: 20px;
  }
}

.title-stroke-aiims::before {
  z-index: -1;
}

.big-title-stroke{
  position: relative;
  text-stroke: 2px white;
  -webkit-text-stroke: 2px white;
}

.big-title-stroke::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: black;
  -webkit-text-stroke: 8px;
  text-stroke: 8px;
}

@media (min-width: 1280px){
  .big-title-stroke::before{
    -webkit-text-stroke: 12px;
    text-stroke: 12px;
  }
}

.big-title-stroke::before {
  z-index: -1;
}

.big-title-stroke::after {
  content: attr(data-text);
  position: absolute;
  top: 8px;
  /* Adjusted for right-bottom offset */
  left: 8px;
  /* Adjusted for right-bottom offset */
  width: 100%;
  height: 100%;
  color: black;
  -webkit-text-stroke: 10px;
  text-stroke: 10px;
}

@media (min-width: 1280px){
  .big-title-stroke::after{
    -webkit-text-stroke: 16px;
    text-stroke: 16px;
  }
}

.big-title-stroke::after {
  z-index: -1;
}

/* text-stroke css ends here  */

/* contact form css starts here */

.wpcf7-form-grid {
  display: grid;
  gap: 0.5rem;
  font-size: 14px;
}

@media (min-width: 768px){
  .wpcf7-form-grid{
    gap: 1rem;
    font-size: 16px;
  }
}

.form-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5rem;
}

@media (min-width: 768px){
  .form-row{
    gap: 1rem;
  }
}

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

  .form-row.full {
    grid-template-columns: 1fr;
  }
}

.form-row > p {
  display: contents;
}

.form-row > p > br {
  display: none;
}

.form-row > span,
.form-row p > span {
  display: block;
  width: 100%;
}

/* ===== Inputs unified style ===== */

.input-control {
  display: block;
  width: 100%;
  background: #fff;
  border: 3px solid #000;
  color: #111827;
  border-radius: 0;
  outline: 0;
  padding: 0.5rem;
}

@media (min-width: 768px){
  .input-control{
    padding: 1rem;
  }
}

.input-control::-moz-placeholder {
  color: #6b7280;
  text-indent: 0.15em;
}

.input-control::placeholder {
  color: #6b7280;
  text-indent: 0.15em;
}

select.input-control {
  text-indent: 0.15em;
}

@media (min-width: 1024px) {
  .input-control {
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-width: 6px;
  }
}

select.select-arrow::-ms-expand {
  display: none;
}

.select-arrow {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 3rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='11' viewBox='0 0 22 11' fill='none'%3E%3Cpath d='M11.0839 10.5588L0.966797 0.44165H21.201L11.0839 10.5588Z' fill='%23FF2424'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 22px 11px;
}

select.input-control {
  line-height: normal;
}

textarea.input-control {
  min-height: 160px;
}

/* fake multiselect（areas） */

.cf7-custom-multiselect {
  position: relative;
}

.custom-multiselect-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  cursor: pointer;
  border: 3px solid #000;
  padding: 0.5rem;
}

@media (min-width: 768px){
  .custom-multiselect-box{
    padding: 1rem;
  }
}

@media (min-width: 1024px) {
  .custom-multiselect-box {
    border-width: 6px;
  }
}

.cf7-custom-multiselect.open .custom-options {
  display: block;
}

.custom-options {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: #fff;
  border: 3px solid #000;
  margin-top: 0.25rem;
  max-height: 250px;
  overflow-y: auto;
  display: none;
  z-index: 20;
}

@media (min-width: 1024px) {
  .custom-options {
    border-width: 6px;
  }
}

.custom-options br {
  display: none;
}

.custom-options label {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 0.5rem;
}

@media (min-width: 768px){
  .custom-options label{
    padding: 1rem;
  }
}

.custom-options label:hover {
  background: #f3f4f6;
}

.custom-options input[type="checkbox"] {
  margin-right: 0.5rem;
}

.btn-submit {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.05em;
  border: 3px solid #000;
  background: #f0372f;
  color: #fff;
  padding: 0.75rem 1rem;
  cursor: pointer;
  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: 300ms;
}

.btn-submit:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 189 60 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .btn-submit {
    border-width: 6px;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

/* CF7 response */

.wpcf7 form .wpcf7-response-output {
  margin-top: 1rem;
}

.custom-multiselect-box {
  padding-right: 3rem;
  position: relative;
}

.custom-multiselect-box::after {
  content: "";
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 11px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='11' viewBox='0 0 22 11' fill='none'%3E%3Cpath d='M11.0839 10.5588L0.966797 0.44165H21.201L11.0839 10.5588Z' fill='%23FF2424'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 22px 11px;
  transition: transform 0.2s ease;
}

.cf7-custom-multiselect.open .custom-multiselect-box::after {
  transform: translateY(-50%) rotate(180deg);
}

/* contact form css ends here */

.title-red {
  color: #d53e35;
  white-space: nowrap;
}

.title-blue {
  color: #69b9ff;
  white-space: nowrap;
}

.title-yellow {
  color: #ffbd3c;
  white-space: nowrap;
}

.title-orange {
  color: #ff7f00;
  white-space: nowrap;
}

.easter-sale-title-color {
  background: linear-gradient(180deg, #69b9ff 28.87%, #bce0ff 121.35%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.eofy-sale-title-color {
  background: linear-gradient(180deg, #ffbd3c 26.52%, #ff2424 114.4%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ---- Testimonials dots as progress bar ---- */

/* Track appearance (unchanged, adjust width/margin as needed) */

.testimonials-slider .slick-dots {
  position: static;
  display: flex;
  align-items: center;
  gap: 0;
  width: 80%;
  margin: 24px auto 0 auto;
  border: 4px solid #000;
  /* Black border */
  border-radius: 9999px;
  /* Capsule shape */
  overflow: hidden;
  /* Enable inner border radius */
  background: transparent;
  line-height: 0;
  padding: 0;
}

/* Each segment default white */

.testimonials-slider .slick-dots li {
  flex: 1 1 auto;
  height: 12px;
  margin: 0;
  background: #fff;
  /* Default white */
  transition:
		background-color 0.25s ease,
		border-radius 0.25s ease;
}

/* Only the current segment is red with rounded corners */

.testimonials-slider .slick-dots li.slick-active {
  background: #d53e35;
  /* Red */
  border-radius: 9999px;
  /* Rounded capsule effect */
}

/* Remove slick's default dot pseudo-element */

.testimonials-slider .slick-dots li button:before {
  display: none;
}

/* Button occupies the clickable area */

.testimonials-slider .slick-dots li button {
  width: 100%;
  height: 100%;
  display: block;
  padding: 0;
  border: 0;
  background: transparent;
  font-size: 0;
  cursor: pointer;
}

/* Optional: keyboard accessible style */

.testimonials-slider .slick-dots li button:focus-visible {
  outline: 2px solid #000;
  outline-offset: -2px;
}

.faq-item{
  position: relative;
  background-image: url("./images/block-dots.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.faq-item::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
}

@media (min-width: 768px){
  .faq-item::before{
    top: 10px;
    left: 10px;
  }
}

.faq-item::before {
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: -1;
}

.understand-card-0 {
  background-image: url("./images/block-lines.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #ffbd3c;
}

.understand-card-1 {
  background-image: url("./images/block-dots-3.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #69b9ff;
}

.understand-card-2 {
  background-image: url("./images/block-dots-4.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #5ab253;
}

.understand-card-3 {
  background-image: url("./images/orange-block-lines.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #ff7f00;
}

/* Projects page styles */

.projects-hidden {
  display: none;
}

.projects-show {
  display: block;
  animation: fadeInUp 0.5s ease-in-out;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.faqs-section .faq-item{
  position: relative;
  z-index: 0;
}

.faqs-section .faq-item::before {
  content: "";
  position: absolute;
  inset: 0;
  transform: translate(5px, 5px);
  background: #000;
  z-index: 0;
  pointer-events: none;
}

@media (min-width: 768px) {
  .faqs-section .faq-item::before {
    transform: translate(10px, 10px);
  }
}

.faqs-section .faq-card{
  position: relative;
  z-index: 10;
  background-image: url("./images/block-dots.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.inner-service-benefits ul,
.blog-tick-ul {
  list-style: none;
}

.inner-service-benefits ul li::before,
.blog-tick-ul li::before {
  content: url("./images/green-tick.png");
  display: inline-block;
  margin-right: 8px;
  /* Adjust spacing as needed */
  --tw-translate-y: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.blue-card-title-bg {
  background-image: url("./images/blue-card-title-bg.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.purple-card-title-bg {
  background-image: url("./images/purple-card-title-bg.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.yellow-card-title-bg {
  background-image: url("./images/yellow-card-title-bg.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.green-card-title-bg {
  background-image: url("./images/green-card-title-bg.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.blog-article p{
  font-size: 14px;
  line-height: 1.2;
}

@media (min-width: 768px){
  .blog-article p{
    font-size: 16px;
  }
}

@media (min-width: 1280px){
  .blog-article p{
    font-size: 20px;
  }
}

.blog-article .entry-content > *{
  width: 100%;
  max-width: none;
}

.blog-article .entry-content h2{
  font-size: 20px;
}

@media (min-width: 640px){
  .blog-article .entry-content h2{
    font-size: 32px;
  }
}

@media (min-width: 768px){
  .blog-article .entry-content h2{
    font-size: 36px;
  }
}

@media (min-width: 1280px){
  .blog-article .entry-content h2{
    font-size: 40px;
  }
}

.blog-article-contact a{
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  text-decoration-line: none;
}

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

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

.hover\:bg-gray-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

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

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

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

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

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

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

.hover\:opacity-75:hover{
  opacity: 0.75;
}

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

.prose-a\:text-primary :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  --tw-text-opacity: 1;
  color: rgb(255 36 36 / var(--tw-text-opacity));
}

@media (min-width: 400px){
  .xs\:h-24{
    height: 6rem;
  }

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

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

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

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

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

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

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

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

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

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

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

  .xs\:px-\[10\%\]{
    padding-left: 10%;
    padding-right: 10%;
  }

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

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

@media (min-width: 640px){
  .sm\:left-\[4px\]{
    left: 4px;
  }

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

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

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

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

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

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

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

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

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

  .sm\:gap-3{
    gap: 0.75rem;
  }

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

@media (min-width: 768px){
  .md\:-left-\[10px\]{
    left: -10px;
  }

  .md\:-right-8{
    right: -2rem;
  }

  .md\:-right-\[10px\]{
    right: -10px;
  }

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

  .md\:left-\[10px\]{
    left: 10px;
  }

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

  .md\:top-\[10px\]{
    top: 10px;
  }

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

  .md\:-mt-20{
    margin-top: -5rem;
  }

  .md\:-mt-24{
    margin-top: -6rem;
  }

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

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

  .md\:flex{
    display: flex;
  }

  .md\:hidden{
    display: none;
  }

  .md\:h-14{
    height: 3.5rem;
  }

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

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

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

  .md\:h-\[calc\(100\%-20px\)\]{
    height: calc(100% - 20px);
  }

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

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

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

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

  .md\:w-\[calc\(100\%-20px\)\]{
    width: calc(100% - 20px);
  }

  .md\:w-fit{
    width: -moz-fit-content;
    width: fit-content;
  }

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

  .md\:translate-x-\[10px\]{
    --tw-translate-x: 10px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .md\:translate-y-\[10px\]{
    --tw-translate-y: 10px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

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

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

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

  .md\:gap-10{
    gap: 2.5rem;
  }

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

  .md\:gap-8{
    gap: 2rem;
  }

  .md\:gap-\[30px\]{
    gap: 30px;
  }

  .md\:border-\[10px\]{
    border-width: 10px;
  }

  .md\:border-\[8px\]{
    border-width: 8px;
  }

  .md\:border-y-\[10px\]{
    border-top-width: 10px;
    border-bottom-width: 10px;
  }

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

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

  .md\:p-5{
    padding: 1.25rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1024px){
  .lg\:-bottom-8{
    bottom: -2rem;
  }

  .lg\:-left-\[10px\]{
    left: -10px;
  }

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

  .lg\:-right-\[10px\]{
    right: -10px;
  }

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

  .lg\:order-1{
    order: 1;
  }

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

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

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

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

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

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

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

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

  .lg\:block{
    display: block;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:h-32{
    height: 8rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:h-full{
    height: 100%;
  }

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

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

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

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

  .lg\:w-\[35\%\]{
    width: 35%;
  }

  .lg\:w-\[40\%\]{
    width: 40%;
  }

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

  .lg\:w-\[60\%\]{
    width: 60%;
  }

  .lg\:w-\[65\%\]{
    width: 65%;
  }

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

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

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

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

  .lg\:-translate-x-\[10\%\]{
    --tw-translate-x: -10%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-translate-x-\[30\%\]{
    --tw-translate-x: -30%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:translate-x-0{
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:translate-x-4{
    --tw-translate-x: 1rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:translate-x-\[10\%\]{
    --tw-translate-x: 10%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:translate-x-\[30\%\]{
    --tw-translate-x: 30%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:translate-y-0{
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:translate-y-20{
    --tw-translate-y: 5rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:translate-y-\[-35\%\]{
    --tw-translate-y: -35%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

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

  .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\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

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

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

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

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

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

  .lg\:justify-items-start{
    justify-items: start;
  }

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

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

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

  .lg\:gap-7{
    gap: 1.75rem;
  }

  .lg\:gap-8{
    gap: 2rem;
  }

  .lg\:gap-\[27px\]{
    gap: 27px;
  }

  .lg\:gap-\[30px\]{
    gap: 30px;
  }

  .lg\:gap-y-6{
    row-gap: 1.5rem;
  }

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

  .lg\:border-\[8px\]{
    border-width: 8px;
  }

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

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

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

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

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

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

  .lg\:pl-14{
    padding-left: 3.5rem;
  }

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1280px){
  .xl\:bottom-40{
    bottom: 10rem;
  }

  .xl\:left-8{
    left: 2rem;
  }

  .xl\:-mt-40{
    margin-top: -10rem;
  }

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

  .xl\:mb-16{
    margin-bottom: 4rem;
  }

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

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

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

  .xl\:mt-24{
    margin-top: 6rem;
  }

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

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

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

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

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

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

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

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

  .xl\:gap-10{
    gap: 2.5rem;
  }

  .xl\:gap-12{
    gap: 3rem;
  }

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

  .xl\:gap-8{
    gap: 2rem;
  }

  .xl\:gap-\[70px\]{
    gap: 70px;
  }

  .xl\:gap-x-6{
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .xl\:px-\[10\%\]{
    padding-left: 10%;
    padding-right: 10%;
  }

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

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

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

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

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

  .xl\:pl-20{
    padding-left: 5rem;
  }

  .xl\:pr-32{
    padding-right: 8rem;
  }

  .xl\:pr-48{
    padding-right: 12rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xl\:tracking-\[-2\.5px\]{
    letter-spacing: -2.5px;
  }
}

@media (min-width: 1500px){
  .\32xl\:h-\[740px\]{
    height: 740px;
  }

  .\32xl\:h-\[863px\]{
    height: 863px;
  }

  .\32xl\:h-auto{
    height: auto;
  }

  .\32xl\:w-auto{
    width: auto;
  }

  .\32xl\:-translate-x-\[15\%\]{
    --tw-translate-x: -15%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .\32xl\:-translate-y-1\/2{
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .\32xl\:translate-x-\[15\%\]{
    --tw-translate-x: 15%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .\32xl\:gap-10{
    gap: 2.5rem;
  }

  .\32xl\:gap-\[140px\]{
    gap: 140px;
  }

  .\32xl\:gap-\[30px\]{
    gap: 30px;
  }

  .\32xl\:gap-\[60px\]{
    gap: 60px;
  }

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

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

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

  .\32xl\:px-\[99px\]{
    padding-left: 99px;
    padding-right: 99px;
  }

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

  .\32xl\:pl-24{
    padding-left: 6rem;
  }

  .\32xl\:pr-14{
    padding-right: 3.5rem;
  }

  .\32xl\:pr-24{
    padding-right: 6rem;
  }

  .\32xl\:pr-64{
    padding-right: 16rem;
  }

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

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

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

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

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

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

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

  .\32xl\:tracking-\[-2\.5px\]{
    letter-spacing: -2.5px;
  }
}

@media (min-width: 1860px){
  .\33xl\:left-0{
    left: 0px;
  }

  .\33xl\:right-0{
    right: 0px;
  }

  .\33xl\:right-4{
    right: 1rem;
  }

  .\33xl\:top-1\/2{
    top: 50%;
  }

  .\33xl\:h-\[800px\]{
    height: 800px;
  }

  .\33xl\:w-\[300px\]{
    width: 300px;
  }

  .\33xl\:w-\[400px\]{
    width: 400px;
  }

  .\33xl\:w-auto{
    width: auto;
  }

  .\33xl\:-translate-x-\[50\%\]{
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .\33xl\:translate-x-\[-100\%\]{
    --tw-translate-x: -100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .\33xl\:translate-x-\[-50\%\]{
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .\33xl\:translate-x-\[100\%\]{
    --tw-translate-x: 100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .\33xl\:translate-x-\[50\%\]{
    --tw-translate-x: 50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .\33xl\:gap-16{
    gap: 4rem;
  }

  .\33xl\:gap-6{
    gap: 1.5rem;
  }

  .\33xl\:gap-\[50px\]{
    gap: 50px;
  }

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

  .\33xl\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .\33xl\:pl-40{
    padding-left: 10rem;
  }

  .\33xl\:pt-20{
    padding-top: 5rem;
  }

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

  .\33xl\:text-\[18px\]{
    font-size: 18px;
  }
}
