@charset "utf-8";

/*
! tailwindcss v3.1.8 | 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.
*/

html {
  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, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
}

/*
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. 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-size: 1em;
  /* 2 */
}

/*
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-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
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;
}

h3{
  font-size: 23px;
  line-height: 1.75rem;
}

@media (max-width: 767px){
  h3{
    font-size: 21px;
    line-height: 1.5rem;
  }
}

p{
  font-size: 15px;
  line-height: 1.25rem;
}

.amenitie-container .is-active {
  opacity: 1;
  top: 0;
  z-index: 1;
}

.icons-container {
  background-color: rgba(239,237,233,0.5);
}

.icon-box {
  border: 1px solid rgba(193, 193, 193, .5);
}

.icon-box:hover {
  border: 3px solid rgba(193,193,193,.5);
}

/* Menu Styles */

.grid-container{
  margin-top: 0px;
  width: 100%;
  align-items: center;
  justify-items: start;
  gap: 1rem;
}

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

.grid-container {
  grid-template-columns: 24.334% 73.667%;
}

.navbar-menu{
  justify-self: start;
}

@media (min-width: 768px){
  .navbar-menu{
    justify-self: end;
  }
}

@media all and (min-width: 768px) {
  .navbar {
    z-index: 35;
  }
}

.grid-container .menu-item{
  display: flex;
  border-style: solid;
  border-color: transparent;
  font-family: InfinitiBrand-Regular;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .grid-container .menu-item{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    padding-bottom: 0.75rem;
    font-size: 13px;
  }
}

@media (min-width: 1024px){
  .grid-container .menu-item{
    margin-left: 1rem;
    margin-right: 1rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.grid-container .menu-item {
  border-bottom-width: 3px;
}

.menu-item-label{
  display: block;
  cursor: pointer;
  border-style: solid;
  border-color: transparent;
  font-family: InfinitiBrand-Regular;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}

@media (min-width: 768px){
  .menu-item-label{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    padding-bottom: 0.75rem;
    font-size: 13px;
  }
}

@media (min-width: 1024px){
  .menu-item-label{
    margin-left: 1rem;
    margin-right: 1rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.menu-item-label {
  border-bottom-width: 3px;
}

.grid-container .menu-item:hover,  .menu-item-label:hover{
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  border-bottom-width: 3px;
}

.sub-menu-headline h4,  h4.sub-menu-headline{
  font-family: InfinitiBrand-light;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.6px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .sub-menu-headline h4,  h4.sub-menu-headline{
    font-size: 37px;
    letter-spacing: 0.7px;
  }
}

@media (max-width: 767px){
  .sub-menu-headline h4,  h4.sub-menu-headline{
    margin-bottom: 0px;
    margin-top: 0px;
    font-size: 32px;
  }
}

.nav-rightside{
  display: flex;
  align-items: center;
  border-color: transparent;
  font-family: InfinitiBrand-light;
  font-size: 13px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.nav-rightside:hover{
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

@media (min-width: 768px){
  .nav-rightside{
    height: 40px;
    font-size: 10px;
  }
}

@media (min-width: 1024px){
  .nav-rightside{
    font-size: 13px;
  }
}

.nav-rightside {
  border-bottom-width: 3px;
}

.lang-navbar-link{
  position: relative;
  margin-left: 1.25rem;
  cursor: pointer;
  border-color: transparent;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(2 11 36 / var(--tw-text-opacity));
}

.lang-navbar-link:hover{
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

@media (min-width: 768px){
  .lang-navbar-link{
    display: flex;
    padding-right: 15px;
  }
}

@media (min-width: 1088px){
  .lang-navbar-link{
    display: flex;
    align-items: center;
  }
}

.lang-navbar-link {
  border-bottom-width: 3px;
}

/*Mega Menu Styles*/

.mega-menu,  .more-mega-menu{
  position: absolute;
  left: 0px;
  width: 100%;
  text-align: left;
}

@media (max-width: 767px){
  .mega-menu,  .more-mega-menu{
    z-index: 99;
  }
}

/* #toggle Class Styles */

.toggleable > label:after {
  font-size: 10px;
  padding-left: 6px;
  position: relative;
  top: -1px;
}

.toggle-input {
  display: none;
}

.toggle-input:checked ~ .mega-menu {
  display: block;
  z-index: 99;
}

/*Mega Menu Styles Ends*/

.sub-menu-item{
  position: relative;
  margin-bottom: 1.5rem;
  display: inline-block;
  padding-right: 1.75rem;
  font-family: InfinitiBrand-Regular;
  font-weight: 400;
}

*, ::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-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-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:  ;
}

.container{
  width: 100%;
}

.\!container{
  width: 100% !important;
}

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

  .\!container{
    max-width: 640px !important;
  }
}

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

  .\!container{
    max-width: 768px !important;
  }
}

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

  .\!container{
    max-width: 769px !important;
  }
}

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

  .\!container{
    max-width: 1024px !important;
  }
}

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

  .\!container{
    max-width: 1088px !important;
  }
}

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

  .\!container{
    max-width: 1280px !important;
  }
}

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

  .\!container{
    max-width: 1472px !important;
  }
}

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

  .\!container{
    max-width: 1536px !important;
  }
}

.container{
  max-width: 100%;
}

.\!container{
  max-width: 100% !important;
}

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

  .\!container{
    max-width: 640px !important;
  }
}

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

  .\!container{
    max-width: 768px !important;
  }
}

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

  .\!container{
    max-width: 1280px !important;
  }
}

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

  .\!container{
    max-width: 1680px !important;
  }

  .column-custom-container{
    max-width: 1170px;
    margin: auto;
    width: 1170px;
  }
}

.visible{
  visibility: visible;
}

.invisible{
  visibility: hidden;
}

.static{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.sticky{
  position: sticky;
}

.inset-y-\[unset\]{
  top: unset;
  bottom: unset;
}

.inset-x-\[unset\]{
  left: unset;
  right: unset;
}

.inset-x-5{
  left: 1.25rem;
  right: 1.25rem;
}

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

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

.left-0{
  left: 0px;
}

.right-4{
  right: 1rem;
}

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

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

.bottom-5{
  bottom: 1.25rem;
}

.bottom-8{
  bottom: 2rem;
}

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

.right-0{
  right: 0px;
}

.top-0{
  top: 0px;
}

.bottom-0{
  bottom: 0px;
}

.bottom-6{
  bottom: 1.5rem;
}

.left-8{
  left: 2rem;
}

.left-4{
  left: 1rem;
}

.bottom-12{
  bottom: 3rem;
}

.bottom-\[2em\]{
  bottom: 2em;
}

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

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

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

.order-last{
  order: 9999;
}

.float-right{
  float: right;
}

.m-0{
  margin: 0px;
}

.\!m-0{
  margin: 0px !important;
}

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

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

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

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

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

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

.\!mx-0{
  margin-left: 0px !important;
  margin-right: 0px !important;
}

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

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

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

.my-5{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.mx-3{
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.-mx-6{
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.\!mx-\[15px\]{
  margin-left: 15px !important;
  margin-right: 15px !important;
}

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

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

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

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

.mb-5{
  margin-bottom: 1.25rem;
}

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

.mr-5{
  margin-right: 1.25rem;
}

.mb-9{
  margin-bottom: 2.25rem;
}

.mr-6{
  margin-right: 1.5rem;
}

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

.ml-5{
  margin-left: 1.25rem;
}

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

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

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

.mb-7{
  margin-bottom: 1.75rem;
}

.mr-4{
  margin-right: 1rem;
}

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

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

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

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

.mb-2\.5{
  margin-bottom: 0.625rem;
}

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

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

.mr-\[5px\]{
  margin-right: 5px;
}

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

.mt-11{
  margin-top: 2.75rem;
}

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

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

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

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

.ml-2\.5{
  margin-left: 0.625rem;
}

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

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

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

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

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

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

.mb-28{
  margin-bottom: 7rem;
}

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

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

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

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

.mb-20{
  margin-bottom: 5rem;
}

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

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

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

.\!mb-\[10px\]{
  margin-bottom: 10px !important;
}

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

.mt-5{
  margin-top: 1.25rem;
}

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

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

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

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

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

.\!mt-\[45px\]{
  margin-top: 45px !important;
}

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

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

.mb-\[5rem\]{
  margin-bottom: 5rem;
}

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

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

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

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

.\!mb-\[5px\]{
  margin-bottom: 5px !important;
}

.\!mr-0{
  margin-right: 0px !important;
}

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

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

.mt-3{
  margin-top: 0.75rem;
}

.\!ml-0{
  margin-left: 0px !important;
}

.\!mt-\[18px\]{
  margin-top: 18px !important;
}

.\!mt-5{
  margin-top: 1.25rem !important;
}

.mb-\[3\.25rem\]{
  margin-bottom: 3.25rem;
}

.mt-7{
  margin-top: 1.75rem;
}

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

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

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

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

.mb-\[2\.5rem\]{
  margin-bottom: 2.5rem;
}

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

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

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

.mt-12{
  margin-top: 3rem;
}

.\!ml-8{
  margin-left: 2rem !important;
}

.ml-6{
  margin-left: 1.5rem;
}

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

.mr-1{
  margin-right: 0.25rem;
}

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

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

.block{
  display: block;
}

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

.inline{
  display: inline;
}

.flex{
  display: flex;
}

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

.table{
  display: table;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.\!hidden{
  display: none !important;
}

.h-5{
  height: 1.25rem;
}

.h-full{
  height: 100%;
}

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

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

.h-96{
  height: 24rem;
}

.h-auto{
  height: auto;
}

.h-12{
  height: 3rem;
}

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

.h-10{
  height: 2.5rem;
}

.h-screen{
  height: 100vh;
}

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

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

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

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

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

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

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

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

.w-full{
  width: 100%;
}

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

.\!w-full{
  width: 100% !important;
}

.w-5{
  width: 1.25rem;
}

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

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

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

.w-12{
  width: 3rem;
}

.\!w-auto{
  width: auto !important;
}

.w-11\/12{
  width: 91.666667%;
}

.w-6\/12{
  width: 50%;
}

.w-4{
  width: 1rem;
}

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

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

.w-4\/5{
  width: 80%;
}

.w-3\/4{
  width: 75%;
}

.w-\[45rem\]{
  width: 45rem;
}

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

.w-10{
  width: 2.5rem;
}

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

.w-screen{
  width: 100vw;
}

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

.w-auto{
  width: auto;
}

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

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

.w-\[31\.75\%\]{
  width: 31.75%;
}

.w-\[68\.25\%\]{
  width: 68.25%;
}

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

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

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

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

.\!min-w-\[unset\]{
  min-width: unset !important;
}

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

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

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

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

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

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

.\!max-w-\[unset\]{
  max-width: unset !important;
}

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

.flex-\[2\]{
  flex: 2;
}

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

.grow{
  flex-grow: 1;
}

.basis-\[322px\]{
  flex-basis: 322px;
}

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

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

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

.basis-3\/5{
  flex-basis: 60%;
}

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

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

.list-\[square\]{
  list-style-type: square;
}

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

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

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

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

.grid-cols-\[48\.5\%_minmax\(51\.5\%\2c _2fr\)\]{
  grid-template-columns: 48.5% minmax(51.5%, 2fr);
}

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

.flex-row-reverse{
  flex-direction: row-reverse;
}

.\!flex-row-reverse{
  flex-direction: row-reverse !important;
}

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

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

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

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

.place-content-start{
  place-content: start;
}

.place-content-end{
  place-content: end;
}

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

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

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

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

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

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

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

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

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

.gap-4{
  gap: 1rem;
}

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

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

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

.justify-self-start{
  justify-self: start;
}

.overflow-hidden{
  overflow: hidden;
}

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

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

.whitespace-pre-wrap{
  white-space: pre-wrap;
}

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

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

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

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

.rounded-r-xl{
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}

.border{
  border-width: 1px;
}

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

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

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

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

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

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

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

.border-transparent{
  border-color: transparent;
}

.border-black-20{
  --tw-border-opacity: 1;
  border-color: rgb(2 11 36 / var(--tw-border-opacity));
}

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

.border-gold-30{
  --tw-border-opacity: 1;
  border-color: rgb(176 165 145 / var(--tw-border-opacity));
}

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

.border-gray-150{
  --tw-border-opacity: 1;
  border-color: rgb(180 180 180 / var(--tw-border-opacity));
}

.border-gray-50{
  --tw-border-opacity: 1;
  border-color: rgb(196 188 173 / var(--tw-border-opacity));
}

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

.bg-black-50{
  --tw-bg-opacity: 1;
  background-color: rgb(2 11 36 / var(--tw-bg-opacity));
}

.bg-black-20{
  --tw-bg-opacity: 1;
  background-color: rgb(2 11 36 / var(--tw-bg-opacity));
}

.bg-gold-30{
  --tw-bg-opacity: 1;
  background-color: rgb(176 165 145 / var(--tw-bg-opacity));
}

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

.bg-gold-20{
  --tw-bg-opacity: 1;
  background-color: rgb(239 237 233 / var(--tw-bg-opacity));
}

.bg-inf-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(2 11 36 / var(--tw-bg-opacity));
}

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

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

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

.\!bg-green-5{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(208 214 208 / var(--tw-bg-opacity)) !important;
}

.\!bg-orange-5{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(245 200 120 / var(--tw-bg-opacity)) !important;
}

.\!bg-red-5{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(236 188 176 / var(--tw-bg-opacity)) !important;
}

.bg-white-arrow{
  background-image: url('../../images/Infiniti/icons/white-arrow.svg');
}

.bg-black-arrow{
  background-image: url('../../images/Infiniti/icons/black-arrow.svg');
}

.bg-gold-arrow{
  background-image: url('../../images/Infiniti/icons/gold-arrow.svg');
}

.bg-blk-close{
  background-image: url('../../images/Infiniti/icons/close-btn.svg');
}

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

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

.bg-right-3{
  background-position: center right 0.75rem;
}

.bg-left-bottom{
  background-position: left bottom;
}

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

.p-0{
  padding: 0px;
}

.p-4{
  padding: 1rem;
}

.p-6{
  padding: 1.5rem;
}

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

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

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

.p-1\.5{
  padding: 0.375rem;
}

.p-1{
  padding: 0.25rem;
}

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

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

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

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

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

.px-16{
  padding-left: 4rem;
  padding-right: 4rem;
}

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

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

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

.py-\[0\.45rem\]{
  padding-top: 0.45rem;
  padding-bottom: 0.45rem;
}

.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}

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

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

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

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

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

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

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

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

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

.py-3\.5{
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

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

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

.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

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

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

.py-\[3\.75rem\]{
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

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

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

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

.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

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

.\!px-\[3px\]{
  padding-left: 3px !important;
  padding-right: 3px !important;
}

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

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

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

.px-2\.5{
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-20{
  padding-left: 5rem;
  padding-right: 5rem;
}

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

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

.pb-0{
  padding-bottom: 0px;
}

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

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

.pr-7{
  padding-right: 1.75rem;
}

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

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

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

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

.pt-\[0\.5rem\]{
  padding-top: 0.5rem;
}

.pb-\[0\.45rem\]{
  padding-bottom: 0.45rem;
}

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

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

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

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

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

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

.pb-11{
  padding-bottom: 2.75rem;
}

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

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

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

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

.pb-3\.5{
  padding-bottom: 0.875rem;
}

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

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

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

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

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

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

.pt-7{
  padding-top: 1.75rem;
}

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

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

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

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

.pt-5{
  padding-top: 1.25rem;
}

.pb-10{
  padding-bottom: 2.5rem;
}

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

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

.pb-7{
  padding-bottom: 1.75rem;
}

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

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

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

.pl-3{
  padding-left: 0.75rem;
}

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

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

.pb-2\.5{
  padding-bottom: 0.625rem;
}

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

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

.pt-\[6em\]{
  padding-top: 6em;
}

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

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

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

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

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

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

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

.pr-\[40px\]{
  padding-right: 40px;
}

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

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

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

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

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

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

.font-bold{
  font-family: InfinitiBrand-Bold;
}

.font-light{
  font-family: InfinitiBrand-light;
}

.font-regular{
  font-family: InfinitiBrand-Regular;
}

.\!font-light{
  font-family: InfinitiBrand-light !important;
}

.\!font-bold{
  font-family: InfinitiBrand-Bold !important;
}

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

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

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

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

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

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

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

.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

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

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

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

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

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

.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.\!text-base{
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}

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

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

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

.font-light{
  font-weight: 300;
}

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

.\!font-light{
  font-weight: 300 !important;
}

.\!font-bold{
  font-weight: 700 !important;
}

.\!font-normal{
  font-weight: 400 !important;
}

.uppercase{
  text-transform: uppercase;
}

.lowercase{
  text-transform: lowercase;
}

.capitalize{
  text-transform: capitalize;
}

.\!normal-case{
  text-transform: none !important;
}

.normal-case{
  text-transform: none;
}

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

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

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

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

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

.leading-10{
  line-height: 2.5rem;
}

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

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

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

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

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

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

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

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

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

.leading-5{
  line-height: 1.25rem;
}

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

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

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

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

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

.leading-8{
  line-height: 2rem;
}

.\!leading-\[22\.4px\]{
  line-height: 22.4px !important;
}

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

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

.leading-snug{
  line-height: 1.375;
}

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

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

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

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

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

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

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

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

.leading-\[1\.4\]{
  line-height: 1.4;
}

.leading-\[1\.15\]{
  line-height: 1.15;
}

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

.leading-3{
  line-height: .75rem;
}

.leading-\[11\.2px\]{
  line-height: 11.2px;
}

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

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

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

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

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

.leading-\[9\.6px\]{
  line-height: 9.6px;
}

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

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

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

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

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

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

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

.-tracking-1{
  letter-spacing: -.01em;
}

.tracking-\[2\.6px\]{
  letter-spacing: 2.6px;
}

.tracking-\[0\.2px\]{
  letter-spacing: 0.2px;
}

.tracking-\[0\.02em\]{
  letter-spacing: 0.02em;
}

.tracking-\[0\.6px\]{
  letter-spacing: 0.6px;
}

.tracking-\[0\.06em\]{
  letter-spacing: 0.06em;
}

.\!tracking-\[0\.1px\]{
  letter-spacing: 0.1px !important;
}

.\!tracking-\[0\.2px\]{
  letter-spacing: 0.2px !important;
}

.\!tracking-\[0\.6px\]{
  letter-spacing: 0.6px !important;
}

.tracking-2{
  letter-spacing: .02em;
}

.tracking-\[0\.3px\]{
  letter-spacing: 0.3px;
}

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

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

.\!tracking-\[0\.3px\]{
  letter-spacing: 0.3px !important;
}

.tracking-1{
  letter-spacing: .01em;
}

.tracking-\[\.02em\]{
  letter-spacing: .02em;
}

.tracking-\[\.06em\]{
  letter-spacing: .06em;
}

.tracking-\[0\.03em\]{
  letter-spacing: 0.03em;
}

.tracking-\[0\.4px\]{
  letter-spacing: 0.4px;
}

.tracking-\[0\.01em\]{
  letter-spacing: 0.01em;
}

.tracking-wide{
  letter-spacing: 0.025em;
}

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

.tracking-\[0\.02px\]{
  letter-spacing: 0.02px;
}

.tracking-\[0\.04em\]{
  letter-spacing: 0.04em;
}

.tracking-\[0\.2em\]{
  letter-spacing: 0.2em;
}

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

.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}

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

.text-gray-100{
  color: #11111;
}

.text-gray-250{
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}

.text-gray-350{
  --tw-text-opacity: 1;
  color: rgb(68 68 68 / var(--tw-text-opacity));
}

.text-black-20{
  --tw-text-opacity: 1;
  color: rgb(2 11 36 / var(--tw-text-opacity));
}

.text-gold-30{
  --tw-text-opacity: 1;
  color: rgb(176 165 145 / var(--tw-text-opacity));
}

.text-gray-150{
  --tw-text-opacity: 1;
  color: rgb(180 180 180 / var(--tw-text-opacity));
}

.text-gray-200{
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity));
}

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

.\!text-gray-350{
  --tw-text-opacity: 1 !important;
  color: rgb(68 68 68 / var(--tw-text-opacity)) !important;
}

.text-inf-blue{
  --tw-text-opacity: 1;
  color: rgb(2 11 36 / var(--tw-text-opacity));
}

.\!text-\[\#444444\]{
  --tw-text-opacity: 1 !important;
  color: rgb(68 68 68 / var(--tw-text-opacity)) !important;
}

.\!text-black-20{
  --tw-text-opacity: 1 !important;
  color: rgb(2 11 36 / var(--tw-text-opacity)) !important;
}

.text-gray-300{
  --tw-text-opacity: 1;
  color: rgb(238 238 238 / var(--tw-text-opacity));
}

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

.text-black-50{
  --tw-text-opacity: 1;
  color: rgb(2 11 36 / var(--tw-text-opacity));
}

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

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

.opacity-0{
  opacity: 0;
}

.opacity-80{
  opacity: 0.8;
}

.opacity-60{
  opacity: 0.6;
}

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

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

.transition-\[max-height\]{
  transition-property: max-height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

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

[x-cloak] {
  display: none !important;
}

.primary-btn{
  display: inline-block;
  border-radius: 1.5rem;
  border-width: 3px;
  --tw-border-opacity: 1;
  border-color: rgb(2 11 36 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(2 11 36 / var(--tw-bg-opacity));
  background-image: url('../../images/Infiniti/icons/white-arrow.svg');
  background-position: center right 0.75rem;
  background-repeat: no-repeat;
  padding-top: 0.45rem;
  padding-bottom: 0.45rem;
  padding-left: 14px;
  padding-right: 2rem;
  font-family: InfinitiBrand-light;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.25rem;
  letter-spacing: 0.02em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .primary-btn{
    min-height: 40px;
  }
}

@media (max-width: 767px){
  .primary-btn{
    display: block;
    width: 100%;
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  }
}

.secondary-btn{
  display: inline-block;
  border-radius: 1.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  background-color: transparent;
  background-image: url('../../images/Infiniti/icons/black-arrow.svg');
  background-position: center right 0.75rem;
  background-repeat: no-repeat;
  padding-left: 14px;
  padding-right: 2rem;
  padding-top: 0.5rem;
  padding-bottom: 0.45rem;
  font-family: InfinitiBrand-light;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.25rem;
  letter-spacing: 0.02em;
  --tw-text-opacity: 1;
  color: rgb(2 11 36 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .secondary-btn{
    min-height: 40px;
  }
}

@media (max-width: 767px){
  .secondary-btn{
    display: block;
    width: 100%;
  }
}

@media all and (min-width: 768px) {
  .primary-btn:hover{
    background-color: transparent;
    background-image: url('../../images/Infiniti/icons/black-arrow.svg');
    background-position: center right 0.75rem;
    background-repeat: no-repeat;
  }

  .primary-btn:hover:hover{
    --tw-text-opacity: 1;
    color: rgb(2 11 36 / var(--tw-text-opacity));
  }

  .inf-gold-btn:hover{
    --tw-border-opacity: 1;
    border-color: rgb(176 165 145 / var(--tw-border-opacity));
    background-color: transparent;
    background-image: url('../../images/Infiniti/icons/gold-arrow.svg');
    background-repeat: no-repeat;
    --tw-text-opacity: 1;
    color: rgb(176 165 145 / var(--tw-text-opacity));
  }

  .secondary-btn:hover{
    border-width: 3px;
    line-height: 17px;
  }
}

.secondary-btn-white{
  display: inline-block;
  border-radius: 1.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  background-color: transparent;
  background-image: url('../../images/Infiniti/icons/white-arrow.svg');
  background-position: center right 0.75rem;
  background-repeat: no-repeat;
  padding-top: 0.45rem;
  padding-bottom: 0.45rem;
  padding-left: 14px;
  padding-right: 2rem;
  font-family: InfinitiBrand-light;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 300;
  line-height: 23px;
  letter-spacing: 0.02em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

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

@media (min-width: 1024px){
  .secondary-btn-white{
    min-height: 40px;
  }
}

@media (max-width: 767px){
  .secondary-btn-white{
    display: block;
    width: 100%;
  }
}

.secondary-btn-white:hover{
  border-width: 3px;
  line-height: 22px;
}

.secondary-btn-whitetext{
  display: inline-block;
  border-radius: 1.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  background-color: transparent;
  background-position: center right 0.75rem;
  background-repeat: no-repeat;
  padding-top: 0.45rem;
  padding-bottom: 0.45rem;
  padding-left: 14px;
  padding-right: 2rem;
  font-family: InfinitiBrand-light;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.25rem;
  letter-spacing: 0.02em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.secondary-btn-whitetext:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .secondary-btn-whitetext{
    min-height: 40px;
  }
}

@media (max-width: 767px){
  .secondary-btn-whitetext{
    display: block;
    width: 100%;
  }
}

.secondary-btn-text{
  border-radius: 1.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  background-color: transparent;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.45rem;
  padding-bottom: 0.45rem;
  font-family: InfinitiBrand-light;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 300;
  line-height: 23px;
  letter-spacing: 0.02em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .secondary-btn-text{
    min-height: 40px;
  }
}

.secondary-btn-text:hover{
  border-width: 3px;
  line-height: 22.4px;
}

.tertiary-btn{
  display: inline-block;
  background-image: url('../../images/Infiniti/icons/black-arrow.svg');
  background-position: center right 0.75rem;
  background-repeat: no-repeat;
  padding-right: 2rem;
  font-family: InfinitiBrand-light;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.25rem;
  letter-spacing: 0.02em;
  --tw-text-opacity: 1;
  color: rgb(2 11 36 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .tertiary-btn{
    min-height: 40px;
  }
}

@media (max-width: 767px){
  .tertiary-btn{
    display: block;
    width: 100%;
  }
}

.link-cont .tertiary-btn{
  min-height: unset;
}

.link-cont .tertiary-btn:hover{
  border-width: 0px;
}

.tertiary-btn:hover{
  border-width: 3px;
}

.tertiary-btn-text{
  border-radius: 1.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  background-color: transparent;
  padding-top: 0.45rem;
  padding-bottom: 0.45rem;
  padding-left: 14px;
  padding-right: 1.25rem;
  font-family: InfinitiBrand-light;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.25rem;
  letter-spacing: 0.02em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

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

@media (min-width: 1024px){
  .tertiary-btn-text{
    min-height: 40px;
  }
}

.tertiary-btn-text:hover{
  border-width: 3px;
}

.blk-close-btn{
  position: absolute;
  right: 1rem;
  top: 1rem;
  height: 1.25rem;
  width: 1.25rem;
  background-image: url('../../images/Infiniti/icons/close-btn.svg');
  background-size: cover;
}

.inf-gold-btn{
  display: inline-block;
  border-radius: 1.5rem;
  border-width: 3px;
  --tw-border-opacity: 1;
  border-color: rgb(176 165 145 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(176 165 145 / var(--tw-bg-opacity));
  background-image: url('../../images/Infiniti/icons/black-arrow.svg');
  background-position: center right 0.75rem;
  background-repeat: no-repeat;
  padding-top: 0.45rem;
  padding-bottom: 0.45rem;
  padding-left: 14px;
  padding-right: 2rem;
  font-family: InfinitiBrand-light;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.25rem;
  letter-spacing: 0.02em;
  --tw-text-opacity: 1;
  color: rgb(2 11 36 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .inf-gold-btn{
    min-height: 40px;
  }
}

@media (max-width: 767px){
  .inf-gold-btn{
    display: block;
    width: 100%;
  }
}

/*.primary-btn:hover {
       border-width: 3px;
       @apply bg-white text-black-20 border-black bg-black-arrow;
}

.secondary-btn:hover {
    border-width: 3px;
}

.inf-gold-btn:hover {
       border-width: 3px;
       @apply bg-transparent text-gold-30 border-gold-30 bg-gold-arrow;
}*/

@media all and (min-width: 1472px) {
  .column-custom-container {
    width: 1170px;
    margin: auto;
  }
}

/* Static page Banner styles */

.static-banner .banner-container{
  display: flex;
  flex-direction: column-reverse;
}

@media (min-width: 769px){
  .static-banner .banner-container{
    flex-direction: row-reverse;
  }
}

.static-banner .banner-container {
  max-height: 745px;
}

@media all and (max-width: 767px) {
  .spanish-content .static-banner .banner-container {
    max-height: 815px;
  }

  .toggleable > label:after {
    position: absolute;
    top: 0;
    right: 0;
  }

  .menu-item-label {
    position: relative;
  }

  .grid-container .menu-item:hover, .menu-item-label:hover {
    border-bottom-width: 0;
  }
}

.static-banner .hero-caption{
  position: relative;
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(2 11 36 / var(--tw-bg-opacity));
  background-size: contain;
  background-position: left bottom;
  background-repeat: no-repeat;
  text-align: left;
}

@media (min-width: 769px){
  .static-banner .hero-caption{
    width: 45%;
  }
}

@media (min-width: 1280px){
  .static-banner .hero-caption{
    padding-right: 3rem;
    padding-left: 4.5rem;
  }
}

@media (min-width: 1472px){
  .static-banner .hero-caption{
    padding-right: 6rem;
    padding-left: 8rem;
  }
}

@media (max-width: 767px){
  .static-banner .hero-caption{
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 2.5rem;
    padding-bottom: 3.75rem;
  }
}

.static-banner .hero-caption {
  max-width: none;
}

@media (max-width: 767px){
  .static-banner.inf-coupons-banner .hero-caption,  .static-banner.tires-static-banner .hero-caption{
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 769px){
  .static-banner picture{
    width: 65%;
  }
}

.static-banner .hero-caption.oil-page-banner{
  max-width: none;
}

.static-banner .hero-caption .heading{
  margin-bottom: 0.625rem;
  font-family: InfinitiBrand-light;
  font-weight: 300;
  text-transform: capitalize;
  letter-spacing: 0.02em;
}

@media (min-width: 1280px){
  .static-banner .hero-caption .heading{
    font-size: 52px;
    line-height: 58px;
  }
}

@media (min-width: 1472px){
  .static-banner .hero-caption .heading{
    font-size: 56px;
    line-height: 67px;
  }
}

@media (max-width: 767px){
  .static-banner .hero-caption .heading{
    font-size: 40px;
    line-height: 48px;
  }
}

.static-banner .hero-caption .overlay-content{
  margin-bottom: 20px;
  margin-top: 0px;
  font-family: InfinitiBrand-light;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .static-banner .hero-caption .overlay-content{
    letter-spacing: 0.02em;
  }
}

@media (max-width: 767px){
  .static-banner .hero-caption .inf-gold-btn{
    display: block;
  }
}

.brakes-page-banner .overlay-content {
  margin-right: 2rem;
}

@media all and (max-width: 767px) {
  .grid-container .navbar-menu.hide-seach-bar.is-active{
    margin-top: 0;
  }
}

@media all and (min-width: 768px) {
  .mega-menu.show-seach-bar {
    top: 8.88em;
  }
}

@media all and (min-width: 1024px){
  .mega-menu.hide-seach-bar {
    top: 4.75em;
  }

  .mega-menu.show-seach-bar {
    top: 8.9em;
  }

  .spanish-content .shop-mega-menu .sub-menu-item {
    font-size: 11px;
  }
}

@media all and (min-width: 1024px) and (max-width: 1088px) {
  .shop-mega-menu .sub-menu-item {
    font-size: 14px;
  }
}

@media all and (min-width: 768px) and (max-width: 1024px) {
  .spanish-content .service-menu-headline {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .spanish-content .shop-mega-menu .primary-btn,
    .spanish-content .shop-mega-menu .secondary-btn-text{
    font-size: 0.85rem;
  }
}

@media all and (min-width: 1024px) and (max-width: 1279px) {
  .spanish-content .shop-menu-headline {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media all and (min-width: 1088px) {
  .mega-menu.hide-seach-bar {
    top: 7em;
  }

  .mega-menu.show-seach-bar {
    top: 11.55em;
  }
}

@media all and (min-width: 1280px) and (max-width: 1471px){
  .spanish-content .shop-mega-menu .sub-menu-item {
    font-size: 13px;
  }
}

@media all and (min-width: 1472px) {
  .spanish-content .shop-mega-menu .sub-menu-item {
    font-size: 14px;
  }
}

.variable-search-dealer-banner h4{
  text-transform: capitalize !important;
}

/* Exp Service page styles */

@media all and (min-width: 769px) and (max-width: 1095px) {
  .exp-service-banner-logo{
    right: 1rem;
    bottom: 1rem;
  }
}

@media all and (min-width: 769px) and (max-width: 1023px) {
  .exp-service-banner-logo{
    width: 100px;
  }

  .spanish-content #expressservice_banner_locateretailer{
    font-size: 10px;
  }
}

sup{
  font-size: 60%;
}

@media all and (min-width: 1024px) and (max-width: 1280px){
  .menu-item-label, .menu-item{
    font-size: 14px !important;
  }
}

/* Vehicle health Report page css */

.status-table-head{
  margin-right: 5px;
  margin-bottom: 5px;
  min-width: 133px;
  max-width: 133px;
  --tw-bg-opacity: 1;
  background-color: rgb(2 11 36 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 15px;
  padding-bottom: 10px;
  text-transform: uppercase;
}

@media (min-width: 768px){
  .status-table-head{
    min-width: 180px;
    max-width: 180px;
  }
}

.status-table-cell{
  margin-right: 5px;
  margin-bottom: 5px;
  min-width: 133px;
  max-width: 133px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-family: InfinitiBrand-light;
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
  letter-spacing: 0.2px;
}

@media (min-width: 768px){
  .status-table-cell{
    min-width: 180px;
    max-width: 180px;
  }
}

.category-icon{
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  place-content: center;
  align-items: center;
}

/* PDF Report page styles */

.vehicle-health-report .report-container .status-table-head{
  margin-right: 5px;
  min-width: 62px;
  max-width: 62px;
  padding-top: 4.5px;
  padding-bottom: 4.5px;
  padding-left: 9px;
  padding-right: 9px;
  font-family: InfinitiBrand-light;
  font-weight: 300;
}

.vehicle-health-report .report-container .status-table-cell{
  margin-right: 5px;
  min-width: 62px;
  max-width: 62px;
  padding-top: 4.5px;
  padding-bottom: 4.5px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 8px;
  line-height: 10px;
}

/* Vin level offer icons */

.offer-coupon.brand.inspections .icon-image, 
.offer-coupon.brand.generalservice .icon-image, 
.offer-coupon.brand.recommended .icon-image, 
.offer-coupon.brand.inspections .icon-image, 
.offer-coupon.brand.other .icon-image, 
.offer-coupon.brand.promotions .icon-image, 
.offer-coupon.brand.scheduled .icon-image, 
.offer-coupon.brand.discounts .icon-image, 
.offer-coupon.brand.transmission .icon-image, 
.offer-coupon.brand.write .icon-image{
  background-image: url('../../images/Infiniti/Dealer/offer-icons/offer-icon_service_white.svg');
}

.offer-coupon.brand.inspections.active .icon-image, 
.offer-coupon.brand.generalservice.active .icon-image, 
.offer-coupon.brand.recommended.active .icon-image, 
.offer-coupon.brand.inspections.active .icon-image, 
.offer-coupon.brand.other.active .icon-image, 
.offer-coupon.brand.promotions.active .icon-image, 
.offer-coupon.brand.scheduled.active .icon-image, 
.offer-coupon.brand.discounts.active .icon-image, 
.offer-coupon.brand.transmission.active .icon-image, 
.offer-coupon.brand.write.active .icon-image{
  background-image: url('../../images/Infiniti/Dealer/offer-icons/offer-icon_service_black.svg');
}

.offer-coupon.brand.airfilter .icon-image, 
.offer-coupon.brand.engine .icon-image, 
.offer-coupon.brand.cooling .icon-image{
  background-image: url('../../images/Infiniti/Dealer/offer-icons/offer-icon_air-filter_white.svg');
}

.offer-coupon.brand.airfilter.active .icon-image, 
.offer-coupon.brand.engine.active .icon-image, 
.offer-coupon.brand.cooling.active .icon-image{
  background-image: url('../../images/Infiniti/Dealer/offer-icons/offer-icon_air-filter_black.svg');
}

.offer-coupon.brand.oil.filter .icon-image, 
.offer-coupon.brand.lube.oil.filter .icon-image{
  background-image: url('../../images/Infiniti/Dealer/offer-icons/offer-icon_oil-change_white.svg');
}

.offer-coupon.brand.oil.filter.active .icon-image, 
.offer-coupon.brand.lube.oil.filter.active .icon-image{
  background-image: url('../../images/Infiniti/Dealer/offer-icons/offer-icon_oil-change_black.svg');
}

.offer-coupon.brand.fuel .icon-image{
  background-image: url('../../images/Infiniti/offers/packages.svg');
}

.offer-coupon.brand.fuel.active .icon-image{
  background-image: url('../../images/Infiniti/offers/packages-black.svg');
}

.offer-coupon.brand.rotate .icon-image, 
.offer-coupon.brand.inspect .icon-image, 
.offer-coupon.brand.suspension .icon-image{
  background-image: url('../../images/Infiniti/Dealer/offer-icons/offer-icon_tires_white.svg');
}

.offer-coupon.brand.rotate.active .icon-image, 
.offer-coupon.brand.inspect.active .icon-image, 
.offer-coupon.brand.suspension.active .icon-image{
  background-image: url('../../images/Infiniti/Dealer/offer-icons/offer-icon_tires_black.svg');
}

.offer-coupon.brand.appearancecare .icon-image, 
.offer-coupon.brand.appearance .icon-image{
  background-image: url('../../images/Infiniti/offers/appearance.svg');
}

.offer-coupon.brand.appearancecare.active .icon-image, 
.offer-coupon.brand.appearance.active .icon-image{
  background-image: url('../../images/Infiniti/offers/appearance-black.svg');
}

.offer-coupon.brand.miscellaneous .icon-image{
  background-image: url('../../images/Infiniti/offers/miscellaneous.svg');
}

.offer-coupon.brand.miscellaneous.active .icon-image{
  background-image: url('../../images/Infiniti/offers/miscellaneous-black.svg');
}

@media all and (min-width: 768px) {
  .offer-coupon.brand.inspections:hover .icon-image, 
    .offer-coupon.brand.generalservice:hover .icon-image, 
    .offer-coupon.brand.recommended:hover .icon-image, 
    .offer-coupon.brand.inspections:hover .icon-image, 
    .offer-coupon.brand.other:hover .icon-image, 
    .offer-coupon.brand.promotions:hover .icon-image, 
    .offer-coupon.brand.scheduled:hover .icon-image, 
    .offer-coupon.brand.discounts:hover .icon-image, 
    .offer-coupon.brand.transmission:hover .icon-image, 
    .offer-coupon.brand.write:hover .icon-image{
    background-image: url('../../images/Infiniti/Dealer/offer-icons/offer-icon_service_black.svg');
  }

  .offer-coupon.brand.airfilter:hover .icon-image, 
    .offer-coupon.brand.engine:hover .icon-image, 
    .offer-coupon.brand.Cooling:hover .icon-image{
    background-image: url('../../images/Infiniti/Dealer/offer-icons/offer-icon_air-filter_black.svg');
  }

  .offer-coupon.brand.oil.filter:hover .icon-image, 
    .offer-coupon.brand.lube.oil.filter:hover .icon-image{
    background-image: url('../../images/Infiniti/Dealer/offer-icons/offer-icon_oil-change_black.svg');
  }

  .offer-coupon.brand.fuel:hover .icon-image{
    background-image: url('../../images/Infiniti/offers/packages-black.svg');
  }

  .offer-coupon.brand.rotate:hover .icon-image, 
    .offer-coupon.brand.inspect:hover .icon-image, 
    .offer-coupon.brand.suspension:hover .icon-image{
    background-image: url('../../images/Infiniti/Dealer/offer-icons/offer-icon_tires_black.svg');
  }

  .offer-coupon.brand.appearancecare:hover .icon-image, 
    .offer-coupon.brand.appearance:hover .icon-image{
    background-image: url('../../images/Infiniti/offers/appearance-black.svg');
  }

  .offer-coupon.brand.miscellaneous:hover .icon-image{
    background-image: url('../../images/Infiniti/offers/miscellaneous-black.svg');
  }
}

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

.hover\:\!pt-\[0\.45rem\]:hover{
  padding-top: 0.45rem !important;
}

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

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

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

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

@media (min-width: 640px){
  .sm\:w-1\/2{
    width: 50%;
  }
}

@media (min-width: 768px){
  .md\:absolute{
    position: absolute;
  }

  .md\:order-first{
    order: -9999;
  }

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

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

  .md\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:mx-3{
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

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

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

  .md\:mr-12{
    margin-right: 3rem;
  }

  .md\:ml-10{
    margin-left: 2.5rem;
  }

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

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

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

  .md\:mb-20{
    margin-bottom: 5rem;
  }

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

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

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

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

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

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

  .md\:mr-6{
    margin-right: 1.5rem;
  }

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

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

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

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

  .md\:mr-5{
    margin-right: 1.25rem;
  }

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

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

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

  .md\:mb-\[3\.75rem\]{
    margin-bottom: 3.75rem;
  }

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

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

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

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

  .md\:mt-9{
    margin-top: 2.25rem;
  }

  .md\:\!mr-\[43px\]{
    margin-right: 43px !important;
  }

  .md\:mr-16{
    margin-right: 4rem;
  }

  .md\:mb-5{
    margin-bottom: 1.25rem;
  }

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

  .md\:mb-9{
    margin-bottom: 2.25rem;
  }

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

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

  .md\:mt-7{
    margin-top: 1.75rem;
  }

  .md\:mr-\[25px\]{
    margin-right: 25px;
  }

  .md\:block{
    display: block;
  }

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

  .md\:flex{
    display: flex;
  }

  .md\:\!flex{
    display: flex !important;
  }

  .md\:grid{
    display: grid;
  }

  .md\:hidden{
    display: none;
  }

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

  .md\:h-full{
    height: 100%;
  }

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

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

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

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

  .md\:w-full{
    width: 100%;
  }

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

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

  .md\:w-4\/5{
    width: 80%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .md\:\!min-w-\[unset\]{
    min-width: unset !important;
  }

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

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

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

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

  .md\:basis-1\/2{
    flex-basis: 50%;
  }

  .md\:basis-2\/5{
    flex-basis: 40%;
  }

  .md\:grid-cols-\[48\.5\%_minmax\(51\.5\%\2c _2fr\)\]{
    grid-template-columns: 48.5% minmax(51.5%, 2fr);
  }

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

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

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

  .md\:place-content-center{
    place-content: center;
  }

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

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

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

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

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

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

  .md\:self-center{
    align-self: center;
  }

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

  .md\:border-l-0{
    border-left-width: 0px;
  }

  .md\:border-gray-150{
    --tw-border-opacity: 1;
    border-color: rgb(180 180 180 / var(--tw-border-opacity));
  }

  .md\:bg-none{
    background-image: none;
  }

  .md\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

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

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

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

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

  .md\:pr-\[14px\]{
    padding-right: 14px;
  }

  .md\:\!pt-2{
    padding-top: 0.5rem !important;
  }

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

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

  .md\:pl-\[1em\]{
    padding-left: 1em;
  }

  .md\:pt-8{
    padding-top: 2rem;
  }

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

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

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

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

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

  .md\:\!pr-\[3px\]{
    padding-right: 3px !important;
  }

  .md\:pr-\[24rem\]{
    padding-right: 24rem;
  }

  .md\:pr-\[60px\]{
    padding-right: 60px;
  }

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

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

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

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

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

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

  .md\:font-bold{
    font-family: InfinitiBrand-Bold;
  }

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

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

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

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

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

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

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

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

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

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

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

  .md\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }

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

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

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

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

  .md\:leading-8{
    line-height: 2rem;
  }

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

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

  .md\:-tracking-1{
    letter-spacing: -.01em;
  }

  .md\:tracking-\[0\.7px\]{
    letter-spacing: 0.7px;
  }

  .md\:tracking-normal{
    letter-spacing: 0em;
  }

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

  .md\:text-gray-100{
    color: #11111;
  }

  .md\:hover\:text-gray-100:hover{
    color: #11111;
  }
}

@media (min-width: 1024px){
  .lg\:m-\[25px\]{
    margin: 25px;
  }

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

  .lg\:mx-\[30px\]{
    margin-left: 30px;
    margin-right: 30px;
  }

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

  .lg\:mb-5{
    margin-bottom: 1.25rem;
  }

  .lg\:\!mb-\[60px\]{
    margin-bottom: 60px !important;
  }

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

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

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

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

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

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

  .lg\:mr-8{
    margin-right: 2rem;
  }

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

  .lg\:mr-10{
    margin-right: 2.5rem;
  }

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

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

  .lg\:block{
    display: block;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:hidden{
    display: none;
  }

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

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

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

  .lg\:h-full{
    height: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:w-auto{
    width: auto;
  }

  .lg\:\!w-\[95\%\]{
    width: 95% !important;
  }

  .lg\:w-3\/12{
    width: 25%;
  }

  .lg\:w-8\/12{
    width: 66.666667%;
  }

  .lg\:w-9\/12{
    width: 75%;
  }

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

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

  .lg\:w-1\/4{
    width: 25%;
  }

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

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

  .lg\:w-4\/5{
    width: 80%;
  }

  .lg\:w-3\/5{
    width: 60%;
  }

  .lg\:w-\[31\.75\%\]{
    width: 31.75%;
  }

  .lg\:w-\[68\.25\%\]{
    width: 68.25%;
  }

  .lg\:min-w-\[370px\]{
    min-width: 370px;
  }

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

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

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

  .lg\:flex-row-reverse{
    flex-direction: row-reverse;
  }

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

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

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

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

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

  .lg\:border-l{
    border-left-width: 1px;
  }

  .lg\:border-l-0{
    border-left-width: 0px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:pt-8{
    padding-top: 2rem;
  }

  .lg\:pr-20{
    padding-right: 5rem;
  }

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

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

  .lg\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }

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

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

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

  .lg\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

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

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

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

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

  .lg\:\!leading-\[22\.4px\]{
    line-height: 22.4px !important;
  }

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

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

  .lg\:\!leading-\[1\.35rem\]{
    line-height: 1.35rem !important;
  }

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

  .lg\:tracking-\[0\.02em\]{
    letter-spacing: 0.02em;
  }

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

  .lg\:tracking-\[0\.4px\]{
    letter-spacing: 0.4px;
  }

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

@media (min-width: 1280px){
  .xl\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .xl\:mr-10{
    margin-right: 2.5rem;
  }

  .xl\:mr-6{
    margin-right: 1.5rem;
  }

  .xl\:mr-\[70px\]{
    margin-right: 70px;
  }

  .xl\:ml-\[70px\]{
    margin-left: 70px;
  }

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

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

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

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

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

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

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

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

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

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

  .xl\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

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

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

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

  .xl\:\!pr-\[6px\]{
    padding-right: 6px !important;
  }

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

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

  .xl\:\!pt-28{
    padding-top: 7rem !important;
  }

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

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

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

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

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

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

@media (min-width: 1536px){
  .\32xl\:mr-12{
    margin-right: 3rem;
  }

  .\32xl\:ml-12{
    margin-left: 3rem;
  }

  .\32xl\:mr-4{
    margin-right: 1rem;
  }

  .\32xl\:w-\[62\%\]{
    width: 62%;
  }

  .\32xl\:w-1\/2{
    width: 50%;
  }

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

  .\32xl\:leading-8{
    line-height: 2rem;
  }
}

@media (min-width: 769px){
  .md-tablet\:absolute{
    position: absolute;
  }

  .md-tablet\:top-0{
    top: 0px;
  }

  .md-tablet\:top-2\/4{
    top: 50%;
  }

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

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

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

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

  .md-tablet\:block{
    display: block;
  }

  .md-tablet\:flex{
    display: flex;
  }

  .md-tablet\:w-\[45\%\]{
    width: 45%;
  }

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

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

  .md-tablet\:border-0{
    border-width: 0px;
  }

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

  .md-tablet\:py-2\.5{
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

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

  .md-tablet\:pt-2\.5{
    padding-top: 0.625rem;
  }

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

  .md-tablet\:pt-3\.5{
    padding-top: 0.875rem;
  }

  .md-tablet\:pb-0{
    padding-bottom: 0px;
  }

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

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

@media (min-width: 1024px){
  .w1024\:basis-1\/3{
    flex-basis: 33.333333%;
  }

  .w1024\:basis-0{
    flex-basis: 0px;
  }

  .w1024\:pt-16{
    padding-top: 4rem;
  }

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

@media (min-width: 1088px){
  .lg-desktop\:mb-6{
    margin-bottom: 1.5rem;
  }

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

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

  .lg-desktop\:mb-24{
    margin-bottom: 6rem;
  }

  .lg-desktop\:flex{
    display: flex;
  }

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

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

  .lg-desktop\:w-\[160px\]{
    width: 160px;
  }

  .lg-desktop\:items-center{
    align-items: center;
  }

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

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

  .lg-desktop\:py-\[100px\]{
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

  .lg-desktop\:pt-24{
    padding-top: 6rem;
  }

  .lg-desktop\:text-\[48px\]{
    font-size: 48px;
  }

  .lg-desktop\:text-\[51px\]{
    font-size: 51px;
  }

  .lg-desktop\:leading-\[52px\]{
    line-height: 52px;
  }

  .lg-desktop\:leading-\[21px\]{
    line-height: 21px;
  }

  .lg-desktop\:leading-\[60px\]{
    line-height: 60px;
  }
}

@media (min-width: 1280px){
  .xl-desktop\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

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

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

  .xl-desktop\:mb-16{
    margin-bottom: 4rem;
  }

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

  .xl-desktop\:mb-\[54px\]{
    margin-bottom: 54px;
  }

  .xl-desktop\:mb-24{
    margin-bottom: 6rem;
  }

  .xl-desktop\:mb-\[5rem\]{
    margin-bottom: 5rem;
  }

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

  .xl-desktop\:flex{
    display: flex;
  }

  .xl-desktop\:h-64{
    height: 16rem;
  }

  .xl-desktop\:h-\[170px\]{
    height: 170px;
  }

  .xl-desktop\:min-h-\[39px\]{
    min-height: 39px;
  }

  .xl-desktop\:w-\[49\.35\%\]{
    width: 49.35%;
  }

  .xl-desktop\:w-\[51\.75\%\]{
    width: 51.75%;
  }

  .xl-desktop\:w-\[170px\]{
    width: 170px;
  }

  .xl-desktop\:w-11\/12{
    width: 91.666667%;
  }

  .xl-desktop\:w-\[70\%\]{
    width: 70%;
  }

  .xl-desktop\:border-l{
    border-left-width: 1px;
  }

  .xl-desktop\:border-gray-150{
    --tw-border-opacity: 1;
    border-color: rgb(180 180 180 / var(--tw-border-opacity));
  }

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

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

  .xl-desktop\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

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

  .xl-desktop\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

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

  .xl-desktop\:pl-\[4\.5rem\]{
    padding-left: 4.5rem;
  }

  .xl-desktop\:\!pl-5{
    padding-left: 1.25rem !important;
  }

  .xl-desktop\:pt-0{
    padding-top: 0px;
  }

  .xl-desktop\:text-\[54px\]{
    font-size: 54px;
  }

  .xl-desktop\:text-\[37px\]{
    font-size: 37px;
  }

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

  .xl-desktop\:text-\[47px\]{
    font-size: 47px;
  }

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

  .xl-desktop\:leading-\[65px\]{
    line-height: 65px;
  }

  .xl-desktop\:leading-\[44px\]{
    line-height: 44px;
  }

  .xl-desktop\:leading-\[58px\]{
    line-height: 58px;
  }

  .xl-desktop\:leading-\[56px\]{
    line-height: 56px;
  }

  .xl-desktop\:leading-\[55px\]{
    line-height: 55px;
  }
}

@media (min-width: 1472px){
  .w1472\:mb-3{
    margin-bottom: 0.75rem;
  }

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

  .w1472\:mb-24{
    margin-bottom: 6rem;
  }

  .w1472\:mt-5{
    margin-top: 1.25rem;
  }

  .w1472\:w-4\/5{
    width: 80%;
  }

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

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

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

  .w1472\:pr-24{
    padding-right: 6rem;
  }

  .w1472\:pl-32{
    padding-left: 8rem;
  }

  .w1472\:pl-\[8\.5rem\]{
    padding-left: 8.5rem;
  }

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

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

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

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

@media (max-width: 767px){
  .mobile\:fixed{
    position: fixed;
  }

  .mobile\:bottom-5{
    bottom: 1.25rem;
  }

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

  .mobile\:\!m-0{
    margin: 0px !important;
  }

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

  .mobile\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .mobile\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

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

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

  .mobile\:mb-9{
    margin-bottom: 2.25rem;
  }

  .mobile\:mt-5{
    margin-top: 1.25rem;
  }

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

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

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

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

  .mobile\:mr-0{
    margin-right: 0px;
  }

  .mobile\:mb-5{
    margin-bottom: 1.25rem;
  }

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

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

  .mobile\:mb-16{
    margin-bottom: 4rem;
  }

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

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

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

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

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

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

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

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

  .mobile\:\!mt-8{
    margin-top: 2rem !important;
  }

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

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

  .mobile\:\!ml-0{
    margin-left: 0px !important;
  }

  .mobile\:\!mb-0{
    margin-bottom: 0px !important;
  }

  .mobile\:ml-10{
    margin-left: 2.5rem;
  }

  .mobile\:mt-9{
    margin-top: 2.25rem;
  }

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

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

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

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

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

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

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

  .mobile\:mb-7{
    margin-bottom: 1.75rem;
  }

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

  .mobile\:block{
    display: block;
  }

  .mobile\:\!block{
    display: block !important;
  }

  .mobile\:flex{
    display: flex;
  }

  .mobile\:hidden{
    display: none;
  }

  .mobile\:h-80{
    height: 20rem;
  }

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

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

  .mobile\:w-full{
    width: 100%;
  }

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

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

  .mobile\:w-auto{
    width: auto;
  }

  .mobile\:max-w-\[75\%\]{
    max-width: 75%;
  }

  .mobile\:\!flex-1{
    flex: 1 1 0% !important;
  }

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

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

  .mobile\:flex-col-reverse{
    flex-direction: column-reverse;
  }

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

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

  .mobile\:self-center{
    align-self: center;
  }

  .mobile\:bg-black-50{
    --tw-bg-opacity: 1;
    background-color: rgb(2 11 36 / var(--tw-bg-opacity));
  }

  .mobile\:bg-gold-20{
    --tw-bg-opacity: 1;
    background-color: rgb(239 237 233 / var(--tw-bg-opacity));
  }

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

  .mobile\:bg-white-arrow{
    background-image: url('../../images/Infiniti/icons/white-arrow.svg');
  }

  .mobile\:p-0{
    padding: 0px;
  }

  .mobile\:p-4{
    padding: 1rem;
  }

  .mobile\:px-\[1em\]{
    padding-left: 1em;
    padding-right: 1em;
  }

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

  .mobile\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

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

  .mobile\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .mobile\:px-7{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

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

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

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

  .mobile\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

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

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

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

  .mobile\:pb-\[0\.65rem\]{
    padding-bottom: 0.65rem;
  }

  .mobile\:pt-\[2\.5rem\]{
    padding-top: 2.5rem;
  }

  .mobile\:pb-\[3\.75rem\]{
    padding-bottom: 3.75rem;
  }

  .mobile\:pb-\[2\.5rem\]{
    padding-bottom: 2.5rem;
  }

  .mobile\:pl-3{
    padding-left: 0.75rem;
  }

  .mobile\:pt-8{
    padding-top: 2rem;
  }

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

  .mobile\:pl-7{
    padding-left: 1.75rem;
  }

  .mobile\:pr-9{
    padding-right: 2.25rem;
  }

  .mobile\:pb-10{
    padding-bottom: 2.5rem;
  }

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

  .mobile\:pt-5{
    padding-top: 1.25rem;
  }

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

  .mobile\:pb-7{
    padding-bottom: 1.75rem;
  }

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

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

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

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

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

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

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

  .mobile\:pt-\[2\.75rem\]{
    padding-top: 2.75rem;
  }

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

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

  .mobile\:\!text-left{
    text-align: left !important;
  }

  .mobile\:align-baseline{
    vertical-align: baseline;
  }

  .mobile\:font-light{
    font-family: InfinitiBrand-light;
  }

  .mobile\:font-regular{
    font-family: InfinitiBrand-Regular;
  }

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

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

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

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

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

  .mobile\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }

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

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

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

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

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

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

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

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

  .mobile\:font-light{
    font-weight: 300;
  }

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

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

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

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

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

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

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

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

  .mobile\:leading-8{
    line-height: 2rem;
  }

  .mobile\:leading-10{
    line-height: 2.5rem;
  }

  .mobile\:tracking-\[0\.02em\]{
    letter-spacing: 0.02em;
  }

  .mobile\:tracking-\[0\.2px\]{
    letter-spacing: 0.2px;
  }

  .mobile\:tracking-normal{
    letter-spacing: 0em;
  }

  .mobile\:tracking-\[\.01em\]{
    letter-spacing: .01em;
  }

  .mobile\:tracking-\[0\.4px\]{
    letter-spacing: 0.4px;
  }

  .mobile\:tracking-\[0\.03px\]{
    letter-spacing: 0.03px;
  }

  .mobile\:tracking-\[0\.04px\]{
    letter-spacing: 0.04px;
  }

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

  .mobile\:tracking-\[0\.08em\]{
    letter-spacing: 0.08em;
  }

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

@media (min-width: 768px) and (max-width: 768px){
  .tablet\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .tablet\:mr-4{
    margin-right: 1rem;
  }

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

  .tablet\:mt-12{
    margin-top: 3rem;
  }

  .tablet\:mb-16{
    margin-bottom: 4rem;
  }

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

  .tablet\:mt-3{
    margin-top: 0.75rem;
  }

  .tablet\:hidden{
    display: none;
  }

  .tablet\:w-2\/5{
    width: 40%;
  }

  .tablet\:w-3\/5{
    width: 60%;
  }

  .tablet\:w-1\/4{
    width: 25%;
  }

  .tablet\:self-start{
    align-self: flex-start;
  }

  .tablet\:bg-black-50{
    --tw-bg-opacity: 1;
    background-color: rgb(2 11 36 / var(--tw-bg-opacity));
  }

  .tablet\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .tablet\:px-7{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

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

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

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

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

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

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

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

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

  .tablet\:-tracking-2{
    letter-spacing: -.02em;
  }

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