/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */
@layer properties;
.pointer-events-auto {
  pointer-events: auto;
}
.collapse {
  visibility: collapse;
}
.invisible {
  visibility: hidden;
}
.visible {
  visibility: visible;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.relative {
  position: relative;
}
.static {
  position: static;
}
.sticky {
  position: sticky;
}
.z-10 {
  z-index: 10;
}
.z-30 {
  z-index: 30;
}
.z-50 {
  z-index: 50;
}
.z-999 {
  z-index: 999;
}
.order-first {
  order: -9999;
}
.col-5 {
  grid-column: 5;
}
.col-6 {
  grid-column: 6;
}
.col-7 {
  grid-column: 7;
}
.col-8 {
  grid-column: 8;
}
.col-12 {
  grid-column: 12;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.container {
  width: 100%;
}
.mx-auto {
  margin-inline: auto;
}
.ms-auto {
  margin-inline-start: auto;
}
.-mt-\[4\.9rem\] {
  margin-top: calc(4.9rem * -1);
}
.-mb-px {
  margin-bottom: -1px;
}
.block {
  display: block;
}
.contents {
  display: contents;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.inline {
  display: inline;
}
.inline-block {
  display: inline-block;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.aspect-\[335\/376\] {
  aspect-ratio: 335/376;
}
.h-3\/4 {
  height: calc(3/4 * 100%);
}
.h-full {
  height: 100%;
}
.h-px {
  height: 1px;
}
.h-screen {
  height: 100vh;
}
.max-h-\[90vh\] {
  max-height: 90vh;
}
.min-h-full {
  min-height: 100%;
}
.min-h-screen {
  min-height: 100vh;
}
.w-1\/6 {
  width: calc(1/6 * 100%);
}
.w-2\/2 {
  width: calc(2/2 * 100%);
}
.w-3\/4 {
  width: calc(3/4 * 100%);
}
.w-5\/6 {
  width: calc(5/6 * 100%);
}
.w-\[50vw\] {
  width: 50vw;
}
.w-\[60vw\] {
  width: 60vw;
}
.w-\[70vw\] {
  width: 70vw;
}
.w-\[75vw\] {
  width: 75vw;
}
.w-\[90vw\] {
  width: 90vw;
}
.w-\[448px\] {
  width: 448px;
}
.w-\[500px\] {
  width: 500px;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.max-w-\[335px\] {
  max-width: 335px;
}
.max-w-full {
  max-width: 100%;
}
.max-w-none {
  max-width: none;
}
.flex-1 {
  flex: 1;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink-0 {
  flex-shrink: 0;
}
.border-collapse {
  border-collapse: collapse;
}
.origin-top {
  transform-origin: top;
}
.-translate-x-full {
  --tw-translate-x: -100%;
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.scale-95 {
  --tw-scale-x: 95%;
  --tw-scale-y: 95%;
  --tw-scale-z: 95%;
  scale: var(--tw-scale-x) var(--tw-scale-y);
}
.scale-100 {
  --tw-scale-x: 100%;
  --tw-scale-y: 100%;
  --tw-scale-z: 100%;
  scale: var(--tw-scale-x) var(--tw-scale-y);
}
.transform {
  transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.list-inside {
  list-style-position: inside;
}
.list-disc {
  list-style-type: disc;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-center {
  align-items: center;
}
.items-start {
  align-items: flex-start;
}
.justify-around {
  justify-content: space-around;
}
.justify-between {
  justify-content: space-between;
}
.justify-center {
  justify-content: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-stretch {
  justify-content: stretch;
}
.divide-y {
  :where(& > :not(:last-child)) {
    --tw-divide-y-reverse: 0;
    border-bottom-style: var(--tw-border-style);
    border-top-style: var(--tw-border-style);
    border-top-width: calc(1px * var(--tw-divide-y-reverse));
    border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  }
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-y-hidden {
  overflow-y: hidden;
}
.rounded-full {
  border-radius: calc(infinity * 1px);
}
.border {
  border-style: var(--tw-border-style);
  border-width: 1px;
}
.border-0 {
  border-style: var(--tw-border-style);
  border-width: 0px;
}
.border-2 {
  border-style: var(--tw-border-style);
  border-width: 2px;
}
.border-4 {
  border-style: var(--tw-border-style);
  border-width: 4px;
}
.border-t {
  border-top-style: var(--tw-border-style);
  border-top-width: 1px;
}
.border-b {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 2px;
}
.border-l-4 {
  border-left-style: var(--tw-border-style);
  border-left-width: 4px;
}
.border-\[\#19140035\] {
  border-color: #19140035;
}
.border-\[\#e3e3e0\] {
  border-color: #e3e3e0;
}
.border-transparent {
  border-color: transparent;
}
.bg-\[\#1b1b18\] {
  background-color: #1b1b18;
}
.bg-\[\#1e1e1e\] {
  background-color: #1e1e1e;
}
.bg-\[\#FDFDFC\] {
  background-color: #FDFDFC;
}
.bg-\[\#dbdbd7\] {
  background-color: #dbdbd7;
}
.bg-\[\#fff2f2\] {
  background-color: #fff2f2;
}
.bg-gradient-to-r {
  --tw-gradient-position: to right in oklab;
  background-image: linear-gradient(var(--tw-gradient-stops));
}
.fill-current {
  fill: currentcolor;
}
.object-contain {
  object-fit: contain;
}
.object-cover {
  object-fit: cover;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-start {
  text-align: start;
}
.text-\[13px\] {
  font-size: 13px;
}
.leading-\[20px\] {
  --tw-leading: 20px;
  line-height: 20px;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre-wrap {
  white-space: pre-wrap;
}
.text-\[\#1b1b18\] {
  color: #1b1b18;
}
.text-\[\#706f6c\] {
  color: #706f6c;
}
.text-\[\#F53003\] {
  color: #F53003;
}
.text-\[\#f53003\] {
  color: #f53003;
}
.capitalize {
  text-transform: capitalize;
}
.lowercase {
  text-transform: lowercase;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.underline {
  text-decoration-line: underline;
}
.underline-offset-4 {
  text-underline-offset: 4px;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-0 {
  opacity: 0%;
}
.opacity-75 {
  opacity: 75%;
}
.opacity-100 {
  opacity: 100%;
}
.shadow-\[0px_0px_1px_0px_rgba\(0\,0\,0\,0\.03\)\,0px_1px_2px_0px_rgba\(0\,0\,0\,0\.06\)\] {
  --tw-shadow: 0px 0px 1px 0px var(--tw-shadow-color, rgba(0,0,0,0.03)), 0px 1px 2px 0px var(--tw-shadow-color, rgba(0,0,0,0.06));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-\[inset_0px_0px_0px_1px_rgba\(26\,26\,0\,0\.16\)\] {
  --tw-shadow: inset 0px 0px 0px 1px var(--tw-shadow-color, rgba(26,26,0,0.16));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-none {
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.ring-1 {
  --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.outline {
  outline-style: var(--tw-outline-style);
  outline-width: 1px;
}
.filter {
  filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
}
.transition {
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events;
  transition-timing-function: var(--tw-ease, ease);
  transition-duration: var(--tw-duration, 0s);
}
.transition-all {
  transition-property: all;
  transition-timing-function: var(--tw-ease, ease);
  transition-duration: var(--tw-duration, 0s);
}
.transition-colors {
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
  transition-timing-function: var(--tw-ease, ease);
  transition-duration: var(--tw-duration, 0s);
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: var(--tw-ease, ease);
  transition-duration: var(--tw-duration, 0s);
}
.transition-transform {
  transition-property: transform, translate, scale, rotate;
  transition-timing-function: var(--tw-ease, ease);
  transition-duration: var(--tw-duration, 0s);
}
.delay-300 {
  transition-delay: 300ms;
}
.duration-75 {
  --tw-duration: 75ms;
  transition-duration: 75ms;
}
.duration-150 {
  --tw-duration: 150ms;
  transition-duration: 150ms;
}
.duration-200 {
  --tw-duration: 200ms;
  transition-duration: 200ms;
}
.duration-300 {
  --tw-duration: 300ms;
  transition-duration: 300ms;
}
.duration-750 {
  --tw-duration: 750ms;
  transition-duration: 750ms;
}
.not-has-\[nav\]\:hidden {
  &:not(*:has(*:is(nav))) {
    display: none;
  }
}
.group-hover\:scale-105 {
  &:is(:where(.group):hover *) {
    @media (hover: hover) {
      --tw-scale-x: 105%;
      --tw-scale-y: 105%;
      --tw-scale-z: 105%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
}
.group-hover\:scale-110 {
  &:is(:where(.group):hover *) {
    @media (hover: hover) {
      --tw-scale-x: 110%;
      --tw-scale-y: 110%;
      --tw-scale-z: 110%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
}
.group-hover\:opacity-100 {
  &:is(:where(.group):hover *) {
    @media (hover: hover) {
      opacity: 100%;
    }
  }
}
.file\:border-0 {
  &::file-selector-button {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
}
.before\:absolute {
  &::before {
    content: var(--tw-content);
    position: absolute;
  }
}
.before\:top-1\/2 {
  &::before {
    content: var(--tw-content);
    top: calc(1/2 * 100%);
  }
}
.before\:bottom-1\/2 {
  &::before {
    content: var(--tw-content);
    bottom: calc(1/2 * 100%);
  }
}
.before\:left-\[0\.4rem\] {
  &::before {
    content: var(--tw-content);
    left: 0.4rem;
  }
}
.before\:border-l {
  &::before {
    content: var(--tw-content);
    border-left-style: var(--tw-border-style);
    border-left-width: 1px;
  }
}
.before\:border-\[\#e3e3e0\] {
  &::before {
    content: var(--tw-content);
    border-color: #e3e3e0;
  }
}
.hover\:scale-110 {
  &:hover {
    @media (hover: hover) {
      --tw-scale-x: 110%;
      --tw-scale-y: 110%;
      --tw-scale-z: 110%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
}
.hover\:border-\[\#1915014a\] {
  &:hover {
    @media (hover: hover) {
      border-color: #1915014a;
    }
  }
}
.hover\:border-\[\#19140035\] {
  &:hover {
    @media (hover: hover) {
      border-color: #19140035;
    }
  }
}
.hover\:underline {
  &:hover {
    @media (hover: hover) {
      text-decoration-line: underline;
    }
  }
}
.focus\:ring-2 {
  &:focus {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
}
.focus\:ring-offset-2 {
  &:focus {
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  }
}
.focus\:outline-none {
  &:focus {
    --tw-outline-style: none;
    outline-style: none;
  }
}
.disabled\:opacity-25 {
  &:disabled {
    opacity: 25%;
  }
}
.ltr\:origin-top-left {
  &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
    transform-origin: top left;
  }
}
.ltr\:origin-top-right {
  &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
    transform-origin: top right;
  }
}
.rtl\:origin-top-left {
  &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
    transform-origin: top left;
  }
}
.rtl\:origin-top-right {
  &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
    transform-origin: top right;
  }
}
.dark\:block {
  @media (prefers-color-scheme: dark) {
    display: block;
  }
}
.dark\:hidden {
  @media (prefers-color-scheme: dark) {
    display: none;
  }
}
.dark\:border-\[\#3E3E3A\] {
  @media (prefers-color-scheme: dark) {
    border-color: #3E3E3A;
  }
}
.dark\:border-\[\#eeeeec\] {
  @media (prefers-color-scheme: dark) {
    border-color: #eeeeec;
  }
}
.dark\:bg-\[\#0a0a0a\] {
  @media (prefers-color-scheme: dark) {
    background-color: #0a0a0a;
  }
}
.dark\:bg-\[\#1D0002\] {
  @media (prefers-color-scheme: dark) {
    background-color: #1D0002;
  }
}
.dark\:bg-\[\#3E3E3A\] {
  @media (prefers-color-scheme: dark) {
    background-color: #3E3E3A;
  }
}
.dark\:bg-\[\#161615\] {
  @media (prefers-color-scheme: dark) {
    background-color: #161615;
  }
}
.dark\:bg-\[\#eeeeec\] {
  @media (prefers-color-scheme: dark) {
    background-color: #eeeeec;
  }
}
.dark\:text-\[\#1C1C1A\] {
  @media (prefers-color-scheme: dark) {
    color: #1C1C1A;
  }
}
.dark\:text-\[\#A1A09A\] {
  @media (prefers-color-scheme: dark) {
    color: #A1A09A;
  }
}
.dark\:text-\[\#EDEDEC\] {
  @media (prefers-color-scheme: dark) {
    color: #EDEDEC;
  }
}
.dark\:text-\[\#F61500\] {
  @media (prefers-color-scheme: dark) {
    color: #F61500;
  }
}
.dark\:text-\[\#FF4433\] {
  @media (prefers-color-scheme: dark) {
    color: #FF4433;
  }
}
.dark\:shadow-\[inset_0px_0px_0px_1px_\#fffaed2d\] {
  @media (prefers-color-scheme: dark) {
    --tw-shadow: inset 0px 0px 0px 1px var(--tw-shadow-color, #fffaed2d);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
}
.dark\:before\:border-\[\#3E3E3A\] {
  @media (prefers-color-scheme: dark) {
    &::before {
      content: var(--tw-content);
      border-color: #3E3E3A;
    }
  }
}
.dark\:hover\:border-\[\#3E3E3A\] {
  @media (prefers-color-scheme: dark) {
    &:hover {
      @media (hover: hover) {
        border-color: #3E3E3A;
      }
    }
  }
}
.dark\:hover\:border-\[\#62605b\] {
  @media (prefers-color-scheme: dark) {
    &:hover {
      @media (hover: hover) {
        border-color: #62605b;
      }
    }
  }
}
.starting\:opacity-0 {
  @starting-style {
    opacity: 0%;
  }
}
body {
  background: #231f20;
}
h1 {
  font-size: 3rem !important;
}
h2 {
  font-size: 2.5rem !important;
}
h3 {
  font-size: 2rem !important;
}
h4 {
  font-size: 1.5rem !important;
}
h5 {
  font-size: 1.25rem !important;
}
h6 {
  font-size: 1rem !important;
}
p {
  font-size: 0.9rem !important;
  line-height: 1.6 !important;
}
a:hover {
  cursor: pointer !important;
}
:is(h1, h2, h3, h4, h5, h6) {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  color: #333;
  margin-bottom: 1rem;
  line-height: 1.2;
}
:is(p) {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  color: #989898;
  margin-bottom: 1rem;
  line-height: 1.2;
}
:is(article, section) :is(h1, h2, h3, h4, h5, h6) {
  color: #e5e5e5;
}
.btn-primary {
  background: #fedf15;
  color: #000;
  border-color: #fedf15;
}
.bx-wrapper {
  max-width: 100% !important;
  width: 100% !important;
  border: none !important;
  margin-bottom: 0 !important;
  height: inherit;
  background: transparent !important;
  box-shadow: none !important;
  .bx-viewport {
    width: 100% !important;
    height: 100% !important;
  }
}
.bx-wrapper {
  max-width: 100% !important;
  width: 100% !important;
}
.bx-viewport {
  width: 100% !important;
  height: 100% !important;
}
main {
  section {
    padding: 60px 0;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden !important;
}
.list-group {
  .list-group-item {
    background: transparent;
    border: none;
    color: #fff;
    font-family: "Oswald", sans-serif;
    padding: 0;
  }
}
.list-inline {
  .list-inline-item {
    width: auto;
    background: transparent;
    border: none;
    color: #fff;
    font-family: "Oswald", sans-serif;
    padding: 0;
  }
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #fedf15;
}
.accordion-item {
  border: 1px solid #989898;
}
.accordion-item + .accordion-item {
  margin-top: 15px;
  border-top: 1px solid #989898;
}
.accordion-header,.accordion-body {
  position: relative;
  z-index: 2;
  padding: 1rem 1rem;
}
.accordion-header {
  color: #989898;
  font-size: .95rem;
  border-radius: 3px 3px 0 0;
  font-family: "Noto Sans", sans-serif;
  color: #fff;
}
.accordion-body {
  color: #989898;
  font-size: .95rem;
  border-top: 1px solid #989898;
  border-radius: 0 0 3px 3px;
}
.accordion-button .acc-icon::before {
  content: "+";
  color: #fedf15;
  font-weight: bold;
  font-size: 20px;
  transition: transform 0.3s ease;
}
.accordion-button:not(.collapsed) .acc-icon::before {
  content: "−";
}
.accordion-button .acc-icon {
  margin-left: auto;
  padding-left: 10px;
}
.accordion-button::after {
  display: none;
}
.collapse {
  visibility: visible !important;
}
.container-fliud {
  overflow: hidden;
}
.navbar-nav {
  li {
    a {
      color: #e5e5e5;
      font-family: "Noto Sans", sans-serif;
      font-weight: 400;
      font-size: 14px;
      &.active {
        color: #fedf15 !important;
      }
      &:hover, &:focus {
        color: #fedf15 !important;
        background: transparent;
      }
    }
  }
  .dropdown-menu {
    background: #313131;
  }
}
.fp-logo {
  width: 100%;
  height: 6.5rem;
  img {
    width: inherit;
    height: inherit;
    object-fit: contain;
  }
}
.fb-img, .ib-img {
  width: 100%;
  height: 100%;
  position: relative;
  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  &::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient( 0deg, rgba(0, 0, 0, 0.3) 0%, rgba(254, 223, 21, 0.3) 50%, rgba(0, 0, 0, 0.3) 100% );
    z-index: 1;
    pointer-events: none;
  }
  figcaption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
  }
}
.ib-img {
  h3 {
    color: #fedf15;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
  }
  figcaption {
    width: 100%;
    position: absolute;
    top: auto;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    bottom: 0;
    .breadcrumb-item {
      text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
    }
    .breadcrumb-item.active {
      color: #fedf15;
    }
  }
}
.fp-banner {
  width: 100%;
  height: 100vh;
  .bx-wrapper, .bx-viewport, .bannerHero, .bannerHero li {
    height: 100vh;
  }
  video {
    width: 100%;
    height: 100vh;
    object-fit: fill;
  }
  .list-inline {
    .list-inline-item {
      width: 100% !important;
    }
  }
}
.bannerHero {
  figcaption {
    width: 30%;
    margin: 0 auto;
    h1 {
      color: #fedf15;
      font-size: 2.5rem;
    }
    h5 {
      font-family: "Noto Sans", sans-serif;
      font-weight: 400;
      line-height: 1.6;
    }
  }
}
header {
  background: rgba(35, 31, 32, 0.9);
  position: relative;
  z-index: 999;
}
.inr-header {
  position: relative;
  width: 100%;
  height: 20rem;
  top: 0;
  header {
    background: rgba(35, 31, 32, 0.65) !important;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
  }
}
.inr-banner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  ul {
    width: 100%;
    height: 100%;
    li {
      width: 100%;
      height: 100%;
    }
  }
}
.stitle {
  h3 {
    color: #fedf15;
    text-transform: uppercase;
  }
}
.fa-img {
  height: 14.5rem;
  img {
    height: inherit;
    width: 100%;
  }
}
.inr-img {
  width: 20rem;
  height: 20rem;
  img {
    height: inherit;
    width: 100%;
    object-fit: contain;
  }
}
.breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}
.groverlay {
  position: relative;
  display: block;
  &::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient( 180deg, rgba(102, 102, 102, 0) 0%, rgba(0, 0, 0, 0.9) 100% );
    z-index: 1;
    pointer-events: none;
  }
}
.card {
  background: transparent;
  border: 1px solid #989898;
  &.inr-card {
    position: relative;
    display: block;
    &::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient( 180deg, rgba(102, 102, 102, 0) 0%, rgba(0, 0, 0, 0.9) 100% );
      z-index: -1;
      pointer-events: none;
    }
  }
}
input::placeholder, textarea::placeholder {
  color: #555 !important;
  opacity: 1;
}
.bg-sec {
  background: #202020;
}
.fp-vision {
  background-color: #1e1e1e;
  position: relative;
  &:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    background-color: #1e1e1e;
  }
}
.fp-mission {
  background-color: #2a2a2a;
  position: relative;
  &:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    background-color: #2a2a2a;
  }
}
.yfilter {
  filter: brightness(0) saturate(100%) invert(70%) sepia(90%) saturate(275%) hue-rotate(3deg) brightness(100%) contrast(120%);
}
.fs-item {
  figure {
    width: 4rem;
  }
}
.fc-item {
  .fc-list {
    height: 17.35rem;
  }
}
.fc-main {
  position: relative;
  article {
    position: absolute;
    bottom: 3%;
    z-index: 1;
    h3 {
      color: #fedf15;
      font-size: 1.75rem !important;
    }
    h5 {
      color: #fff;
    }
  }
}
.fe-list {
  figure {
    width: 150px;
  }
}
.fe-title {
  background: #fedf15;
  border-radius: 40px 15px 40px 15px;
}
.feo-title {
  color: #fedf15;
}
.fe-org {
  padding-left: 30px;
}
.feo-list {
  list-style: disc;
  li {
    transition: all linear 0.3s;
    a {
      transition: all linear 0.3s;
    }
    &:hover {
      margin-left: 3px;
      a {
        color: #fedf15;
      }
    }
  }
}
.fp-eco {
  position: relative;
  > .container {
    border-color: #fedf15 !important;
  }
  &::before, &::after {
    content: "";
    position: absolute;
    top: calc(100% - 30px);
    width: 30vw;
    height: 110px;
    background-size: cover !important;
    opacity: 0.3;
  }
  &::before {
    left: 0;
    background: url("../images/hand.png") no-repeat bottom;
  }
  &::after {
    right: 0;
    background: url("../images/hand.png") no-repeat bottom;
    transform: scaleX(-1);
  }
}
.fps-item {
  position: relative;
  figure {
    width: 4rem;
  }
}
.fp-service {
  [class*="col-"] {
    &:nth-child(-n + 3) {
      margin-bottom: 5rem;
    }
  }
}
.fps-item {
  article {
    p {
      width: 75%;
      margin: 0 auto;
    }
  }
}
.fg-imglist {
  .fg-imgitem {
    width: calc(25% - 1rem);
  }
}
.fg-imgitem {
  &.groverlay {
    background: transparent;
  }
}
.fg-imgitem, .fi-info {
  height: 300px;
}
.fg-imgitem {
  position: relative;
  overflow: hidden;
  transition: all 0.3s linear;
  &:after {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: all 0.3s linear;
  }
  &.groverlay:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient( 180deg, rgba(102, 102, 102, 0) 0%, rgba(0, 0, 0, 0.49) 100% );
    opacity: 1;
    transition: all 0.3s linear;
    pointer-events: none;
    z-index: 1;
  }
  img {
    filter: brightness(100%) contrast(100%) saturate(10%) blur(0px) hue-rotate(0deg) !important;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5) !important;
    transition-duration: 1s;
  }
  &:hover img {
    filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg) !important;
  }
  .fi-info {
    display: flex;
    flex-direction: column;
    width: 100%;
    background: rgba(0, 0, 0, .5);
    border-top: 1px solid #fedf15;
    position: absolute;
    left: 0px;
    top: calc(100% - 70px);
    transform: translateY(0);
    transition: transform 0.8s ease-in-out;
    &:hover {
      height: 100%;
      transform: translateY(calc(-100% + 70px));
    }
  }
  article {
    width: 100%;
    margin-bottom: 15px;
    flex: 0 0 auto;
    p {
      color: #fff;
      font-weight: 500;
    }
  }
}
.fg-list {
  background: transparent;
  margin: 0 auto;
  &:hover {
    cursor: pointer;
  }
  figure {
    width: 75%;
    height: 75px;
    margin: auto auto 0;
    &:hover {
      cursor: pointer;
    }
    img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      cursor: pointer;
      &:hover {
        cursor: pointer;
      }
    }
  }
  figure + figure {
    margin-top: 10px;
  }
}
.fg-list li {
  background: transparent;
}
.fp-testimonial {
  position: relative;
  z-index: 1;
  &:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../images/testimonial.png") no-repeat center top;
    background-size: cover;
    background-attachment: fixed;
    z-index: -1;
    opacity: 0.2;
  }
  .container {
    position: relative;
    padding-left: 2.5rem;
    &:before {
      content: "\f10d";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      position: absolute;
      left: 5rem;
      top: 4rem;
      font-size: 3rem;
      color: rgba(255, 222, 23, 0.5);
    }
  }
}
.ftes-item {
  min-height: 150px;
  h5 {
    color: #fedf15;
  }
}
.news-form {
  .form-control {
    border-radius: 3px 0 0 3px;
  }
}
footer {
  .container {
    border-top: 1px solid #fedf15;
    padding: 60px 0;
  }
  .ft-copy {
    .container {
      border: none;
      padding: 15px 0;
    }
  }
}
.ft-abt {
  .ft-logo {
    margin-right: 15px !important;
    width: 140px;
    height: auto;
  }
  p {
    font-size: 0.85rem !important;
    line-height: 1.4 !important;
  }
}
.ft-link {
  h6 {
    color: #fedf15;
    font-size: 1.25rem !important;
    line-height: 1.4 !important;
  }
  li {
    transition: all linear 0.3s;
    &:hover {
      transition: all linear 0.3s;
      a {
        margin-left: 2px;
        color: #fedf15;
      }
    }
    a {
      font-family: "Noto Sans", sans-serif;
      font-size: 0.9rem !important;
      transition: all linear 0.3s;
    }
  }
}
.ft-copy {
  p {
    font-size: 0.85rem !important;
  }
  .ft-logo {
    height: 20px;
    img {
      width: 100%;
      height: inherit;
      object-fit: contain;
    }
  }
}
header.sticky {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  height: 100px;
  background: rgba(35, 31, 32, 0.9) !important;
  box-shadow: 0px 0px 3px 0px rgba(255, 255, 255, 0.3);
  z-index: 999;
  transition: 0.35s ease-in-out;
}
header.sticky .fp-logo img {
  width: 65%;
  transition: 0.35s ease-in-out;
}
header.sticky nav {
  height: 100px;
}
.cstm-form {
  .form-control {
    background: transparent;
    color: #e5e5e5;
    &:focus, &:hover {
      box-shadow: none;
    }
    &:focus {
      border-color: rgba(254, 223, 21, 0.75);
    }
  }
  label {
    color: #fff;
    font-size: 0.85rem;
    margin-bottom: 4px;
  }
  .form-group {
    margin-bottom: 15px;
  }
}
.inr-cinfo {
  min-height: 500px;
  li {
    margin-bottom: 2rem;
    transition: all linear 0.3s;
    span {
      transition: all linear 0.3s;
      font-family: "Noto Sans", sans-serif;
    }
    &:hover {
      transition: all linear 0.3s;
      span {
        color: #fedf15;
        margin-left: 2px;
        transition: all linear 0.3s;
      }
    }
  }
}
.fc-social {
  width: 30px !important;
  height: 30px !important;
  border-radius: 100%;
  background: #fff !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all linear 0.3s;
  [class*="fa-"] {
    color: #000;
    font-size: 16px;
  }
  &:hover {
    background: #fedf15 !important;
    [class*="fa-"] {
      padding-top: 2px;
      padding-top: 2px;
      color: #000;
      transition: all linear 0.3s;
    }
  }
}
.list-group-numbered {
  font-family: "Noto Sans", sans-serif;
}
.list-group-numbered>.list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
  font-family: "Noto Sans", sans-serif;
  color: #989898;
}
.feo-list {
  list-style-type: disc !important;
  padding-left: 1.5rem;
}
.feo-list .list-group-item {
  list-style-type: disc;
  display: list-item;
  &:marker {
    color: #fedf15;
    font-size: 50px;
  }
}
#header {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  z-index: 100;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
  transition: top 0.4s ease-out;
}
#header.visible {
  top: 0;
  transition: top 0.4s ease-out;
}
.scroll-top-btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fedf15;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.3s ease;
  z-index: 1000;
  border: none;
}
.scroll-top-btn.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.scroll-top-btn:hover {
  background: #f2d200;
  color: #000;
  transform: translateY(-5px);
}
.inr-banner {
  > .list-inline {
    > .list-inline-item {
      width: 100%;
    }
  }
}
body.theme-white {
  background: #e1e1e1 !important;
}
.theme-white {
  &body {
    background: #fff !important;
  }
  nav {
    background: #fff;
    background: linear-gradient(0deg, rgba(255, 255, 255, 255.27) 0%, rgba(255, 255, 255, 1) 100%);
  }
  .inr-header {
    nav[aria-label="breadcrumb"] {
      background: transparent;
    }
  }
  .navbar-nav {
    .dropdown-menu {
      background: #fff;
    }
  }
  .card {
    &.inr-card {
      &::after {
        content: "";
        background: linear-gradient( 180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 100% );
      }
    }
  }
  #header nav ul > li a {
    color: inherit;
  }
  #header button[id*='dropdownNavbarLink'] {
    color: inherit;
  }
  .fp-vision, .fp-vision:before {
    background-color: #f5f5f5;
  }
  .fp-mission, .fp-mission:after {
    background-color: #eee;
  }
  .groverlay {
    &::after {
      content: "";
      background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 100%);
    }
  }
  .list-group {
    .list-group-item {
      color: #000;
    }
  }
  .breadcrumb.list-inline {
    .list-inline-item {
      color: #fff;
      &.active {
        color: #fedf15;
      }
    }
  }
  .list-inline {
    .list-inline-item {
      color: #000;
    }
  }
  .fg-imgitem {
    & article {
      p {
        color: #000;
        font-weight: 500;
      }
    }
  }
  select.bg-white, input.bg-white {
    background: #fafafa !important;
  }
  button.text-black {
    color: #555 !important;
  }
  .bg-black {
    background: #fff !important;
  }
  .text-black {
    color: #fff !important;
  }
  .bg-white {
    background: #000 !important;
  }
  .text-white {
    color: #000 !important;
  }
  .fg-imgitem {
    .fi-info {
      background: rgba(255, 255, 255, .5);
    }
  }
  svg [fill="white"] {
    fill: #000;
  }
  svg [fill="black"] {
    fill: #fff;
  }
  .bg-service::before {
    content: '';
    background-color: rgba(255, 255, 255, 0.85);
  }
  section + section {
    background-color: #e1e1e1 !important;
  }
  [class*='bg-[#222]'] {
    background-color: #e4e4e4;
  }
  [class*='bg-[#1e1e1e]'] {
    background-color: #e1e1e1;
  }
  .bg-gray-700 {
    color: #fff !important;
  }
  .ft-abt p {
    color: #000;
  }
}
body.theme-red {
  background: #ef4444 !important;
}
.theme-red {
  &body {
    background: #dc2626 !important;
  }
  nav {
    background: #dc2626;
    background: linear-gradient(0deg, #dc2626 0%, #ef4444 100%);
  }
  .inr-header {
    nav[aria-label="breadcrumb"] {
      background: transparent;
    }
  }
  .navbar-nav {
    .dropdown-menu {
      background: #b91c1c;
    }
  }
  .card.inr-card::after {
    content: "";
    background: linear-gradient( 180deg, rgba(239, 68, 68, 0) 0%, rgba(239, 68, 68, 0.9) 100% );
  }
  #header nav ul > li a, #header button[id*='dropdownNavbarLink'] {
    color: inherit;
  }
  .fp-vision, .fp-vision:before {
    background-color: #dc2626;
  }
  .fp-mission, .fp-mission:after {
    background-color: #ef4444;
  }
  .groverlay::after {
    content: "";
    background: linear-gradient( 180deg, rgba(239, 68, 68, 0) 0%, rgba(239, 68, 68, 0.9) 100% );
  }
  .list-group .list-group-item {
    color: #fff;
  }
  .breadcrumb.list-inline .list-inline-item {
    color: #fff;
    &.active {
      color: #7f1d1d;
    }
  }
  .list-inline .list-inline-item {
    color: #fff;
  }
  .fg-imgitem article p {
    color: #fff;
    font-weight: 500;
  }
  select.bg-white, input.bg-white {
    background: #fee2e2 !important;
  }
  button.text-black {
    color: #7f1d1d !important;
  }
  .bg-black {
    background: #ef4444 !important;
  }
  .text-black {
    color: #fff !important;
  }
  .bg-white {
    background: #7f1d1d !important;
  }
  .text-white {
    color: #000 !important;
  }
  .fg-imgitem .fi-info {
    background: rgba(239, 68, 68, 0.5);
  }
  svg [fill="white"] {
    fill: #7f1d1d;
  }
  svg [fill="black"] {
    fill: #fff;
  }
  .bg-service::before {
    content: '';
    background-color: rgba(239, 68, 68, 0.85);
  }
  section + section {
    background-color: #fee2e2 !important;
  }
  [class*='bg-[#222]'] {
    background-color: #b91c1c;
  }
  [class*='bg-[#1e1e1e]'] {
    background-color: #7f1d1d;
  }
  .bg-gray-700 {
    color: #fff !important;
  }
  .ft-abt p {
    color: #fff;
  }
}
body.theme-cyan {
  background: #06b6d4 !important;
}
.theme-cyan {
  &body {
    background: #0ea5e9 !important;
  }
  :is(p) {
    color: #333;
  }
  nav {
    background: #0ea5e9;
    background: linear-gradient(0deg, #0ea5e9 0%, #06b6d4 100%);
  }
  .inr-header {
    nav[aria-label="breadcrumb"] {
      background: transparent;
    }
  }
  .navbar-nav {
    .dropdown-menu {
      background: #0891b2;
    }
  }
  .card.inr-card::after {
    content: "";
    background: linear-gradient(180deg, rgba(6,182,212,0) 0%, rgba(6,182,212,0.9) 100%);
  }
  #header nav ul > li a, #header button[id*='dropdownNavbarLink'] {
    color: inherit;
  }
  .fp-vision, .fp-vision:before {
    background-color: #0ea5e9;
  }
  .fp-mission, .fp-mission:after {
    background-color: #06b6d4;
  }
  .groverlay::after {
    content: "";
    background: linear-gradient(180deg, rgba(6,182,212,0) 0%, rgba(6,182,212,0.9) 100%);
  }
  .list-group .list-group-item {
    color: #fff;
  }
  .breadcrumb.list-inline .list-inline-item {
    color: #fff;
    &.active {
      color: #164e63;
    }
  }
  .list-inline .list-inline-item {
    color: #fff;
  }
  .fg-imgitem article p {
    color: #fff;
    font-weight: 500;
  }
  select.bg-white, input.bg-white {
    background: #e0f7fa !important;
  }
  button.text-black {
    color: #164e63 !important;
  }
  .bg-black {
    background: #06b6d4 !important;
  }
  .text-black {
    color: #fff !important;
  }
  .bg-white {
    background: #164e63 !important;
  }
  .text-white {
    color: #000 !important;
  }
  .fg-imgitem .fi-info {
    background: rgba(6,182,212,0.5);
  }
  svg [fill="white"] {
    fill: #164e63;
  }
  svg [fill="black"] {
    fill: #fff;
  }
  .bg-service::before {
    content: '';
    background-color: rgba(6,182,212,0.85);
  }
  section + section {
    background-color: #e0f7fa !important;
  }
  [class*='bg-[#222]'] {
    background-color: #0891b2;
  }
  [class*='bg-[#1e1e1e]'] {
    background-color: #164e63;
  }
  .bg-gray-700 {
    color: #fff !important;
  }
}
body.theme-purple {
  background: #a855f7 !important;
}
.theme-purple {
  &body {
    background: #9333ea !important;
  }
  :is(p) {
    color: #333;
  }
  nav {
    background: #9333ea;
    background: linear-gradient(0deg, #9333ea 0%, #a855f7 100%);
  }
  .inr-header {
    nav[aria-label="breadcrumb"] {
      background: transparent;
    }
  }
  .navbar-nav {
    .dropdown-menu {
      background: #7e22ce;
    }
  }
  .card.inr-card::after {
    content: "";
    background: linear-gradient( 180deg, rgba(168, 85, 247, 0) 0%, rgba(168, 85, 247, 0.9) 100% );
  }
  #header nav ul > li a, #header button[id*='dropdownNavbarLink'] {
    color: inherit;
  }
  .fp-vision, .fp-vision:before {
    background-color: #9333ea;
  }
  .fp-mission, .fp-mission:after {
    background-color: #a855f7;
  }
  .groverlay::after {
    content: "";
    background: linear-gradient( 180deg, rgba(168, 85, 247, 0) 0%, rgba(168, 85, 247, 0.9) 100% );
  }
  .list-group .list-group-item {
    color: #fff;
  }
  .breadcrumb.list-inline .list-inline-item {
    color: #fff;
    &.active {
      color: #6b21a8;
    }
  }
  .list-inline .list-inline-item {
    color: #fff;
  }
  .fg-imgitem article p {
    color: #fff;
    font-weight: 500;
  }
  select.bg-white, input.bg-white {
    background: #f3e8ff !important;
  }
  button.text-black {
    color: #6b21a8 !important;
  }
  .bg-black {
    background: #a855f7 !important;
  }
  .text-black {
    color: #fff !important;
  }
  .bg-white {
    background: #6b21a8 !important;
  }
  .text-white {
    color: #000 !important;
  }
  .fg-imgitem .fi-info {
    background: rgba(168, 85, 247, 0.5);
  }
  svg [fill="white"] {
    fill: #6b21a8;
  }
  svg [fill="black"] {
    fill: #fff;
  }
  .bg-service::before {
    content: '';
    background-color: rgba(168, 85, 247, 0.85);
  }
  section + section {
    background-color: #f3e8ff !important;
  }
  [class*='bg-[#222]'] {
    background-color: #7e22ce;
  }
  [class*='bg-[#1e1e1e]'] {
    background-color: #6b21a8;
  }
  .bg-gray-700 {
    color: #fff !important;
  }
  .ft-abt p {
    color: #fff;
  }
}
.employee-month-section {
  background: radial-gradient(circle at center, #0a0a0a 0%, #000 100%);
  color: #ffd700;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.eom-slider {
  padding: 0;
  margin: 50px 0 0;
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}
.eom-slider .list-inline-item {
  display: inline-block;
  margin-bottom: 20px;
}
.award-card {
  position: relative;
  display: inline-block;
  background: rgba(255, 215, 0, 0.06);
  border: 2px solid rgba(255, 215, 0, 0.4);
  border-radius: 30px;
  padding: 80px 20px 60px;
  margin: 30px 0;
  width: 300px;
  text-align: center;
  overflow: hidden;
  box-shadow: 0 0 40px rgba(255, 215, 0, 0.2);
  transition: all 0.4s ease;
}
.award-card:hover {
  transform: translateY(-8px) scale(1.03);
  box-shadow: 0 0 20px rgba(255, 215, 0, 0.3);
}
.award-photo {
  width: 180px;
  height: 180px;
  border-radius: 45%;
  border: 5px solid #ffcc00;
  object-fit: cover;
  margin: 20px auto;
  z-index: 2;
  position: relative;
  box-shadow: 0 0 40px rgba(255, 215, 0, 0.5);
  animation: shineRotate 6s infinite linear;
}
.gold-ring {
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  width: 220px;
  height: 220px;
  border-radius: 40%;
  border: 2px solid rgba(255, 215, 0, 0.3);
  animation: rotateRing 10s infinite linear;
  box-shadow: 0 0 40px rgba(255, 215, 0, 0.3);
}
.ribbon {
  position: absolute;
  top: 25px;
  left: -70px;
  transform: rotate(-45deg);
  background: linear-gradient(90deg, rgb(255, 60, 60), rgb(200, 0, 0));
  color: #fff;
  padding: 10px 65px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  box-shadow: 0 0 15px rgba(255, 200, 0, 0.7);
  z-index: 2;
}
.ribbon-bg {
  position: absolute;
  top: 2%;
  left: 50%;
  z-index: 9;
  width: 200px;
  transform: translate(-50%, -5%);
  width: 90%;
}
.award-name {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  margin: 10px 0 5px;
}
.award-role {
  color: #ccc;
  font-size: 1rem;
}
.award-org {
  color: #fff;
  font-size: .75rem;
}
.award-month {
  color: #ffcc00;
  font-weight: 500;
  margin-top: 10px;
}
.particle-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.particle-bg::before, .particle-bg::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 200%;
  top: -50%;
  left: -50%;
  background: radial-gradient(circle, rgba(255, 215, 0, 0.2) 10%, transparent 70%);
  animation: pulseGlow 4s infinite alternate;
}
.particle-bg::after {
  top: 0%;
  left: 0%;
  animation-delay: -2s;
  transform: scale(0.7);
}
@keyframes pulseGlow {
  0% {
    opacity: 0.4;
    transform: scale(1);
  }
  100% {
    opacity: 0.9;
    transform: scale(1.1);
  }
}
@keyframes rotateRing {
  0% {
    transform: translateX(-50%) rotate(0deg);
  }
  100% {
    transform: translateX(-50%) rotate(360deg);
  }
}
@keyframes shineRotate {
  0%, 100% {
    filter: brightness(1);
  }
  50% {
    filter: brightness(1.3);
  }
}
.eom-slider .slick-center .award-card {
  transform: scale(1.1);
  box-shadow: 0 0 10px rgba(255, 215, 0, 0.3);
  background: linear-gradient(145deg, #2b2b2b, #1a1a1a);
}
.eom-slider .slick-center .award-photo {
  border-color: #ffcc00;
  transform: scale(1.1);
}
.eom-slider .slick-slide {
  opacity: 0.5;
  transform: scale(0.9);
  transition: all 0.3s ease;
}
.eom-slider .slick-center {
  opacity: 1;
  transform: scale(1);
  z-index: 10;
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-divide-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-content {
  syntax: "*";
  initial-value: "";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-divide-y-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
      --tw-content: "";
    }
  }
}
