.js_reg_auth {
  display: none !important;
}

body {
  position: relative;
  min-height: 100dvh;
  background-image: url("assets/top-img.png"), url("assets/bg-line.png"), url("assets/bg-line-2.png"), linear-gradient(135deg, rgba(219, 228, 232, 0.7), rgba(217, 230, 236, 0.9));
  background-repeat: no-repeat, repeat, repeat, no-repeat;
  background-position: top -290px center, center center, center center, center center;
  background-size: contain, cover, cover, cover;
}

.badge-new {
  position: absolute;
  z-index: 3;
  top: 0;
}
.badge-new--1 {
  margin-left: 1px;
}

.badge-img {
  position: static !important;
  transform: none !important;
  width: 55.8px !important;
  height: auto !important;
}

.header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 50px;
  margin-bottom: 80px;
}
.header h1 {
  color: rgba(0, 14, 74, 0.59);
  font-weight: 700;
  font-size: 50px;
}

.main {
  margin: 50px 0;
}

.honeycomb__item {
  position: relative;
  filter: drop-shadow(-10px 16px 12px rgba(0, 0, 0, 0.3));
}
.honeycomb__item.glow {
  filter: drop-shadow(-10px 16px 12px rgba(38, 37, 37, 0.3)) drop-shadow(0 0 15px rgb(130, 231, 245));
}
.honeycomb__item.glow:hover {
  filter: drop-shadow(-10px 16px 12px rgba(59, 58, 58, 0.3)) drop-shadow(0 0 25px rgb(178, 233, 239));
}
.honeycomb__cell {
  overflow: hidden;
  background: white;
  background-blend-mode: normal;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.1rem;
  width: 100%;
  aspect-ratio: 16/13;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  padding: 2rem;
  transition: all 0.5s;
}
.honeycomb__cell img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 155%;
  height: auto;
  object-fit: cover;
  pointer-events: none;
}
.honeycomb__cell.img-large img {
  width: 157%;
}
.honeycomb__cell.img-medium img {
  width: 100%;
}
.honeycomb__cell__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  border-radius: inherit;
}
.honeycomb__cell__overlay-text {
  font-size: 18px;
  font-weight: 500;
  color: rgb(96, 107, 143);
}
.honeycomb__cell:hover .honeycomb__cell__overlay {
  opacity: 0;
  visibility: hidden;
  backdrop-filter: blur(0);
  -webkit-backdrop-filter: blur(0);
}
.honeycomb__cell:empty {
  width: 0;
}
.honeycomb__cell:hover {
  transform: scale(1.1);
  z-index: 10;
}
.honeycomb__item {
  padding: 6px;
  margin-bottom: 6px;
}
.honeycomb__item:nth-child(1) {
  opacity: 0;
  pointer-events: none;
  z-index: 0;
}
.honeycomb__item:nth-child(5) {
  opacity: 0;
  pointer-events: none;
  z-index: 0;
}
.honeycomb__item:nth-child(6) {
  opacity: 0;
  pointer-events: none;
  z-index: 0;
}
.honeycomb__item:nth-child(12) {
  opacity: 0;
  pointer-events: none;
  z-index: 0;
}
.honeycomb__item:nth-child(13) {
  opacity: 0;
  pointer-events: none;
  z-index: 0;
}
.honeycomb__item:nth-child(14) {
  opacity: 0;
  pointer-events: none;
  z-index: 0;
}
.honeycomb__item:nth-child(16) {
  opacity: 0;
  pointer-events: none;
  z-index: 0;
}
.honeycomb__item:nth-child(17) {
  opacity: 0;
  pointer-events: none;
  z-index: 0;
}
.honeycomb__item:nth-child(18) {
  opacity: 0;
  pointer-events: none;
  z-index: 0;
}
.honeycomb__item:nth-child(2) {
  transform: translate(72%, 54%);
  z-index: 10;
}
.honeycomb__item:nth-child(6n+3) {
  transform: translate(48%, 0);
  z-index: 10;
}
.honeycomb__item:nth-child(6n+4) {
  transform: translate(24%, 54%);
  z-index: 10;
}
.honeycomb__item:nth-child(6n+6) {
  transform: translate(-24%, 54%);
  z-index: 10;
}
.honeycomb__item:nth-child(7) {
  transform: translate(97%, 0%);
  z-index: 10;
}
.honeycomb__item:nth-child(6n+8) {
  transform: translate(72%, 54%);
  z-index: 10;
}
.honeycomb__item:nth-child(9) {
  transform: translate(48%, 2%);
  z-index: 10;
}
.honeycomb__item:nth-child(3) {
  transform: translate(48%, 2%);
  z-index: 10;
}
.honeycomb__item:nth-child(8) {
  transform: translate(72%, 52%);
  z-index: 10;
}
.honeycomb__item:nth-child(4) {
  transform: translate(24%, 52%);
  z-index: 10;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin: 30px 0;
}
.footer__content {
  background: linear-gradient(to bottom, rgba(229, 233, 235, 0.7), rgba(241, 242, 242, 0.7));
  border: 7px solid white;
  padding-top: 12px;
}
.footer__content img {
  width: 100%;
  height: auto;
  cursor: pointer;
}

.tag {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 30px;
  margin-bottom: 20px;
  color: rgb(96, 107, 143);
  font-size: 16px;
}

.modal-custom {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
}
.modal-custom.show {
  display: flex;
}
.modal-custom__content {
  background: white;
  padding: 30px;
  border-radius: 10px;
  max-width: 500px;
  width: 90%;
  position: relative;
  animation: modalCustomFadeIn 0.3s ease;
}
.modal-custom__content h3 {
  text-align: center;
}
.modal-custom__content ul {
  padding-left: 20px;
}
.modal-custom__close {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
  color: #999;
}
.modal-custom__close:hover {
  color: #000;
}

@keyframes modalCustomFadeIn {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.footer__content img {
  width: 100%;
  height: auto;
  cursor: pointer;
  transition: transform 0.2s ease;
}
.footer__content img:hover {
  transform: scale(1.05);
}

.footer__items {
  display: flex;
  gap: 20px;
  justify-content: center;
}

@media screen and (min-width: 1540px) {
  .container {
    max-width: 1400px;
  }
}
@media (max-width: 2600px) {
  body {
    background-position: top -190px center, center center, center center, center center;
  }
}
@media (max-width: 2100px) {
  body {
    background-position: top -90px center, center center, center center, center center;
  }
}
@media (max-width: 1500px) {
  body {
    background-position: top 0px center, center center, center center, center center;
  }
}
@media (max-width: 992px) {
  body {
    background-position: top -70px center, center center, center center, center center;
  }
  .header h1 {
    font-size: 36px;
  }
  .honeycomb {
    z-index: 1;
  }
  .honeycomb__cell__overlay-text {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .header {
    justify-content: center;
    margin-bottom: 50px;
  }
  .empty {
    display: none;
  }
  .footer {
    z-index: 2;
    flex-direction: column;
    gap: 30px;
  }
  .honeycomb__cell__overlay-text {
    font-size: 18px;
  }
  .honeycomb__item:nth-child(6n+3) {
    transform: translate(89%, 0%);
    z-index: 10;
  }
  .honeycomb__item:nth-child(2) {
    transform: translate(11%, 53%);
  }
  .honeycomb__item:nth-child(3) {
    transform: translate(-11%, 0%);
  }
  .honeycomb__item:nth-child(4) {
    transform: translate(89%, 0%);
  }
  .honeycomb__item:nth-child(5) {
    transform: translate(0%, 0%);
  }
  .honeycomb__item:nth-child(6) {
    transform: translate(0%, 0%);
  }
  .honeycomb__item:nth-child(7) {
    transform: translate(-89%, 50%);
  }
  .honeycomb__item:nth-child(8) {
    transform: translate(11%, 50%);
  }
  .honeycomb__item:nth-child(9) {
    transform: translate(-11%, 0%);
  }
  .honeycomb__item:nth-child(10) {
    transform: translate(11%, 50%);
  }
  .honeycomb__item:nth-child(11) {
    transform: translate(-11%, 0%);
  }
  .honeycomb__item:nth-child(12) {
    transform: translate(89%, 3%);
  }
  .honeycomb__item:nth-child(17) {
    transform: translate(0%, 0%);
  }
}

/*# sourceMappingURL=style.css.map */
