@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/*!
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.
 */

/**
 * 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.
*/

body{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-family: Poppins, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}

html {
  scroll-behavior: smooth;
}

.scroll-mt-\[170px\] {
  scroll-margin-top: 170px;
}

.scroll-mt-\[180px\] {
  scroll-margin-top: 180px;
}

.scroll-mt-\[200px\] {
  scroll-margin-top: 200px;
}

.scroll-mt-\[250px\] {
  scroll-margin-top: 250px;
}

section {
  overflow-x: hidden;
}

.container {
  max-width: 1480px !important;
  margin: 0 auto;
}

.rapidcare-plan.container {
  max-width: 1550px !important;
}

.banner-title span,
.cta-title span{
  --tw-text-opacity: 1;
  color: rgb(109 207 246 / var(--tw-text-opacity));
}

footer .menu-item a{
  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;
}

footer .menu-item a:hover{
  --tw-text-opacity: 1;
  color: rgb(0 174 239 / var(--tw-text-opacity));
}

.opacity-70 {
  opacity: 0.7 !important;
}

.btn{
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 9999px;
  padding-top: 17px;
  padding-bottom: 17px;
  padding-left: 1rem;
  padding-right: 1rem;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  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:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(1 44 88 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .btn{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.dark-blue-text-gradient {
  background: var(--Linear, linear-gradient(180deg, #004B96 0%, #001830 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.blue-gradient-bg {
  background: linear-gradient(180deg, #003d7b 0%, #001830 41.83%);
}

.dark-blue-clip {
  position: relative;
  isolation: isolate;
  background: none;
  margin-top: -60px;
  padding-top: 40px;
  z-index: 1;
  -webkit-clip-path: ellipse(220% 156% at 50% 156%);
  clip-path: ellipse(220% 156% at 50% 156%);
}

.darker-blue-clip,
.white-blue-clip {
  position: relative;
  isolation: isolate;
  background: none;
  margin-top: -60px;
  padding-top: 60px;
  z-index: 1;
  -webkit-clip-path: ellipse(220% 156% at 50% 156%);
  clip-path: ellipse(220% 156% at 50% 156%);
}

.white-blue-clip-2 {
  position: relative;
  isolation: isolate;
  background: none;
  margin-top: -60px;
  padding-top: 60px;
  z-index: 1;
  -webkit-clip-path: ellipse(730% 156% at 50% 156%);
  clip-path: ellipse(730% 156% at 50% 156%);
}

.dark-blue-clip::before,
.darker-blue-clip::before,
.white-blue-clip::before {
  content: "";
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  bottom: 0;
  inset: 0;
  background: #00aeef;
  -webkit-clip-path: ellipse(240% 156% at 50% 156%);
  clip-path: ellipse(240% 156% at 50% 156%);
  z-index: 0;
}

.white-blue-clip-2::before {
  content: "";
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  bottom: 0;
  inset: 0;
  background: #00aeef;
  -webkit-clip-path: ellipse(730% 156% at 50% 156%);
  clip-path: ellipse(730% 156% at 50% 156%);
  z-index: -1;
}

.dark-blue-clip::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #003d7b;
  -webkit-clip-path: ellipse(200% 138.5% at 50% 140%);
  clip-path: ellipse(200% 138.5% at 50% 140%);
  z-index: 1;
}

.white-blue-clip::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #F6F6F6;
  -webkit-clip-path: ellipse(200% 138.5% at 50% 140%);
  clip-path: ellipse(200% 138.5% at 50% 140%);
  z-index: 0;
}

.white-blue-clip-2::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #F6F6F6;
  -webkit-clip-path: ellipse(730% 139.9% at 50% 140%);
  clip-path: ellipse(730% 139.9% at 50% 140%);
  z-index: -1;
}

.darker-blue-clip::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #001830;
  -webkit-clip-path: ellipse(240% 156% at 50% 158%);
  clip-path: ellipse(240% 156% at 50% 158%);
  z-index: 0;
}

.dark-blue-clip > *,
.darker-blue-clip > *,
.white-blue-clip > * {
  position: relative;
  z-index: 2;
}

/* =========================
   Apprenticeship Clip (Gradient)
========================= */

.apprentice-clip {
  position: relative;
  isolation: isolate;
  background: none;
  margin-top: -60px;
  z-index: 20;
  padding-top: 40px;
  -webkit-clip-path: ellipse(300% 156% at 50% 156%);
          clip-path: ellipse(300% 156% at 50% 156%);
}

.apprentice-clip::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(270deg, #00AEEF 0%, #3A84C5 100%);
  -webkit-clip-path: ellipse(240% 156% at 50% 156%);
          clip-path: ellipse(240% 156% at 50% 156%);
  z-index: 0;
}

.apprentice-clip::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(270deg, #008fd1 0%, #2f6fa8 100%);
  -webkit-clip-path: ellipse(260% 138% at 50% 139%);
          clip-path: ellipse(260% 138% at 50% 139%);
  z-index: 1;
}

.apprentice-clip > * {
  position: relative;
  z-index: 2;
}

/* =========================
   Qualified Plumber Clip (Light Gray)
========================= */

.qualified-clip {
  position: relative;
  isolation: isolate;
  background: none;
  margin-top: -60px;
  z-index: 20;
  padding-top: 40px;
  -webkit-clip-path: ellipse(240% 156% at 50% 156%);
          clip-path: ellipse(240% 156% at 50% 156%);
}

.qualified-clip::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #00aeef;
  -webkit-clip-path: ellipse(240% 156% at 50% 156%);
          clip-path: ellipse(240% 156% at 50% 156%);
  z-index: 0;
}

.qualified-clip::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #eaeaea;
  /* subtle layer for depth */
  -webkit-clip-path: ellipse(200% 138.5% at 50% 140%);
          clip-path: ellipse(200% 138.5% at 50% 140%);
  z-index: 1;
}

.qualified-clip > * {
  position: relative;
  z-index: 2;
}

.service-details-bg {
  background-image: url("./images/service-details-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.service-blocks-bg {
  background-image: url("./images/service-blocks-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.service-blocks-bg-2 {
  background-image: url("./images/service-blocks-bg-2.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.emergency-service-img {
  transition: transform 0.3s ease;
}

.emergency-service-item:hover .emergency-service-img {
  transform: scale(1.1);
}

.iso-section {
  background-image: url("./images/iso-bg.png") !important;
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
}

.middle-cta-1 {
  background-image: url("./images/middle-cta-1-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.tmv-role-banner {
  background-image: url("./images/tmv-role-banner-bg.png");
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
}

.blue-tick-title {
  position: relative;
  padding-left: 35px;
}

.blue-tick-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 28px;
  height: 28px;
  background-image: url('./images/blue-dot.svg');
  background-repeat: no-repeat;
  background-size: contain;
}

/* Section tags (MY DETAILS / MY REFERRAL’S DETAILS) */

.cf7-section-tag{
  display:inline-block;
  padding: 10px 16px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #0b2f5b !important;
}

.cf7-section-tag--yellow{
  background: #f6c23e;
  width: 100%;
  text-align: center;
}

.cf7-section-tag--blue{
  background: #1da1f2;
  width: 100%;
  text-align: center;
}

/**
 * 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% !important;
}

.container{
  width: 100%;
}

@media (min-width: 400px){
  .\!container{
    max-width: 400px !important;
  }

  .container{
    max-width: 400px;
  }
}

@media (min-width: 640px){
  .\!container{
    max-width: 640px !important;
  }

  .container{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .\!container{
    max-width: 768px !important;
  }

  .container{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  .\!container{
    max-width: 1024px !important;
  }

  .container{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .\!container{
    max-width: 1280px !important;
  }

  .container{
    max-width: 1280px;
  }
}

@media (min-width: 1500px){
  .\!container{
    max-width: 1500px !important;
  }

  .container{
    max-width: 1500px;
  }
}

@media (min-width: 1880px){
  .\!container{
    max-width: 1880px !important;
  }

  .container{
    max-width: 1880px;
  }
}

.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-lg{
  font-size: 1.125rem;
  line-height: 1.7777778;
}

.prose-lg :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}

.prose-lg :where([class~="lead"], [class~="is-style-lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 1.2222222em;
  line-height: 1.4545455;
  margin-top: 1.0909091em;
  margin-bottom: 1.0909091em;
}

.prose-lg :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.6666667em;
  margin-bottom: 1.6666667em;
  padding-left: 1em;
}

.prose-lg :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 2.6666667em;
  margin-top: 0;
  margin-bottom: 0.8333333em;
  line-height: 1;
}

.prose-lg :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 1.6666667em;
  margin-top: 1.8666667em;
  margin-bottom: 1.0666667em;
  line-height: 1.3333333;
}

.prose-lg :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 1.3333333em;
  margin-top: 1.6666667em;
  margin-bottom: 0.6666667em;
  line-height: 1.5;
}

.prose-lg :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7777778em;
  margin-bottom: 0.4444444em;
  line-height: 1.5555556;
}

.prose-lg :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}

.prose-lg :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}

.prose-lg :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}

.prose-lg :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}

.prose-lg :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8888889em;
  border-radius: 0.3125rem;
  padding-top: 0.2222222em;
  padding-right: 0.4444444em;
  padding-bottom: 0.2222222em;
  padding-left: 0.4444444em;
}

.prose-lg :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8888889em;
}

.prose-lg :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8666667em;
}

.prose-lg :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.875em;
}

.prose-lg :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8888889em;
  line-height: 1.75;
  margin-top: 2em;
  margin-bottom: 2em;
  border-radius: 0.375rem;
  padding-top: 1em;
  padding-right: 1.5em;
  padding-bottom: 1em;
  padding-left: 1.5em;
}

.prose-lg :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-left: 1.5555556em;
}

.prose-lg :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-left: 1.5555556em;
}

.prose-lg :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.6666667em;
  margin-bottom: 0.6666667em;
}

.prose-lg :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left: 0.4444444em;
}

.prose-lg :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left: 0.4444444em;
}

.prose-lg :where(.prose-lg > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}

.prose-lg :where(.prose-lg > ul > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
}

.prose-lg :where(.prose-lg > ul > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.3333333em;
}

.prose-lg :where(.prose-lg > ol > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
}

.prose-lg :where(.prose-lg > ol > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.3333333em;
}

.prose-lg :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}

.prose-lg :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}

.prose-lg :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
}

.prose-lg :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.6666667em;
  padding-left: 1.5555556em;
}

.prose-lg :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 3.1111111em;
  margin-bottom: 3.1111111em;
}

.prose-lg :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose-lg :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose-lg :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose-lg :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose-lg :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8888889em;
  line-height: 1.5;
}

.prose-lg :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-right: 0.75em;
  padding-bottom: 0.75em;
  padding-left: 0.75em;
}

.prose-lg :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left: 0;
}

.prose-lg :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-right: 0;
}

.prose-lg :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top: 0.75em;
  padding-right: 0.75em;
  padding-bottom: 0.75em;
  padding-left: 0.75em;
}

.prose-lg :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left: 0;
}

.prose-lg :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-right: 0;
}

.prose-lg :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}

.prose-lg :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}

.prose-lg :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8888889em;
  line-height: 1.5;
  margin-top: 1em;
}

.prose-lg :where(.prose-lg > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}

.prose-lg :where(.prose-lg > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;
}

.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;
}

/**
 * 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;
}

.inset-x-0{
  left: 0px;
  right: 0px;
}

.inset-y-0{
  top: 0px;
  bottom: 0px;
}

.-left-32{
  left: -8rem;
}

.-left-40{
  left: -10rem;
}

.-left-44{
  left: -11rem;
}

.-left-48{
  left: -12rem;
}

.-left-72{
  left: -18rem;
}

.-left-80{
  left: -20rem;
}

.-right-20{
  right: -5rem;
}

.-right-24{
  right: -6rem;
}

.-right-32{
  right: -8rem;
}

.-right-40{
  right: -10rem;
}

.-right-48{
  right: -12rem;
}

.-right-52{
  right: -13rem;
}

.-right-64{
  right: -16rem;
}

.-right-72{
  right: -18rem;
}

.-right-96{
  right: -24rem;
}

.-top-10{
  top: -2.5rem;
}

.bottom-0{
  bottom: 0px;
}

.bottom-3{
  bottom: 0.75rem;
}

.bottom-4{
  bottom: 1rem;
}

.bottom-5{
  bottom: 1.25rem;
}

.bottom-8{
  bottom: 2rem;
}

.bottom-\[75\%\]{
  bottom: 75%;
}

.left-0{
  left: 0px;
}

.left-1\/2{
  left: 50%;
}

.left-2{
  left: 0.5rem;
}

.left-4{
  left: 1rem;
}

.left-6{
  left: 1.5rem;
}

.right-0{
  right: 0px;
}

.right-1\/2{
  right: 50%;
}

.right-2{
  right: 0.5rem;
}

.right-3{
  right: 0.75rem;
}

.right-4{
  right: 1rem;
}

.right-5{
  right: 1.25rem;
}

.right-6{
  right: 1.5rem;
}

.top-0{
  top: 0px;
}

.top-1\/2{
  top: 50%;
}

.top-12{
  top: 3rem;
}

.top-16{
  top: 4rem;
}

.top-4{
  top: 1rem;
}

.top-5{
  top: 1.25rem;
}

.top-6{
  top: 1.5rem;
}

.z-10{
  z-index: 10;
}

.z-20{
  z-index: 20;
}

.z-30{
  z-index: 30;
}

.z-\[10000\]{
  z-index: 10000;
}

.z-\[10\]{
  z-index: 10;
}

.z-\[11\]{
  z-index: 11;
}

.z-\[1\]{
  z-index: 1;
}

.z-\[2\]{
  z-index: 2;
}

.z-\[3\]{
  z-index: 3;
}

.z-\[9999\]{
  z-index: 9999;
}

.order-1{
  order: 1;
}

.order-2{
  order: 2;
}

.order-3{
  order: 3;
}

.col-span-2{
  grid-column: span 2 / span 2;
}

.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-3{
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}

.mx-5{
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.mx-\[10px\]{
  margin-left: 10px;
  margin-right: 10px;
}

.mx-auto{
  margin-left: auto;
  margin-right: auto;
}

.my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.my-12{
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-5{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-auto{
  margin-top: auto;
  margin-bottom: auto;
}

.-mb-10{
  margin-bottom: -2.5rem;
}

.-mr-4{
  margin-right: -1rem;
}

.-mt-10{
  margin-top: -2.5rem;
}

.-mt-12{
  margin-top: -3rem;
}

.-mt-16{
  margin-top: -4rem;
}

.-mt-20{
  margin-top: -5rem;
}

.-mt-3{
  margin-top: -0.75rem;
}

.-mt-40{
  margin-top: -10rem;
}

.-mt-6{
  margin-top: -1.5rem;
}

.mb-1{
  margin-bottom: 0.25rem;
}

.mb-10{
  margin-bottom: 2.5rem;
}

.mb-12{
  margin-bottom: 3rem;
}

.mb-14{
  margin-bottom: 3.5rem;
}

.mb-16{
  margin-bottom: 4rem;
}

.mb-2{
  margin-bottom: 0.5rem;
}

.mb-3{
  margin-bottom: 0.75rem;
}

.mb-4{
  margin-bottom: 1rem;
}

.mb-5{
  margin-bottom: 1.25rem;
}

.mb-6{
  margin-bottom: 1.5rem;
}

.mb-7{
  margin-bottom: 1.75rem;
}

.mb-8{
  margin-bottom: 2rem;
}

.mb-\[10px\]{
  margin-bottom: 10px;
}

.mb-\[13px\]{
  margin-bottom: 13px;
}

.mb-\[14px\]{
  margin-bottom: 14px;
}

.mb-\[15px\]{
  margin-bottom: 15px;
}

.mb-\[18px\]{
  margin-bottom: 18px;
}

.mb-\[30px\]{
  margin-bottom: 30px;
}

.mb-\[50px\]{
  margin-bottom: 50px;
}

.mb-\[60px\]{
  margin-bottom: 60px;
}

.mb-\[6px\]{
  margin-bottom: 6px;
}

.ml-1{
  margin-left: 0.25rem;
}

.ml-2{
  margin-left: 0.5rem;
}

.ml-3{
  margin-left: 0.75rem;
}

.ml-4{
  margin-left: 1rem;
}

.ml-6{
  margin-left: 1.5rem;
}

.ml-auto{
  margin-left: auto;
}

.mr-2{
  margin-right: 0.5rem;
}

.mt-0{
  margin-top: 0px;
}

.mt-1{
  margin-top: 0.25rem;
}

.mt-10{
  margin-top: 2.5rem;
}

.mt-12{
  margin-top: 3rem;
}

.mt-14{
  margin-top: 3.5rem;
}

.mt-2{
  margin-top: 0.5rem;
}

.mt-20{
  margin-top: 5rem;
}

.mt-3{
  margin-top: 0.75rem;
}

.mt-4{
  margin-top: 1rem;
}

.mt-5{
  margin-top: 1.25rem;
}

.mt-6{
  margin-top: 1.5rem;
}

.mt-8{
  margin-top: 2rem;
}

.mt-\[10px\]{
  margin-top: 10px;
}

.mt-\[9px\]{
  margin-top: 9px;
}

.mt-auto{
  margin-top: auto;
}

.line-clamp-4{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.line-clamp-5{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.block{
  display: block;
}

.inline-block{
  display: inline-block;
}

.inline{
  display: inline;
}

.flex{
  display: flex;
}

.inline-flex{
  display: inline-flex;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.aspect-\[4\/3\]{
  aspect-ratio: 4/3;
}

.aspect-\[4\/5\]{
  aspect-ratio: 4/5;
}

.aspect-\[5\/4\]{
  aspect-ratio: 5/4;
}

.aspect-square{
  aspect-ratio: 1 / 1;
}

.aspect-video{
  aspect-ratio: 16 / 9;
}

.h-1\/2{
  height: 50%;
}

.h-1\/3{
  height: 33.333333%;
}

.h-10{
  height: 2.5rem;
}

.h-12{
  height: 3rem;
}

.h-14{
  height: 3.5rem;
}

.h-2{
  height: 0.5rem;
}

.h-2\/3{
  height: 66.666667%;
}

.h-20{
  height: 5rem;
}

.h-24{
  height: 6rem;
}

.h-28{
  height: 7rem;
}

.h-32{
  height: 8rem;
}

.h-4{
  height: 1rem;
}

.h-5{
  height: 1.25rem;
}

.h-6{
  height: 1.5rem;
}

.h-7{
  height: 1.75rem;
}

.h-8{
  height: 2rem;
}

.h-9{
  height: 2.25rem;
}

.h-\[148px\]{
  height: 148px;
}

.h-\[150px\]{
  height: 150px;
}

.h-\[170px\]{
  height: 170px;
}

.h-\[177px\]{
  height: 177px;
}

.h-\[188px\]{
  height: 188px;
}

.h-\[18px\]{
  height: 18px;
}

.h-\[1px\]{
  height: 1px;
}

.h-\[2\.2em\]{
  height: 2.2em;
}

.h-\[2\.8em\]{
  height: 2.8em;
}

.h-\[21px\]{
  height: 21px;
}

.h-\[260px\]{
  height: 260px;
}

.h-\[310px\]{
  height: 310px;
}

.h-\[340px\]{
  height: 340px;
}

.h-\[35px\]{
  height: 35px;
}

.h-\[360px\]{
  height: 360px;
}

.h-\[370px\]{
  height: 370px;
}

.h-\[376px\]{
  height: 376px;
}

.h-\[380px\]{
  height: 380px;
}

.h-\[400px\]{
  height: 400px;
}

.h-\[40px\]{
  height: 40px;
}

.h-\[42\%\]{
  height: 42%;
}

.h-\[420px\]{
  height: 420px;
}

.h-\[42px\]{
  height: 42px;
}

.h-\[440px\]{
  height: 440px;
}

.h-\[451px\]{
  height: 451px;
}

.h-\[45px\]{
  height: 45px;
}

.h-\[460px\]{
  height: 460px;
}

.h-\[480px\]{
  height: 480px;
}

.h-\[48px\]{
  height: 48px;
}

.h-\[506px\]{
  height: 506px;
}

.h-\[520px\]{
  height: 520px;
}

.h-\[566px\]{
  height: 566px;
}

.h-\[580px\]{
  height: 580px;
}

.h-\[60\%\]{
  height: 60%;
}

.h-\[60px\]{
  height: 60px;
}

.h-\[740px\]{
  height: 740px;
}

.h-\[75px\]{
  height: 75px;
}

.h-\[88px\]{
  height: 88px;
}

.h-auto{
  height: auto;
}

.h-fit{
  height: -moz-fit-content;
  height: fit-content;
}

.h-full{
  height: 100%;
}

.max-h-\[260px\]{
  max-height: 260px;
}

.max-h-\[420px\]{
  max-height: 420px;
}

.max-h-\[440px\]{
  max-height: 440px;
}

.max-h-\[500px\]{
  max-height: 500px;
}

.max-h-\[50vh\]{
  max-height: 50vh;
}

.max-h-\[550px\]{
  max-height: 550px;
}

.max-h-\[60px\]{
  max-height: 60px;
}

.max-h-\[700px\]{
  max-height: 700px;
}

.max-h-\[76\.750px\]{
  max-height: 76.750px;
}

.max-h-\[90px\]{
  max-height: 90px;
}

.max-h-\[90vh\]{
  max-height: 90vh;
}

.max-h-full{
  max-height: 100%;
}

.min-h-\[1\.2em\]{
  min-height: 1.2em;
}

.min-h-\[1\.4em\]{
  min-height: 1.4em;
}

.min-h-\[300px\]{
  min-height: 300px;
}

.min-h-\[70vh\]{
  min-height: 70vh;
}

.\!w-full{
  width: 100% !important;
}

.w-1\/2{
  width: 50%;
}

.w-1\/3{
  width: 33.333333%;
}

.w-1\/4{
  width: 25%;
}

.w-1\/5{
  width: 20%;
}

.w-10{
  width: 2.5rem;
}

.w-12{
  width: 3rem;
}

.w-2{
  width: 0.5rem;
}

.w-2\/5{
  width: 40%;
}

.w-28{
  width: 7rem;
}

.w-32{
  width: 8rem;
}

.w-4{
  width: 1rem;
}

.w-5{
  width: 1.25rem;
}

.w-6{
  width: 1.5rem;
}

.w-8{
  width: 2rem;
}

.w-\[120\%\]{
  width: 120%;
}

.w-\[130\%\]{
  width: 130%;
}

.w-\[130px\]{
  width: 130px;
}

.w-\[150px\]{
  width: 150px;
}

.w-\[160px\]{
  width: 160px;
}

.w-\[180px\]{
  width: 180px;
}

.w-\[18px\]{
  width: 18px;
}

.w-\[280px\]{
  width: 280px;
}

.w-\[292px\]{
  width: 292px;
}

.w-\[300px\]{
  width: 300px;
}

.w-\[320px\]{
  width: 320px;
}

.w-\[340px\]{
  width: 340px;
}

.w-\[35\%\]{
  width: 35%;
}

.w-\[350px\]{
  width: 350px;
}

.w-\[35px\]{
  width: 35px;
}

.w-\[42\%\]{
  width: 42%;
}

.w-\[55\%\]{
  width: 55%;
}

.w-\[80\%\]{
  width: 80%;
}

.w-\[90\%\]{
  width: 90%;
}

.w-\[calc\(100\%-32px\)\]{
  width: calc(100% - 32px);
}

.w-\[calc\(20\%-20px\)\]{
  width: calc(20% - 20px);
}

.w-auto{
  width: auto;
}

.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}

.w-full{
  width: 100%;
}

.min-w-9{
  min-width: 2.25rem;
}

.min-w-\[140px\]{
  min-width: 140px;
}

.min-w-\[220px\]{
  min-width: 220px;
}

.max-w-\[1000px\]{
  max-width: 1000px;
}

.max-w-\[1004px\]{
  max-width: 1004px;
}

.max-w-\[1012px\]{
  max-width: 1012px;
}

.max-w-\[1020px\]{
  max-width: 1020px;
}

.max-w-\[1023px\]{
  max-width: 1023px;
}

.max-w-\[1056px\]{
  max-width: 1056px;
}

.max-w-\[1071px\]{
  max-width: 1071px;
}

.max-w-\[1076px\]{
  max-width: 1076px;
}

.max-w-\[1088px\]{
  max-width: 1088px;
}

.max-w-\[1093px\]{
  max-width: 1093px;
}

.max-w-\[1115px\]{
  max-width: 1115px;
}

.max-w-\[1142px\]{
  max-width: 1142px;
}

.max-w-\[1148px\]{
  max-width: 1148px;
}

.max-w-\[1152px\]{
  max-width: 1152px;
}

.max-w-\[1160px\]{
  max-width: 1160px;
}

.max-w-\[1180px\]{
  max-width: 1180px;
}

.max-w-\[1200px\]{
  max-width: 1200px;
}

.max-w-\[1218px\]{
  max-width: 1218px;
}

.max-w-\[1220px\]{
  max-width: 1220px;
}

.max-w-\[1280px\]{
  max-width: 1280px;
}

.max-w-\[1346px\]{
  max-width: 1346px;
}

.max-w-\[1400px\]{
  max-width: 1400px;
}

.max-w-\[1420px\]{
  max-width: 1420px;
}

.max-w-\[180px\]{
  max-width: 180px;
}

.max-w-\[1920px\]{
  max-width: 1920px;
}

.max-w-\[200px\]{
  max-width: 200px;
}

.max-w-\[2100px\]{
  max-width: 2100px;
}

.max-w-\[220px\]{
  max-width: 220px;
}

.max-w-\[240px\]{
  max-width: 240px;
}

.max-w-\[300px\]{
  max-width: 300px;
}

.max-w-\[315px\]{
  max-width: 315px;
}

.max-w-\[400px\]{
  max-width: 400px;
}

.max-w-\[415px\]{
  max-width: 415px;
}

.max-w-\[450px\]{
  max-width: 450px;
}

.max-w-\[516px\]{
  max-width: 516px;
}

.max-w-\[520px\]{
  max-width: 520px;
}

.max-w-\[529px\]{
  max-width: 529px;
}

.max-w-\[534px\]{
  max-width: 534px;
}

.max-w-\[580px\]{
  max-width: 580px;
}

.max-w-\[600px\]{
  max-width: 600px;
}

.max-w-\[601px\]{
  max-width: 601px;
}

.max-w-\[650px\]{
  max-width: 650px;
}

.max-w-\[653px\]{
  max-width: 653px;
}

.max-w-\[660px\]{
  max-width: 660px;
}

.max-w-\[691px\]{
  max-width: 691px;
}

.max-w-\[699px\]{
  max-width: 699px;
}

.max-w-\[70\%\]{
  max-width: 70%;
}

.max-w-\[700px\]{
  max-width: 700px;
}

.max-w-\[704px\]{
  max-width: 704px;
}

.max-w-\[705px\]{
  max-width: 705px;
}

.max-w-\[707px\]{
  max-width: 707px;
}

.max-w-\[710px\]{
  max-width: 710px;
}

.max-w-\[720px\]{
  max-width: 720px;
}

.max-w-\[750px\]{
  max-width: 750px;
}

.max-w-\[778px\]{
  max-width: 778px;
}

.max-w-\[800px\]{
  max-width: 800px;
}

.max-w-\[810px\]{
  max-width: 810px;
}

.max-w-\[820px\]{
  max-width: 820px;
}

.max-w-\[850px\]{
  max-width: 850px;
}

.max-w-\[855px\]{
  max-width: 855px;
}

.max-w-\[868px\]{
  max-width: 868px;
}

.max-w-\[873px\]{
  max-width: 873px;
}

.max-w-\[900px\]{
  max-width: 900px;
}

.max-w-\[915px\]{
  max-width: 915px;
}

.max-w-\[940px\]{
  max-width: 940px;
}

.max-w-\[968px\]{
  max-width: 968px;
}

.max-w-\[970px\]{
  max-width: 970px;
}

.max-w-full{
  max-width: 100%;
}

.max-w-none{
  max-width: none;
}

.flex-1{
  flex: 1 1 0%;
}

.flex-shrink-0{
  flex-shrink: 0;
}

.shrink-0{
  flex-shrink: 0;
}

.-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-3\/4{
  --tw-translate-x: -75%;
  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-\[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));
}

.-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-3\/4{
  --tw-translate-y: -75%;
  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-32{
  --tw-translate-y: -8rem;
  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-8{
  --tw-translate-y: -2rem;
  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-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-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-\[-50\%\]{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-\[-70\%\]{
  --tw-translate-y: -70%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-12{
  --tw-rotate: 12deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-180{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-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));
}

@keyframes pulse{
  50%{
    opacity: .5;
  }
}

.animate-pulse{
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.cursor-pointer{
  cursor: pointer;
}

.resize{
  resize: both;
}

.scroll-mt-\[170px\]{
  scroll-margin-top: 170px;
}

.scroll-mt-\[200px\]{
  scroll-margin-top: 200px;
}

.appearance-none{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.flex-row{
  flex-direction: row;
}

.flex-col{
  flex-direction: column;
}

.flex-wrap{
  flex-wrap: wrap;
}

.items-start{
  align-items: flex-start;
}

.items-end{
  align-items: flex-end;
}

.items-center{
  align-items: center;
}

.items-stretch{
  align-items: stretch;
}

.justify-start{
  justify-content: flex-start;
}

.justify-end{
  justify-content: flex-end;
}

.justify-center{
  justify-content: center;
}

.justify-between{
  justify-content: space-between;
}

.justify-items-center{
  justify-items: center;
}

.gap-1{
  gap: 0.25rem;
}

.gap-10{
  gap: 2.5rem;
}

.gap-2{
  gap: 0.5rem;
}

.gap-20{
  gap: 5rem;
}

.gap-3{
  gap: 0.75rem;
}

.gap-4{
  gap: 1rem;
}

.gap-5{
  gap: 1.25rem;
}

.gap-6{
  gap: 1.5rem;
}

.gap-7{
  gap: 1.75rem;
}

.gap-8{
  gap: 2rem;
}

.gap-9{
  gap: 2.25rem;
}

.gap-\[10px\]{
  gap: 10px;
}

.gap-\[12px\]{
  gap: 12px;
}

.gap-\[14px\]{
  gap: 14px;
}

.gap-\[15px\]{
  gap: 15px;
}

.gap-\[25px\]{
  gap: 25px;
}

.gap-\[2px\]{
  gap: 2px;
}

.gap-\[45px\]{
  gap: 45px;
}

.gap-\[5px\]{
  gap: 5px;
}

.gap-\[6px\]{
  gap: 6px;
}

.gap-x-10{
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}

.gap-x-12{
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}

.gap-x-4{
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.gap-x-8{
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.gap-x-\[12px\]{
  -moz-column-gap: 12px;
       column-gap: 12px;
}

.gap-y-0{
  row-gap: 0px;
}

.gap-y-2{
  row-gap: 0.5rem;
}

.gap-y-4{
  row-gap: 1rem;
}

.gap-y-\[10px\]{
  row-gap: 10px;
}

.space-x-\[-8px\] > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-8px * var(--tw-space-x-reverse));
  margin-left: calc(-8px * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-10 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}

.space-y-12 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}

.space-y-16 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(4rem * var(--tw-space-y-reverse));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-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));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.self-start{
  align-self: flex-start;
}

.self-end{
  align-self: flex-end;
}

.self-center{
  align-self: center;
}

.overflow-hidden{
  overflow: hidden;
}

.\!overflow-visible{
  overflow: visible !important;
}

.overflow-visible{
  overflow: visible;
}

.overflow-y-auto{
  overflow-y: auto;
}

.overflow-x-hidden{
  overflow-x: hidden;
}

.overflow-y-hidden{
  overflow-y: hidden;
}

.overflow-x-visible{
  overflow-x: visible;
}

.overflow-y-visible{
  overflow-y: visible;
}

.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.whitespace-nowrap{
  white-space: nowrap;
}

.text-nowrap{
  text-wrap: nowrap;
}

.rounded-2xl{
  border-radius: 1rem;
}

.rounded-\[10px\]{
  border-radius: 10px;
}

.rounded-\[12px\]{
  border-radius: 12px;
}

.rounded-\[15px\]{
  border-radius: 15px;
}

.rounded-\[16px\]{
  border-radius: 16px;
}

.rounded-\[18px\]{
  border-radius: 18px;
}

.rounded-\[20\]{
  border-radius: 20;
}

.rounded-\[20px\]{
  border-radius: 20px;
}

.rounded-\[25px\]{
  border-radius: 25px;
}

.rounded-\[30px\]{
  border-radius: 30px;
}

.rounded-\[6px\]{
  border-radius: 6px;
}

.rounded-\[8px\]{
  border-radius: 8px;
}

.rounded-full{
  border-radius: 9999px;
}

.rounded-lg{
  border-radius: 0.5rem;
}

.rounded-md{
  border-radius: 0.375rem;
}

.rounded-xl{
  border-radius: 0.75rem;
}

.rounded-bl-\[16px\]{
  border-bottom-left-radius: 16px;
}

.rounded-bl-\[20px\]{
  border-bottom-left-radius: 20px;
}

.rounded-bl-\[8px\]{
  border-bottom-left-radius: 8px;
}

.rounded-br-\[8px\]{
  border-bottom-right-radius: 8px;
}

.rounded-tl-\[20px\]{
  border-top-left-radius: 20px;
}

.rounded-tr-\[20px\]{
  border-top-right-radius: 20px;
}

.border{
  border-width: 1px;
}

.border-2{
  border-width: 2px;
}

.border-\[0\.9px\]{
  border-width: 0.9px;
}

.border-\[1\.5px\]{
  border-width: 1.5px;
}

.border-\[1px\]{
  border-width: 1px;
}

.border-\[2px\]{
  border-width: 2px;
}

.border-\[3px\]{
  border-width: 3px;
}

.border-y-\[1px\]{
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.border-b{
  border-bottom-width: 1px;
}

.border-b-2{
  border-bottom-width: 2px;
}

.border-b-\[1px\]{
  border-bottom-width: 1px;
}

.border-t{
  border-top-width: 1px;
}

.border-t-\[1px\]{
  border-top-width: 1px;
}

.border-solid{
  border-style: solid;
}

.border-none{
  border-style: none;
}

.border-\[\#00000026\]{
  border-color: #00000026;
}

.border-\[\#00000040\]{
  border-color: #00000040;
}

.border-\[\#00000059\]{
  border-color: #00000059;
}

.border-\[\#001C80\]{
  --tw-border-opacity: 1;
  border-color: rgb(0 28 128 / var(--tw-border-opacity));
}

.border-\[\#003D7B\]{
  --tw-border-opacity: 1;
  border-color: rgb(0 61 123 / var(--tw-border-opacity));
}

.border-\[\#00AEEF\]{
  --tw-border-opacity: 1;
  border-color: rgb(0 174 239 / var(--tw-border-opacity));
}

.border-\[\#0E1E3D\]{
  --tw-border-opacity: 1;
  border-color: rgb(14 30 61 / var(--tw-border-opacity));
}

.border-\[\#152F5F\]{
  --tw-border-opacity: 1;
  border-color: rgb(21 47 95 / var(--tw-border-opacity));
}

.border-\[\#29232A33\]{
  border-color: #29232A33;
}

.border-\[\#F0F0F0\]{
  --tw-border-opacity: 1;
  border-color: rgb(240 240 240 / var(--tw-border-opacity));
}

.border-\[\#F8B927\]{
  --tw-border-opacity: 1;
  border-color: rgb(248 185 39 / var(--tw-border-opacity));
}

.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.border-white\/10{
  border-color: rgb(255 255 255 / 0.1);
}

.border-white\/20{
  border-color: rgb(255 255 255 / 0.2);
}

.border-white\/30{
  border-color: rgb(255 255 255 / 0.3);
}

.border-opacity-30{
  --tw-border-opacity: 0.3;
}

.border-opacity-50{
  --tw-border-opacity: 0.5;
}

.bg-\[\#00000040\]{
  background-color: #00000040;
}

.bg-\[\#000D1F\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 13 31 / var(--tw-bg-opacity));
}

.bg-\[\#001233\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 18 51 / var(--tw-bg-opacity));
}

.bg-\[\#001830\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 24 48 / var(--tw-bg-opacity));
}

.bg-\[\#001830\]\/60{
  background-color: rgb(0 24 48 / 0.6);
}

.bg-\[\#001830\]\/75{
  background-color: rgb(0 24 48 / 0.75);
}

.bg-\[\#003872\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 56 114 / var(--tw-bg-opacity));
}

.bg-\[\#003D7B\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 61 123 / var(--tw-bg-opacity));
}

.bg-\[\#0072BC\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 114 188 / var(--tw-bg-opacity));
}

.bg-\[\#00AEEF\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 174 239 / var(--tw-bg-opacity));
}

.bg-\[\#00BA4A\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 186 74 / var(--tw-bg-opacity));
}

.bg-\[\#00BEFF\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 190 255 / var(--tw-bg-opacity));
}

.bg-\[\#012C58\]{
  --tw-bg-opacity: 1;
  background-color: rgb(1 44 88 / var(--tw-bg-opacity));
}

.bg-\[\#01489066\]{
  background-color: #01489066;
}

.bg-\[\#02193052\]{
  background-color: #02193052;
}

.bg-\[\#021930\]{
  --tw-bg-opacity: 1;
  background-color: rgb(2 25 48 / var(--tw-bg-opacity));
}

.bg-\[\#09AEF4\]{
  --tw-bg-opacity: 1;
  background-color: rgb(9 174 244 / var(--tw-bg-opacity));
}

.bg-\[\#0B1934\]{
  --tw-bg-opacity: 1;
  background-color: rgb(11 25 52 / var(--tw-bg-opacity));
}

.bg-\[\#0B2D5B\]\/95{
  background-color: rgb(11 45 91 / 0.95);
}

.bg-\[\#0C1B38\]{
  --tw-bg-opacity: 1;
  background-color: rgb(12 27 56 / var(--tw-bg-opacity));
}

.bg-\[\#0E1D3A\]{
  --tw-bg-opacity: 1;
  background-color: rgb(14 29 58 / var(--tw-bg-opacity));
}

.bg-\[\#0EAAFF\]{
  --tw-bg-opacity: 1;
  background-color: rgb(14 170 255 / var(--tw-bg-opacity));
}

.bg-\[\#13264A\]{
  --tw-bg-opacity: 1;
  background-color: rgb(19 38 74 / var(--tw-bg-opacity));
}

.bg-\[\#152F5F\]{
  --tw-bg-opacity: 1;
  background-color: rgb(21 47 95 / var(--tw-bg-opacity));
}

.bg-\[\#183062\]{
  --tw-bg-opacity: 1;
  background-color: rgb(24 48 98 / var(--tw-bg-opacity));
}

.bg-\[\#1A356D\]\/90{
  background-color: rgb(26 53 109 / 0.9);
}

.bg-\[\#1B1C1E\]{
  --tw-bg-opacity: 1;
  background-color: rgb(27 28 30 / var(--tw-bg-opacity));
}

.bg-\[\#1a2f4a\]{
  --tw-bg-opacity: 1;
  background-color: rgb(26 47 74 / var(--tw-bg-opacity));
}

.bg-\[\#23488E\]{
  --tw-bg-opacity: 1;
  background-color: rgb(35 72 142 / var(--tw-bg-opacity));
}

.bg-\[\#244990\]{
  --tw-bg-opacity: 1;
  background-color: rgb(36 73 144 / var(--tw-bg-opacity));
}

.bg-\[\#253B66\]{
  --tw-bg-opacity: 1;
  background-color: rgb(37 59 102 / var(--tw-bg-opacity));
}

.bg-\[\#29232A1A\]{
  background-color: #29232A1A;
}

.bg-\[\#29232A33\]{
  background-color: #29232A33;
}

.bg-\[\#3E5DE0\]{
  --tw-bg-opacity: 1;
  background-color: rgb(62 93 224 / var(--tw-bg-opacity));
}

.bg-\[\#CFEAF569\]{
  background-color: #CFEAF569;
}

.bg-\[\#D4EFFC\]{
  --tw-bg-opacity: 1;
  background-color: rgb(212 239 252 / var(--tw-bg-opacity));
}

.bg-\[\#DB333A\]{
  --tw-bg-opacity: 1;
  background-color: rgb(219 51 58 / var(--tw-bg-opacity));
}

.bg-\[\#E2E8F024\]{
  background-color: #E2E8F024;
}

.bg-\[\#E7E6E7\]{
  --tw-bg-opacity: 1;
  background-color: rgb(231 230 231 / var(--tw-bg-opacity));
}

.bg-\[\#E9E9E9\]{
  --tw-bg-opacity: 1;
  background-color: rgb(233 233 233 / var(--tw-bg-opacity));
}

.bg-\[\#F0C324\]{
  --tw-bg-opacity: 1;
  background-color: rgb(240 195 36 / var(--tw-bg-opacity));
}

.bg-\[\#F0C324\]\/80{
  background-color: rgb(240 195 36 / 0.8);
}

.bg-\[\#F0F0F0\]{
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 240 / var(--tw-bg-opacity));
}

.bg-\[\#F36F21\]{
  --tw-bg-opacity: 1;
  background-color: rgb(243 111 33 / var(--tw-bg-opacity));
}

.bg-\[\#F5F5F5\]{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.bg-\[\#F6F6F6\]{
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity));
}

.bg-\[\#F8B927\]{
  --tw-bg-opacity: 1;
  background-color: rgb(248 185 39 / var(--tw-bg-opacity));
}

.bg-\[\#FFFEFE\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 254 254 / var(--tw-bg-opacity));
}

.bg-\[\#FFFFFF1A\]{
  background-color: #FFFFFF1A;
}

.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(0 61 123 / var(--tw-bg-opacity));
}

.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.bg-gray-900{
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}

.bg-light-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(37 59 102 / var(--tw-bg-opacity));
}

.bg-light-blue-btn{
  --tw-bg-opacity: 1;
  background-color: rgb(0 162 222 / var(--tw-bg-opacity));
}

.bg-transparent{
  background-color: transparent;
}

.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-white\/10{
  background-color: rgb(255 255 255 / 0.1);
}

.bg-opacity-10{
  --tw-bg-opacity: 0.1;
}

.bg-opacity-50{
  --tw-bg-opacity: 0.5;
}

.bg-opacity-60{
  --tw-bg-opacity: 0.6;
}

.bg-opacity-80{
  --tw-bg-opacity: 0.8;
}

.bg-opacity-90{
  --tw-bg-opacity: 0.9;
}

.bg-gradient-to-b{
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.bg-gradient-to-l{
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}

.bg-gradient-to-r{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.bg-gradient-to-t{
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.from-\[\#000D1F\]{
  --tw-gradient-from: #000D1F var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 13 31 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[\#001830\]{
  --tw-gradient-from: #001830 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 24 48 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[\#003872\]{
  --tw-gradient-from: #003872 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 56 114 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[\#003D7B\]{
  --tw-gradient-from: #003D7B var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 61 123 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[\#004B96\]{
  --tw-gradient-from: #004B96 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 75 150 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[\#005A9A\]{
  --tw-gradient-from: #005A9A var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 90 154 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[\#00AEEF\]{
  --tw-gradient-from: #00AEEF var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 174 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[\#152F5F\]{
  --tw-gradient-from: #152F5F var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(21 47 95 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[\#FFFFFF1A\]{
  --tw-gradient-from: #FFFFFF1A var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-transparent{
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-white{
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-\[\#152F5F\]\/40{
  --tw-gradient-to: rgb(21 47 95 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(21 47 95 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.to-\[\#001830\]{
  --tw-gradient-to: #001830 var(--tw-gradient-to-position);
}

.to-\[\#002756\]{
  --tw-gradient-to: #002756 var(--tw-gradient-to-position);
}

.to-\[\#003D7B\]{
  --tw-gradient-to: #003D7B var(--tw-gradient-to-position);
}

.to-\[\#00AEEF\]{
  --tw-gradient-to: #00AEEF var(--tw-gradient-to-position);
}

.to-\[\#0B1934\]{
  --tw-gradient-to: #0B1934 var(--tw-gradient-to-position);
}

.to-\[\#13284D\]{
  --tw-gradient-to: #13284D var(--tw-gradient-to-position);
}

.to-\[\#152F5F\]{
  --tw-gradient-to: #152F5F var(--tw-gradient-to-position);
}

.to-\[\#3A84C5\]{
  --tw-gradient-to: #3A84C5 var(--tw-gradient-to-position);
}

.to-\[\#DCDCDC\]{
  --tw-gradient-to: #DCDCDC var(--tw-gradient-to-position);
}

.to-\[\#F0FAFF\]{
  --tw-gradient-to: #F0FAFF var(--tw-gradient-to-position);
}

.to-\[\#F6F6F6\]{
  --tw-gradient-to: #F6F6F6 var(--tw-gradient-to-position);
}

.to-transparent{
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

.to-white{
  --tw-gradient-to: #fff var(--tw-gradient-to-position);
}

.bg-contain{
  background-size: contain;
}

.bg-cover{
  background-size: cover;
}

.bg-clip-text{
  -webkit-background-clip: text;
          background-clip: text;
}

.bg-center{
  background-position: center;
}

.bg-no-repeat{
  background-repeat: no-repeat;
}

.fill-\[\#00AEEF\]{
  fill: #00AEEF;
}

.fill-white{
  fill: #fff;
}

.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}

.object-fill{
  -o-object-fit: fill;
     object-fit: fill;
}

.object-\[20\%_100\%\]{
  -o-object-position: 20% 100%;
     object-position: 20% 100%;
}

.object-bottom{
  -o-object-position: bottom;
     object-position: bottom;
}

.object-center{
  -o-object-position: center;
     object-position: center;
}

.object-left{
  -o-object-position: left;
     object-position: left;
}

.object-right{
  -o-object-position: right;
     object-position: right;
}

.object-top{
  -o-object-position: top;
     object-position: top;
}

.p-1{
  padding: 0.25rem;
}

.p-2{
  padding: 0.5rem;
}

.p-3{
  padding: 0.75rem;
}

.p-4{
  padding: 1rem;
}

.p-5{
  padding: 1.25rem;
}

.p-6{
  padding: 1.5rem;
}

.p-8{
  padding: 2rem;
}

.p-\[15px\]{
  padding: 15px;
}

.p-\[22px\]{
  padding: 22px;
}

.\!px-2{
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.\!px-4{
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.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-7{
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-\[30px\]{
  padding-left: 30px;
  padding-right: 30px;
}

.px-\[5\%\]{
  padding-left: 5%;
  padding-right: 5%;
}

.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-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-28{
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.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-\[14px\]{
  padding-top: 14px;
  padding-bottom: 14px;
}

.py-\[44px\]{
  padding-top: 44px;
  padding-bottom: 44px;
}

.py-\[6px\]{
  padding-top: 6px;
  padding-bottom: 6px;
}

.pb-1{
  padding-bottom: 0.25rem;
}

.pb-10{
  padding-bottom: 2.5rem;
}

.pb-12{
  padding-bottom: 3rem;
}

.pb-16{
  padding-bottom: 4rem;
}

.pb-2{
  padding-bottom: 0.5rem;
}

.pb-20{
  padding-bottom: 5rem;
}

.pb-24{
  padding-bottom: 6rem;
}

.pb-4{
  padding-bottom: 1rem;
}

.pb-5{
  padding-bottom: 1.25rem;
}

.pb-6{
  padding-bottom: 1.5rem;
}

.pb-8{
  padding-bottom: 2rem;
}

.pl-2{
  padding-left: 0.5rem;
}

.pl-3{
  padding-left: 0.75rem;
}

.pl-4{
  padding-left: 1rem;
}

.pl-5{
  padding-left: 1.25rem;
}

.pl-8{
  padding-left: 2rem;
}

.pr-10{
  padding-right: 2.5rem;
}

.pr-12{
  padding-right: 3rem;
}

.pr-14{
  padding-right: 3.5rem;
}

.pr-16{
  padding-right: 4rem;
}

.pr-2{
  padding-right: 0.5rem;
}

.pr-4{
  padding-right: 1rem;
}

.pr-6{
  padding-right: 1.5rem;
}

.pt-10{
  padding-top: 2.5rem;
}

.pt-12{
  padding-top: 3rem;
}

.pt-14{
  padding-top: 3.5rem;
}

.pt-16{
  padding-top: 4rem;
}

.pt-2{
  padding-top: 0.5rem;
}

.pt-20{
  padding-top: 5rem;
}

.pt-24{
  padding-top: 6rem;
}

.pt-4{
  padding-top: 1rem;
}

.pt-5{
  padding-top: 1.25rem;
}

.pt-6{
  padding-top: 1.5rem;
}

.pt-8{
  padding-top: 2rem;
}

.text-left{
  text-align: left;
}

.text-center{
  text-align: center;
}

.align-top{
  vertical-align: top;
}

.align-middle{
  vertical-align: middle;
}

.text-\[11px\]{
  font-size: 11px;
}

.text-\[12\.8px\]{
  font-size: 12.8px;
}

.text-\[12px\]{
  font-size: 12px;
}

.text-\[13px\]{
  font-size: 13px;
}

.text-\[14\.4px\]{
  font-size: 14.4px;
}

.text-\[14\.5px\]{
  font-size: 14.5px;
}

.text-\[14\.7px\]{
  font-size: 14.7px;
}

.text-\[14px\]{
  font-size: 14px;
}

.text-\[15\.5px\]{
  font-size: 15.5px;
}

.text-\[15px\]{
  font-size: 15px;
}

.text-\[16px\]{
  font-size: 16px;
}

.text-\[17px\]{
  font-size: 17px;
}

.text-\[18px\]{
  font-size: 18px;
}

.text-\[19px\]{
  font-size: 19px;
}

.text-\[20px\]{
  font-size: 20px;
}

.text-\[22px\]{
  font-size: 22px;
}

.text-\[24px\]{
  font-size: 24px;
}

.text-\[25\.6px\]{
  font-size: 25.6px;
}

.text-\[25px\]{
  font-size: 25px;
}

.text-\[26px\]{
  font-size: 26px;
}

.text-\[27px\]{
  font-size: 27px;
}

.text-\[28px\]{
  font-size: 28px;
}

.text-\[30px\]{
  font-size: 30px;
}

.text-\[31px\]{
  font-size: 31px;
}

.text-\[32px\]{
  font-size: 32px;
}

.text-\[34px\]{
  font-size: 34px;
}

.text-\[35px\]{
  font-size: 35px;
}

.text-\[36px\]{
  font-size: 36px;
}

.text-\[40px\]{
  font-size: 40px;
}

.text-\[42px\]{
  font-size: 42px;
}

.text-\[46\.7px\]{
  font-size: 46.7px;
}

.text-\[48px\]{
  font-size: 48px;
}

.text-\[52px\]{
  font-size: 52px;
}

.text-\[58px\]{
  font-size: 58px;
}

.text-\[60px\]{
  font-size: 60px;
}

.text-\[62px\]{
  font-size: 62px;
}

.text-\[70px\]{
  font-size: 70px;
}

.text-\[80px\]{
  font-size: 80px;
}

.text-\[90px\]{
  font-size: 90px;
}

.text-\[99px\]{
  font-size: 99px;
}

.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-black{
  font-weight: 900;
}

.font-bold{
  font-weight: 700;
}

.font-extrabold{
  font-weight: 800;
}

.font-light{
  font-weight: 300;
}

.font-medium{
  font-weight: 500;
}

.font-normal{
  font-weight: 400;
}

.font-semibold{
  font-weight: 600;
}

.uppercase{
  text-transform: uppercase;
}

.capitalize{
  text-transform: capitalize;
}

.italic{
  font-style: italic;
}

.leading-\[0\.8\]{
  line-height: 0.8;
}

.leading-\[0\.9\]{
  line-height: 0.9;
}

.leading-\[1\.05\]{
  line-height: 1.05;
}

.leading-\[1\.1\]{
  line-height: 1.1;
}

.leading-\[1\.25\]{
  line-height: 1.25;
}

.leading-\[1\.2\]{
  line-height: 1.2;
}

.leading-\[1\.3\]{
  line-height: 1.3;
}

.leading-\[1\.45\]{
  line-height: 1.45;
}

.leading-\[1\.48\]{
  line-height: 1.48;
}

.leading-\[1\.4\]{
  line-height: 1.4;
}

.leading-\[1\.5\]{
  line-height: 1.5;
}

.leading-\[1\.65\]{
  line-height: 1.65;
}

.leading-\[1\.6\]{
  line-height: 1.6;
}

.leading-\[1\.8\]{
  line-height: 1.8;
}

.leading-\[3\.2\]{
  line-height: 3.2;
}

.leading-none{
  line-height: 1;
}

.leading-relaxed{
  line-height: 1.625;
}

.leading-snug{
  line-height: 1.375;
}

.leading-tight{
  line-height: 1.25;
}

.tracking-\[-0\.12px\]{
  letter-spacing: -0.12px;
}

.tracking-\[-0\.15px\]{
  letter-spacing: -0.15px;
}

.tracking-\[-0\.16px\]{
  letter-spacing: -0.16px;
}

.tracking-\[-0\.18px\]{
  letter-spacing: -0.18px;
}

.tracking-\[-0\.25px\]{
  letter-spacing: -0.25px;
}

.tracking-\[-0\.2px\]{
  letter-spacing: -0.2px;
}

.tracking-\[-0\.32px\]{
  letter-spacing: -0.32px;
}

.tracking-\[-0\.36px\]{
  letter-spacing: -0.36px;
}

.tracking-\[-0\.3px\]{
  letter-spacing: -0.3px;
}

.tracking-\[-0\.44px\]{
  letter-spacing: -0.44px;
}

.tracking-\[-0\.45px\]{
  letter-spacing: -0.45px;
}

.tracking-\[-0\.4px\]{
  letter-spacing: -0.4px;
}

.tracking-\[-0\.5px\]{
  letter-spacing: -0.5px;
}

.tracking-\[-0\.6px\]{
  letter-spacing: -0.6px;
}

.tracking-\[-0\.72px\]{
  letter-spacing: -0.72px;
}

.tracking-\[-0\.768px\]{
  letter-spacing: -0.768px;
}

.tracking-\[-0\.7px\]{
  letter-spacing: -0.7px;
}

.tracking-\[-0\.8px\]{
  letter-spacing: -0.8px;
}

.tracking-\[-0\.9px\]{
  letter-spacing: -0.9px;
}

.tracking-\[-1\.25px\]{
  letter-spacing: -1.25px;
}

.tracking-\[-1\.2px\]{
  letter-spacing: -1.2px;
}

.tracking-\[-1\.4px\]{
  letter-spacing: -1.4px;
}

.tracking-\[-1\.6px\]{
  letter-spacing: -1.6px;
}

.tracking-\[-1\.92px\]{
  letter-spacing: -1.92px;
}

.tracking-\[-1px\]{
  letter-spacing: -1px;
}

.tracking-\[-2\.4px\]{
  letter-spacing: -2.4px;
}

.tracking-\[-2\.5px\]{
  letter-spacing: -2.5px;
}

.tracking-\[-2px\]{
  letter-spacing: -2px;
}

.tracking-\[-3\.75px\]{
  letter-spacing: -3.75px;
}

.tracking-\[0\.06em\]{
  letter-spacing: 0.06em;
}

.tracking-\[0\.16px\]{
  letter-spacing: 0.16px;
}

.tracking-\[0\.2em\]{
  letter-spacing: 0.2em;
}

.tracking-\[0\.7px\]{
  letter-spacing: 0.7px;
}

.tracking-\[0\.96px\]{
  letter-spacing: 0.96px;
}

.tracking-tight{
  letter-spacing: -0.025em;
}

.tracking-tighter{
  letter-spacing: -0.05em;
}

.tracking-widest{
  letter-spacing: 0.1em;
}

.text-\[\#00000040\]{
  color: #00000040;
}

.text-\[\#00000080\]{
  color: #00000080;
}

.text-\[\#000000\]{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-\[\#000\]{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-\[\#001830\]{
  --tw-text-opacity: 1;
  color: rgb(0 24 48 / var(--tw-text-opacity));
}

.text-\[\#003D7B73\]{
  color: #003D7B73;
}

.text-\[\#003D7B\]{
  --tw-text-opacity: 1;
  color: rgb(0 61 123 / var(--tw-text-opacity));
}

.text-\[\#004B96\]{
  --tw-text-opacity: 1;
  color: rgb(0 75 150 / var(--tw-text-opacity));
}

.text-\[\#0056A7\]{
  --tw-text-opacity: 1;
  color: rgb(0 86 167 / var(--tw-text-opacity));
}

.text-\[\#00AEEF\]{
  --tw-text-opacity: 1;
  color: rgb(0 174 239 / var(--tw-text-opacity));
}

.text-\[\#012C58\]{
  --tw-text-opacity: 1;
  color: rgb(1 44 88 / var(--tw-text-opacity));
}

.text-\[\#0B1934\]{
  --tw-text-opacity: 1;
  color: rgb(11 25 52 / var(--tw-text-opacity));
}

.text-\[\#0B1A35\]{
  --tw-text-opacity: 1;
  color: rgb(11 26 53 / var(--tw-text-opacity));
}

.text-\[\#0E1E3C\]{
  --tw-text-opacity: 1;
  color: rgb(14 30 60 / var(--tw-text-opacity));
}

.text-\[\#0E1E3D\]{
  --tw-text-opacity: 1;
  color: rgb(14 30 61 / var(--tw-text-opacity));
}

.text-\[\#152F5F40\]{
  color: #152F5F40;
}

.text-\[\#152F5F\]{
  --tw-text-opacity: 1;
  color: rgb(21 47 95 / var(--tw-text-opacity));
}

.text-\[\#1B081A\]{
  --tw-text-opacity: 1;
  color: rgb(27 8 26 / var(--tw-text-opacity));
}

.text-\[\#202020\]{
  --tw-text-opacity: 1;
  color: rgb(32 32 32 / var(--tw-text-opacity));
}

.text-\[\#244177\]{
  --tw-text-opacity: 1;
  color: rgb(36 65 119 / var(--tw-text-opacity));
}

.text-\[\#262626\]{
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity));
}

.text-\[\#29232A\]{
  --tw-text-opacity: 1;
  color: rgb(41 35 42 / var(--tw-text-opacity));
}

.text-\[\#29232B\]{
  --tw-text-opacity: 1;
  color: rgb(41 35 43 / var(--tw-text-opacity));
}

.text-\[\#2F466F\]{
  --tw-text-opacity: 1;
  color: rgb(47 70 111 / var(--tw-text-opacity));
}

.text-\[\#364153\]{
  --tw-text-opacity: 1;
  color: rgb(54 65 83 / var(--tw-text-opacity));
}

.text-\[\#495479\]{
  --tw-text-opacity: 1;
  color: rgb(73 84 121 / var(--tw-text-opacity));
}

.text-\[\#4A5565\]{
  --tw-text-opacity: 1;
  color: rgb(74 85 101 / var(--tw-text-opacity));
}

.text-\[\#4B4646\]{
  --tw-text-opacity: 1;
  color: rgb(75 70 70 / var(--tw-text-opacity));
}

.text-\[\#575553\]{
  --tw-text-opacity: 1;
  color: rgb(87 85 83 / var(--tw-text-opacity));
}

.text-\[\#90A1B9\]{
  --tw-text-opacity: 1;
  color: rgb(144 161 185 / var(--tw-text-opacity));
}

.text-\[\#A3A2AA\]{
  --tw-text-opacity: 1;
  color: rgb(163 162 170 / var(--tw-text-opacity));
}

.text-\[\#F0C324\]{
  --tw-text-opacity: 1;
  color: rgb(240 195 36 / var(--tw-text-opacity));
}

.text-\[\#F8B927\]{
  --tw-text-opacity: 1;
  color: rgb(248 185 39 / var(--tw-text-opacity));
}

.text-\[\#FFFFFF80\]{
  color: #FFFFFF80;
}

.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.text-gray-800{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.text-light-blue-btn{
  --tw-text-opacity: 1;
  color: rgb(0 162 222 / var(--tw-text-opacity));
}

.text-transparent{
  color: transparent;
}

.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-white\/50{
  color: rgb(255 255 255 / 0.5);
}

.text-white\/80{
  color: rgb(255 255 255 / 0.8);
}

.text-white\/90{
  color: rgb(255 255 255 / 0.9);
}

.text-opacity-50{
  --tw-text-opacity: 0.5;
}

.text-opacity-80{
  --tw-text-opacity: 0.8;
}

.underline{
  text-decoration-line: underline;
}

.line-through{
  text-decoration-line: line-through;
}

.decoration-2{
  text-decoration-thickness: 2px;
}

.placeholder-gray-400::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity));
}

.placeholder-gray-400::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity));
}

.accent-\[\#00AEEF\]{
  accent-color: #00AEEF;
}

.opacity-0{
  opacity: 0;
}

.opacity-20{
  opacity: 0.2;
}

.opacity-30{
  opacity: 0.3;
}

.opacity-40{
  opacity: 0.4;
}

.opacity-50{
  opacity: 0.5;
}

.opacity-70{
  opacity: 0.7;
}

.opacity-90{
  opacity: 0.9;
}

.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-2xl{
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-xl{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.backdrop-blur-sm{
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-300{
  transition-duration: 300ms;
}

.duration-500{
  transition-duration: 500ms;
}

.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 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 .menu-item a{
  font-weight: 400;
  letter-spacing: -0.16px;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-text-opacity: 0.8;
}

.computer-nav .menu-item a:hover{
  text-decoration-line: underline;
}

.computer-nav .menu-item-has-children {
  position: relative;
}

.computer-nav .menu-item-has-children .sub-menu{
  position: absolute;
  top: 100%;
  left: 0px;
  z-index: 50;
  display: none;
  min-width: 180px;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(37 59 102 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --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);
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.video-modal.computer-nav .menu-item-has-children .sub-menu {
  display: none;
}

.computer-nav .menu-item-has-children .sub-menu {
  pointer-events: none;
}

.computer-nav .menu-item-has-children:hover .sub-menu,
.computer-nav .menu-item-has-children .sub-menu:hover{
  display: block;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  opacity: 1;
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  pointer-events: auto;
}

.computer-nav .sub-menu li a{
  display: block;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  opacity: 0.7;
}

.computer-nav .sub-menu li a:hover{
  opacity: 1;
}

.computer-nav .menu-item-has-children > a {
  position: relative;
  padding-right: 20px;
}

.computer-nav .menu-item-has-children > a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 15px;
  height: 8px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='9' viewBox='0 0 13 9' fill='none'%3E%3Cpath d='M12.5 0.500008L6.5 7.50001L0.5 0.500008' stroke='white' stroke-linecap='round'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}

.computer-nav .menu-item-has-children:hover > a::after {
  transform: translateY(-50%) rotate(180deg);
}

/* menus css ends here  */

/* computer-nav-2 submenu logic (same as computer-nav) */

.computer-nav-2 .bottom-menu{
  display: flex;
  width: 100%;
}

.computer-nav-2 .bottom-menu > .menu-item{
  flex: 1 1 0%;
  border-right-width: 1px;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-border-opacity: 0.1;
  padding-left: 1rem;
  padding-right: 1rem;
}

.computer-nav-2 .bottom-menu > .menu-item:last-child{
  border-right-width: 0px;
}

.computer-nav-2 .menu-item {
  --menu-icon: none;
  --menu-icon-color: currentColor;
}

.computer-nav-2 .menu-item > a{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-text-opacity: 0.8;
}

.computer-nav-2 .menu-item > a:hover{
  text-decoration-line: underline;
}

.computer-nav-2 .menu-item > a::before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: var(--menu-icon-color, currentColor);
  -webkit-mask-image: var(--menu-icon);
  mask-image: var(--menu-icon);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.computer-nav-2 .menu-item-has-children {
  position: relative;
}

.computer-nav-2 .menu-item-has-children .sub-menu{
  position: absolute;
  top: 100%;
  left: 0px;
  z-index: 50;
  display: none;
  min-width: 250px;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(37 59 102 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  --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);
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.video-modal.computer-nav-2 .menu-item-has-children .sub-menu {
  display: none;
}

.computer-nav-2 .menu-item-has-children .sub-menu {
  pointer-events: none;
  display: none;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.computer-nav-2 .menu-item-has-children:hover .sub-menu,
.computer-nav-2 .menu-item-has-children .sub-menu:hover{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  opacity: 1;
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  display: grid;
  pointer-events: auto;
}

.computer-nav-2 .sub-menu li a{
  display: block;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  opacity: 0.7;
}

.computer-nav-2 .sub-menu li a:hover{
  opacity: 1;
}

.computer-nav-2 .menu-item-has-children > a{
  display: inline-flex;
  align-items: center;
}

.computer-nav-2 .menu-item-has-children > a::after {
  content: "";
  width: 15px;
  height: 8px;
  margin-left: 6px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='9' viewBox='0 0 13 9' fill='none'%3E%3Cpath d='M12.5 0.500008L6.5 7.50001L0.5 0.500008' stroke='white' stroke-linecap='round'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease;
}

.computer-nav-2 .menu-item-has-children:hover > a::after {
  transform: rotate(180deg);
}

/* menu-2 mega dropdown V2: gold primary links, full-width list, nested 2-col grid inline (no image column) */

.computer-nav .dropdown.dropdown-v2 {
  width: max(920px, calc(100vw - 2rem));
  max-width: max(100%, 600px);
}

.computer-nav .dropdown.dropdown-v2 .dropdown-v2-content {
  max-width: 100%;
}

.computer-nav .dropdown.dropdown-v2 .subservice_list-v2 {
  -moz-column-count: 1;
       column-count: 1;
  display: flex;
  flex-direction: column;
  gap: 0;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.computer-nav .dropdown.dropdown-v2 .subservice_list-v2 > li {
  padding: 0.35rem 0;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  width: 100%;
}

.computer-nav .dropdown.dropdown-v2 .subservice-link-v2 {
  color: #f8b927;
  text-decoration: none;
  display: block;
  width: 100%;
  font-weight: 600;
  opacity: 1;
  transition:
    opacity 0.2s ease,
    -webkit-text-decoration 0.2s ease;
  transition:
    opacity 0.2s ease,
    text-decoration 0.2s ease;
  transition:
    opacity 0.2s ease,
    text-decoration 0.2s ease,
    -webkit-text-decoration 0.2s ease;
}

.computer-nav .dropdown.dropdown-v2 .subservice-link-v2:hover {
  text-decoration: underline;
  opacity: 1;
}

.computer-nav .dropdown.dropdown-v2 .subservice_list-v2 .nested-submenu,
.computer-nav .dropdown.dropdown-v2 .subservice_list-v2 .sub-menu.nested-submenu {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  row-gap: 0.2rem;
  position: static !important;
  left: auto !important;
  top: auto !important;
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  width: 100% !important;
  min-width: 0;
  max-width: none;
  padding: 0 0 0.15rem 0 !important;
  margin: 0 !important;
  list-style: none !important;
  -moz-column-count: unset !important;
       column-count: unset !important;
  box-shadow: none !important;
  border: none !important;
  background: transparent !important;
}

.computer-nav .dropdown.dropdown-v2 .subservice_list-v2 .nested-submenu li,
.computer-nav .dropdown.dropdown-v2 .subservice_list-v2 .sub-menu.nested-submenu li {
  padding: 2px 0;
}

.computer-nav .dropdown.dropdown-v2 .subservice_list-v2 .nested-submenu li a,
.computer-nav .dropdown.dropdown-v2 .subservice_list-v2 .sub-menu.nested-submenu li a {
  color: #ffffff;
  text-decoration: none;
  display: block;
  padding: 4px 0;
  border-radius: 4px;
  transition:
    background-color 0.2s,
    opacity 0.2s;
  opacity: 0.9;
  white-space: normal;
  width: 100%;
}

.computer-nav .dropdown.dropdown-v2 .subservice_list-v2 .nested-submenu li a:hover,
.computer-nav .dropdown.dropdown-v2 .subservice_list-v2 .sub-menu.nested-submenu li a:hover {
  opacity: 1;
  background-color: transparent;
  text-decoration: underline;
}

.computer-nav .dropdown.dropdown-v2 .subservice_list-v2 .has-nested-submenu > .subservice-link-v2 {
  position: relative;
  padding-right: 22px;
}

.computer-nav .dropdown.dropdown-v2 .subservice_list-v2 .has-nested-submenu > .subservice-link-v2::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2px;
  width: 14px;
  height: 14px;
  background-image: none;
}

.computer-nav .dropdown.dropdown-v2 .subservice_list-v2 .has-nested-submenu:hover > .subservice-link-v2::after,
.computer-nav
  .dropdown.dropdown-v2
  .subservice_list-v2
  .has-nested-submenu:has(.nested-submenu:hover)
  > .subservice-link-v2::after {
  background-image: none;
}

.computer-nav .dropdown.dropdown-v2 .subservice_list-v2 .has-nested-submenu:hover > .subservice-link-v2,
.computer-nav
  .dropdown.dropdown-v2
  .subservice_list-v2
  .has-nested-submenu:has(.nested-submenu:hover)
  > .subservice-link-v2 {
  background-color: transparent;
  padding-left: 0;
  padding-right: 22px;
  text-decoration: underline;
}

@media (max-width: 640px) {
  .computer-nav .dropdown.dropdown-v2 .subservice_list-v2 .nested-submenu,
  .computer-nav .dropdown.dropdown-v2 .subservice_list-v2 .sub-menu.nested-submenu {
    grid-template-columns: 1fr;
  }
}

.computer-nav-2 .dropdown.dropdown-v2 {
  width: max(920px, calc(100vw - 2rem));
  max-width: max(100%, 600px);
}

.computer-nav-2 .dropdown.dropdown-v2 .dropdown-v2-content {
  max-width: 100%;
}

.computer-nav-2 .dropdown.dropdown-v2 .subservice_list-v2 {
  -moz-column-count: 1;
       column-count: 1;
  display: flex;
  flex-direction: column;
  gap: 0;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.computer-nav-2 .dropdown.dropdown-v2 .subservice_list-v2 > li {
  padding: 0.35rem 0;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  width: 100%;
}

.computer-nav-2 .dropdown.dropdown-v2 .subservice-link-v2 {
  color: #f8b927;
  text-decoration: none;
  display: block;
  width: 100%;
  font-weight: 600;
  opacity: 1;
  transition: opacity 0.2s ease, -webkit-text-decoration 0.2s ease;
  transition: opacity 0.2s ease, text-decoration 0.2s ease;
  transition: opacity 0.2s ease, text-decoration 0.2s ease, -webkit-text-decoration 0.2s ease;
}

.computer-nav-2 .dropdown.dropdown-v2 .subservice-link-v2:hover {
  text-decoration: underline;
  opacity: 1;
}

/* Nested: visible inside panel; same white link styling as default mega menu */

.computer-nav-2 .dropdown.dropdown-v2 .subservice_list-v2 .nested-submenu,
.computer-nav-2 .dropdown.dropdown-v2 .subservice_list-v2 .sub-menu.nested-submenu {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  row-gap: 0.2rem;
  position: static !important;
  left: auto !important;
  top: auto !important;
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  width: 100% !important;
  min-width: 0;
  max-width: none;
  padding: 0 0 0.15rem 0 !important;
  margin: 0 !important;
  list-style: none !important;
  -moz-column-count: unset !important;
       column-count: unset !important;
  box-shadow: none !important;
  border: none !important;
  background: transparent !important;
}

.computer-nav-2 .dropdown.dropdown-v2 .subservice_list-v2 .nested-submenu li,
.computer-nav-2 .dropdown.dropdown-v2 .subservice_list-v2 .sub-menu.nested-submenu li {
  padding: 2px 0;
}

.computer-nav-2 .dropdown.dropdown-v2 .subservice_list-v2 .nested-submenu li a,
.computer-nav-2 .dropdown.dropdown-v2 .subservice_list-v2 .sub-menu.nested-submenu li a {
  color: #ffffff;
  text-decoration: none;
  display: block;
  padding: 4px 0;
  border-radius: 4px;
  transition: background-color 0.2s, opacity 0.2s;
  opacity: 0.9;
  white-space: normal;
  width: 100%;
}

.computer-nav-2 .dropdown.dropdown-v2 .subservice_list-v2 .nested-submenu li a:hover,
.computer-nav-2 .dropdown.dropdown-v2 .subservice_list-v2 .sub-menu.nested-submenu li a:hover {
  opacity: 1;
  background-color: transparent;
  text-decoration: underline;
}

/* Gold “expand” icon on items that have nested children */

.computer-nav-2 .dropdown.dropdown-v2 .subservice_list-v2 .has-nested-submenu > .subservice-link-v2 {
  position: relative;
  padding-right: 22px;
}

.computer-nav-2 .dropdown.dropdown-v2 .subservice_list-v2 .has-nested-submenu > .subservice-link-v2::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2px;
  width: 14px;
  height: 14px;
  background-image: none;
}

.computer-nav-2 .dropdown.dropdown-v2 .subservice_list-v2 .has-nested-submenu:hover > .subservice-link-v2::after,
.computer-nav-2
	.dropdown.dropdown-v2
	.subservice_list-v2
	.has-nested-submenu:has(.nested-submenu:hover)
	> .subservice-link-v2::after {
  background-image: none;
}

/* Don’t apply the white-mega-menu hover tile to V2 gold parents */

.computer-nav-2 .dropdown.dropdown-v2 .subservice_list-v2 .has-nested-submenu:hover > .subservice-link-v2,
.computer-nav-2
	.dropdown.dropdown-v2
	.subservice_list-v2
	.has-nested-submenu:has(.nested-submenu:hover)
	> .subservice-link-v2 {
  background-color: transparent;
  padding-left: 0;
  padding-right: 22px;
  text-decoration: underline;
}

@media (max-width: 640px) {
  .computer-nav-2 .dropdown.dropdown-v2 .subservice_list-v2 .nested-submenu,
	.computer-nav-2 .dropdown.dropdown-v2 .subservice_list-v2 .sub-menu.nested-submenu {
    grid-template-columns: 1fr;
  }
}

/* computer-nav-2 menu icons */

.computer-nav-2 .menu-icon-about {
  --menu-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='28' viewBox='0 0 20 28' fill='none'%3E%3Cpath d='M10.2876 0.143823C10.2128 0.0570204 10.105 0.00314307 9.99126 0.000149882C9.87752 -0.00284331 9.76677 0.0390613 9.68296 0.119877C9.58718 0.218653 0 11.3892 0 17.7019C0 23.0896 4.28924 27.1514 9.97629 27.1514C15.6634 27.1514 19.9526 23.0896 19.9526 17.7019C19.9526 11.494 10.6827 0.607767 10.2876 0.143823ZM15.1395 13.7149C14.8761 13.7149 14.6247 13.5713 14.496 13.3198C13.7657 11.8771 12.7899 10.2518 11.5986 8.49182C11.3741 8.16257 11.4609 7.71659 11.7902 7.4921C12.1194 7.2706 12.5654 7.35441 12.7899 7.68366C14.0171 9.49454 15.0228 11.1707 15.7801 12.6673C15.9597 13.0235 15.816 13.4545 15.4628 13.6341C15.358 13.688 15.2473 13.7119 15.1395 13.7119V13.7149ZM16.6631 18.4202C16.265 18.4202 15.9447 18.097 15.9417 17.7019C15.9417 17.2349 15.831 16.6512 15.6185 15.9688C15.4987 15.5887 15.7082 15.1846 16.0884 15.0649C16.4685 14.9451 16.8726 15.1547 16.9923 15.5348C17.2527 16.3579 17.3844 17.0853 17.3844 17.7019C17.3844 18.1 17.0612 18.4232 16.6661 18.4232L16.6631 18.4202Z' fill='white'/%3E%3C/svg%3E");
}

.computer-nav-2 .menu-icon-residential {
  --menu-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='29' viewBox='0 0 30 29' fill='none'%3E%3Cpath d='M29.13 13.6078L15.0809 0.169505C14.8427 -0.0565017 14.4701 -0.0565017 14.238 0.169505L0.188877 13.6078C0.0117367 13.7788 -0.0493463 14.0476 0.0422782 14.2797C0.133903 14.5118 0.35991 14.6645 0.61035 14.6645H3.6645V27.4919C3.6645 27.8279 3.93937 28.1027 4.27533 28.1027H11.6053C11.9412 28.1027 12.2161 27.8279 12.2161 27.4919V20.7728H17.1027V27.4919C17.1027 27.8279 17.3776 28.1027 17.7136 28.1027H25.0435C25.3795 28.1027 25.6544 27.8279 25.6544 27.4919V14.6645H28.7085C28.959 14.6645 29.185 14.5118 29.2766 14.2797C29.3682 14.0476 29.3132 13.7849 29.13 13.6078Z' fill='white'/%3E%3C/svg%3E");
}

.computer-nav-2 .menu-icon-commercial {
  --menu-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='29' viewBox='0 0 25 29' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.491658 0C0.220123 0 0 0.220123 0 0.491658V27.6559C0 27.9275 0.220123 28.1476 0.491658 28.1476H9.8274V22.9437C9.8274 22.6722 10.0475 22.452 10.3191 22.452H14.1198C14.3914 22.452 14.6115 22.6722 14.6115 22.9437V28.1476H23.9472C24.2187 28.1476 24.4389 27.9275 24.4389 27.6559V0.491658C24.4389 0.220123 24.2187 0 23.9472 0H0.491658ZM3.64854 2.50833C3.37701 2.50833 3.15689 2.72845 3.15689 2.99999V6.80075C3.15689 7.07228 3.37701 7.2924 3.64854 7.2924H7.4493C7.72084 7.2924 7.94096 7.07228 7.94096 6.80075V2.99999C7.94096 2.72845 7.72084 2.50833 7.4493 2.50833H3.64854ZM16.9896 2.50833C16.718 2.50833 16.4979 2.72845 16.4979 2.99999V6.80075C16.4979 7.07228 16.718 7.2924 16.9896 7.2924H20.7903C21.0619 7.2924 21.282 7.07228 21.282 6.80075V2.99999C21.282 2.72845 21.0619 2.50833 20.7903 2.50833H16.9896ZM9.8274 2.99999C9.8274 2.72845 10.0475 2.50833 10.3191 2.50833H14.1198C14.3914 2.50833 14.6115 2.72845 14.6115 2.99999V6.80075C14.6115 7.07228 14.3914 7.2924 14.1198 7.2924H10.3191C10.0475 7.2924 9.8274 7.07228 9.8274 6.80075V2.99999ZM3.64854 9.15615C3.37701 9.15615 3.15689 9.37628 3.15689 9.64781V13.4486C3.15689 13.7201 3.37701 13.9402 3.64854 13.9402H7.4493C7.72084 13.9402 7.94096 13.7201 7.94096 13.4486V9.64781C7.94096 9.37628 7.72084 9.15615 7.4493 9.15615H3.64854ZM3.15689 16.2958C3.15689 16.0242 3.37701 15.8041 3.64854 15.8041H7.4493C7.72084 15.8041 7.94096 16.0242 7.94096 16.2958V20.0965C7.94096 20.368 7.72084 20.5882 7.4493 20.5882H3.64854C3.37701 20.5882 3.15689 20.368 3.15689 20.0965V16.2958ZM16.9896 15.8041C16.718 15.8041 16.4979 16.0242 16.4979 16.2958V20.0965C16.4979 20.368 16.718 20.5882 16.9896 20.5882H20.7903C21.0619 20.5882 21.282 20.368 21.282 20.0965V16.2958C21.282 16.0242 21.0619 15.8041 20.7903 15.8041H16.9896ZM16.4979 9.64781C16.4979 9.37628 16.718 9.15615 16.9896 9.15615H20.7903C21.0619 9.15615 21.282 9.37628 21.282 9.64781V13.4486C21.282 13.7201 21.0619 13.9402 20.7903 13.9402H16.9896C16.718 13.9402 16.4979 13.7201 16.4979 13.4486V9.64781ZM10.3191 15.8041C10.0475 15.8041 9.8274 16.0242 9.8274 16.2958V20.0965C9.8274 20.368 10.0475 20.5882 10.3191 20.5882H14.1198C14.3914 20.5882 14.6115 20.368 14.6115 20.0965V16.2958C14.6115 16.0242 14.3914 15.8041 14.1198 15.8041H10.3191ZM9.8274 9.64781C9.8274 9.37628 10.0475 9.15615 10.3191 9.15615H14.1198C14.3914 9.15615 14.6115 9.37628 14.6115 9.64781V13.4486C14.6115 13.7201 14.3914 13.9402 14.1198 13.9402H10.3191C10.0475 13.9402 9.8274 13.7201 9.8274 13.4486V9.64781Z' fill='white'/%3E%3C/svg%3E");
}

.computer-nav-2 .menu-icon-emergency {
  --menu-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.82946 0.0759478C6.40599 0.369004 6.24726 0.635544 6.24726 1.05356C6.24726 1.27215 6.33221 1.47698 6.85375 2.51583C7.1873 3.18022 7.49099 3.76045 7.52857 3.80518C7.73017 4.0451 7.96453 4.14698 8.31528 4.14714C8.738 4.1473 8.99316 4.02673 9.1991 3.72949C9.31633 3.56039 9.34486 3.45496 9.35682 3.14708L9.37143 2.77114L8.7488 1.55679C8.00459 0.105216 7.94775 0.0423921 7.34724 0.00703695C7.04164 -0.0109582 6.93436 0.00333207 6.82946 0.0759478ZM19.4455 0.0290016C19.3834 0.0411748 19.2404 0.130357 19.1279 0.22716C18.9659 0.366517 18.7965 0.659308 18.3146 1.63316C17.742 2.7902 17.7067 2.88012 17.7186 3.14947C17.7334 3.48407 17.8153 3.66185 18.0587 3.88748C18.3112 4.12157 18.5296 4.19366 18.878 4.15767C19.4279 4.10093 19.5058 4.00926 20.2236 2.57431C20.7785 1.46501 20.8551 1.27972 20.8551 1.04652C20.8551 0.629034 20.5937 0.221867 20.2267 0.0675324C20.0589 -0.00301916 19.6994 -0.0207497 19.4455 0.0290016ZM0.671677 5.25368C0.416729 5.34816 0.233707 5.51694 0.0969972 5.78364C-0.059984 6.08977 -0.0203947 6.57357 0.186073 6.87139C0.323101 7.06918 0.469444 7.15757 1.56 7.70139C2.27864 8.05976 2.87063 8.32185 2.99967 8.33869C3.28219 8.37558 3.69931 8.23855 3.88064 8.04918C4.30432 7.60686 4.26965 6.8688 3.80691 6.47931C3.7082 6.39621 3.12415 6.07839 2.50914 5.77305C1.30183 5.17376 1.06672 5.10729 0.671677 5.25368ZM10.0051 5.21346C8.25224 5.50641 6.9296 6.70912 6.53931 8.36494C6.49602 8.54865 6.09049 11.8428 5.63813 15.6853C5.18581 19.5278 4.80395 22.7252 4.7895 22.7907C4.76494 22.9024 4.73593 22.9099 4.32766 22.911C3.70487 22.9126 3.33353 23.1062 3.18105 23.5087C3.1052 23.7088 3.10504 26.2915 3.18089 26.4922C3.25747 26.695 3.48585 26.9301 3.69185 27.0182C3.94616 27.127 23.1562 27.127 23.4105 27.0182C23.6165 26.9301 23.8449 26.695 23.9215 26.4922C23.9973 26.2915 23.9971 23.7088 23.9213 23.5087C23.7688 23.1062 23.3975 22.9126 22.7747 22.911C22.3664 22.9099 22.3374 22.9024 22.3129 22.7907C22.2984 22.7252 21.9164 19.5237 21.4639 15.6763C21.008 11.7998 20.5969 8.50795 20.5418 8.29301C20.3682 7.61523 20.1161 7.13756 19.6146 6.53557C19.1985 6.03626 18.5013 5.59723 17.7059 5.33371L17.3354 5.21097L13.7364 5.20118C11.757 5.19578 10.0778 5.20128 10.0051 5.21346ZM25.6714 5.25532C25.293 5.39531 23.4608 6.34022 23.2914 6.4827C22.8032 6.89352 22.8062 7.73955 23.2972 8.1012C23.8218 8.48762 24.0244 8.4556 25.422 7.76501C26.032 7.46359 26.6056 7.16254 26.6967 7.09591C27.1971 6.73002 27.2374 5.88674 26.7748 5.46227C26.4903 5.20118 26.044 5.11745 25.6714 5.25532ZM16.9808 7.37658C17.1642 7.41982 17.3801 7.48921 17.4605 7.53081C17.6717 7.64005 18.1135 8.05161 18.2245 8.24252L18.3196 8.40622L18.1451 8.36732C18.0491 8.34599 16.6363 8.32847 15.0055 8.32847H12.0404L11.6888 8.50159C11.2896 8.69816 11.0512 8.94173 10.8694 9.33884C10.7576 9.58284 10.6593 10.339 9.97766 16.1953C9.55625 19.8155 9.21138 22.8073 9.21133 22.8437C9.21122 22.8945 8.94728 22.9098 8.06858 22.9098H6.926L6.95701 22.7114C6.97411 22.6022 7.34698 19.465 7.78569 15.7398C8.33586 11.0677 8.61331 8.88145 8.67999 8.69165C8.92547 7.99318 9.44855 7.5352 10.1834 7.37542C10.6844 7.26644 16.5179 7.26744 16.9808 7.37658ZM1.65977 13.0854C0.995378 13.4166 0.385078 13.75 0.303518 13.8264C-0.133976 14.2359 -0.0916343 15.0502 0.386084 15.4145C0.61187 15.5868 0.984846 15.6848 1.23535 15.6378C1.58398 15.5724 3.6259 14.5224 3.86031 14.288C4.54238 13.6059 4.07175 12.4832 3.10372 12.4832C2.90906 12.4832 2.6566 12.5885 1.65977 13.0854ZM23.5279 12.5677C22.9749 12.8713 22.769 13.4627 23.0292 14.0002C23.1895 14.3313 23.3577 14.4485 24.4761 15.0083C25.6135 15.5776 25.8988 15.6805 26.1882 15.6264C26.6206 15.5454 26.8381 15.3892 27.0205 15.0287C27.1613 14.7504 27.1128 14.2504 26.9178 13.9688C26.783 13.7743 26.6278 13.6802 25.5455 13.1358C24.4672 12.5935 24.288 12.5197 24.0059 12.5013C23.7773 12.4865 23.6416 12.5053 23.5279 12.5677Z' fill='white'/%3E%3C/svg%3E");
}

.computer-nav-2 .menu-icon-service {
  --menu-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='43' height='26' viewBox='0 0 43 26' fill='none'%3E%3Cpath d='M35.4667 18.6843C33.571 18.6843 32.0342 20.2211 32.0342 22.1168C32.0342 24.0126 33.571 25.5494 35.4667 25.5494C37.3624 25.5494 38.8992 24.0126 38.8992 22.1168C38.8992 20.2211 37.3624 18.6843 35.4667 18.6843ZM35.4667 23.8779C34.4957 23.8779 33.7056 23.0878 33.7056 22.1168C33.7056 21.1459 34.4957 20.3558 35.4667 20.3558C36.4377 20.3558 37.2278 21.1456 37.2278 22.1168C37.2278 23.0881 36.438 23.8779 35.4667 23.8779Z' fill='%23FDFEFF'/%3E%3Cpath d='M41.6978 20.5523H41.6902V12.0735C41.6902 11.8702 41.6391 11.6703 41.5419 11.4919L37.2445 3.60909C37.0314 3.21827 36.6221 2.97516 36.1772 2.97516H30.4612C29.7899 2.97516 29.2456 3.51944 29.2456 4.19075V20.5523H28.1637V1.21559C28.1637 0.543976 27.6194 0 26.9481 0H2.00542C1.33411 0 0.789829 0.543976 0.789829 1.21559V20.5523H0.782232C0.566161 20.5523 0.370451 20.6398 0.229139 20.7814C0.0875225 20.9227 0 21.1184 0 21.3345C0 21.7667 0.35009 22.1167 0.782232 22.1167H3.68992C3.68992 21.567 3.78899 21.0397 3.97072 20.5523C4.60739 18.8419 6.25664 17.6206 8.18609 17.6206C10.1155 17.6206 11.7648 18.8419 12.4014 20.5523C12.5832 21.0397 12.6822 21.567 12.6822 22.1167H30.9717C30.9717 21.567 31.0708 21.0397 31.2525 20.5523C31.8892 18.8419 33.5384 17.6206 35.4679 17.6206C37.3973 17.6206 39.0466 18.8419 39.6832 20.5523C39.865 21.0397 39.964 21.567 39.964 22.1167H41.6978C42.1299 22.1167 42.48 21.7667 42.48 21.3345C42.48 20.9024 42.1299 20.5523 41.6978 20.5523ZM38.5898 11.7639H31.6768C31.3409 11.7639 31.069 11.4919 31.069 11.1561V5.40634C31.069 5.07053 31.3409 4.79854 31.6768 4.79854H35.4551C35.6776 4.79854 35.8824 4.9201 35.9888 5.11551L39.1235 10.8652C39.3441 11.27 39.0511 11.7639 38.5898 11.7639Z' fill='%23FDFEFF'/%3E%3Cpath d='M8.18545 18.6843C6.28974 18.6843 4.75293 20.2211 4.75293 22.1168C4.75293 24.0126 6.28974 25.5494 8.18545 25.5494C10.0812 25.5494 11.618 24.0126 11.618 22.1168C11.618 20.2211 10.0812 18.6843 8.18545 18.6843ZM8.18545 23.8779C7.2145 23.8779 6.42437 23.0878 6.42437 22.1168C6.42437 21.1459 7.2145 20.3558 8.18545 20.3558C9.1564 20.3558 9.94654 21.1456 9.94654 22.1168C9.94654 23.0881 9.15671 23.8779 8.18545 23.8779Z' fill='%23FDFEFF'/%3E%3C/svg%3E");
}

.computer-nav-2 .menu-icon-book {
  --menu-icon: url("/wp-content/themes/aiims-tailwind/theme/images/book-icon.svg");
  --menu-icon-color: #f8b927;
}

/* Phone Icon Animation */

.phone-icon-svg {
  transform-origin: center;
}

.phone-icon-main {
  transform-origin: center;
  transform-box: fill-box;
  animation: phoneTilt 2s infinite;
}

.phone-icon-wave-1 {
  transform-origin: 21px 21px;
  transform-box: fill-box;
  animation: phoneWave 2s infinite;
}

.phone-icon-wave-2 {
  transform-origin: 21px 21px;
  transform-box: fill-box;
  animation: phoneWave2 2s infinite;
}

.small-phone-icon-wave-1 {
  transform-origin: 21px 12px;
  transform-box: fill-box;
  animation: phoneWave 2s infinite;
}

.small-phone-icon-wave-2 {
  transform-origin: 21px 12px;
  transform-box: fill-box;
  animation: phoneWave2 2s infinite;
}

@keyframes phoneTilt {
  0% {
    transform: scale(1) rotate(0deg);
  }

  5% {
    transform: scale(1.1) rotate(-4deg);
  }

  10% {
    transform: scale(1.1) rotate(4deg);
  }

  15% {
    transform: scale(1.1) rotate(-3.5deg);
  }

  20% {
    transform: scale(1.1) rotate(3.5deg);
  }

  25% {
    transform: scale(1.1) rotate(-3deg);
  }

  30% {
    transform: scale(1.1) rotate(3deg);
  }

  35% {
    transform: scale(1.1) rotate(-2deg);
  }

  40% {
    transform: scale(1.1) rotate(0deg);
  }

  50% {
    transform: scale(1) rotate(0deg);
  }

  100% {
    transform: scale(1) rotate(0deg);
  }
}

@keyframes phoneWave {
  0% {
    transform: translate(-15px, -1px) scale(0.3);
    opacity: 0;
  }

  25% {
    opacity: 1;
  }

  50% {
    transform: translate(0, 0) scale(1);
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes phoneWave2 {
  0% {
    transform: translate(-15px, -1px) scale(0.3);
    opacity: 0;
  }

  35% {
    opacity: 1;
  }

  60% {
    transform: translate(0, 0) scale(1);
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

.phone-icon-wave-1 {
  animation-delay: 0s;
}

.phone-icon-wave-2 {
  animation-delay: .25s;
}

.small-phone-icon-wave-1 {
  animation-delay: 0s;
}

.small-phone-icon-wave-2 {
  animation-delay: .25s;
}

.custom-ol {
  counter-reset: item;
  list-style: none;
  padding-left: 0;
}

.custom-ol li {
  counter-increment: item;
  position: relative;
  padding-left: 0.75rem;
}

@media (min-width: 640px){
  .custom-ol li {
    padding-left: 1rem;
  }
}

/* DEFAULT: number on li */

.custom-ol > li::before {
  content: counters(item, ".") ". ";
  position: absolute;
  left: -1.25rem;
  font-size: inherit;
  color: inherit;
}

/* IF has h2 → remove number from li */

.custom-ol li.has-title::before {
  content: none;
}

/* THEN move number to h2 */

.custom-ol li.has-title > h2 {
  position: relative;
  padding-left: 2rem;
}

@media (min-width: 768px){
  .custom-ol li.has-title > h2 {
    padding-left: 3rem;
  }
}

@media (min-width: 1280px){
  .custom-ol li.has-title > h2 {
    padding-left: 4rem;
  }
}

.custom-ol li.has-title > h2::before {
  content: counters(item, ".") ". ";
  position: absolute;
  left: -1.5rem;
  font-size: inherit;
  color: inherit;
}

.custom-ol ul {
  list-style: disc !important;
  padding-left: 1.5rem;
  counter-reset: none;
}

.custom-ol ul li {
  counter-increment: none;
  position: static !important;
  padding-left: 0 !important;
}

.custom-ol ul li::before {
  content: none !important;
}

/* mobile menu */

.mobile-menu-list{
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  font-size: 14px;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-text-opacity: 0.9;
}

@media (min-width: 400px){
  .mobile-menu-list{
    gap: 1.25rem;
    font-size: 15.5px;
  }
}

.mobile-menu-list .menu-item > a{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.mobile-menu-list .menu-item-has-children > a::after {
  content: "";
  width: 14px;
  height: 8px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='13' viewBox='0 0 9 13' fill='none'%3E%3Cpath d='M0.5 0.5L7.5 6.5L0.5 12.5' stroke='white' stroke-linecap='round'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease;
}

.mobile-menu-list .menu-item-has-children.is-open > a::after {
  transform: rotate(90deg);
}

.mobile-menu-list .sub-menu{
  display: none;
  padding-left: 1rem;
  padding-bottom: 0.5rem;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-text-opacity: 0.8;
}

.video-modal.mobile-menu-list .sub-menu {
  display: none;
}

.mobile-menu-list .menu-item-has-children.is-open > .sub-menu{
  display: block;
}

.mobile-submenu-back{
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-text-opacity: 0.9;
}

.mobile-panels {
  position: relative;
  overflow: hidden;
}

.mobile-panel-main,
.mobile-panel-sub {
  transition:
		transform 0.25s ease,
		opacity 0.25s ease;
}

.mobile-panel-main {
  transform: translateX(0);
  opacity: 1;
}

.mobile-panel-sub {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transform: translateX(20px);
  opacity: 0;
  pointer-events: none;
}

#mobile-menu-panel.is-submenu .mobile-panel-main {
  transform: translateX(-20px);
  opacity: 0;
  pointer-events: none;
}

#mobile-menu-panel.is-submenu .mobile-panel-sub {
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
}

.mobile-submenu-list .sub-menu{
  display: block;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-text-opacity: 0.9;
}

.mobile-submenu-list .sub-menu .menu-item > a{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.mobile-bottom-menu{
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-text-opacity: 0.9;
}

.mobile-bottom-menu > .menu-item{
  flex: none;
  border-style: none;
  padding-left: 0px;
  padding-right: 0px;
}

.mobile-bottom-menu > .menu-item > a{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.mobile-bottom-menu > .menu-item > a::before {
  content: none;
  display: none;
}

/* mobile hamburger toggle */

#mobile-menu-toggle.is-open .icon-hamburger{
  display: none;
}

.video-modal#mobile-menu-toggle.is-open .icon-hamburger {
  display: none;
}

#mobile-menu-toggle.is-open .icon-close{
  display: block;
}

/* mobile call CTA */

.mobile-cta{
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 50;
  --tw-bg-opacity: 1;
  background-color: rgb(0 162 222 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.mobile-cta a{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-size: 18px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.footer-cta-content h2{
  padding-bottom: 0.5rem;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.2px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .footer-cta-content h2{
    font-size: 18px;
  }
}

@media (min-width: 1280px){
  .footer-cta-content h2{
    font-size: 20px;
  }
}

.footer-cta-content p{
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: -0.14px;
  --tw-text-opacity: 1;
  color: rgb(137 139 154 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .footer-cta-content p{
    font-size: 16px;
  }
}

@media (min-width: 1280px){
  .footer-cta-content p{
    font-size: 18px;
  }
}

.footer-cta-content p {
  padding-right: 4px;
}

.footer-cta-panel {
  opacity: 0;
  pointer-events: none;
  padding-top: 2rem;
  max-height: 95%;
  overflow: hidden;
}

.footer-cta-card {
  --cta-panel-height: 0px;
}

.footer-cta-card.is-open .footer-cta-panel {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.3s ease;
}

.footer-cta-card:not(.is-open) .footer-cta-panel {
  transition: opacity 0.3s ease;
}

.footer-cta-card.is-open .footer-cta-toggle {
  bottom: var(--cta-panel-height);
}

.footer-cta-card.is-open .footer-cta-toggle svg {
  transform: rotate(180deg);
}

/* footer accordion (mobile) */

.footer-accordion{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.footer-accordion-toggle{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  border-bottom-width: 1px;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-border-opacity: 0.2;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.16px;
}

.footer-accordion-icon {
  transition: transform 0.2s ease;
}

.footer-accordion-panel{
  display: none;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.video-modal.footer-accordion-panel {
  display: none;
}

.footer-accordion-list{
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.footer-accordion-item.is-open .footer-accordion-panel{
  display: block;
}

.footer-accordion-item.is-open .footer-accordion-icon {
  transform: rotate(180deg);
}

/* ================================
   Layout Grid System
================================ */

.cf7-booking {
  width: 100%;
}

.cf7-grid {
  display: grid;
  grid-template-columns: 1fr;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  /* gap-x-12 */
  row-gap: 1.2rem;
}

/* >= md breakpoint (Tailwind md = 768px) */

@media (min-width: 768px) {
  .cf7-grid {
    grid-template-columns: 1fr 1fr;
  }
}

/* full width row */

.cf7-full {
  grid-column: 1 / -1;
}

/* Make submit button full width */

.cf7-submit-full {
  width: 100%;
}

.cf7-submit-full .cf7-btn,
.cf7-submit-full input[type="submit"] {
  width: 100%;
  display: block;
}

.cf7-submit-full p {
  margin-top: 12px;
  width: 100%;
  display: block;
}

/* ================================
	 Field Styling
  ================================ */

.cf7-field {
  width: 100%;
}

.cf7-field br {
  display: none;
}

.cf7-label {
  display: block;
  font-weight: 700;
  color: #0b3a8a;
  margin-bottom: 12px;
  font-size: 12px;
}

@media (min-width: 768px){
  .cf7-label{
    font-size: 14px;
  }
}

/* input underline style */

.cf7-input {
  width: 100%;
  background: transparent;
  border: 0;
  border-bottom: 2px solid rgba(15, 23, 42, 0.15);
  outline: none;
  padding-bottom: 6px;
  line-height: 1.3;
  color: #0f172a;
  font-size: 24px;
}

@media (min-width: 768px){
  .cf7-input{
    font-size: 32px;
  }
}

/* placeholder */

.cf7-input::-moz-placeholder {
  color: rgba(15, 23, 42, 0.25);
  font-weight: 500;
}

.cf7-input::placeholder {
  color: rgba(15, 23, 42, 0.25);
  font-weight: 500;
}

/* focus */

.cf7-input:focus {
  border-bottom-color: rgba(11, 58, 138, 0.55);
}

.cf7-required {
  color: #da0000;
}

.secure-info p {
  position: relative;
  padding-left: 24px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
}

@media (min-width: 768px){
  .secure-info p{
    font-size: 16px;
  }
}

.secure-info p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background-image: url("./images/green-tick-circle.png");
  background-repeat: no-repeat;
  background-size: contain;
}

/* ================================
	 Select Arrow Style
  ================================ */

.cf7-input select,
select.cf7-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 42px;
  background-image: linear-gradient(
			45deg,
			transparent 50%,
			rgba(15, 23, 42, 0.55) 50%
		),
		linear-gradient(135deg, rgba(15, 23, 42, 0.55) 50%, transparent 50%);
  background-position:
		calc(100% - 18px) calc(50% + 4px),
		calc(100% - 10px) calc(50% + 4px);
  background-size:
		8px 8px,
		8px 8px;
  background-repeat: no-repeat;
}

/* ================================
	 Actions Area
  ================================ */

.cf7-actions {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .cf7-actions {
    grid-template-columns: 1fr 1fr;
  }
}

.cf7-submit-wrap {
  display: flex;
  justify-content: center;
}

.cf7-recaptcha-wrap {
  display: flex;
  justify-content: flex-start;
}

@media (min-width: 768px) {
  .cf7-recaptcha-wrap {
    justify-content: flex-end;
  }
}

/* ================================
	 Button Style
  ================================ */

.cf7-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 18px 34px;
  border-radius: 9999px;
  background: #0b1f3a;
  color: #fff;
  font-weight: 700;
  border: 0;
  cursor: pointer;
  box-shadow: 0 18px 40px rgba(2, 6, 23, 0.25);
  width: 100%;
  font-size: 16px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@media (min-width: 768px){
  .cf7-btn{
    width: -moz-fit-content;
    width: fit-content;
    font-size: 18px;
  }
}

.cf7-submit-wrap {
  width: 100%;
}

.cf7-btn:hover {
  box-shadow: 0 22px 52px rgba(2, 6, 23, 0.28);
  background: #00aeef;
  color: #fff;
}

/* ================================
	 CF7 Messages
  ================================ */

.cf7-booking .wpcf7-not-valid-tip {
  margin-top: 8px;
  font-size: 13px;
  color: #b91c1c;
}

.cf7-booking .wpcf7-response-output {
  margin-top: 18px;
  border-radius: 12px;
}

.video-title span{
  --tw-text-opacity: 1;
  color: rgb(0 174 239 / var(--tw-text-opacity));
}

/* video modal */

.video-modal{
  position: fixed;
  inset: 0px;
  z-index: 100;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  display: flex;
}

.video-modal.hidden {
  display: none;
}

.video-modal-overlay{
  position: absolute;
  inset: 0px;
  background-color: rgb(0 0 0 / 0.8);
}

.video-modal-content{
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 48rem;
}

@media (min-width: 1500px){
  .video-modal-content{
    max-width: 64rem;
  }
}

.video-modal-close{
  position: absolute;
  top: -3rem;
  right: 0px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.video-modal-close:hover{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.video-modal-wrapper{
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  /* 16:9 aspect ratio */
}

.video-modal-wrapper iframe{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  border-radius: 0.5rem;
}

/* ================================
   CF7 Booking V2 - Layout
================================ */

.cf7-booking-v2 {
  width: 100%;
}

.cf7-grid-v2 {
  display: grid;
  grid-template-columns: 1fr;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  row-gap: 2rem;
}

/* Tablet: 2 cols */

@media (min-width: 768px) {
  .cf7-grid-v2 {
    grid-template-columns: 1fr 1fr;
  }
}

/* Large screens: 3 cols (matches screenshot) */

@media (min-width: 1280px) {
  .cf7-grid-v2 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* Full width item */

.cf7-span-all {
  grid-column: 1 / -1;
}

/* ================================
	 Field styling
  ================================ */

.cf7-field {
  width: 100%;
}

.cf7-field br {
  display: none;
}

.cf7-label {
  display: block;
  font-weight: 700;
  color: #0b3a8a;
  margin-bottom: 12px;
  font-size: 14px;
}

@media (max-width: 767px) {
  .cf7-label {
    font-size: 12px;
  }
}

/* underline input style */

.cf7-input {
  width: 100%;
  background: transparent;
  border: 0;
  border-bottom: 2px solid rgba(15, 23, 42, 0.15);
  outline: none;
  padding-bottom: 6px;
  line-height: 1.2;
  color: #0f172a;
}

.cf7-input::-moz-placeholder {
  color: rgba(15, 23, 42, 0.25);
  font-weight: 500;
}

.cf7-input::placeholder {
  color: rgba(15, 23, 42, 0.25);
  font-weight: 500;
}

.cf7-input:focus {
  border-bottom-color: rgba(11, 58, 138, 0.55);
}

/* Select arrow */

select.cf7-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 42px;
  background-image: linear-gradient(
			45deg,
			transparent 50%,
			rgba(15, 23, 42, 0.55) 50%
		),
		linear-gradient(135deg, rgba(15, 23, 42, 0.55) 50%, transparent 50%);
  background-position:
		calc(100% - 18px) calc(50% + 4px),
		calc(100% - 10px) calc(50% + 4px);
  background-size:
		8px 8px,
		8px 8px;
  background-repeat: no-repeat;
}

/* ================================
	 Bottom row (4 columns on xl)
  ================================ */

.cf7-bottom {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  align-items: center;
  margin-top: 0.5rem;
}

/* Tablet: 2 cols */

@media (min-width: 768px) {
  .cf7-bottom {
    grid-template-columns: 1fr 1fr;
  }
}

/* XL: 4 cols -> Button | Captcha | Copy | Emergency */

@media (min-width: 1280px) {
  .cf7-bottom {
    grid-template-columns: auto auto 1fr auto;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}

/* Button */

.cf7-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 18px 34px;
  border-radius: 9999px;
  background: #0b1f3a;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  border: 0;
  cursor: pointer;
  box-shadow: 0 18px 40px rgba(2, 6, 23, 0.25);
  transition:
		transform 0.15s ease,
		box-shadow 0.15s ease,
		opacity 0.15s ease;
  width: 100%;
}

@media (min-width: 768px) {
  .cf7-btn {
    width: auto;
  }
}

.cf7-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 22px 52px rgba(2, 6, 23, 0.28);
}

.cf7-btn:active {
  transform: translateY(0);
  opacity: 0.92;
}

/* Bottom copy */

.cf7-bottom__copy {
  font-size: 16px;
  line-height: 1.4;
  color: #0f172a;
  max-width: 560px;
}

/* Emergency */

.cf7-bottom__emergency {
  white-space: nowrap;
}

.cf7-emergency__title {
  font-weight: 700;
  color: #06b6d4;
  margin-bottom: 4px;
}

.cf7-emergency__phone {
  font-weight: 700;
  color: #0f172a;
}

.cf7-emergency__phone a {
  color: inherit;
  text-decoration: none;
}

/* CF7 messages */

.cf7-booking-v2 .wpcf7-not-valid-tip {
  margin-top: 8px;
  font-size: 13px;
  color: #b91c1c;
}

.cf7-booking-v2 .wpcf7-response-output {
  margin-top: 18px;
  border-radius: 12px;
}

.review-badge-amount {
  background: linear-gradient(180deg, #00aeef 37.02%, #00212d 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Lenders carousel styles */

.positive-slider .slick-track,
.negative-slide .slick-track {
  display: flex !important;
  align-items: center;
}

.positive-slider .slick-slide,
.negative-slider .slick-slide {
  height: auto;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

/* Reverse direction for carousel 2 using CSS transform */

.negative-slider {
  transform: scaleX(-1);
}

/* Service toggle buttons */

.service-toggle-btn span {
  display: inline-block;
  cursor: pointer;
}

.service-toggle-btn.active span {
  background: linear-gradient(90deg, #00aeef 0%, rgba(0, 174, 239, 0) 100%);
  border-top-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(251 188 5 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.service-toggle-btn span:hover {
  background: linear-gradient(90deg, #00aeef 0%, rgba(0, 174, 239, 0) 100%);
  border-top-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(251 188 5 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/* Service slider wrapper */

.service-slider-wrapper {
  display: none;
}

.service-slider-wrapper.active {
  display: flex;
}

/* Flip the content back to normal in carousel 2 */

.negative-slider .slick-slide > div {
  transform: scaleX(-1);
}

/* FAQ Accordion */

.faq-toggle {
  transition: none;
}

.faq-item.is-open .faq-content {
  display: block;
  animation: 0.3s ease-out;
}

.faq-item.is-open .faq-icon {
  transform: rotate(180deg);
}

.faq-item.is-open .plus-icon {
  display: none;
}

.faq-item.is-open .minus-icon {
  display: block;
}

@keyframes slideDown {
  from {
    opacity: 0;
    max-height: 0;
  }

  to {
    opacity: 1;
    max-height: 1000px;
  }
}

/* Banner background crossfade */

.banner-bg-layer {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 1.2s ease;
  z-index: 0;
  pointer-events: none;
}

.banner-bg-layer.is-visible {
  opacity: 1;
}

.blue-gradient-text {
  background: var(
		--Style,
		linear-gradient(99deg, #00beff 26.52%, #007dff 100.76%)
	);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.r-cta-2-block {
  background-image: url("./images/r-cta-2-bg.png");
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
}

.text-top{
  display: inline-block;
  vertical-align: top;
}

.light-blue-gradient-text {
  background: var(
		--light,
		linear-gradient(270deg, #00aeef 7.31%, #cfedfb 92.45%)
	);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.blue-gradient-text {
  background: var(
		--Specials,
		linear-gradient(270deg, #00aeef 0%, #3a84c5 100%)
	);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.green-dot-list ul,
.premium-green-dot-list ul,
.light-blue-dot-list ul,
.green-dot-list-2 ul {
  list-style: none;
  padding-left: 0;
}

.green-dot-list ul li,
.light-blue-dot-list ul li,
.green-dot-list-2 ul li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  text-transform: capitalize;
}

.green-dot-list h3{
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1.2;
  letter-spacing: -0.36px;
}

@media (min-width: 768px){
  .green-dot-list h3{
    font-size: 22px;
  }
}

@media (min-width: 1280px){
  .green-dot-list h3{
    font-size: 27px;
  }
}

.premium-green-dot-list ul li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  background: linear-gradient(180deg, #005a9a -1.37%, #002756 103.89%);
  stroke-width: 3.597px;
  stroke: #005a9a;
  border-radius: 12px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(58 132 197 / var(--tw-border-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-right: 1rem;
  padding-left: 2.5rem;
}

.green-dot-list ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
  background-image: url("./images/green-dot.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.green-dot-list-2 ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
  background-image: url("./images/green-dot-2.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.premium-green-dot-list ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  background-image: url("./images/green-dot.svg");
  background-repeat: no-repeat;
  background-size: contain;
  height: 3.5rem;
  width: 3.5rem;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(58 132 197 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 39 86 / var(--tw-bg-opacity));
}

.light-blue-dot-list ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
  background-image: url("./images/light-blue-tick.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.yellow-dot-list ul {
  list-style: none;
  padding-left: 0;
}

.yellow-dot-list ul li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
}

.yellow-dot-list ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
  background-image: url("./images/yellow-dot.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.blue-dot-list ul,
.blue-tick-list ul {
  list-style: none;
  padding-left: 0;
}

.blue-dot-list ul li,
.blue-tick-list ul li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
}

.blue-dot-list ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
  background-image: url("./images/blue-dot.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.blue-tick-list ul li::before,
.blue-tick-list .blue-tick-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
  background-image: url("./images/blue-tick.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.blue-tick-list .blue-tick-title {
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.8px !important;
}

@media (min-width: 768px){
  .blue-tick-list .blue-tick-title{
    font-size: 18px;
  }
}

/* Slick Equal Height */

.protection-plan-slider .slick-track {
  display: flex !important;
}

.protection-plan-slider .slick-slide {
  height: auto !important;
  display: flex !important;
}

.protection-plan-slider .slick-slide > div {
  width: 100%;
  display: flex;
}

.green-tick-grid,
.white-tick-grid{
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 1rem;
}

.green-tick-grid-2{
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 1rem;
}

.green-tick-grid .grid-item,
.white-tick-grid .grid-item{
  position: relative;
  display: flex;
  min-height: 40px;
  align-items: center;
  white-space: nowrap;
  padding-left: 3rem;
  text-align: left;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: -0.312px;
}

@media (min-width: 768px){
  .green-tick-grid .grid-item,
.white-tick-grid .grid-item{
    font-size: 14px;
  }
}

.green-tick-grid-2 .grid-item{
  position: relative;
  display: flex;
  min-height: 40px;
  align-items: center;
  white-space: nowrap;
  padding-left: 3rem;
  text-align: left;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: -0.312px;
  --tw-text-opacity: 1;
  color: rgb(54 65 83 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .green-tick-grid-2 .grid-item{
    font-size: 14px;
  }
}

.green-tick-grid .grid-item::before,
.green-tick-grid-2 .grid-item::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  height: 2.5rem;
  width: 2.5rem;
  --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));
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("./images/green-dot.svg");
}

.white-tick-grid .grid-item::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  height: 2.5rem;
  width: 2.5rem;
  --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));
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("./images/white-dot.svg");
}

.steps-block,
.why-choose-block {
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.33);
  background: linear-gradient(180deg, #003d7b 0%, #001830 41.83%), #fff;
}

.is-fixed{
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  animation: slideDown 0.3s ease-out;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

.clip-path-polygon-1 {
  -webkit-clip-path: polygon(0 0, 95% 0, 100% 50%, 95% 100%, 0 100%);
          clip-path: polygon(0 0, 95% 0, 100% 50%, 95% 100%, 0 100%);
}

.dark-blue-gradient-text {
  background: var(
		--Style,
		linear-gradient(96deg, #00aeef 27.04%, #003d7b 88.31%)
	);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.commercial-footer-cta {
  background-image: url("./images/commercial-footer-cta.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.backflow-type-text ul{
  display: flex;
  flex-direction: column;
  align-items: center;
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
}

.backflow-type-text ul li{
  position: relative;
  padding-left: 1rem;
}

.backflow-type-text ul li::before {
  content: "•";
  position: absolute;
  left: 0px;
  top: 0px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.backflow-type-text strong{
  font-size: 14px;
}

@media (min-width: 768px){
  .backflow-type-text strong{
    font-size: 16px;
  }
}

@media (min-width: 1280px){
  .backflow-type-text strong{
    font-size: 18px;
  }
}

.gallery-slider .slick-slide{
  overflow: hidden;
  border-radius: 12px;
  border-width: 2px;
  border-color: transparent;
  opacity: 0.5;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.gallery-slider .slick-slide.slick-current.slick-active{
  --tw-border-opacity: 1;
  border-color: rgb(0 174 239 / var(--tw-border-opacity));
  opacity: 1;
}

/* SVG Drawing Animation */

.animate-draw-curve {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: draw-curve 2.5s linear infinite;
}

@keyframes draw-curve {
  0% {
    stroke-dashoffset: 1000;
  }

  85% {
    stroke-dashoffset: 0;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

.animate-draw-arrow {
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  animation: draw-arrow 2.5s linear infinite;
}

@keyframes draw-arrow {
  0%,
	54% {
    stroke-dashoffset: 100;
    opacity: 0;
  }

  55% {
    opacity: 1;
    stroke-dashoffset: 100;
  }

  70%,
	100% {
    stroke-dashoffset: 0;
    opacity: 1;
  }
}

.fixnow-paylater-introduction-quick-content h3{
  margin-bottom: 0.25rem;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1.2;
  letter-spacing: -0.36px;
}

@media (min-width: 768px){
  .fixnow-paylater-introduction-quick-content h3{
    font-size: 20px;
  }
}

@media (min-width: 1280px){
  .fixnow-paylater-introduction-quick-content h3{
    font-size: 24px;
  }
}

/* ===============================
   CF7 FORM V3 – Dark Gradient
================================= */

/* Field spacing */

.cf7-form-v3 .cf7-field {
  margin-bottom: 20px;
}

/* Labels */

.cf7-form-v3 .cf7-label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
}

/* Underline inputs */

.cf7-form-v3 .cf7-input,
.cf7-form-v3 input[type="text"],
.cf7-form-v3 input[type="email"],
.cf7-form-v3 input[type="tel"] {
  width: 100%;
  background: transparent !important;
  border: none !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4) !important;
  border-radius: 0 !important;
  padding: 0 0 10px 0 !important;
  font-size: 16px;
  color: #ffffff;
  outline: none !important;
}

/* Placeholder */

.cf7-form-v3 input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.cf7-form-v3 input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

/* Focus */

.cf7-form-v3 input:focus {
  border-bottom: 1px solid #19b5ff !important;
}

/* ===============================
	 Numbers
  ================================= */

.cf7-form-v3 input[type="number"] {
  width: 100%;
  background: transparent !important;
  border: none !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4) !important;
  border-radius: 0 !important;
  padding: 0 0 10px 0 !important;
  font-size: 16px;
  color: #ffffff;
  outline: none !important;
}

.cf7-form-v3 input[type="number"]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.cf7-form-v3 input[type="number"]::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.cf7-form-v3 input[type="number"]:focus {
  border-bottom: 1px solid #19b5ff !important;
}

/* Remove arrows (optional) */

.cf7-form-v3 input[type="number"]::-webkit-outer-spin-button,
.cf7-form-v3 input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.cf7-form-v3 input[type="number"] {
  -moz-appearance: textfield;
}

/* ===============================
	 Checkbox group
  ================================= */

.cf7-form-v3 .cf7-check-group .wpcf7-form-control {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
}

.cf7-form-v3 .cf7-check-group label,
.cf7-form-v3 .cf7-check-single label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  cursor: pointer;
}

.cf7-form-v3 input[type="checkbox"] {
  width: 16px;
  height: 16px;
  border: 2px solid #00aeef;
  accent-color: #19b5ff;
}

.cf7-form-v3 .wpcf7-list-item {
  margin: 0 !important;
}

/* Select + Textarea */

.cf7-form-v3 select,
.cf7-form-v3 textarea {
  width: 100%;
  background: transparent !important;
  border: none !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4) !important;
  border-radius: 0 !important;
  padding: 0 0 10px 0 !important;
  font-size: 16px;
  color: #ffffff;
  outline: none !important;
}

/* Dropdown options */

.cf7-form-v3 select option {
  color: #000000;
}

/* Textarea */

.cf7-form-v3 textarea {
  resize: vertical;
}

/* Placeholder */

.cf7-form-v3 textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.cf7-form-v3 textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

/* Focus */

.cf7-form-v3 select:focus,
.cf7-form-v3 textarea:focus {
  border-bottom: 1px solid #19b5ff !important;
}

/* ===============================
   File upload (clickable + icon)
================================= */

.cf7-form-v3 .cf7-upload {
  position: relative;
  border: 1px dashed rgba(255, 255, 255, 0.4);
  border-radius: 6px;
  padding: 18px 16px;
  text-align: center;
  cursor: pointer;
  transition: 0.2s ease;
}

/* CF7 wraps inputs in .wpcf7-form-control-wrap */

.cf7-form-v3 .cf7-upload .wpcf7-form-control-wrap {
  display: block;
  position: static;
  /* keep overlay simple */
}

.cf7-form-v3 .cf7-upload:hover {
  border-color: #19b5ff;
  color: #19b5ff !important;
}

/* IMPORTANT: make file input cover the whole box and be on top */

.cf7-form-v3 .cf7-upload input[type="file"] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
  /* Safari sometimes needs big font-size to make input clickable */
  font-size: 100px;
}

/* Make hint visible but NOT steal clicks */

.cf7-form-v3 .cf7-upload-hint {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
  font-weight: 600;
  pointer-events: none;
  /* key: allow clicks to pass to input */
  z-index: 1;
}

.cf7-form-v3 .cf7-upload-icon {
  font-size: 16px;
  line-height: 1;
  opacity: 0.95;
}

/* ===============================
	 Submit Button
  ================================= */

.cf7-form-v3 .cf7-actions {
  margin-top: 30px;
}

.cf7-form-v3 .cf7-btn,
.cf7-form-v3 input[type="submit"] {
  width: 100%;
  background: #e5e7eb;
  color: #243f78;
  font-weight: 700;
  font-size: 16px;
  padding: 16px;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: 0.2s ease;
}

.cf7-form-v3 .cf7-btn:hover,
.cf7-form-v3 input[type="submit"]:hover {
  background: #ffffff;
}

/* ===============================
   CF7 FORM V4 – Light Theme
================================= */

/* Field spacing */

.cf7-form-v4 .cf7-field {
  margin-bottom: 20px;
}

/* Labels */

.cf7-form-v4 .cf7-label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #0b3a8a;
}

/* Underline inputs */

.cf7-form-v4 .cf7-input,
.cf7-form-v4 input[type="text"],
.cf7-form-v4 input[type="email"],
.cf7-form-v4 input[type="tel"] {
  width: 100%;
  background: transparent !important;
  border: none !important;
  border-bottom: 2px solid rgba(15, 23, 42, 0.15) !important;
  border-radius: 0 !important;
  padding: 0 0 10px 0 !important;
  font-size: 16px;
  color: #0f172a;
  outline: none !important;
}

/* Placeholder */

.cf7-form-v4 input::-moz-placeholder {
  color: rgba(15, 23, 42, 0.25);
}

.cf7-form-v4 input::placeholder {
  color: rgba(15, 23, 42, 0.25);
}

/* Focus */

.cf7-form-v4 input:focus {
  border-bottom: 2px solid rgba(11, 58, 138, 0.55) !important;
}

/* ===============================
	 Checkbox group
  ================================= */

.cf7-form-v4 .cf7-check-group .wpcf7-form-control {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
}

.cf7-form-v4 .cf7-check-group label,
.cf7-form-v4 .cf7-check-single label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #0f172a;
  cursor: pointer;
}

.cf7-form-v4 input[type="checkbox"] {
  width: 16px;
  height: 16px;
  border: 2px solid #0b3a8a;
  accent-color: #0b3a8a;
}

.cf7-form-v4 .wpcf7-list-item {
  margin: 0 !important;
}

/* ===============================
   File upload (clickable + icon)
================================= */

.cf7-form-v4 .cf7-upload {
  position: relative;
  border: 1px dashed rgba(15, 23, 42, 0.15);
  border-radius: 6px;
  padding: 18px 16px;
  text-align: center;
  cursor: pointer;
  transition: 0.2s ease;
}

/* CF7 wraps inputs in .wpcf7-form-control-wrap */

.cf7-form-v4 .cf7-upload .wpcf7-form-control-wrap {
  display: block;
  position: static;
  /* keep overlay simple */
}

.cf7-form-v4 .cf7-upload:hover {
  border-color: rgba(11, 58, 138, 0.55);
  color: #0b3a8a !important;
}

/* IMPORTANT: make file input cover the whole box and be on top */

.cf7-form-v4 .cf7-upload input[type="file"] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
  /* Safari sometimes needs big font-size to make input clickable */
  font-size: 100px;
}

/* Make hint visible but NOT steal clicks */

.cf7-form-v4 .cf7-upload-hint {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: rgba(15, 23, 42, 0.65);
  font-size: 14px;
  font-weight: 600;
  pointer-events: none;
  /* key: allow clicks to pass to input */
  z-index: 1;
}

.cf7-form-v4 .cf7-upload-icon {
  font-size: 16px;
  line-height: 1;
  opacity: 0.95;
}

/* ===============================
	 Submit Button
  ================================= */

.cf7-form-v4 .cf7-actions {
  margin-top: 30px;
}

.cf7-form-v4 .cf7-btn,
.cf7-form-v4 input[type="submit"] {
  width: 100%;
  background: #0b1f3a;
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  padding: 16px;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: 0.2s ease;
}

.cf7-form-v4 .cf7-btn:hover,
.cf7-form-v4 input[type="submit"]:hover {
  background: #00aeef;
  color: #ffffff;
}

/* Leaflet Map Marker Cluster Styles */

.marker-cluster-small {
  background-color: rgba(0, 174, 239, 0.6);
}

.marker-cluster-small div {
  background-color: rgba(0, 174, 239, 0.8);
}

.marker-cluster-medium {
  background-color: rgba(0, 174, 239, 0.6);
}

.marker-cluster-medium div {
  background-color: rgba(0, 174, 239, 0.8);
}

.marker-cluster-large {
  background-color: rgba(0, 174, 239, 0.6);
}

.marker-cluster-large div {
  background-color: rgba(0, 174, 239, 0.8);
}

.marker-cluster {
  background-clip: padding-box;
  border-radius: 20px;
}

.marker-cluster div {
  width: 30px;
  height: 30px;
  margin-left: 5px;
  margin-top: 5px;
  text-align: center;
  border-radius: 15px;
  font-weight: bold;
  font-size: 12px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.marker-cluster span {
  line-height: 30px;
}

/* Leaflet popup custom styles */

.leaflet-popup-content-wrapper {
  border-radius: 8px;
  padding: 4px;
}

.leaflet-popup-content {
  margin: 8px 12px;
}

/* Custom scrollbar for suburbs list */

.suburbs-scroll-container,
.region-filter-container {
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 174, 239, 0.5) rgba(255, 255, 255, 0.1);
}

.suburbs-scroll-container::-webkit-scrollbar,
.region-filter-container::-webkit-scrollbar {
  width: 4px;
}

.suburbs-scroll-container::-webkit-scrollbar-track,
.region-filter-container::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
}

.suburbs-scroll-container::-webkit-scrollbar-thumb,
.region-filter-container::-webkit-scrollbar-thumb {
  background: rgba(0, 174, 239, 0.5);
  border-radius: 10px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.suburbs-scroll-container::-webkit-scrollbar-thumb:hover,
.region-filter-container::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 174, 239, 0.8);
}

/* Suburbs page filter buttons */

.service-filter-btn {
  padding: 12px 24px;
  border-radius: 12px;
  color: white;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  opacity: 0.4;
}

.service-filter-btn.active {
  opacity: 1;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 174, 239, 0.4);
}

.service-filter-btn:hover {
  opacity: 1;
  transform: translateY(-2px);
}

.alphabet-filter-btn {
  min-width: 48px;
  height: 48px;
  display: flex;
  padding: 24px;
  align-items: center;
  justify-content: center;
  background: var(
		--Light-Blue,
		linear-gradient(126deg, #253b66 7.98%, #244990 96.65%)
	);
  color: white;
  border-radius: 12px;
  font-weight: 600;
  font-size: 16px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.alphabet-filter-btn.active {
  background: #00aeef;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 174, 239, 0.4);
}

.alphabet-filter-btn:hover {
  background: rgba(0, 174, 239, 0.8);
  transform: translateY(-2px);
}

/* Region filter buttons for suburb section */

.region-filter-btn {
  padding: 6px 14px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.55);
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: rgba(19, 38, 74, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.08);
  cursor: pointer;
  transition: all 0.25s ease;
  white-space: nowrap;
}

.region-filter-btn.active {
  background: #00aeef;
  color: white;
  border-color: #00aeef;
  box-shadow: 0 4px 12px rgba(0, 174, 239, 0.35);
}

.region-filter-btn:hover:not(.active) {
  color: white;
  background: rgba(0, 174, 239, 0.2);
  border-color: rgba(0, 174, 239, 0.4);
}

/* Desktop sidebar layout for the region filter container */

@media (min-width: 1024px) {
  .region-filter-container {
    width: 155px;
    min-width: 155px;
    flex-shrink: 0;
  }

  .region-filter-container .region-filter-btn {
    width: 100%;
    text-align: left;
    white-space: normal;
    border-radius: 8px;
    padding: 8px 12px;
    line-height: 1.3;
  }
}

/* Alphabet dropdown for mobile */

#alphabet-dropdown {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='white'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1.5em 1.5em;
  padding-right: 3rem;
}

#alphabet-dropdown option {
  background: #1a2f4a;
  color: white;
  padding: 12px;
}

.dot-list {
  list-style: disc;
  list-style-position: inside;
}

.dot-list ul {
  list-style: disc;
  padding-left: 1.5rem;
}

.dot-list ul li {
  display: list-item;
}

.inner-residential-bottom-cta-content h3{
  font-size: 22px;
  font-weight: 600 !important;
  text-transform: capitalize;
  line-height: 1.2;
  letter-spacing: -0.4px;
}

@media (min-width: 768px){
  .inner-residential-bottom-cta-content h3{
    font-size: 24px;
    letter-spacing: -0.8px;
  }
}

@media (min-width: 1280px){
  .inner-residential-bottom-cta-content h3{
    font-size: 28px;
  }
}

/* Typed.js Cursor Styling */

.typed-cursor {
  color: #00aeef;
  font-weight: bold;
}

/* Mobile Submenu Grid Layout */

.mobile-submenu-list ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px 20px;
  padding-top: 15px;
}

.mobile-submenu-list ul li {
  width: 100%;
}

.mobile-submenu-list ul li a{
  display: block;
  text-align: left;
  font-size: 14px;
  line-height: 1.25;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-text-opacity: 0.9;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  /* Removed border and background */
}

.mobile-submenu-list ul li a:hover{
  --tw-text-opacity: 1;
}

/* Pulse animation */

.pulse {
  display: inline-block;
  border-radius: 50%;
  animation: pulse-2 2s infinite;
  width: 15px;
  height: 15px;
  background-color: #5CB85C;
}

@keyframes pulse-2 {
  0% {
    box-shadow: 0 0 0 0 #5CB85C;
  }

  70% {
    box-shadow: 0 0 0 10px hsla(0, 0%, 100%, 0);
  }

  100% {
    box-shadow: 0 0 0 0 hsla(0, 0%, 100%, 0);
  }
}

/* Hide default sub-menu when using custom dropdown */

.computer-nav .menu-item-has-children > .sub-menu:not(.subservice_list) {
  display: none !important;
}

/* Custom Dropdown Menu Styles */

.computer-nav .dropdown,
.computer-nav-2 .dropdown {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 952px;
  z-index: 50;
  padding-top: 1rem;
}

.computer-nav .menu-item-has-children:hover .dropdown,
.computer-nav .menu-item-has-children .dropdown:hover,
.computer-nav-2 .menu-item-has-children:hover .dropdown,
.computer-nav-2 .menu-item-has-children .dropdown:hover,
.computer-nav .menu-item-has-children .dropdown .nested-submenu:hover,
.computer-nav .menu-item-has-children .dropdown .nested-submenu-inside:hover,
.computer-nav-2 .menu-item-has-children .dropdown .nested-submenu:hover,
.computer-nav-2 .menu-item-has-children .dropdown .nested-submenu-inside:hover,
.computer-nav .menu-item-has-children:has(.nested-submenu-floating:hover) .dropdown,
.computer-nav-2 .menu-item-has-children:has(.nested-submenu-floating:hover) .dropdown {
  display: block;
  pointer-events: auto;
}

.computer-nav .dropdown-inner,
.computer-nav-2 .dropdown-inner {
  overflow: hidden;
  border-radius: 20px;
  background: #253B66;
  color: #ffffff;
  box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
}

.computer-nav .dropdown .row,
.computer-nav-2 .dropdown .row {
  display: flex;
  margin: 0;
}

.computer-nav .dropdown .row.g-0,
.computer-nav-2 .dropdown .row.g-0 {
  gap: 0;
}

.computer-nav .dropdown .col-8,
.computer-nav-2 .dropdown .col-8 {
  width: 66.666667%;
  flex: 0 0 66.666667%;
  padding: 1rem;
  background-color: #253B66;
  border-radius: 20px 0 0 20px;
}

.computer-nav .dropdown .col-4,
.computer-nav-2 .dropdown .col-4 {
  width: 33.333333%;
  flex: 0 0 33.333333%;
  padding: 1rem;
}

.computer-nav .dropdown .bg-primary-darker,
.computer-nav-2 .dropdown .bg-primary-darker {
  background-color: #253B66;
}

.computer-nav .dropdown .rounded-20,
.computer-nav-2 .dropdown .rounded-20 {
  border-radius: 20px;
}

.computer-nav .dropdown .fs-32,
.computer-nav-2 .dropdown .fs-32 {
  font-size: 32px;
}

.computer-nav .dropdown .fw-700,
.computer-nav-2 .dropdown .fw-700 {
  font-weight: 700;
}

.computer-nav .dropdown .text-italic,
.computer-nav-2 .dropdown .text-italic {
  font-style: italic;
}

.computer-nav .dropdown .subservice_list,
.computer-nav-2 .dropdown .subservice_list {
  padding-inline-start: 0;
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  list-style: none;
  margin: 0;
  padding-top: 1rem;
  position: relative;
}

.computer-nav .dropdown .subservice_list.subservice-list-single-column,
.computer-nav-2 .dropdown .subservice_list.subservice-list-single-column {
  -moz-column-count: 1;
       column-count: 1;
}

.computer-nav .dropdown .subservice_list li,
.computer-nav-2 .dropdown .subservice_list li {
  padding: 8px 0;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  position: relative;
}

.computer-nav .dropdown .subservice_list li a,
.computer-nav-2 .dropdown .subservice_list li a {
  color: #ffffff;
  text-decoration: none;
  display: block;
  transition: opacity 0.2s;
  opacity: 0.9;
}

.computer-nav .dropdown .subservice_list li a:hover,
.computer-nav-2 .dropdown .subservice_list li a:hover {
  opacity: 1;
  text-decoration: underline;
}

.computer-nav .dropdown .col-4 img,
.computer-nav-2 .dropdown .col-4 img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

/* Nested Submenu Styles */

.computer-nav .subservice_list .has-nested-submenu,
.computer-nav-2 .subservice_list .has-nested-submenu {
  position: relative;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  page-break-inside: avoid;
}

/* Original nested submenu (completely hidden, cloned version is used) */

.computer-nav .subservice_list .nested-submenu,
.computer-nav-2 .subservice_list .nested-submenu,
.computer-nav .subservice_list .sub-menu.nested-submenu,
.computer-nav-2 .subservice_list .sub-menu.nested-submenu {
  display: none !important;
  visibility: hidden !important;
  position: absolute !important;
  left: -9999px !important;
  top: -9999px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* Floating nested submenu (moved outside dropdown) */

.nested-submenu-floating {
  position: fixed !important;
  background-color: #253B66;
  border-radius: 10px;
  padding: 1rem;
  z-index: 99999 !important;
  display: none;
  visibility: hidden;
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.2), 0 4px 6px -4px rgb(0 0 0 / 0.2);
  border: 1px solid rgba(255, 255, 255, 0.1);
  list-style: none;
  margin: 0;
  width: -moz-max-content;
  width: max-content;
  min-width: 200px;
  max-width: 90vw;
  -moz-column-count: 1;
       column-count: 1;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  pointer-events: auto;
}

.nested-submenu-floating[style*="display: block"] {
  display: block !important;
  visibility: visible !important;
}

.nested-submenu-floating.nested-col-1 {
  -moz-column-count: 1;
       column-count: 1;
  width: -moz-max-content;
  width: max-content;
}

.nested-submenu-floating.nested-col-2 {
  -moz-column-count: 2;
       column-count: 2;
  min-width: 400px;
  width: -moz-max-content;
  width: max-content;
}

/* Inner submenu container */

.computer-nav .inner-submenu-container,
.computer-nav-2 .inner-submenu-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  overflow: visible;
  pointer-events: none;
  z-index: 99998;
}

/* Dropdown icon for submenu items with nested submenus */

.computer-nav .subservice_list .has-nested-submenu > a,
.computer-nav-2 .subservice_list .has-nested-submenu > a {
  position: relative;
  padding-right: 20px;
}

.computer-nav .subservice_list .has-nested-submenu > a::after,
.computer-nav-2 .subservice_list .has-nested-submenu > a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M7 1V13M1 7H13' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%);
  transition: background-image 0.3s ease, transform 0.3s ease;
}

.computer-nav .subservice_list .has-nested-submenu:hover > a::after,
.computer-nav-2 .subservice_list .has-nested-submenu:hover > a::after,
.computer-nav .subservice_list .has-nested-submenu:has(.nested-submenu-floating:hover) > a::after,
.computer-nav-2 .subservice_list .has-nested-submenu:has(.nested-submenu-floating:hover) > a::after,
.computer-nav .subservice_list .has-nested-submenu.nested-submenu-hover > a::after,
.computer-nav-2 .subservice_list .has-nested-submenu.nested-submenu-hover > a::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M1 7H13' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  transform: translateY(-50%) rotate(180deg);
}

/* Highlight parent item when nested submenu is hovered */

.computer-nav .subservice_list .has-nested-submenu:hover > a,
.computer-nav-2 .subservice_list .has-nested-submenu:hover > a,
.computer-nav .subservice_list .has-nested-submenu:has(.nested-submenu-floating:hover) > a,
.computer-nav-2 .subservice_list .has-nested-submenu:has(.nested-submenu-floating:hover) > a,
.computer-nav .subservice_list .has-nested-submenu.nested-submenu-hover > a,
.computer-nav-2 .subservice_list .has-nested-submenu.nested-submenu-hover > a {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.1);
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  border-radius: 4px;
}

/* Keep parent highlighted when nested submenu is visible */

.computer-nav .subservice_list .has-nested-submenu:has(.nested-submenu:hover) > a,
.computer-nav-2 .subservice_list .has-nested-submenu:has(.nested-submenu:hover) > a {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.15);
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  border-radius: 4px;
}

/* Nested submenu items */

.computer-nav .subservice_list .nested-submenu li,
.computer-nav-2 .subservice_list .nested-submenu li,
.computer-nav .subservice_list .sub-menu.nested-submenu li,
.computer-nav-2 .subservice_list .sub-menu.nested-submenu li,
.nested-submenu-floating li {
  padding: 8px 0;
  list-style: none;
  margin: 0;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  page-break-inside: avoid;
}

.computer-nav .subservice_list .nested-submenu li a,
.computer-nav-2 .subservice_list .nested-submenu li a,
.computer-nav .subservice_list .sub-menu.nested-submenu li a,
.computer-nav-2 .subservice_list .sub-menu.nested-submenu li a,
.nested-submenu-floating li a {
  color: #ffffff;
  text-decoration: none;
  display: block;
  padding: 4px 8px;
  border-radius: 4px;
  transition: background-color 0.2s;
  opacity: 0.9;
  white-space: nowrap;
  width: -moz-fit-content;
  width: fit-content;
}

.computer-nav .subservice_list .nested-submenu li a:hover,
.computer-nav-2 .subservice_list .nested-submenu li a:hover,
.computer-nav .subservice_list .sub-menu.nested-submenu li a:hover,
.computer-nav-2 .subservice_list .sub-menu.nested-submenu li a:hover,
.nested-submenu-floating li a:hover {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.15);
}

/* Right edge positioning */

.computer-nav .dropdown.dropdown-right-edge,
.computer-nav-2 .dropdown.dropdown-right-edge {
  left: auto;
  right: 0;
}

/* Additional nested submenu levels */

.computer-nav .subservice_list .nested-submenu .nested-submenu,
.computer-nav-2 .subservice_list .nested-submenu .nested-submenu,
.computer-nav .subservice_list .sub-menu.nested-submenu .sub-menu.nested-submenu,
.computer-nav-2 .subservice_list .sub-menu.nested-submenu .sub-menu.nested-submenu {
  left: 100%;
  top: auto;
  bottom: 0;
  z-index: 70;
  margin-left: 8px;
}

/* Hide default sub-menu when using custom dropdown */

.computer-nav-2 .menu-item-has-children > .sub-menu:not(.subservice_list) {
  display: none !important;
}

/* Menu icons for strata/backflow */

.computer-nav-2 .menu-icon-strata-real-estate {
  --menu-icon: url("/wp-content/themes/aiims-tailwind/theme/images/menu-icon-strata-real-estate.svg");
}

.computer-nav-2 .menu-icon-backflow-tmv {
  --menu-icon: url("/wp-content/themes/aiims-tailwind/theme/images/menu-icon-backflow-tmv.svg");
}

/* Service toggle menu icons */

.service-toggle-btn .menu-icon-residential {
  --menu-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='29' viewBox='0 0 30 29' fill='none'%3E%3Cpath d='M29.13 13.6078L15.0809 0.169505C14.8427 -0.0565017 14.4701 -0.0565017 14.238 0.169505L0.188877 13.6078C0.0117367 13.7788 -0.0493463 14.0476 0.0422782 14.2797C0.133903 14.5118 0.35991 14.6645 0.61035 14.6645H3.6645V27.4919C3.6645 27.8279 3.93937 28.1027 4.27533 28.1027H11.6053C11.9412 28.1027 12.2161 27.8279 12.2161 27.4919V20.7728H17.1027V27.4919C17.1027 27.8279 17.3776 28.1027 17.7136 28.1027H25.0435C25.3795 28.1027 25.6544 27.8279 25.6544 27.4919V14.6645H28.7085C28.959 14.6645 29.185 14.5118 29.2766 14.2797C29.3682 14.0476 29.3132 13.7849 29.13 13.6078Z' fill='white'/%3E%3C/svg%3E");
}

.service-toggle-btn .menu-icon-commercial {
  --menu-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='29' viewBox='0 0 25 29' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.491658 0C0.220123 0 0 0.220123 0 0.491658V27.6559C0 27.9275 0.220123 28.1476 0.491658 28.1476H9.8274V22.9437C9.8274 22.6722 10.0475 22.452 10.3191 22.452H14.1198C14.3914 22.452 14.6115 22.6722 14.6115 22.9437V28.1476H23.9472C24.2187 28.1476 24.4389 27.9275 24.4389 27.6559V0.491658C24.4389 0.220123 24.2187 0 23.9472 0H0.491658ZM3.64854 2.50833C3.37701 2.50833 3.15689 2.72845 3.15689 2.99999V6.80075C3.15689 7.07228 3.37701 7.2924 3.64854 7.2924H7.4493C7.72084 7.2924 7.94096 7.07228 7.94096 6.80075V2.99999C7.94096 2.72845 7.72084 2.50833 7.4493 2.50833H3.64854ZM16.9896 2.50833C16.718 2.50833 16.4979 2.72845 16.4979 2.99999V6.80075C16.4979 7.07228 16.718 7.2924 16.9896 7.2924H20.7903C21.0619 7.2924 21.282 7.07228 21.282 6.80075V2.99999C21.282 2.72845 21.0619 2.50833 20.7903 2.50833H16.9896ZM9.8274 2.99999C9.8274 2.72845 10.0475 2.50833 10.3191 2.50833H14.1198C14.3914 2.50833 14.6115 2.72845 14.6115 2.99999V6.80075C14.6115 7.07228 14.3914 7.2924 14.1198 7.2924H10.3191C10.0475 7.2924 9.8274 7.07228 9.8274 6.80075V2.99999ZM3.64854 9.15615C3.37701 9.15615 3.15689 9.37628 3.15689 9.64781V13.4486C3.15689 13.7201 3.37701 13.9402 3.64854 13.9402H7.4493C7.72084 13.9402 7.94096 13.7201 7.94096 13.4486V9.64781C7.94096 9.37628 7.72084 9.15615 7.4493 9.15615H3.64854ZM3.15689 16.2958C3.15689 16.0242 3.37701 15.8041 3.64854 15.8041H7.4493C7.72084 15.8041 7.94096 16.0242 7.94096 16.2958V20.0965C7.94096 20.368 7.72084 20.5882 7.4493 20.5882H3.64854C3.37701 20.5882 3.15689 20.368 3.15689 20.0965V16.2958ZM16.9896 15.8041C16.718 15.8041 16.4979 16.0242 16.4979 16.2958V20.0965C16.4979 20.368 16.718 20.5882 16.9896 20.5882H20.7903C21.0619 20.5882 21.282 20.368 21.282 20.0965V16.2958C21.282 16.0242 21.0619 15.8041 20.7903 15.8041H16.9896ZM16.4979 9.64781C16.4979 9.37628 16.718 9.15615 16.9896 9.15615H20.7903C21.0619 9.15615 21.282 9.37628 21.282 9.64781V13.4486C21.282 13.7201 21.0619 13.9402 20.7903 13.9402H16.9896C16.718 13.9402 16.4979 13.7201 16.4979 13.4486V9.64781ZM10.3191 15.8041C10.0475 15.8041 9.8274 16.0242 9.8274 16.2958V20.0965C9.8274 20.368 10.0475 20.5882 10.3191 20.5882H14.1198C14.3914 20.5882 14.6115 20.368 14.6115 20.0965V16.2958C14.6115 16.0242 14.3914 15.8041 14.1198 15.8041H10.3191ZM9.8274 9.64781C9.8274 9.37628 10.0475 9.15615 10.3191 9.15615H14.1198C14.3914 9.15615 14.6115 9.37628 14.6115 9.64781V13.4486C14.6115 13.7201 14.3914 13.9402 14.1198 13.9402H10.3191C10.0475 13.9402 9.8274 13.7201 9.8274 13.4486V9.64781Z' fill='white'/%3E%3C/svg%3E");
}

.service-toggle-btn .menu-icon-emergency {
  --menu-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.82946 0.0759478C6.40599 0.369004 6.24726 0.635544 6.24726 1.05356C6.24726 1.27215 6.33221 1.47698 6.85375 2.51583C7.1873 3.18022 7.49099 3.76045 7.52857 3.80518C7.73017 4.0451 7.96453 4.14698 8.31528 4.14714C8.738 4.1473 8.99316 4.02673 9.1991 3.72949C9.31633 3.56039 9.34486 3.45496 9.35682 3.14708L9.37143 2.77114L8.7488 1.55679C8.00459 0.105216 7.94775 0.0423921 7.34724 0.00703695C7.04164 -0.0109582 6.93436 0.00333207 6.82946 0.0759478ZM19.4455 0.0290016C19.3834 0.0411748 19.2404 0.130357 19.1279 0.22716C18.9659 0.366517 18.7965 0.659308 18.3146 1.63316C17.742 2.7902 17.7067 2.88012 17.7186 3.14947C17.7334 3.48407 17.8153 3.66185 18.0587 3.88748C18.3112 4.12157 18.5296 4.19366 18.878 4.15767C19.4279 4.10093 19.5058 4.00926 20.2236 2.57431C20.7785 1.46501 20.8551 1.27972 20.8551 1.04652C20.8551 0.629034 20.5937 0.221867 20.2267 0.0675324C20.0589 -0.00301916 19.6994 -0.0207497 19.4455 0.0290016ZM0.671677 5.25368C0.416729 5.34816 0.233707 5.51694 0.0969972 5.78364C-0.059984 6.08977 -0.0203947 6.57357 0.186073 6.87139C0.323101 7.06918 0.469444 7.15757 1.56 7.70139C2.27864 8.05976 2.87063 8.32185 2.99967 8.33869C3.28219 8.37558 3.69931 8.23855 3.88064 8.04918C4.30432 7.60686 4.26965 6.8688 3.80691 6.47931C3.7082 6.39621 3.12415 6.07839 2.50914 5.77305C1.30183 5.17376 1.06672 5.10729 0.671677 5.25368ZM10.0051 5.21346C8.25224 5.50641 6.9296 6.70912 6.53931 8.36494C6.49602 8.54865 6.09049 11.8428 5.63813 15.6853C5.18581 19.5278 4.80395 22.7252 4.7895 22.7907C4.76494 22.9024 4.73593 22.9099 4.32766 22.911C3.70487 22.9126 3.33353 23.1062 3.18105 23.5087C3.1052 23.7088 3.10504 26.2915 3.18089 26.4922C3.25747 26.695 3.48585 26.9301 3.69185 27.0182C3.94616 27.127 23.1562 27.127 23.4105 27.0182C23.6165 26.9301 23.8449 26.695 23.9215 26.4922C23.9973 26.2915 23.9971 23.7088 23.9213 23.5087C23.7688 23.1062 23.3975 22.9126 22.7747 22.911C22.3664 22.9099 22.3374 22.9024 22.3129 22.7907C22.2984 22.7252 21.9164 19.5237 21.4639 15.6763C21.008 11.7998 20.5969 8.50795 20.5418 8.29301C20.3682 7.61523 20.1161 7.13756 19.6146 6.53557C19.1985 6.03626 18.5013 5.59723 17.7059 5.33371L17.3354 5.21097L13.7364 5.20118C11.757 5.19578 10.0778 5.20128 10.0051 5.21346ZM25.6714 5.25532C25.293 5.39531 23.4608 6.34022 23.2914 6.4827C22.8032 6.89352 22.8062 7.73955 23.2972 8.1012C23.8218 8.48762 24.0244 8.4556 25.422 7.76501C26.032 7.46359 26.6056 7.16254 26.6967 7.09591C27.1971 6.73002 27.2374 5.88674 26.7748 5.46227C26.4903 5.20118 26.044 5.11745 25.6714 5.25532ZM16.9808 7.37658C17.1642 7.41982 17.3801 7.48921 17.4605 7.53081C17.6717 7.64005 18.1135 8.05161 18.2245 8.24252L18.3196 8.40622L18.1451 8.36732C18.0491 8.34599 16.6363 8.32847 15.0055 8.32847H12.0404L11.6888 8.50159C11.2896 8.69816 11.0512 8.94173 10.8694 9.33884C10.7576 9.58284 10.6593 10.339 9.97766 16.1953C9.55625 19.8155 9.21138 22.8073 9.21133 22.8437C9.21122 22.8945 8.94728 22.9098 8.06858 22.9098H6.926L6.95701 22.7114C6.97411 22.6022 7.34698 19.465 7.78569 15.7398C8.33586 11.0677 8.61331 8.88145 8.67999 8.69165C8.92547 7.99318 9.44855 7.5352 10.1834 7.37542C10.6844 7.26644 16.5179 7.26744 16.9808 7.37658ZM1.65977 13.0854C0.995378 13.4166 0.385078 13.75 0.303518 13.8264C-0.133976 14.2359 -0.0916343 15.0502 0.386084 15.4145C0.61187 15.5868 0.984846 15.6848 1.23535 15.6378C1.58398 15.5724 3.6259 14.5224 3.86031 14.288C4.54238 13.6059 4.07175 12.4832 3.10372 12.4832C2.90906 12.4832 2.6566 12.5885 1.65977 13.0854ZM23.5279 12.5677C22.9749 12.8713 22.769 13.4627 23.0292 14.0002C23.1895 14.3313 23.3577 14.4485 24.4761 15.0083C25.6135 15.5776 25.8988 15.6805 26.1882 15.6264C26.6206 15.5454 26.8381 15.3892 27.0205 15.0287C27.1613 14.7504 27.1128 14.2504 26.9178 13.9688C26.783 13.7743 26.6278 13.6802 25.5455 13.1358C24.4672 12.5935 24.288 12.5197 24.0059 12.5013C23.7773 12.4865 23.6416 12.5053 23.5279 12.5677Z' fill='white'/%3E%3C/svg%3E");
}

.service-toggle-btn span > p::before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: var(--menu-icon-color, currentColor);
  -webkit-mask-image: var(--menu-icon);
  mask-image: var(--menu-icon);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

/* CF7 Booking File Upload */

.cf7-booking .cf7-upload {
  position: relative;
  border: 1px dashed rgba(15, 23, 42, 0.15);
  border-radius: 6px;
  padding: 18px 16px;
  text-align: center;
  cursor: pointer;
  transition: 0.2s ease;
}

.cf7-booking .cf7-upload .wpcf7-form-control-wrap {
  display: block;
  position: static;
}

.cf7-booking .cf7-upload:hover {
  border-color: rgba(11, 58, 138, 0.55);
  color: #0b3a8a !important;
}

.cf7-booking .cf7-upload input[type="file"] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
  font-size: 100px;
}

.cf7-booking .cf7-upload-hint {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: rgba(15, 23, 42, 0.65);
  font-size: 14px;
  font-weight: 600;
  pointer-events: none;
  z-index: 1;
}

.cf7-booking .cf7-upload-icon {
  font-size: 16px;
  line-height: 1;
  opacity: 0.95;
}

/* CF7 Select Placeholder */

.cf7-input.cf7-select {
  font-weight: 500;
}

.cf7-input.cf7-select:invalid {
  color: rgba(15, 23, 42, 0.25);
}

.cf7-input.cf7-select:valid {
  color: #0f172a;
}

.cf7-input.cf7-select option:first-child {
  color: rgba(15, 23, 42, 0.25);
}

.cf7-input.cf7-select option:not(:first-child) {
  color: #0f172a;
}

.cf7-input:hover {
  border-bottom-color: rgba(11, 58, 138, 0.55);
}

/* Shadow custom */

.shadow-custom {
  box-shadow: -5px 10px 15px -3px rgb(0 0 0 / 0.1), 10px -5px 15px -4px rgb(0 0 0 / 0.1);
}

/* Custom utility classes not in default Tailwind */

.gapx--\[12px\] {
  -moz-column-gap: 12px;
       column-gap: 12px;
}

.hover\:border-none:hover {
  border-style: none;
}

.border-white\/8 {
  border-color: rgb(255 255 255 / 0.08);
}

.pb-128 {
  padding-bottom: 8rem;
}

.text-none {
  text-transform: none;
}

@media (min-width: 1500px) {
  .\32xl\:px-18 {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }
}

.hover\:translate-y-\[-1px\]:hover{
  --tw-translate-y: -1px;
  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\:translate-y-\[-6px\]:hover{
  --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));
}

.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\:scale-\[1\.02\]:hover{
  --tw-scale-x: 1.02;
  --tw-scale-y: 1.02;
  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\:scale-\[1\.1\]:hover{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:border-none:hover{
  border-style: none;
}

.hover\:bg-\[\#000000\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#003D7B\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 61 123 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#0088CC\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 136 204 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#00AEEF\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 174 239 / var(--tw-bg-opacity));
}

.hover\:bg-black:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.hover\:bg-gray-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.hover\:bg-gray-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.hover\:bg-white:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.hover\:from-\[\#00AEEF\]:hover{
  --tw-gradient-from: #00AEEF var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 174 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-white:hover{
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:to-\[\#001830\]:hover{
  --tw-gradient-to: #001830 var(--tw-gradient-to-position);
}

.hover\:to-\[\#00AEEF\]:hover{
  --tw-gradient-to: #00AEEF var(--tw-gradient-to-position);
}

.hover\:to-white:hover{
  --tw-gradient-to: #fff var(--tw-gradient-to-position);
}

.hover\:text-\[\#001830\]:hover{
  --tw-text-opacity: 1;
  color: rgb(0 24 48 / var(--tw-text-opacity));
}

.hover\:text-\[\#003D7B\]:hover{
  --tw-text-opacity: 1;
  color: rgb(0 61 123 / var(--tw-text-opacity));
}

.hover\:text-\[\#00AEEF\]:hover{
  --tw-text-opacity: 1;
  color: rgb(0 174 239 / var(--tw-text-opacity));
}

.hover\:text-\[\#1A356D\]:hover{
  --tw-text-opacity: 1;
  color: rgb(26 53 109 / var(--tw-text-opacity));
}

.hover\:text-\[\#F0C324\]:hover{
  --tw-text-opacity: 1;
  color: rgb(240 195 36 / var(--tw-text-opacity));
}

.hover\:text-\[\#F8B927\]:hover{
  --tw-text-opacity: 1;
  color: rgb(248 185 39 / var(--tw-text-opacity));
}

.hover\:text-gray-600:hover{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.hover\:text-gray-700:hover{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.hover\:text-light-blue-btn:hover{
  --tw-text-opacity: 1;
  color: rgb(0 162 222 / var(--tw-text-opacity));
}

.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hover\:opacity-90:hover{
  opacity: 0.9;
}

.focus\:border-\[\#00AEEF\]:focus{
  --tw-border-opacity: 1;
  border-color: rgb(0 174 239 / var(--tw-border-opacity));
}

.focus\:border-gray-300:focus{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-2:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-\[\#00AEEF\]:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 174 239 / var(--tw-ring-opacity));
}

.group:hover .group-hover\:pointer-events-auto{
  pointer-events: auto;
}

.group:hover .group-hover\:block{
  display: block;
}

.group:hover .group-hover\:rotate-12{
  --tw-rotate: 12deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:scale-110{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:scale-\[1\.1\]{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:bg-white\/20{
  background-color: rgb(255 255 255 / 0.2);
}

.group:hover .group-hover\:fill-\[\#003D7B\]{
  fill: #003D7B;
}

.group:hover .group-hover\:fill-\[\#00AEEF\]{
  fill: #00AEEF;
}

.group:hover .group-hover\:fill-\[\#F0C324\]{
  fill: #F0C324;
}

.group:hover .group-hover\:fill-\[\#F8B927\]{
  fill: #F8B927;
}

.group:hover .group-hover\:stroke-white{
  stroke: #fff;
}

.group:hover .group-hover\:text-\[\#00AEEF\]{
  --tw-text-opacity: 1;
  color: rgb(0 174 239 / var(--tw-text-opacity));
}

.group:hover .group-hover\:opacity-100{
  opacity: 1;
}

.group:hover .group-hover\:opacity-90{
  opacity: 0.9;
}

.group:hover .group-hover\:brightness-125{
  --tw-brightness: brightness(1.25);
  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);
}

.prose-headings\:text-\[\#003D7B\] :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  --tw-text-opacity: 1;
  color: rgb(0 61 123 / var(--tw-text-opacity));
}

.prose-p\:text-gray-700 :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.prose-a\:text-\[\#00AEEF\] :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  --tw-text-opacity: 1;
  color: rgb(0 174 239 / 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(185 28 28 / var(--tw-text-opacity));
}

.hover\:prose-a\:text-\[\#003D7B\] :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))):hover{
  --tw-text-opacity: 1;
  color: rgb(0 61 123 / var(--tw-text-opacity));
}

@media (min-width: 400px){
  .xs\:w-\[140px\]{
    width: 140px;
  }

  .xs\:text-\[100px\]{
    font-size: 100px;
  }

  .xs\:text-\[32px\]{
    font-size: 32px;
  }
}

@media (min-width: 640px){
  .sm\:bottom-4{
    bottom: 1rem;
  }

  .sm\:left-6{
    left: 1.5rem;
  }

  .sm\:right-0{
    right: 0px;
  }

  .sm\:right-4{
    right: 1rem;
  }

  .sm\:right-5{
    right: 1.25rem;
  }

  .sm\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sm\:ml-4{
    margin-left: 1rem;
  }

  .sm\:ml-5{
    margin-left: 1.25rem;
  }

  .sm\:mr-12{
    margin-right: 3rem;
  }

  .sm\:mt-4{
    margin-top: 1rem;
  }

  .sm\:mt-80{
    margin-top: 20rem;
  }

  .sm\:h-1\/2{
    height: 50%;
  }

  .sm\:h-10{
    height: 2.5rem;
  }

  .sm\:h-12{
    height: 3rem;
  }

  .sm\:h-16{
    height: 4rem;
  }

  .sm\:h-2\/3{
    height: 66.666667%;
  }

  .sm\:h-\[180px\]{
    height: 180px;
  }

  .sm\:h-\[378px\]{
    height: 378px;
  }

  .sm\:h-\[410px\]{
    height: 410px;
  }

  .sm\:h-\[506px\]{
    height: 506px;
  }

  .sm\:h-\[563px\]{
    height: 563px;
  }

  .sm\:h-\[593px\]{
    height: 593px;
  }

  .sm\:h-\[60px\]{
    height: 60px;
  }

  .sm\:h-\[620px\]{
    height: 620px;
  }

  .sm\:h-\[90px\]{
    height: 90px;
  }

  .sm\:h-auto{
    height: auto;
  }

  .sm\:w-1\/2{
    width: 50%;
  }

  .sm\:w-12{
    width: 3rem;
  }

  .sm\:w-16{
    width: 4rem;
  }

  .sm\:w-2\/3{
    width: 66.666667%;
  }

  .sm\:w-\[180px\]{
    width: 180px;
  }

  .sm\:w-\[38\%\]{
    width: 38%;
  }

  .sm\:w-\[400px\]{
    width: 400px;
  }

  .sm\:w-\[411px\]{
    width: 411px;
  }

  .sm\:w-\[416px\]{
    width: 416px;
  }

  .sm\:w-auto{
    width: auto;
  }

  .sm\:w-fit{
    width: -moz-fit-content;
    width: fit-content;
  }

  .sm\:min-w-\[208px\]{
    min-width: 208px;
  }

  .sm\:max-w-\[220px\]{
    max-width: 220px;
  }

  .sm\:max-w-\[250px\]{
    max-width: 250px;
  }

  .sm\: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));
  }

  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sm\:flex-row{
    flex-direction: row;
  }

  .sm\:gap-4{
    gap: 1rem;
  }

  .sm\:gap-5{
    gap: 1.25rem;
  }

  .sm\:gap-6{
    gap: 1.5rem;
  }

  .sm\:space-x-\[-16px\] > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(-16px * var(--tw-space-x-reverse));
    margin-left: calc(-16px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\: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));
  }

  .sm\:rounded-bl-\[12px\]{
    border-bottom-left-radius: 12px;
  }

  .sm\:rounded-br-\[12px\]{
    border-bottom-right-radius: 12px;
  }

  .sm\:p-10{
    padding: 2.5rem;
  }

  .sm\:p-4{
    padding: 1rem;
  }

  .sm\:\!px-4{
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .sm\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .sm\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .sm\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm\:pb-80{
    padding-bottom: 20rem;
  }

  .sm\:pl-5{
    padding-left: 1.25rem;
  }

  .sm\:text-\[14\.4px\]{
    font-size: 14.4px;
  }

  .sm\:text-\[14px\]{
    font-size: 14px;
  }

  .sm\:text-\[15\.5px\]{
    font-size: 15.5px;
  }

  .sm\:text-\[16px\]{
    font-size: 16px;
  }

  .sm\:text-\[18px\]{
    font-size: 18px;
  }

  .sm\:text-\[200px\]{
    font-size: 200px;
  }

  .sm\:text-\[24px\]{
    font-size: 24px;
  }

  .sm\:text-\[28px\]{
    font-size: 28px;
  }

  .sm\:text-\[32px\]{
    font-size: 32px;
  }

  .sm\:text-\[46px\]{
    font-size: 46px;
  }

  .sm\:text-\[65px\]{
    font-size: 65px;
  }

  .sm\:text-\[66px\]{
    font-size: 66px;
  }

  .sm\:font-bold{
    font-weight: 700;
  }
}

@media (min-width: 768px){
  .md\:bottom-8{
    bottom: 2rem;
  }

  .md\:order-1{
    order: 1;
  }

  .md\:order-2{
    order: 2;
  }

  .md\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .md\:-mt-6{
    margin-top: -1.5rem;
  }

  .md\:mb-10{
    margin-bottom: 2.5rem;
  }

  .md\:mb-14{
    margin-bottom: 3.5rem;
  }

  .md\:mb-6{
    margin-bottom: 1.5rem;
  }

  .md\:mb-8{
    margin-bottom: 2rem;
  }

  .md\:mb-\[50px\]{
    margin-bottom: 50px;
  }

  .md\:ml-6{
    margin-left: 1.5rem;
  }

  .md\:mt-12{
    margin-top: 3rem;
  }

  .md\:mt-6{
    margin-top: 1.5rem;
  }

  .md\:block{
    display: block;
  }

  .md\:inline{
    display: inline;
  }

  .md\:flex{
    display: flex;
  }

  .md\:hidden{
    display: none;
  }

  .md\:aspect-\[4\/3\]{
    aspect-ratio: 4/3;
  }

  .md\:h-10{
    height: 2.5rem;
  }

  .md\:h-14{
    height: 3.5rem;
  }

  .md\:h-16{
    height: 4rem;
  }

  .md\:h-20{
    height: 5rem;
  }

  .md\:h-32{
    height: 8rem;
  }

  .md\:h-36{
    height: 9rem;
  }

  .md\:h-\[100px\]{
    height: 100px;
  }

  .md\:h-\[200px\]{
    height: 200px;
  }

  .md\:h-\[420px\]{
    height: 420px;
  }

  .md\:h-\[451px\]{
    height: 451px;
  }

  .md\:h-\[50px\]{
    height: 50px;
  }

  .md\:h-\[55\%\]{
    height: 55%;
  }

  .md\:h-\[593px\]{
    height: 593px;
  }

  .md\:h-\[780px\]{
    height: 780px;
  }

  .md\:h-auto{
    height: auto;
  }

  .md\:max-h-\[700px\]{
    max-height: 700px;
  }

  .md\:w-1\/2{
    width: 50%;
  }

  .md\:w-1\/4{
    width: 25%;
  }

  .md\:w-10{
    width: 2.5rem;
  }

  .md\:w-36{
    width: 9rem;
  }

  .md\:w-\[474px\]{
    width: 474px;
  }

  .md\:w-\[519px\]{
    width: 519px;
  }

  .md\:w-\[calc\(33\.33\%-14px\)\]{
    width: calc(33.33% - 14px);
  }

  .md\:w-\[calc\(50\%-12px\)\]{
    width: calc(50% - 12px);
  }

  .md\:w-\[calc\(50\%-16px\)\]{
    width: calc(50% - 16px);
  }

  .md\:w-auto{
    width: auto;
  }

  .md\:w-fit{
    width: -moz-fit-content;
    width: fit-content;
  }

  .md\:max-w-\[768px\]{
    max-width: 768px;
  }

  .md\:flex-1{
    flex: 1 1 0%;
  }

  .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\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:flex-row{
    flex-direction: row;
  }

  .md\:items-end{
    align-items: flex-end;
  }

  .md\:items-center{
    align-items: center;
  }

  .md\:justify-between{
    justify-content: space-between;
  }

  .md\:gap-10{
    gap: 2.5rem;
  }

  .md\:gap-12{
    gap: 3rem;
  }

  .md\:gap-4{
    gap: 1rem;
  }

  .md\:gap-5{
    gap: 1.25rem;
  }

  .md\:gap-6{
    gap: 1.5rem;
  }

  .md\:gap-8{
    gap: 2rem;
  }

  .md\:gap-y-4{
    row-gap: 1rem;
  }

  .md\:rounded-\[15px\]{
    border-radius: 15px;
  }

  .md\:rounded-\[16px\]{
    border-radius: 16px;
  }

  .md\:rounded-\[20px\]{
    border-radius: 20px;
  }

  .md\:rounded-\[27px\]{
    border-radius: 27px;
  }

  .md\:rounded-\[35px\]{
    border-radius: 35px;
  }

  .md\:p-12{
    padding: 3rem;
  }

  .md\:p-4{
    padding: 1rem;
  }

  .md\:p-5{
    padding: 1.25rem;
  }

  .md\:p-6{
    padding: 1.5rem;
  }

  .md\:p-7{
    padding: 1.75rem;
  }

  .md\:p-8{
    padding: 2rem;
  }

  .md\:\!px-8{
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .md\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:pb-10{
    padding-bottom: 2.5rem;
  }

  .md\:pb-6{
    padding-bottom: 1.5rem;
  }

  .md\:pb-64{
    padding-bottom: 16rem;
  }

  .md\:pl-0{
    padding-left: 0px;
  }

  .md\:pl-6{
    padding-left: 1.5rem;
  }

  .md\:pr-10{
    padding-right: 2.5rem;
  }

  .md\:pr-20{
    padding-right: 5rem;
  }

  .md\:pr-32{
    padding-right: 8rem;
  }

  .md\:pt-\[30px\]{
    padding-top: 30px;
  }

  .md\:text-left{
    text-align: left;
  }

  .md\:text-\[105px\]{
    font-size: 105px;
  }

  .md\:text-\[14px\]{
    font-size: 14px;
  }

  .md\:text-\[15\.2px\]{
    font-size: 15.2px;
  }

  .md\:text-\[15\.5px\]{
    font-size: 15.5px;
  }

  .md\:text-\[15px\]{
    font-size: 15px;
  }

  .md\:text-\[16px\]{
    font-size: 16px;
  }

  .md\:text-\[17\.5px\]{
    font-size: 17.5px;
  }

  .md\:text-\[17px\]{
    font-size: 17px;
  }

  .md\:text-\[18px\]{
    font-size: 18px;
  }

  .md\:text-\[20px\]{
    font-size: 20px;
  }

  .md\:text-\[21px\]{
    font-size: 21px;
  }

  .md\:text-\[22px\]{
    font-size: 22px;
  }

  .md\:text-\[24px\]{
    font-size: 24px;
  }

  .md\:text-\[26px\]{
    font-size: 26px;
  }

  .md\:text-\[28px\]{
    font-size: 28px;
  }

  .md\:text-\[30px\]{
    font-size: 30px;
  }

  .md\:text-\[32px\]{
    font-size: 32px;
  }

  .md\:text-\[34px\]{
    font-size: 34px;
  }

  .md\:text-\[36px\]{
    font-size: 36px;
  }

  .md\:text-\[38px\]{
    font-size: 38px;
  }

  .md\:text-\[40px\]{
    font-size: 40px;
  }

  .md\:text-\[44px\]{
    font-size: 44px;
  }

  .md\:text-\[45px\]{
    font-size: 45px;
  }

  .md\:text-\[46px\]{
    font-size: 46px;
  }

  .md\:text-\[48px\]{
    font-size: 48px;
  }

  .md\:text-\[50px\]{
    font-size: 50px;
  }

  .md\:text-\[56px\]{
    font-size: 56px;
  }

  .md\:text-\[60px\]{
    font-size: 60px;
  }

  .md\:text-\[64px\]{
    font-size: 64px;
  }

  .md\:text-\[80px\]{
    font-size: 80px;
  }

  .md\:text-\[85px\]{
    font-size: 85px;
  }

  .md\:text-\[95px\]{
    font-size: 95px;
  }

  .md\:tracking-\[-0\.36px\]{
    letter-spacing: -0.36px;
  }

  .md\:tracking-\[-0\.5px\]{
    letter-spacing: -0.5px;
  }

  .md\:tracking-\[-0\.6px\]{
    letter-spacing: -0.6px;
  }

  .md\:tracking-\[-0\.7px\]{
    letter-spacing: -0.7px;
  }

  .md\:tracking-\[-0\.82px\]{
    letter-spacing: -0.82px;
  }

  .md\:tracking-\[-0\.8px\]{
    letter-spacing: -0.8px;
  }

  .md\:tracking-\[-1\.1px\]{
    letter-spacing: -1.1px;
  }

  .md\:tracking-\[-1\.2px\]{
    letter-spacing: -1.2px;
  }

  .md\:tracking-\[-1\.44px\]{
    letter-spacing: -1.44px;
  }

  .md\:tracking-\[-1\.4px\]{
    letter-spacing: -1.4px;
  }

  .md\:tracking-\[-1\.6px\]{
    letter-spacing: -1.6px;
  }

  .md\:tracking-\[-1\.8px\]{
    letter-spacing: -1.8px;
  }

  .md\:tracking-\[-1\.92px\]{
    letter-spacing: -1.92px;
  }

  .md\:tracking-\[-16px\]{
    letter-spacing: -16px;
  }

  .md\:tracking-\[-192px\]{
    letter-spacing: -192px;
  }

  .md\:tracking-\[-1px\]{
    letter-spacing: -1px;
  }

  .md\:tracking-\[-2px\]{
    letter-spacing: -2px;
  }

  .md\:tracking-\[-4px\]{
    letter-spacing: -4px;
  }
}

@media (min-width: 1024px){
  .lg\:sticky{
    position: sticky;
  }

  .lg\:-right-64{
    right: -16rem;
  }

  .lg\:bottom-20{
    bottom: 5rem;
  }

  .lg\:right-8{
    right: 2rem;
  }

  .lg\:top-10{
    top: 2.5rem;
  }

  .lg\:top-\[170px\]{
    top: 170px;
  }

  .lg\:z-10{
    z-index: 10;
  }

  .lg\:z-\[0\]{
    z-index: 0;
  }

  .lg\:z-\[2\]{
    z-index: 2;
  }

  .lg\:order-1{
    order: 1;
  }

  .lg\:order-2{
    order: 2;
  }

  .lg\:-my-64{
    margin-top: -16rem;
    margin-bottom: -16rem;
  }

  .lg\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:-mt-16{
    margin-top: -4rem;
  }

  .lg\:-mt-5{
    margin-top: -1.25rem;
  }

  .lg\:mb-0{
    margin-bottom: 0px;
  }

  .lg\:mb-4{
    margin-bottom: 1rem;
  }

  .lg\:mb-9{
    margin-bottom: 2.25rem;
  }

  .lg\:ml-0{
    margin-left: 0px;
  }

  .lg\:mt-0{
    margin-top: 0px;
  }

  .lg\:mt-4{
    margin-top: 1rem;
  }

  .lg\:block{
    display: block;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:\!hidden{
    display: none !important;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:aspect-\[3\/2\]{
    aspect-ratio: 3/2;
  }

  .lg\:h-1\/2{
    height: 50%;
  }

  .lg\:h-\[160px\]{
    height: 160px;
  }

  .lg\:h-\[440px\]{
    height: 440px;
  }

  .lg\:h-\[506px\]{
    height: 506px;
  }

  .lg\:h-\[550px\]{
    height: 550px;
  }

  .lg\:h-\[600px\]{
    height: 600px;
  }

  .lg\:h-\[660px\]{
    height: 660px;
  }

  .lg\:h-\[766px\]{
    height: 766px;
  }

  .lg\:h-full{
    height: 100%;
  }

  .lg\:max-h-\[500px\]{
    max-height: 500px;
  }

  .lg\:min-h-\[688px\]{
    min-height: 688px;
  }

  .lg\:min-h-\[785px\]{
    min-height: 785px;
  }

  .lg\:w-1\/2{
    width: 50%;
  }

  .lg\:w-60{
    width: 15rem;
  }

  .lg\:w-\[15\%\]{
    width: 15%;
  }

  .lg\:w-\[259px\]{
    width: 259px;
  }

  .lg\:w-\[35\%\]{
    width: 35%;
  }

  .lg\:w-\[40\%\]{
    width: 40%;
  }

  .lg\:w-\[420px\]{
    width: 420px;
  }

  .lg\:w-\[45\%\]{
    width: 45%;
  }

  .lg\:w-\[520px\]{
    width: 520px;
  }

  .lg\:w-\[55\%\]{
    width: 55%;
  }

  .lg\:w-\[560px\]{
    width: 560px;
  }

  .lg\:w-\[60\%\]{
    width: 60%;
  }

  .lg\:w-\[625px\]{
    width: 625px;
  }

  .lg\:w-\[70\%\]{
    width: 70%;
  }

  .lg\:w-\[80\%\]{
    width: 80%;
  }

  .lg\:w-\[calc\(33\.33\%-16px\)\]{
    width: calc(33.33% - 16px);
  }

  .lg\:w-\[calc\(50\%-12px\)\]{
    width: calc(50% - 12px);
  }

  .lg\:w-\[calc\(50\%-16px\)\]{
    width: calc(50% - 16px);
  }

  .lg\:w-auto{
    width: auto;
  }

  .lg\:w-fit{
    width: -moz-fit-content;
    width: fit-content;
  }

  .lg\:w-full{
    width: 100%;
  }

  .lg\:max-w-\[1536px\]{
    max-width: 1536px;
  }

  .lg\:max-w-\[440px\]{
    max-width: 440px;
  }

  .lg\:max-w-\[510px\]{
    max-width: 510px;
  }

  .lg\:max-w-\[516px\]{
    max-width: 516px;
  }

  .lg\:max-w-\[533px\]{
    max-width: 533px;
  }

  .lg\:max-w-\[536px\]{
    max-width: 536px;
  }

  .lg\:max-w-\[578px\]{
    max-width: 578px;
  }

  .lg\:max-w-\[580px\]{
    max-width: 580px;
  }

  .lg\:max-w-\[590px\]{
    max-width: 590px;
  }

  .lg\:max-w-\[605px\]{
    max-width: 605px;
  }

  .lg\:max-w-\[620px\]{
    max-width: 620px;
  }

  .lg\:max-w-\[640px\]{
    max-width: 640px;
  }

  .lg\:max-w-\[645px\]{
    max-width: 645px;
  }

  .lg\:max-w-\[680px\]{
    max-width: 680px;
  }

  .lg\:max-w-\[686px\]{
    max-width: 686px;
  }

  .lg\:max-w-\[692px\]{
    max-width: 692px;
  }

  .lg\:max-w-\[697px\]{
    max-width: 697px;
  }

  .lg\:max-w-\[700px\]{
    max-width: 700px;
  }

  .lg\:max-w-\[720px\]{
    max-width: 720px;
  }

  .lg\:max-w-\[729px\]{
    max-width: 729px;
  }

  .lg\:max-w-\[800px\]{
    max-width: 800px;
  }

  .lg\:max-w-\[803px\]{
    max-width: 803px;
  }

  .lg\:max-w-\[820px\]{
    max-width: 820px;
  }

  .lg\:max-w-\[830px\]{
    max-width: 830px;
  }

  .lg\:max-w-\[840px\]{
    max-width: 840px;
  }

  .lg\:max-w-\[850px\]{
    max-width: 850px;
  }

  .lg\:max-w-\[900px\]{
    max-width: 900px;
  }

  .lg\:flex-1{
    flex: 1 1 0%;
  }

  .lg\:flex-shrink-0{
    flex-shrink: 0;
  }

  .lg\:-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));
  }

  .lg\:-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));
  }

  .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\:rotate-\[16deg\]{
    --tw-rotate: 16deg;
    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-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\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .lg\:flex-row{
    flex-direction: row;
  }

  .lg\:flex-row-reverse{
    flex-direction: row-reverse;
  }

  .lg\:flex-col{
    flex-direction: column;
  }

  .lg\:flex-nowrap{
    flex-wrap: nowrap;
  }

  .lg\:items-start{
    align-items: flex-start;
  }

  .lg\:items-center{
    align-items: center;
  }

  .lg\:items-stretch{
    align-items: stretch;
  }

  .lg\:justify-start{
    justify-content: flex-start;
  }

  .lg\:justify-end{
    justify-content: flex-end;
  }

  .lg\:justify-between{
    justify-content: space-between;
  }

  .lg\:gap-0{
    gap: 0px;
  }

  .lg\:gap-1{
    gap: 0.25rem;
  }

  .lg\:gap-1\.5{
    gap: 0.375rem;
  }

  .lg\:gap-10{
    gap: 2.5rem;
  }

  .lg\:gap-12{
    gap: 3rem;
  }

  .lg\:gap-16{
    gap: 4rem;
  }

  .lg\:gap-2{
    gap: 0.5rem;
  }

  .lg\:gap-5{
    gap: 1.25rem;
  }

  .lg\:gap-6{
    gap: 1.5rem;
  }

  .lg\:gap-\[30px\]{
    gap: 30px;
  }

  .lg\:gap-x-12{
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .lg\:gap-x-24{
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .lg\:overflow-y-auto{
    overflow-y: auto;
  }

  .lg\:rounded-\[30px\]{
    border-radius: 30px;
  }

  .lg\:border-r-\[1px\]{
    border-right-width: 1px;
  }

  .lg\:border-r-\[\#00000040\]{
    border-right-color: #00000040;
  }

  .lg\:p-12{
    padding: 3rem;
  }

  .lg\:p-5{
    padding: 1.25rem;
  }

  .lg\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .lg\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .lg\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .lg\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:pb-0{
    padding-bottom: 0px;
  }

  .lg\:pb-28{
    padding-bottom: 7rem;
  }

  .lg\:pb-32{
    padding-bottom: 8rem;
  }

  .lg\:pl-0{
    padding-left: 0px;
  }

  .lg\:pl-24{
    padding-left: 6rem;
  }

  .lg\:pl-4{
    padding-left: 1rem;
  }

  .lg\:pr-0{
    padding-right: 0px;
  }

  .lg\:pr-12{
    padding-right: 3rem;
  }

  .lg\:pt-0{
    padding-top: 0px;
  }

  .lg\:pt-10{
    padding-top: 2.5rem;
  }

  .lg\:pt-12{
    padding-top: 3rem;
  }

  .lg\:pt-16{
    padding-top: 4rem;
  }

  .lg\:pt-28{
    padding-top: 7rem;
  }

  .lg\:pt-6{
    padding-top: 1.5rem;
  }

  .lg\:text-left{
    text-align: left;
  }

  .lg\:text-\[14px\]{
    font-size: 14px;
  }

  .lg\:text-\[160px\]{
    font-size: 160px;
  }

  .lg\:text-\[18px\]{
    font-size: 18px;
  }

  .lg\:text-\[20px\]{
    font-size: 20px;
  }

  .lg\:text-\[22px\]{
    font-size: 22px;
  }

  .lg\:text-\[26px\]{
    font-size: 26px;
  }

  .lg\:text-\[28px\]{
    font-size: 28px;
  }

  .lg\:text-\[30px\]{
    font-size: 30px;
  }

  .lg\:text-\[32px\]{
    font-size: 32px;
  }

  .lg\:text-\[36px\]{
    font-size: 36px;
  }

  .lg\:text-\[40px\]{
    font-size: 40px;
  }

  .lg\:text-\[48px\]{
    font-size: 48px;
  }

  .lg\:text-\[52px\]{
    font-size: 52px;
  }

  .lg\:text-\[56px\]{
    font-size: 56px;
  }

  .lg\:text-\[86px\]{
    font-size: 86px;
  }

  .lg\:text-white{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}

@media (min-width: 1280px){
  .xl\:-left-16{
    left: -4rem;
  }

  .xl\:-left-20{
    left: -5rem;
  }

  .xl\:-left-24{
    left: -6rem;
  }

  .xl\:-left-40{
    left: -10rem;
  }

  .xl\:-left-48{
    left: -12rem;
  }

  .xl\:-left-72{
    left: -18rem;
  }

  .xl\:-right-0{
    right: -0px;
  }

  .xl\:-right-24{
    right: -6rem;
  }

  .xl\:-right-40{
    right: -10rem;
  }

  .xl\:-right-48{
    right: -12rem;
  }

  .xl\:-right-72{
    right: -18rem;
  }

  .xl\:-top-20{
    top: -5rem;
  }

  .xl\:left-8{
    left: 2rem;
  }

  .xl\:right-0{
    right: 0px;
  }

  .xl\:right-7{
    right: 1.75rem;
  }

  .xl\:order-1{
    order: 1;
  }

  .xl\:order-2{
    order: 2;
  }

  .xl\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xl\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .xl\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xl\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xl\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xl\:my-\[50px\]{
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .xl\:-mr-4{
    margin-right: -1rem;
  }

  .xl\:-mt-24{
    margin-top: -6rem;
  }

  .xl\:mb-10{
    margin-bottom: 2.5rem;
  }

  .xl\:mb-12{
    margin-bottom: 3rem;
  }

  .xl\:mb-14{
    margin-bottom: 3.5rem;
  }

  .xl\:mb-16{
    margin-bottom: 4rem;
  }

  .xl\:mb-20{
    margin-bottom: 5rem;
  }

  .xl\:mb-4{
    margin-bottom: 1rem;
  }

  .xl\:mb-6{
    margin-bottom: 1.5rem;
  }

  .xl\:mb-8{
    margin-bottom: 2rem;
  }

  .xl\:mb-\[112px\]{
    margin-bottom: 112px;
  }

  .xl\:mb-\[30px\]{
    margin-bottom: 30px;
  }

  .xl\:mb-\[50px\]{
    margin-bottom: 50px;
  }

  .xl\:mb-\[60px\]{
    margin-bottom: 60px;
  }

  .xl\:mb-\[70px\]{
    margin-bottom: 70px;
  }

  .xl\:mb-\[80px\]{
    margin-bottom: 80px;
  }

  .xl\:mb-\[97px\]{
    margin-bottom: 97px;
  }

  .xl\:mt-10{
    margin-top: 2.5rem;
  }

  .xl\:mt-12{
    margin-top: 3rem;
  }

  .xl\:mt-14{
    margin-top: 3.5rem;
  }

  .xl\:mt-16{
    margin-top: 4rem;
  }

  .xl\:mt-20{
    margin-top: 5rem;
  }

  .xl\:mt-24{
    margin-top: 6rem;
  }

  .xl\:mt-5{
    margin-top: 1.25rem;
  }

  .xl\:mt-6{
    margin-top: 1.5rem;
  }

  .xl\:mt-8{
    margin-top: 2rem;
  }

  .xl\:mt-\[60px\]{
    margin-top: 60px;
  }

  .xl\:h-14{
    height: 3.5rem;
  }

  .xl\:h-16{
    height: 4rem;
  }

  .xl\:h-44{
    height: 11rem;
  }

  .xl\:h-\[101px\]{
    height: 101px;
  }

  .xl\:h-\[120px\]{
    height: 120px;
  }

  .xl\:h-\[22px\]{
    height: 22px;
  }

  .xl\:h-\[437px\]{
    height: 437px;
  }

  .xl\:h-\[450px\]{
    height: 450px;
  }

  .xl\:h-\[50px\]{
    height: 50px;
  }

  .xl\:h-\[513px\]{
    height: 513px;
  }

  .xl\:h-\[580px\]{
    height: 580px;
  }

  .xl\:h-\[584px\]{
    height: 584px;
  }

  .xl\:h-\[74px\]{
    height: 74px;
  }

  .xl\:h-\[80px\]{
    height: 80px;
  }

  .xl\:h-auto{
    height: auto;
  }

  .xl\:max-h-\[700px\]{
    max-height: 700px;
  }

  .xl\:max-h-\[80px\]{
    max-height: 80px;
  }

  .xl\:max-h-\[940px\]{
    max-height: 940px;
  }

  .xl\:w-1\/2{
    width: 50%;
  }

  .xl\:w-14{
    width: 3.5rem;
  }

  .xl\:w-2\/3{
    width: 66.666667%;
  }

  .xl\:w-3\/4{
    width: 75%;
  }

  .xl\:w-44{
    width: 11rem;
  }

  .xl\:w-\[21px\]{
    width: 21px;
  }

  .xl\:w-\[22px\]{
    width: 22px;
  }

  .xl\:w-\[40\%\]{
    width: 40%;
  }

  .xl\:w-\[45\%\]{
    width: 45%;
  }

  .xl\:w-\[515px\]{
    width: 515px;
  }

  .xl\:w-\[55\%\]{
    width: 55%;
  }

  .xl\:w-\[60\%\]{
    width: 60%;
  }

  .xl\:w-\[600px\]{
    width: 600px;
  }

  .xl\:w-\[65\%\]{
    width: 65%;
  }

  .xl\:w-\[691px\]{
    width: 691px;
  }

  .xl\:w-\[calc\(50\%-20px\)\]{
    width: calc(50% - 20px);
  }

  .xl\:w-auto{
    width: auto;
  }

  .xl\:w-fit{
    width: -moz-fit-content;
    width: fit-content;
  }

  .xl\:max-w-\[620px\]{
    max-width: 620px;
  }

  .xl\:max-w-\[640px\]{
    max-width: 640px;
  }

  .xl\:max-w-\[760px\]{
    max-width: 760px;
  }

  .xl\:flex-1{
    flex: 1 1 0%;
  }

  .xl\:-translate-y-12{
    --tw-translate-y: -3rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .xl\:translate-y-\[-40\%\]{
    --tw-translate-y: -40%;
    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));
  }

  .xl\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xl\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xl\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .xl\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .xl\:flex-row{
    flex-direction: row;
  }

  .xl\:items-stretch{
    align-items: stretch;
  }

  .xl\:gap-10{
    gap: 2.5rem;
  }

  .xl\:gap-12{
    gap: 3rem;
  }

  .xl\:gap-14{
    gap: 3.5rem;
  }

  .xl\:gap-16{
    gap: 4rem;
  }

  .xl\:gap-2{
    gap: 0.5rem;
  }

  .xl\:gap-20{
    gap: 5rem;
  }

  .xl\:gap-24{
    gap: 6rem;
  }

  .xl\:gap-4{
    gap: 1rem;
  }

  .xl\:gap-5{
    gap: 1.25rem;
  }

  .xl\:gap-6{
    gap: 1.5rem;
  }

  .xl\:gap-7{
    gap: 1.75rem;
  }

  .xl\:gap-8{
    gap: 2rem;
  }

  .xl\:gap-\[30px\]{
    gap: 30px;
  }

  .xl\:gap-x-4{
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .xl\:gap-y-5{
    row-gap: 1.25rem;
  }

  .xl\:space-y-14 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-40 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-\[60px\] > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(60px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(60px * var(--tw-space-y-reverse));
  }

  .xl\:whitespace-nowrap{
    white-space: nowrap;
  }

  .xl\:rounded-\[20px\]{
    border-radius: 20px;
  }

  .xl\:rounded-\[21px\]{
    border-radius: 21px;
  }

  .xl\:rounded-\[23px\]{
    border-radius: 23px;
  }

  .xl\:rounded-\[30px\]{
    border-radius: 30px;
  }

  .xl\:rounded-\[32px\]{
    border-radius: 32px;
  }

  .xl\:rounded-\[35px\]{
    border-radius: 35px;
  }

  .xl\:rounded-bl-\[20px\]{
    border-bottom-left-radius: 20px;
  }

  .xl\:rounded-bl-\[23px\]{
    border-bottom-left-radius: 23px;
  }

  .xl\:rounded-br-\[20px\]{
    border-bottom-right-radius: 20px;
  }

  .xl\:p-10{
    padding: 2.5rem;
  }

  .xl\:p-20{
    padding: 5rem;
  }

  .xl\:p-6{
    padding: 1.5rem;
  }

  .xl\:p-8{
    padding: 2rem;
  }

  .xl\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xl\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xl\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xl\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xl\:px-\[22px\]{
    padding-left: 22px;
    padding-right: 22px;
  }

  .xl\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xl\:py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .xl\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xl\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .xl\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xl\:py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .xl\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .xl\:py-36{
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .xl\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .xl\:py-44{
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .xl\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xl\:py-\[110px\]{
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .xl\:py-\[22px\]{
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .xl\:py-\[90px\]{
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .xl\:pb-0{
    padding-bottom: 0px;
  }

  .xl\:pb-12{
    padding-bottom: 3rem;
  }

  .xl\:pb-20{
    padding-bottom: 5rem;
  }

  .xl\:pb-24{
    padding-bottom: 6rem;
  }

  .xl\:pb-44{
    padding-bottom: 11rem;
  }

  .xl\:pb-8{
    padding-bottom: 2rem;
  }

  .xl\:pb-80{
    padding-bottom: 20rem;
  }

  .xl\:pb-96{
    padding-bottom: 24rem;
  }

  .xl\:pl-10{
    padding-left: 2.5rem;
  }

  .xl\:pr-0{
    padding-right: 0px;
  }

  .xl\:pt-10{
    padding-top: 2.5rem;
  }

  .xl\:pt-14{
    padding-top: 3.5rem;
  }

  .xl\:pt-16{
    padding-top: 4rem;
  }

  .xl\:pt-20{
    padding-top: 5rem;
  }

  .xl\:pt-24{
    padding-top: 6rem;
  }

  .xl\:pt-6{
    padding-top: 1.5rem;
  }

  .xl\:text-\[120px\]{
    font-size: 120px;
  }

  .xl\:text-\[125px\]{
    font-size: 125px;
  }

  .xl\:text-\[130px\]{
    font-size: 130px;
  }

  .xl\:text-\[149px\]{
    font-size: 149px;
  }

  .xl\:text-\[14px\]{
    font-size: 14px;
  }

  .xl\:text-\[16px\]{
    font-size: 16px;
  }

  .xl\:text-\[17\.5px\]{
    font-size: 17.5px;
  }

  .xl\:text-\[17px\]{
    font-size: 17px;
  }

  .xl\:text-\[18px\]{
    font-size: 18px;
  }

  .xl\:text-\[20px\]{
    font-size: 20px;
  }

  .xl\:text-\[21px\]{
    font-size: 21px;
  }

  .xl\:text-\[22\.6px\]{
    font-size: 22.6px;
  }

  .xl\:text-\[22px\]{
    font-size: 22px;
  }

  .xl\:text-\[24px\]{
    font-size: 24px;
  }

  .xl\:text-\[250px\]{
    font-size: 250px;
  }

  .xl\:text-\[25px\]{
    font-size: 25px;
  }

  .xl\:text-\[26px\]{
    font-size: 26px;
  }

  .xl\:text-\[28px\]{
    font-size: 28px;
  }

  .xl\:text-\[30px\]{
    font-size: 30px;
  }

  .xl\:text-\[31px\]{
    font-size: 31px;
  }

  .xl\:text-\[32px\]{
    font-size: 32px;
  }

  .xl\:text-\[33px\]{
    font-size: 33px;
  }

  .xl\:text-\[36px\]{
    font-size: 36px;
  }

  .xl\:text-\[37px\]{
    font-size: 37px;
  }

  .xl\:text-\[40px\]{
    font-size: 40px;
  }

  .xl\:text-\[42px\]{
    font-size: 42px;
  }

  .xl\:text-\[45\.576px\]{
    font-size: 45.576px;
  }

  .xl\:text-\[45px\]{
    font-size: 45px;
  }

  .xl\:text-\[46px\]{
    font-size: 46px;
  }

  .xl\:text-\[48px\]{
    font-size: 48px;
  }

  .xl\:text-\[50px\]{
    font-size: 50px;
  }

  .xl\:text-\[60px\]{
    font-size: 60px;
  }

  .xl\:text-\[62px\]{
    font-size: 62px;
  }

  .xl\:text-\[64px\]{
    font-size: 64px;
  }

  .xl\:text-\[65px\]{
    font-size: 65px;
  }

  .xl\:text-\[66px\]{
    font-size: 66px;
  }

  .xl\:text-\[72px\]{
    font-size: 72px;
  }

  .xl\:text-\[75px\]{
    font-size: 75px;
  }

  .xl\:text-\[80px\]{
    font-size: 80px;
  }

  .xl\:tracking-\[-0\.5px\]{
    letter-spacing: -0.5px;
  }

  .xl\:tracking-\[-0\.6px\]{
    letter-spacing: -0.6px;
  }

  .xl\:tracking-\[-0\.72px\]{
    letter-spacing: -0.72px;
  }

  .xl\:tracking-\[-0\.8px\]{
    letter-spacing: -0.8px;
  }

  .xl\:tracking-\[-0\.9px\]{
    letter-spacing: -0.9px;
  }

  .xl\:tracking-\[-1\.1px\]{
    letter-spacing: -1.1px;
  }

  .xl\:tracking-\[-1\.2px\]{
    letter-spacing: -1.2px;
  }

  .xl\:tracking-\[-1\.44px\]{
    letter-spacing: -1.44px;
  }

  .xl\:tracking-\[-1\.4px\]{
    letter-spacing: -1.4px;
  }

  .xl\:tracking-\[-1\.5px\]{
    letter-spacing: -1.5px;
  }

  .xl\:tracking-\[-1\.6px\]{
    letter-spacing: -1.6px;
  }

  .xl\:tracking-\[-1\.7px\]{
    letter-spacing: -1.7px;
  }

  .xl\:tracking-\[-1\.92px\]{
    letter-spacing: -1.92px;
  }

  .xl\:tracking-\[-1px\]{
    letter-spacing: -1px;
  }

  .xl\:tracking-\[-2\.28px\]{
    letter-spacing: -2.28px;
  }

  .xl\:tracking-\[-2\.4px\]{
    letter-spacing: -2.4px;
  }

  .xl\:tracking-\[-2\.5px\]{
    letter-spacing: -2.5px;
  }

  .xl\:tracking-\[-2px\]{
    letter-spacing: -2px;
  }

  .xl\:tracking-\[-3\.2px\]{
    letter-spacing: -3.2px;
  }

  .xl\:tracking-\[-3\.3px\]{
    letter-spacing: -3.3px;
  }

  .xl\:tracking-\[-3px\]{
    letter-spacing: -3px;
  }

  .xl\:tracking-\[-7px\]{
    letter-spacing: -7px;
  }
}

@media (min-width: 1500px){
  .\32xl\:-left-52{
    left: -13rem;
  }

  .\32xl\:left-0{
    left: 0px;
  }

  .\32xl\:right-0{
    right: 0px;
  }

  .\32xl\:-my-80{
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .\32xl\:-mr-32{
    margin-right: -8rem;
  }

  .\32xl\:mr-20{
    margin-right: 5rem;
  }

  .\32xl\:flex{
    display: flex;
  }

  .\32xl\:\!hidden{
    display: none !important;
  }

  .\32xl\:h-\[200px\]{
    height: 200px;
  }

  .\32xl\:h-auto{
    height: auto;
  }

  .\32xl\:max-h-\[753px\]{
    max-height: 753px;
  }

  .\32xl\:w-2\/3{
    width: 66.666667%;
  }

  .\32xl\:w-\[35\%\]{
    width: 35%;
  }

  .\32xl\:w-\[65\%\]{
    width: 65%;
  }

  .\32xl\:w-fit{
    width: -moz-fit-content;
    width: fit-content;
  }

  .\32xl\:max-w-\[1536px\]{
    max-width: 1536px;
  }

  .\32xl\:max-w-\[870px\]{
    max-width: 870px;
  }

  .\32xl\:max-w-none{
    max-width: none;
  }

  .\32xl\:translate-x-12{
    --tw-translate-x: 3rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .\32xl\:gap-10{
    gap: 2.5rem;
  }

  .\32xl\:gap-12{
    gap: 3rem;
  }

  .\32xl\:gap-24{
    gap: 6rem;
  }

  .\32xl\:gap-32{
    gap: 8rem;
  }

  .\32xl\:gap-36{
    gap: 9rem;
  }

  .\32xl\:gap-4{
    gap: 1rem;
  }

  .\32xl\:gap-6{
    gap: 1.5rem;
  }

  .\32xl\:gap-\[100px\]{
    gap: 100px;
  }

  .\32xl\:gap-\[120px\]{
    gap: 120px;
  }

  .\32xl\:gap-\[190px\]{
    gap: 190px;
  }

  .\32xl\:gap-\[192px\]{
    gap: 192px;
  }

  .\32xl\:gap-\[220px\]{
    gap: 220px;
  }

  .\32xl\:gap-\[60px\]{
    gap: 60px;
  }

  .\32xl\:gap-\[66px\]{
    gap: 66px;
  }

  .\32xl\:gap-x-6{
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .\32xl\:p-10{
    padding: 2.5rem;
  }

  .\32xl\:p-20{
    padding: 5rem;
  }

  .\32xl\:p-8{
    padding: 2rem;
  }

  .\32xl\:p-\[100px\]{
    padding: 100px;
  }

  .\32xl\:\!px-8{
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .\32xl\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .\32xl\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .\32xl\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .\32xl\:px-28{
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .\32xl\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .\32xl\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .\32xl\:py-36{
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .\32xl\:pb-\[100px\]{
    padding-bottom: 100px;
  }

  .\32xl\:pl-10{
    padding-left: 2.5rem;
  }

  .\32xl\:pl-12{
    padding-left: 3rem;
  }

  .\32xl\:pl-20{
    padding-left: 5rem;
  }

  .\32xl\:pl-\[12\%\]{
    padding-left: 12%;
  }

  .\32xl\:pr-10{
    padding-right: 2.5rem;
  }

  .\32xl\:pr-12{
    padding-right: 3rem;
  }

  .\32xl\:pr-20{
    padding-right: 5rem;
  }

  .\32xl\:pr-24{
    padding-right: 6rem;
  }

  .\32xl\:pr-32{
    padding-right: 8rem;
  }

  .\32xl\:pt-16{
    padding-top: 4rem;
  }

  .\32xl\:text-\[160px\]{
    font-size: 160px;
  }

  .\32xl\:text-\[16px\]{
    font-size: 16px;
  }

  .\32xl\:text-\[18px\]{
    font-size: 18px;
  }

  .\32xl\:text-\[20px\]{
    font-size: 20px;
  }

  .\32xl\:text-\[22px\]{
    font-size: 22px;
  }

  .\32xl\:text-\[48px\]{
    font-size: 48px;
  }

  .\32xl\:text-\[58px\]{
    font-size: 58px;
  }

  .\32xl\:text-\[64px\]{
    font-size: 64px;
  }

  .\32xl\:text-\[78px\]{
    font-size: 78px;
  }
}

@media (min-width: 1880px){
  .\33xl\:left-0{
    left: 0px;
  }

  .\33xl\:-mr-56{
    margin-right: -14rem;
  }

  .\33xl\:h-auto{
    height: auto;
  }

  .\33xl\:w-\[190px\]{
    width: 190px;
  }

  .\33xl\:gap-7{
    gap: 1.75rem;
  }

  .\33xl\:gap-x-10{
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .\33xl\:gap-x-7{
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

  .\33xl\:text-\[16px\]{
    font-size: 16px;
  }

  .\33xl\:text-\[33\.7px\]{
    font-size: 33.7px;
  }
}
