body {
  background: var(--bs-secondary);
  font-family: 'Play', sans-serif;
}

.saph-container {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
  background: var(--bs-dark);
  color: white;
  border-radius: .75rem;
}

hr {
  margin: 1rem 2.5rem;
  border-top: 3px solid var(--bs-danger);
  opacity: 1;
}

.section-holder {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.square {
  border-radius: 0px !important;
}

.saph-ul {
  list-style: none;
}

.saph-ul li {
  margin: 12px 0;
  position: relative;
}

.saph-ul li:before {
  text-indent: -999999px;
  position: absolute;
  background-image: url(../../assets/img/plus_grey.svg);
  display: block;
  background-position: 0 .3em;
  width: 1.5em;
  height: 1.5em;
  background-repeat: no-repeat;
  background-size: 1em 1em;
  content: '\2022';
  left: -1.5em;
}

@media (min-width: 576px) {
  .saph-container .row {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}

.slogan-icon {
  max-width: 120px;
}

.smaller {
  font-size: 0.675em;
}

.max-300 {
  max-width: 300px;
  width: 100%;
}

.partnerlogo {
  text-align: center;
  margin-bottom: 1rem;
}

#partnersListing .row {
  margin-bottom: 2rem;
}

#partnersListing img {
  display: block;
  margin: 0 auto;
  filter: brightness(150%);
  margin-bottom: 1.2rem;
}

#partnersListing a {
  font-size: 1.2rem;
  width: 100%;
}

.accordion-header, .accordion-button {
  border-radius: 0!important;
  background: var(--bs-secondary);
  color: white;
  border: 0;
}

.accordion-item {
  border-radius: 0;
  margin-top: .5rem;
  background: var(--bs-light);
  border: 0;
}

.lang {
  color: var(--bs-dark);
  /*font-weight: 800;*/
}

.lang:hover {
  color: var(--bs-danger);
}

.vcenter {
  margin-right: -15px;
  margin-left: 30px;
}

