@import "https://fonts.googleapis.com/css2?family=Geist:wght@100..900&display=swap";
* {
  font-size: 14px;
  font-family: "Geist", sans-serif;
  font-weight: 400;
}
ul {
  padding: 0 !important;
}
li {
  list-style-type: none !important;
}
img {
  user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Geist", sans-serif;
  font-weight: 700;
  margin: 0;
}
h2 {
  font-size: clamp(18px, 16.8px + 0.00375 * 100vw, 24px) !important;
}
a {
  text-decoration: none !important;
}
button {
  background: rgba(0, 0, 0, 0);
  border: none;
  box-shadow: none;
  padding: 0;
}
@media (max-width: 992px) {
  .bg-pattern::before,
  .bg-pattern::after {
    position: relative;
  }
  .bg-pattern::after {
    display: none;
  }
}
.w-fit {
  width: fit-content !important;
}
.discrete {
  letter-spacing: 0.5714285714rem;
}
.fs-7 {
  font-size: clamp(10px, 9.6px + 0.00125 * 100vw, 12px) !important;
}
.filter-invert {
  filter: invert(1);
}
.bg-pattern {
  position: relative;
}
.bg-pattern::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../../images/metropol/png/pattern-2.png") center left
    no-repeat;
  z-index: -1;
}
.bg-pattern::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url("../../images/metropol/png/pattern-3.png") center right
    no-repeat;
  z-index: -2;
}
.bg-g-yellow {
  background: #ffdd08;
  background: linear-gradient(
    90deg,
    rgb(255, 221, 8) 0%,
    rgb(255, 221, 8) 25%,
    rgba(255, 221, 8, 0.5) 50%,
    rgba(255, 221, 8, 0) 100%
  );
}
.text-violet {
  color: #64357e;
}
.fw-bold-900 {
  font-weight: 900;
}
.border-none {
  border: none !important;
}
.navbar {
  font-family: "Geist", sans-serif;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 768px) {
  .navbar .active {
    background-color: rgba(0, 0, 0, 0) !important;
  }
}
.navbar .navbar-toggler {
  border-radius: 0;
  box-shadow: none !important;
  border: none;
  padding: 0;
  outline: none;
  display: flex !important;
}
.navbar:nth-child(1) {
  border-bottom: solid 1px #000;
}
.navbar:nth-child(1) .dropdown-toggle::after {
  top: -0.1428571429rem !important;
}
.navbar:nth-child(1) .search {
  cursor: pointer;
}
@media (max-width: 768px) {
  .navbar:nth-child(1) .search {
    border-left: none !important;
  }
}
.navbar:nth-child(1) .social {
  border-right: none !important;
}
.navbar:nth-child(1) .boxed li {
  min-height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.7142857143rem;
  min-width: 5rem;
}
.navbar:nth-child(1) .boxed li:nth-child(1) {
  border-left: solid 1px #d9d9d9;
  border-right: solid 1px #d9d9d9;
}
.navbar:nth-child(1) .boxed li:nth-child(2) {
  border-right: solid 1px #d9d9d9;
}
.navbar:nth-child(1) .nav-item:hover .nav-link {
  color: #fff !important;
}
.navbar:nth-child(1) .nav-item:hover .nav-link::after {
  filter: invert(1);
}
.navbar:nth-child(1) .nav-item .nav-link {
  font-weight: 700 !important;
}
.navbar:nth-child(1) .nav-item .nav-link:hover {
  color: #fff !important;
}
.navbar:nth-child(1) .nav-item .nav-link:hover::after {
  filter: invert(1);
}
@media (max-width: 768px) {
  .navbar:nth-child(1) .nav-item {
    padding: 0;
  }
}
.navbar:nth-child(2) {
  transition: all 0.2s ease-in-out;
  min-height: 50px;
}
@media (max-width: 768px) {
  .navbar:nth-child(2) {
    display: none;
  }
}
.navbar:nth-child(2) .searchbar .form-control {
  text-transform: uppercase;
}
.navbar:nth-child(2) .searchbar .form-control::placeholder {
  color: #fff !important;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .navbar:nth-child(2) {
    border: none;
  }
  .navbar:nth-child(2) .navbar-nav {
    flex-direction: column;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .navbar:nth-child(2) {
    border-bottom: solid 1px #000;
  }
}
.navbar:nth-child(2) .nav-item {
  padding: 0;
}
@media (max-width: 768px) {
  .navbar:nth-child(2) .nav-item .nav-item {
    width: 100%;
  }
  .navbar:nth-child(2) .nav-item .dropdown {
    background: rgba(0, 0, 0, 0) !important;
  }
  .navbar:nth-child(2) .nav-item .dropdown:hover .nav-link {
    background: rgba(0, 0, 0, 0) !important;
  }
  .navbar:nth-child(2) .nav-item .dropdown-menu {
    position: static !important;
    margin-bottom: 0;
  }
  .navbar:nth-child(2) .nav-item .dropdown-menu .dropdown-item {
    padding: 0.5714285714rem 0.7142857143rem;
  }
}
.navbar:nth-child(2) .nav-item:hover {
  background-color: #fff !important;
  color: #000 !important;
}
.navbar:nth-child(2) .nav-item:hover .nav-link {
  color: #000 !important;
}
@media (max-width: 768px) {
  .navbar:nth-child(2) .nav-item:hover .nav-link {
    color: #fff !important;
  }
}
.navbar:nth-child(2) .nav-item:hover .nav-link::after {
  filter: none;
}
@media (max-width: 768px) {
  .navbar:nth-child(2) .nav-item:hover {
    background-color: rgba(0, 0, 0, 0) !important;
  }
  .navbar:nth-child(2) .nav-item:hover .nav-link {
    color: #fff;
  }
  .navbar:nth-child(2) .nav-item:hover .nav-link::after {
    filter: invert(1);
  }
}
.navbar:nth-child(2) .nav-item .nav-link {
  transition: all 0.2s ease-in-out;
  color: #21434a;
  padding: 0.7142857143rem 0.5714285714rem;
}
.navbar:nth-child(2) .nav-item .nav-link::after {
  filter: invert(0);
}
.navbar:nth-child(2) .nav-item:hover {
  border: none;
}
.navbar:nth-child(2) .nav-item:hover::before {
  content: none !important;
}
.navbar .nav-item {
  position: relative;
}
.navbar .nav-item .nav-link {
  position: relative;
  z-index: 1;
  box-shadow: none;
}
.navbar .nav-item:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0%;
  background-color: #000;
  z-index: 0;
  left: 0;
  top: 0;
  bottom: 0;
  transition: all 0.2s ease-in-out;
}
.navbar .nav-item:hover img {
  filter: invert(1);
}
.navbar .nav-item:hover:before {
  height: 100%;
}
.navbar .input-group .form-control {
  border-radius: 0;
  border: none;
  background-color: #f3f3f3;
  width: 10rem;
  box-shadow: none;
}
.navbar .input-group .form-control::placeholder {
  opacity: 0.5;
}
.navbar .input-group .input-group-text {
  border-radius: 0;
  border: none;
  background-color: #f3f3f3;
}
.dropdown .dropdown-menu {
  border-radius: 0 !important;
  border-color: #000 !important;
  border-top: 0 !important;
  box-shadow: 0 0.8571428571rem 0 rgba(0, 0, 0, 0.1) !important;
}
.dropdown .dropdown-menu[data-bs-popper] {
  top: 2.7142857143rem !important;
  left: -0.0714285714rem !important;
}
@media (max-width: 1200px) {
  .dropdown .dropdown-menu {
    border-top: solid 0.0714285714rem #000 !important;
    margin-bottom: 1rem;
  }
}
.dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #000;
  color: #f3f3f3;
}
.dropdown .dropdown-toggle::after {
  position: relative;
  border: none !important;
  content: "";
  background: url("../../images/metropol/svg/chevron.svg") no-repeat center
    center;
  background-size: 0.8571428571rem;
  vertical-align: middle !important;
  top: 0rem !important;
  left: -0.2857142857rem !important;
  z-index: 1;
  width: 1.1428571429rem;
  height: 1.1428571429rem;
}
.pagination {
  position: relative;
  border-top: solid 0.0714285714rem #000;
  border-bottom: solid 0.0714285714rem #000;
}
.pagination .active .page-link {
  background-color: #000;
  color: #fff;
  font-weight: 700;
  box-shadow: none;
  clip-path: none;
}
.pagination .active .page-link:hover {
  background-color: #f24f4f;
  clip-path: none;
}
.pagination .page-link {
  border-radius: 100% !important;
  border: none !important;
  box-shadow: none !important;
  color: #000;
  font-weight: 700;
  min-width: 2.1428571429rem;
  height: 2.1428571429rem;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding: 0;
  margin: 0;
  text-align: center;
}
.pagination .page-link:hover,
.pagination .page-link:focus {
  background-color: #f24f4f;
  color: #fff;
}
.pagination .prev,
.pagination .next {
  clip-path: none;
  background-color: rgba(0, 0, 0, 0);
}
.pagination .prev:hover,
.pagination .next:hover {
  background-color: #fff;
  color: #fff;
}
.pagination .prev img {
  transform: scaleX(-1);
}
.pet h2 {
  font-size: clamp(24px, 22.4px + 0.005 * 100vw, 32px) !important;
}
@media screen and (min-width: 1300px) {
  .events .row > *.box:nth-child(1),
  .events .row > *.box:nth-child(2) {
    width: 30%;
  }
}
@media screen and (max-width: 1300px) {
  .events .row > *.box:nth-child(1),
  .events .row > *.box:nth-child(2) {
    width: 49.5%;
  }
}
@media screen and (max-width: 1030px) {
  .events .row > *.box:nth-child(1),
  .events .row > *.box:nth-child(2) {
    width: 48.5%;
  }
}
@media screen and (max-width: 768px) {
  .events .row > *.box:nth-child(1),
  .events .row > *.box:nth-child(2) {
    width: 100%;
  }
}
.events .row > *.box:nth-child(3) {
  gap: 20px;
}
@media screen and (min-width: 1300px) {
  .events .row > *.box:nth-child(3) {
    width: 40%;
  }
}
@media screen and (max-width: 1300px) {
  .events .row > *.box:nth-child(3) {
    width: 100%;
    margin-top: 0.7142857143rem;
  }
}
@media screen and (max-width: 550px) {
  .events .row > *.box:nth-child(3) .d-flex {
    flex-direction: column;
    width: 100%;
  }
  .events .row > *.box:nth-child(3) .d-flex .cover {
    width: 100%;
    margin-bottom: 1.4285714286rem;
  }
}
@media screen and (min-width: 1300px) {
  .events .row > *.box:nth-child(3) .content .d-flex {
    flex-direction: column;
    width: 100%;
  }
}
@media screen and (max-width: 550px) {
  .events .row > *.box:nth-child(3) .content .d-flex {
    flex-direction: column;
    width: 100%;
  }
}
.events .row > *.box:nth-child(3) .content .d-flex .btn:nth-last-child(1) {
  flex-direction: row;
}
@media screen and (min-width: 1300px) {
  .events .row > *.box:nth-child(3) .content .d-flex .btn:nth-last-child(1) {
    width: 100%;
  }
}
.events a {
  color: #000;
}
.events a:hover .btn {
  color: #fff;
}
.events a:hover .btn:nth-last-child(1) {
  width: fit-content;
  color: #000;
}
.events a:hover .btn:nth-last-child(1)::before {
  display: none;
}
.events a:hover .btn:nth-last-child(1)::after {
  display: none;
}
.events a:hover .btn::before {
  height: 100%;
}
.events a:hover .btn:after {
  filter: invert(0);
}
.events h2 {
  font-size: clamp(24px, 22.4px + 0.005 * 100vw, 32px) !important;
}
.events h3 {
  font-size: clamp(16px, 15.2px + 0.0025 * 100vw, 20px) !important;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.events .content p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  min-height: 3.6em;
}
.events .btn {
  position: relative;
  border: solid 0.0714285714rem #000;
  color: #000;
  border-radius: 0;
  padding: 0.7142857143rem 0.7142857143rem;
  width: 100%;
  display: flex;
  align-items: center;
  border-top: none;
  border-left: none;
  text-align: start;
}
.events .btn::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0.5714285714rem;
  width: 2.1428571429rem;
  height: 100%;
  background: url("../../images/metropol/svg/arrow.svg") no-repeat center center;
  background-size: 1.7142857143rem;
  filter: invert(1);
  z-index: 1;
}
.events .btn::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 0%;
  background-color: #000;
  transition: all 0.2s ease-in-out;
  z-index: -1;
}
.events .btn:hover {
  color: #fff;
  border-color: #000;
}
.events .btn:hover::before {
  height: 100%;
}
.events .btn:hover::after {
  filter: invert(0);
}
.events .btn:nth-last-child(1) {
  width: fit-content;
}
.events .btn:nth-last-child(1):hover {
  color: #000;
}
.events .btn:nth-last-child(1)::before {
  display: none;
}
.events .btn:nth-last-child(1)::after {
  display: none;
}
.campaigns h2 {
  font-size: clamp(24px, 22.4px + 0.005 * 100vw, 32px) !important;
}
.campaigns h3 {
  font-size: clamp(16px, 15.2px + 0.0025 * 100vw, 20px) !important;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.campaigns picture {
  position: relative;
  background-color: #000;
}
.campaigns picture img {
  opacity: 0.5;
}
.campaigns .content .btn {
  position: relative;
  border: solid 0.2857142857rem #fff;
  background-color: #fff;
  border-radius: 0;
  color: #000;
  width: fit-content;
  padding: 0.4285714286rem 0.4285714286rem;
}
.campaigns .content .btn span {
  position: relative;
  z-index: 1;
  font-weight: 700;
}
.campaigns .content .btn:hover {
  border-color: #000;
  color: #fff;
}
.campaigns .content .btn:hover:before {
  width: 100%;
}
.campaigns .content .btn:hover::after {
  margin-left: 1.4285714286rem;
  filter: invert(0);
}
.campaigns .content .btn:before {
  content: "";
  position: absolute;
  transition: all 0.3s ease;
  width: 0%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  background-color: #000;
}
.campaigns .content .btn::after {
  content: url("");
  width: 2.1428571429rem;
  transition: all 0.3s ease;
  background: url("../../images/metropol/svg/arrow.svg") no-repeat center center;
  filter: invert(1);
  background-size: 1.7142857143rem;
  margin-left: 0.7142857143rem;
  display: inline-block;
  position: relative;
}
.glide {
  position: relative;
}
.glide .glide__track {
  z-index: 1;
  position: relative;
}
.glide .glide__slide {
  position: relative;
}
.glide .glide__slide .glide__content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  align-content: start;
  margin: auto 4.2857142857rem;
  z-index: 2;
}
@media (max-width: 992px) {
  .glide .glide__slide .glide__content {
    align-items: center;
    align-content: center;
    margin: auto;
  }
}
.glide .glide__slide .glide__content h1 {
  font-size: clamp(24px, 17.6px + 0.02 * 100vw, 56px);
  max-width: 70.8571428571rem;
}
.glide .glide__slide .glide__content .glide__button {
  position: relative;
  border: solid 0.2857142857rem #fff;
  background-color: #fff;
  border-radius: 0;
  color: #000;
  width: fit-content;
  padding: 0.7142857143rem 0.7142857143rem;
}
.glide .glide__slide .glide__content .glide__button span {
  position: relative;
  z-index: 1;
  font-weight: 700;
}
.glide .glide__slide .glide__content .glide__button:hover {
  border-color: #000;
  color: #fff;
}
.glide .glide__slide .glide__content .glide__button:hover:before {
  width: 100%;
}
.glide .glide__slide .glide__content .glide__button:hover::after {
  margin-left: 1.4285714286rem;
  filter: invert(0);
}
.glide .glide__slide .glide__content .glide__button:before {
  content: "";
  position: absolute;
  transition: all 0.3s ease;
  width: 0%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  background-color: #000;
}
.glide .glide__slide .glide__content .glide__button::after {
  content: url("");
  width: 2.1428571429rem;
  transition: all 0.3s ease;
  background: url("../../images/metropol/svg/arrow.svg") no-repeat center center;
  filter: invert(1);
  background-size: 1.7142857143rem;
  margin-left: 0.7142857143rem;
  display: inline-block;
  position: relative;
}
.glide .glide__slide img {
  z-index: 0;
}
.glide .glide__overlay img {
  position: absolute;
  bottom: -5rem;
  left: -5rem;
  height: auto;
  width: 100%;
  opacity: 0.5;
  z-index: 0;
}
.glide .glide__bullets {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.7142857143rem;
  width: fit-content;
  z-index: 2;
}
.glide .glide__bullets .glide__bullet {
  border: none;
  width: 1.7857142857rem;
  height: 0.2142857143rem;
  transition: all 0.3s ease;
}
.glide .glide__bullets .glide__bullet--active {
  background-color: #000 !important;
}
.hero {
  background-color: #000;
  overflow: hidden;
  position: relative;
}
.hero .button-group {
  border: solid 0.0714285714rem #000 !important;
  text-transform: uppercase;
  box-shadow: none !important;
  padding: 0;
  max-width: 300px;
  width: 100%;
  text-transform: unset;
  background-color: #fff;
}
.hero .button-group .input-group-text {
  border-right: solid 0.0714285714rem #000 !important;
  padding-right: 0.5714285714rem !important;
  padding-top: 0.5714285714rem;
  padding-bottom: 0.5714285714rem;
  border-radius: 0;
  border: none;
  background: rgba(0, 0, 0, 0) !important;
}
.hero .button-group .dropdown-menu.show {
  min-width: -webkit-fill-available !important;
  left: -0.5714285714rem !important;
  right: -0.0714285714rem !important;
  top: -0.1428571429rem !important;
}
.hero .button-group .dropdown-toggle {
  white-space: unset;
}
.hero .button-group .dropdown-toggle:after {
  top: 0 !important;
}
.hero .button-group .nav-link {
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
  box-shadow: none !important;
  font-size: clamp(14px, 14px + 0 * 100vw, 14px);
}
.hero .button-group .nav-link .text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  padding-right: 0.5714285714rem !important;
}
.hero .button-group::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 0%;
  height: 100%;
  background-color: #000;
  transition: all 0.2s ease-in-out;
  z-index: 0;
}
.hero .button-group:hover .dropdown-toggle::after {
  filter: invert(1);
}
.hero .button-group:hover::before {
  width: 100% !important;
}
.hero .button-group:hover img {
  filter: brightness(0) invert(1);
}
.hero .button-group:hover .nav-link {
  transition: all 0.3s ease;
  color: #fff !important;
}
.hero h1 {
  font-size: clamp(24px, 22px + 0.00625 * 100vw, 34px);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 0.4285714286rem !important;
}
.hero p {
  font-size: clamp(12px, 11.6px + 0.00125 * 100vw, 14px);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.hero .hours span,
.hero .hours p {
  letter-spacing: 0.2857142857rem;
  font-size: clamp(12px, 12px + 0 * 100vw, 12px);
}
@media (max-width: 992px) {
  .hero .hours span,
  .hero .hours p {
    font-size: clamp(10px, 10px + 0 * 100vw, 10px);
    letter-spacing: 0.1428571429rem;
  }
}
.hero .mouse {
  margin-top: 4.2857142857rem;
  animation: move 1s ease-in-out infinite;
}
@keyframes move {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
@media (max-width: 992px) {
  .hero .mouse {
    margin-top: 2.1428571429rem;
    width: 1.2857142857rem;
  }
}
.hero .cover {
  opacity: 0.35;
  width: 100%;
}
@media (max-width: 992px) {
  .hero .cover {
    object-fit: cover;
  }
}
.hero .breadcrumbs {
  opacity: 0.5;
  margin-bottom: 0.4285714286rem !important;
}
.hero .breadcrumbs a {
  font-size: clamp(10px, 9.6px + 0.00125 * 100vw, 12px);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  letter-spacing: 0.5714285714rem;
}
.hero .breadcrumbs a:after {
  content: ">";
  margin: 0rem 0.5714285714rem;
  position: relative;
  top: -0.0714285714rem;
}
.hero .breadcrumbs a:last-child {
  color: #000;
}
.hero .breadcrumbs a:last-child:after {
  content: "";
}
.main {
  height: auto;
  overflow: hidden;
}
@media (max-width: 992px) {
  .main video {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
}
.main .mute-icon img {
  filter: invert(1);
}
.main .glide__bullets {
  left: 0;
  right: 0;
  bottom: 2.8571428571rem;
  margin: auto;
}
.main .glide__bullets .glide__bullet {
  background: #fff;
}
.main .glide__arrows .glide__arrow {
  background: hsla(0, 0%, 100%, 0.35);
  width: 2.8571428571rem;
  height: 2.8571428571rem;
  border: solid 0.0714285714rem hsla(0, 0%, 100%, 0.5);
  transition: all 0.3s ease-in-out;
}
.main .glide__arrows .glide__arrow img {
  position: relative;
  top: -0.1428571429rem;
}
.main .glide__arrows .glide__arrow:hover {
  box-shadow: 0 0 0.4285714286rem rgba(0, 0, 0, 0.2);
}
.main .glide__arrows .glide__arrow.glide__arrow--left {
  transform: rotate(-180deg);
  border-radius: 100%;
}
.main .glide__arrows .glide__arrow.glide__arrow--left:hover {
  border-radius: 0%;
}
.main .glide__arrows .glide__arrow.glide__arrow--right {
  border-radius: 0%;
}
.main .glide__arrows .glide__arrow.glide__arrow--right:hover {
  border-radius: 100%;
}
.main .glide__progress {
  position: absolute;
  bottom: 3.5714285714rem;
  left: 0;
  right: 0;
  width: 92%;
  margin: auto;
  z-index: 10;
}
.main .glide__progress #progressContainer {
  width: 100%;
  background-color: rgba(230, 229, 229, 0.2470588235);
  border-radius: 0;
  overflow: hidden;
  position: relative;
}
.main .glide__progress #progressBar {
  width: 0%;
  height: 0.1428571429rem;
  background-color: #fff;
}
.wizard {
  border-top: solid 0.0714285714rem #000;
  background-color: #f0f0f0;
  min-height: 4.2857142857rem;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin: auto;
}
.wizard h2 {
  font-size: clamp(12px, 11.6px + 0.00125 * 100vw, 14px) !important;
}
.wizard h2 img {
  position: relative;
  top: -0.1428571429rem;
  width: 1.1428571429rem;
}
.wizard a {
  font-size: clamp(12px, 11.6px + 0.00125 * 100vw, 14px) !important;
}
.wizard .input-group {
  position: relative;
  margin-bottom: 1.4285714286rem;
  width: 17.8571428571rem;
}
.wizard .input-group .input-group-text {
  border-radius: 0 !important;
  border: none;
  background: rgba(0, 0, 0, 0);
}
.wizard .input-group input {
  border-radius: 0;
  border: none;
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0);
}
.wizard .input-group .dropdown-menu {
  border: solid 0.0714285714rem #000 !important;
}
.wizard .input-group .dropdown-menu li {
  text-transform: uppercase;
}
.wizard .input-group .dropdown-toggle {
  box-shadow: none;
}
.wizard .btn {
  position: relative;
  border: solid 0.2857142857rem #000;
  background-color: #000;
  border-radius: 0;
  color: #fff;
  width: fit-content;
  padding: 0.5rem 0rem;
}
.wizard .btn span {
  position: relative;
  z-index: 1;
  font-weight: 700;
}
.wizard .btn:hover {
  border-color: #000;
  color: #fff;
}
.wizard .btn:hover:before {
  width: 100%;
}
.wizard .btn:hover::after {
  margin-left: 1.4285714286rem;
  filter: invert(0);
}
.wizard .btn:before {
  content: "";
  position: absolute;
  transition: all 0.3s ease;
  width: 0%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  background-color: #000;
}
.wizard .btn::after {
  content: url("");
  width: 2.1428571429rem;
  transition: all 0.3s ease;
  background: url("../../images/metropol/svg/arrow.svg") no-repeat center center;
  filter: invert(0);
  background-size: 1.7142857143rem;
  margin-left: 0.7142857143rem;
  display: inline-block;
  position: relative;
}
.wizard .button-group {
  border: solid 0.0714285714rem #000 !important;
  text-transform: uppercase;
  box-shadow: none !important;
  padding: 0;
  max-width: 300px;
  width: 100%;
  text-transform: none;
}
.wizard .button-group .input-group-text {
  border-right: solid 0.0714285714rem #000 !important;
  padding-right: 0.5rem !important;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-radius: 0;
  border: none;
  background: rgba(0, 0, 0, 0) !important;
}
.wizard .button-group .dropdown-menu.show {
  min-width: -webkit-fill-available !important;
  left: -0.5714285714rem !important;
  right: -0.0714285714rem !important;
  top: -0.1428571429rem !important;
}
.wizard .button-group .dropdown-toggle {
  white-space: unset;
}
.wizard .button-group .dropdown-toggle:after {
  top: 0 !important;
}
.wizard .button-group .nav-link {
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
  box-shadow: none !important;
  font-size: clamp(14px, 14px + 0 * 100vw, 14px);
}
.wizard .button-group .nav-link .text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  padding-right: 0.5rem !important;
}
.wizard .button-group::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 0%;
  height: 100%;
  background-color: #000;
  transition: all 0.2s ease-in-out;
  z-index: 0;
}
.wizard .button-group:hover .dropdown-toggle::after {
  filter: invert(1);
}
.wizard .button-group:hover::before {
  width: 100% !important;
}
.wizard .button-group:hover img {
  filter: brightness(0) invert(1);
}
.wizard .button-group:hover .nav-link {
  transition: all 0.3s ease;
  color: #fff !important;
}
.discover {
  position: relative;
}
.discover h2 {
  font-size: clamp(24px, 22.4px + 0.005 * 100vw, 32px) !important;
}
.discover a {
  color: #000;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
}
.discover a:hover .content {
  background-color: #000 !important;
  transition: all 0.1s ease-in-out;
  transition-delay: 75ms;
}
.discover a:hover .content img {
  filter: brightness(0) invert(1);
}
.discover a:hover .content h3 {
  color: #fff;
}
.discover a:hover .content::before {
  height: calc(100% - 3.4285714286rem);
}
@media (max-width: 992px) {
  .discover a:hover .content::before {
    width: calc(100% - 3.4285714286rem) !important;
  }
}
.discover a .content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  margin: auto;
  align-items: center;
  justify-content: center;
  align-content: center;
  padding: 0.7142857143rem;
  height: fit-content;
  width: fit-content;
}
@media (max-width: 992px) {
  .discover a .content {
    height: fit-content;
    width: fit-content;
  }
  .discover a .content::before {
    height: 100% !important;
    width: 0% !important;
    left: 0 !important;
    bottom: 0;
  }
  .discover a .content h3 {
    transform: rotate(0deg) !important;
  }
}
.discover a .content::before {
  content: "";
  transition: all 0.2s ease;
  position: absolute;
  width: 100%;
  height: 0%;
  left: 0;
  bottom: 0;
  background-color: #000;
}
.discover a .content h3 {
  font-size: clamp(14px, 12.8px + 0.00375 * 100vw, 20px);
  transition: all 0.2s ease;
  margin: 0;
}
.discover .mask-text {
  position: absolute;
  z-index: -1;
  width: 100%;
  margin: auto;
  top: 0;
  opacity: 0.07;
}
.stores {
  position: relative;
}
.stores a {
  position: relative;
  text-decoration: none;
  color: #000;
  border: solid 0.0714285714rem #000;
}
.stores a .logo {
  padding: 1.4285714286rem;
}
.stores a .content {
  position: relative;
  padding: 1.4285714286rem;
  border-top: solid 0.0714285714rem #000;
  transition: all 0.2s ease-in-out;
}
.stores a .content:before {
  transition: all 0.2s ease-in-out;
  position: absolute;
  content: "";
  left: 0;
  right: auto;
  bottom: 0;
  width: 100%;
  height: 0%;
  background-color: #000;
  z-index: -1;
}
.stores a h3 {
  font-size: clamp(14px, 12.8px + 0.00375 * 100vw, 20px);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.stores a .floor {
  position: absolute;
  left: 0.7142857143rem;
  top: 0.7142857143rem;
  z-index: 1;
  background-color: #000;
  color: #fff;
}
.stores a .floor span {
  font-size: clamp(12px, 11.2px + 0.0025 * 100vw, 16px);
}
.stores a .btn {
  position: relative;
  border: solid 0rem #fff;
  border-radius: 0;
  color: #000;
  width: fit-content;
  padding: 0rem 0rem;
}
.stores a .btn span {
  position: relative;
  z-index: 1;
  font-weight: 700;
}
.stores a .btn:hover {
  border-color: #fff;
  color: #000;
}
.stores a .btn:hover:before {
  width: 100%;
}
.stores a .btn:hover::after {
  margin-left: 1.4285714286rem;
  filter: invert(1);
}
.stores a .btn:before {
  content: "";
  position: absolute;
  transition: all 0.3s ease;
  width: 0%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  background-color: #000;
}
.stores a .btn::after {
  content: url("");
  width: 2.1428571429rem;
  transition: all 0.3s ease;
  background: url("../../images/metropol/svg/arrow.svg") no-repeat center center;
  filter: invert(1);
  background-size: 1.7142857143rem;
  margin-left: 0.7142857143rem;
  display: inline-block;
  position: relative;
}
.stores a .btn span {
  font-weight: 400;
}
.stores a .btn::after {
  margin-left: 0.4285714286rem !important;
}
.stores a .btn:before {
  width: 0 !important;
}
.stores a .btn:hover::after {
  margin-left: 0.4285714286rem !important;
}
.stores a:hover .content {
  color: #fff !important;
}
.stores a:hover .content .btn {
  color: #fff !important;
}
.stores a:hover .content .btn::after {
  filter: invert(0) !important;
}
.stores a:hover .content::before {
  height: 100% !important;
}
.floor iframe {
  border: solid 0.0714285714rem #000;
  min-height: 35.7142857143rem;
}
.cinematika {
  position: relative;
  z-index: 0;
  background-attachment: fixed;
  background-size: cover;
  transition: background-image 0.5s ease-in-out;
}
.cinematika:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  background: linear-gradient(
    90deg,
    rgb(0, 0, 0) 0%,
    rgba(0, 0, 0, 0.5) 64%,
    rgba(0, 0, 0, 0) 100%
  );
  z-index: -1;
}
.cinematika h2 {
  font-size: clamp(24px, 22.4px + 0.005 * 100vw, 32px) !important;
}
.cinematika .glide {
  position: relative;
}
.cinematika .glide .glide__arrow--left {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  height: fit-content;
  margin: auto;
  z-index: 1;
  background-color: #000;
  border: none;
  height: 2.8571428571rem;
  width: 2.8571428571rem;
}
.cinematika .glide .glide__arrow--left img {
  transform: rotate(180deg);
}
.cinematika .glide .glide__arrow--right {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  height: fit-content;
  margin: auto;
  z-index: 1;
  background-color: #000;
  border: none;
  height: 2.8571428571rem;
  width: 2.8571428571rem;
}
.cinematika .container-fluid {
  z-index: 2;
  position: relative;
}
.cinematika::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  backdrop-filter: blur(0.3571428571rem);
  -webkit-backdrop-filter: blur(0.3571428571rem);
  opacity: 1;
  z-index: 1;
}
.cinematika::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.5;
}
.cinematika .cover {
  position: relative;
}
.cinematika .content a {
  position: relative;
  border: solid 0rem #fff;
  background-color: #fff;
  border-radius: 0;
  color: #000;
  width: fit-content;
  padding: 0.7142857143rem 0.7142857143rem;
}
.cinematika .content a span {
  position: relative;
  z-index: 1;
  font-weight: 700;
}
.cinematika .content a:hover {
  border-color: #000;
  color: #fff;
}
.cinematika .content a:hover:before {
  width: 100%;
}
.cinematika .content a:hover::after {
  margin-left: 1.4285714286rem;
  filter: invert(0);
}
.cinematika .content a:before {
  content: "";
  position: absolute;
  transition: all 0.3s ease;
  width: 0%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  background-color: #000;
}
.cinematika .content a::after {
  content: url("");
  width: 2.1428571429rem;
  transition: all 0.3s ease;
  background: url("../../images/metropol/svg/arrow.svg") no-repeat center center;
  filter: invert(1);
  background-size: 1.7142857143rem;
  margin-left: 0.7142857143rem;
  display: inline-block;
  position: relative;
}
.cinematika .trailer {
  background: #fff;
}
.cinematika .trailer h3 {
  font-size: clamp(14px, 13.6px + 0.00125 * 100vw, 16px) !important;
  padding: 0 1.4285714286rem;
  color: #000;
}
.cinematika .trailer span {
  font-size: clamp(14px, 13.6px + 0.00125 * 100vw, 16px);
  position: relative;
  top: -0.1428571429rem;
  color: #000;
}
.cinematika .trailer .btn {
  width: 5rem;
  height: 5rem;
  border: none;
  border-radius: 0;
  background-color: #f24f4f;
  padding: 1.4285714286rem;
  min-height: 3.5714285714rem;
  position: relative;
  top: 0rem;
}
.cinematika .description {
  min-height: 5rem;
  padding: 0rem 1rem;
}
.cinematika .description .btn {
  font-size: clamp(12px, 11.6px + 0.00125 * 100vw, 14px);
  width: fit-content;
  height: fit-content;
  padding: 0.7142857143rem 1.4285714286rem;
  min-height: fit-content;
  background-color: #fac516 !important;
}
.cinematika .description #movie-title {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  max-width: 500px;
  width: 100%;
  overflow: hidden;
}
.drama .blury {
  position: absolute;
  border: solid 0.0714285714rem #000 !important;
  background-color: hsla(0, 0%, 100%, 0.499);
  padding: 0.2857142857rem 0.2857142857rem;
  backdrop-filter: blur(0.3571428571rem);
  top: 0.2857142857rem;
  right: 1rem;
}
.drama .blury .nav-link {
  box-shadow: none;
  outline: none;
}
.drama .blury .dropdown-menu {
  border: solid 0.0714285714rem #000 !important;
  top: 0.1428571429rem !important;
  border: none;
  background-color: hsla(0, 0%, 100%, 0.499);
  min-width: fit-content !important;
}
.drama .blury .dropdown-menu .dropdown-item {
  font-size: clamp(12px, 12px + 0 * 100vw, 12px);
  padding: 0.1428571429rem 0.2857142857rem;
}
.drama .blury span {
  font-size: clamp(12px, 12px + 0 * 100vw, 12px) !important;
}
.drama .blury .dropdown-toggle::after {
  display: none;
}
.drama .sessions table .btn {
  font-size: clamp(12px, 11.6px + 0.00125 * 100vw, 14px);
  width: fit-content !important;
  height: fit-content;
  padding: 0.7142857143rem 0.7142857143rem;
  min-height: fit-content;
}
.drama .sessions table tr th {
  padding-left: 0.7142857143rem !important;
  padding-right: 0.7142857143rem !important;
  padding-bottom: 0.2857142857rem !important;
  padding-top: 0.2857142857rem !important;
}
.drama .sessions table tr h3 {
  margin: 0;
  font-size: clamp(14px, 13.6px + 0.00125 * 100vw, 16px) !important;
}
.drama .sessions table tr:first-child {
  background-color: rgba(0, 0, 0, 0) !important;
}
.drama .sessions table tr:first-child th {
  padding: 0.7142857143rem 0.7142857143rem !important;
}
.drama .sessions table tr:nth-child(odd) {
  background-color: #f3f3f3;
}
.drama .content h2 {
  font-size: clamp(18px, 17.6px + 0.00125 * 100vw, 20px) !important;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.drama .content p {
  font-size: clamp(12px, 11.6px + 0.00125 * 100vw, 14px);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.drama .content .btn {
  font-size: clamp(12px, 11.6px + 0.00125 * 100vw, 14px);
  width: fit-content;
  height: fit-content;
  padding: 0.7142857143rem 0rem;
  min-height: fit-content;
  background-color: #000;
}

.drama .content .button-group {
  border: solid 0.0714285714rem #000 !important;
  text-transform: uppercase;
  box-shadow: none !important;
  padding: 0;
  max-width: 300px;
  width: 100%;
  text-transform: unset;
}
.drama .content .button-group .input-group-text {
  border-right: solid 0.0714285714rem #000 !important;
  padding-right: 0.5714285714rem !important;
  padding-top: 0.5714285714rem;
  padding-bottom: 0.5714285714rem;
  border-radius: 0;
  border: none;
  background: rgba(0, 0, 0, 0) !important;
}
.drama .content .button-group .dropdown-menu.show {
  min-width: -webkit-fill-available !important;
  left: -0.5714285714rem !important;
  right: -0.0714285714rem !important;
  top: -0.1428571429rem !important;
}
.drama .content .button-group .dropdown-toggle {
  white-space: unset;
}
.drama .content .button-group .dropdown-toggle:after {
  top: 0 !important;
}
.drama .content .button-group .nav-link {
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
  box-shadow: none !important;
  font-size: clamp(14px, 14px + 0 * 100vw, 14px);
}
.drama .content .button-group .nav-link .text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  padding-right: 0.5714285714rem !important;
}
.drama .content .button-group::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 0%;
  height: 100%;
  background-color: #000;
  transition: all 0.2s ease-in-out;
  z-index: 0;
}
.drama .content .button-group:hover .dropdown-toggle::after {
  filter: invert(1);
}
.drama .content .button-group:hover::before {
  width: 100% !important;
}
.drama .content .button-group:hover img {
  filter: brightness(0) invert(1);
}
.drama .content .button-group:hover .nav-link {
  transition: all 0.3s ease;
  color: #fff !important;
}
.drama .details {
  border-bottom: solid 0.0714285714rem #000;
}
.drama .details h2 {
  font-weight: 900 !important;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  text-transform: uppercase;
}
.drama .details .cover {
  position: relative;
}
.drama .details .cover:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 4.2857142857rem;
  width: 100%;
  height: 14.2857142857rem;
  margin: auto;
  background: url("../../metropolavm/svg/play-black.svg") no-repeat center
    center;
  background-size: contain;
}
.moicadde {
  position: relative;
}
.moicadde .content {
  position: absolute;
  background-color: #fff;
  right: 9%;
  display: flex;
  flex-direction: column;
  height: fit-content;
  margin: auto;
  justify-content: center;
  top: 0;
  bottom: 0;
  max-width: 500px;
  width: 100%;
  z-index: 1;
  padding: 2.8571428571rem;
}
.moicadde .content:before {
  content: "";
  position: absolute;
  top: 0;
  right: 2.8571428571rem;
  width: 2.1428571429rem;
  height: 2.1428571429rem;
  background: url("../../images/metropol/svg/m-gray.svg") no-repeat center
    center;
  background-size: contain;
}
@media (max-width: 992px) {
  .moicadde .content {
    position: relative;
    margin: 0;
    left: 0;
    padding: 2.8571428571rem 0rem;
    max-width: 100%;
  }
}
.moicadde .content a {
  position: relative;
  border: solid 0.2857142857rem #000;
  border-radius: 0;
  color: #000;
  width: fit-content;
  padding: 0.7142857143rem 0.7142857143rem;
}
.moicadde .content a span {
  position: relative;
  z-index: 1;
  font-weight: 700;
}
.moicadde .content a:hover {
  border-color: #000;
  color: #fff;
}
.moicadde .content a:hover:before {
  width: 100%;
}
.moicadde .content a:hover::after {
  margin-left: 1.4285714286rem;
  filter: invert(0);
}
.moicadde .content a:before {
  content: "";
  position: absolute;
  transition: all 0.3s ease;
  width: 0%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  background-color: #000;
}
.moicadde .content a::after {
  content: url("");
  width: 2.1428571429rem;
  transition: all 0.3s ease;
  background: url("../../images/metropol/svg/arrow.svg") no-repeat center center;
  filter: invert(1);
  background-size: 1.7142857143rem;
  margin-left: 0.7142857143rem;
  display: inline-block;
  position: relative;
}
.peracadde .content {
  position: relative;
}
.peracadde .content a {
  position: relative;
  border: solid 0.2857142857rem #000;
  border-radius: 0;
  color: #000;
  width: fit-content;
  padding: 0.7142857143rem 0.7142857143rem;
}
.peracadde .content a span {
  position: relative;
  z-index: 1;
  font-weight: 700;
}
.peracadde .content a:hover {
  border-color: #000;
  color: #fff;
}
.peracadde .content a:hover:before {
  width: 100%;
}
.peracadde .content a:hover::after {
  margin-left: 1.4285714286rem;
  filter: invert(0);
}
.peracadde .content a:before {
  content: "";
  position: absolute;
  transition: all 0.3s ease;
  width: 0%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  background-color: #000;
}
.peracadde .content a::after {
  content: url("");
  width: 2.1428571429rem;
  transition: all 0.3s ease;
  background: url("../../images/metropol/svg/arrow.svg") no-repeat center center;
  filter: invert(1);
  background-size: 1.7142857143rem;
  margin-left: 0.7142857143rem;
  display: inline-block;
  position: relative;
}
.peracadde .cover {
  position: relative;
}
.peracadde .cover:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  clip-path: polygon(100% 100%, 100% 75%, 51% 85%, 51% 100%);
  background-color: #fff;
  z-index: 1;
}
.peracadde .glide__bullets {
  left: auto;
  right: 0;
  bottom: -2.8571428571rem;
  margin: auto;
}
.peracadde .glide__bullets .glide__bullet {
  background: #f3f3f3;
}
.promotion {
  position: relative;
  border-bottom: solid 0.0714285714rem #000;
}
.promotion ul li {
  border: solid 0.2857142857rem #000;
  background-color: #f3f3f3;
  padding: 1em;
}
@media (max-width: 992px) {
  .promotion ul li {
    width: 100%;
  }
}
.promotion ul li h3 {
  font-size: clamp(14px, 12.8px + 0.00375 * 100vw, 20px);
  margin: 0;
}
.promotion ul li p {
  font-size: clamp(12px, 11.6px + 0.00125 * 100vw, 14px);
  color: #6c757d;
  margin: 0;
}
.promotion .title {
  position: absolute;
  left: -1.4285714286rem;
  font-size: clamp(14px, 12.8px + 0.00375 * 100vw, 20px);
  top: 0;
  z-index: 1;
  writing-mode: vertical-lr;
}
@media (max-width: 992px) {
  .promotion .title {
    position: relative;
    left: 0;
    writing-mode: horizontal-tb;
  }
}
.befo .cover {
  border: solid 0.2857142857rem #000;
}
.befo .content h2 {
  font-size: clamp(18px, 17.6px + 0.00125 * 100vw, 20px) !important;
  font-weight: 900 !important;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.befo .content h4 {
  font-size: clamp(12px, 11.2px + 0.0025 * 100vw, 16px);
}
.befo .content p {
  font-size: clamp(14px, 14px + 0 * 100vw, 14px);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.befo .content .btn {
  position: relative;
  border: solid 0.2857142857rem #000;
  border-radius: 0;
  color: #000;
  width: fit-content;
  padding: 0.7142857143rem 0.7142857143rem;
}
.befo .content .btn span {
  position: relative;
  z-index: 1;
  font-weight: 700;
}
.befo .content .btn:hover {
  border-color: #000;
  color: #fff;
}
.befo .content .btn:hover:before {
  width: 100%;
}
.befo .content .btn:hover::after {
  margin-left: 1.4285714286rem;
  filter: invert(0);
}
.befo .content .btn:before {
  content: "";
  position: absolute;
  transition: all 0.3s ease;
  width: 0%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  background-color: #000;
}
.befo .content .btn::after {
  content: url("");
  width: 2.1428571429rem;
  transition: all 0.3s ease;
  background: url("../../images/metropol/svg/arrow.svg") no-repeat center center;
  filter: invert(1);
  background-size: 1.7142857143rem;
  margin-left: 0.7142857143rem;
  display: inline-block;
  position: relative;
}
.befo .content .button-group {
  border: solid 0.0714285714rem #000 !important;
  text-transform: uppercase;
  box-shadow: none !important;
  padding: 0;
  max-width: 300px;
  width: 100%;
}
.befo .content .button-group .input-group-text {
  border-right: solid 0.0714285714rem #000 !important;
  padding-right: 0.5714285714rem !important;
  padding-top: 0.5714285714rem;
  padding-bottom: 0.5714285714rem;
  border-radius: 0;
  border: none;
  background: rgba(0, 0, 0, 0) !important;
}
.befo .content .button-group .dropdown-menu.show {
  min-width: -webkit-fill-available !important;
  left: -0.5714285714rem !important;
  right: -0.0714285714rem !important;
  top: -0.1428571429rem !important;
}
.befo .content .button-group .dropdown-toggle {
  white-space: unset;
}
.befo .content .button-group .dropdown-toggle:after {
  top: 0 !important;
}
.befo .content .button-group .nav-link {
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
  box-shadow: none !important;
  font-size: clamp(14px, 14px + 0 * 100vw, 14px);
}
.befo .content .button-group .nav-link .text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  padding-right: 0.5714285714rem !important;
}
.befo .content .button-group::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 0%;
  height: 100%;
  background-color: #000;
  transition: all 0.2s ease-in-out;
  z-index: 0;
}
.befo .content .button-group:hover .dropdown-toggle::after {
  filter: invert(1);
}
.befo .content .button-group:hover::before {
  width: 100% !important;
}
.befo .content .button-group:hover img {
  filter: brightness(0) invert(1);
}
.befo .content .button-group:hover .nav-link {
  transition: all 0.3s ease;
  color: #fff !important;
}
.befo .tag {
  position: absolute;
  left: 0.7142857143rem;
  top: 0.7142857143rem;
  z-index: 1;
  background-color: #fff;
  color: #000;
}
.befo .tag span {
  font-size: clamp(12px, 11.2px + 0.0025 * 100vw, 16px);
}
.befo a {
  color: #000;
}
.befo .befo-details .col-xl-5 {
  height: fit-content;
  position: sticky;
  top: 8.5714285714rem;
}
.befo .befo-details h2 {
  font-weight: 900 !important;
  display: block;
}
.befo .befo-details p {
  display: block;
}
.befo .befo-details h3 {
  font-weight: 900;
  font-size: clamp(14px, 12.8px + 0.00375 * 100vw, 20px) !important;
  display: block;
}
.befo .befo-details h4 {
  font-weight: 900;
  font-size: clamp(14px, 13.6px + 0.00125 * 100vw, 16px) !important;
}
.befo .befo-details .gallery {
  border: none;
}
.befo .related {
  border-bottom: solid 0.0714285714rem #000;
  border-top: solid 0.0714285714rem #000;
}
.befo .related h2 {
  font-size: clamp(18px, 17.6px + 0.00125 * 100vw, 20px) !important;
}
@media (max-width: 992px) {
  .befo .related .col-xxl-4 {
    margin-bottom: 2rem;
  }
  .befo .related .col-xxl-4:nth-last-child(1) {
    margin-bottom: 0;
  }
}
.gallery {
  border-bottom: solid 0.0714285714rem #000;
}
.gallery h2 {
  font-size: clamp(18px, 17.6px + 0.00125 * 100vw, 20px) !important;
}
.gallery .glide__bullets {
  position: relative !important;
}
.gallery .glide__bullets .glide__bullet {
  background: #f3f3f3;
}
.reach .nav-pills .nav-item {
  width: 100%;
  max-width: 160px;
}
@media (max-width: 992px) {
  .reach .nav-pills .nav-item {
    max-width: 100%;
  }
}
.reach .nav-pills .active {
  border-radius: 0;
  background-color: #000 !important;
  border: solid 0.1428571429rem #000;
  color: #000;
  display: flex;
  align-items: center;
  align-content: center;
  padding: 0;
}
.reach .nav-pills .active img {
  padding: 0.4285714286rem;
}
.reach .nav-pills .active span:nth-child(1) {
  background-color: #f3f3f3;
}
.reach .nav-pills .active span:nth-child(2) {
  font-size: clamp(14px, 13.6px + 0.00125 * 100vw, 16px);
  font-weight: 900;
  text-transform: uppercase;
  display: block;
  height: fit-content;
  padding: 0.4285714286rem;
}
.reach .nav-pills .nav-link {
  border-radius: 0;
  background-color: #fff;
  border: solid 0.1428571429rem #000;
  color: #000;
  display: flex;
  align-items: center;
  align-content: center;
  padding: 0;
  height: 100%;
  width: 100%;
}
.reach .nav-pills .nav-link:hover {
  background-color: #000;
  color: #fff;
}
.reach .nav-pills .nav-link img {
  padding: 0.4285714286rem;
}
.reach .nav-pills .nav-link span:nth-child(1) {
  background-color: #fff;
  border-right: solid 0.1428571429rem #000;
  padding: 0.4285714286rem 0.7142857143rem;
  height: 100%;
}
.reach .nav-pills .nav-link span:nth-child(2) {
  font-size: clamp(14px, 14px + 0 * 100vw, 14px);
  font-weight: 900;
  text-transform: uppercase;
  display: block;
  height: fit-content;
  padding: 1rem;
}
.reach .tab-content .row .col-lg-3 {
  height: fit-content;
  position: sticky;
  top: 8.5714285714rem;
}
@media (max-width: 992px) {
  .reach .tab-content .row .col-lg-3 {
    position: relative;
    top: 0;
  }
}
.reach .tab-content .row .col-lg-12 .col-md-6 {
  margin-bottom: 0.7142857143rem;
}
.reach .tab-content .row .col-lg-12 .col-md-6:nth-last-child(1) {
  margin-bottom: 0;
}
.reach .tab-content .row .col-lg-12 .content {
  height: 100%;
  transition: all 0.1s ease-in-out;
}
.reach .tab-content .row .col-lg-12 .content h2 {
  font-size: clamp(14px, 13.6px + 0.00125 * 100vw, 16px) !important;
}
.reach .tab-content .row .col-lg-12 .content h2:nth-child(1) {
  width: fit-content;
  padding: 0.3571428571rem 0.7142857143rem;
  color: #fff;
  background-color: #000;
  font-weight: 900;
}
.reach .tab-content .row .col-lg-12 .content h2:nth-child(2) {
  font-weight: 700;
}
.faq .col {
  height: fit-content;
  position: sticky;
  top: 120px;
  max-width: 28.5714285714rem;
  width: 100%;
}
@media (max-width: 1200px) {
  .faq .col {
    position: relative;
    top: 0;
    max-width: 100%;
  }
}
.faq .content {
  height: fit-content;
  border: solid 0.0714285714rem #000;
}
.faq .content h2 {
  font-size: clamp(14px, 12.8px + 0.00375 * 100vw, 20px) !important;
}
.faq .content img {
  position: relative;
  margin-top: -3.5714285714rem;
}
.faq .content .btn {
  position: relative;
  border: solid 0.2857142857rem #000;
  border-radius: 0;
  color: #000;
  width: fit-content;
  padding: 0.7142857143rem 0.7142857143rem;
}
.faq .content .btn span {
  position: relative;
  z-index: 1;
  font-weight: 700;
}
.faq .content .btn:hover {
  border-color: #000;
  color: #fff;
}
.faq .content .btn:hover:before {
  width: 100%;
}
.faq .content .btn:hover::after {
  margin-left: 1.4285714286rem;
  filter: invert(0);
}
.faq .content .btn:before {
  content: "";
  position: absolute;
  transition: all 0.3s ease;
  width: 0%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  background-color: #000;
}
.faq .content .btn::after {
  content: url("");
  width: 2.1428571429rem;
  transition: all 0.3s ease;
  background: url("../../images/metropol/svg/arrow.svg") no-repeat center center;
  filter: invert(1);
  background-size: 1.7142857143rem;
  margin-left: 0.7142857143rem;
  display: inline-block;
  position: relative;
}
.contact .col {
  height: fit-content;
  position: sticky;
  top: 120px;
  max-width: 28.5714285714rem;
  width: 100%;
}
@media (max-width: 1200px) {
  .contact .col {
    position: relative;
    top: 0;
    max-width: 100%;
  }
}
.contact textarea {
  height: 10.7142857143rem;
  resize: none;
}
.contact h3 {
  font-size: clamp(14px, 13.2px + 0.0025 * 100vw, 18px) !important;
  font-weight: 700 !important;
  margin-bottom: 0rem;
}
.contact a {
  color: #000;
}
.contact .form-check {
  padding: 0;
  display: flex;
  gap: 0.2857142857rem;
  position: relative;
}
.contact .form-check .form-check-input {
  margin-top: 0.2857142857rem;
  position: relative;
}
.contact input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 1.3em;
  height: 1.3em;
  border: 0.15em solid currentColor;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
  border-radius: 0;
  position: relative;
  box-shadow: none !important;
}
.contact input[type="checkbox"]::before {
  content: "";
  width: 0.7142857143rem;
  height: 0.7142857143rem;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-color);
  position: relative;
  z-index: 1;
  background-color: #000;
}
.contact input[type="checkbox"]:checked::before {
  transform: scale(1) !important;
}
.contact .input-group {
  border-radius: 0;
  height: 100%;
}
.contact .input-group .input-group-text {
  border-radius: 0;
  background: rgba(0, 0, 0, 0);
  border: solid 0.1428571429rem #000;
  border-right: none !important;
}
.contact .input-group .form-control {
  border-radius: 0;
  padding: 1rem;
  border-left: none !important;
  border: solid 0.1428571429rem #000;
  padding-left: 0;
  box-shadow: none !important;
}
.contact .select-group select {
  padding: 1em;
}
.contact .select-group .form-control {
  border-radius: 0;
  padding: 0.7142857143rem;
  border: solid 0.1428571429rem #000 !important;
  border-right: none !important;
}
.contact .select-group .input-group-text {
  border: solid 0.1428571429rem #000 !important;
  border-left: none !important;
  background-color: #000;
}
.contact .content {
  height: fit-content;
}
.contact .content .btn {
  position: relative;
  border: solid 0.2857142857rem #000;
  background-color: #000;
  border-radius: 0;
  color: #fff;
  width: fit-content;
  padding: 0.7142857143rem 0.7142857143rem;
}
.contact .content .btn span {
  position: relative;
  z-index: 1;
  font-weight: 700;
}
.contact .content .btn:hover {
  border-color: #000;
  color: #fff;
}
.contact .content .btn:hover:before {
  width: 100%;
}
.contact .content .btn:hover::after {
  margin-left: 1.4285714286rem;
  filter: invert(0);
}
.contact .content .btn:before {
  content: "";
  position: absolute;
  transition: all 0.3s ease;
  width: 0%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  background-color: #000;
}
.contact .content .btn::after {
  content: url("");
  width: 2.1428571429rem;
  transition: all 0.3s ease;
  background: url("../../images/metropol/svg/arrow.svg") no-repeat center center;
  filter: invert(0);
  background-size: 1.7142857143rem;
  margin-left: 0.7142857143rem;
  display: inline-block;
  position: relative;
}
footer {
  background-color: #f3f3f3;
}
footer .app-promo {
  position: relative;
  margin-top: 5.7142857143rem;
  background-color: #000;
}
@media (max-width: 992px) {
  footer .app-promo {
    margin-top: 0rem;
  }
}
footer .app-promo h3 {
  font-size: clamp(24px, 22.4px + 0.005 * 100vw, 32px);
}
footer .app-promo .phone img {
  position: relative;
  margin-top: -3.5714285714rem;
}
footer .footer {
  border-top: solid 0.0714285714rem #000;
}
footer .footer h4 {
  font-size: clamp(14px, 13.6px + 0.00125 * 100vw, 16px);
  margin-bottom: 0.7142857143rem;
}
footer .footer hr {
  margin: 0;
  margin-bottom: 0.7142857143rem;
  max-width: 100px;
  opacity: 1;
}
footer .footer a {
  text-decoration: none;
  color: #4b4b4b;
  line-height: 1.7142857143rem;
  font-size: 14px;
  font-weight: 300;
}
footer .accessibility {
  position: fixed;
  bottom: 3.5714285714rem;
  right: 3.5714285714rem;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.7142857143rem;
  transition: all 0.3s ease;
  display: none;
}
footer .accessibility .card {
  position: absolute;
  right: 4.2857142857rem;
  bottom: 0;
  width: 14.2857142857rem;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
footer .accessibility .card .btn {
  background-color: #000;
  color: #fff;
  width: 100%;
}
@media (max-width: 992px) {
  footer .accessibility {
    bottom: 1.4285714286rem;
    right: 1.4285714286rem;
  }
}
footer .accessibility img {
  width: 3.5714285714rem;
  height: 3.5714285714rem;
  cursor: pointer;
  transition: all 0.3s ease;
}
.social a img {
  padding: 0;
  margin: 0;
}
/*
.social a:nth-child(1) img {
  width: 1.2857142857rem;
}
.social a:nth-child(2) img {
  width: 0.8571428571rem;
}
.social a:nth-child(3) img {
  width: 0.5714285714rem;
}
.social a:nth-child(4) img {
  width: 1.2142857143rem;
}*/
.modal .modal-dialog {
  max-width: 42.8571428571rem;
  width: 100%;
  margin: auto;
  padding: 0.7142857143rem;
}
.modal .modal-dialog .modal-body {
  padding: 0;
}
.modal .modal-dialog .modal-body iframe {
  max-width: 100%;
  height: 420px;
}
.modal .modal-dialog .modal-content {
  border-radius: 0;
  background-color: #fff;
  border: solid 0.1428571429rem #000;
  padding: 0rem;
  position: relative;
}
.modal .modal-dialog .modal-content .btn-close {
  position: absolute;
  top: 0rem;
  right: 0rem;
  padding: 0.7142857143rem;
  color: #000;
  background-color: #fff;
  opacity: 1;
  border-radius: 0;
  z-index: 2;
}
.marquee ul {
  user-select: none;
  margin: 0;
}
.marquee ul li {
  padding: 0.5714285714rem 0;
}
.marquee ul li a {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: clamp(24px, 20px + 0.00625 * 100vw, 28px);
  font-weight: 800;
  margin: 0 1.4285714286rem;
  position: relative;
}
.marquee ul li a::after {
  content: "*";
  height: fit-content;
  position: absolute;
  top: 50%;
  transform: translateY(-35%);
  right: -2.1428571429rem;
}
.accordion {
  position: relative;
}
.accordion .accordion-item {
  position: relative;
  border-color: #d9d9d9;
  border-radius: 0 !important;
  border: none !important;
}
.accordion .accordion-item .accordion-header {
  display: flex;
  position: relative;
}
.accordion .accordion-item .accordion-header button {
  font-size: clamp(14px, 13.2px + 0.0025 * 100vw, 18px);
}
.accordion .accordion-item .accordion-header .accordion-button {
  padding: 3rem;
  background-color: rgba(0, 0, 0, 0);
  box-shadow: none;
  font-weight: 800;
  border: solid 0.0714285714rem #d9d9d9;
  border-radius: 0 !important;
  width: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .accordion .accordion-item .accordion-header .accordion-button {
    padding: 1.4285714286rem;
  }
}
.accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  color: #000;
  border-bottom: 0 !important;
  padding: 3rem 3rem 0rem 3rem;
}
@media (max-width: 992px) {
  .accordion
    .accordion-item
    .accordion-header
    .accordion-button:not(.collapsed) {
    padding: 1.4285714286rem;
  }
  .accordion
    .accordion-item
    .accordion-header
    .accordion-button:not(.collapsed):after {
    filter: invert(0) !important;
  }
}
.accordion
  .accordion-item
  .accordion-header
  .accordion-button:not(.collapsed):after {
  filter: invert(1) brightness(999%);
}
.accordion
  .accordion-item
  .accordion-header
  .accordion-button:not(.collapsed):before {
  content: "";
  position: absolute;
  top: 2.2857142857rem;
  right: 2.1428571429rem;
  z-index: 0;
  background-color: #000;
  width: 2.8571428571rem;
  height: 2.8571428571rem;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .accordion
    .accordion-item
    .accordion-header
    .accordion-button:not(.collapsed):before {
    display: none;
  }
}
.accordion .accordion-item .accordion-header .accordion-button:after {
  filter: invert(0);
}
.accordion .accordion-item .accordion-header .accordion-button:before {
  content: "";
  position: absolute;
  top: 2.2857142857rem;
  right: 2.1428571429rem;
  z-index: 0;
  background-color: #fff;
  border: solid 0.0714285714rem #000;
  width: 2.8571428571rem;
  height: 2.8571428571rem;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .accordion .accordion-item .accordion-header .accordion-button:before {
    display: none;
  }
}
.accordion .accordion-item .accordion-header span {
  position: relative;
  left: 0;
  z-index: 2;
  top: 0rem;
  bottom: 0;
  font-weight: 900;
  background-color: #000;
  width: 3.5714285714rem;
  min-height: 100%;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  border: solid 0.0714285714rem #000;
}
.accordion .accordion-item .accordion-body {
  padding-left: 3rem;
  padding-bottom: 3rem;
  padding-right: 3rem;
  border: solid 0.0714285714rem #000;
  border-top: none !important;
}
.notfound {
  background-color: #d9d9d9;
  overflow: hidden;
  position: relative;
}
.notfound .cover {
  position: relative;
  bottom: -4px;
  width: 100%;
  object-fit: cover;
  mask-image: url("../../images/metropol/svg/404.svg");
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  -webkit-mask-image: url("../../images/metropol/svg/404.svg");
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
}
.notfound .breadcrumbs {
  opacity: 0.5;
}
.notfound .btn {
  position: relative;
  border: solid 0.2857142857rem #000;
  border-radius: 0;
  color: #000;
  width: fit-content;
  padding: 0.7142857143rem 0.7142857143rem;
}
.notfound .btn span {
  position: relative;
  z-index: 1;
  font-weight: 700;
}
.notfound .btn:hover {
  border-color: #000;
  color: #fff;
}
.notfound .btn:hover:before {
  width: 100%;
}
.notfound .btn:hover::after {
  margin-left: 1.4285714286rem;
  filter: invert(0);
}
.notfound .btn:before {
  content: "";
  position: absolute;
  transition: all 0.3s ease;
  width: 0%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  background-color: #000;
}
.notfound .btn::after {
  content: url("");
  width: 2.1428571429rem;
  transition: all 0.3s ease;
  background: url("../../images/metropol/svg/arrow.svg") no-repeat center center;
  filter: invert(1);
  background-size: 1.7142857143rem;
  margin-left: 0.7142857143rem;
  display: inline-block;
  position: relative;
}
@media (min-width: 1400px) {
  .col-xxl-2-5 {
    width: 20% !important;
    float: left;
  }
}
@media (min-width: 576px) {
  .position-sm-static {
    position: static !important;
  }
  .position-sm-relative {
    position: relative !important;
  }
  .position-sm-absolute {
    position: absolute !important;
  }
  .position-sm-fixed {
    position: fixed !important;
  }
  .position-sm-sticky {
    position: sticky !important;
  }
}
@media (min-width: 768px) {
  .position-md-static {
    position: static !important;
  }
  .position-md-relative {
    position: relative !important;
  }
  .position-md-absolute {
    position: absolute !important;
  }
  .position-md-fixed {
    position: fixed !important;
  }
  .position-md-sticky {
    position: sticky !important;
  }
}
@media (min-width: 992px) {
  .position-lg-static {
    position: static !important;
  }
  .position-lg-relative {
    position: relative !important;
  }
  .position-lg-absolute {
    position: absolute !important;
  }
  .position-lg-fixed {
    position: fixed !important;
  }
  .position-lg-sticky {
    position: sticky !important;
  }
}
@media (min-width: 1200px) {
  .position-xl-static {
    position: static !important;
  }
  .position-xl-relative {
    position: relative !important;
  }
  .position-xl-absolute {
    position: absolute !important;
  }
  .position-xl-fixed {
    position: fixed !important;
  }
  .position-xl-sticky {
    position: sticky !important;
  }
} /*# sourceMappingURL=index.css.map */

.bg-wg,
.marquee {
  background: linear-gradient(90deg, #3b82f6 10%, #30dbe0 60%, #6ee7b7 100%);
}
.text-wg {
  background: var(
    --blue-green,
    linear-gradient(90deg, #3b82f6 10%, #30dbe0 60%, #6ee7b7 100%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.footer {
  border: none !important;
}

.footer h4 {
  letter-spacing: 5px;
  font-size: 14px;
  font-weight: 500 !important;
}

.footer hr {
  opacity: 0.1 !important;
}

.footer ul li {
  margin-bottom: 5px;
}

.drama .content .btn img {
  filter: invert(1);
}
.drama .content .btn {
  color: #fff;
}
.drama .content .btn.bg-white {
  color: black;
}

.fd-item img {
  padding: 0px !important;
}

.service-item img {
  padding: 15% 25% !important;
  background: linear-gradient(90deg, #3b82f6 10%, #30dbe0 60%, #6ee7b7 100%);
}
.service-item .floor {
  background: #e72167 !important;
}

.pool-videos {
  background: #f3faff;
}
.pool-videos .pv-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.box-img {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.video-i {
  position: absolute;
  z-index: 1;
  height: 42px;
}
.wizard .button-group { max-width: fit-content !important;  }