.navbar-brand-item {
  min-height: 60px;
}

.home-banner-content {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.home-about-section {
	padding-top: 3.5rem;
}

@media (max-width: 767.98px) {
	.navbar-expand-xl .navbar-brand .navbar-brand-item {
		height: 40px;
		min-height: 0;
		max-height: 40px;
		width: auto;
	}

	.home-anniversary-seal {
		width: 150px;
		height: auto;
	}

	.home-about-section {
		padding-top: 1.75rem;
	}

	.home-banner-content {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}

  .home-banner .swiper-wrapper {
    align-items: stretch;
  }

  .home-banner .swiper-slide {
    height: auto;
  }

  .home-banner .swiper-slide > .card {
    height: 100%;
  }
}

.btn-theme {
  background-color: #235686;
  color: #FFF;
}

.btn-off {
  background-color: #222;
  color: #FFF;
}

.cookies {
  position: fixed;
  bottom: 20px;
  left: -370px;
  max-width: 345px;
  width: 100%;
  background: #FFF;
  border-radius: 8px;
  padding: 15px 25px 22px;
  transition: left 0.3s ease;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}
.cookies.show {
  left: 20px;
}

.cookies .info {
  margin-top: 16px;
}
.cookies .info p {
  color: #333;
  font-size: 12px;
  margin: 15px auto;
}

.cookies .info p a {
  text-decoration: none;
}

.cookies .info p a:hover {
  text-decoration: underline;
}

.cookies .btns {
  margin-top: 16px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cookies .btns .button {
  border: none;
  color: #FFF;
  padding: 8px 0;
  border-radius: 8px;
  cursor: pointer;
  width: calc(100% / 2 - 10px);
  transition: all 0.2s ease;
}
