.overview_empowering:hover{
  cursor: url('https://d25zu39ynyitwy.cloudfront.net/oms/000000/image/2024/8/BMY4V_slider-cursor/slider-cursor_-1x-1.png'), auto !important;

}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.grid.fade-in-up > div {
    opacity: 0;
    animation: fadeInUp 0.8s ease forwards;
}

.grid.fade-in-up > div:nth-child(1) {
    animation-delay: 0.2s;
}
.grid.fade-in-up > div:nth-child(2) {
    animation-delay: 0.4s;
}
.grid.fade-in-up > div:nth-child(3) {
    animation-delay: 0.6s;
}
.grid.fade-in-up > div:nth-child(4) {
    animation-delay: 0.8s;
}
.grid.fade-in-up > div:nth-child(5) {
    animation-delay: 1s;
}
.grid.fade-in-up > div:nth-child(6) {
    animation-delay: 1.2s;
}


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

.px-\[1\.5rem\] {
}

/* md */
@media (min-width: 768px) {
}

/* lg */
@media (min-width: 1024px) {
}

#page-hero .c-job-main__left {
  background-color: transparent !important;
  padding: 0 !important;
}

#page-hero .location-search {
  display: none !important;
}

#page-hero .c-jobs {
  padding: 3.2rem 0 0 !important;
}

#page-hero .custom-search-box {
  flex-direction: row !important;
  width: 100% !important;
  gap: 0 !important;
  margin: 0 !important;
}

#page-hero .custom-search-box::before {
  display: none;
}

#page-hero .c-main-hero-search__keyword {
  margin: 0 !important;
  width: 100% !important;
}

#page-hero .c-job-main__left {
  width: 100% !important;
  min-width: unset !important;
}

#page-hero .keyword-search__input {
  height: 100% !important;
  background-color: #F5F5F5 !important;
  border-radius: 0.5rem 0 0 0.5rem !important;
}

#page-hero .keyword-search__input input {
  background-color: #F5F5F5 !important;
}

#page-hero .c-main-hero-search__button {
  width: 13.4rem !important;
  flex-shrink: 0 !important;
  overflow: hidden !important;
  border-radius: 0 0.5rem 0.5rem 0 !important;
}

