.hide {
  display: none;
}

.blog-pagination-container {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.info-graphic-pagination-container {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.career-pagination-container {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.video-pagination-container {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.case-study-pagination-container {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.celebration-pagination-container {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.pagination .page-item .page-link {
  background-color: transparent;
  border-color: transparent;
  color: rgb(33 37 41);
  height: 40px;
  width: 40px;
  border-radius: 50%;
  margin: 0 5px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
}

.pagination .page-item.active .page-link {
  background-color: #d3d3d3;
  border-color: #d3d3d3;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
}

.insights .common-hero {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.insights .nav-content-title {
  font-weight: 700;
  font-size: 4vw !important;
}

.insights .nav-desc {
  background-color: #0f121e;
  color: #fff;
  font-size: 2rem;
  line-height: 1cm;
}

.insights .nav-content .dots {
  margin-left: 120px;
  margin-top: -10px;
}

.insights .nav-content .dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  display: inline-block;
}

.insights .nav-content .blog .dot {
  background-color: rgb(255, 230, 0);
}

.insights .nav-content .blog .f-card button {
  background-color: rgb(255, 230, 0) !important;
  color: #000000;
}

.insights .nav-content .blog .f-card button:hover {
  background-color: #000000 !important;
  color: #fff;
}

.insights .nav-content .info-graphics .dots {
  margin-left: 310px;
}

.insights .nav-content .info-graphics .dot {
  background-color: #6691fe;
}

.insights .nav-content .info-graphics .f-card button {
  background-color: #6691fe !important;
  color: #fff !important;
}

.insights .nav-content .info-graphics .f-card button:hover {
  background-color: #000000 !important;
  color: #fff;
}

.insights .nav-content .careers .dots {
  margin-left: 180px;
}

.insights .nav-content .careers .dot {
  background-color: #ff9000;
}

.insights .nav-content .events .dots {
  margin-left: 150px;
}

.insights .nav-content .events .dot {
  background-color: #9a5fe6;
}

.insights .nav-content .videos .dots {
  margin-left: 160px;
}

.insights .nav-content .videos .dot {
  background-color: #274c77;
}

.insights .nav-content .videos .f-card button {
  background-color: #274c77 !important;
  color: #fff !important;
}

.insights .nav-content .videos .f-card button:hover {
  background-color: #000000 !important;
  color: #fff;
}

.insights .nav-content .cs .dots {
  margin-left: 320px;
}

.insights .nav-content .cs .dot {
  background-color: #15cd8b;
}

.insights .nav-content .cs .f-card button {
  background-color: #15cd8b !important;
  color: #fff !important;
}

.insights .nav-content .cs .f-card button:hover {
  background-color: #000000 !important;
  color: #fff;
}

.insights .nav-content .blog .dot:nth-child(2) {
  margin: 0 8px;
}

.insights .search-bar {
  background-color: #d3d3d3;
  border: 1px solid #000;
  border-radius: 16px;
  transition: all 0.05s ease;
}

.insights .search-bar:hover {
  border: 2px solid #000;
}

.insights #search-bar-light {
  background-color: #d3d3d3;
  border: 1px solid #fff;
  border-radius: 16px;
  transition: all 0.05s ease;
}

.insights #search-bar-light:hover {
  border: 2px solid #fff;
}

.insights .search-bar input {
  border: none;
  background-color: #d3d3d3;
  width: 100%;
  font-size: 1.5rem;
  outline: none;
  font-weight: 500;
}

.insights .nav-pills .nav-pill {
  background-color: #d3d3d3;
  color: #000000;
  border-radius: 20px;
  padding: 0.5rem 1rem;
  font-weight: 500;
  text-wrap: nowrap;
  margin-right: 1rem;
  border: 1px solid #000;
  margin-top: 10px;
  cursor: pointer;
}

.insights .nav-pills .nav-pill:hover {
  background-color: #a6a6a6;
  color: #fff;
  border-color: #a6a6a6;
}

.insights .nav-pills .nav-pill.active {
  background-color: #161a1d;
  color: #fff;
}

.insights .careers .career-text {
  color: #fff;
  border: 2px solid #fff;
  height: fit-content;
  padding: 3rem;
  border-radius: 14px;
  width: 64%;
  margin: 0 auto;
}

.insights .careers .career-text p {
  color: #fff;
  text-align: center;
  margin: 0 auto;
  font-size: 1.3rem;
  line-height: 0.7cm;
}

.insights .careers .why-sticker {
  background-color: #2c313c;
  position: absolute;
  top: -2rem;
  right: -1rem;
  padding: 1rem;
  padding: 1rem 2rem;
}

.insights .careers .why-sticker p {
  color: #f34646;
}

.insights .join-title .v-divider {
  display: block;
  height: 40px;
  width: 4px;
  margin: 0 2rem;
  background-color: #fe5f5f;
  border-radius: 10px;
}

.insights .join-title {
  background-color: #0f121e;
  color: #fff;
  border-radius: 20px;
  text-align: center;
}

.insights .career-card {
  background-color: #edf2f4;
  border-radius: 20px;
  transition: all 0.3s ease;
}

.insights .career-card .card-header {
  background-color: #d3d3d3;
  color: #000;
  border-radius: 20px;
  padding: 1rem;
}

.insights .career-card .card-body p span {
  font-weight: 500;
}

.insights .career-card button {
  background-color: #ff9000;
  color: #000000;
  border: none;
  border-radius: 20px;
  padding: 0.5rem 1rem;
  font-weight: 400;
  cursor: pointer;
  width: fit-content !important;
  margin-top: 1.8rem;
  font-size: 0.9rem;
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.3s ease;
}

.insights .career-card:hover {
  transform: scale(1.02);
}

.insights .career-card button:hover {
  background-color: black;
  color: white;
}

.insights .events {
  background-color: #2c313c;
  color: #fff;
}

.insights .events .action-btns a {
  background-color: #d3d3d3;
  color: #000;
  border-radius: 16px;
  padding: 0.5rem 1rem;
  font-weight: 400;
  text-wrap: nowrap;
  margin-right: 1rem;
  cursor: pointer;
}

.insights .events .action-btns a:hover {
  background-color: #a6a6a6;
  color: #fff;
}

.insights .events .action-btns a.active {
  background-color: #303030;
  color: #fff;
}

.insights .events .years {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-top: 2rem;
  width: 100%;
}

.insights .events .year-con {
  aspect-ratio: 1;
  width: auto;
  height: 190px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  color: #fff;
  margin-right: 2rem;
  background-color: #fff;
  cursor: pointer;
}

.insights .events .year-con.active {
  background-color: #e5383b;
}

.insights .events .year-con p {
  text-align: center;
  margin: 0;
  font-size: 1.6rem;
  background-color: #0f121e;
  padding: 2.2rem;
  border-radius: 50%;
  aspect-ratio: 1;
  vertical-align: middle;
  display: flex;
  justify-content: center;
  align-items: center;
}

.insights .year-gallery-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border: 2px solid #fff;
  padding: 3rem;
  border-radius: 20px;
}

.insights .year-gallery-box p {
  font-size: 1.2rem;
  color: #fff;
  margin: 0;
  width: 100%;
  margin-top: 1rem;
}

.insights .action-content .event-card {
  background-color: #fff;
  color: #000;
  padding: 4rem 3rem;
  padding-bottom: 3rem;
  border-radius: 20px;
  margin-top: 4rem;
  position: relative;
  transition: all 0.3s;
}

.insights .action-content .event-card:hover {
  padding: 3.6rem 3rem;
  padding-bottom: 2rem;
}

.insights .action-content .event-card #prev-event {
  position: absolute;
  max-width: 250px;
  left: -33px;
  top: -21px;
  z-index: 1;
  height: auto !important;
}

.insights .action-content .event-card #tag-text {
  position: absolute;
  left: 12px;
  top: 10px;
  z-index: 2;
  height: auto !important;
  font-size: 1.2rem;
  font-weight: 400;
}

.insights .action-content .event-card img {
  height: 350px;
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}

.insights .action-content .event-card h1 {
  font-size: 3rem;
  font-weight: 700;
  color: #2c2b2b;
}

.insights .action-content .event-card h3 {
  font-weight: 400;
}

.insights .action-content .event-card p {
  font-size: 1.2rem;
  color: #2c2b2b;
  line-height: 0.6cm;
}

.insights .action-content .event-card button {
  position: absolute;
  bottom: 2rem;
  background-color: #9a5fe6;
  border: none;
  padding: 1rem 1.5rem;
  border-radius: 14px;
  color: #000;
}

.insights .action-content .event-card button:hover {
  background-color: #000000;
  color: #fff;
}

.insights .year-gal h5 {
  font-size: 2.6rem;
  color: #fff;
  font-weight: 400;
}

.insights .year-gal .divider {
  height: 3px;
  width: 100%;
  background-color: #fff;
  margin: 3rem 0;
}

.insights .year-gal .gal-card {
  background-color: #fff;
  border-radius: 20px;
  padding: 2rem;
  margin-top: 2rem;
  color: #000;
}

.insights .action-content {
  width: 90%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .insights .nav-content-title {
    font-size: 10vw !important;
  }

  .insights .nav-desc {
    font-size: 1.3rem;
  }

  .insights .nav-content .dots {
    margin-left: 0;
    margin-top: 0;
  }

  .insights .nav-content .dot {
    width: 12px;
    height: 12px;
  }

  .insights .search-bar input {
    font-size: 1.2rem;
  }

  .insights .nav-pills .nav-pill {
    padding: 0.5rem 0.8rem;
    margin-right: 0.5rem;
  }

  .insights .careers .career-text {
    width: 90vw;
    margin-top: 4rem;
  }

  .insights .career-card button {
    margin-top: 1rem;
  }

  .insights .join-title .v-divider {
    height: 30px;
    width: 3px;
    margin: 0 1rem;
  }

  .insights .join-title {
    border-radius: 10px;
  }

  .insights .career-card {
    border-radius: 10px;
  }

  .insights .career-card .card-header {
    border-radius: 10px;
  }

  .insights .career-card button {
    border-radius: 10px;
  }

  .insights .career-card .card-body p span {
    font-weight: 400;
  }

  .insights .career-card .card-body p {
    font-size: 0.9rem;
  }

  .insights .career-card .card-header h5 {
    font-size: 1.2rem;
  }

  .insights .career-card .card-header p {
    font-size: 0.9rem;
  }

  .insights .career-card .card-header .location {
    font-size: 0.8rem;
  }

  .insights .career-card .card-header .location span {
    font-size: 0.7rem;
  }

  .insights .career-card .card-header .location span i {
    font-size: 0.7rem;
  }

  .insights .action-content .event-card {
    padding: 3rem 1.4rem;
    margin-top: 2rem;
    padding-bottom: 4rem;
  }

  .insights .action-content .event-card img {
    height: 250px;
    width: 100%;
  }

  .insights .action-content .event-card:hover {
    padding: 2.6rem 1.4rem;
    padding-bottom: 3.3rem;
  }

  .insights .action-content .event-card img {
    height: 200px;
  }

  .insights .action-content .event-card h1 {
    font-size: 2rem;
    margin-top: 1rem;
  }

  .insights .action-content .event-card h3 {
    font-size: 1rem;
  }

  .insights .action-content .event-card p {
    font-size: 1rem;
  }

  .insights .action-content .event-card button {
    padding: 0.5rem 1rem;
  }

  .insights .action-content .event-card #prev-event {
    max-width: 200px;
    left: -28px;
    top: -17px;
  }

  .insights .action-content .event-card #tag-text {
    left: 10px;
    top: 5px;
    font-size: 1rem;
  }

  .insights .action-content .event-card button {
    bottom: 1rem;
  }

  .insights .events .action-btns a {
    padding: 0.5rem 0.8rem;
  }

  .insights .action-content {
    width: 100%;
  }

  .insights .year-gal h5 {
    font-size: 2rem;
  }

  .insights .year-gal .divider {
    margin: 2rem 0;
  }

  .insights .year-gal .gal-card {
    padding: 1.5rem;
  }

  .insights .year-gal .gal-card h3 {
    font-size: 1.2rem;
  }

  .insights .year-gal .gal-card p {
    font-size: 1rem;
  }

  .insights .year-gal .gal-card button {
    padding: 0.5rem 1rem;
  }

  .insights .year-gal .gal-card img {
    height: 200px;
  }

  .insights .year-gal .gal-card button {
    padding: 0.5rem 1rem;
  }

  .insights .year-gallery-box {
    padding: 2rem;
  }

  .insights .year-gallery-box p {
    font-size: 1rem;
  }

  .insights .events .years {
    margin-top: 1rem;
  }

  .insights .events .year-con {
    width: 150px;
    height: 150px;
    margin-right: 1rem;
  }

  .insights .events .year-con p {
    font-size: 1.3rem;
  }

  .insights .events .year-con.active {
    background-color: #e5383b;
  }

  .insights .events .year-con p {
    font-size: 1.3rem;
  }
}