.text-center {
	text-align: center;
}
.d-flex {
    display: flex;
}
.fw-bold {
  font-weight: 700;
}
.pe-lg-4 {
  padding-right: 1.5rem;
}
.sec-pd {
  padding-top: 90px;
  padding-bottom: 90px;
}
.sec-pd-sm {
  padding-top: 60px;
  padding-bottom: 60px;
}
.rounded-circle {
    border-radius: 50%;
}
.bg-white {
    background-color: #fff;
}
.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
#abi-bdg-my-badges .btn {
	display: inline-block;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 1px solid var(--bs-btn-border-color);
    border-radius: 0.375rem;
    background-color: var(--bs-btn-bg);
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
#abi-bdg-my-badges .btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #198754;
  --bs-btn-border-color: #198754;
	text-align: center;
}
#abi-bdg-banner {
  color: white;
  display: flex;
  align-items: center;
  padding: 68px;
  margin-bottom: 1rem;
  min-height: 300px;
  position: relative;
}
#abi-bdg-banner h1 {
  font-family: 'Prompt', sans-serif;
  font-size: 59px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: -1.2px;
}
#abi-bdg-banner .tag {
  color: #ffa400;
  font-size: 84px;
  display: block;
}
#abi-bdg-description {
  max-width: 1050px;
  margin: 0 auto;
}
#abi-bdg-my-badges {
  background-color: #ebf5ff;
  border-radius: 10px;
}
#abi-bdg-my-badges h2 {
  font-family: "PT Serif",serif;
  font-weight: bold;
}
.abi-badge-image {
  overflow: hidden;
}
.abi-badge-image img {
  object-fit: contain;
}
.abi-badge-image svg {
  width: 100%;
  height: auto;
}
#abi-bdg-my-badges img.badge-default {
  max-width: 206px;
  margin: 0 auto 20px;
}
.badges-wrapper {
  background-color: #fff;
}
.abi-badge-details p {
  font-size: 16px;
  line-height: 1.5;
  text-overflow: ellipsis;
  overflow: hidden;
}
#abi-bdg-badges h2 {
  font-family: "PT Serif",serif;
  font-weight: bold;
}
#abi-bdg-info h2, #abi-bdg-info h3, #abi-bdg-info h4, #abi-bdg-info h5, #abi-bdg-info h6 {
  font-family: "PT Serif",serif;
  font-weight: bold;
}
#abi-bdg-info h2 {
  font-size: 30px;
}
#abi-bdg-info h3 {
  font-size: 24px;
}
#abi-bdg-info h6 {
  font-size: 20px;
  margin-top: 30px;
}
#abi-bdg-info ul {
  margin: 0;
  padding: 10px 0 0;
  border: none;
}
#abi-bdg-info ul li {
  list-style-type: none;
  padding: 5px 0;
  margin-bottom: 0;
}
#abi-bdg-info ul li a {
  text-decoration: none;
}
#abi-bdg-cta h2 {
  font-family: "PT Serif",serif;
  font-weight: bold;
  margin-bottom: 20px;
}
#abi-bdg-cta p {
  font-weight: bold;
}
#abi-bdg-badges .slider-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
#abi-bdg-badges .slider-item img {
  width: 200px;
  height: 200px;
  object-fit: contain;
}
#abi-bdg-badges .slick-slider .slick-slide {
  padding: 0 15px;
}
#abi-bdg-badges .slick-disabled {
  opacity: 0.5;
  cursor: default !important;
}
#abi-bdg-badges .slick-next:before, #abi-bdg-badges .slick-prev:before {
  display: none;
} 
#abi-bdg-badges .slick-prev, #abi-bdg-badges .slick-next {
  font-size: 20px;
  position: absolute;
  top: 50%;
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
}
#abi-bdg-badges .slick-prev i, #abi-bdg-badges .slick-next i, #abi-bdg-badges .slick-next img, #abi-bdg-badges .slick-prev img {
  width: 40px;
  height: 40px;
  background: white;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  color: black;
  padding: 10px;
}
#abi-bdg-badges .slick-next {
  right: -20px;
  background-color: transparent;
}
#abi-bdg-badges .slick-prev {
  left: -20px;
  background-color: transparent;
}
#abi-bdg-badges .slick-prev img {
	transform: rotate(-180deg);
}
.my-badges .banner {
	background-size: cover;
}
@media (max-width: 991.98px) {
  .sec-pd {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #abi-bdg-banner {
    padding: 28px;
  }
  .my-badges .banner {
	background-position: left center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100px !important;
  }
}
@media (min-width: 1360px) {
	.bdg-details, .bdg-media {
	  width: 50%
	}
}

#abi-bdg-badges .mt-4{
    margin-bottom: 25px;
}