.ab_container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.ab_container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .ab_container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .ab_container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .ab_container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .ab_container {
    max-width: 1140px;
  }
}
@media (min-width: 1440px) {
  .ab_container {
    width: 1320px;
    max-width: 100%;
  }
}
.ab_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.ab_col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.ab_p-0 {
	padding: 0;
}
.ab_d-block {
  display: block !important;
}
.ab_d-none {
  display: none !important;
}
@media (min-width: 992px) {
  .ab_d-lg-none {
    display: none !important;
  }
  .ab_d-lg-inline {
    display: inline !important;
  }
  .ab_d-lg-inline-block {
    display: inline-block !important;
  }
  .ab_d-lg-block {
    display: block !important;
  }
}
.ab_pt-4,
.ab_py-4 {
  padding-top: 1.5rem !important;
}
.ab_pb-2,
.ab_py-2 {
  padding-bottom: 0.5rem !important;
}
.ab_pt-sm-2,
.ab_py-sm-2 {
  padding-top: 0.5rem !important;
}
.ab_pb-sm-2,
.ab_py-sm-2 {
  padding-bottom: 0.5rem !important;
}
.ab_mb-0,
.ab_my-0 {
  margin-bottom: 0 !important;
}
.ab_pink-text {
  color: #b20839 !important;
}
.ab_font-weight-bold {
  font-weight: 700 !important;
}
.ab_text-center {
	text-align: center;
}
.ab_sticky {
  position: fixed;
  z-index: 9;
}