@import url('https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600;700;800;900&amp;display=swap');

/*
! tailwindcss v3.4.1 | 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: currentColor;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

body{
  font-family: Jost, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(58 58 58 / var(--tw-text-opacity));
}

@media (min-width: 1000px){
  body{
    font-size: 1vw;
    line-height: 1.7;
  }
}

::-webkit-scrollbar{
  --tw-bg-opacity: 1;
  background-color: rgb(58 58 58 / var(--tw-bg-opacity));
}

@media (min-width: 1000px){
  ::-webkit-scrollbar{
    width: 0.5vw;
  }
}

::-webkit-scrollbar-thumb{
  --tw-bg-opacity: 1;
  background-color: rgb(236 0 140 / var(--tw-bg-opacity));
}

::-moz-selection{
  background:#222;
  color:#fff
}

::selection{
  background:#222;
  color:#fff
}

::-moz-selection{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 480px){
  .container{
    max-width: 480px;
  }
}

@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}

@media (min-width: 1000px){
  .container{
    max-width: 1000px;
    padding-right: 10vw;
    padding-left: 10vw;
  }
}

@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}

/* Mobile Menu Btn Component*/

.menuBtn{
  position: relative;
  height: 20px;
  width: 25px;
}

@media (min-width: 1000px){
  .menuBtn{
    display: none;
  }
}

.menuBtn span{
  position: absolute;
  left: 0px;
  right: 0px;
  margin: auto;
  display: block;
  height: 2px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

@media (min-width: 1000px){
  .menuBtn span{
    display: none;
  }
}

.menuBtn span {
  transition: all .25s ease-in-out;
}

.menuBtn span:nth-child(1){
  top: 15%;
}

.menuBtn span:nth-child(2), .menuBtn span:nth-child(3){
  top: 50%;
}

.menuBtn span:nth-child(4){
  top: 85%;
}

.menuBtn.active span:nth-child(1), .menuBtn.active span:nth-child(4){
  top: 50%;
  width: 0px;
}

.menuBtn.active span:nth-child(2){
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.menuBtn.active span:nth-child(3){
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

/* Accordian Component*/

.accHead{
  cursor: pointer;
}

@media (min-width: 1000px){
  .accHead{
    font-size: 1.5vw;
  }
}

.accHead::after{
  position: absolute;
  top: 1rem;
  right: 0px;
  height: 0.5rem;
  width: 0.5rem;
  transform-origin: center;
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-top-width: 2px;
  border-right-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(140 140 140 / var(--tw-border-opacity));
  --tw-content: '';
  content: var(--tw-content);
}

@media (min-width: 1000px){
  .accHead::after{
    top: 2vw;
    right: 1vw;
    height: .7vw;
    width: .7vw;
  }
}

.accHead::after {
  transition: all 0.3s ease-in-out;
}

.accHead.active::after{
  --tw-rotate: 135deg;
  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));
}

.accDetails{
  margin-top: 1.25rem;
  display: none;
}

/* Swiper Button */

.swiper-button-prev, .swiper-button-next{
  height: auto;
  width: auto;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(58 58 58 / var(--tw-text-opacity));
}

.swiper-button-prev:hover, .swiper-button-next:hover{
  --tw-text-opacity: 1;
  color: rgb(236 0 140 / var(--tw-text-opacity));
}

.swiper-button-prev::before{
  margin-right: 0.25rem;
  display: inline-block;
  height: 12px;
  width: 12px;
}

@media (min-width: 1000px){
  .swiper-button-prev::before{
    margin-right: .5vw;
  }
}

.swiper-button-prev::before {
  content: '';
  background: url("data:image/svg+xml,<svg viewBox='0 0 12 12' fill='%233A3A3A' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M7.04344 11.12L6.46586 11.6975C6.2213 11.942 5.82585 11.942 5.58389 11.6975L0.526193 6.64347C0.281634 6.39897 0.281634 6.00359 0.526193 5.76169L5.58129 0.707682C5.82585 0.463175 6.2213 0.463175 6.46326 0.707682L7.04084 1.28513C7.288 1.53224 7.28279 1.93542 7.03043 2.17732L3.89799 5.16083L11.3753 5.16083C11.7213 5.16083 11.9997 5.43915 11.9997 5.7851L11.9997 6.61746C11.9997 6.96341 11.7213 7.24173 11.3753 7.24173L3.89799 7.24173L7.03303 10.2278C7.288 10.4697 7.2932 10.8729 7.04344 11.12Z' clip-rule='evenodd'/></svg>") no-repeat;
  background-size: 100%;
}

.swiper-button-prev:hover:before{
  margin-right: 0.25rem;
  display: inline-block;
  height: 12px;
  width: 12px;
}

@media (min-width: 1000px){
  .swiper-button-prev:hover:before{
    margin-right: .5vw;
  }
}

.swiper-button-prev:hover:before {
  content: '';
  background: url("data:image/svg+xml,<svg viewBox='0 0 12 12' fill='%23EC008C' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M7.04344 11.12L6.46586 11.6975C6.2213 11.942 5.82585 11.942 5.58389 11.6975L0.526193 6.64347C0.281634 6.39897 0.281634 6.00359 0.526193 5.76169L5.58129 0.707682C5.82585 0.463175 6.2213 0.463175 6.46326 0.707682L7.04084 1.28513C7.288 1.53224 7.28279 1.93542 7.03043 2.17732L3.89799 5.16083L11.3753 5.16083C11.7213 5.16083 11.9997 5.43915 11.9997 5.7851L11.9997 6.61746C11.9997 6.96341 11.7213 7.24173 11.3753 7.24173L3.89799 7.24173L7.03303 10.2278C7.288 10.4697 7.2932 10.8729 7.04344 11.12Z' clip-rule='evenodd'/></svg>") no-repeat;
  background-size: 100%;
}

.swiper-button-prev:after{
  display: none;
}

.swiper-button-next::after{
  margin-left: 0.25rem;
  display: inline-block;
  height: 12px;
  width: 12px;
}

@media (min-width: 1000px){
  .swiper-button-next::after{
    margin-left: .5vw;
  }
}

.swiper-button-next::after {
  content: '';
  background: url("data:image/svg+xml,<svg viewBox='0 0 12 12' fill='%233A3A3A' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M5.29934 1.28525L5.87691 0.707794C6.12147 0.463287 6.51693 0.463287 6.75889 0.707794L11.8166 5.7618C12.0611 6.00631 12.0611 6.40168 11.8166 6.64359L6.76149 11.6976C6.51693 11.9421 6.12147 11.9421 5.87951 11.6976L5.30194 11.1201C5.05478 10.873 5.05998 10.4699 5.31234 10.228L8.44478 7.24445L0.967512 7.24445C0.621486 7.24445 0.343106 6.96613 0.343106 6.62018L0.343106 5.78781C0.343106 5.44186 0.621486 5.16354 0.967512 5.16354L8.44478 5.16354L5.30974 2.17744C5.05478 1.93553 5.04957 1.53235 5.29934 1.28525Z' clip-rule='evenodd'/></svg>") no-repeat;
  background-size: 100%;
}

.swiper-button-next:hover:after {
  background: url("data:image/svg+xml,<svg viewBox='0 0 12 12' fill='%23EC008C' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M5.29934 1.28525L5.87691 0.707794C6.12147 0.463287 6.51693 0.463287 6.75889 0.707794L11.8166 5.7618C12.0611 6.00631 12.0611 6.40168 11.8166 6.64359L6.76149 11.6976C6.51693 11.9421 6.12147 11.9421 5.87951 11.6976L5.30194 11.1201C5.05478 10.873 5.05998 10.4699 5.31234 10.228L8.44478 7.24445L0.967512 7.24445C0.621486 7.24445 0.343106 6.96613 0.343106 6.62018L0.343106 5.78781C0.343106 5.44186 0.621486 5.16354 0.967512 5.16354L8.44478 5.16354L5.30974 2.17744C5.05478 1.93553 5.04957 1.53235 5.29934 1.28525Z' clip-rule='evenodd'/></svg>") no-repeat;
  background-size: 100%;
}

/* Swiper Dots */

.swiper-pagination{
  position: relative;
  top: auto !important;
  bottom: auto !important;
  margin-top: 1rem;
  display: flex;
  justify-content: center;
}

@media (min-width: 1000px){
  .swiper-pagination{
    margin-top: 2vw;
  }
}

.swiper-pagination span{
  display: block;
  border-radius: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(140 140 140 / var(--tw-bg-opacity));
  opacity: 1;
}

.swiper-pagination span.swiper-pagination-bullet-active{
  --tw-bg-opacity: 1;
  background-color: rgb(236 0 140 / var(--tw-bg-opacity));
}

/* Call to Action Buttons */

.cta{
  position: relative;
  margin-top: 2.5rem;
  display: table;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  text-transform: uppercase;
}

@media (min-width: 1000px){
  .cta{
    margin-top: 2.6vw;
    padding-left: 1.3vw;
    padding-right: 1.3vw;
    font-size: 1vw;
  }
}

.cta:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.cta::before{
  position: absolute;
  top: 50%;
  left: 0px;
  height: 2.5rem;
  width: 2.5rem;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(236 0 140 / var(--tw-bg-opacity));
  --tw-content: '';
  content: var(--tw-content);
}

@media (min-width: 1000px){
  .cta::before{
    height: 3.5vw;
    width: 3.5vw;
  }
}

.cta::before{
  transition: all 0.3s ease-in-out;
  z-index: -1;
}

.cta:hover:before{
  width: 100%;
}

.cta:after{
  position: relative;
  margin-left: 0.25rem;
  display: inline-block;
  height: 7px;
  width: 7px;
  background-image: url('../images/black-arw.svg');
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: top;
  --tw-content: '';
  content: var(--tw-content);
}

@media (min-width: 1000px){
  .cta:after{
    margin-left: .3vw;
    height: 0.5vw;
    width: 0.5vw;
  }
}

.cta:after {
  background-size: 100%;
}

.cta:hover:after{
  background-image: url('../images/white-arw.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.nrmlCta{
  position: relative;
  margin-top: 0.75rem;
  display: table;
  text-transform: uppercase;
}

@media (min-width: 1000px){
  .nrmlCta{
    margin-top: 1vw;
    font-size: 1vw;
  }
}

.nrmlCta:hover{
  --tw-text-opacity: 1;
  color: rgb(236 0 140 / var(--tw-text-opacity));
}

.nrmlCta::before{
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 1px;
  width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(236 0 140 / var(--tw-bg-opacity));
  --tw-content: '';
  content: var(--tw-content);
  transition: all 0.3s ease-in-out;
}

.nrmlCta:hover:before{
  width: 100%;
}

.nrmlCta:after{
  position: relative;
  margin-left: 0.25rem;
  display: inline-block;
  height: 7px;
  width: 7px;
  background-image: url('../images/black-arw.svg');
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: top;
  --tw-content: '';
  content: var(--tw-content);
}

@media (min-width: 1000px){
  .nrmlCta:after{
    margin-left: .3vw;
    height: 0.5vw;
    width: 0.5vw;
  }
}

.nrmlCta:after {
  background-size: 100%;
}

.nrmlCta:hover:after{
  background-image: url('../images/pink-arw.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

/* Event Card */

.eventSwiper .swiper-slide{
  height: auto;
}

.eventCard{
  position: relative;
  height: 100%;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(236 0 140 / var(--tw-bg-opacity));
}

.eventCard .eventPicWrp{
  position: relative;
}

.eventCard .eventPicWrp img{
  aspect-ratio: 16 / 9;
  -o-object-fit: cover;
     object-fit: cover;
}

.eventDetails{
  --tw-bg-opacity: 1;
  background-color: rgb(236 0 140 / var(--tw-bg-opacity));
  padding: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1000px){
  .eventDetails{
    position: absolute;
    top: 0px;
    left: -100%;
    width: 19vw;
    padding: 1vw;
  }
}

.eventDetails {
  transition: all 1s ease-in-out;
}

@media (min-width: 1000px){
  .swiper-slide-active .eventCard .eventDetails{
    left: 0px;
  }
}

.swiper-slide-active .eventCard .eventDetails {
  transition: all 2s ease-in-out;
}

.eventCard .eventDetails h5{
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 300;
}

@media (min-width: 1000px){
  .eventCard .eventDetails h5{
    font-size: 2vw;
  }
}

.eventCard .eventDetails h5 {
  line-height: 1;
}

.eventCard .eventDetails span{
  display: block;
  font-size: 1.2rem;
}

@media (min-width: 1000px){
  .eventCard .eventDetails span{
    font-size: 1.25vw;
  }
}

.eventCard .eventDetails hr{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  --tw-border-opacity: 1;
  border-color: rgb(246 74 176 / var(--tw-border-opacity));
}

@media (min-width: 1000px){
  .eventCard .eventDetails hr{
    margin-top: 1vw;
    margin-bottom: 1vw;
  }
}

.eventCard .eventDetails h6{
  margin-bottom: 0.375rem;
  font-size: 1.2rem;
  font-weight: 500;
  text-transform: uppercase;
}

@media (min-width: 1000px){
  .eventCard .eventDetails h6{
    margin-bottom: 1vw;
    font-size: 1vw;
  }
}

.eventCard .eventDetails h6 {
  line-height: 1;
}

@media (min-width: 768px){
  .eventCard .eventDetails h6 br{
    display: none;
  }
}

.eventCard .eventDetails p{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.eventCard .eventDetails .nrmlCta:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.eventCard .eventDetails .nrmlCta::before{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.eventCard .eventDetails .nrmlCta .enquiryForm > *::before{
  margin-bottom: 1rem;
  display: block;
  width: 100%;
  border-radius: 0.375rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  padding: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.eventCard .eventDetails .nrmlCta .enquiryForm > *::before::-moz-placeholder{
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

.eventCard .eventDetails .nrmlCta .enquiryForm > *::before::placeholder{
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

@media (min-width: 1000px){
  .eventCard .eventDetails .nrmlCta .enquiryForm > *::before{
    margin-bottom: 1.5vw;
    padding: 1vw;
  }
}

.eventCard .eventDetails .nrmlCta  .enquiryBtn:hover::before{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.eventCard .eventDetails .nrmlCta:after{
  background-image: url('../images/white-arw.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

/* Testimonial Card */

.testimonialCard{
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity));
}

@media (min-width: 1000px){
  .testimonialCard{
    padding-left: 2vw;
    padding-right: 2vw;
    font-size: 1.1vw;
    line-height: 1.5vw;
  }
}

.testimonialCard .testimonialPic{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.5rem;
  display: table;
  height: 6rem;
  width: 6rem;
  overflow: hidden;
  border-radius: 9999px;
}

@media (min-width: 1000px){
  .testimonialCard .testimonialPic{
    margin-bottom: 1.5vw;
    height: 10vw;
    width: 10vw;
  }
}

.testimonialCard .testimonialPic img{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.testimonialCard h6{
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
}

@media (min-width: 1000px){
  .testimonialCard h6{
    font-size: 1.25vw;
  }
}

.testimonialCard  span{
  margin-bottom: 0.5rem;
  display: block;
}

@media (min-width: 1000px){
  .testimonialCard  span{
    margin-bottom: 1.5vw;
    font-size: 1.042vw;
  }
}

/* calender card */

.calenderCard{
  height: 100%;
  box-shadow: 4px 4px 26px 0px rgba(0, 0, 0, 0.05);
}

.calenderCard .eventDate{
  position: absolute;
  top: 0px;
  left: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(236 0 140 / var(--tw-bg-opacity));
  padding: 0.5rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1000px){
  .calenderCard .eventDate{
    padding: .8vw;
    font-size: 1.1vw;
  }
}

.calenderCard .eventDate span{
  display: block;
}

.calenderCard h6{
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity));
}

@media (min-width: 1000px){
  .calenderCard h6{
    font-size: 1.1vw;
  }
}

.calenderCard .location{
  position: relative;
  display: block;
  padding-left: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(148 148 148 / var(--tw-text-opacity));
}

.calenderCard .location::before{
  position: absolute;
  left: 0px;
  top: 0.25rem;
  --tw-content: '';
  content: var(--tw-content);
  content: '';
  width: 11px;
  height: 17px;
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 11 17' fill='%23ED1556' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M0.451596 5.80822C0.451596 2.91004 2.80108 0.560547 5.69926 0.560547C8.59744 0.560547 10.9469 2.91004 10.9469 5.80822C10.9469 5.80822 11.0013 6.07316 10.8693 6.71137C10.8076 7.06739 10.7101 7.41116 10.5804 7.73872C10.041 9.31235 8.75044 11.9766 5.69926 16.1871C2.64809 11.9768 1.35751 9.31235 0.818137 7.73872C0.688425 7.41116 0.590967 7.06739 0.529216 6.71137C0.397261 6.07316 0.451596 5.80822 0.451596 5.80822ZM5.69926 8.99135C7.45728 8.99135 8.88239 7.56624 8.88239 5.80822C8.88239 4.0502 7.45728 2.62508 5.69926 2.62508C3.94124 2.62508 2.51613 4.0502 2.51613 5.80822C2.51613 7.56624 3.94124 8.99135 5.69926 8.99135Z' clip-rule='evenodd'/></svg>");
  background-repeat: no-repeat;
  background-size: 100%;
}

/* Inner Banner */

.innerBanner{
  position: relative;
  height: 12rem;
}

@media (min-width: 1000px){
  .innerBanner{
    height: 21vw;
  }
}

.innerBanner img{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.innerBanner:after{
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  --tw-content: '';
  content: var(--tw-content);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.00) 76.32%);
}

.innerBanner h1{
  position: absolute;
  bottom: 1.25rem;
  left: 0px;
  z-index: 10;
  width: 100%;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1000px){
  .innerBanner h1{
    bottom: 5vw;
    font-size: 2.8vw;
  }
}

/* Vision mission card */

.vmCard{
  position: relative;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(236 0 140 / var(--tw-bg-opacity));
  padding: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1000px){
  .vmCard{
    padding: 2vw;
  }
}

.vmCard::before{
  position: absolute;
  bottom: 0px;
  right: -30%;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  opacity: 0.97;
  mix-blend-mode: soft-light;
  --tw-content: '';
  content: var(--tw-content);
}

@media (min-width: 1000px){
  .vmCard::before{
    height: 40vw;
    width: 40vw;
  }
}

.vmCard::before {
  background: radial-gradient(37.27% 37.27% at 50% 55.05%, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
}

.vmCard img{
  margin-left: auto;
  height: 4rem;
  width: 4rem;
}

@media (min-width: 1000px){
  .vmCard img{
    height: 4vw;
    width: 4vw;
  }
}

.vmCard h3{
  margin-bottom: 0.75rem;
  font-size: 1.875rem;
  line-height: 1.5;
  font-weight: 100;
}

@media (min-width: 1000px){
  .vmCard h3{
    margin-bottom: 0px;
    font-size: 2.5vw;
  }
}

.visible{
  visibility: visible;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.sticky{
  position: sticky;
}

.bottom-0{
  bottom: 0px;
}

.bottom-1{
  bottom: 0.25rem;
}

.bottom-\[-2\.5rem\]{
  bottom: -2.5rem;
}

.left-0{
  left: 0px;
}

.left-1{
  left: 0.25rem;
}

.right-0{
  right: 0px;
}

.right-1{
  right: 0.25rem;
}

.right-4{
  right: 1rem;
}

.top-0{
  top: 0px;
}

.top-1{
  top: 0.25rem;
}

.top-2{
  top: 0.5rem;
}

.top-full{
  top: 100%;
}

.z-10{
  z-index: 10;
}

.z-\[999\]{
  z-index: 999;
}

.\!my-auto{
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mx-auto{
  margin-left: auto;
  margin-right: auto;
}

.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-5{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.\!mb-4{
  margin-bottom: 1rem !important;
}

.\!mt-0{
  margin-top: 0px !important;
}

.mb-0{
  margin-bottom: 0px;
}

.mb-1{
  margin-bottom: 0.25rem;
}

.mb-10{
  margin-bottom: 2.5rem;
}

.mb-14{
  margin-bottom: 3.5rem;
}

.mb-2{
  margin-bottom: 0.5rem;
}

.mb-3{
  margin-bottom: 0.75rem;
}

.mb-4{
  margin-bottom: 1rem;
}

.mb-5{
  margin-bottom: 1.25rem;
}

.mb-8{
  margin-bottom: 2rem;
}

.mt-0{
  margin-top: 0px;
}

.mt-1{
  margin-top: 0.25rem;
}

.mt-10{
  margin-top: 2.5rem;
}

.mt-2{
  margin-top: 0.5rem;
}

.mt-3{
  margin-top: 0.75rem;
}

.mt-4{
  margin-top: 1rem;
}

.mt-\[-0\.5rem\]{
  margin-top: -0.5rem;
}

.block{
  display: block;
}

.inline-block{
  display: inline-block;
}

.flex{
  display: flex;
}

.table{
  display: table;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.aspect-\[3\/2\]{
  aspect-ratio: 3/2;
}

.aspect-square{
  aspect-ratio: 1 / 1;
}

.aspect-video{
  aspect-ratio: 16 / 9;
}

.h-0{
  height: 0px;
}

.h-4{
  height: 1rem;
}

.h-5{
  height: 1.25rem;
}

.h-56{
  height: 14rem;
}

.h-6{
  height: 1.5rem;
}

.h-8{
  height: 2rem;
}

.h-9{
  height: 2.25rem;
}

.h-\[16rem\]{
  height: 16rem;
}

.h-\[76vh\]{
  height: 76vh;
}

.h-\[80vh\]{
  height: 80vh;
}

.h-auto{
  height: auto;
}

.h-full{
  height: 100%;
}

.w-2\/4{
  width: 50%;
}

.w-20{
  width: 5rem;
}

.w-24{
  width: 6rem;
}

.w-28{
  width: 7rem;
}

.w-3{
  width: 0.75rem;
}

.w-3\/4{
  width: 75%;
}

.w-32{
  width: 8rem;
}

.w-4{
  width: 1rem;
}

.w-5{
  width: 1.25rem;
}

.w-6{
  width: 1.5rem;
}

.w-8{
  width: 2rem;
}

.w-9{
  width: 2.25rem;
}

.w-\[30px\]{
  width: 30px;
}

.w-auto{
  width: auto;
}

.w-full{
  width: 100%;
}

.flex-none{
  flex: none;
}

.flex-grow{
  flex-grow: 1;
}

.grow{
  flex-grow: 1;
}

.basis-3\/6{
  flex-basis: 50%;
}

.scale-100{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.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));
}

.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.flex-wrap{
  flex-wrap: wrap;
}

.items-center{
  align-items: center;
}

.justify-center{
  justify-content: center;
}

.justify-between{
  justify-content: space-between;
}

.justify-items-center{
  justify-items: center;
}

.gap-1{
  gap: 0.25rem;
}

.gap-2{
  gap: 0.5rem;
}

.gap-3{
  gap: 0.75rem;
}

.gap-4{
  gap: 1rem;
}

.gap-5{
  gap: 1.25rem;
}

.gap-x-1{
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}

.gap-x-10{
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}

.gap-x-2{
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.gap-x-3{
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

.gap-x-5{
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}

.gap-x-\[1vw\]{
  -moz-column-gap: 1vw;
       column-gap: 1vw;
}

.gap-x-\[2vw\]{
  -moz-column-gap: 2vw;
       column-gap: 2vw;
}

.gap-y-1{
  row-gap: 0.25rem;
}

.gap-y-2{
  row-gap: 0.5rem;
}

.gap-y-3{
  row-gap: 0.75rem;
}

.gap-y-4{
  row-gap: 1rem;
}

.gap-y-5{
  row-gap: 1.25rem;
}

.overflow-auto{
  overflow: auto;
}

.overflow-hidden{
  overflow: hidden;
}

.overflow-x-auto{
  overflow-x: auto;
}

.rounded-full{
  border-radius: 9999px;
}

.border{
  border-width: 1px;
}

.border-2{
  border-width: 2px;
}

.border-y{
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.border-b{
  border-bottom-width: 1px;
}

.border-l-4{
  border-left-width: 4px;
}

.border-t{
  border-top-width: 1px;
}

.border-solid{
  border-style: solid;
}

.border-\[\#8C8C8C\]{
  --tw-border-opacity: 1;
  border-color: rgb(140 140 140 / var(--tw-border-opacity));
}

.border-\[\#949494\]{
  --tw-border-opacity: 1;
  border-color: rgb(148 148 148 / var(--tw-border-opacity));
}

.border-\[\#CECECE\]{
  --tw-border-opacity: 1;
  border-color: rgb(206 206 206 / var(--tw-border-opacity));
}

.border-\[\#cecece\]{
  --tw-border-opacity: 1;
  border-color: rgb(206 206 206 / var(--tw-border-opacity));
}

.border-pink{
  --tw-border-opacity: 1;
  border-color: rgb(236 0 140 / var(--tw-border-opacity));
}

.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.border-opacity-50{
  --tw-border-opacity: 0.5;
}

.bg-\[\#212121\]{
  --tw-bg-opacity: 1;
  background-color: rgb(33 33 33 / var(--tw-bg-opacity));
}

.bg-\[\#EFECEC\]{
  --tw-bg-opacity: 1;
  background-color: rgb(239 236 236 / var(--tw-bg-opacity));
}

.bg-\[\#F2F0F0\]{
  --tw-bg-opacity: 1;
  background-color: rgb(242 240 240 / var(--tw-bg-opacity));
}

.bg-\[\#F5F5F5\]{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.bg-light-black{
  --tw-bg-opacity: 1;
  background-color: rgb(58 58 58 / var(--tw-bg-opacity));
}

.bg-light-grey{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.bg-pink{
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 0 / var(--tw-bg-opacity));
}

.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-cover{
  background-size: cover;
}

.bg-center{
  background-position: center;
}

.fill-\[\#ee001c\]{
  fill: #ee001c;
}

.fill-red{
  fill: #ee001c;
}

.fill-white{
  fill: #fff;
}

.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}

.\!p-0{
  padding: 0px !important;
}

.p-1{
  padding: 0.25rem;
}

.p-2{
  padding: 0.5rem;
}

.p-3{
  padding: 0.75rem;
}

.p-4{
  padding: 1rem;
}

.p-5{
  padding: 1.25rem;
}

.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pb-2{
  padding-bottom: 0.5rem;
}

.pb-4{
  padding-bottom: 1rem;
}

.pb-\[60\%\]{
  padding-bottom: 60%;
}

.pl-8{
  padding-left: 2rem;
}

.pt-1{
  padding-top: 0.25rem;
}

.pt-8{
  padding-top: 2rem;
}

.text-left{
  text-align: left;
}

.text-center{
  text-align: center;
}

.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-2xl\/normal{
  font-size: 1.5rem;
  line-height: 1.5;
}

.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-\[0\.9vw\]{
  font-size: 0.9vw;
}

.text-\[1\.042vw\]{
  font-size: 1.042vw;
}

.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-base\/none{
  font-size: 1rem;
  line-height: 1;
}

.text-base\/normal{
  font-size: 1rem;
  line-height: 1.5;
}

.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-lg\/normal{
  font-size: 1.125rem;
  line-height: 1.5;
}

.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-sm\/none{
  font-size: 0.875rem;
  line-height: 1;
}

.text-sm\/normal{
  font-size: 0.875rem;
  line-height: 1.5;
}

.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-bold{
  font-weight: 700;
}

.font-light{
  font-weight: 300;
}

.font-medium{
  font-weight: 500;
}

.font-normal{
  font-weight: 400;
}

.font-semibold{
  font-weight: 600;
}

.font-thin{
  font-weight: 100;
}

.uppercase{
  text-transform: uppercase;
}

.capitalize{
  text-transform: capitalize;
}

.leading-\[1\.1\]{
  line-height: 1.1;
}

.leading-normal{
  line-height: 1.5;
}

.\!text-white{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.text-\[\#212121\]{
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity));
}

.text-\[\#4E4E4E\]{
  --tw-text-opacity: 1;
  color: rgb(78 78 78 / var(--tw-text-opacity));
}

.text-\[\#6D6E71\]{
  --tw-text-opacity: 1;
  color: rgb(109 110 113 / var(--tw-text-opacity));
}

.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-light-black{
  --tw-text-opacity: 1;
  color: rgb(58 58 58 / var(--tw-text-opacity));
}

.text-pink{
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity));
}

.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.opacity-0{
  opacity: 0;
}

.drop-shadow-\[4px_4px_26px_0_rgba\(0\2c 0\2c 0\2c 0\.05\)\]{
  --tw-drop-shadow: drop-shadow(4px 4px 26px 0 rgba(0,0,0,0.05));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-1000{
  transition-duration: 1000ms;
}

.duration-300{
  transition-duration: 300ms;
}

.duration-500{
  transition-duration: 500ms;
}

.duration-700{
  transition-duration: 700ms;
}

.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

a, a:hover, button, button:hover {
  transition: all 0.3s ease-in-out;
}

img, video{
  width: 100%;
}

@media (min-width: 1000px){
  img, video{
    max-width: none;
  }
}

.para{
  --tw-text-opacity: 1;
  color: rgb(58 58 58 / var(--tw-text-opacity));
}

.para > *{
  margin-bottom: 0.75rem;
}

.para p:last-child{
  margin-bottom: 0px;
}

main{
  overflow: hidden;
}

@media (min-width: 1000px){
  .container{
    max-width: none;
  }
}

section{
  margin-bottom: 2.5rem;
}

@media (min-width: 1000px){
  section{
    margin-bottom: 5vw;
  }
}

.sectionTitle{
  margin-bottom: 1.25rem;
  text-align: center;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 1000px){
  .sectionTitle{
    margin-bottom: 2vw;
    padding-left: 6vw;
    padding-right: 6vw;
    font-size: 3vw;
  }
}

.sectionTitle {
  line-height: normal
}

.titleLeft{
  padding: 0px;
  text-align: left;
}

input:focus, textarea:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.circle {
  animation: mymove 10s linear infinite;
}

@keyframes mymove {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Animation */

.animateThis {
  position:relative;
  will-change:opacity transform
}

.slideLeft {
  opacity:0;
  transition: all .5s ease;
  transform: translate3d(50px, 0px, 0px)
}

.slideLeft.in-view {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px)
}

.slideRight {
  opacity:0;
  transition: all .5s ease;
  transform: translate3d(-50px, 0px, 0px)
}

.slideRight.in-view {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px)
}

.slideTop {
  opacity:0;
  transition: all .5s ease;
  transform: translate3d(0px, 50px, 0px)
}

.slideTop.in-view {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px)
}

.fadeGrow {
  opacity:0;
  transition: all .7s ease;
  transform:scale(.5)
}

.fadeGrow.in-view {
  opacity:1;
  transform:scale(1)
}

.fadeIn {
  opacity:0;
  transition: all .5s ease
}

*
.fadeIn.in-view {
  opacity:1
}

/* Header */

header {
  transition: all 0.3s ease-in-out;
}

header.fixed{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

header.fixed .enquiryForm > *{
  margin-bottom: 1rem;
  display: block;
  width: 100%;
  border-radius: 0.375rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  padding: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

header.fixed .enquiryForm > *::-moz-placeholder{
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

header.fixed .enquiryForm > *::placeholder{
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

@media (min-width: 1000px){
  header.fixed .enquiryForm > *{
    margin-bottom: 1.5vw;
    padding: 1vw;
  }
}

header.fixed  .enquiryBtn:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

header.fixed {
  transition: all 0.3s ease-in-out;
}

header.fixed nav ul{
  --tw-text-opacity: 1;
  color: rgb(58 58 58 / var(--tw-text-opacity));
}

header.fixed .exhibitBtn{
  --tw-border-opacity: 1;
  border-color: rgb(206 206 206 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(58 58 58 / var(--tw-text-opacity));
}

header.fixed .exhibitBtn:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media(max-width:1000.99px){
  header .exhibitBtn{
    --tw-border-opacity: 1;
    border-color: rgb(206 206 206 / var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgb(58 58 58 / var(--tw-text-opacity));
  }

  header.fixed nav ul{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}

@media(max-width:480.99px){
  .wantGroup {
    position: fixed;
    bottom: 0;
    z-index: 999;
    width: 100%;
    background: #ee001c;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 2px 5px rgba(0,0,0,.15);
  }

  .wantGroup li {
    position: relative;
    width: 50%;
    text-align: center;
  }

  .wantGroup li:not(:last-child) a {
    border-right: 1px solid #ee001c;
  }
}

@media(min-width:480.99px){
  .wantGroup {
    display: none;
  }
}

@media (min-width: 1000px){
  .menuList > li.active, .menuList > li.active{
    --tw-text-opacity: 1;
    color: rgb(236 0 140 / var(--tw-text-opacity));
  }

  .menuList > li.active:before, .menuList > li.active:after{
    width: 100%;
  }
}

/* Event Swiper Btn */

.event-swiper-button-prev, .event-swiper-button-next{
  top: 45%;
  height: 1.5rem;
  width: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.event-swiper-button-prev .enquiryForm > *, .event-swiper-button-next .enquiryForm > *{
  margin-bottom: 1rem;
  display: block;
  width: 100%;
  border-radius: 0.375rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  padding: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.event-swiper-button-prev .enquiryForm > *::-moz-placeholder, .event-swiper-button-next .enquiryForm > *::-moz-placeholder{
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

.event-swiper-button-prev .enquiryForm > *::placeholder, .event-swiper-button-next .enquiryForm > *::placeholder{
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

@media (min-width: 1000px){
  .event-swiper-button-prev .enquiryForm > *, .event-swiper-button-next .enquiryForm > *{
    margin-bottom: 1.5vw;
    padding: 1vw;
  }
}

.event-swiper-button-prev  .enquiryBtn:hover, .event-swiper-button-next  .enquiryBtn:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1000px){
  .event-swiper-button-prev, .event-swiper-button-next{
    top: 50%;
    height: 3vw;
    width: 4.9vw;
  }
}

.event-swiper-button-prev, .event-swiper-button-next {
  transition: all 0.3s ease-in-out;
}

.event-swiper-button-prev:hover, .event-swiper-button-next:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(236 0 140 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.event-swiper-button-prev{
  left: 0px;
}

@media (min-width: 1000px){
  .event-swiper-button-prev{
    left: 20.4vw;
  }
}

.event-swiper-button-next{
  right: 0px;
}

@media (min-width: 1000px){
  .event-swiper-button-next{
    right: 20.4vw;
  }
}

.event-swiper-button-prev:hover::before{
  margin: 0px;
}

@media (min-width: 1000px){
  .event-swiper-button-prev:hover::before{
    margin-right: .5vw;
  }
}

.event-swiper-button-prev:hover::before {
  background: url("data:image/svg+xml,<svg viewBox='0 0 12 12' fill='%23fff' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M7.04344 11.12L6.46586 11.6975C6.2213 11.942 5.82585 11.942 5.58389 11.6975L0.526193 6.64347C0.281634 6.39897 0.281634 6.00359 0.526193 5.76169L5.58129 0.707682C5.82585 0.463175 6.2213 0.463175 6.46326 0.707682L7.04084 1.28513C7.288 1.53224 7.28279 1.93542 7.03043 2.17732L3.89799 5.16083L11.3753 5.16083C11.7213 5.16083 11.9997 5.43915 11.9997 5.7851L11.9997 6.61746C11.9997 6.96341 11.7213 7.24173 11.3753 7.24173L3.89799 7.24173L7.03303 10.2278C7.288 10.4697 7.2932 10.8729 7.04344 11.12Z' clip-rule='evenodd'/></svg>") no-repeat;
  background-size: 100%;
}

.event-swiper-button-next:hover::after {
  background: url("data:image/svg+xml,<svg viewBox='0 0 12 12' fill='%23fff' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M5.29934 1.28525L5.87691 0.707794C6.12147 0.463287 6.51693 0.463287 6.75889 0.707794L11.8166 5.7618C12.0611 6.00631 12.0611 6.40168 11.8166 6.64359L6.76149 11.6976C6.51693 11.9421 6.12147 11.9421 5.87951 11.6976L5.30194 11.1201C5.05478 10.873 5.05998 10.4699 5.31234 10.228L8.44478 7.24445L0.967512 7.24445C0.621486 7.24445 0.343106 6.96613 0.343106 6.62018L0.343106 5.78781C0.343106 5.44186 0.621486 5.16354 0.967512 5.16354L8.44478 5.16354L5.30974 2.17744C5.05478 1.93553 5.04957 1.53235 5.29934 1.28525Z' clip-rule='evenodd'/></svg>") no-repeat;
  background-size: 100%;
}

.event-swiper-button-next:after{
  margin: 0px;
}

@media (min-width: 1000px){
  .event-swiper-button-next:after{
    margin-left: .5vw;
  }
}

/* Partner Logos */

.logoBox{
  position: relative;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(206 206 206 / var(--tw-border-opacity));
  transition: all 0.3s ease-in-out;
}

.logoBox:before, .logoBox:after{
  position: absolute;
  z-index: 10;
  height: 0px;
  width: 0px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-content: '';
  content: var(--tw-content);
}

.logoBox:hover:before, .logoBox:hover:after{
  height: 100%;
  width: 100%;
  --tw-border-opacity: 1;
  border-color: rgb(236 0 140 / var(--tw-border-opacity));
}

.logoBox:before, .logoBox:after {
  transition: all 0.3s ease-in-out;
}

.logoBox:before{
  top: 0px;
  right: 0px;
  border-top-width: 1px;
  border-right-width: 1px;
}

.logoBox:after{
  bottom: 0px;
  left: 0px;
  border-bottom-width: 1px;
  border-left-width: 1px;
}

/* Testimonial Swiper Btn */

.testimonial-swiper-button-prev, .testimonial-swiper-button-next{
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  margin: 0px;
}

/* Gallery Section */

.gallerySwiper .swiper-scrollbar {
  height: 1px;
  background: #CECECE;
  position: relative;
  margin-top: 2.5rem;
}

.gallerySwiper .swiper-scrollbar-drag {
  background: #3A3A3A;
  height: 4px;
  border-radius: 0;
  top:-2px
}

.galleryBox::after{
  position: absolute;
  top: 50%;
  left: 50%;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  --tw-scale-x: 0;
  --tw-scale-y: 0;
  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));
  --tw-bg-opacity: 0.5;
}

@media (min-width: 1000px){
  .galleryBox::after{
    height: 3vw;
    width: 3vw;
    border-radius: 9999px;
  }
}

.galleryBox::after {
  content: '';
  transition: all 0.3s ease-in-out;
  background: url(../images/large.svg) no-repeat center #f5f5f5;
  background-size: 50%;
}

.galleryBox:hover:after{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  content: '';
}

@media(min-width:991.99px){
  nav ul li a:before, nav ul li a:after  {
    transition: all 0.3s ease-in-out;
  }

  .innerTestCard:nth-child(odd) .innerTestPic {
    order: 12;
  }
}

@media(min-width:768.99px){
  .testimonialSec::before {
    background: linear-gradient(90deg, #F5F5F5 39.31%, rgba(245, 245, 245, 0.00) 97.61%);
    content: '';
    position: absolute;
    top: 2vw;
    left: 0;
    bottom: 2vw;
    width: 37.552vw;
    z-index: 2;
  }

  .testimonialSec::after {
    background: linear-gradient(270deg, #F5F5F5 39.31%, rgba(245, 245, 245, 0.00) 97.61%);
    content: '';
    position: absolute;
    top: 2vw;
    right: 0;
    bottom: 2vw;
    width: 37.552vw;
    z-index: 2;
  }
}

.partnerList li.active{
  --tw-text-opacity: 1;
  color: rgb(236 0 140 / var(--tw-text-opacity));
}

@media (min-width: 1000px){
  .partnerList li.active{
    font-size: 3vw;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
  }
}

.otherLink > *{
  position: relative;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

@media (min-width: 1000px){
  .otherLink > *{
    padding-left: 1vw;
    padding-right: 1vw;
  }

  .otherLink li:not(:last-child):after{
    font-size: 0.9vw;
  }
}

@media (min-width: 1536px){
  .otherLink li:not(:last-child):after{
    font-size: 0.8vw;
  }
}

.otherLink li:not(:last-child):after {
  content: '|';
  position: absolute;
  top: 0;
  right: 0;
  color: light-black;
}

footer a:hover{
  --tw-text-opacity: 1;
  color: rgb(236 0 140 / var(--tw-text-opacity));
}

.footSocial li a svg{
  display: block;
  height: 1rem;
  width: 1rem;
  fill: #3A3A3A;
}

@media (min-width: 1000px){
  .footSocial li a svg{
    height: 1.3vw;
    width: 1.3vw;
  }
}

.footSocial li a svg {
  transition: all 0.3s ease-in-out;
}

.footSocial li a svg:hover{
  fill: #ee001c;
}

footer form input{
  flex-grow: 1;
  background-color: transparent;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

footer form input::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

footer form input::placeholder{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1000px){
  footer form input{
    padding-left: 1vw;
    padding-right: 1vw;
  }
}

/* Why Exhibit *-[
.w]hyExhibitWrp p {@apply mb-4 font-thin lg:mb-[1.8vw]}


.crBox{box-shadow: 4px 4px 26px 0px rgba(0, 0, 0, 0.05);}
.locationIcon {@apply pl-5 relative}
.locationIcon::before {@apply content-[''] left-0 top-1 absolute w-4 h-4; background: url(../images/location.svg) no-repeat center; background-size: 100%; transition: all 0.3s ease-in-out;}
.crBox:hover .locationIcon::before {background: url(../images/location-hvr.svg) no-repeat center; background-size: 100%;}

/* Blog Page */

@media(min-width:991.99px){
  .blogGrid a:nth-child(7n+2), .blogGrid a:nth-child(7n+6){
    grid-column: span 2 / span 2;
    --tw-bg-opacity: 1;
    background-color: rgb(236 0 140 / var(--tw-bg-opacity));
  }
}

.downloadCard:hover .nrmlCta:after {
  background: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M1.17652 2.1743L1.17652 1.35758C1.17652 1.01175 1.45618 0.732154 1.80024 0.733994L8.95183 0.732154C9.29772 0.732154 9.57738 1.01175 9.57555 1.35574L9.57554 8.50395C9.57554 8.84977 9.29588 9.12937 8.95183 9.12753L8.13492 9.12753C7.78535 9.12753 7.50385 8.83873 7.51121 8.48923L7.61608 4.16462L2.32828 9.45128C2.08358 9.69593 1.68985 9.69593 1.44514 9.45128L0.856383 8.86265C0.61168 8.618 0.61168 8.22435 0.856383 7.9797L6.14418 2.69304L1.81496 2.79789C1.46354 2.80709 1.17468 2.52565 1.17652 2.1743Z' clip-rule='evenodd'/></svg>") no-repeat;
  background-size: 100%;
}

.boxTabList{
  padding-bottom: 0.75rem;
}

@media (min-width: 1000px){
  .boxTabList{
    padding-bottom: 0px;
  }
}

.boxTabList li.active{
  --tw-bg-opacity: 1;
  background-color: rgb(236 0 140 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.supportedTab li.active{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.supportedTab li:last-child::before{
  display: none;
}

@media (min-width: 1000px){
  .getTouchBtn .nrmlCta::after{
    height: 1.1vw;
    width: 1.1vw;
  }
}

.getTouchBtn:hover .nrmlCta::after{
  background-image: url('../images/white-arw.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

@media(max-width:1000.99px){
  .getTouchBtn .nrmlCta::after {
    background: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M1.17652 2.1743L1.17652 1.35758C1.17652 1.01175 1.45618 0.732154 1.80024 0.733994L8.95183 0.732154C9.29772 0.732154 9.57738 1.01175 9.57555 1.35574L9.57554 8.50395C9.57554 8.84977 9.29588 9.12937 8.95183 9.12753L8.13492 9.12753C7.78535 9.12753 7.50385 8.83873 7.51121 8.48923L7.61608 4.16462L2.32828 9.45128C2.08358 9.69593 1.68985 9.69593 1.44514 9.45128L0.856383 8.86265C0.61168 8.618 0.61168 8.22435 0.856383 7.9797L6.14418 2.69304L1.81496 2.79789C1.46354 2.80709 1.17468 2.52565 1.17652 2.1743Z' clip-rule='evenodd'/></svg>") no-repeat;
    background-size: 100%;
  }
}

.staticPanel h3{
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity));
}

@media (min-width: 1000px){
  .staticPanel h3{
    font-size: 2.3vw;
  }
}

.staticPanel h6{
  font-weight: 700;
}

.staticPanel ul > *{
  position: relative;
  padding-left: 1rem;
}

.staticPanel ul > *::before{
  position: absolute;
  left: 0px;
  top: 0.625rem;
  display: block;
  height: 1px;
  width: 0.5rem;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(236 0 140 / var(--tw-bg-opacity));
  --tw-content: '';
  content: var(--tw-content);
}

@media (min-width: 1000px){
  .staticPanel ul > *{
    margin-bottom: .3vw;
    padding-left: 1vw;
  }

  .staticPanel ul > *::before{
    content: var(--tw-content);
    width: 0.4vw;
  }
}

.staticPanel a{
  --tw-text-opacity: 1;
  color: rgb(236 0 140 / var(--tw-text-opacity));
}

.lstEle li:last-child{
  padding: 0px;
}

.lstEle li:last-child::before{
  display: none;
}

@media (min-width: 768px){
  .galleryGrid div:nth-child(9n+1), .galleryGrid div:nth-child(9n+6){
    grid-column: span 2 / span 2;
    grid-row: span 2 / span 2;
  }
}

.galleryGrid div a:after{
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  bottom: 0.5rem;
  left: 0.5rem;
  opacity: 0;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  --tw-content: '';
  content: var(--tw-content);
  background: rgb(236 0 140 / 80%)  url(../images/plus.svg) no-repeat center;
  background-size: 2.5rem;
}

.galleryGrid div a:hover:after{
  opacity: 1;
}

.sponsorshipTable{
  position: relative;
  overflow: auto;
}

.stHead{
  display: flex;
  --tw-bg-opacity: 1;
  background-color: rgb(236 0 140 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.stHead > *{
  position: relative;
  width: 10rem;
  padding: 0.75rem;
  text-align: left;
  font-weight: 500;
}

.stHead > *::after{
  position: absolute;
  right: 0px;
  top: 0.5rem;
  bottom: 0.5rem;
  width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-content: '';
  content: var(--tw-content);
}

@media (min-width: 1000px){
  .stHead > *{
    padding: .5vw;
  }
}

.stHead > div:last-child:after{
  display: none;
}

.stBody{
  display: grid;
  grid-template-columns: repeat(11, minmax(0, 1fr));
  gap: .3vw;
  overflow: auto;
}

.stBody > *{
  display: flex;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(242 240 240 / var(--tw-bg-opacity));
  padding: .5vw;
}

@media (min-width: 1000px){
  .stBody{
    height: 33vw;
  }
}

.stBody  img{
  margin-left: auto;
  margin-right: auto;
  height: 1.5rem;
  width: 0.75rem;
}

@media (min-width: 1000px){
  .stBody  img{
    height: 1.5vw;
    width: 1.5vw;
  }
}

.contactBtn:after, .contactBtn:hover:after{
  background-image: url('../images/white-arw.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.enquiryForm > *{
  margin-bottom: 1rem;
  display: block;
  width: 100%;
  border-radius: 0.375rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.55;
  padding: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.enquiryForm > *::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.enquiryForm > *::placeholder{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1000px){
  .enquiryForm > *{
    margin-bottom: 1.5vw;
    padding-top: .8vw;
    padding-bottom: .8vw;
    padding-left: 1vw;
    padding-right: 1vw;
  }
}

.enquiryBtn{
  margin-left: auto;
  margin-right: auto;
  display: table;
  width: auto;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(236 0 140 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.enquiryBtn:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(236 0 140 / var(--tw-text-opacity));
}

@media (min-width: 1000px){
  .enquiryBtn{
    padding-top: 0.8vw;
    padding-bottom: 0.8vw;
    padding-left: 2vw;
    padding-right: 2vw;
    font-size: 1.2vw;
  }
}

.bg-white .enquiryForm > *{
  margin-bottom: 1rem;
  display: block;
  width: 100%;
  border-radius: 0.375rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  padding: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.bg-white .enquiryForm > *::-moz-placeholder{
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

.bg-white .enquiryForm > *::placeholder{
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

@media (min-width: 1000px){
  .bg-white .enquiryForm > *{
    margin-bottom: 1.5vw;
    padding: 1vw;
  }
}

.bg-white  .enquiryBtn:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.subscribeBox input{
  width: 75%;
  flex: none;
  background-color: transparent;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.subscribeBox input::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.subscribeBox input::placeholder{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.subscribeBox .wpcf7{
  width: 100%;
  flex: none;
}

@media (min-width: 1000px){
  .subscribeBox .wpcf7{
    width: auto;
    flex-grow: 1;
  }
}

.subscribeBox .wpcf7 button{
  flex-grow: 1;
}

.subscribeBox .wpcf7-response-output{
  margin: 0px !important;
  margin-top: 0.5rem !important;
  border-width: 0px !important;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0.25rem !important;
  font-size: 0.75rem !important;
  line-height: 1rem !important;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity));
}

.subscribeBox .wpcf7-response-output .enquiryForm > *{
  margin-bottom: 1rem;
  display: block;
  width: 100%;
  border-radius: 0.375rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  padding: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.subscribeBox .wpcf7-response-output .enquiryForm > *::-moz-placeholder{
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

.subscribeBox .wpcf7-response-output .enquiryForm > *::placeholder{
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

@media (min-width: 1000px){
  .subscribeBox .wpcf7-response-output .enquiryForm > *{
    margin-bottom: 1.5vw;
    padding: 1vw;
  }
}

.subscribeBox .wpcf7-response-output  .enquiryBtn:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

html {
  scroll-behavior: smooth;
}

.tableFixHead {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  overflow-y: auto;
  height: 600px;
}

.tableFixHead th {
  position: sticky;
  top:0;
  line-height: 1;
}

.tableFixHead td {
  line-height: 1;
}

.tableFixHead thead th:last-child:after {
  display: none;
}

.veBtn{
  margin: 0px;
  --tw-text-opacity: 1;
  color: rgb(236 0 140 / var(--tw-text-opacity));
}

.veBtn:before{
  width: 100%;
}

.veBtn:after {
  background-image: url('../images/pink-arw.svg');
}

@media (min-width: 1000px){
  .page-id-124 main{
    text-align: center;
  }
}

.page-id-124 .crTab{
  margin-bottom: 1rem !important;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 0.5rem;
  -moz-column-gap: 0.5rem !important;
       column-gap: 0.5rem !important;
}

.page-id-124 .crTab > *{
  padding-left: 2vw !important;
  padding-right: 2vw !important;
  padding-top: .7vw !important;
  padding-bottom: .7vw !important;
}

@media (min-width: 1000px){
  .page-id-124 .crTab{
    margin-bottom: 3vw !important;
    -moz-column-gap: 2vw !important;
         column-gap: 2vw !important;
  }
}

@media(min-width:1000px){
  .homeBanner {
    height: calc(100vh - 91px);
  }
}

.counterName{
  text-transform: capitalize;
}

@media (min-width: 480px){
  .page-id-9 .counterName br{
    display: none;
  }
}

.fancybox__caption{
  font-size: 1rem;
  line-height: 1.5rem;
  text-transform: capitalize;
}

@media (min-width: 1000px){
  .fancybox__caption{
    font-size: 1.5vw;
  }
}

.headBtn{
  display: block;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(58 58 58 / var(--tw-border-opacity));
  padding: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
}

.headBtn:hover{
  --tw-border-opacity: 1;
  border-color: rgb(236 0 140 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(236 0 140 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1000px){
  .headBtn{
    padding-left: 1vw;
    padding-right: 1vw;
    padding-top: 0.7vw;
    padding-bottom: 0.7vw;
  }
}

.page-id-937 .visitBtn, .page-id-1963 .exhibitBtn{
  --tw-border-opacity: 1;
  border-color: rgb(236 0 140 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(236 0 140 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.wBtn{
  display: block;
  padding: 0.75rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.page-id-937 .wvBtn, .page-id-1963 .weBtn{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.\*\:relative > *{
  position: relative;
}

.\*\:mb-2 > *{
  margin-bottom: 0.5rem;
}

.\*\:mb-3 > *{
  margin-bottom: 0.75rem;
}

.\*\:mb-4 > *{
  margin-bottom: 1rem;
}

.\*\:mb-\[1vw\] > *{
  margin-bottom: 1vw;
}

.\*\:mr-2 > *{
  margin-right: 0.5rem;
}

.\*\:block > *{
  display: block;
}

.\*\:table > *{
  display: table;
}

.\*\:w-2\/4 > *{
  width: 50%;
}

.\*\:w-full > *{
  width: 100%;
}

.\*\:cursor-pointer > *{
  cursor: pointer;
}

.\*\:whitespace-nowrap > *{
  white-space: nowrap;
}

.\*\:border > *{
  border-width: 1px;
}

.\*\:border-b > *{
  border-bottom-width: 1px;
}

.\*\:border-solid > *{
  border-style: solid;
}

.\*\:border-\[\#333\] > *{
  --tw-border-opacity: 1;
  border-color: rgb(51 51 51 / var(--tw-border-opacity));
}

.\*\:border-\[\#CECECE\] > *{
  --tw-border-opacity: 1;
  border-color: rgb(206 206 206 / var(--tw-border-opacity));
}

.\*\:border-\[\#cecece57\] > *{
  border-color: #cecece57;
}

.\*\:p-1 > *{
  padding: 0.25rem;
}

.\*\:p-4 > *{
  padding: 1rem;
}

.\*\:px-3 > *{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.\*\:px-4 > *{
  padding-left: 1rem;
  padding-right: 1rem;
}

.\*\:px-\[\.5vw\] > *{
  padding-left: .5vw;
  padding-right: .5vw;
}

.\*\:px-\[2vw\] > *{
  padding-left: 2vw;
  padding-right: 2vw;
}

.\*\:py-2 > *{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.\*\:py-5 > *{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.\*\:py-\[\.5vw\] > *{
  padding-top: .5vw;
  padding-bottom: .5vw;
}

.\*\:py-\[\.7vw\] > *{
  padding-top: .7vw;
  padding-bottom: .7vw;
}

.\*\:pr-2 > *{
  padding-right: 0.5rem;
}

.\*\:pr-5 > *{
  padding-right: 1.25rem;
}

.\*\:text-base > *{
  font-size: 1rem;
  line-height: 1.5rem;
}

.\*\:text-lg\/none > *{
  font-size: 1.125rem;
  line-height: 1;
}

.\*\:text-xl > *{
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.\*\:font-normal > *{
  font-weight: 400;
}

.\*\:font-thin > *{
  font-weight: 100;
}

.\*\:uppercase > *{
  text-transform: uppercase;
}

.\*\:text-\[\#8C8C8C\] > *{
  --tw-text-opacity: 1;
  color: rgb(140 140 140 / var(--tw-text-opacity));
}

.\*\:text-\[\#CECECE\] > *{
  --tw-text-opacity: 1;
  color: rgb(206 206 206 / var(--tw-text-opacity));
}

.\*\:duration-500 > *{
  transition-duration: 500ms;
}

.\*\:ease-out > *{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.before\:absolute::before{
  content: var(--tw-content);
  position: absolute;
}

.before\:left-0::before{
  content: var(--tw-content);
  left: 0px;
}

.before\:left-\[0\]::before{
  content: var(--tw-content);
  left: 0;
}

.before\:top-0::before{
  content: var(--tw-content);
  top: 0px;
}

.before\:top-5::before{
  content: var(--tw-content);
  top: 1.25rem;
}

.before\:z-\[-1\]::before{
  content: var(--tw-content);
  z-index: -1;
}

.before\:hidden::before{
  content: var(--tw-content);
  display: none;
}

.before\:h-1::before{
  content: var(--tw-content);
  height: 0.25rem;
}

.before\:h-full::before{
  content: var(--tw-content);
  height: 100%;
}

.before\:w-1::before{
  content: var(--tw-content);
  width: 0.25rem;
}

.before\:w-full::before{
  content: var(--tw-content);
  width: 100%;
}

.before\:bg-\[\#CECECE\]::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(206 206 206 / var(--tw-bg-opacity));
}

.before\:bg-black::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.before\:opacity-75::before{
  content: var(--tw-content);
  opacity: 0.75;
}

.before\:content-\[\'\'\]::before{
  --tw-content: '';
  content: var(--tw-content);
}

.\*\:before\:absolute > *::before{
  content: var(--tw-content);
  position: absolute;
}

.\*\:before\:left-\[0\] > *::before{
  content: var(--tw-content);
  left: 0;
}

.\*\:before\:right-0 > *::before{
  content: var(--tw-content);
  right: 0px;
}

.\*\:before\:right-3 > *::before{
  content: var(--tw-content);
  right: 0.75rem;
}

.\*\:before\:top-1\/2 > *::before{
  content: var(--tw-content);
  top: 50%;
}

.\*\:before\:top-\[1rem\] > *::before{
  content: var(--tw-content);
  top: 1rem;
}

.\*\:before\:h-2 > *::before{
  content: var(--tw-content);
  height: 0.5rem;
}

.\*\:before\:h-\[\.3rem\] > *::before{
  content: var(--tw-content);
  height: .3rem;
}

.\*\:before\:w-2 > *::before{
  content: var(--tw-content);
  width: 0.5rem;
}

.\*\:before\:w-\[\.3rem\] > *::before{
  content: var(--tw-content);
  width: .3rem;
}

.\*\:before\:translate-y-\[-50\%\] > *::before{
  content: var(--tw-content);
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.\*\:before\:bg-\[\#CECECE\] > *::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(206 206 206 / var(--tw-bg-opacity));
}

.\*\:before\:bg-\[url\(\'http\:\/\/localhost\/acetech\/wp-content\/uploads\/2024\/03\/black-arw\.svg\'\)\] > *::before{
  content: var(--tw-content);
  background-image: url('http://localhost/acetech/wp-content/uploads/2024/03/black-arw.svg');
}

.\*\:before\:bg-contain > *::before{
  content: var(--tw-content);
  background-size: contain;
}

.\*\:before\:content-\[\'\'\] > *::before{
  --tw-content: '';
  content: var(--tw-content);
}

.\*\:before\:content-\[\'\|\'\] > *::before{
  --tw-content: '|';
  content: var(--tw-content);
}

.after\:absolute::after{
  content: var(--tw-content);
  position: absolute;
}

.after\:bottom-2::after{
  content: var(--tw-content);
  bottom: 0.5rem;
}

.after\:left-0::after{
  content: var(--tw-content);
  left: 0px;
}

.after\:right-0::after{
  content: var(--tw-content);
  right: 0px;
}

.after\:top-0::after{
  content: var(--tw-content);
  top: 0px;
}

.after\:top-2::after{
  content: var(--tw-content);
  top: 0.5rem;
}

.after\:ml-1::after{
  content: var(--tw-content);
  margin-left: 0.25rem;
}

.after\:hidden::after{
  content: var(--tw-content);
  display: none;
}

.after\:h-full::after{
  content: var(--tw-content);
  height: 100%;
}

.after\:w-\[1px\]::after{
  content: var(--tw-content);
  width: 1px;
}

.after\:w-full::after{
  content: var(--tw-content);
  width: 100%;
}

.after\:bg-black::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.after\:bg-white::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.after\:opacity-\[15\%\]::after{
  content: var(--tw-content);
  opacity: 15%;
}

.after\:content-\[\'\'\]::after{
  --tw-content: '';
  content: var(--tw-content);
}

.hover\:border-black:hover{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.hover\:border-pink:hover{
  --tw-border-opacity: 1;
  border-color: rgb(255 0 0 / var(--tw-border-opacity));
}

.hover\:bg-black:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.hover\:bg-pink:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 0 / var(--tw-bg-opacity));
}

.hover\:text-pink:hover{
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity));
}

.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hover\:before\:bg-white:hover::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:scale-105{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:fill-black{
  fill: #000;
}

.group:hover .group-hover\:fill-pink{
  fill: #ee001c;
}

.group:hover .group-hover\:fill-white{
  fill: #fff;
}

.group:hover .group-hover\:text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.group:hover .group-hover\:opacity-100{
  opacity: 1;
}

.group.is-active .group-\[\.is-active\]\:block{
  display: block;
}

@media (min-width: 480px){
  .sm\:order-last{
    order: 9999;
  }

  .sm\:mb-0{
    margin-bottom: 0px;
  }

  .sm\:mb-8{
    margin-bottom: 2rem;
  }

  .sm\:block{
    display: block;
  }

  .sm\:flex{
    display: flex;
  }

  .sm\:h-7{
    height: 1.75rem;
  }

  .sm\:w-1\/3{
    width: 33.333333%;
  }

  .sm\:w-12{
    width: 3rem;
  }

  .sm\:w-32{
    width: 8rem;
  }

  .sm\:w-4\/5{
    width: 80%;
  }

  .sm\:w-5\/12{
    width: 41.666667%;
  }

  .sm\:w-6\/12{
    width: 50%;
  }

  .sm\:w-7{
    width: 1.75rem;
  }

  .sm\:w-auto{
    width: auto;
  }

  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sm\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .sm\:justify-center{
    justify-content: center;
  }

  .sm\:justify-between{
    justify-content: space-between;
  }

  .sm\:gap-4{
    gap: 1rem;
  }

  .sm\:gap-x-3{
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .sm\:gap-x-5{
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .sm\:\!p-0{
    padding: 0px !important;
  }

  .sm\:p-5{
    padding: 1.25rem;
  }

  .sm\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .sm\:py-\[5vw\]{
    padding-top: 5vw;
    padding-bottom: 5vw;
  }

  .sm\:pl-10{
    padding-left: 2.5rem;
  }

  .sm\:\!text-left{
    text-align: left !important;
  }

  .sm\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .sm\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .\*\:sm\:mb-0 > *{
    margin-bottom: 0px;
  }

  .\*\:sm\:text-xl > *{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 768px){
  .md\:bottom-\[-4rem\]{
    bottom: -4rem;
  }

  .md\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .md\:mb-0{
    margin-bottom: 0px;
  }

  .md\:block{
    display: block;
  }

  .md\:inline-block{
    display: inline-block;
  }

  .md\:flex{
    display: flex;
  }

  .md\:table{
    display: table;
  }

  .md\:hidden{
    display: none;
  }

  .md\:h-\[20rem\]{
    height: 20rem;
  }

  .md\:w-1\/4{
    width: 25%;
  }

  .md\:w-1\/5{
    width: 20%;
  }

  .md\:w-2\/4{
    width: 50%;
  }

  .md\:w-32{
    width: 8rem;
  }

  .md\:w-36{
    width: 9rem;
  }

  .md\:w-9\/12{
    width: 75%;
  }

  .md\:w-\[30vw\]{
    width: 30vw;
  }

  .md\:w-\[50vw\]{
    width: 50vw;
  }

  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .md\:gap-4{
    gap: 1rem;
  }

  .md\:gap-x-5{
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .md\:gap-x-\[3\.5vw\]{
    -moz-column-gap: 3.5vw;
         column-gap: 3.5vw;
  }

  .md\:gap-x-\[5vw\]{
    -moz-column-gap: 5vw;
         column-gap: 5vw;
  }

  .md\:gap-y-0{
    row-gap: 0px;
  }

  .md\:gap-y-4{
    row-gap: 1rem;
  }

  .md\:border-4{
    border-width: 4px;
  }

  .md\:border-b-0{
    border-bottom-width: 0px;
  }

  .md\:border-r{
    border-right-width: 1px;
  }

  .md\:p-10{
    padding: 2.5rem;
  }

  .md\:p-5{
    padding: 1.25rem;
  }

  .md\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .md\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:py-\[2vw\]{
    padding-top: 2vw;
    padding-bottom: 2vw;
  }

  .md\:pr-\[3vw\]{
    padding-right: 3vw;
  }

  .md\:\!text-left{
    text-align: left !important;
  }

  .md\:text-start{
    text-align: start;
  }

  .md\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:text-base\/normal{
    font-size: 1rem;
    line-height: 1.5;
  }

  .md\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .md\:text-xl\/normal{
    font-size: 1.25rem;
    line-height: 1.5;
  }

  .\*\:md\:mb-4 > *{
    margin-bottom: 1rem;
  }

  .\*\:md\:w-auto > *{
    width: auto;
  }

  .\*\:md\:text-base > *{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1000px){
  .lg\:invisible{
    visibility: hidden;
  }

  .lg\:absolute{
    position: absolute;
  }

  .lg\:relative{
    position: relative;
  }

  .lg\:-bottom-full{
    bottom: -100%;
  }

  .lg\:bottom-\[-5\.5vw\]{
    bottom: -5.5vw;
  }

  .lg\:top-\[2vw\]{
    top: 2vw;
  }

  .lg\:top-auto{
    top: auto;
  }

  .lg\:order-last{
    order: 9999;
  }

  .lg\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:my-\[1vw\]{
    margin-top: 1vw;
    margin-bottom: 1vw;
  }

  .lg\:my-\[2vw\]{
    margin-top: 2vw;
    margin-bottom: 2vw;
  }

  .lg\:mb-0{
    margin-bottom: 0px;
  }

  .lg\:mb-4{
    margin-bottom: 1rem;
  }

  .lg\:mb-\[\.5vw\]{
    margin-bottom: .5vw;
  }

  .lg\:mb-\[\.8vw\]{
    margin-bottom: .8vw;
  }

  .lg\:mb-\[1\.3vw\]{
    margin-bottom: 1.3vw;
  }

  .lg\:mb-\[1\.5vw\]{
    margin-bottom: 1.5vw;
  }

  .lg\:mb-\[1vw\]{
    margin-bottom: 1vw;
  }

  .lg\:mb-\[2vw\]{
    margin-bottom: 2vw;
  }

  .lg\:mb-\[3vw\]{
    margin-bottom: 3vw;
  }

  .lg\:mb-\[4vw\]{
    margin-bottom: 4vw;
  }

  .lg\:mb-\[6vw\]{
    margin-bottom: 6vw;
  }

  .lg\:mt-0{
    margin-top: 0px;
  }

  .lg\:mt-10{
    margin-top: 2.5rem;
  }

  .lg\:mt-\[-1\.6vw\]{
    margin-top: -1.6vw;
  }

  .lg\:mt-\[\.5vw\]{
    margin-top: .5vw;
  }

  .lg\:mt-\[3vw\]{
    margin-top: 3vw;
  }

  .lg\:mt-\[4vw\]{
    margin-top: 4vw;
  }

  .lg\:block{
    display: block;
  }

  .lg\:inline-block{
    display: inline-block;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:table{
    display: table;
  }

  .lg\:grid{
    display: grid;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:aspect-auto{
    aspect-ratio: auto;
  }

  .lg\:h-\[1\.3vw\]{
    height: 1.3vw;
  }

  .lg\:h-\[1\.5vw\]{
    height: 1.5vw;
  }

  .lg\:h-\[1\.9vw\]{
    height: 1.9vw;
  }

  .lg\:h-\[24vw\]{
    height: 24vw;
  }

  .lg\:h-\[25vw\]{
    height: 25vw;
  }

  .lg\:h-\[3\.5vw\]{
    height: 3.5vw;
  }

  .lg\:h-\[30vw\]{
    height: 30vw;
  }

  .lg\:h-\[33vw\]{
    height: 33vw;
  }

  .lg\:h-\[3vw\]{
    height: 3vw;
  }

  .lg\:h-\[4vw\]{
    height: 4vw;
  }

  .lg\:h-auto{
    height: auto;
  }

  .lg\:h-full{
    height: 100%;
  }

  .lg\:h-screen{
    height: 100vh;
  }

  .lg\:w-1\/5{
    width: 20%;
  }

  .lg\:w-3\/12{
    width: 25%;
  }

  .lg\:w-5\/12{
    width: 41.666667%;
  }

  .lg\:w-6\/12{
    width: 50%;
  }

  .lg\:w-9\/12{
    width: 75%;
  }

  .lg\:w-\[1\.3vw\]{
    width: 1.3vw;
  }

  .lg\:w-\[1\.5vw\]{
    width: 1.5vw;
  }

  .lg\:w-\[1\.9vw\]{
    width: 1.9vw;
  }

  .lg\:w-\[11vw\]{
    width: 11vw;
  }

  .lg\:w-\[13vw\]{
    width: 13vw;
  }

  .lg\:w-\[22vw\]{
    width: 22vw;
  }

  .lg\:w-\[27\.448vw\]{
    width: 27.448vw;
  }

  .lg\:w-\[3\.5vw\]{
    width: 3.5vw;
  }

  .lg\:w-\[30vw\]{
    width: 30vw;
  }

  .lg\:w-\[33\.33vw\]{
    width: 33.33vw;
  }

  .lg\:w-\[35vw\]{
    width: 35vw;
  }

  .lg\:w-\[38vw\]{
    width: 38vw;
  }

  .lg\:w-\[3vw\]{
    width: 3vw;
  }

  .lg\:w-\[40\%\]{
    width: 40%;
  }

  .lg\:w-\[40vw\]{
    width: 40vw;
  }

  .lg\:w-\[44vw\]{
    width: 44vw;
  }

  .lg\:w-\[47\%\]{
    width: 47%;
  }

  .lg\:w-\[47vw\]{
    width: 47vw;
  }

  .lg\:w-\[4vw\]{
    width: 4vw;
  }

  .lg\:w-\[50\%\]{
    width: 50%;
  }

  .lg\:w-\[55\%\]{
    width: 55%;
  }

  .lg\:w-\[55vw\]{
    width: 55vw;
  }

  .lg\:w-\[60vw\]{
    width: 60vw;
  }

  .lg\:w-\[64vw\]{
    width: 64vw;
  }

  .lg\:w-\[7\.8vw\]{
    width: 7.8vw;
  }

  .lg\:w-full{
    width: 100%;
  }

  .lg\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .lg\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .lg\:flex-wrap{
    flex-wrap: wrap;
  }

  .lg\:justify-start{
    justify-content: flex-start;
  }

  .lg\:gap-0{
    gap: 0px;
  }

  .lg\:gap-\[1\.5vw\]{
    gap: 1.5vw;
  }

  .lg\:gap-\[1vw\]{
    gap: 1vw;
  }

  .lg\:gap-\[2\.3vw\]{
    gap: 2.3vw;
  }

  .lg\:gap-\[2vw\]{
    gap: 2vw;
  }

  .lg\:gap-x-\[\.2vw\]{
    -moz-column-gap: .2vw;
         column-gap: .2vw;
  }

  .lg\:gap-x-\[1\.3vw\]{
    -moz-column-gap: 1.3vw;
         column-gap: 1.3vw;
  }

  .lg\:gap-x-\[1vw\]{
    -moz-column-gap: 1vw;
         column-gap: 1vw;
  }

  .lg\:gap-x-\[2\.6vw\]{
    -moz-column-gap: 2.6vw;
         column-gap: 2.6vw;
  }

  .lg\:gap-x-\[2vw\]{
    -moz-column-gap: 2vw;
         column-gap: 2vw;
  }

  .lg\:gap-x-\[3\.5vw\]{
    -moz-column-gap: 3.5vw;
         column-gap: 3.5vw;
  }

  .lg\:gap-x-\[3vw\]{
    -moz-column-gap: 3vw;
         column-gap: 3vw;
  }

  .lg\:gap-x-\[5vw\]{
    -moz-column-gap: 5vw;
         column-gap: 5vw;
  }

  .lg\:gap-y-0{
    row-gap: 0px;
  }

  .lg\:gap-y-\[1\.5vw\]{
    row-gap: 1.5vw;
  }

  .lg\:overflow-visible{
    overflow: visible;
  }

  .lg\:overflow-x-visible{
    overflow-x: visible;
  }

  .lg\:border-\[\.3vw\]{
    border-width: .3vw;
  }

  .lg\:border-l{
    border-left-width: 1px;
  }

  .lg\:border-l-\[0\.5vw\]{
    border-left-width: 0.5vw;
  }

  .lg\:border-t-0{
    border-top-width: 0px;
  }

  .lg\:bg-light-grey{
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 245 / var(--tw-bg-opacity));
  }

  .lg\:bg-transparent{
    background-color: transparent;
  }

  .lg\:p-0{
    padding: 0px;
  }

  .lg\:p-\[0\.5vw\]{
    padding: 0.5vw;
  }

  .lg\:p-\[1\.5vw\]{
    padding: 1.5vw;
  }

  .lg\:p-\[1vw\]{
    padding: 1vw;
  }

  .lg\:p-\[2vw\]{
    padding: 2vw;
  }

  .lg\:p-\[3vw\]{
    padding: 3vw;
  }

  .lg\:p-\[5vw\]{
    padding: 5vw;
  }

  .lg\:px-\[\.6vw\]{
    padding-left: .6vw;
    padding-right: .6vw;
  }

  .lg\:px-\[0\.5vw\]{
    padding-left: 0.5vw;
    padding-right: 0.5vw;
  }

  .lg\:px-\[1\.3vw\]{
    padding-left: 1.3vw;
    padding-right: 1.3vw;
  }

  .lg\:px-\[1\.5vw\]{
    padding-left: 1.5vw;
    padding-right: 1.5vw;
  }

  .lg\:px-\[1vw\]{
    padding-left: 1vw;
    padding-right: 1vw;
  }

  .lg\:px-\[2vw\]{
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .lg\:px-\[3vw\]{
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .lg\:px-\[4vw\]{
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .lg\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .lg\:py-\[\.5vw\]{
    padding-top: .5vw;
    padding-bottom: .5vw;
  }

  .lg\:py-\[0\.3vw\]{
    padding-top: 0.3vw;
    padding-bottom: 0.3vw;
  }

  .lg\:py-\[0\.5vw\]{
    padding-top: 0.5vw;
    padding-bottom: 0.5vw;
  }

  .lg\:py-\[0\.7vw\]{
    padding-top: 0.7vw;
    padding-bottom: 0.7vw;
  }

  .lg\:py-\[1\.3vw\]{
    padding-top: 1.3vw;
    padding-bottom: 1.3vw;
  }

  .lg\:py-\[1\.5vw\]{
    padding-top: 1.5vw;
    padding-bottom: 1.5vw;
  }

  .lg\:py-\[1vw\]{
    padding-top: 1vw;
    padding-bottom: 1vw;
  }

  .lg\:py-\[3vw\]{
    padding-top: 3vw;
    padding-bottom: 3vw;
  }

  .lg\:py-\[5vw\]{
    padding-top: 5vw;
    padding-bottom: 5vw;
  }

  .lg\:pb-\[1\.5vw\]{
    padding-bottom: 1.5vw;
  }

  .lg\:pb-\[1vw\]{
    padding-bottom: 1vw;
  }

  .lg\:pb-\[53\%\]{
    padding-bottom: 53%;
  }

  .lg\:pl-\[6vw\]{
    padding-left: 6vw;
  }

  .lg\:pr-0{
    padding-right: 0px;
  }

  .lg\:pt-\[2\.8vw\]{
    padding-top: 2.8vw;
  }

  .lg\:pt-\[5vw\]{
    padding-top: 5vw;
  }

  .lg\:text-left{
    text-align: left;
  }

  .lg\:text-center{
    text-align: center;
  }

  .lg\:text-\[\.9vw\]{
    font-size: .9vw;
  }

  .lg\:text-\[0\.9vw\]{
    font-size: 0.9vw;
  }

  .lg\:text-\[1\.0vw\]{
    font-size: 1.0vw;
  }

  .lg\:text-\[1\.1vw\]{
    font-size: 1.1vw;
  }

  .lg\:text-\[1\.2vw\]{
    font-size: 1.2vw;
  }

  .lg\:text-\[1\.3vw\]{
    font-size: 1.3vw;
  }

  .lg\:text-\[1\.5vw\]{
    font-size: 1.5vw;
  }

  .lg\:text-\[10vw\]{
    font-size: 10vw;
  }

  .lg\:text-\[1vw\]{
    font-size: 1vw;
  }

  .lg\:text-\[2\.3vw\]{
    font-size: 2.3vw;
  }

  .lg\:text-\[2\.8vw\]{
    font-size: 2.8vw;
  }

  .lg\:text-\[2vw\]{
    font-size: 2vw;
  }

  .lg\:leading-\[1\.1\]{
    line-height: 1.1;
  }

  .lg\:leading-\[1\.3\]{
    line-height: 1.3;
  }

  .lg\:leading-\[1\.7vw\]{
    line-height: 1.7vw;
  }

  .lg\:leading-\[2vw\]{
    line-height: 2vw;
  }

  .lg\:leading-none{
    line-height: 1;
  }

  .lg\:leading-normal{
    line-height: 1.5;
  }

  .lg\:text-black{
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
  }

  .lg\:text-light-black{
    --tw-text-opacity: 1;
    color: rgb(58 58 58 / var(--tw-text-opacity));
  }

  .lg\:opacity-0{
    opacity: 0;
  }

  .\*\:lg\:mb-0 > *{
    margin-bottom: 0px;
  }

  .\*\:lg\:mb-\[1\.5vw\] > *{
    margin-bottom: 1.5vw;
  }

  .\*\:lg\:mb-\[1vw\] > *{
    margin-bottom: 1vw;
  }

  .\*\:lg\:mb-\[2vw\] > *{
    margin-bottom: 2vw;
  }

  .\*\:lg\:mb-\[3vw\] > *{
    margin-bottom: 3vw;
  }

  .\*\:lg\:mr-\[1\.5vw\] > *{
    margin-right: 1.5vw;
  }

  .\*\:lg\:w-2\/4 > *{
    width: 50%;
  }

  .\*\:lg\:whitespace-normal > *{
    white-space: normal;
  }

  .\*\:lg\:border-0 > *{
    border-width: 0px;
  }

  .\*\:lg\:p-\[\.5vw\] > *{
    padding: .5vw;
  }

  .\*\:lg\:p-\[1\.5vw\] > *{
    padding: 1.5vw;
  }

  .\*\:lg\:px-\[1\.5vw\] > *{
    padding-left: 1.5vw;
    padding-right: 1.5vw;
  }

  .\*\:lg\:px-\[4vw\] > *{
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .\*\:lg\:py-0 > *{
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .\*\:lg\:py-\[1vw\] > *{
    padding-top: 1vw;
    padding-bottom: 1vw;
  }

  .\*\:lg\:pr-\[1\.5vw\] > *{
    padding-right: 1.5vw;
  }

  .\*\:lg\:pr-\[2vw\] > *{
    padding-right: 2vw;
  }

  .\*\:lg\:text-\[1\.1vw\] > *{
    font-size: 1.1vw;
  }

  .\*\:lg\:text-\[2\.3vw\] > *{
    font-size: 2.3vw;
  }

  .\*\:lg\:text-\[4vw\] > *{
    font-size: 4vw;
  }

  .\*\:lg\:font-thin > *{
    font-weight: 100;
  }

  .\*\:lg\:leading-none > *{
    line-height: 1;
  }

  .before\:lg\:top-\[2vw\]::before{
    content: var(--tw-content);
    top: 2vw;
  }

  .lg\:before\:h-\[0\.5vw\]::before{
    content: var(--tw-content);
    height: 0.5vw;
  }

  .lg\:before\:w-\[0\.5vw\]::before{
    content: var(--tw-content);
    width: 0.5vw;
  }

  .\*\:lg\:before\:absolute > *::before{
    content: var(--tw-content);
    position: absolute;
  }

  .\*\:before\:lg\:right-\[1vw\] > *::before{
    content: var(--tw-content);
    right: 1vw;
  }

  .\*\:before\:lg\:top-\[1\.5vw\] > *::before{
    content: var(--tw-content);
    top: 1.5vw;
  }

  .\*\:lg\:before\:left-0 > *::before{
    content: var(--tw-content);
    left: 0px;
  }

  .\*\:lg\:before\:right-0 > *::before{
    content: var(--tw-content);
    right: 0px;
  }

  .\*\:lg\:before\:top-0 > *::before{
    content: var(--tw-content);
    top: 0px;
  }

  .\*\:lg\:before\:mx-auto > *::before{
    content: var(--tw-content);
    margin-left: auto;
    margin-right: auto;
  }

  .\*\:before\:lg\:h-\[1vw\] > *::before{
    content: var(--tw-content);
    height: 1vw;
  }

  .\*\:lg\:before\:h-\[0\.5vw\] > *::before{
    content: var(--tw-content);
    height: 0.5vw;
  }

  .\*\:lg\:before\:h-px > *::before{
    content: var(--tw-content);
    height: 1px;
  }

  .\*\:before\:lg\:w-\[1vw\] > *::before{
    content: var(--tw-content);
    width: 1vw;
  }

  .\*\:lg\:before\:w-0 > *::before{
    content: var(--tw-content);
    width: 0px;
  }

  .\*\:lg\:before\:w-\[0\.5vw\] > *::before{
    content: var(--tw-content);
    width: 0.5vw;
  }

  .\*\:lg\:before\:bg-pink > *::before{
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(255 0 0 / var(--tw-bg-opacity));
  }

  .\*\:lg\:before\:content-\[\'\'\] > *::before{
    --tw-content: '';
    content: var(--tw-content);
  }

  .lg\:after\:ml-\[1vw\]::after{
    content: var(--tw-content);
    margin-left: 1vw;
  }

  .lg\:after\:h-\[1\.5vw\]::after{
    content: var(--tw-content);
    height: 1.5vw;
  }

  .lg\:after\:w-\[1\.5vw\]::after{
    content: var(--tw-content);
    width: 1.5vw;
  }

  .\*\:lg\:after\:absolute > *::after{
    content: var(--tw-content);
    position: absolute;
  }

  .\*\:lg\:after\:bottom-0 > *::after{
    content: var(--tw-content);
    bottom: 0px;
  }

  .\*\:lg\:after\:left-0 > *::after{
    content: var(--tw-content);
    left: 0px;
  }

  .\*\:lg\:after\:right-0 > *::after{
    content: var(--tw-content);
    right: 0px;
  }

  .\*\:lg\:after\:mx-auto > *::after{
    content: var(--tw-content);
    margin-left: auto;
    margin-right: auto;
  }

  .\*\:lg\:after\:h-px > *::after{
    content: var(--tw-content);
    height: 1px;
  }

  .\*\:lg\:after\:w-0 > *::after{
    content: var(--tw-content);
    width: 0px;
  }

  .\*\:lg\:after\:bg-pink > *::after{
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(255 0 0 / var(--tw-bg-opacity));
  }

  .\*\:lg\:after\:content-\[\'\'\] > *::after{
    --tw-content: '';
    content: var(--tw-content);
  }

  .lg\:hover\:text-pink:hover{
    --tw-text-opacity: 1;
    color: rgb(255 0 0 / var(--tw-text-opacity));
  }

  .lg\:hover\:before\:w-full:hover::before{
    content: var(--tw-content);
    width: 100%;
  }

  .lg\:hover\:after\:w-full:hover::after{
    content: var(--tw-content);
    width: 100%;
  }

  .group:hover .lg\:group-hover\:visible{
    visibility: visible;
  }

  .group:hover .lg\:group-hover\:bottom-0{
    bottom: 0px;
  }

  .group:hover .lg\:group-hover\:opacity-100{
    opacity: 1;
  }
}

@media (min-width: 1536px){
  .xl\:text-\[0\.8vw\]{
    font-size: 0.8vw;
  }
}


