textarea:focus-visible {
  outline: unset
}
.bwp-container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px
}

.rte {
  margin-bottom: 20px;
  line-height: 2em
}
.rte:after {
  content: "";
  display: block;
  clear: both
}
.rte ol,
.rte p,
.rte table,
.rte ul {
  margin-bottom: 20px
}
.rte ul ul {
  margin-bottom: 0
}
.rte h1,
.rte h2,
.rte h3,
.rte h4,
.rte h5,
.rte h6 {
  padding-top: 10px;
  color: #000
}
.rte h1:first-child,
.rte h2:first-child,
.rte h3:first-child,
.rte h4:first-child,
.rte h5:first-child,
.rte h6:first-child {
  margin-top: 0
}
.rte h1 a,
.rte h2 a,
.rte h3 a,
.rte h4 a,
.rte h5 a,
.rte h6 a {
  text-decoration: none
}
.rte li {
  margin-bottom: 0
}
.rte table {
  table-layout: fixed
}
.rte img {
  display: block;
  max-width: 100%
}
@media (max-width:767px) {
  .hidden-mobile {
    display: none
  }
  .hide_mobile {
    display: none!important
  }
}