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

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

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

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

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

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

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

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: 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 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

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

.container {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.\!absolute {
  position: absolute !important;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.\!top-\[5px\] {
  top: 5px !important;
}

.-left-20 {
  left: -5rem;
}

.-top-20 {
  top: -5rem;
}

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

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

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

.bottom-0 {
  bottom: 0px;
}

.bottom-\[15\%\] {
  bottom: 15%;
}

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

.end-0 {
  inset-inline-end: 0px;
}

.left-0 {
  left: 0px;
}

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

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

.left-\[-500rem\] {
  left: -500rem;
}

.left-\[-80\%\] {
  left: -80%;
}

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

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

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

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

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

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

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

.left-\[8\%\] {
  left: 8%;
}

.right-0 {
  right: 0px;
}

.right-2 {
  right: 0.5rem;
}

.right-4 {
  right: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

.right-\[8\%\] {
  right: 8%;
}

.top-0 {
  top: 0px;
}

.top-1 {
  top: 0.25rem;
}

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

.top-2 {
  top: 0.5rem;
}

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

.top-4 {
  top: 1rem;
}

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

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

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

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

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

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

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

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

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

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

.-bottom-\[22\%\] {
  bottom: -22%;
}

.left-\[44\%\] {
  left: 44%;
}

.left-\[40\%\] {
  left: 40%;
}

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

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

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

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

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

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

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

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

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

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

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

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

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

.m-4 {
  margin: 1rem;
}

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

.m-auto {
  margin: auto;
}

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

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

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

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

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

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

.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-7 {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

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

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

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

.my-\[20px\] {
  margin-top: 20px;
  margin-bottom: 20px;
}

.my-\[25px\] {
  margin-top: 25px;
  margin-bottom: 25px;
}

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

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

.my-\[40px\] {
  margin-top: 40px;
  margin-bottom: 40px;
}

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

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

.my-\[5px\] {
  margin-top: 5px;
  margin-bottom: 5px;
}

.my-\[8px\] {
  margin-top: 8px;
  margin-bottom: 8px;
}

.\!mt-\[-1rem\] {
  margin-top: -1rem !important;
}

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

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

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

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

.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-9 {
  margin-bottom: 2.25rem;
}

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

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

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

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

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

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

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

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

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

.ml-4 {
  margin-left: 1rem;
}

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

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

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

.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-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-9 {
  margin-top: 2.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.aspect-video {
  aspect-ratio: 16 / 9;
}

.\!h-\[310px\] {
  height: 310px !important;
}

.h-0 {
  height: 0px;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

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

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

.w-10 {
  width: 2.5rem;
}

.w-4 {
  width: 1rem;
}

.w-6 {
  width: 1.5rem;
}

.w-\[100\%\] {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-\[65\%\] {
  width: 65%;
}

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

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

.w-auto {
  width: auto;
}

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

.w-full {
  width: 100%;
}

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

.max-w-3xl {
  max-width: 48rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-\[0_0_15\%\] {
  flex: 0 0 15%;
}

.flex-\[0_0_210px\] {
  flex: 0 0 210px;
}

.flex-\[0_0_27\%\] {
  flex: 0 0 27%;
}

.flex-\[0_0_38\%\] {
  flex: 0 0 38%;
}

.flex-\[0_0_40\%\] {
  flex: 0 0 40%;
}

.flex-\[0_0_47\%\] {
  flex: 0 0 47%;
}

.flex-\[0_0_50\%\] {
  flex: 0 0 50%;
}

.basis-\[26\%\] {
  flex-basis: 26%;
}

.basis-\[50\%\] {
  flex-basis: 50%;
}

.basis-\[74\%\] {
  flex-basis: 74%;
}

.-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-0 {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

.translate-x-\[44\%\] {
  --tw-translate-x: 44%;
  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-\[40\%\] {
  --tw-translate-x: 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));
}

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

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

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

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

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

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

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

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

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

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

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

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

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

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

.grid-cols-\[1fr_350px\] {
  grid-template-columns: 1fr 350px;
}

.grid-cols-\[35\%_65\%\] {
  grid-template-columns: 35% 65%;
}

.grid-cols-\[40\%_60\%\] {
  grid-template-columns: 40% 60%;
}

.grid-cols-\[450px_1fr\] {
  grid-template-columns: 450px 1fr;
}

.grid-cols-\[50\%_50\%\] {
  grid-template-columns: 50% 50%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.gap-1 {
  gap: 0.25rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-14 {
  gap: 3.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-7 {
  gap: 1.75rem;
}

.gap-8 {
  gap: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-\[5\] {
  gap: 5;
}

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

.gap-x-\[25px\] {
  -moz-column-gap: 25px;
       column-gap: 25px;
}

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

.gap-y-\[45px\] {
  row-gap: 45px;
}

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

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-scroll {
  overflow: scroll;
}

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

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

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

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

.break-words {
  overflow-wrap: break-word;
}

.rounded {
  border-radius: 0.25rem;
}

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

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

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

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

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

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

.rounded-\[50\%\] {
  border-radius: 50%;
}

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

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

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

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

.rounded-md {
  border-radius: 0.375rem;
}

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

.rounded-l-lg {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.rounded-bl-\[20px\] {
  border-bottom-left-radius: 20px;
}

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

.rounded-tl-\[20px\] {
  border-top-left-radius: 20px;
}

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

.rounded-tr-\[20px\] {
  border-top-right-radius: 20px;
}

.border {
  border-width: 1px;
}

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

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

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

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

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

.border-solid {
  border-style: solid;
}

.border-dashed {
  border-style: dashed;
}

.border-\[\#0F4C8B\] {
  --tw-border-opacity: 1;
  border-color: rgb(15 76 139 / var(--tw-border-opacity, 1));
}

.border-\[\#949494\] {
  --tw-border-opacity: 1;
  border-color: rgb(148 148 148 / var(--tw-border-opacity, 1));
}

.border-\[\#BAAEAE\] {
  --tw-border-opacity: 1;
  border-color: rgb(186 174 174 / var(--tw-border-opacity, 1));
}

.border-\[\#b8b8b86b\] {
  border-color: #b8b8b86b;
}

.border-\[\#b8b8b881\] {
  border-color: #b8b8b881;
}

.border-\[\#c2d4e0\] {
  --tw-border-opacity: 1;
  border-color: rgb(194 212 224 / var(--tw-border-opacity, 1));
}

.border-\[\#d6202a\] {
  --tw-border-opacity: 1;
  border-color: rgb(214 32 42 / var(--tw-border-opacity, 1));
}

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

.border-\[\#ffffff1f\] {
  border-color: #ffffff1f;
}

.border-\[\#ffffff47\] {
  border-color: #ffffff47;
}

.border-\[\#ffffff50\] {
  border-color: #ffffff50;
}

.border-primaryBlueColor {
  --tw-border-opacity: 1;
  border-color: rgb(9 77 139 / var(--tw-border-opacity, 1));
}

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

.\!bg-transparent {
  background-color: transparent !important;
}

.bg-\[\#0000003b\] {
  background-color: #0000003b;
}

.bg-\[\#00000081\] {
  background-color: #00000081;
}

.bg-\[\#0000009e\] {
  background-color: #0000009e;
}

.bg-\[\#000000b3\] {
  background-color: #000000b3;
}

.bg-\[\#006BB0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 107 176 / var(--tw-bg-opacity, 1));
}

.bg-\[\#070C37\] {
  --tw-bg-opacity: 1;
  background-color: rgb(7 12 55 / var(--tw-bg-opacity, 1));
}

.bg-\[\#094D8B\] {
  --tw-bg-opacity: 1;
  background-color: rgb(9 77 139 / var(--tw-bg-opacity, 1));
}

.bg-\[\#094d8ba1\] {
  background-color: #094d8ba1;
}

.bg-\[\#094d8bf0\] {
  background-color: #094d8bf0;
}

.bg-\[\#0F4C8B\] {
  --tw-bg-opacity: 1;
  background-color: rgb(15 76 139 / var(--tw-bg-opacity, 1));
}

.bg-\[\#0a4c8b\] {
  --tw-bg-opacity: 1;
  background-color: rgb(10 76 139 / var(--tw-bg-opacity, 1));
}

.bg-\[\#0f4d8bd3\] {
  background-color: #0f4d8bd3;
}

.bg-\[\#1C60A6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(28 96 166 / var(--tw-bg-opacity, 1));
}

.bg-\[\#202020b0\] {
  background-color: #202020b0;
}

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

.bg-\[\#4465A6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(68 101 166 / var(--tw-bg-opacity, 1));
}

.bg-\[\#5b737f\] {
  --tw-bg-opacity: 1;
  background-color: rgb(91 115 127 / var(--tw-bg-opacity, 1));
}

.bg-\[\#73C530\] {
  --tw-bg-opacity: 1;
  background-color: rgb(115 197 48 / var(--tw-bg-opacity, 1));
}

.bg-\[\#D6202A\] {
  --tw-bg-opacity: 1;
  background-color: rgb(214 32 42 / var(--tw-bg-opacity, 1));
}

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

.bg-\[\#E6F5FA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(230 245 250 / var(--tw-bg-opacity, 1));
}

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

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

.bg-\[\#FAFBFC\] {
  --tw-bg-opacity: 1;
  background-color: rgb(250 251 252 / var(--tw-bg-opacity, 1));
}

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

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

.bg-\[\#ffffffb0\] {
  background-color: #ffffffb0;
}

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

.bg-black\/70 {
  background-color: rgb(0 0 0 / 0.7);
}

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

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

.bg-deepblueColor {
  --tw-bg-opacity: 1;
  background-color: rgb(13 32 65 / var(--tw-bg-opacity, 1));
}

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

.bg-lightPinkColor {
  --tw-bg-opacity: 1;
  background-color: rgb(230 30 33 / var(--tw-bg-opacity, 1));
}

.bg-primaryBlueColor {
  --tw-bg-opacity: 1;
  background-color: rgb(9 77 139 / var(--tw-bg-opacity, 1));
}

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

.bg-secondaryColor {
  --tw-bg-opacity: 1;
  background-color: rgb(214 32 42 / var(--tw-bg-opacity, 1));
}

.bg-skyblueColor {
  --tw-bg-opacity: 1;
  background-color: rgb(230 245 250 / var(--tw-bg-opacity, 1));
}

.bg-softblueColor {
  --tw-bg-opacity: 1;
  background-color: rgb(186 219 224 / var(--tw-bg-opacity, 1));
}

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

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

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

.bg-white\/90 {
  background-color: rgb(255 255 255 / 0.9);
}

.bg-opacity-70 {
  --tw-bg-opacity: 0.7;
}

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

.bg-opacity-85 {
  --tw-bg-opacity: 0.85;
}

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

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

.object-scale-down {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

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

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

.\!p-0 {
  padding: 0px !important;
}

.p-0 {
  padding: 0px;
}

.p-12 {
  padding: 3rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

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

.p-\[0px_30px_40px\] {
  padding: 0px 30px 40px;
}

.p-\[10px\] {
  padding: 10px;
}

.p-\[15px\] {
  padding: 15px;
}

.p-\[15px_20px\] {
  padding: 15px 20px;
}

.p-\[18px\] {
  padding: 18px;
}

.p-\[20px\] {
  padding: 20px;
}

.p-\[25px\] {
  padding: 25px;
}

.p-\[25px_15px\] {
  padding: 25px 15px;
}

.p-\[28px_25px_35px\] {
  padding: 28px 25px 35px;
}

.p-\[2px_4px\] {
  padding: 2px 4px;
}

.p-\[30px\] {
  padding: 30px;
}

.p-\[30px_24px\] {
  padding: 30px 24px;
}

.p-\[40px_30px\] {
  padding: 40px 30px;
}

.p-\[50px\] {
  padding: 50px;
}

.p-\[5px_15px\] {
  padding: 5px 15px;
}

.p-\[5px_6px\] {
  padding: 5px 6px;
}

.p-\[5px_7px\] {
  padding: 5px 7px;
}

.p-\[7px_20px\] {
  padding: 7px 20px;
}

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

.px-14 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.px-20 {
  padding-left: 5rem;
  padding-right: 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-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

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

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

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

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

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.\!pb-0 {
  padding-bottom: 0px !important;
}

.\!pb-\[50px\] {
  padding-bottom: 50px !important;
}

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

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

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

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

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

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

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

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

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

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

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

.pl-\[40px\] {
  padding-left: 40px;
}

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

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

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

.pr-4 {
  padding-right: 1rem;
}

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

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

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

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

.pt-\[15px\] {
  padding-top: 15px;
}

.pt-\[20px\] {
  padding-top: 20px;
}

.pt-\[50px\] {
  padding-top: 50px;
}

.pt-\[55px\] {
  padding-top: 55px;
}

.pt-\[80px\] {
  padding-top: 80px;
}

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

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

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

.font-archivo {
  font-family: Archivo, sans-serif;
}

.font-roboto {
  font-family: Roboto, sans-serif;
}

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

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

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

.text-9xl {
  font-size: 8rem;
  line-height: 1;
}

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

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

.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-\[25px\] {
  font-size: 25px;
}

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

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

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

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

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

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

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

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

.font-\[300\] {
  font-weight: 300;
}

.font-\[400\] {
  font-weight: 400;
}

.font-\[500\] {
  font-weight: 500;
}

.font-\[600\] {
  font-weight: 600;
}

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.\!leading-\[50px\] {
  line-height: 50px !important;
}

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

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

.leading-\[22px\] {
  line-height: 22px;
}

.leading-\[25px\] {
  line-height: 25px;
}

.leading-\[30px\] {
  line-height: 30px;
}

.leading-\[50px\] {
  line-height: 50px;
}

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

.\!text-primaryBlueColor {
  --tw-text-opacity: 1 !important;
  color: rgb(9 77 139 / var(--tw-text-opacity, 1)) !important;
}

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

.text-\[\#094D8B\] {
  --tw-text-opacity: 1;
  color: rgb(9 77 139 / var(--tw-text-opacity, 1));
}

.text-\[\#0D2041\] {
  --tw-text-opacity: 1;
  color: rgb(13 32 65 / var(--tw-text-opacity, 1));
}

.text-\[\#0a4c8b\] {
  --tw-text-opacity: 1;
  color: rgb(10 76 139 / var(--tw-text-opacity, 1));
}

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

.text-\[\#6F94B9\] {
  --tw-text-opacity: 1;
  color: rgb(111 148 185 / var(--tw-text-opacity, 1));
}

.text-\[\#D6202A\] {
  --tw-text-opacity: 1;
  color: rgb(214 32 42 / var(--tw-text-opacity, 1));
}

.text-\[\#d6202a\] {
  --tw-text-opacity: 1;
  color: rgb(214 32 42 / var(--tw-text-opacity, 1));
}

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

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

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

.text-deepblueColor {
  --tw-text-opacity: 1;
  color: rgb(13 32 65 / var(--tw-text-opacity, 1));
}

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

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

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

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

.text-primaryBlueColor {
  --tw-text-opacity: 1;
  color: rgb(9 77 139 / var(--tw-text-opacity, 1));
}

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

.text-secondaryColor {
  --tw-text-opacity: 1;
  color: rgb(214 32 42 / var(--tw-text-opacity, 1));
}

.text-slate-800 {
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity, 1));
}

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

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

.decoration-\[\#ffffff8c\] {
  text-decoration-color: #ffffff8c;
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.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-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-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 {
  outline-style: solid;
}

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

.blur-\[1px\] {
  --tw-blur: blur(1px);
  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);
}

.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

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

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

.duration-0 {
  transition-duration: 0s;
}

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

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

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

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

.duration-\[0\.4s\] {
  transition-duration: 0.4s;
}

.duration-\[0\.8s\] {
  transition-duration: 0.8s;
}

.duration-\[2s\] {
  transition-duration: 2s;
}

.duration-\[3s\] {
  transition-duration: 3s;
}

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

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

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

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

*{
  box-sizing: border-box;
  padding: 0px;
  margin: 0px;
  /* font-family: "Roboto", sans-serif; */
}

html {
  scroll-behavior: smooth;
}

body {
  /* position: relative;  */
}

h1, h2, h3, h4, h5, h6{
  font-family: "Archivo", sans-serif;
}

p{
  font-size: 19px;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 1.6;
  color: #0d2041;
}

.container-box, .large-container, .small-container{
  margin-left: auto;
  margin-right: auto;
  padding: 12px 15px;
}

.container-box {
  max-width: 1250px;
}

.large-container{
  max-width: 1666px;
}

.small-container{
  max-width: 960px;
}

#main-header{
  position: fixed;
  top:0px;
  left: 0px;
  width: 100%;
  z-index: 9999;
}

.header-sec{
  display: flex;
  align-items: center;
  gap: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}

#header-content {
  transition: background-color 0.3s ease;
  /* smooth transition for background-color */
}

.header-sec div:nth-child(1){
  text-align: center;
}

/* .header-sec div:nth-child(2){
    display: flex;
    align-items: center;
    justify-content: center;
  } */

/* .header-sec div:nth-child(3)  {
    display: flex;
    justify-content:space-between;
    align-items: center;
  } */

/* MAIN MENU CODE START */

.main-menu{
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 30px;
  font-family: "Roboto", sans-serif;
}

ul.main-menu > li{
  font-size: 16px;
}

ul.main-menu > li > .menu-link {
  text-transform: uppercase;
  line-height: 100px;
  padding: 10px 5px;
  font-weight: 600;
  letter-spacing: 0.1s;
  transition:0.3s;
  color:white ;
  cursor: pointer;
  font-family: "Archivo", sans-serif;
}

ul.main-menu > li.menu-item-has-children::after {
  content: url("/wp-content/uploads/2025/09/down-arrow.png");
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translateY(-55%);
}

ul.main-menu > li > i{
  color:white !important;
}

ul.main-menu > li:hover{
  color:  #094D8B;
}

ul.main-menu  li > ul.sub-menu{
  position: absolute;
  background: white;
  padding:30px 25px;
  width: -moz-max-content;
  width: max-content;
  border: 0px;
  left: 0px;
  top: 112%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  z-index: 100;
  line-height: 20px;
}

.sub-menu li{
  width: 100%;
  padding:0px 10px;
  color:black;
  font-family: "Archivo", sans-serif;
}

.sub-menu li:hover {
  /* background: #118bb1; */
  color: #094D8B;
}

.sub-menu li .menu-link{
  font-size: 16px;
  font-weight: bold;
  line-height: 42px;
  cursor: pointer;
  font-family: "Archivo", sans-serif;
}

ul.main-menu  li:hover > ul.sub-menu{
  opacity: 1;
  visibility: visible;
}

/* MAIN MENU CODE END */

/* HOME PAGE SLIDE CSS START */

/* HOME PAGE SLIDE CSS END */

/* ALL BTN CSS START */

.transparent-btn {
  position: relative;
  padding: 13px 25px;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 50px;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.3s ease;
  font-family: "Roboto", sans-serif;
  z-index: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.transparent-btn:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #D6202A;
  transition: all 0.5s ease;
  z-index: -1;
  border-radius: 50px;
}

.transparent-btn:hover:before {
  width: 100%;
}

.transparent-btn:hover {
  border-color: transparent;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.primary-heading {
  font-size: 40px;
  font-family: "Archivo", sans-serif;
  font-weight: bold;
}

.sub-heading {
  color: #0D2041;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  line-height: 30px;
  font-weight: 600;
}

.banner-img{
  width: 100%;
  height: 730px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50%;
     object-position: 50%;
}

.herobanner-gradient-overlay {
  /* background-image:
    linear-gradient(to bottom, rgba(0, 0, 0, 0.514), transparent),
    linear-gradient(to left, rgba(0, 0, 0, 0), transparent); */
  background-image: linear-gradient(to top,
  #00000000 0%,    
  #00000000 40%,   
  #0000008c 100%  ),
   linear-gradient(to right,
  #00000000 0%,    
  #00000000 90%,   
  #0000008c 100%  ),
   linear-gradient(to bottom,
  #00000000 0%,    
  #00000000 90%,   
  #00000050 100%  )       ;
}

.swiper-container2 {
  --swiper-scrollbar-drag-bg-color: #D6202A;
}

.swiper-container9 swiper-slide{
  width: auto !important;
  padding: 0 30px;
  text-align: center;
  border-right: 1px solid #094D8B;
}

.gform-theme--foundation .gform_fields{
  --gf-form-gap-x:32px;
}

/* primaryRedBtn Styles */

.primaryRedBtn {
  font-family: "Roboto", sans-serif;
  display: inline-flex;
  justify-content: center;
  padding: 13px 19px;
  border-radius: 50px;
  gap:10px;
  align-items: center;
  color: white;
  font-size: 15px;
  line-height: 24px;
  font-weight:500;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border: none;
  cursor: pointer;
  background: transparent;
}

.primaryRedBtn::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #D6202A;
  color:  #D6202A;
  border-radius: 50px;
  z-index: -2;
}

.primaryRedBtn:hover{
  color:#D6202A
}

.primaryRedBtn::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  color:#D6202A !important;
  background-color: white;
  /* 15% darker than #00ccff */
  transition: all 0.5s ease;
  border-radius: 50px;
  z-index: -1;
}

.primaryRedBtn:hover::before {
  width: 100%;
}

.closeBtn{
  border-radius: 50%;
  background: transparent;
  border: 1px solid white;
  color: white;
  font-weight: bold;
  transition: 0.4s;
  width: 52px;
  height: 52px;
}

.searchBtn, .hamburgerBtn{
  border-radius: 50%;
  background:transparent;
  border: 1px solid white;
  color:white;
  font-weight: bold;
  transition: 0.4s;
  width:52px;
  height: 52px;
}

.searchBtn{
  font-size: 20px;
}

.hamburgerBtn{
  font-size: 16px;
}

.searchBtn:hover, .hamburgerBtn:hover, .closeBtn:hover{
  color: white;
  background:#D6202A;
  border: 1px solid #D6202A;
}

.blue-rounded-btn {
  padding: 15px;
  border-radius:100px;
  display:flex;
  align-items:center;
  border:1px solid #094D8B;
  justify-content:center;
  gap:8px;
  padding: 13px 30px;
  cursor: pointer;
  transform: translateY(20px);
  opacity: 0;
}

.blue-rounded-btn .text  {
  color: #094D8B;
  font-size:16px;
  font-weight: 600;
  transition: all 0.3s color ease-out;
}

.blue-rounded-btn:hover  .text{
  color:white;
}

.blue-rounded-btn {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.3s;
}

.blue-rounded-btn:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #094D8B;
  transition: all 0.5s ease;
  z-index: -1;
  border-radius: 50px;
}

.blue-rounded-btn:hover:before {
  width: 100%;
}

.blue-rounded-btn:hover {
  border-color: transparent;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.white-rounded-btn {
  padding: 15px;
  border-radius:100px;
  display:flex;
  align-items:center;
  border:1px solid rgba(255, 255, 255, 0.842);
  justify-content:center;
  gap:8px;
  padding: 13px 30px;
  cursor: pointer;
  transform: translateY(20px);
  opacity: 0;
}

.white-rounded-btn .text  {
  color:white;
  font-weight: 600;
  transition: all 0.3s color ease-out;
}

/* .white-rounded-btn:hover  .text{
            color:white;

} */

.single-gallery .gallery-image > img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}

.white-rounded-btn {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.3s;
}

.white-rounded-btn:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.white-rounded-btn:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #D6202A;
  transition: all 0.5s ease;
  z-index: -1;
  border-radius: 50px;
}

.white-rounded-btn:hover:before {
  width: 100%;
}

/* SKY BLUE BTN CODE START */

a.sky-blue-btn {
  background: #E6F5FA;
  color: #094D8B;
  padding: 12px 30px 13px 30px;
  border-radius: 50px;
  position: relative;
  z-index: 99;
}

a.sky-blue-btn:before {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  border-radius: 50px;
  width: 0px;
  top: 0;
  transition: all 0.5s;
  z-index: 99;
}

a.sky-blue-btn i {
  margin-left: 5px;
  top: 2px;
  color: #D6202A;
}

a.sky-blue-btn span, a.sky-blue-btn i {
  z-index: 99;
  position: relative;
}

a.sky-blue-btn:hover, a.sky-blue-btn:hover i {
  color: white;
}

a.sky-blue-btn:hover:before {
  background: #d6202a;
  width: 100%;
}

/* SKY BLUE BTN CODE START */

/* ANCHOR WHITE BTN CODE START */

a.white-btn {
  background: #fff ;
  color: #0F4C8B;
  padding: 12px 30px 13px 30px;
  border-radius: 50px;
  position: relative;
  z-index: 999;
}

/* ANCHOR WHITE BTN CODE END */

.text-btn{
  border:1px solid rgba(255, 255, 255, 0);
  transition: all 0.3s ease-in-out;
}

.union-card:hover{
  border:1px solid white;
}

.spacerY-100{
  padding-top: 100px;
  padding-bottom: 100px;
}

.spacerY-80{
  padding-top: 80px;
  padding-bottom: 80px;
}

.spacerY-66{
  padding-top: 66px;
  padding-bottom: 66px;
}

.spacerY-60{
  padding-top: 60px;
  padding-bottom: 60px;
}

.spacerY-50{
  padding-top: 50px;
  padding-bottom: 50px;
}

.spacerY-40{
  padding-top: 40px;
  padding-bottom: 40px;
}

.spacerY-20{
  padding-top: 20px;
  padding-bottom: 20px;
}

.spacerY-10{
  padding-top: 10px;
  padding-bottom: 100px;
}

/* MOBILE MENU CSS START */

.mobile-menu{
  color: white;
  font-weight: 600;
}

.mobile-menu>li{
  padding: 10px 0px;
  font-weight: bold;
}

.mobile-menu .sub-menu li {
  color: white;
}

.mobile-menu .sub-menu {
  max-height: 0px;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.mobile-menu .menu-item.open > .sub-menu {
  max-height: 500px;
  opacity: 1;
}

.mobile-menu .menu-item-has-children > .menu-link::after {
  content: url("/wp-content/uploads/2025/09/down-arrow.png");
  position: absolute;
  right: 0px;
  top: 6px;
  transition: all 0.3s ease-in-out;
}

.mobile-menu .menu-item.open > .menu-link::after {
  content: url("/wp-content/uploads/2025/09/down-arrow.png");
  transform:rotate(-180deg);
  transition: all 0.3s ease-in-out;
}

/* MOBILE MENU CSS END */

/* Custom transition for menu */

.menu-transition {
  transition: all 0.9s cubic-bezier(0.4, 0, 0.2, 1);
}

.primaryList ul li {
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  margin: 26px 0px;
}

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

/* SELECT FIELD START*/

.custom-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  color: white;
  padding:0px 48px 0px 8px;
  font-family: 'YourPrimaryFont', sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  border: none;
  border-radius: 4px;
  background-image: url("data:image/svg+xml;utf8,<svg fill='white' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 22px;
  cursor: pointer;
  outline: none;
}

/* Remove the focus ring and add custom styling if needed */

.custom-select:focus {
  outline: none;
}

/* Style dropdown options (browser-limited) */

.custom-select option {
  background-color: white;
  /* Dark background for dropdown */
  color:  #006BB0;
}

/* SELECT FIELD END*/

/* FOOTER CSS CODE START*/

.footer-menu{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}

.footer-menu >div{
  width: 33%;
  display: flex;
  font-size: 18px;
  align-items: center;
  font-weight: 600;
  padding: 8px 0px;
  color:white;
}

.footer-menu >div > a{
  margin-left: 8px;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
}

.footer-menu >div > i{
  font-size: 14px;
  color: #D6202A;
}

/* FOOTER CSS CODE ENDD */

.scrollbar-hide::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari and Opera */
}

/* SLIDER PAGINATION CSS START */

.swiper-pagination07, .swiper-pagination07copy {
  background: white;
}

.swiper-pagination07.primary-nav, .swiper-pagination07copy.primary-nav {
  background: #094d8b;
}

.swiper-pagination07copy .primary-nav {
  background: #094d8b;
}

.swiper-pagination07, .swiper-pagination07copy {
  justify-content: space-between;
  display: flex;
  align-items: center;
  border-radius: 15px;
  height: 5px;
}

.swiper-pagination07 .swiper-pagination-bullet, .swiper-pagination07copy .swiper-pagination-bullet  {
  padding: 0px;
  width: 15px;
  height: 15px;
  background: white;
  border-radius: 100%;
  border: 1px solid #094d8b;
  cursor: pointer;
  position:relative;
}

.swiper-pagination07 span.swiper-pagination-bullet.swiper-pagination-bullet-active, .swiper-pagination07copy span.swiper-pagination-bullet.swiper-pagination-bullet-active
 {
  background: #094d8b;
}

.swiper-pagination07 .swiper-pagination-bullet p, .swiper-pagination07copy .swiper-pagination-bullet p{
  width:150px;
  font-size:19px;
  font-family: "Roboto", sans-serif;
  position:absolute;
  top:-45px;
  left:-65px;
  font-weight:bold;
  color:white;
}

.swiper-pagination07.own-page .swiper-pagination-bullet p, .swiper-pagination07copy.own-page .swiper-pagination-bullet p{
  color:#094d8b;
}

.swiper-pagination-pension-education{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

.swiper-pagination-pension-education .swiper-pagination-bullet{
  border-radius: 100%;
  border: 1px solid transparent;
}

.swiper-pagination-pension-education .swiper-pagination-bullet .fa-circle{
  color: #d9d9d9;
  font-size: 13px;
  border-radius: 100%;
}

/* .swiper-pagination-pension-education .swiper-pagination-bullet-active 
 { 
    border: 1px solid #094d8b;
    background-color: transparent;
  } */

.swiper-pagination-pension-education .swiper-pagination-bullet-active .fa-circle  
 {
  color: #094d8b;
}

.secondary-color-nav, .primary-color-nav{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  gap: 6px;
  cursor: pointer;
  color: white;
}

.primary-color-nav.light-sky-color{
  color:#D9D9D9 !important;
}

.secondary-color-nav.light-pink-color{
  color:#D3D3D3 !important;
}

.primary-color-nav.round-border .swiper-pagination-bullet-active{
  color: #094d8b;
  border: 1px solid #094d8b;
  border-radius: 100%;
  padding: 0px;
  width: 22.5px;
  text-align: center;
}

.primary-color-nav .swiper-pagination-bullet-active{
  color: #094d8b;
}

.secondary-color-nav .swiper-pagination-bullet-active{
  color: #d6202a;
}

.privacy-policy h2{
  margin-top: 30px;
  margin-bottom: 20px;
}

.secondary-anchor-hover{
  color: #d6202a;
  transition: all 0.3s ease-in-out;
}

.secondary-anchor-hover:hover{
  color: #094d8b;
}

/* SLIDER PAGINATION CSS END */

/* TABLE CSS START */

table.charter-dates-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

table.charter-dates-table thead tr th {
  padding: 10px 15px;
  background: #094D8B;
  color: white;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
  font-family: "Archivo", sans-serif;
  border: 1px solid #DEDEDE;
  letter-spacing: 1px;
}

table.charter-dates-table tbody tr td {
  padding: 15px 15px;
  background: white;
  color: black;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  border: 1px solid #DEDEDE;
  font-family: "Roboto", sans-serif;
}

/* TABLE CSS END */

/* CONTACT FORM, NEED HELP AND FEEDBACK FORM CSS START */

form#gform_2{
  margin-top: 25px;
}

.gform-theme--foundation input::-moz-placeholder, .gform-theme--foundation textarea::-moz-placeholder {
  color: #414141 !important;
  opacity: 1;
}

.gform-theme--foundation input::placeholder,
.gform-theme--foundation textarea::placeholder {
  color: #414141 !important;
  opacity: 1;
}

form#gform_2 .gform_fields .gfield_label, form#gform_3 .gform_fields .gfield_label, form#gform_4 .gform_fields .gfield_label {
  color: black;
  font-size: 14px;
  font-family: 'Roboto';
  font-weight: 400;
}

form#gform_2 .gform_fields .ginput_container_text input, form#gform_2 .gform_fields .ginput_container_textarea textarea, form#gform_3 .gform_fields .ginput_container_text input, form#gform_3 .gform_fields div select, form#gform_3 .gform_fields .ginput_container_textarea textarea, form#gform_4 .gform_fields .ginput_container_text input,  form#gform_4 .gform_fields .ginput_container_textarea textarea, #input_4_3 {
  border: 1px solid #DCDCDC;
  padding: 22px !important;
  font-family: 'Roboto';
}

form#gform_3 .gform_fields .ginput_container_text input, form#gform_3 .gform_fields div select, form#gform_3 .gform_fields .ginput_container_textarea textarea {
  background-color:#F5F5F5;
}

.gform-theme--foundation #input_2_6,  .gform-theme--foundation #input_3_5, .gform-theme--foundation #input_4_5 {
  min-block-size: 8rem !important;
}

form#gform_3 .gform_fields  .ginput_container_fileupload input{
  height: 45px;
  border: 1px solid #DCDCDC;
  font-family: 'Roboto';
}

form#gform_3 .gform_fields  .ginput_container_fileupload input.large{
  padding-left:0px !important;
}

form#gform_2 .gform_footer input#gform_submit_button_2, form#gform_3 .gform_footer input#gform_submit_button_3, form#gform_4 .gform_footer input#gform_submit_button_4 {
  padding: 14px !important;
  width: 100%;
  background: #094D8B;
  transition: all 0.3s ease-in-out;
  font-size: 16px;
  border-radius: 5px;
}

form#gform_2 .gform_footer input#gform_submit_button_2:hover, form#gform_3 .gform_footer input#gform_submit_button_3:hover,  form#gform_4 .gform_footer input#gform_submit_button_4:hover {
  background: #D6202A;
}

form#gform_2 .gform_fields .ginput_container_text input:focus, form#gform_2 .gform_fields .ginput_container_textarea textarea:focus, form#gform_3 .gform_fields .ginput_container_text input:focus, form#gform_3 .gform_fields div select:focus, form#gform_3 .gform_fields .ginput_container_textarea textarea:focus, form#gform_3 .gform_fields  .ginput_container_fileupload input:focus, form#gform_3 .gform_fields  .ginput_container_fileupload input.large, form#gform_4 .gform_fields .ginput_container_text input:focus, form#gform_4 .gform_fields .ginput_container_textarea textarea:focus, #input_4_3:focus{
  outline-color: #094D8B;
  outline-width: 1px;
}

span.gfield_required{
  position:relative;
}

span.gfield_required.gfield_required_text {
  position: absolute;
  top: -15px;
  left: -2px;
  font-size: 15px;
  color:#d6202a;
}

.gform-theme--foundation {
  --gf-form-gap-y: 20px !important;
}

div#gform_confirmation_message_2, div#gform_confirmation_message_3{
  text-align: center;
  line-height: 30px;
  font-size: 18px;
  color: #0D2041;
}

#gform_wrapper_4 .gform_heading {
  display: none;
}

/* CONTACT FORM,NEED HELP  AND FEEDBACK FORM CSS END */

/* JOIN IAM UNION NOW FORM CSS START */

#gform_wrapper_5 .gform_heading {
  display: none;
}

form#gform_5 {
  padding: 40px 0px;
}

form#gform_5 label {
  color: white;
  font-size: 14px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}

#gform_fields_5 div div.ginput_container_text input, #gform_fields_5 div div.ginput_container_select select, #gform_fields_5 div div.ginput_container_email input, #gform_fields_5 div div.ginput_container_phone input {
  border-radius: 5px !important;
  height: 50px;
  padding: 5px 30px;
}

input#gform_submit_button_5 {
  width: 100%;
  padding: 12px 30px 13px 30px;
  border-radius: 5px;
  background: #d6202a;
  letter-spacing: 0.5px;
  font-size: 15px;
  transition: all 0.3s ease-in-out;
}

input#gform_submit_button_5:hover{
  background:white;
  color: #d6202a;
}

#gform_fields_5 .ginput_container_textarea .textarea {
  min-height: 100px;
  border-radius: 5px;
}

div#gform_confirmation_message_5 {
  text-align: center;
  font-size: 20px;
  color: white;
  font-weight: 600;
  padding-top:30px;
}

/* JOIN IAM UNION NOW FORM CSS END */

/* WELCOME FORM CSS START */

.welcome-form label.gfield_label.gform-field-label, fieldset#field_1_7 legend{
  font-size: 15px;
  color: #000000;
  font-weight: 400;
  font-family: 'Roboto';
}

.welcome-form .gform_heading{
  display: none;
}

#gform_1 .gform_body #gform_fields_1 div .ginput_container_text input, #input_1_5 , #input_1_6{
  width: 100%;
  border: 1px solid black ;
  border-radius: 5px ;
  margin: 7px 0px;
  height: 48px;
  font-size: 15px;
}

#gform_1 .gform_body #gform_fields_1 div .ginput_container_text input, #input_1_5 {
  padding: 25px;
}

#input_1_6{
  padding-top: 5px;
  padding-left: 25px;
  padding-right: 25px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

select::-ms-expand {
  display: none;
  /* for IE/Edge */
}

#choice_1_7_0, #choice_1_7_1{
  --gf-ctrl-radio-check-size:12px;
}

#field_1_7 legend{
  display: none;
}

div#input_1_7{
  flex-direction: row;
}

fieldset#field_1_7 {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-top: 20px;
  padding-left: 4px;
}

div#input_1_7::before{
  content:"I am a member of the IAM Union";
  font-family: 'Roboto';
}

/* #gform_1 .ginput_container_radio input{
I am a member of the IAM Union

} */

#gform_1  .ginput_container_radio input:focus{
  outline-width: 1px;
  outline-color: #D6202A;
  border:none;
}

#choice_1_7_0[type="radio"]:checked{
  accent-color: #D6202A !important;
  color: #D6202A !important;
}

.welcome-form div  select::-ms-expand {
  display: none;
}

input#gform_submit_button_1 {
  padding: 12px 30px 13px 30px;
  border-radius: 50px;
  background: #d6202a;
  letter-spacing: 0.5px;
  font-size: 15px;
  transition: all 0.3s ease-in-out;
  margin: 30px auto 0px;
  /* position: relative; */
}

/* input#gform_submit_button_1 {
  content:url("/wp-content/uploads/2025/10/top-right-arrow.png");
 position: absolute;
 top: 10px;
} */

input#gform_submit_button_1:hover{
  background: #094D8B;
}

#gform_1 .gform_body #gform_fields_1 div .ginput_container_text input:focus, #input_1_5:focus,  #gform_1 .gform_body #gform_fields_1 div .ginput_container_select:focus, #input_1_6:focus{
  outline-color: #094D8B;
  outline-width: 1px;
}

/* .welcome-form div select {
    padding-right: 35px;
       appearance: none;           Standard 
    -webkit-appearance: none;   Safari/Chrome 
    -moz-appearance: none;      Firefox 
    background: none;   
  } */

.red-star {
  color: #ea0000;
}

.white-paragraph p{
  color:white !important;
}

/* WELCOME FORM CSS END */

/* NEED HELP FORM CODE START */

/* NEED HELP FORM CODE END */

/* OUR MEMBERS SLIDER CSS START */

.swiper-container6{
  display: flex;
  align-items: stretch;
}

.swiper-container6 swiper-slide{
  display: flex;
  flex-direction: column;
  height: auto;
  /* Let content define height */
}

/* OUR MEMBERS SLIDER CSS END */

/* Confidentially FORM CSS START */

form.confidentially-form label {
  color: white;
  font-size: 14px;
}

form.confidentially-form input, form.confidentially-form select, form.confidentially-form textarea {
  width: 100%;
  color:#000000;
  padding: 12px 30px;
  font-size: 14px;
  border-radius: 5px;
  background: white;
  margin-top: 5px;
}

.confidentially-form  div select{
  padding-right: 35px;
  appearance: none;
  /* Standard */
  -webkit-appearance: none;
  /* Safari/Chrome */
  -moz-appearance: none;
  /* Firefox */
}

.confidentially-form div .submit-btn {
  width: 100%;
  background-color: #D6202A;
  color:white;
  padding: 12px 30px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
}

/* Confidentially FORM CSS END */

a.blue-btn.white.blue-icon i {
  color: #094d8b;
  transition: all 0.3s ease-in-out;
}

.a.blue-btn:hover a.blue-btn.white.blue-icon i  {
  color: white;
}

/* .first-secondary-letter::first-letter{
  color:#D6202A;
} */

.red-first-letter::first-letter {
  color: #D6202A;
  /* red */
}

.white-first-letter::first-letter {
  color: #ffffff;
  /* white */
}

.all-sectors:nth-child(odd){
  flex-direction: row;
}

.all-sectors:nth-child(even){
  flex-direction: row-reverse;
}

/* .swiper-container-union-education .single-slide{
width: 770px !important;
} */

.text-white-inner p, .text-white-inner h2, .guiding-principle h2, .guiding-principle p, .iam-purpose-content h2 .iam-purpose-content div p,  .iam-affiliations-content h2, .iam-affiliations-content div{
  color: white;
}

.iam-purpose-content div{
  font-size: 25px;
  line-height: 40px;
}

.zig-zag > div:nth-child(odd) .container {
  flex-direction: row-reverse;
}

a.blue-btn.white:hover i {
  color: #fff;
}

.timeline-content{
  margin-top: 20px;
}

.timeline-content p{
  color: white;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.grid-achievement{
  padding-bottom: 20px;
}

.our-member-card .card-inner-content p{
  color: white;
  font-size: 400;
}

[x-data="galleryTabs()"] img {
  -o-object-fit: contain;
     object-fit: contain;
}

.staff-contect p,.staff-contect div p{
  color:white;
}

.history-timeline-img img{
  width: auto;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  -o-object-position: top;
     object-position: top;
}

.timeline-content strong {
  font-weight: 600;
}

.join-union-content p{
  font-weight: 500;
}

section.zig-zag > div:nth-child(even) .all-sectors {
  display: flex;
  flex-direction: row-reverse;
}

.all-sectors {
  margin: 0px;
}

.flex-\[0_0_30\%\] {
  flex: 0 0 30%;
}

.page-id-446 swiper-slide h2 {
  color: #fff;
}

.text-white-inner p, .text-white-inner h2 {
  color: white;
}

.heros-video-player{
  width: 100%;
  border-radius: 30px;
}

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

.pt-\[0px\] {
  padding-top: 0px !important;
}

.\!pt-\[0px\] {
  padding-top: 0px !important;
}

#scroll-m-top {
  scroll-margin-top: 80px;
  /* adjust based on header height */
}

.secure-future-point {
  position: relative;
  overflow: hidden;
  padding: 10px 18px 18px 50px;
}

.secure-future-point img.point-icon {
  position: absolute;
  top: 20px;
  left: 15px;
}

.our-story-content p {
  font-weight: 500;
  line-height: 30px;
}

.blue-btn.blue-icon i{
  color:#094D8B;
}

.all-sectors div img.sector-image {
  margin-top: 20px;
  margin-bottom: 20px;
}

section.banner-section h1 {
  font-size: 55px;
  position: absolute;
  top: 68%;
  transform: translate(0px, -50%);
  color: #fff;
  display: block;
}

ul.our-location li {
  color: #094D8B;
  font-size: 18px;
  margin: 0px 20px;
  display: block;
  border-bottom: 1px solid #D9D9D9;
  padding: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.2s all ease-in-out;
}

ul.our-location li:hover {
  color: #fff;
  background: #D6202A;
}

ul.our-location li:hover a
{
  border: transparent;
}

.dotted-list li{
  position: relative;
  padding-left: 20px;
  margin-bottom: 15px;
  margin-top: 15px;
}

.dotted-list li:before {
  content: ".";
  font-size: 40px;
  position: absolute;
  top: 0px;
  line-height: 0;
  left: 5px;
  color: #0D2041;
}

.no-scroll{
  overflow: hidden;
}

.footer-logo a.custom-logo-link{
  display:inline-block;
}

.primaryRedBtn:hover::after{
  background-color: white;
}

.download-section{
  display: flex;
  justify-content: space-between;
  gap:30px;
}

.download-section div:nth-child(1){
  width: 75%;
}

.download-section div:nth-child(2){
  width: 25%;
  float: right;
}

.blue-btn.white.download{
  background: #ffffff !important;
}

.news-updates div {
  background: white;
}

.keyunion-inner-content div span p{
  color:white;
}

a.white-btn.with-blue-icon span {
  font-weight: 500;
}

a.white-btn.with-blue-icon:hover a.white-btn.with-blue-icon i {
  color: #D6202A;
  transition: 0.3s all ease-in-out
}

a.white-btn.with-blue-icon i {
  color: #094d8b;
}

ul.dott-list{
  list-style: disc;
  font-size: 18px;
  list-style-position: inside;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  padding-top: 12px;
  padding-bottom: 12px;
}

ul.dott-list .primary-color-list{
  color: #0d2041;
}

.our-member-card .card-inner-content a {
  position: absolute;
  left: 30px;
  bottom: 35px;
}

.cls-calander{
  content: '';
}

.getintouch-form div.gform_wrapper{
  width: 100%;
}

/* Make footer area a positioned container */

#gform_1 .gform_footer, #gform_2 .gform_footer, #gform_3 .gform_footer, #gform_4 .gform_footer, #gform_5 .gform_footer    {
  position: relative;
}

/* Center the Gravity Forms spinner */

.gform_footer span#gform_ajax_spinner_1, .gform_footer span#gform_ajax_spinner_2, .gform_footer span#gform_ajax_spinner_3, .gform_footer span#gform_ajax_spinner_4, .gform_footer span#gform_ajax_spinner_5{
  /* position: absolute !important;
    top: 130%;
    left: 50%;
    transform: translate(-130%, -50%);
    margin: 0 !important; */
  display: none;
}

/* #gform_submit_button_4 {
    position: relative;
} */

.fade-in{
  opacity: 0;
  animation: fadeInEffect 1.8s ease-out forwards;
}

@keyframes fadeInEffect {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@media only screen and (min-width:480px){
}

@media only screen and (min-width:640px){
}

@media only screen and (min-width:768px){
  .primaryRedBtn{
    display: inline-flex;
  }
}

@media only screen and (min-width:1024px){
  .main-menu{
    display: flex;
  }

  .achieve-nav {
    display: block;
  }

  .primaryRedBtn .round-btn-arrow{
    height: 36px;
    width: 44px;
  }
}

@media only screen and (min-width:1280px){
  .primaryRedBtn .round-btn-arrow{
    height: 38px;
    width: 38px;
  }

  ul.main-menu > li{
    padding-left: 5px;
    padding-right: 5px;
  }

  ul.main-menu > li > .menu-link {
    font-size: 14px;
  }

  .main-menu{
    gap: 10px;
  }
}

@media only screen and (min-width:1300px){
  .hamburgerBtn{
    display: none;
  }
}

@media only screen and (min-width:1360px){
  .banner-nav-arrow{
    display: flex ;
  }
}

@media only screen and (min-width:1440px){
  ul.main-menu > li > .menu-link {
    font-size: 14px;
  }

  .main-menu {
    gap: 24px;
  }
}

@media only screen and (min-width:1650px){
  ul.main-menu > li > .menu-link {
    font-size: 16px;
  }
}

@media only screen and (max-width:1440px){
  table.charter-dates-table thead tr th{
    font-size: 16px;
  }

  .banner-img{
    -o-object-position: 65%;
       object-position: 65%;
  }
}

@media only screen and (max-width:1360px){
  .banner-nav-arrow{
    display: none;
  }

  .herobanner-gradient-overlay {
    background-image: linear-gradient(to top, #00000024 0%, #00000059 40%, #00000052 100%), linear-gradient(to right, #00000026 0%, #00000024 90%, #00000042 100%), linear-gradient(to bottom, #00000000 0%, #00000026 90%, #000000b5 100%);
  }
}

@media only screen and (max-width:1300px){
  .main-menu{
    display: none;
  }

  img.custom-logo {
    width: 145px;
  }

  .hamburgerBtn{
    display: block;
  }

  section.banner-section h1 {
    font-size: 36px;
  }
}

@media only screen and (max-width:1130px){
  .download-section{
    display: block;
  }

  .download-section div:nth-child(1){
    width: 100%;
  }

  .download-section div:nth-child(2){
    width: 100%;
    float: right;
    padding-top: 12px;
    padding-bottom: 20px;
  }
}

@media only screen and (max-width:1024px){
  img.custom-logo {
    width: 135px;
  }

  table.charter-dates-table thead tr th{
    font-size: 18px;
  }

  .header-btns{
    display: none;
  }

  .achieve-nav {
    display: none;
  }

  table.charter-dates-table {
    width: 1517px;
  }

  .banner-img{
    height: 580px;
    -o-object-position: 70%;
       object-position: 70%;
  }

  section.banner-section .h1.page-title {
    font-size: 32px !important;
  }
}

@media only screen and (max-width:768px){
  .primary-heading {
    font-size: 36px;
  }

  section.banner-section h1 {
    text-align: left;
    font-size: 30px;
  }

  #field_1_7 legend{
    display: block;
    margin-bottom: 0px;
  }

  div#input_1_7::before{
    content:""
  }

  fieldset#field_1_7 {
    margin-top:0px;
    padding-left:0px;
  }

  .banner-img{
    -o-object-position: 78%;
       object-position: 78%;
  }

  section.zig-zag > div:nth-child(even) .all-sectors {
    display: block;
    flex-direction: row;
  }
}

@media only screen and (max-width:767px){
  /* .primaryRedBtn{
            display: none;
        } */
}

@media only screen and (max-width:640px){
  div#input_1_7 {
    margin-top: 10px;
    margin-left: 10px;
  }

  .banner-img{
    height: 670px;
    -o-object-position: 30%;
       object-position: 30%;
  }

  .herobanner-gradient-overlay {
    background-image: linear-gradient(to top, #00000000 0%, #00000000 40%, #00000000 100%), linear-gradient(to right, #00000000 0%, #00000000 47%, #00000042 100%), linear-gradient(to bottom, #00000000 0%, #00000026 90%, #00000000 100%);
  }

  section.banner-section .h1.page-title {
    font-size: 28px ;
  }

  section.banner-section h1 {
    font-size: 26px;
  }
}

@media only screen and (max-width:480px){
  .footer-menu{
    display: block;
  }

  .footer-menu > div{
    width:100%;
  }

  .primaryRedBtn .round-btn-arrow{
    height: 36px;
    width: 54px;
  }

  .primary-heading {
    font-size: 30px;
  }

  .swiper-pagination07 .swiper-pagination-bullet p{
    font-size: 16px;
  }

  a.sky-blue-btn{
    padding-left:24px;
    padding-right:24px;
  }

  .our-member-card .card-inner-content a {
    position: inherit;
    left: 0px;
    bottom: 0px;
  }
}

.placeholder\:text-deepblueColor::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(13 32 65 / var(--tw-text-opacity, 1));
}

.placeholder\:text-deepblueColor::placeholder {
  --tw-text-opacity: 1;
  color: rgb(13 32 65 / var(--tw-text-opacity, 1));
}

.placeholder\:text-slate-400::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}

.placeholder\:text-slate-400::placeholder {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}

.hover\:scale-110: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\:rounded-none:hover {
  border-radius: 0px;
}

.hover\:border-none:hover {
  border-style: none;
}

.hover\:border-secondaryColor:hover {
  --tw-border-opacity: 1;
  border-color: rgb(214 32 42 / var(--tw-border-opacity, 1));
}

.hover\:bg-\[\#D6202A\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(214 32 42 / var(--tw-bg-opacity, 1));
}

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

.hover\:bg-secondaryColor:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(214 32 42 / var(--tw-bg-opacity, 1));
}

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

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

.hover\:text-primaryBlueColor:hover {
  --tw-text-opacity: 1;
  color: rgb(9 77 139 / var(--tw-text-opacity, 1));
}

.hover\:text-secondaryColor:hover {
  --tw-text-opacity: 1;
  color: rgb(214 32 42 / var(--tw-text-opacity, 1));
}

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

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

.hover\:shadow-imageShadow:hover {
  --tw-shadow: 0px 6px 5px 0px #b5b5b5f5;
  --tw-shadow-colored: 0px 6px 5px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.focus\:ring-1: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(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.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-blue-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}

.focus\:ring-primaryBlueColor:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(9 77 139 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:top-0 {
  top: 0px;
}

.group:hover .group-hover\:mb-\[5px\] {
  margin-bottom: 5px;
}

.group:hover .group-hover\:mt-\[0px\] {
  margin-top: 0px;
}

.group:hover .group-hover\:h-auto {
  height: auto;
}

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

.group:hover .group-hover\:text-secondaryColor {
  --tw-text-opacity: 1;
  color: rgb(214 32 42 / var(--tw-text-opacity, 1));
}

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

.group:hover .group-hover\:opacity-0 {
  opacity: 0;
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

.group:hover .group-hover\:blur-\[4px\] {
  --tw-blur: blur(4px);
  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);
}

@media not all and (min-width: 1550px) {
  .max-2xl\:left-\[-90\%\] {
    left: -90%;
  }

  .max-2xl\:mb-\[40px\] {
    margin-bottom: 40px;
  }

  .max-2xl\:flex {
    display: flex;
  }

  .max-2xl\:hidden {
    display: none;
  }

  .max-2xl\:w-\[332px\] {
    width: 332px;
  }

  .max-2xl\:gap-\[15px\] {
    gap: 15px;
  }
}

@media not all and (min-width: 1440px) {
  .max-lap\:block {
    display: block;
  }

  .max-lap\:hidden {
    display: none;
  }

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

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

  .max-lap\:gap-\[15px\] {
    gap: 15px;
  }
}

@media not all and (min-width: 1280px) {
  .max-xl\:bottom-\[5rem\] {
    bottom: 5rem;
  }

  .max-xl\:left-0 {
    left: 0px;
  }

  .max-xl\:order-1 {
    order: 1;
  }

  .max-xl\:order-2 {
    order: 2;
  }

  .max-xl\:mx-\[0px\] {
    margin-left: 0px;
    margin-right: 0px;
  }

  .max-xl\:flex {
    display: flex;
  }

  .max-xl\:hidden {
    display: none;
  }

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

  .max-xl\:w-\[100\%\] {
    width: 100%;
  }

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

  .max-xl\:flex-\[0_0_18\%\] {
    flex: 0 0 18%;
  }

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

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

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

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

  .max-xl\:grid-cols-\[55\%_44\%\] {
    grid-template-columns: 55% 44%;
  }

  .max-xl\:flex-col {
    flex-direction: column;
  }

  .max-xl\:gap-3 {
    gap: 0.75rem;
  }

  .max-xl\:gap-\[15px\] {
    gap: 15px;
  }

  .max-xl\:gap-\[25px\] {
    gap: 25px;
  }

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

  .max-xl\:rounded-bl-\[0px\] {
    border-bottom-left-radius: 0px;
  }

  .max-xl\:rounded-tl-\[0px\] {
    border-top-left-radius: 0px;
  }

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

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

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

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

@media not all and (min-width: 1024px) {
  .max-lg\:bottom-\[22\%\] {
    bottom: 22%;
  }

  .max-lg\:left-\[-78\%\] {
    left: -78%;
  }

  .max-lg\:left-\[0\%\] {
    left: 0%;
  }

  .max-lg\:right-\[0\%\] {
    right: 0%;
  }

  .max-lg\:right-\[25\%\] {
    right: 25%;
  }

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

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

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

  .max-lg\:block {
    display: block;
  }

  .max-lg\:grid {
    display: grid;
  }

  .max-lg\:hidden {
    display: none;
  }

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

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

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

  .max-lg\:w-\[100\%\] {
    width: 100%;
  }

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

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

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

  .max-lg\:grid-cols-\[1fr_1fr\] {
    grid-template-columns: 1fr 1fr;
  }

  .max-lg\:justify-start {
    justify-content: flex-start;
  }

  .max-lg\:gap-\[15px\] {
    gap: 15px;
  }

  .max-lg\:gap-\[20px\] {
    gap: 20px;
  }

  .max-lg\:p-4 {
    padding: 1rem;
  }

  .max-lg\:p-\[15px_20px\] {
    padding: 15px 20px;
  }

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

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

  .max-lg\:text-center {
    text-align: center;
  }

  .max-lg\:\!text-\[24px\] {
    font-size: 24px !important;
  }

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

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

@media not all and (min-width: 768px) {
  @media not all and (min-width: 1024px) {
    .max-md\:max-lg\:grid-cols-1 {
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }
  }

  .max-md\:bottom-\[-2rem\] {
    bottom: -2rem;
  }

  .max-md\:bottom-\[18\%\] {
    bottom: 18%;
  }

  .max-md\:bottom-\[20px\] {
    bottom: 20px;
  }

  .max-md\:right-\[22\%\] {
    right: 22%;
  }

  .max-md\:order-1 {
    order: 1;
  }

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

  .max-md\:m-auto {
    margin: auto;
  }

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

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

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

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

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

  .max-md\:mt-\[20px\] {
    margin-top: 20px;
  }

  .max-md\:block {
    display: block;
  }

  .max-md\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

  .max-md\:grid-cols-\[1fr\] {
    grid-template-columns: 1fr;
  }

  @media not all and (min-width: 768px) {
    .max-md\:max-md\:grid-cols-1 {
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }
  }

  .max-md\:justify-center {
    justify-content: center;
  }

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

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

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

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

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

  .max-md\:rounded-\[25px\] {
    border-radius: 25px;
  }

  .max-md\:rounded-bl-\[0px\] {
    border-bottom-left-radius: 0px;
  }

  .max-md\:rounded-tl-\[0px\] {
    border-top-left-radius: 0px;
  }

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

  .max-md\:p-\[15px\] {
    padding: 15px;
  }

  .max-md\:p-\[25px_15px\] {
    padding: 25px 15px;
  }

  .max-md\:p-\[28px_25px_35px\] {
    padding: 28px 25px 35px;
  }

  .max-md\:p-\[50px_18px\] {
    padding: 50px 18px;
  }

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

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

  .max-md\:text-center {
    text-align: center;
  }

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

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

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

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

  .group:hover .max-md\:group-hover\:bottom-\[5rem\] {
    bottom: 5rem;
  }
}

@media not all and (min-width: 640px) {
  .max-sm\:mb-4 {
    margin-bottom: 1rem;
  }

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

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

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

  .max-sm\:w-\[100\%\] {
    width: 100%;
  }

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

  .max-sm\:grid-cols-\[40\%_60\%\] {
    grid-template-columns: 40% 60%;
  }

  .max-sm\:p-\[15px_0px\] {
    padding: 15px 0px;
  }
}

@media not all and (min-width: 480px) {
  .max-xs\:order-1 {
    order: 1;
  }

  .max-xs\:order-2 {
    order: 2;
  }

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

  .max-xs\:grid {
    display: grid;
  }

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

  .max-xs\:pb-0 {
    padding-bottom: 0px;
  }
}

@media (max-width: 450px) {
  .max-\[450px\]\:\!text-\[22px\] {
    font-size: 22px !important;
  }
}

@media not all and (min-width: 365px) {
  .max-xs-small\:mt-5 {
    margin-top: 1.25rem;
  }

  .max-xs-small\:block {
    display: block;
  }
}

@media (min-width: 365px) {
  .xs-small\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

@media (min-width: 640px) {
  .sm\:mb-0 {
    margin-bottom: 0px;
  }

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

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

  .sm\:flex {
    display: flex;
  }

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

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

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

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

  .sm\:w-auto {
    width: auto;
  }

  .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\:grid-cols-\[25\%_75\%\] {
    grid-template-columns: 25% 75%;
  }

  .sm\:grid-cols-\[30\%_70\%\] {
    grid-template-columns: 30% 70%;
  }

  .sm\:grid-cols-\[40\%_60\%\] {
    grid-template-columns: 40% 60%;
  }

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

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

  .sm\:p-\[15px_20px\] {
    padding: 15px 20px;
  }
}

@media (min-width: 745px) {
  .min-\[745px\]\:gap-\[8px\] {
    gap: 8px;
  }
}

@media (min-width: 768px) {
  .md\:bottom-\[-2rem\] {
    bottom: -2rem;
  }

  .md\:top-\[55\%\] {
    top: 55%;
  }

  .md\:my-\[30px\] {
    margin-top: 30px;
    margin-bottom: 30px;
  }

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

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

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

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

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

  .md\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

  .md\:basis-\[49\%\] {
    flex-basis: 49%;
  }

  .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-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .md\:grid-cols-\[20\%_80\%\] {
    grid-template-columns: 20% 80%;
  }

  .md\:grid-cols-\[40\%_60\%\] {
    grid-template-columns: 40% 60%;
  }

  .md\:grid-cols-\[8\%_80\%_8\%\] {
    grid-template-columns: 8% 80% 8%;
  }

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

  .md\:gap-12 {
    gap: 3rem;
  }

  .md\:gap-4 {
    gap: 1rem;
  }

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

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

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

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

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

  .md\:p-\[28px_25px_105px\] {
    padding: 28px 25px 105px;
  }

  .md\:p-\[50px\] {
    padding: 50px;
  }

  .md\:p-\[55px_30px\] {
    padding: 55px 30px;
  }

  .md\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

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

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

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

  .md\:pl-\[15px\] {
    padding-left: 15px;
  }

  .md\:pt-\[20px\] {
    padding-top: 20px;
  }

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

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

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

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

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

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

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

  .md\:leading-\[70px\] {
    line-height: 70px;
  }

  .group:hover .md\:group-hover\:bottom-\[1rem\] {
    bottom: 1rem;
  }
}

@media (min-width: 1024px) {
  .lg\:bottom-\[-2\.5rem\] {
    bottom: -2.5rem;
  }

  .lg\:bottom-\[24\%\] {
    bottom: 24%;
  }

  .lg\:right-\[28\%\] {
    right: 28%;
  }

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

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

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

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

  .lg\:w-\[70\%\] {
    width: 70%;
  }

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

  .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-\[15\%_85\%\] {
    grid-template-columns: 15% 85%;
  }

  .lg\:grid-cols-\[2\%_52\%_44\%_2\%\] {
    grid-template-columns: 2% 52% 44% 2%;
  }

  .lg\:grid-cols-\[27\%_70\%\] {
    grid-template-columns: 27% 70%;
  }

  .lg\:grid-cols-\[28\%_70\%\] {
    grid-template-columns: 28% 70%;
  }

  .lg\:grid-cols-\[40\%_60\%\] {
    grid-template-columns: 40% 60%;
  }

  .lg\:grid-cols-\[47\%_50\%\] {
    grid-template-columns: 47% 50%;
  }

  .lg\:grid-cols-\[48\%_52\%\] {
    grid-template-columns: 48% 52%;
  }

  .lg\:grid-cols-\[54\%_43\%\] {
    grid-template-columns: 54% 43%;
  }

  .lg\:grid-cols-\[550px_1fr\] {
    grid-template-columns: 550px 1fr;
  }

  .lg\:grid-cols-\[6\%_86\%_6\%\] {
    grid-template-columns: 6% 86% 6%;
  }

  .lg\:grid-cols-\[66\%_30\%\] {
    grid-template-columns: 66% 30%;
  }

  .lg\:grid-cols-\[72\%_25\%\] {
    grid-template-columns: 72% 25%;
  }

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

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

  .lg\:gap-7 {
    gap: 1.75rem;
  }

  .lg\:gap-\[15px\] {
    gap: 15px;
  }

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

  .lg\:gap-\[35px\] {
    gap: 35px;
  }

  .lg\:gap-\[50px\] {
    gap: 50px;
  }

  .lg\:p-\[18px_45px\] {
    padding: 18px 45px;
  }

  .lg\:px-\[20px\] {
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

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

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

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

  .group:hover .lg\:group-hover\:bottom-\[7rem\] {
    bottom: 7rem;
  }
}

@media (min-width: 1280px) {
  .xl\:bottom-\[9rem\] {
    bottom: 9rem;
  }

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

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

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

  .xl\:block {
    display: block;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:hidden {
    display: none;
  }

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

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

  .xl\:grid-cols-2 {
    grid-template-columns: repeat(2, 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-\[10\%_90\%\] {
    grid-template-columns: 10% 90%;
  }

  .xl\:grid-cols-\[40\%_52\%\] {
    grid-template-columns: 40% 52%;
  }

  .xl\:grid-cols-\[42\%_55\%\] {
    grid-template-columns: 42% 55%;
  }

  .xl\:grid-cols-\[49\%_48\%\] {
    grid-template-columns: 49% 48%;
  }

  .xl\:grid-cols-\[6\%_46\%_46\%_2\%\] {
    grid-template-columns: 6% 46% 46% 2%;
  }

  .xl\:grid-cols-\[60\%_36\%\] {
    grid-template-columns: 60% 36%;
  }

  .xl\:grid-cols-\[65\%_35\%\] {
    grid-template-columns: 65% 35%;
  }

  .xl\:gap-12 {
    gap: 3rem;
  }

  .xl\:gap-\[12px\] {
    gap: 12px;
  }

  .xl\:gap-\[15px\] {
    gap: 15px;
  }

  .xl\:gap-\[25px\] {
    gap: 25px;
  }

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

  .xl\:gap-\[50px\] {
    gap: 50px;
  }

  .xl\:rounded-bl-\[20px\] {
    border-bottom-left-radius: 20px;
  }

  .xl\:rounded-tl-\[20px\] {
    border-top-left-radius: 20px;
  }

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

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

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

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

@media (min-width: 1285px) {
  .min-\[1285px\]\:left-\[-50px\] {
    left: -50px;
  }

  .min-\[1285px\]\:right-\[-50px\] {
    right: -50px;
  }
}

@media (min-width: 1300px) {
  .min-\[1300px\]\:basis-\[12\%\] {
    flex-basis: 12%;
  }

  .min-\[1300px\]\:basis-\[87\%\] {
    flex-basis: 87%;
  }

  .min-\[1300px\]\:grid-cols-\[66\%_34\%\] {
    grid-template-columns: 66% 34%;
  }

  .min-\[1300px\]\:gap-\[10px\] {
    gap: 10px;
  }
}

@media (min-width: 1360px) {
  .min-\[1360px\]\:\!p-\[0px_15px_0px_110px\] {
    padding: 0px 15px 0px 110px !important;
  }
}

@media (min-width: 1440px) {
  .lap\:left-\[-50px\] {
    left: -50px;
  }

  .lap\:left-\[36px\] {
    left: 36px;
  }

  .lap\:right-\[-50px\] {
    right: -50px;
  }

  .lap\:right-\[36px\] {
    right: 36px;
  }

  .lap\:mx-\[25px\] {
    margin-left: 25px;
    margin-right: 25px;
  }

  .lap\:flex {
    display: flex;
  }

  .lap\:hidden {
    display: none;
  }

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

  .lap\:basis-\[18\%\] {
    flex-basis: 18%;
  }

  .lap\:basis-\[82\%\] {
    flex-basis: 82%;
  }

  .lap\:grid-cols-\[3\%_93\%_3\%\] {
    grid-template-columns: 3% 93% 3%;
  }

  .lap\:grid-cols-\[70\%_30\%\] {
    grid-template-columns: 70% 30%;
  }

  .lap\:grid-cols-\[85\%_15\%\] {
    grid-template-columns: 85% 15%;
  }

  .lap\:gap-\[10px\] {
    gap: 10px;
  }

  .lap\:gap-\[12px\] {
    gap: 12px;
  }
}

@media (min-width: 1550px) {
  .\32xl\:top-\[72\%\] {
    top: 72%;
  }

  .\32xl\:mb-\[70px\] {
    margin-bottom: 70px;
  }

  .\32xl\:block {
    display: block;
  }

  .\32xl\:hidden {
    display: none;
  }

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

  .\32xl\:w-\[325px\] {
    width: 325px;
  }

  .\32xl\:grid-cols-\[55\%_40\%\] {
    grid-template-columns: 55% 40%;
  }

  .\32xl\:grid-cols-\[64\%_36\%\] {
    grid-template-columns: 64% 36%;
  }

  .\32xl\:gap-\[16px\] {
    gap: 16px;
  }

  .\32xl\:gap-\[20px\] {
    gap: 20px;
  }

  .\32xl\:gap-\[25px\] {
    gap: 25px;
  }

  .\32xl\:gap-\[60px\] {
    gap: 60px;
  }

  .\32xl\:px-\[30px\] {
    padding-left: 30px;
    padding-right: 30px;
  }

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

@media (min-width: 1760px) {
  .min-\[1760px\]\:left-\[-35px\] {
    left: -35px;
  }

  .min-\[1760px\]\:left-\[-50px\] {
    left: -50px;
  }

  .min-\[1760px\]\:right-\[-35px\] {
    right: -35px;
  }

  .min-\[1760px\]\:right-\[-50px\] {
    right: -50px;
  }
}

@media (min-width: 1780px) {
  .min-\[1780px\]\:left-\[-50px\] {
    left: -50px;
  }

  .min-\[1780px\]\:right-\[-50px\] {
    right: -50px;
  }
}

@media (min-width: 1800px) {
  .min-\[1800px\]\:\!p-\[0px_15px\] {
    padding: 0px 15px !important;
  }
}