/*
Theme Name: BasePress Modern
Theme URI: http://codesavory.com
Author: codesavory.com
Author URI: codesavory.com
Description: This is the Modern BasePress theme
Version: 2.9.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/**
 * Table of Contents
 *
 * 1.0 - Clearings and main styles
 * 2.0 - Knowledge Bases
 * 3.0 - Page Header
 * 4.0 - Sections
 * 5.0 - Sections List Type
 * 6.0 - Sections Box Type
 * 7.0 - Content Area
 * 8.0 - Post Meta data
 * 9.0 - Breadcrumbs
 * 10.0 - Search Bar
 * 11.0 - Search Results
 * 12.0 - Table of Contents
 * 13.0 - Votes
 * 14.0 - Pagination
 * 15.0 - Previous and Next articles
 * 16.0 - Comments
 * 17.0 - Sidebar
 * 18.0 - Accordion Navigation Widget
 * 19.0 - Table of Contents Widget
 * 20.0 - Buttons
 * 21.0 - Notices
 * 22.0 - Grid Layout
 */
/**
 * 1.0 - Clearings and main styles
 */
.d-none {
  display: none !important;
}

.bpress-heading {
  position: relative;
  line-height: 1.5;
  color: inherit;
}

.bpress-single-section .bpress-heading {
  font-size: 1.8em;
  font-weight: bold;
}

.bpress-post-link .bpress-heading {
  font-size: 1.1em;
  font-weight: normal;
}

.bpress-post-link.search .bpress-heading {
  margin-bottom: 0.5em;
  font-weight: bold;
}

.bpress-searchbar-wrap p.bpdescription {
  margin-bottom: 30px;
}

.bpress-heading.show-icon {
  padding-left: 1.5em;
}

/**
 * 2.0 - Knowledge Bases
 */
.bpress-product,
.bpress-kb {
  position: relative;
  padding: 20px 20px 4em;
  border: 1px solid #f2f2f2;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 5px 5px 45px rgba(0, 0, 0, 0.08);
  cursor: pointer;
}

.bpress-product:hover,
.bpress-kb:hover {
  color: inherit;
  border: 1px solid #E3E3E3;
}

.bpress-product a.bpress-product-link,
.bpress-product a.bpress-product-link:hover,
.bpress-kb a.bpress-kb-link,
.bpress-kb a.bpress-kb-link:hover {
  color: inherit !important;
  text-decoration: none !important;
}

.bpress-product .bpress-product-title,
.bpress-kb .bpress-kb-title {
  margin: 0 0 0.25em;
  padding: 0;
  font-size: 1.3em;
}

.bpress-product .bpress-product-image,
.bpress-kb .bpress-kb-image {
  display: block;
  max-width: 100%;
  margin: 0 auto 20px;
}

/**
 * 3.0 Page Header
 */
/**
 * 4.0 - Sections
 */
/**
 * 5.0 - Sections List Type
 */
.bpress-post-count {
  display: inline-block;
  position: absolute;
  right: 15px;
  top: -15px;
  background-color: #36444f;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #f2f2f2;
  font-size: 13px;
  font-weight: normal;
  text-align: center;
  line-height: 30px;
}

/**
 * 6.0 - Sections Box Type
 */
.bpress-section-boxed {
  position: relative;
  border: 1px solid #f2f2f2;
  border-radius: 3px;
  text-align: center;
  background-color: #fff;
  box-shadow: 5px 5px 45px rgba(0, 0, 0, 0.08);
}

.bpress-section-boxed:hover {
  border: 1px solid #e3e3e3;
}

.bpress-section-boxed > a {
  display: block;
  width: 100%;
  min-height: 280px;
  padding: 20px;
  text-decoration: none;
  overflow: hidden;
}

.bpress-section-boxed a:hover {
  text-decoration: none !important;
}

.bpress-section-boxed p {
  color: inherit;
}

.bpress-section-boxed .bpress-section-icon {
  color: #17aacf;
}

.bpress-section-boxed .bpress-section-icon {
  display: block;
  padding-top: 25px;
  font-size: 6em;
}

.bpress-section-image {
  max-width: 100%;
}

.bpress-section-boxed .bpress-section-title {
  margin: 2em 0 0.5em;
  color: #575757;
  font-size: 1.3em;
  word-wrap: break-word;
}

.bpress-section-list,
.bpress-post-list {
  margin: 0;
  padding: 0;
}

.bpress-section-boxed .bpress-viewall {
  display: block;
  margin-top: 1em;
  color: #17aacf;
  text-decoration: none;
}

.bpress-section-boxed .bpress-viewall:hover {
  text-decoration: underline;
}

/**
 * 7.0 - Content Area
 */
.bpress-post-header {
  margin-bottom: 1.5em;
}

.bpress-post-header h1 {
  margin-top: 0;
}

.bpress-login {
  max-width: 350px;
  padding: 30px;
  margin: 50px auto;
  border: 1px solid #d7e2e5;
  border-radius: 3px;
  background-color: #e0e9eb;
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.08);
}

.bpress-restricted-notice {
  margin: 2em 0;
  padding: 1em;
  border: 1px solid #f2f2f2;
  border-left: 5px solid #db5b57;
  border-radius: 5px 3px 3px 5px;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
}

.article-teaser {
  position: relative;
}

.article-teaser:after {
  display: block;
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4em;
  max-height: 100%;
  background: linear-gradient(to top, #fff 0%, rgba(255, 255, 255, 0) 100%);
}

.bpress-login label {
  display: block;
}

.bpress-login input[type=text],
.bpress-login input[type=password] {
  width: 100%;
  height: 3em;
  padding: 1em;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  font-size: inherit;
  line-height: inherit;
}

#bpress-restricted-login-submit[type=submit] {
  margin-bottom: 10px;
  padding: 10px;
  border: none;
  border-radius: 4px;
  background-image: none;
  background-color: #1497b8;
  text-align: left;
  font-size: inherit;
  color: #fff;
}

/* Copy header anchor buttons */
.bpress-copy-link,
.bpress-copy-link:hover,
.bpress-copy-link:focus {
  position: relative;
  white-space: nowrap;
  margin-left: 0.25em;
  font-size: 0.75em;
  color: #17aacf;
}

.bpress-hl-tooltip {
  display: inline-block;
  position: absolute;
  bottom: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  padding: 4px 8px;
  border-radius: 4px;
  background: #777;
  font-size: 11px;
  font-weight: normal;
  color: #fff;
}

.bpress-hl-tooltip.hidden {
  display: none;
}

.bpress-hl-tooltip:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  border-style: solid;
  border-color: #777 transparent transparent;
  border-width: 10px 5px;
}

/**
 *	8.0 Post Meta Data
 */
.bpress-post-meta {
  margin: -1em 0 0;
  font-size: 0.8em;
  color: #777;
}

.bpress-post-link .bpress-post-meta {
  float: right;
  margin: 0.5em 0 0;
}

.bpress-post-views,
.bpress-post-likes,
.bpress-post-dislikes,
.bpress-post-date {
  margin-right: 1em;
}

.bpress-post-views span,
.bpress-post-likes span,
.bpress-post-dislikes span,
.bpress-post-date span {
  margin-right: 5px;
}

.bpress-post-likes span {
  color: #64b473;
}

.bpress-post-dislikes span {
  color: #db5b57;
}

/**
 * 9.0 - Breadcrumbs
 */
.bpress-crumbs-wrap {
  position: relative;
  width: 100%;
  margin-bottom: 60px;
  padding: 1em 10px;
  font-size: 0.9em;
  list-style-type: none;
  background-color: #e0e9eb;
}

.bpress-crumbs {
  margin: 0;
  padding: 0;
}

.bpress-crumbs li {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.bpress-crumbs li a {
  color: #555;
  text-decoration: none;
}

.bpress-crumbs li a:hover {
  color: #17aacf;
  text-decoration: none;
}

.bpress-breadcrumb-arrow {
  margin: 0 8px;
  color: #17aacf;
}

/**
 * 10.0 - Search Bar
 */
.bpress-search-shortcode p.bpdescription {
  margin-bottom: 10px;
}

.bpress-search-form input[type=hidden] {
  display: none;
}

.bpress-search-form.show-submit:before {
  display: none;
}

/**
 * 11.0 - Search Results
 */
.bpress-search-section {
  padding: 5px 10px;
  border: 1px solid #d0dee1;
  border-radius: 3px;
  font-size: 0.8em;
  line-height: 2.5em;
  background-color: #e0e9eb;
}

/**
 * 12.0 - Table of Contents
 */
.bpress-toc {
  margin: 2em 0;
  padding: 2em;
  background-color: #eff4f5;
  border-top: 3px solid #e0e9eb;
  border-bottom: 3px solid #e0e9eb;
  overflow-y: auto;
}

.bpress-toc h2 {
  margin: 0 0 0.5em;
  font-size: 1.5em;
  font-weight: bold;
}

.bpress-toc ul {
  margin: 0;
  padding: 0;
}

.bpress-toc ul li,
.bpress-toc ol li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.bpress-toc li ul,
.bpress-toc li ol {
  margin: 0 0 0 1em;
  padding: 0;
}

.bpress-toc ol {
  counter-reset: item;
  margin: 0;
  padding: 0;
}

.bpress-toc ol li {
  line-height: 2em;
}

.bpress-toc li a {
  display: table;
  width: 100%;
  padding: 5px;
  margin: 0;
  border-bottom: 1px dashed #c1d3d7;
  color: inherit;
  text-decoration: none;
}

.bpress-toc ol li a:before {
  display: table-cell;
  width: 1em;
  padding-right: 0.5em;
  content: counters(item, ".") ". ";
  counter-increment: item;
  word-break: keep-all;
}

.bpress-toc li a:hover,
.bpress-toc li a.active {
  background-color: #fcfdfd;
  text-decoration: none;
}

.bpress-anchor-link {
  display: block;
  position: relative;
  top: -3em;
  height: 0;
  width: 0;
}

.bpress-totop-wrap:after {
  display: table;
  width: 100%;
  content: "";
}

.bpress-totop {
  float: right;
  font-size: 0.9em;
  color: #17aacf;
}

.bpress-totop:hover {
  color: #17aacf;
  text-decoration: underline;
}

/* Floating Table of Content */
@media (min-width: 1280px) {
  body.bpress-sticky-toc .bpress-main article {
    display: grid;
  }
  body.bpress-sticky-toc.bpress-sticky-toc-left .bpress-main article {
    grid-template-columns: 250px 1fr;
    grid-template-areas: "toc-top ." "toc ." "toc header" "toc content";
  }
  body.bpress-sticky-toc.bpress-sticky-toc-right .bpress-main article {
    grid-template-columns: 1fr 250px;
    grid-template-areas: ". toc-top" ". toc" "header toc" "content toc";
  }
  body.bpress-sticky-toc .bpress-main article header {
    grid-area: header;
    grid-row-start: 1;
  }
  body.bpress-sticky-toc .bpress-main article a[name=bp-toc-top] {
    grid-area: toc-top;
  }
  body.bpress-sticky-toc .bpress-main article .bpress-toc-wrap {
    grid-area: toc;
  }
  body.bpress-sticky-toc.bpress-sticky-toc-left article .bpress-toc-wrap {
    margin-right: 2em;
  }
  body.bpress-sticky-toc.bpress-sticky-toc-right article .bpress-toc-wrap {
    margin-left: 2em;
  }
  body.bpress-sticky-toc .bpress-main article .bpress-toc {
    margin: 0;
    padding: 1em;
    overflow: auto;
  }
  body.bpress-sticky-toc .bpress-main article .bpress-article-content {
    grid-area: content;
  }
  body.bpress-sticky-toc.bpress-sticky-toc-left .bpress-pagination {
    grid-column-start: 2;
  }
  body.bpress-sticky-toc.bpress-sticky-toc-right .bpress-pagination {
    grid-column-start: 1;
  }
  body.bpress-sticky-toc .bpress-main article .bpress-toc::-webkit-scrollbar {
    width: 6px;
  }
  body.bpress-sticky-toc .bpress-main article .bpress-toc {
    scrollbar-width: 6px;
  }
  ::-webkit-scrollbar-track {
    background-color: transparent;
  }
  ::-webkit-scrollbar-thumb {
    background-color: #d0dee1;
    border-radius: 5px;
  }
}
/**
 * 13.0 - Votes
 */
.bpress-votes {
  margin: 2em 0;
  padding: 1em;
  text-align: center;
  border-top: 1px dashed #e0e9eb;
  border-bottom: 1px dashed #e0e9eb;
}

.bpress-votes-question {
  margin-bottom: 0.5em;
}

button.bpress-btn.bpress-vote-dislike,
button.bpress-btn.bpress-vote-like {
  width: 5em;
  margin-right: 5px;
  padding: 5px 0 !important;
  color: #f2f2f2;
}

button.bpress-btn.bpress-vote-dislike {
  background-color: #db5b57;
}

button.bpress-btn.bpress-vote-dislike:hover {
  background-color: #c52020;
}

button.bpress-btn.bpress-vote-like {
  background-color: #64b473;
}

button.bpress-btn.bpress-vote-like:hover {
  background-color: #45a156;
}

button.bpress-btn.bpress-vote-dislike.disabled:hover {
  background-color: #db5b57;
  cursor: default;
}

button.bpress-btn.bpress-vote-like.disabled:hover {
  background-color: #64b473;
  cursor: default;
}

.bpress-votes.already-voted button.bpress-btn.bpress-vote-dislike,
.bpress-votes.already-voted button.bpress-btn.bpress-vote-like {
  background-color: #c4c4c4;
}

.bpress-vote {
  display: inline-block;
  margin-left: 5px;
  line-height: 1;
}

.bpress-votes-confirm {
  display: none;
  margin: 1em 0;
  padding: 1em;
  border: 1px solid #d7e2e5;
  border-radius: 3px;
  background-color: #e0e9eb;
}

.bpress-votes-confirm.show {
  display: block;
}

.bpress-votes-confirm p {
  margin: 0;
  padding: 0;
  color: #000;
}

/**
 * Feedbacks
 */
.bpress-feedback {
  margin-bottom: 1em;
}

.bpress-feedback.hidden {
  display: none;
}

.bpress-feedback-textarea {
  position: relative;
}

.bpress-feedback-textarea.sending:after {
  display: block;
  position: absolute;
  top: calc(50% - 12px);
  left: calc(50% - 12px);
  width: 25px;
  height: 25px;
  border-width: 3px;
  border-style: solid;
  border-color: #17aacf #ccc #ccc;
  border-radius: 50%;
  content: "";
  color: inherit;
  animation: bpress-spinner 500ms infinite linear;
}

#bpress-feedback-message {
  width: 100%;
  min-height: 8em;
  max-height: 20em;
  margin-bottom: 1em;
  resize: vertical;
}

#bpress-feedback-email {
  width: 100%;
  height: 2em;
  margin-bottom: 1em;
}

#bpress-feedback-privacy-checkbox {
  margin-right: 0.5em;
}

.bpress-feedback-privacy-notice {
  margin-bottom: 1em;
}

.bpress-submit-feedback {
  color: white;
  background-color: #64b473;
}

.bpress-submit-feedback:hover,
.bpress-submit-feedback:disabled:hover,
.bpress-submit-feedback:focus {
  background-color: #45a156;
}

.bpress-feedback-confirm {
  display: none;
  margin: 1em 0;
  padding: 1em;
  border-radius: 4px;
  color: white;
  text-align: center;
  background-color: #64b473;
}

.bpress-feedback-confirm.success {
  display: block;
  background-color: #64b473;
}

.bpress-feedback-confirm.fail {
  display: block;
  background-color: #db5b57;
}

/**
 * 14.0 - Pagination
 */
.bpress-pagination ul {
  margin: 2em 0;
  padding: 0;
}

.bpress-pagination li {
  display: inline;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.bpress-pagination .page-numbers,
.bpress-pagination .page-numbers.next,
.bpress-pagination .page-numbers.prev {
  display: inline-block;
  width: 2.5em;
  height: 1.8em;
  margin: 0 2px;
  padding: 0;
  border-radius: 3px;
  color: inherit;
  line-height: 1.8em;
  font-size: 1em !important;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  background-color: #ddd;
  float: none;
}

.bpress-pagination .page-numbers.current,
.bpress-pagination .page-numbers:hover,
.bpress-pagination .page-numbers.next:hover,
.bpress-pagination .page-numbers.prev:hover {
  border: 0;
  background-color: #17aacf;
  color: #fff;
}

/**
 * 15.0 - Previous and Next articles
 */
.bpress-prev-post,
.bpress-next-post {
  margin: 1em 0;
  padding: 1em;
  border-radius: 3px;
  background-color: #e0e9eb;
  color: inherit;
}

.bpress-prev-post:hover,
.bpress-next-post:hover {
  background-color: #edf1f3;
}

.bpress-next-post {
  text-align: right;
}

.bpress-adjacent-title {
  display: block;
}

.bpress-adjacent-post {
  font-size: 1em;
}

.bpress-prev-post .bpress-adjacent-post.show-icon {
  position: relative;
  padding-left: 1.5em;
}

.bpress-next-post .bpress-adjacent-post.show-icon {
  position: relative;
  padding-right: 1.5em;
}

.bpress-adjacent-post span[class^=bp-] {
  position: absolute;
  width: 1.4em;
  line-height: inherit !important;
  text-align: center;
}

.bpress-prev-post span[class^=bp-] {
  left: 0;
}

.bpress-next-post span[class^=bp-] {
  right: 0;
}

.bpress-prev-post a,
.bpress-next-post a {
  display: block;
  color: inherit !important;
  text-decoration: none !important;
}

.bpress-prev-post a:hover,
.bpress-next-post a:hover {
  text-decoration: none !important;
  color: inherit !important;
}

.bpress-prev-post h4,
.bpress-next-post h4 {
  display: block;
  margin: 0.5em 0;
  font-size: 1em;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bpress-prev-post a:hover h4,
.bpress-next-post a:hover h4 {
  white-space: normal;
  overflow: inherit;
}

.bpress-prev-post h4 span {
  margin-right: 0.5em;
}

.bpress-next-post h4 span {
  margin-left: 0.5em;
}

/**
 *	16.0 - Comments
 */
.bpress-comments-area {
  margin-top: 4em;
}

.bpress-comments-area a {
  color: #17aacf;
}

.bpress-comments-area .comment-respond {
  padding: 5px 20px 20px;
  border: 1px solid #d7e2e5;
  border-radius: 3px;
  background-color: #e0e9eb;
  text-align: left;
}

ol.bpress-comment-list,
ul.bpress-comment-list {
  margin: 0;
  padding: 0;
}

ol.bpress-comment-list li,
ul.bpress-comment-list li {
  list-style-type: none;
  margin: 0 !important;
  padding: 0 !important;
}

.bpress-comment-list li ol,
.bpress-comment-list li ul {
  margin-left: 1em;
  padding: 0;
}

.bpress-comment-list .comment-body {
  margin-bottom: 15px;
  padding: 20px;
  border: 1px solid #f2f2f2;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.08);
}

.bpress-comment-list .comment-content {
  margin-top: 20px;
  clear: both;
}

.bpress-comment-list .comment-author img.avatar {
  float: left;
  margin-right: 1em;
  border-radius: 4px;
}

.bpress-comment-list .comment-author .says {
  display: none;
}

.bpress-comment-list .comment-metadata * {
  color: #999;
  font-size: 0.9em;
}

.bpress-comment-list .comment-metadata .edit-link {
  margin-left: 1em;
}

.bpress-comments-area .reply {
  text-align: right;
}

.bpress-comment-list .comment-reply-title {
  margin-bottom: 0;
}

.bpress-comments-area .comment-reply-link,
.bpress-comments-area .comment-respond #submit {
  display: inline-block;
  margin: 0;
  padding: 5px 10px;
  border: 0;
  border-radius: 4px;
  color: #f2f2f2;
  background-color: #34424c;
  background-image: none;
  text-transform: capitalize;
  font-size: inherit;
  font-weight: normal;
  text-decoration: none;
  line-height: 1em;
}

.bpress-comments-area .reply a:hover,
.bpress-comments-area .comment-respond #submit:hover {
  background-color: #485c6a;
  color: #f2f2f2;
  text-decoration: none;
}

.bpress-comments-area .logged-in-as {
  text-align: left;
  margin: 0 0 2em;
}

.bpress-comments-area .logged-in-as a {
  color: #999;
}

.bpress-comments-area textarea#comment {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.bpress-comments-area .form-submit {
  text-align: left;
  margin-top: 1em;
}

/**
 * 17.0 - Sidebar
 */
.bpress-sidebar {
  position: relative;
  width: 100%;
  overflow-x: hidden;
}

.bpress-sidebar *:not(.bpress-widget-icon, .bpress-nav-widget-icon) {
  font-family: inherit !important;
  text-transform: none !important;
}

.bpress-sidebar.bpress-float-left {
  float: left;
}

.bpress-sidebar.bpress-float-right {
  float: right;
}

.bpress-sidebar * {
  color: inherit;
}

.bpress-widget-list {
  list-style-type: none;
}

.bpress-sidebar ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.bpress-sidebar .widget a {
  border: none;
  box-shadow: none;
  text-decoration: none;
}

.bpress-sidebar .widget a:hover {
  box-shadow: none;
  color: inherit;
}

.bpress-sidebar .widget {
  margin-bottom: 2em !important;
  padding: 25px !important;
  border: 1px solid #d7e2e5;
  border-radius: 3px;
  font-size: 1em;
  background-color: #e0e9eb;
}

.bpress-sidebar .widget-title {
  margin: 0 0 0.5em !important;
  font-size: 1.2em !important;
  color: inherit !important;
  font-weight: bold !important;
}

.widget ul li.bpress-widget-item,
.widget ol a.bpress-widget-item {
  position: relative;
  padding: 5px 10px;
  margin: 0 -5px;
  border: none;
  border-bottom: 1px dashed rgba(128, 128, 128, 0.3);
}

.widget ul li.bpress-widget-item:before,
.widget ul li.bpress-widget-item:after {
  content: "";
}

.widget ul li.bpress-widget-item.subsection {
  margin-left: 1em;
}

.widget ul li.bpress-widget-item.subsection.level-2 {
  margin-left: 2em;
}

.widget ul li.bpress-widget-item.subsection.level-3 {
  margin-left: 2em;
}

.widget ul li.bpress-widget-item:hover,
.widget ul a.bpress-widget-item:hover,
.widget ol a.bpress-widget-item:hover,
.widget ul li.bpress-widget-item.active,
.widget ul a.bpress-widget-item.active,
.widget ol a.bpress-widget-item.active {
  background-color: #edf1f3;
}

.bpress-widget-item a,
.bpress-widget-item a:hover {
  color: inherit;
  text-decoration: none;
}

.bpress-sidebar .bpress-widget-item.show-icon a,
.bpress-widget-item.show-icon a {
  display: table-cell;
  color: inherit;
  text-decoration: none;
}

.bpress-widget-item.show-icon a:hover {
  color: inherit;
  text-decoration: none;
}

span.bpress-widget-icon {
  display: table-cell;
  width: 1.5em;
  padding-right: 0.5em;
  color: inherit;
  text-align: center;
}

.bpress-sidebar .wp-tag-cloud {
  margin: 1em -0.5em;
}

.bpress-sidebar .wp-tag-cloud li {
  display: inline-block;
  margin: 2px 0;
  padding: 0.25em 1em;
  border: none;
  border-radius: 4px;
  background: #edf1f3;
}

.bpress-sidebar .wp-tag-cloud li:hover {
  background: #f9fafb;
}

.bpress-sidebar .wp-tag-cloud a {
  color: inherit;
}

/**
 * 18.0 Accordion Navigation Widget
 */
/**
 * 19.0 Toc Widget
 */
.bpress-sidebar .widget_basepress_toc_widget ul,
.bpress-sidebar .widget_basepress_toc_widget ol {
  margin: 0;
  padding: 0;
}

.bpress-sidebar .widget_basepress_toc_widget li ul,
.bpress-sidebar .widget_basepress_toc_widget li ol {
  margin: 0 0 0 1em;
}

.widget_basepress_toc_widget ol {
  counter-reset: item;
}

.widget.widget_basepress_toc_widget li {
  display: block;
  margin: 0;
}

.widget_basepress_toc_widget li a {
  display: block;
  padding: 10px 5px;
  margin: 0;
  border-bottom: 1px dashed #c1d3d7;
  color: inherit !important;
  text-decoration: none !important;
}

.widget_basepress_toc_widget ol li a {
  display: table;
  width: 100%;
  color: inherit;
}

.widget_basepress_toc_widget ol li a:before {
  display: table-cell;
  content: counters(item, ".") ". ";
  counter-increment: item;
  width: 1em;
  padding-right: 0.5em;
  word-break: keep-all;
}

/**
 * 20.0 - Buttons
 */
button.bpress-btn,
button.bpress-btn:hover,
button.bpress-btn:disabled:hover {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-family: inherit;
  font-size: 1em;
  font-weight: normal;
  line-height: 1.5em;
  letter-spacing: 0;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.bpress-btn-product,
.bpress-btn-kb {
  position: absolute;
  bottom: 20px;
  color: #fff !important;
  background-color: #db5b57;
  text-decoration: none !important;
}

.bpress-btn-product:hover,
.bpress-btn-kb:hover {
  color: #fff !important;
  background-color: #c52020;
  text-decoration: none !important;
}

/**
 * 21.0 - Notices
 */
.bpress-notice {
  margin: 1em 0;
  padding: 1em;
  border-radius: 4px;
  border: 1px solid rgba(128, 128, 128, 0.2);
}

.bpress-notice.has-icon {
  display: grid;
  grid-template-columns: 2em 1fr;
}

.bpress-notice.is-style-default {
  background-color: #eee;
}

.bpress-notice.is-style-info {
  background-color: #7ebdce;
  color: white;
}

.bpress-notice.is-style-success {
  background-color: #8dc983;
  color: white;
}

.bpress-notice.is-style-warning {
  background-color: #e0a66c;
  color: white;
}

.bpress-notice.is-style-danger {
  background-color: #e06e6c;
  color: white;
}

section.bpress-notice p {
  margin: 0;
  padding: 0;
}

.bpress-notice-icon {
  font-size: 1.5em;
  line-height: 1;
}

.bpress-notice-title {
  margin: 0 0 0.25em;
  padding: 0;
  font-size: 1.1em;
  font-weight: bold;
  grid-column-start: 2;
}

.bpress-notice-content {
  grid-column-start: 2;
}

/**
 * 22.0 - Grid Layout
 */
/* Media Queries */
@media (min-width: 1280px) {
  .bpress-col-1 {
    width: 100%;
  }
  .bpress-col-2 {
    width: 50%;
  }
  .bpress-col-3,
  .bpress-col-4 {
    width: 33.333%;
  }
}
@media (min-width: 1600px) {
  .bpress-col-1 {
    width: 100%;
  }
  .bpress-col-2 {
    width: 50%;
  }
  .bpress-col-3 {
    width: 33.333%;
  }
  .bpress-col-4 {
    width: 25%;
  }
}
.bpress .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.bpress .col-xl,
.bpress .col-xl-auto, .bpress .col-xl-12, .bpress .col-xl-11, .bpress .col-xl-10, .bpress .col-xl-9, .bpress .col-xl-8, .bpress .col-xl-7, .bpress .col-xl-6, .bpress .col-xl-5, .bpress .col-xl-4, .bpress .col-xl-3, .bpress .col-xl-2, .bpress .col-xl-1, .bpress .col-lg,
.bpress .col-lg-auto, .bpress .col-lg-12, .bpress .col-lg-11, .bpress .col-lg-10, .bpress .col-lg-9, .bpress .col-lg-8, .bpress .col-lg-7, .bpress .col-lg-6, .bpress .col-lg-5, .bpress .col-lg-4, .bpress .col-lg-3, .bpress .col-lg-2, .bpress .col-lg-1, .bpress .col-md,
.bpress .col-md-auto, .bpress .col-md-12, .bpress .col-md-11, .bpress .col-md-10, .bpress .col-md-9, .bpress .col-md-8, .bpress .col-md-7, .bpress .col-md-6, .bpress .col-md-5, .bpress .col-md-4, .bpress .col-md-3, .bpress .col-md-2, .bpress .col-md-1, .bpress .col-sm,
.bpress .col-sm-auto, .bpress .col-sm-12, .bpress .col-sm-11, .bpress .col-sm-10, .bpress .col-sm-9, .bpress .col-sm-8, .bpress .col-sm-7, .bpress .col-sm-6, .bpress .col-sm-5, .bpress .col-sm-4, .bpress .col-sm-3, .bpress .col-sm-2, .bpress .col-sm-1, .bpress .col,
.bpress .col-auto, .bpress .col-12, .bpress .col-11, .bpress .col-10, .bpress .col-9, .bpress .col-8, .bpress .col-7, .bpress .col-6, .bpress .col-5, .bpress .col-4, .bpress .col-3, .bpress .col-2, .bpress .col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.bpress .col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.bpress .col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.bpress .col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
.bpress .col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.bpress .col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.bpress .col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.bpress .col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.bpress .col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.bpress .col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
.bpress .col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.bpress .col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.bpress .col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
.bpress .col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
.bpress .col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.bpress .order-first {
  order: -1;
}
.bpress .order-last {
  order: 13;
}
.bpress .order-0 {
  order: 0;
}
.bpress .order-1 {
  order: 1;
}
.bpress .order-2 {
  order: 2;
}
.bpress .order-3 {
  order: 3;
}
.bpress .order-4 {
  order: 4;
}
.bpress .order-5 {
  order: 5;
}
.bpress .order-6 {
  order: 6;
}
.bpress .order-7 {
  order: 7;
}
.bpress .order-8 {
  order: 8;
}
.bpress .order-9 {
  order: 9;
}
.bpress .order-10 {
  order: 10;
}
.bpress .order-11 {
  order: 11;
}
.bpress .order-12 {
  order: 12;
}
.bpress .offset-1 {
  margin-left: 8.3333333333%;
}
.bpress .offset-2 {
  margin-left: 16.6666666667%;
}
.bpress .offset-3 {
  margin-left: 25%;
}
.bpress .offset-4 {
  margin-left: 33.3333333333%;
}
.bpress .offset-5 {
  margin-left: 41.6666666667%;
}
.bpress .offset-6 {
  margin-left: 50%;
}
.bpress .offset-7 {
  margin-left: 58.3333333333%;
}
.bpress .offset-8 {
  margin-left: 66.6666666667%;
}
.bpress .offset-9 {
  margin-left: 75%;
}
.bpress .offset-10 {
  margin-left: 83.3333333333%;
}
.bpress .offset-11 {
  margin-left: 91.6666666667%;
}
@media (min-width: 576px) {
  .bpress .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .bpress .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .bpress .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .bpress .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .bpress .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .bpress .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .bpress .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .bpress .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .bpress .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .bpress .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .bpress .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .bpress .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .bpress .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .bpress .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .bpress .order-sm-first {
    order: -1;
  }
  .bpress .order-sm-last {
    order: 13;
  }
  .bpress .order-sm-0 {
    order: 0;
  }
  .bpress .order-sm-1 {
    order: 1;
  }
  .bpress .order-sm-2 {
    order: 2;
  }
  .bpress .order-sm-3 {
    order: 3;
  }
  .bpress .order-sm-4 {
    order: 4;
  }
  .bpress .order-sm-5 {
    order: 5;
  }
  .bpress .order-sm-6 {
    order: 6;
  }
  .bpress .order-sm-7 {
    order: 7;
  }
  .bpress .order-sm-8 {
    order: 8;
  }
  .bpress .order-sm-9 {
    order: 9;
  }
  .bpress .order-sm-10 {
    order: 10;
  }
  .bpress .order-sm-11 {
    order: 11;
  }
  .bpress .order-sm-12 {
    order: 12;
  }
  .bpress .offset-sm-0 {
    margin-left: 0;
  }
  .bpress .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .bpress .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .bpress .offset-sm-3 {
    margin-left: 25%;
  }
  .bpress .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .bpress .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .bpress .offset-sm-6 {
    margin-left: 50%;
  }
  .bpress .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .bpress .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .bpress .offset-sm-9 {
    margin-left: 75%;
  }
  .bpress .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .bpress .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .bpress .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .bpress .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .bpress .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .bpress .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .bpress .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .bpress .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .bpress .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .bpress .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .bpress .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .bpress .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .bpress .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .bpress .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .bpress .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .bpress .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .bpress .order-md-first {
    order: -1;
  }
  .bpress .order-md-last {
    order: 13;
  }
  .bpress .order-md-0 {
    order: 0;
  }
  .bpress .order-md-1 {
    order: 1;
  }
  .bpress .order-md-2 {
    order: 2;
  }
  .bpress .order-md-3 {
    order: 3;
  }
  .bpress .order-md-4 {
    order: 4;
  }
  .bpress .order-md-5 {
    order: 5;
  }
  .bpress .order-md-6 {
    order: 6;
  }
  .bpress .order-md-7 {
    order: 7;
  }
  .bpress .order-md-8 {
    order: 8;
  }
  .bpress .order-md-9 {
    order: 9;
  }
  .bpress .order-md-10 {
    order: 10;
  }
  .bpress .order-md-11 {
    order: 11;
  }
  .bpress .order-md-12 {
    order: 12;
  }
  .bpress .offset-md-0 {
    margin-left: 0;
  }
  .bpress .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .bpress .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .bpress .offset-md-3 {
    margin-left: 25%;
  }
  .bpress .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .bpress .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .bpress .offset-md-6 {
    margin-left: 50%;
  }
  .bpress .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .bpress .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .bpress .offset-md-9 {
    margin-left: 75%;
  }
  .bpress .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .bpress .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .bpress .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .bpress .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .bpress .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .bpress .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .bpress .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .bpress .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .bpress .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .bpress .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .bpress .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .bpress .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .bpress .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .bpress .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .bpress .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .bpress .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .bpress .order-lg-first {
    order: -1;
  }
  .bpress .order-lg-last {
    order: 13;
  }
  .bpress .order-lg-0 {
    order: 0;
  }
  .bpress .order-lg-1 {
    order: 1;
  }
  .bpress .order-lg-2 {
    order: 2;
  }
  .bpress .order-lg-3 {
    order: 3;
  }
  .bpress .order-lg-4 {
    order: 4;
  }
  .bpress .order-lg-5 {
    order: 5;
  }
  .bpress .order-lg-6 {
    order: 6;
  }
  .bpress .order-lg-7 {
    order: 7;
  }
  .bpress .order-lg-8 {
    order: 8;
  }
  .bpress .order-lg-9 {
    order: 9;
  }
  .bpress .order-lg-10 {
    order: 10;
  }
  .bpress .order-lg-11 {
    order: 11;
  }
  .bpress .order-lg-12 {
    order: 12;
  }
  .bpress .offset-lg-0 {
    margin-left: 0;
  }
  .bpress .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .bpress .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .bpress .offset-lg-3 {
    margin-left: 25%;
  }
  .bpress .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .bpress .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .bpress .offset-lg-6 {
    margin-left: 50%;
  }
  .bpress .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .bpress .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .bpress .offset-lg-9 {
    margin-left: 75%;
  }
  .bpress .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .bpress .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .bpress .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .bpress .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .bpress .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .bpress .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .bpress .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .bpress .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .bpress .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .bpress .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .bpress .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .bpress .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .bpress .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .bpress .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .bpress .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .bpress .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .bpress .order-xl-first {
    order: -1;
  }
  .bpress .order-xl-last {
    order: 13;
  }
  .bpress .order-xl-0 {
    order: 0;
  }
  .bpress .order-xl-1 {
    order: 1;
  }
  .bpress .order-xl-2 {
    order: 2;
  }
  .bpress .order-xl-3 {
    order: 3;
  }
  .bpress .order-xl-4 {
    order: 4;
  }
  .bpress .order-xl-5 {
    order: 5;
  }
  .bpress .order-xl-6 {
    order: 6;
  }
  .bpress .order-xl-7 {
    order: 7;
  }
  .bpress .order-xl-8 {
    order: 8;
  }
  .bpress .order-xl-9 {
    order: 9;
  }
  .bpress .order-xl-10 {
    order: 10;
  }
  .bpress .order-xl-11 {
    order: 11;
  }
  .bpress .order-xl-12 {
    order: 12;
  }
  .bpress .offset-xl-0 {
    margin-left: 0;
  }
  .bpress .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .bpress .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .bpress .offset-xl-3 {
    margin-left: 25%;
  }
  .bpress .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .bpress .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .bpress .offset-xl-6 {
    margin-left: 50%;
  }
  .bpress .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .bpress .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .bpress .offset-xl-9 {
    margin-left: 75%;
  }
  .bpress .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .bpress .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1024px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.bpress {
  background-color: #F0F0E4;
  position: relative;
  overflow: hidden;
}
.bpress-wrap {
  position: relative;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem;
}

.text-center {
  text-align: center;
}

.bpress-page-header {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 100px 25px 60px;
  background-size: cover;
  background-position: center;
}

.bpress-page-header header {
  font-size: 1.3em;
  text-align: center;
}

.bpress-product-header,
.bpress-kb-header {
  color: #f2f2f2;
  text-align: center;
}

.bpress-page-header p {
  max-width: 800px;
  margin: 0 auto;
  color: #80919d;
  font-size: inherit;
}

.bpress-search {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 770px;
}
.bpress-searchbar-wrap {
  position: relative;
}
.bpress-search-form {
  position: relative;
}
.bpress-search-field {
  min-height: 4rem;
  border-radius: 4.875rem !important;
  border: 1px solid #EAF0EB !important;
  padding: 0.625rem 1.5rem !important;
  margin: 0 auto;
  display: block;
}
.bpress-search-field:focus {
  border-color: #BDC9BF !important;
  outline: none !important;
}
.bpress-search-submit {
  position: absolute;
  right: 0.5rem;
  top: 1.1rem;
}
.bpress-search-submit input[type=submit] {
  background-image: url(/wp-content/uploads/2025/11/search.svg);
  background-color: transparent !important;
  color: transparent !important;
  width: 32px !important;
  height: 32px !important;
  background-repeat: no-repeat;
  background-position: center;
  padding: 1.3rem;
  border: none;
}
.bpress-search-suggest {
  display: none;
  background-color: #ffffff;
  position: absolute;
  z-index: 2;
  top: calc(100% + 1rem);
  padding: 2rem 1rem;
  border-radius: 2rem;
  box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.1215686275);
}
.bpress-search-suggest ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.bpress-search-suggest ul li {
  margin-bottom: 1rem;
}
.bpress-search-suggest ul li a {
  background-color: transparent;
  padding: 0.625rem 1.25rem;
  border-radius: 1rem;
  border: 1px solid #EAF0EB;
  color: #333;
  font-size: 0.875rem;
  width: 100%;
  display: inline-flex;
  align-items: center;
}
.bpress-search-suggest ul li a p {
  margin: 0;
}
.bpress-search-suggest ul li a p .bpress-search-suggest-title {
  color: #133234;
  font-size: 1rem;
}
.bpress-search-suggest-more {
  cursor: pointer;
  text-align: center;
}

.bpress-nav-accordion {
  opacity: 1;
  border-radius: 1.5rem;
  padding: 1.5rem 0.75rem;
  background: #fff;
  list-style: none;
  gap: 6px;
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
}
.bpress-nav-section > .bpress-nav-item {
  border-radius: 0.3125rem;
  padding: 0.375rem 0.75rem;
  color: #133234;
}
.bpress-nav-section > .bpress-nav-item:hover, .bpress-nav-section > .bpress-nav-item:focus, .bpress-nav-section > .bpress-nav-item:active {
  background-color: rgba(78, 95, 248, 0.0588235294);
  color: #4E5FF8;
}
.bpress-nav-section > .bpress-nav-item:after {
  display: block;
  position: absolute;
  content: "";
  right: 1rem;
  top: 1rem;
  width: 0.5em;
  height: 0.5em;
  border-right: 1px solid #4E5FF8;
  border-bottom: 1px solid #4E5FF8;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.3s ease;
}
.bpress-nav-section.open > .bpress-nav-item:after {
  transform: translateY(0) rotate(225deg);
}
.bpress-nav-section.open > .children {
  display: block;
}
.bpress-nav-section.active > .bpress-nav-item {
  background-color: rgba(78, 95, 248, 0.0588235294);
  color: #4E5FF8;
}
.bpress-nav-section > .children {
  list-style: none;
  display: none;
}
.bpress-nav-section .children {
  padding: 0;
  margin-left: 1rem;
}
.bpress-nav-article .bpress-nav-item {
  padding: 0.5rem 1.5rem 0.5rem 0.75rem;
  color: #566667;
}
.bpress-nav-article .bpress-nav-item:hover .bpress-nav-item-title, .bpress-nav-article .bpress-nav-item:focus .bpress-nav-item-title, .bpress-nav-article .bpress-nav-item:active .bpress-nav-item-title {
  color: #4E5FF8;
}
.bpress-nav-article .bpress-nav-item:hover, .bpress-nav-article .bpress-nav-item:focus, .bpress-nav-article .bpress-nav-item:active {
  color: #4E5FF8;
}
.bpress-nav-article .bpress-nav-item a.bpress-nav-item-title:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
}
.bpress-nav-item {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 500;
  opacity: 1;
}
.bpress-nav-widget-icon {
  margin-right: 0.5rem;
}

.bpress-content-area-right {
  order: 2;
}
.bpress-content-sidebar-right {
  order: 1;
}

.bpress-section {
  position: relative;
  border-radius: 1.5rem;
  padding: 3rem;
  background: #fff;
  margin-bottom: 2rem;
}
@media (max-width: 1024px) {
  .bpress-section {
    padding: 1.25rem;
  }
}
.bpress-section-heading {
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .bpress-section-heading {
    margin-bottom: 1rem;
  }
}
.bpress-section-heading-icon {
  margin-right: 1rem;
  font-size: 1.5rem;
}
.bpress-section-heading h2, .bpress-section-heading a {
  margin: 0;
}
@media (max-width: 1024px) {
  .bpress-section-heading h2, .bpress-section-heading a {
    font-size: 1rem !important;
    font-weight: 500 !important;
  }
}
.bpress-section-list {
  list-style: none;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
}
@media (min-width: 1024px) {
  .bpress-section-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.bpress-section-list .list-item-link {
  background-color: transparent;
  padding: 0.625rem 1.25rem;
  border-radius: 1rem;
  border: 1px solid #EAF0EB;
  color: #566667;
  font-size: 1rem;
  font-weight: 500;
  transition: background-color 0.3s ease, color 0.3s ease;
  width: 100%;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .bpress-section-list .list-item-link {
    padding: 0.75rem 1rem;
    font-size: 0.875rem;
  }
}
.bpress-section-list .list-item-link:hover, .bpress-section-list .list-item-link:focus {
  background-color: #FAFAFF;
}
.bpress-section-list .list-item-link-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
}
.bpress-section-list .list-item-link-text {
  display: flex;
  align-items: center;
  padding-right: 1rem;
}
@media (max-width: 768px) {
  .bpress-section-list .list-item-link-text {
    padding-right: 0.75rem;
  }
}
.bpress-section-list .list-item-link-icon {
  background-color: #EFF0FF !important;
  margin-left: auto;
}
@media (max-width: 768px) {
  .bpress-section-list .list-item-link-icon {
    min-width: 1.5rem;
    min-height: 1.5rem;
  }
}
.bpress-section-list .list-item-link-icon img {
  transform: translateX(0);
  opacity: 1;
  transition: none;
  will-change: transform, opacity;
}
.bpress-section-list .list-item-link-icon img.animating-in {
  animation: slideRight 0.25s ease-in-out forwards;
}
.bpress-section-list .list-item-link-icon img.animating-out {
  animation: slideFromLeft 0.25s ease-in-out forwards;
}
.bpress-section-list .list-item-icon {
  margin-right: 1rem;
}
.bpress-post-count {
  background-color: #4e5ff8;
  color: #EFF0FF;
}

/*# sourceMappingURL=style.css.map */
