/*!**********************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./src/main.css ***!
  \**********************************************************************************************************/
/* main.css */
*, ::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.14 | 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%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 0px) {
  .container {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (min-width: 600px) {
  .container {
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .container {
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 1441px) {
  .container {
    max-width: 90rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.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;
}
.collapse {
  visibility: collapse;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.\!relative {
  position: relative !important;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.inset-y-0 {
  top: 0px;
  bottom: 0px;
}
.bottom-8 {
  bottom: 2rem;
}
.left-0 {
  left: 0px;
}
.right-0 {
  right: 0px;
}
.right-2 {
  right: 0.5rem;
}
.right-4 {
  right: 1rem;
}
.top-0 {
  top: 0px;
}
.top-2 {
  top: 0.5rem;
}
.top-28 {
  top: 7rem;
}
.top-4 {
  top: 1rem;
}
.top-\[4rem\] {
  top: 4rem;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.z-\[9999\] {
  z-index: 9999;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.m-auto {
  margin: auto;
}
.\!mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.\!my-8 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.mx-\[3\%\] {
  margin-left: 3%;
  margin-right: 3%;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-\[10px\] {
  margin-bottom: 10px;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-10 {
  margin-left: 2.5rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-4 {
  margin-left: 1rem;
}
.mr-12 {
  margin-right: 3rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-6 {
  margin-right: 1.5rem;
}
.mr-auto {
  margin-right: auto;
}
.mt-0 {
  margin-top: 0px;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-16 {
  margin-top: 4rem;
}
.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-7 {
  margin-top: 1.75rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-auto {
  margin-top: auto;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.\!contents {
  display: contents !important;
}
.contents {
  display: contents;
}
.\!hidden {
  display: none !important;
}
.hidden {
  display: none;
}
.aspect-video {
  aspect-ratio: 16 / 9;
}
.h-12 {
  height: 3rem;
}
.h-6 {
  height: 1.5rem;
}
.h-60 {
  height: 15rem;
}
.h-64 {
  height: 16rem;
}
.h-\[100\%\] {
  height: 100%;
}
.h-\[25px\] {
  height: 25px;
}
.h-\[300px\] {
  height: 300px;
}
.h-\[90\%\] {
  height: 90%;
}
.h-\[inherit\] {
  height: inherit;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.max-h-10 {
  max-height: 2.5rem;
}
.max-h-35 {
  max-height: 8.75rem;
}
.max-h-\[100\%\] {
  max-height: 100%;
}
.max-h-\[380px\] {
  max-height: 380px;
}
.max-h-\[550px\] {
  max-height: 550px;
}
.max-h-\[62px\] {
  max-height: 62px;
}
.min-h-22\.5 {
  min-height: 5.625rem;
}
.min-h-64 {
  min-height: 16rem;
}
.min-h-\[18px\] {
  min-height: 18px;
}
.min-h-screen {
  min-height: 100vh;
}
.\!w-auto {
  width: auto !important;
}
.w-1\/2 {
  width: 50%;
}
.w-12 {
  width: 3rem;
}
.w-48 {
  width: 12rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-\[100\%\] {
  width: 100%;
}
.w-\[25px\] {
  width: 25px;
}
.w-\[30px\] {
  width: 30px;
}
.w-\[40px\] {
  width: 40px;
}
.w-\[80\%\] {
  width: 80%;
}
.w-auto {
  width: auto;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.min-w-40 {
  min-width: 10rem;
}
.min-w-\[82px\] {
  min-width: 82px;
}
.min-w-full {
  min-width: 100%;
}
.max-w-12 {
  max-width: 3rem;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-48 {
  max-width: 12rem;
}
.max-w-\[1180px\] {
  max-width: 1180px;
}
.max-w-\[1400px\] {
  max-width: 1400px;
}
.max-w-\[300px\] {
  max-width: 300px;
}
.max-w-\[360px\] {
  max-width: 360px;
}
.max-w-\[400px\] {
  max-width: 400px;
}
.max-w-\[450px\] {
  max-width: 450px;
}
.max-w-\[480px\] {
  max-width: 480px;
}
.max-w-\[550px\] {
  max-width: 550px;
}
.max-w-\[800px\] {
  max-width: 800px;
}
.max-w-\[88rem\] {
  max-width: 88rem;
}
.max-w-xl {
  max-width: 36rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.table-auto {
  table-layout: auto;
}
.border-collapse {
  border-collapse: collapse;
}
.border-spacing-0 {
  --tw-border-spacing-x: 0px;
  --tw-border-spacing-y: 0px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.translate-x-0 {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-full {
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.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;
}
.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.content-center {
  align-content: center;
}
.content-start {
  align-content: flex-start;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-stretch {
  align-items: stretch;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-evenly {
  justify-content: space-evenly;
}
.justify-items-center {
  justify-items: center;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-14 {
  gap: 3.5rem;
}
.gap-16 {
  gap: 4rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-\[10px\] {
  gap: 10px;
}
.gap-\[6px\] {
  gap: 6px;
}
.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.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));
}
.justify-self-end {
  justify-self: end;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-visible {
  overflow: visible;
}
.overflow-scroll {
  overflow: scroll;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-\[1rem\] {
  border-radius: 1rem;
}
.rounded-\[20px\] {
  border-radius: 20px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-b-xl {
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}
.rounded-l-2xl {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
.rounded-t-2xl {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.rounded-t-xl {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-4 {
  border-width: 4px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-4 {
  border-bottom-width: 4px;
}
.border-b-6 {
  border-bottom-width: 6px;
}
.border-r-2 {
  border-right-width: 2px;
}
.border-r-4 {
  border-right-width: 4px;
}
.border-t {
  border-top-width: 1px;
}
.border-t-8 {
  border-top-width: 8px;
}
.\!border-neutral-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(85 86 89 / var(--tw-border-opacity)) !important;
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}
.border-neutral-100 {
  --tw-border-opacity: 1;
  border-color: rgb(230 231 231 / var(--tw-border-opacity));
}
.border-neutral-200 {
  --tw-border-opacity: 1;
  border-color: rgb(207 208 210 / var(--tw-border-opacity));
}
.border-neutral-300 {
  --tw-border-opacity: 1;
  border-color: rgb(174 176 178 / var(--tw-border-opacity));
}
.border-neutral-400 {
  --tw-border-opacity: 1;
  border-color: rgb(147 149 152 / var(--tw-border-opacity));
}
.border-neutral-600 {
  --tw-border-opacity: 1;
  border-color: rgb(85 86 89 / var(--tw-border-opacity));
}
.border-primary-500 {
  --tw-border-opacity: 1;
  border-color: rgb(36 116 236 / var(--tw-border-opacity));
}
.border-primary-600 {
  --tw-border-opacity: 1;
  border-color: rgb(28 94 217 / var(--tw-border-opacity));
}
.border-secondary-500 {
  --tw-border-opacity: 1;
  border-color: rgb(62 176 73 / var(--tw-border-opacity));
}
.border-secondary-600 {
  --tw-border-opacity: 1;
  border-color: rgb(43 135 52 / var(--tw-border-opacity));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-b-neutral-400 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(147 149 152 / var(--tw-border-opacity));
}
.border-b-secondary-500 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(62 176 73 / var(--tw-border-opacity));
}
.border-r-secondary-500 {
  --tw-border-opacity: 1;
  border-right-color: rgb(62 176 73 / var(--tw-border-opacity));
}
.border-t-secondary-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(62 176 73 / var(--tw-border-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.bg-neutral-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(230 231 231 / var(--tw-bg-opacity));
}
.bg-neutral-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 246 246 / var(--tw-bg-opacity));
}
.bg-neutral-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(85 86 89 / var(--tw-bg-opacity));
}
.bg-primary-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 237 254 / var(--tw-bg-opacity));
}
.bg-primary-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(28 94 217 / var(--tw-bg-opacity));
}
.bg-primary-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(29 66 136 / var(--tw-bg-opacity));
}
.bg-secondary-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(43 135 52 / var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}
.bg-blue-gradient-dark {
  background-image: linear-gradient(270deg, #1B4D93 0%, #1F3781 100%);
}
.bg-blue-gradient-mid {
  background-image: linear-gradient(270deg, #1C5ED9 0%, #1D4DB0 100%);
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.from-black\/15 {
  --tw-gradient-from: rgb(0 0 0 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-black\/40 {
  --tw-gradient-from: rgb(0 0 0 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-black\/20 {
  --tw-gradient-to: rgb(0 0 0 / 0.2) var(--tw-gradient-to-position);
}
.to-black\/40 {
  --tw-gradient-to: rgb(0 0 0 / 0.4) var(--tw-gradient-to-position);
}
.bg-cover {
  background-size: cover;
}
.bg-\[100\%\] {
  background-position: 100%;
}
.bg-center {
  background-position: center;
}
.bg-left {
  background-position: left;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center {
  -o-object-position: center;
     object-position: center;
}
.p-0 {
  padding: 0px;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.\!py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-\[14px\] {
  padding-left: 14px;
  padding-right: 14px;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.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-\[13px\] {
  padding-top: 13px;
  padding-bottom: 13px;
}
.\!pt-0 {
  padding-top: 0px !important;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pb-\[6px\] {
  padding-bottom: 6px;
}
.pb-\[8px\] {
  padding-bottom: 8px;
}
.pl-4 {
  padding-left: 1rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pt-0 {
  padding-top: 0px;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-\[56\.25\%\] {
  padding-top: 56.25%;
}
.pt-\[6px\] {
  padding-top: 6px;
}
.pt-\[7px\] {
  padding-top: 7px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-\[1rem\] {
  font-size: 1rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.font-bold {
  font-weight: 700;
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.leading-none {
  line-height: 1;
}
.tracking-small {
  letter-spacing: 0.019em;
}
.\!text-neutral-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(73 74 77 / var(--tw-text-opacity)) !important;
}
.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}
.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-neutral-50 {
  --tw-text-opacity: 1;
  color: rgb(245 246 246 / var(--tw-text-opacity));
}
.text-neutral-500 {
  --tw-text-opacity: 1;
  color: rgb(106 108 112 / var(--tw-text-opacity));
}
.text-neutral-600 {
  --tw-text-opacity: 1;
  color: rgb(85 86 89 / var(--tw-text-opacity));
}
.text-neutral-700 {
  --tw-text-opacity: 1;
  color: rgb(73 74 77 / var(--tw-text-opacity));
}
.text-neutral-800 {
  --tw-text-opacity: 1;
  color: rgb(62 63 64 / var(--tw-text-opacity));
}
.text-neutral-900 {
  --tw-text-opacity: 1;
  color: rgb(44 44 46 / var(--tw-text-opacity));
}
.text-primary-500 {
  --tw-text-opacity: 1;
  color: rgb(36 116 236 / var(--tw-text-opacity));
}
.text-primary-600 {
  --tw-text-opacity: 1;
  color: rgb(28 94 217 / var(--tw-text-opacity));
}
.text-primary-700 {
  --tw-text-opacity: 1;
  color: rgb(29 77 176 / var(--tw-text-opacity));
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
.text-secondary-400 {
  --tw-text-opacity: 1;
  color: rgb(98 198 107 / var(--tw-text-opacity));
}
.text-secondary-600 {
  --tw-text-opacity: 1;
  color: rgb(43 135 52 / var(--tw-text-opacity));
}
.text-secondary-700 {
  --tw-text-opacity: 1;
  color: rgb(38 111 45 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.shadow {
  --tw-shadow: 0 1px 3px rgba(0, 0, 0, 0.1),0 1px 2px rgba(0, 0, 0, 0.06);
  --tw-shadow-colored: 0 1px 3px var(--tw-shadow-color), 0 1px 2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px rgba(0, 0, 0, 0.1),0 4px 6px rgba(0, 0, 0, 0.05);
  --tw-shadow-colored: 0 10px 15px var(--tw-shadow-color), 0 4px 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);
}
.shadow-md {
  --tw-shadow: 0 4px 6px rgba(0, 0, 0, 0.1),0 2px 4px rgba(0, 0, 0, 0.06);
  --tw-shadow-colored: 0 4px 6px var(--tw-shadow-color), 0 2px 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 2px 6px 0px rgba(16, 24, 40, 0.06);
  --tw-shadow-colored: 0 2px 6px 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);
}
.outline {
  outline-style: solid;
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-shadow {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.display-alt-xl {
  font-family: Bebas Neue, sans-serif;
  font-size: 96px;
  text-transform: uppercase;
  line-height: 84px;
}
.display-alt-lg {
  font-family: Bebas Neue, sans-serif;
  font-size: 54px;
  text-transform: uppercase;
  line-height: 62px;
}
.display-alt-sm {
  font-family: Bebas Neue, sans-serif;
  font-size: 36px;
  text-transform: uppercase;
  line-height: 44px;
}
.heading-lg {
  font-family: Inter, sans-serif;
  font-size: 32px;
  line-height: 40px;
}
.heading-alt-lg {
  font-family: Bebas Neue, sans-serif;
  font-size: 32px;
  text-transform: uppercase;
  line-height: 40px;
}
.heading-md {
  font-family: Inter, sans-serif;
  font-size: 28px;
  line-height: 36px;
}
.heading-alt-md {
  font-family: Bebas Neue, sans-serif;
  font-size: 28px;
  text-transform: uppercase;
  line-height: 36px;
}
.heading-sm {
  font-family: Inter, sans-serif;
  font-size: 24px;
  line-height: 32px;
}
.heading-xs {
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 28px;
}
.heading-alt-xs {
  font-family: Bebas Neue, sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 28px;
}
.paragraph-xl {
  font-family: Inter, sans-serif;
  font-size: 24px;
  line-height: 28px;
}
.paragraph-lg {
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 28px;
}
.paragraph-md {
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 24px;
}
.paragraph-sm {
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 20px;
}
.label-lg {
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 20px;
}
.label-md {
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 18px;
}
.label-sm {
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 16px;
}
[data-animation] {
        will-change: transform, opacity;
    }

@font-face {
  font-family: 'Bebas Neue';
  src: url(fonts/BebasNeue-Regular.woff2) format('woff2'),
       url(fonts/BebasNeue-Regular.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

html {
    -webkit-font-smoothing: antialiased;
}

.swiper-container {
    position: relative;
    overflow: visible;
    padding-right: 0;
}

.swiper-wrapper {
    display: flex;
}

.swiper-slide {
    flex-shrink: 0;
    width: calc((100% - 32px) / 2.3);
    margin-right: 16px;
    height: auto !Important;
}



[data-slider-id] .swiper-pagination-progressbar {
    background-color: #E6E7E7 !important;
}

[data-slider-id] .swiper-pagination.swiper-progress-bar.swiper-pagination-progressbar.swiper-pagination-horizontal {
    position: relative;

    height: 9px !important;
    border-radius: 8px;
}

@media (min-width:1024px) {
    [data-slider-id] .swiper-pagination.swiper-progress-bar.swiper-pagination-progressbar.swiper-pagination-horizontal {

        max-width: 466px;
    }
}

@media (max-width:1023px) {

    image.about-tires-image,
    image.autoservices-image,
    .sm-nocp {
        clip-path: unset !important;
    }

}

[data-slider-id] .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #AEB0B2 !important;
    border-radius: 8px !important;
}

.swiper-button-prev::after {
    content: unset !important;
}

.swiper-button-next::after {
    content: unset !important;
}

.swiper-button-next,
.swiper-button-prev {
    position: inherit !Important;
    margin-top: 0 !important;
}



.swiper-scrollbar {
    width: 100%;
    height: 8px;
    /* Optional: adjust the height of the scrollbar */
    position: relative;
    margin: 0 auto;
    /* Center it horizontally */
    background: rgba(0, 0, 0, 0.1);
    /* Optional: a light background for the scrollbar track */
    border-radius: 4px;
    /* Optional: round edges */
    margin-top: 8px;
}

.swiper-scrollbar-drag {
    background-color: #6b7280;
    /* Color for the draggable scrollbar handle */
    height: 100%;
    /* Ensure it fills the height of the track */
    border-radius: 4px;
    /* Match the track's rounded edges */
}

/* Optional: Add hover effects for better UX */
.swiper-scrollbar-drag:hover {
    background-color: #1D4288;
    /* Change the color on hover */
}


#homepage-accordion .accordion-item:first-child {
    border-top-width: 1px;
    border-top-color: #E6E7E7;
    border-top-style: inset;
}

.social-media-icon svg {
    max-width: 40px !important;
    width: -webkit-fill-available;
    height: auto;
}

.filter-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #6b7280;
    /* Neutral-600 */
    position: relative;
}

.filter-link.active {
    text-decoration: underline;
    color: #1D4288;
    /* Primary-700 */
}

.filter-link.active .filter-icon {
    display: inline-block;
}

#faq-accordion .accordion-item:first-child {
    border-top-width: 1px;
    border-top-color: #E6E7E7;
    border-top-style: inset;
}

/*Footer mobile accordion */
@media(max-width: 600px) {
    .sm\:accordion-content {
        height: 0;
        overflow: hidden;
        transition: all 0.5s ease-in-out;
    }

    .footer-heading {
        cursor: pointer;
    }

    .sm\:accordion-wrapper {
        overflow: hidden;
    }
}

.header-wrapper {
    position: sticky;
    top: 0;
    background: white;
    transition: all 0.3s ease;
}

/* Header scroll-up visibility */
#header-wrapper-container {
    transition: transform 0.3s ease;
}

#header-wrapper-container.header-hidden {
    transform: translateY(-100%);
}

.shadow-md {
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1);
}

.header-wrapper #mobile-menu {
  overflow-y: auto;
    height: 100vh;
    height: -webkit-fill-available;
}




.header-wrapper .menu-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
}

.header-wrapper .menu-layer.active {
    transform: translateX(0);
}

.header-wrapper .primary-layer {
    transform: translateX(0);
}


/* .header-wrapper #mobile-menu .h-full {
    max-height: 100vh;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
} */



.header-wrapper #mobile-menu .w-36 {
    min-height: 36px;

}

.header-wrapper #mobile-menu .layer-back {
    min-height: 36px;

}

.header-wrapper .logo-container,
.header-wrapper .layer-back {
    will-change: opacity;
}

.header-wrapper .store-details-main-wrapper {
    position: relative;
    overflow: hidden;
    /* min-height: 200px; */
}

.header-wrapper .mobile-store-details,
.header-wrapper .all-services-btn {
    /* position: absolute; */
    width: 100%;
    left: 0;
    top: auto;
    bottom: 0;
    /* transform: translateX(0);
    transition: transform 0.3s ease-in-out; */
}


.dropdown-content,
.store-dropdown {
    overflow: auto;
    max-height: calc(100vh - 130px);
    /* Adjust the height as needed for nav height */
}

.header-wrapper .all-services-btn {
    transform: translateX(100%);
}

div#homepage-accordion .accordion-item:last-child {
    border-bottom: unset;
}

.tooltip {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.tooltip-text {
    visibility: hidden;
    width: 250px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 5px;
    position: fixed;
    /* Fixed to avoid clipping from overflow:hidden */
    z-index: 100;
    opacity: 0;
    transition: opacity 0.3s;
    pointer-events: none;
    /* Prevent blocking mouse interactions */
}

.tooltip:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}

#mapContainer {
    height: 500px;
}

.gm-map {
    height: 500px;
}

.gm-style-iw-chr {
    position: absolute;
    right: 0;
}

.border-secondary-600 {
    border-color: #2B8734;
}

.wysiwyg-content ul,
.wysiwyg-content ol {
    list-style: initial;
    padding-left: 1.5rem;
    /* Adjust as needed */
}

.wysiwyg-content ul {
    list-style-type: disc;
}

.wysiwyg-content ol {
    list-style-type: decimal;
}

.wysiwyg-content hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.wysiwyg-content p {
    margin-block: 1em;
}

/* #store-dropdown.active {
    display: flex;
} */

#menu-overlay,
#menu-overlay-mobile {
    display: none;
    /* Default hidden */
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    /* Semi-transparent black */
    z-index: 40;
    /* Behind the header but above content */
}

#menu-overlay.active,
#menu-overlay-mobile.active {
    display: block;
}

/* @media (max-width:1024px){
    #menu-overlay{
        display: none !important;
    }
}
@media (min-width:1024px){
    #menu-overlay-mobile{
        display: none !important;
    }
} */

.responsive-svg-wrap svg {
    width: 100%;
    height: auto;

}




@font-face {
    font-family: 'CustomIcons';
    src: url(fonts/gills_points_iconfont.woff2) format('woff2'),
        url(fonts/gills_points_iconfont.woff) format('woff'),
        url(fonts/gills_points_iconfont.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.icon {
    font-family: 'CustomIcons' !important;
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    text-transform: none;
    speak: none;
    line-height: 1;

    /* For accessibility */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-arrow_drop_down:before {
    content: '\e800';
}

/* '' */
.icon-arrow_drop_up:before {
    content: '\e801';
}

/* '' */
.icon-arrow_forward:before {
    content: '\e802';
}

/* '' */
.icon-automotive-icons-1:before {
    content: '\e803';
}

/* '' */
.icon-automotive-icons-2:before {
    content: '\e804';
}

/* '' */
.icon-automotive-icons-3:before {
    content: '\e805';
}

/* '' */
.icon-automotive-icons:before {
    content: '\e806';
}

/* '' */
.icon-award:before {
    content: '\e807';
}

/* '' */
.icon-briefcase-medical:before {
    content: '\e808';
}

/* '' */
.icon-calendar-today:before {
    content: '\e809';
}

/* '' */
.icon-calendar:before {
    content: '\e80a';
}

/* '' */
.icon-car-repair:before {
    content: '\e80b';
}

/* '' */
.icon-car:before {
    content: '\e80c';
}

/* '' */
.icon-check-circle-outline:before {
    content: '\e80d';
}

/* '' */
.icon-check-circle:before {
    content: '\e80e';
}

/* '' */
.icon-check_box_outline_blank:before {
    content: '\e80f';
}

/* '' */
.icon-check_box:before {
    content: '\e810';
}

/* '' */
.icon-chevron_left:before {
    content: '\e811';
}

/* '' */
.icon-chevron_right:before {
    content: '\e812';
}

/* '' */
.icon-check:before {
    content: '\e813';
}

/* '' */
.icon-directions-car-filled:before {
    content: '\e814';
}

/* '' */
.icon-clock:before {
    content: '\e815';
}

/* '' */
.icon-email:before {
    content: '\e816';
}

/* '' */
.icon-expand_less:before {
    content: '\e817';
}

/* '' */
.icon-expand_more:before {
    content: '\e818';
}

/* '' */
.icon-file_download:before {
    content: '\e819';
}

/* '' */
.icon-frame-2:before {
    content: '\e81a';
}

/* '' */
.icon-discount:before {
    content: '\e81b';
}

/* '' */
.icon-frame-3:before {
    content: '\e81c';
}

/* '' */
.icon-frame-4:before {
    content: '\e81d';
}

/* '' */
.icon-frame-5:before {
    content: '\e81e';
}

/* '' */
.icon-frame-6:before {
    content: '\e81f';
}

/* '' */
.icon-frame-7:before {
    content: '\e820';
}

/* '' */
.icon-gift:before {
    content: '\e821';
}

/* '' */
.icon-graduation-cap:before {
    content: '\e822';
}

/* '' */
.icon-hand-holding-dollar:before {
    content: '\e823';
}

/* '' */
.icon-info-outline:before {
    content: '\e824';
}

/* '' */
.icon-indeterminate_check_box:before {
    content: '\e825';
}

/* '' */
.icon-launch:before {
    content: '\e826';
}

/* '' */
.icon-location-on:before {
    content: '\e827';
}

/* '' */
.icon-money-bill-wave:before {
    content: '\e828';
}

/* '' */
.icon-menu:before {
    content: '\e829';
}

/* '' */
.icon-oil-can:before {
    content: '\e82a';
}

/* '' */
.icon-phone:before {
    content: '\e82b';
}

/* '' */
.icon-piggy-bank:before {
    content: '\e82c';
}

/* '' */
.icon-radio_button_checked:before {
    content: '\e82d';
}

/* '' */
.icon-radio_button_unchecked:before {
    content: '\e82e';
}

/* '' */
.icon-screwdriver-wrench:before {
    content: '\e82f';
}

/* '' */
.icon-search:before {
    content: '\e830';
}

/* '' */
.icon-tire-repair:before {
    content: '\e831';
}

/* '' */
.icon-truck-front:before {
    content: '\e832';
}

.icon-truck:before {
    content: '\e833';
}

.tcwlw_powered_by_wrapper {
    display: none !important;
}

#tcwlw_form_widget .tcwlw_vertical,
#tcwlw_form_widget .tcwlw_horizontal {
    padding: 0 !important;
    border: none !important;
}

#tcwlw_form_widget #tcwlw_form_widget_content {
    box-shadow: none !important;
    border: none !important;
}

@media (max-width:1023px) {
    #tireconnect-widget-section {
        display: none !important;
    }
}

#tireconnect-alt-section {
    display: block !important;
}

@media (min-width:1024px) {
    #tireconnect-alt-section {
        display: none !important;
    }
}

.hero-max-section {
    /* bg */
}

.hero-max-section .hero-block {
    max-width: 2400px;
    margin: 0 auto;
}

/* FORMS */
/* General Form Styles */
/* General Form Styling */
.form-container {
    background: #fff;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    max-width: 600px;
    width: 100%;
}

.form-container h2 {
    text-align: center;
    font-size: 1.75rem;
    font-weight: bold;
    color: #1f3a93;
    margin-bottom: 1.5rem;
}

/* Form Field Layout: Two Columns */
.hs-form {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    border: none;
    padding: 0;
    margin: 0;
}

.hs-form .hs-form-field {
    flex: 1 1 calc(50% - 0.5rem);
    /* Two fields per row */
    display: flex;
    flex-direction: column;
}

/* Make Email and Message Full-Width */
.hs-form .hs-form-field.hs_message {
    flex: 1 1 100%;
    /* Full width */
}

/* Input Styling */
.hs-input {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 16px;
}

/* Label Styling */
.hs-form-field label {
    display: block;
    font-weight: 600;
    margin-bottom: 6px;
    font-size: 14px;
    color: #333;
}

.hs-form .hs_submit {
    flex: 1 1 100%;
    /* Full width */
    text-align: center;
}

/* Placeholder styles */
.hs-form .input::-moz-placeholder, .hs-form .textarea::-moz-placeholder {
    opacity: 0.75;
    /* Set placeholder opacity to 75% */
    color: #9ca3af;
    /* Light gray */
}
.hs-form .input::placeholder,
.hs-form .textarea::placeholder {
    opacity: 0.75;
    /* Set placeholder opacity to 75% */
    color: #9ca3af;
    /* Light gray */
}

.hs-form .input::-moz-placeholder,
t .hs-form .extarea::-moz-placeholder {
    opacity: 0.75;
    /* 75% opacity for Firefox */
    color: #9ca3af;
}

/* Ensure actual input text is black */
.hs-form .input,
t .hs-form .extarea {
    color: #000;
    /* Black text */
}

/* Button Styling */
.hs-form .hs-button {
    cursor: pointer;
    max-width: 200px;
    background-color: rgb(43, 135, 52) !important;
    color: #fff !important;
    font-size: 18px !important;
    padding: 12px !important;
    border-radius: 6px !important;
    width: 100%;
    text-align: center;
    font-weight: bold;
    border: none;
    transition: background 0.3s ease-in-out;
    margin-top: 1rem;
}

.hs-form .hs-button:hover {
    background-color: rgb(38, 111, 45) !important;
}

/* Fix alignment issues with HubSpot */
.hs-form>div {
    margin-bottom: 0 !important;
}

/* Mobile Responsiveness */
@media (max-width: 600px) {
    .hs-form .hs-button {
        max-width: 100%;
    }

    .hs-form .hs-form-field {
        flex: 1 1 100%;
    }
}

#popup-overlay.order-submitted .popup-info{
    display: block !important;
}


#tcwlw_widget .tcwlw_table_wrapper .tcwlw_textcenter em::after {
    content: " Deposit is non-refundable but can be credited to another purchase.";
}


div#tcwlw_widget[id="tcwlw_widget"] .tcwlw_btn,
div#tcwlw_widget[id="tcwlw_widget"] .tcwlw_brand_btn,
div#tcwlw_widget_outer[id="tcwlw_widget_outer"] .tcwlw_btn,
div#tcwlw_widget_outer[id="tcwlw_widget_outer"] .tcwlw_brand_btn,
div#tcwlw_widget[id="tcwlw_widget"] .tcwlw_rdtPicker .tcwlw_rdtTime button,
div#tcwlw_widget[id="tcwlw_widget"] .tcwlw_bg_color_primary,
div#tcwlw_widget[id="tcwlw_widget"] .tcwlw_fields_wrapper .tcwlw_number_widget,
div#tcwlw_widget[id="tcwlw_widget"] .tcwlw_fancy_button_list .tcwlw_fancy_btn_active,
div#tcwlw_widget[id="tcwlw_widget"] .tcwlw_switcher::before,
div#tcwlw_widget[id="tcwlw_widget"] .tcwlw_slider-container .tcwlw_slider-control-container .tcwlw_slider,
#tcwlw_widget .tcwlw_submit{
    background-color: rgb(43, 135, 52) !important;
    color: #fff !important;
}

div#tcwlw_widget[id="tcwlw_widget"] .tcwlw_btn:hover,
div#tcwlw_widget[id="tcwlw_widget"] .tcwlw_brand_btn:hover,
div#tcwlw_widget_outer[id="tcwlw_widget_outer"] .tcwlw_btn:hover,
div#tcwlw_widget_outer[id="tcwlw_widget_outer"] .tcwlw_brand_btn:hover,
div#tcwlw_widget[id="tcwlw_widget"] .tcwlw_rdtPicker .tcwlw_rdtTime button:hover,
div#tcwlw_widget[id="tcwlw_widget"] .tcwlw_bg_color_primary:hover,
div#tcwlw_widget[id="tcwlw_widget"] .tcwlw_fields_wrapper .tcwlw_number_widget:hover,
div#tcwlw_widget[id="tcwlw_widget"] .tcwlw_fancy_button_list .tcwlw_fancy_btn_active:hover,
div#tcwlw_widget[id="tcwlw_widget"] .tcwlw_switcher::before,
div#tcwlw_widget[id="tcwlw_widget"] .tcwlw_slider-container .tcwlw_slider-control-container .tcwlw_slider:hover,
#tcwlw_widget .tcwlw_submit{
    background-color: rgb(38, 111, 45) !important;
    color: #fff !important;
}


.code-wrapper p{
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    color: white;
}

.scrollbar-hide {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

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

.last\:border-b-0:last-child {
  border-bottom-width: 0px;
}

.hover\:\!bg-neutral-200:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(207 208 210 / var(--tw-bg-opacity)) !important;
}

.hover\:bg-blue-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity));
}

.hover\:bg-neutral-200\/40:hover {
  background-color: rgb(207 208 210 / 0.4);
}

.hover\:bg-neutral-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(73 74 77 / var(--tw-bg-opacity));
}

.hover\:bg-primary-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 77 176 / var(--tw-bg-opacity));
}

.hover\:bg-secondary-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(38 111 45 / var(--tw-bg-opacity));
}

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

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

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

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

.hover\:opacity-90:hover {
  opacity: 0.9;
}

.hover\:shadow-lg:hover {
  --tw-shadow: 0 10px 15px rgba(0, 0, 0, 0.1),0 4px 6px rgba(0, 0, 0, 0.05);
  --tw-shadow-colored: 0 10px 15px var(--tw-shadow-color), 0 4px 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);
}

.hover\:shadow-xl:hover {
  --tw-shadow: 0 20px 25px rgba(0, 0, 0, 0.1),0 10px 10px rgba(0, 0, 0, 0.04);
  --tw-shadow-colored: 0 20px 25px var(--tw-shadow-color), 0 10px 10px 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\:bg-neutral-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(230 231 231 / var(--tw-bg-opacity));
}

.focus\:bg-primary-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(191 224 254 / var(--tw-bg-opacity));
}

.focus\:bg-secondary-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(225 247 227 / var(--tw-bg-opacity));
}

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

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

@media (max-width: 847px) {
  .max-\[847px\]\:\!w-full {
    width: 100% !important;
  }
}

@media (min-width: 0px) {
  .sm\:order-1 {
    order: 1;
  }
  .sm\:order-2 {
    order: 2;
  }
  .sm\:mb-2 {
    margin-bottom: 0.5rem;
  }
  .sm\:mb-4 {
    margin-bottom: 1rem;
  }
  .sm\:mb-6 {
    margin-bottom: 1.5rem;
  }
  .sm\:ml-auto {
    margin-left: auto;
  }
  .sm\:mt-2 {
    margin-top: 0.5rem;
  }
  .sm\:mt-4 {
    margin-top: 1rem;
  }
  .sm\:mt-6 {
    margin-top: 1.5rem;
  }
  .sm\:block {
    display: block;
  }
  .sm\:hidden {
    display: none;
  }
  .sm\:h-\[95\%\] {
    height: 95%;
  }
  .sm\:max-h-16 {
    max-height: 4rem;
  }
  .sm\:max-h-96 {
    max-height: 24rem;
  }
  .sm\:max-h-\[65px\] {
    max-height: 65px;
  }
  .sm\:min-h-\[250px\] {
    min-height: 250px;
  }
  .sm\:min-h-\[280px\] {
    min-height: 280px;
  }
  .sm\:w-40 {
    width: 10rem;
  }
  .sm\:w-\[45\%\] {
    width: 45%;
  }
  .sm\:w-auto {
    width: auto;
  }
  .sm\:w-full {
    width: 100%;
  }
  .sm\:min-w-\[100\%\] {
    min-width: 100%;
  }
  .sm\:min-w-\[104px\] {
    min-width: 104px;
  }
  .sm\:max-w-\[104px\] {
    max-width: 104px;
  }
  .sm\:max-w-\[220px\] {
    max-width: 220px;
  }
  .sm\:max-w-\[65\%\] {
    max-width: 65%;
  }
  .sm\:max-w-\[70\%\] {
    max-width: 70%;
  }
  .sm\:max-w-none {
    max-width: none;
  }
  .sm\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .sm\:flex-col {
    flex-direction: column;
  }
  .sm\:flex-col-reverse {
    flex-direction: column-reverse;
  }
  .sm\:flex-wrap {
    flex-wrap: wrap;
  }
  .sm\:items-start {
    align-items: flex-start;
  }
  .sm\:items-center {
    align-items: center;
  }
  .sm\:justify-center {
    justify-content: center;
  }
  .sm\:justify-between {
    justify-content: space-between;
  }
  .sm\:gap-1 {
    gap: 0.25rem;
  }
  .sm\:gap-2 {
    gap: 0.5rem;
  }
  .sm\:gap-3 {
    gap: 0.75rem;
  }
  .sm\:gap-4 {
    gap: 1rem;
  }
  .sm\:gap-5 {
    gap: 1.25rem;
  }
  .sm\:gap-6 {
    gap: 1.5rem;
  }
  .sm\:gap-8 {
    gap: 2rem;
  }
  .sm\:gap-y-4 {
    row-gap: 1rem;
  }
  .sm\:rounded-2xl {
    border-radius: 1rem;
  }
  .sm\:border-b-4 {
    border-bottom-width: 4px;
  }
  .sm\:border-t-6 {
    border-top-width: 6px;
  }
  .sm\:border-secondary-500 {
    --tw-border-opacity: 1;
    border-color: rgb(62 176 73 / var(--tw-border-opacity));
  }
  .sm\:border-b-secondary-500 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(62 176 73 / var(--tw-border-opacity));
  }
  .sm\:bg-transparent {
    background-color: transparent;
  }
  .sm\:p-4 {
    padding: 1rem;
  }
  .sm\:p-6 {
    padding: 1.5rem;
  }
  .sm\:py-15 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
  .sm\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .sm\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .sm\:pb-2 {
    padding-bottom: 0.5rem;
  }
  .sm\:pb-3 {
    padding-bottom: 0.75rem;
  }
  .sm\:pb-4 {
    padding-bottom: 1rem;
  }
  .sm\:pb-5 {
    padding-bottom: 1.25rem;
  }
  .sm\:pb-8 {
    padding-bottom: 2rem;
  }
  .sm\:pb-9 {
    padding-bottom: 2.25rem;
  }
  .sm\:pl-4 {
    padding-left: 1rem;
  }
  .sm\:pr-8 {
    padding-right: 2rem;
  }
  .sm\:pt-10 {
    padding-top: 2.5rem;
  }
  .sm\:pt-12 {
    padding-top: 3rem;
  }
  .sm\:pt-6 {
    padding-top: 1.5rem;
  }
  .sm\:text-center {
    text-align: center;
  }
  .sm\:shadow-md {
    --tw-shadow: 0 4px 6px rgba(0, 0, 0, 0.1),0 2px 4px rgba(0, 0, 0, 0.06);
    --tw-shadow-colored: 0 4px 6px var(--tw-shadow-color), 0 2px 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);
  }
  .sm\:display-alt-lg {
    font-family: Bebas Neue, sans-serif;
    font-size: 54px;
    text-transform: uppercase;
    line-height: 62px;
  }
  .sm\:display-md {
    font-family: Inter, sans-serif;
    font-size: 44px;
    line-height: 52px;
  }
  .sm\:display-alt-md {
    font-family: Bebas Neue, sans-serif;
    font-size: 44px;
    text-transform: uppercase;
    line-height: 52px;
  }
  .sm\:display-alt-sm {
    font-family: Bebas Neue, sans-serif;
    font-size: 36px;
    text-transform: uppercase;
    line-height: 44px;
  }
  .sm\:heading-alt-md {
    font-family: Bebas Neue, sans-serif;
    font-size: 28px;
    text-transform: uppercase;
    line-height: 36px;
  }
  .sm\:heading-sm {
    font-family: Inter, sans-serif;
    font-size: 24px;
    line-height: 32px;
  }
  .sm\:heading-alt-sm {
    font-family: Bebas Neue, sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 32px;
  }
  .sm\:heading-xs {
    font-family: Inter, sans-serif;
    font-size: 20px;
    line-height: 28px;
  }
  .sm\:paragraph-lg {
    font-family: Inter, sans-serif;
    font-size: 18px;
    line-height: 28px;
  }
  .sm\:paragraph-md {
    font-family: Inter, sans-serif;
    font-size: 16px;
    line-height: 24px;
  }
  .sm\:last\:border-b-0:last-child {
    border-bottom-width: 0px;
  }
}

@media (min-width: 600px) {
  .md\:order-1 {
    order: 1;
  }
  .md\:order-2 {
    order: 2;
  }
  .md\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .md\:mb-0 {
    margin-bottom: 0px;
  }
  .md\:mb-4 {
    margin-bottom: 1rem;
  }
  .md\:ml-0 {
    margin-left: 0px;
  }
  .md\:ml-auto {
    margin-left: auto;
  }
  .md\:mt-5 {
    margin-top: 1.25rem;
  }
  .md\:block {
    display: block;
  }
  .md\:flex {
    display: flex;
  }
  .md\:hidden {
    display: none;
  }
  .md\:h-3\/4 {
    height: 75%;
  }
  .md\:max-h-\[unset\] {
    max-height: unset;
  }
  .md\:min-h-80 {
    min-height: 20rem;
  }
  .md\:min-h-\[unset\] {
    min-height: unset;
  }
  .md\:\!w-1\/2 {
    width: 50% !important;
  }
  .md\:w-1\/2 {
    width: 50%;
  }
  .md\:w-1\/4 {
    width: 25%;
  }
  .md\:w-4\/6 {
    width: 66.666667%;
  }
  .md\:w-52 {
    width: 13rem;
  }
  .md\:w-\[160px\] {
    width: 160px;
  }
  .md\:w-\[180px\] {
    width: 180px;
  }
  .md\:w-\[20\%\] {
    width: 20%;
  }
  .md\:w-\[47\%\] {
    width: 47%;
  }
  .md\:w-\[60\%\] {
    width: 60%;
  }
  .md\:w-auto {
    width: auto;
  }
  .md\:w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }
  .md\:w-full {
    width: 100%;
  }
  .md\:min-w-\[168px\] {
    min-width: 168px;
  }
  .md\:min-w-\[280px\] {
    min-width: 280px;
  }
  .md\:min-w-\[300px\] {
    min-width: 300px;
  }
  .md\:max-w-\[1200px\] {
    max-width: 1200px;
  }
  .md\:max-w-\[168px\] {
    max-width: 168px;
  }
  .md\:max-w-\[480px\] {
    max-width: 480px;
  }
  .md\:max-w-\[unset\] {
    max-width: unset;
  }
  .md\:max-w-xs {
    max-width: 20rem;
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:flex-nowrap {
    flex-wrap: nowrap;
  }
  .md\:items-start {
    align-items: flex-start;
  }
  .md\:items-center {
    align-items: center;
  }
  .md\:justify-end {
    justify-content: flex-end;
  }
  .md\:justify-center {
    justify-content: center;
  }
  .md\:justify-between {
    justify-content: space-between;
  }
  .md\:gap-10 {
    gap: 2.5rem;
  }
  .md\:gap-12 {
    gap: 3rem;
  }
  .md\:gap-4 {
    gap: 1rem;
  }
  .md\:gap-6 {
    gap: 1.5rem;
  }
  .md\:gap-\[unset\] {
    gap: unset;
  }
  .md\:gap-y-12 {
    row-gap: 3rem;
  }
  .md\:overflow-hidden {
    overflow: hidden;
  }
  .md\:rounded-2xl {
    border-radius: 1rem;
  }
  .md\:border-2 {
    border-width: 2px;
  }
  .md\:border-neutral-100 {
    --tw-border-opacity: 1;
    border-color: rgb(230 231 231 / var(--tw-border-opacity));
  }
  .md\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
  .md\:p-0 {
    padding: 0px;
  }
  .md\:p-6 {
    padding: 1.5rem;
  }
  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .md\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .md\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .md\:pb-0 {
    padding-bottom: 0px;
  }
  .md\:pb-2 {
    padding-bottom: 0.5rem;
  }
  .md\:pb-3 {
    padding-bottom: 0.75rem;
  }
  .md\:pb-4 {
    padding-bottom: 1rem;
  }
  .md\:pb-5 {
    padding-bottom: 1.25rem;
  }
  .md\:pb-8 {
    padding-bottom: 2rem;
  }
  .md\:pt-1 {
    padding-top: 0.25rem;
  }
  .md\:pt-2 {
    padding-top: 0.5rem;
  }
  .md\:text-left {
    text-align: left;
  }
  .md\:text-center {
    text-align: center;
  }
  .md\:shadow-none {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  .md\:display-alt-xl {
    font-family: Bebas Neue, sans-serif;
    font-size: 96px;
    text-transform: uppercase;
    line-height: 84px;
  }
  .md\:display-lg {
    font-family: Inter, sans-serif;
    font-size: 54px;
    line-height: 62px;
  }
  .md\:display-alt-lg {
    font-family: Bebas Neue, sans-serif;
    font-size: 54px;
    text-transform: uppercase;
    line-height: 62px;
  }
  .md\:display-alt-md {
    font-family: Bebas Neue, sans-serif;
    font-size: 44px;
    text-transform: uppercase;
    line-height: 52px;
  }
  .md\:heading-alt-lg {
    font-family: Bebas Neue, sans-serif;
    font-size: 32px;
    text-transform: uppercase;
    line-height: 40px;
  }
  .md\:heading-md {
    font-family: Inter, sans-serif;
    font-size: 28px;
    line-height: 36px;
  }
  .md\:heading-alt-md {
    font-family: Bebas Neue, sans-serif;
    font-size: 28px;
    text-transform: uppercase;
    line-height: 36px;
  }
  .md\:heading-sm {
    font-family: Inter, sans-serif;
    font-size: 24px;
    line-height: 32px;
  }
  .md\:heading-xs {
    font-family: Inter, sans-serif;
    font-size: 20px;
    line-height: 28px;
  }
}

@media (min-width: 1024px) {
  .lg\:absolute {
    position: absolute;
  }
  .lg\:inset-0 {
    inset: 0px;
  }
  .lg\:left-0 {
    left: 0px;
  }
  .lg\:left-auto {
    left: auto;
  }
  .lg\:right-0 {
    right: 0px;
  }
  .lg\:order-1 {
    order: 1;
  }
  .lg\:order-2 {
    order: 2;
  }
  .lg\:m-0 {
    margin: 0px;
  }
  .lg\:mb-16 {
    margin-bottom: 4rem;
  }
  .lg\:mr-\[10\%\] {
    margin-right: 10%;
  }
  .lg\:mt-0 {
    margin-top: 0px;
  }
  .lg\:block {
    display: block;
  }
  .lg\:flex {
    display: flex;
  }
  .lg\:hidden {
    display: none;
  }
  .lg\:h-\[366px\] {
    height: 366px;
  }
  .lg\:h-full {
    height: 100%;
  }
  .lg\:max-h-full {
    max-height: 100%;
  }
  .lg\:w-1\/2 {
    width: 50%;
  }
  .lg\:w-1\/4 {
    width: 25%;
  }
  .lg\:w-1\/5 {
    width: 20%;
  }
  .lg\:w-4\/12 {
    width: 33.333333%;
  }
  .lg\:w-49 {
    width: 49%;
  }
  .lg\:w-5\/6 {
    width: 83.333333%;
  }
  .lg\:w-\[54vw\] {
    width: 54vw;
  }
  .lg\:w-\[60vw\] {
    width: 60vw;
  }
  .lg\:w-auto {
    width: auto;
  }
  .lg\:min-w-\[168px\] {
    min-width: 168px;
  }
  .lg\:min-w-\[200px\] {
    min-width: 200px;
  }
  .lg\:max-w-2xl {
    max-width: 42rem;
  }
  .lg\:max-w-40 {
    max-width: 10rem;
  }
  .lg\:max-w-60 {
    max-width: 15rem;
  }
  .lg\:max-w-\[168px\] {
    max-width: 168px;
  }
  .lg\:max-w-\[395px\] {
    max-width: 395px;
  }
  .lg\:max-w-\[535px\] {
    max-width: 535px;
  }
  .lg\:max-w-\[600px\] {
    max-width: 600px;
  }
  .lg\:max-w-lg {
    max-width: 32rem;
  }
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:flex-row {
    flex-direction: row;
  }
  .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }
  .lg\:items-start {
    align-items: flex-start;
  }
  .lg\:items-center {
    align-items: center;
  }
  .lg\:justify-end {
    justify-content: flex-end;
  }
  .lg\:justify-between {
    justify-content: space-between;
  }
  .lg\:gap-0 {
    gap: 0px;
  }
  .lg\:gap-12 {
    gap: 3rem;
  }
  .lg\:gap-4 {
    gap: 1rem;
  }
  .lg\:gap-6 {
    gap: 1.5rem;
  }
  .lg\:gap-8 {
    gap: 2rem;
  }
  .lg\:gap-\[48px\] {
    gap: 48px;
  }
  .lg\:rounded-2xl {
    border-radius: 1rem;
  }
  .lg\:rounded-md {
    border-radius: 0.375rem;
  }
  .lg\:border {
    border-width: 1px;
  }
  .lg\:border-0 {
    border-width: 0px;
  }
  .lg\:border-b-0 {
    border-bottom-width: 0px;
  }
  .lg\:border-b-8 {
    border-bottom-width: 8px;
  }
  .lg\:border-r-4 {
    border-right-width: 4px;
  }
  .lg\:border-neutral-100 {
    --tw-border-opacity: 1;
    border-color: rgb(230 231 231 / var(--tw-border-opacity));
  }
  .lg\:border-secondary-500 {
    --tw-border-opacity: 1;
    border-color: rgb(62 176 73 / var(--tw-border-opacity));
  }
  .lg\:border-r-secondary-500 {
    --tw-border-opacity: 1;
    border-right-color: rgb(62 176 73 / var(--tw-border-opacity));
  }
  .lg\:bg-primary-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(29 66 136 / var(--tw-bg-opacity));
  }
  .lg\:bg-transparent {
    background-color: transparent;
  }
  .lg\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
  .lg\:p-6 {
    padding: 1.5rem;
  }
  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .lg\:px-41\.25 {
    padding-left: 10.3125rem;
    padding-right: 10.3125rem;
  }
  .lg\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .lg\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .lg\:py-38 {
    padding-top: 9.5rem;
    padding-bottom: 9.5rem;
  }
  .lg\:pb-12 {
    padding-bottom: 3rem;
  }
  .lg\:pb-2 {
    padding-bottom: 0.5rem;
  }
  .lg\:pb-8 {
    padding-bottom: 2rem;
  }
  .lg\:pl-21\.5 {
    padding-left: 5.375rem;
  }
  .lg\:pl-36 {
    padding-left: 9rem;
  }
  .lg\:pr-0 {
    padding-right: 0px;
  }
  .lg\:pr-15 {
    padding-right: 3.75rem;
  }
  .lg\:pr-21\.5 {
    padding-right: 5.375rem;
  }
  .lg\:pr-24 {
    padding-right: 6rem;
  }
  .lg\:pr-36 {
    padding-right: 9rem;
  }
  .lg\:pt-0 {
    padding-top: 0px;
  }
  .lg\:pt-12 {
    padding-top: 3rem;
  }
  .lg\:pt-15 {
    padding-top: 3.75rem;
  }
  .lg\:pt-16 {
    padding-top: 4rem;
  }
  .lg\:text-left {
    text-align: left;
  }
  .lg\:text-right {
    text-align: right;
  }
  .lg\:display-alt-xl {
    font-family: Bebas Neue, sans-serif;
    font-size: 96px;
    text-transform: uppercase;
    line-height: 84px;
  }
  .lg\:display-alt-lg {
    font-family: Bebas Neue, sans-serif;
    font-size: 54px;
    text-transform: uppercase;
    line-height: 62px;
  }
  .lg\:display-alt-md {
    font-family: Bebas Neue, sans-serif;
    font-size: 44px;
    text-transform: uppercase;
    line-height: 52px;
  }
  .lg\:heading-sm {
    font-family: Inter, sans-serif;
    font-size: 24px;
    line-height: 32px;
  }
  .lg\:paragraph-lg {
    font-family: Inter, sans-serif;
    font-size: 18px;
    line-height: 28px;
  }
  .lg\:last\:border-b:last-child {
    border-bottom-width: 1px;
  }
}

@media (min-width: 1441px) {
  .xl\:max-w-22\.5 {
    max-width: 90rem;
  }
  .xl\:rounded-2xl {
    border-radius: 1rem;
  }
  .xl\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media(max-width:600px) {
  .\[\@media\(max-width\:600px\)\]\:mb-8 {
    margin-bottom: 2rem;
  }
  .\[\@media\(max-width\:600px\)\]\:mt-0 {
    margin-top: 0px;
  }
  .\[\@media\(max-width\:600px\)\]\:inline-block {
    display: inline-block;
  }
  .\[\@media\(max-width\:600px\)\]\:flex {
    display: flex;
  }
  .\[\@media\(max-width\:600px\)\]\:h-0 {
    height: 0px;
  }
  .\[\@media\(max-width\:600px\)\]\:w-full {
    width: 100%;
  }
  .\[\@media\(max-width\:600px\)\]\:items-center {
    align-items: center;
  }
  .\[\@media\(max-width\:600px\)\]\:justify-between {
    justify-content: space-between;
  }
  .\[\@media\(max-width\:600px\)\]\:border-b {
    border-bottom-width: 1px;
  }
  .\[\@media\(max-width\:600px\)\]\:border-t {
    border-top-width: 1px;
  }
  .\[\@media\(max-width\:600px\)\]\:border-neutral-400 {
    --tw-border-opacity: 1;
    border-color: rgb(147 149 152 / var(--tw-border-opacity));
  }
  .\[\@media\(max-width\:600px\)\]\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .\[\@media\(max-width\:600px\)\]\:text-center {
    text-align: center;
  }
}

@media(max-width:900px) {
  .\[\@media\(max-width\:900px\)\]\:order-2 {
    order: 2;
  }
  .\[\@media\(max-width\:900px\)\]\:mb-\[32px\] {
    margin-bottom: 32px;
  }
  .\[\@media\(max-width\:900px\)\]\:block {
    display: block;
  }
  .\[\@media\(max-width\:900px\)\]\:hidden {
    display: none;
  }
  .\[\@media\(max-width\:900px\)\]\:max-w-\[80\%\] {
    max-width: 80%;
  }
  .\[\@media\(max-width\:900px\)\]\:flex-col {
    flex-direction: column;
  }
  .\[\@media\(max-width\:900px\)\]\:border-b {
    border-bottom-width: 1px;
  }
  .\[\@media\(max-width\:900px\)\]\:border-neutral-400 {
    --tw-border-opacity: 1;
    border-color: rgb(147 149 152 / var(--tw-border-opacity));
  }
  .\[\@media\(max-width\:900px\)\]\:pb-8 {
    padding-bottom: 2rem;
  }
}

@media(min-width:1023px) {
  .\[\@media\(min-width\:1023px\)\]\:ml-auto {
    margin-left: auto;
  }
  .\[\@media\(min-width\:1023px\)\]\:flex {
    display: flex;
  }
  @media(max-width:1100px) {
    .\[\@media\(min-width\:1023px\)\]\:\[\@media\(max-width\:1100px\)\]\:block {
      display: block;
    }
  }
}

@media(min-width:1101px) {
  .\[\@media\(min-width\:1101px\)\]\:block {
    display: block;
  }
  .\[\@media\(min-width\:1101px\)\]\:hidden {
    display: none;
  }
}

@media(min-width:1200px) {
  .\[\@media\(min-width\:1200px\)\]\:flex {
    display: flex;
  }
  .\[\@media\(min-width\:1200px\)\]\:hidden {
    display: none;
  }
}
/*!***********************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/swiper/swiper-bundle.css ***!
  \***********************************************************************************************************************************/
/**
 * Swiper 11.1.14
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 12, 2024
 */

/* FONT_START */
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform-origin: center;
}
.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-lock {
  display: none;
}
/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}
/* Navigation font end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
          -moz-appearance: none;
       appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform,
        200ms top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform,
        200ms left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform,
    200ms right;
}
/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}
.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}
.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
/* Zoom container styles start */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
/* Zoom container styles end */
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}
/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
/* Cube slide shadows start */
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}
/* Cube slide shadows end */
.swiper.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
/* Flip slide shadows start */
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}
/* Flip slide shadows end */
.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}
.swiper.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden;
}

