/*!*******************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/scss/main.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************/
/*
  1. Use a more-intuitive box-sizing model.
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}
/*
    2. Remove default margin
  */
* {
  margin: 0;
}
/*
    Typographic tweaks!
    3. Add accessible line-height
    4. Improve text rendering
  */
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
/*
    5. Improve media defaults
  */
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}
/*
    6. Remove built-in form typography styles
  */
input,
button,
textarea,
select {
  font: inherit;
}
/*
    7. Avoid text overflows
  */
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}
/*
    8. Create a root stacking context
  */
#root,
#__next {
  isolation: isolate;
}
body {
  overflow-x: hidden;
  background-color: var(--tbp-color-white-3);
}
p {
  margin-block-start: 1.2rem;
  line-height: 1.5;
}
li {
  line-height: 1.5;
}
img {
  width: auto;
  height: 100%;
}
input[type=text] {
  border: 1px solid var(--tbp-color-black-4);
}
:where(body .is-layout-constrained) > * {
  margin-block-start: 1.2rem;
  margin-block-end: 0;
}
.wp-element-caption {
  text-align: right;
}
a {
  color: var(--wp--preset--color--blue-2);
  text-decoration: none;
}
a:hover {
  color: var(--wp--preset--color--blue-1);
}
input[type=submit],
button:hover {
  cursor: pointer;
}
.wp-block-separator {
  border-bottom: none;
}
@media (min-width: 781px) {
  .page-template-default main {
    padding-top: 120px;
  }
}
.animated-svg {
  max-width: unset;
  height: 100%;
}
@media (min-width: 781px) {
  .site-branding {
    font-size: 1.25rem;
  }
}
.site-branding_header {
  display: block;
}
@media (min-width: 781px) {
  .site-branding_header {
    display: none;
  }
}
.site-branding_header_desktop {
  display: none;
}
@media (min-width: 781px) {
  .site-branding_header_desktop {
    display: flex;
  }
}
.site-logo {
  width: 20px;
}
@media (min-width: 781px) {
  .site-logo {
    width: 30px;
  }
}
.site-branding_link {
  font-family: var(--wp--preset--font-family--feijoa-display);
  align-items: center;
  display: flex;
  gap: 7px;
  color: var(--wp--preset--color--black);
  text-decoration: none;
  line-height: 1;
}
.site-branding__name {
  line-height: 1.25;
}
.site-branding_footer {
  font-size: var(--wp--preset--font-size--5);
  gap: 1rem;
  word-break: break-word;
}
.site-branding_footer .site-branding__logo {
  width: 60px;
}
.header {
  display: flex;
}
.header__wrapper {
  --tbp-header-bg-color: var(--tbp-color-white-2);
  --tbp-header-padding: 22px var(--tbp-spacing-4);
  --tbp-header-border-radius: 0;
  background-color: var(--tbp-header-bg-color);
  border-radius: var(--tbp-header-border-radius);
  display: flex;
  justify-content: space-between;
  padding: var(--tbp-header-padding);
  width: 100%;
  position: relative;
}
@media (min-width: 781px) {
  .header__wrapper {
    --tbp-header-bg-color: hsla(
      30,
      11%,
      96%,
      0.75
    );
    --tbp-header-bg-hover-color: hsla(
      30,
      11%,
      96%,
      1
    );
    --tbp-header-padding: var(--tbp-spacing-4) var(--tbp-spacing-5);
    --tbp-header-border-radius: 36px;
    position: fixed;
    top: 30px;
    width: 50%;
    left: 50%;
    transform: translateX(-50%);
    backdrop-filter: blur(16px);
    box-shadow: 0 1px 5px hsla(120, 25%, 15%, 0.15);
    transition: all 0.1s ease-in;
    z-index: 999;
  }
  .header__wrapper:hover {
    background-color: var(--tbp-header-bg-hover-color);
  }
}
.header__student-name {
  font-family: var(--wp--preset--font-family--feijoa-display);
  font-size: 1.5rem;
  line-height: 0.8;
  color: var(--wp--preset--color--green-1, #8eab92);
  margin: 0;
  display: none;
  align-items: center;
}
@media (min-width: 1300px) {
  .header__student-name {
    display: flex;
  }
}
.header__nav {
  display: flex;
  align-items: center;
}
.header__nav_desktop {
  display: none;
}
@media (min-width: 781px) {
  .header__nav_desktop {
    display: block;
    width: 100%;
  }
}
.header__nav_mobile {
  color: var(--wp--preset--color--black);
  font-family: var(--wp--preset--font-family--public-sans);
  width: 100%;
  display: block;
}
@media (min-width: 781px) {
  .header__nav_mobile {
    display: none;
  }
}
.menu-button {
  align-items: center;
  background-color: transparent;
  border: none;
  display: flex;
  gap: 4px;
}
.menu-button__icon.hide {
  display: none;
}
.header__nav_mobile-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__mobile-menu-overlay {
  font-family: var(--wp--preset--font-family--public-sans);
  position: absolute;
  width: 100%;
  min-height: 100%;
  background-color: var(--tbp-color-white-1);
  top: 80px;
  left: 0;
  z-index: -99;
  opacity: 0;
}
.header__mobile-menu-overlay.show {
  z-index: 49;
  opacity: 1;
  animation: mobileMenu 0.5s ease-in-out;
}
.mobile-menu {
  padding-bottom: 7rem;
}
.main-mobile-nav__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.mobile-menu-section,
.main-mobile-nav__list .menu-item-has-children {
  border-bottom: solid 1.5px var(--tbp-color-black-4);
  padding-top: 0.5rem;
  padding-bottom: 40px;
}
.mobile-menu-section:last-child,
.main-mobile-nav__list .menu-item-has-children:last-child {
  border-bottom: none;
}
.mobile-menu-section__login-button {
  border-radius: 1.5625rem;
  padding: 0.5rem 1rem;
  background: var(--tbp-color-blue-2);
  display: inline-block;
  margin: auto;
  color: var(--tbp-color-white-1);
  text-align: center;
  text-decoration: none;
}
.mobile-menu-section__header,
.main-mobile-nav__list .menu-item-has-children a[href="#"] {
  color: var(--tbp-black-3, #899289);
  font-size: 12px;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 400;
  line-height: 1.125rem;
  padding-bottom: 1rem;
}
.mobile-menu-section__list,
.main-mobile-nav__list .sub-menu {
  margin: 0;
  padding: 0 0 0 87px;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.mobile-menu-section__link,
.main-mobile-nav__list .menu-item {
  color: var(--tbp-blue-2, #2c5edd);
  text-decoration: none;
  font-size: 1rem;
}
.mobile-menu-section_generic,
.main-mobile-nav__list {
  margin-left: 10px;
  margin-right: 10px;
  background-color: var(--tbp-color-white-1);
}
.mobile-menu-section_user-login {
  background-color: var(--tbp-color-blue-4);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 2.5rem;
  padding-left: 10px;
  padding-right: 10px;
}
.mobile-menu-section_user-login .mobile-menu-section__header {
  align-self: flex-start;
}
.mobile-menu-footer {
  padding-left: 10px;
  background-color: var(--tbp-color-red-4);
  padding-right: 10px;
}
.mobile-menu-footer__image {
  margin: auto;
}
@keyframes mobileMenu {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.c-breadcrumbs {
  font-family: var(--wp--preset--font-family--public-sans);
  color: var(--wp--preset--color--black-3);
}
.c-breadcrumb {
  display: inline-block;
  font-family: var(--wp--preset--font-family--public-sans);
  color: var(--wp--preset--color--black-3);
  padding-left: 6px;
  padding-right: 6px;
  border-right: 1px solid var(--wp--preset--color--black-3);
  line-height: 1;
}
a.c-breadcrumb {
  color: var(--wp--preset--color--blue-2);
  text-decoration: none;
}
.c-breadcrumb:first-child {
  padding-left: 0;
}
.c-breadcrumb:last-child {
  color: var(--wp--preset--color--red-2);
  border-right: none;
}
.main-nav {
  font-family: var(--wp--preset--font-family--public-sans);
  color: var(--wp--preset--color--black);
}
.main-nav ul {
  list-style: none;
}
.main-nav_desktop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.main-nav_desktop a {
  text-decoration: none;
}
.main-nav__list {
  display: flex;
  gap: 1.5rem;
  margin: 0;
  padding: 0;
  justify-content: space-between;
}
.main-nav__list .menu-item {
  position: relative;
}
.main-nav__list .menu-item-has-children:focus .main-nav__dropdown,
.main-nav__list .menu-item-has-children:focus-within .main-nav__dropdown,
.main-nav__list .menu-item-has-children:hover .main-nav__dropdown {
  content-visibility: visible;
  opacity: 1;
}
.main-nav__list-item_top-level {
  background: none;
  border: none;
  line-height: 1;
  color: var(--tbp-color-black-1);
}
.main-nav__dropdown {
  content-visibility: hidden;
  padding: 2.75rem 0.5rem 1rem 0.5rem;
  position: absolute;
  top: 100%;
  left: -24px;
  opacity: 0;
  transition: all 0.2s ease-in allow-discrete;
}
.main-nav__dropdown:hover {
  content-visibility: visible;
  opacity: 1;
  transition: all 0.2s ease-in allow-discrete;
}
.main-nav__dropdown_right {
  right: -30px;
  left: unset;
}
.main-nav__dropdown_user {
  padding-top: 31px;
}
.main-nav__dropdown-panel {
  background: var(--tbp-header-bg-hover-color);
  border-radius: 1.5rem;
  padding: 1rem 1.5rem 0.75rem 1.5rem;
  width: -moz-max-content;
  width: max-content;
}
.main-nav__dropdown-panel a {
  line-height: 2;
  color: var(--wp--preset--color--black);
}
.main-nav__dropdown-panel a:hover {
  color: var(--wp--preset--color--blue-2);
}
.site-footer {
  --tbp-footer-fg-color: var(--tbp-color-black-1);
  background-color: var(--tbp-color-brown-3);
  color: var(--tbp-footer-fg-color);
  display: inline-block;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
}
.site-footer__wrapper {
  --tbp-footer-bg-color: var(--tbp-color-white-2);
  --tbp-footer-padding: 22px var(--tbp-spacing-4);
  --tbp-footer-bg-color: hsla(
    30,
    11%,
    96%,
    0.75
  );
  --tbp-footer-border-radius: 36px;
  background-color: var(--tbp-footer-bg-color);
  border-radius: var(--tbp-footer-border-radius);
  padding: var(--tbp-footer-padding);
  backdrop-filter: blur(16px);
  box-shadow: 0 1px 5px hsla(120, 25%, 15%, 0.15);
  margin: 80px 16px 40px;
  transition: all 0.1s ease-in;
}
@media (min-width: 781px) {
  .site-footer__wrapper {
    --tbp-footer-padding: var(--tbp-spacing-6) var(--tbp-spacing-5);
    margin: var(--tbp-spacing-11) var(--tbp-spacing-8);
  }
  .site-footer__wrapper:hover {
    --tbp-footer-bg-color: hsla(
      30,
      11%,
      96%,
      1
    );
  }
}
.site-footer__section {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 781px) {
  .site-footer__section {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12%;
  }
}
.site-footer__section_bottom {
  display: block;
  margin-top: 2rem;
  color: var(--tbp-color-black-2);
}
@media (min-width: 781px) {
  .site-footer__section_bottom {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 196px;
  }
}
.site-footer__section_bottom a {
  color: var(--tbp-color-black-2);
  text-decoration: underline;
}
.site-footer__section_bottom a:hover {
  color: var(--tbp-footer-fg-color);
}
.site-footer__menu {
  list-style: none;
  margin: 0;
  padding: 0.5rem 0 0 0;
}
@media (min-width: 781px) {
  .site-footer__menu {
    padding: 1.25rem 0 0 0;
  }
}
.site-footer__menu-header {
  font-family: var(--wp--preset--font-family--public-sans);
  font-size: var(--wp--preset--font-size--7);
  font-weight: 500;
  margin: 0;
}
@media (min-width: 781px) {
  .site-footer__menu-header {
    font-size: var(--wp--preset--font-size--5);
  }
}
.site-footer__menu-item a {
  color: var(--tbp-footer-fg-color);
  font-family: var(--wp--preset--font-family--public-sans);
  font-size: var(--wp--preset--font-size--3);
  text-decoration: none;
}
.site-footer__menu-item a:hover {
  text-decoration: underline;
}
.site-footer__logo {
  grid-column: span 2;
}
.site-footer__logo img {
  max-height: 130px;
}
@media (min-width: 781px) {
  .site-footer__logo {
    grid-column: span 1;
    order: 0;
  }
  .site-footer__logo img {
    margin: 0;
    max-height: 130px;
  }
}
.c-author-meta {
  display: flex;
  gap: 8px;
  align-items: center;
  font-family: var(--wp--preset--font-family--public-sans);
}
.c-author-meta img {
  height: 1.5rem;
  width: 1.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
}
.c-tabs[role=tablist] {
  --tbp-tabs-tab-color-bg-inactive: var(--tbp-color-grey-1);
  --tbp-tabs-tab-color-bg-active: var(--tbp-color-blue-5);
  --tbp-tabs-tab-color-fg-inactive: var(--tbp-color-blue-2);
  --tbp-tabs-tab-color-fg-active: var(--tbp-color-black-5);
  border-bottom: none;
}
.c-tabs__tab {
  font-family: var(--wp--preset--font-family--public-sans);
  text-transform: uppercase;
  display: inline-block;
}
.c-tabs__tab [role=tab] {
  border-radius: 1rem 1rem 0 0;
  border: none;
  color: var(--tbp-color-black-3);
  padding: 16px 36px;
  font-size: 0.825rem;
  background-color: var(--tbp-tabs-tab-color-bg-inactive);
  color: var(--tbp-tabs-tab-color-fg-inactive);
}
.c-tabs__tab [role=tab][aria-selected=true] {
  color: var(--tbp-tabs-tab-color-fg-active);
  border: none;
  background-color: var(--tbp-tabs-tab-color-bg-active);
}
.c-tabs__tab [role=tab]:hover:not([aria-selected=true]) {
  color: var(--tbp-tabs-tab-color-fg-active);
  background-color: var(--tbp-tabs-tab-color-bg-active);
  border: none;
}
.c-tabs_circle[role=tablist] {
  padding: 0;
  border: none;
}
.c-tabs__tab_circle {
  --tbp-tabs-tab-color-bg-inactive: transparent;
  --tbp-tabs-tab-color-bg-active: var(--wp--preset--color--blue-normal);
  --tbp-tabs-tab-color-fg-active: var(--tbp-color-white-1);
  --tbp-tabs-tab-color-fg-inactive: var(--wp--preset--color--blue-normal);
}
.c-tabs__tab_circle [role=tab] {
  border-radius: 999px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 32px;
  font-size: 1rem;
  font-family: var(--wp--preset--font-family--public-sans);
  border: 1px solid var(--tbp-tabs-tab-color-fg-inactive);
  /* background-color: var(--tbp-tabs-tab-color-bg-inactive);
  color: var(--tbp-tabs-tab-color-fg-inactive); */
}
.c-tabs__tab_circle [role=tab][aria-selected=true] {
  color: var(--tbp-tabs-tab-color-fg-active);
  background-color: var(--tbp-tabs-tab-color-bg-active);
}
.c-tabs__tab_circle [role=tab]:hover:not([aria-selected=true]) {
  color: var(--tbp-tabs-tab-color-fg-active);
  background-color: var(--tbp-tabs-tab-color-bg-active);
}
.c-tabs__tab_red [role=tab][aria-selected=true] {
  color: var(--tbp-color-white-1);
  background-color: var(--tbp-color-red-3);
}
.c-tabs__tab_red [role=tab]:hover:not([aria-selected=true]) {
  color: var(--tbp-color-white-1);
  background-color: var(--tbp-color-red-3);
}
.c-tabs__tab:not(:first-child) {
  margin-left: -5px;
}
.c-tabs__tab-content {
  border-top: 2px solid var(--wp--preset--color--black-3);
  margin-top: 0 !important;
}
.tbp-audio-player {
  --tbp-audio-player-color-fg: var(--tbp-color-white-1);
  --tbp-audio-player-color-bg: var(--tbp-color-black-2);
  --tbp-audio-player-play-btn-bg: var(--tbp-color-white-1);
  --tbp-audio-player-play-btn-fg: var(--tbp-black-1);
  --tbp-audio-player-play-btn-bg-hover: var(--tbp-color-black-5);
  --tbp-audio-player-play-btn-fg-hover: var(--tbp-color-white-1);
  --tbp-audio-player-progress-bar-bg: var(--tbp-color-green-4);
  --tbp-audio-player-progress-bar-fill: var(--tbp-color-green-4);
  --tbp-audio-player-border-radius: var(--tbp-border-radius-2);
}
.tbp-audio-player__player {
  background-color: var(--tbp-audio-player-color-bg);
  border-radius: var(--tbp-audio-player-border-radius);
  color: var(--tbp-audio-player-color-fg);
  font-family: var(--wp--preset--font-family--public-sans);
  font-size: 1rem;
  height: 100%;
  padding: var(--tbp-spacing-3) var(--tbp-spacing-4);
}
.tbp-audio-player__button-play {
  height: 36px;
  width: 36px;
  border-radius: 100%;
  border: none;
  background-color: var(--tbp-audio-player-play-btn-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  flex-shrink: 0;
  transition: all 0.5s ease;
}
.tbp-audio-player__button-play svg {
  height: 16px;
  width: 16px;
  fill: var(--tbp-color-black-5);
}
.tbp-audio-player__button-play svg.play {
  margin-left: 3px;
}
.tbp-audio-player__button-play svg.pause {
  display: none;
}
.tbp-audio-player__button-play svg.loading {
  display: none;
}
.tbp-audio-player__button-play:hover,
.tbp-audio-player__button-play:focus {
  background-color: var(--tbp-audio-player-play-btn-bg-hover);
  cursor: pointer;
}
.tbp-audio-player__button-play:hover svg,
.tbp-audio-player__button-play:focus svg {
  height: 16px;
  width: 16px;
  fill: var(--tbp-audio-player-play-btn-fg-hover);
}
.tbp-audio-player__wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.tbp-audio-player__wrapper-inner {
  width: 100%;
}
.tbp-audio-player__info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tbp-audio-player__title {
  margin-top: 0;
  margin-bottom: 20px;
  color: var(--tbp-audio-player-color-bg);
  font-size: var(--tbp-typography-body-font-size);
  font-family: var(--wp--preset--font-family--feijoa-medium);
}
.tbp-audio-player__title-inner {
  font-family: var(--wp--preset--font-family--feijoa-medium);
  color: #5c675c;
  margin-left: 19px;
}
.tbp-audio-player__progress .tbp-audio-player__progress-bar {
  display: flex;
}
.tbp-audio-player__progress {
  /* Change the appearance to none to remove default OS styling */
}
.tbp-audio-player__progress progress {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.tbp-audio-player__progress progress[value] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.tbp-audio-player__progress progress:not([value]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.tbp-audio-player__progress progress {
  /* Set the width and height */
  width: 100%;
  height: 3px;
  /* Set the background color */
  background-color: var(--tbp-color-green-4);
  border-radius: 8px;
}
.tbp-audio-player__progress progress::-webkit-progress-bar {
  background-color: transparent;
}
.tbp-audio-player__progress {
  /* Styling for the progress value */
}
.tbp-audio-player__progress progress::-webkit-progress-value {
  border-radius: 6px;
  background-color: var(--tbp-color-black-1);
}
.tbp-audio-player__progress progress::-moz-progress-bar {
  border-radius: 6px;
  background-color: var(--tbp-color-black-1);
}
.tbp-audio-player__times {
  flex-shrink: 0;
  text-align: right;
  color: var(--tbp-audio-player-color-fg);
  transition: all 1s 0.5s ease;
}
.tbp-audio-loading .tbp-audio-player__button-play svg.loading {
  animation: spin 1s linear infinite;
}
.tbp-audio-player__documents {
  padding-top: 20px;
  margin-left: auto;
  display: flex;
  gap: 8px;
  justify-content: end;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.c-pill {
  --tbp-pill-fg-color: var(--tbp-color-white-1);
  --tbp-pill-bg-color: #434340;
  --tbp-pill-bg-color-hover: var(--tbp-color-black-2);
  --tbp-pill-border-color: var(--tbp-pill-bg-color);
  border-radius: 8px;
  background-color: var(--tbp-pill-bg-color);
  font-family: var(--wp--preset--font-family--public-sans);
  color: var(--tbp-pill-fg-color);
  border: 1px solid var(--tbp-pill-border-color);
  padding: 2px 8px;
  transition: var(--tbp-transition);
}
.c-pill:hover {
  background-color: var(--tbp-pill-bg-color-hover);
  color: var(--tbp-pill-fg-color);
}
.c-pill_rounded {
  border-radius: 999px;
}
.c-pill_outline {
  --tbp-pill-fg-color: var(--tbp-color-white-1);
  --tbp-pill-border-color: var(--tbp-color-white-1);
  --tbp-pill-bg-color: transparent;
}
.c-pill_filled-active {
  --tbp-pill-bg-color: var(--tbp-color-red-2);
  text-transform: uppercase;
}
.c-pill_darker {
  --tbp-pill-bg-color: var(--tbp-color-black-2);
  --tbp-pill-bg-color-hover: var(--tbp-color-black-1);
}
.c-pill_darker:hover {
  --tbp-pill-border-color: var(--tbp-pill-bg-color-hover);
}
.c-panel {
  --tbp-panel-header-bg-color: var(--tbp-color-blue-4);
  --tbp-panel-header-text-color: var(--tbp-color-black-2);
  --tbp-panel-header-font-family: var(--wp--preset--font-family--feijoa-medium);
  --tbp-panel-header-font-size: var(--tbp-typography-body-font-size);
  --tbp-panel-header-side-padding: var(--tbp-spacing-5);
  --tbp-panel-header-number-font-family: var(
    --wp--preset--font-family--public-sans
  );
  --tbp-panel-header-alt-text-color: var(--tbp-color-white-3);
  --tbp-panel-header-alt-bg-color: var(--tbp-color-brown-4);
  --tbp-panel-number-border: 1px solid var(--tbp-color-black-3);
  --tbp-panel-number-bg-color: var(--tbp-color-black-3);
  --tbp-panel-number-text-color: var(--tbp-color-white-3);
  --tbp-panel-number-alt-border: 1px solid var(--tbp-color-white-3);
  --tbp-panel-body-bg-color: var(--tbp-color-white-3);
  --tbp-panel-body-side-padding: var(--tbp-spacing-5);
}
.c-panel__header {
  background-color: var(--tbp-panel-header-bg-color);
  color: var(--tbp-panel-header-text-color);
  display: flex;
  gap: 16px;
  align-items: center;
  padding: var(--tbp-panel-header-side-padding);
  transition: var(--tbp-transition);
}
.c-panel__header p {
  margin: 0;
}
.c-panel__header-number {
  border-radius: 999px;
  border: var(--tbp-panel-number-border);
  background-color: var(--tbp-panel-number-bg-color);
  color: var(--tbp-panel-number-text-color);
  display: flex;
  font-family: var(--tbp-panel-header-number-font-family);
  height: 32px;
  width: 32px;
  justify-content: center;
  align-items: center;
}
.c-panel__header-title {
  font-size: var(--tbp-panel-header-font-size);
  font-weight: 400;
  color: var(--tbp-panel-header-text-color);
  font-family: var(--tbp-panel-header-font-family);
}
.c-panel__body {
  padding: var(--tbp-panel-body-side-padding);
  background-color: var(--tbp-panel-body-bg-color);
}
@media (min-width: 781px) {
  .c-panel__body {
    --tbp-panel-body-side-padding: var(--tbp-spacing-6);
  }
}
.c-panel__header:hover,
.c-panel.acc_active .c-panel__header {
  background-color: var(--tbp-panel-header-alt-bg-color);
}
.c-panel__header:hover .c-panel__header-number,
.c-panel.acc_active .c-panel__header .c-panel__header-number {
  border: var(--tbp-panel-number-alt-border);
  background-color: transparent;
}
.c-panel__header:hover .c-panel__header-title,
.c-panel.acc_active .c-panel__header .c-panel__header-title {
  color: var(--tbp-panel-header-alt-text-color);
}
@media (min-width: 781px) {
  .c-panel:first-of-type .c-panel__header {
    border-top-left-radius: var(--tbp-border-radius-2);
    border-top-right-radius: var(--tbp-border-radius-2);
  }
}
.c-panel:last-of-type .c-panel__header {
  transition: border-radius linear 500ms;
}
@media (min-width: 781px) {
  .c-panel:last-of-type .c-panel__header {
    border-bottom-left-radius: var(--tbp-border-radius-2);
    border-bottom-right-radius: var(--tbp-border-radius-2);
  }
}
.c-panel:last-of-type .c-panel__body.acc_content {
  border-bottom-left-radius: var(--tbp-border-radius-2);
  border-bottom-right-radius: var(--tbp-border-radius-2);
}
.c-panel:last-of-type.acc_active .c-panel__header {
  transition: none;
}
@media (min-width: 781px) {
  .c-panel:last-of-type.acc_active .c-panel__header {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.c-panel_no-header {
  padding: var(--tbp-panel-body-side-padding);
  border-radius: var(--tbp-border-radius-2);
  background-color: var(--tbp-panel-body-bg-color);
}
@media (min-width: 781px) {
  .c-panel_no-header {
    --tbp-panel-body-side-padding: var(--tbp-spacing-6);
  }
}
.c-user-menu {
  position: relative;
  flex-shrink: 0;
}
.c-user-menu__user-meta {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.c-user-menu__user-meta img {
  border-radius: 100%;
}
.c-user-menu-profile-picture {
  border-radius: 999px;
  width: 47px;
  height: 47px;
}
.c-user-menu__button {
  border: none;
  background: none;
  padding: 0;
}
.c-user-menu__button img {
  border-radius: 100%;
  height: 50px;
  width: 50px;
}
.c-user-menu__button:hover {
  cursor: pointer;
}
.c-user-menu__button:hover + .main-nav__dropdown {
  content-visibility: visible;
  opacity: 1;
}
.c-user-menu__name {
  white-space: nowrap;
  color: var(--tbp-color-black-1);
  font-size: 1rem;
  padding-bottom: 0.65rem;
  margin-bottom: 0.65rem;
}
.c-user-menu__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 0.5rem;
}
.c-user-menu__list-item_logout {
  padding-top: 0.65rem;
  margin-top: 0.65rem;
}
.c-user-menu__link {
  color: var(--tbp-color-black-1);
  font-size: 1rem;
  text-decoration: none;
}
.c-user-menu__link:hover {
  color: var(--wp--preset--color--blue-2);
  text-decoration: none;
}
@media (min-width: 781px) {
  .c-user-menu {
    max-height: 50px;
    margin-left: 1.2rem;
    display: flex;
    gap: 20px;
    align-items: center;
  }
  .c-user-menu_mobile {
    display: none;
  }
  .c-user-menu:hover .c-user-menu-wrapper {
    display: block;
  }
  .c-user-menu-wrapper.show {
    display: block;
  }
  .c-user-menu__name {
    white-space: nowrap;
    color: var(--tbp-color-black-1);
    font-size: 1rem;
    padding-bottom: 0.65rem;
    margin-bottom: 0.65rem;
    border-bottom: 1px solid var(--tbp-color-black-4);
  }
  .c-user-menu__list {
    display: block;
  }
  .c-user-menu__list-item_logout {
    padding-top: 0.65rem;
    margin-top: 0.65rem;
    border-top: 1px solid var(--tbp-color-black-4);
  }
}
.tbp-button,
.wp-block-button__link {
  --tbp-button-padding: var(--tbp-spacing-2) var(--tbp-spacing-3);
  --tbp-button-fg-color: var(--tbp-color-white-1);
  --tbp-button-bg-color: var(--tbp-color-blue-2);
  --tbp-button-bg-color-hover: var(--tbp-color-blue-1);
  background: var(--tbp-button-bg-color);
  border: none;
  border-radius: 1.5625rem;
  color: var(--tbp-button-fg-color);
  display: inline-block;
  font-family: var(--wp--preset--font-family--public-sans);
  line-height: 1.2;
  padding: var(--tbp-button-padding);
  text-align: center;
  text-decoration: none;
}
@media (min-width: 781px) {
  .tbp-button,
  .wp-block-button__link {
    --tbp-button-padding: var(--tbp-spacing-4) var(--tbp-spacing-6);
  }
}
.tbp-button:hover {
  background: var(--tbp-button-bg-color-hover);
  color: var(--tbp-button-fg-color);
}
.tbp-button_alternate {
  --tbp-button-bg-color: var(--tbp-color-white-1);
  --tbp-button-fg-color: var(--tbp-color-black-5);
}
.tbp-button_alternate:hover {
  --tbp-button-bg-color-hover: var(--tbp-color-white-3);
}
.wp-block-button {
  white-space: nowrap;
}
.tbp-button_small {
  --tbp-button-padding: 5px 14px;
}
.c-blurred-cta {
  position: relative;
  overflow: hidden;
  color: var(--tbp-color-black-5);
}
@media (min-width: 1300px) {
  .c-blurred-cta__bg-image {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 50%;
    height: auto;
  }
}
.c-blurred-cta__wrapper {
  position: relative;
  padding: var(--tbp-small-side-padding);
  z-index: 2;
  background-color: var(--tbp-color-blue-3);
}
@media (min-width: 1300px) {
  .c-blurred-cta__wrapper {
    display: flex;
    max-width: 876px;
    gap: var(--tbp-spacing-8);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background: rgba(212, 223, 250, 0.75);
    padding: var(--tbp-spacing-7) var(--tbp-spacing-7) var(--tbp-spacing-7) 80px;
    border-radius: var(--tbp-border-radius-2);
    margin: var(--tbp-spacing-12) auto;
  }
}
.c-blurred-cta__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--tbp-spacing-4);
  margin-bottom: var(--tbp-spacing-4);
}
.c-blurred-cta__header-visuals {
  display: block;
  height: 80px;
  width: 80px;
}
@media (min-width: 1300px) {
  .c-blurred-cta__header-visuals {
    display: none;
  }
}
.c-blurred-cta__content {
  flex: 1;
  position: relative;
  z-index: 2;
  max-width: 600px;
}
.c-blurred-cta__title {
  font-family: var(--wp--preset--font-family--feijoa-display);
  font-size: var(--tbp-font-size-9);
}
.c-blurred-cta__description {
  font-size: var(--tbp-typography-body-font-size);
  line-height: var(--tbp-typography-body-line-height);
  margin-bottom: var(--tbp-spacing-6);
}
.c-blurred-cta__visuals {
  display: none;
}
@media (min-width: 1300px) {
  .c-blurred-cta__visuals {
    display: block;
    height: 158px;
    width: 158px;
  }
}
.c-page-header-blurred {
  max-width: unset;
}
.c-page-header-blurred__main-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.c-page-header-blurred__main-content > * {
  margin-block: 0;
}
.c-page-header-blurred__main-content > * + * {
  margin-block-start: var(--space, 0.875rem);
}
.c-page-header-blurred__supporting-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.c-page-header-blurred__supporting-content > * {
  margin-block: 0;
}
.c-page-header-blurred__supporting-content > * + * {
  margin-block-start: 36px;
}
.c-page-header-blurred__supporting-content-wrapper > *:first-child {
  padding-top: 0;
  margin-top: 0;
}
.c-page-header-blurred__bg-wrapper {
  background-image: url(images/header-placeholder.5a2240e2.png);
  padding-bottom: var(--tbp-small-side-padding);
  color: var(--tbp-color-white-1);
}
@media (min-width: 781px) {
  .c-page-header-blurred__bg-wrapper {
    padding-top: calc(var(--tbp-spacing-top-offset) + var(--tbp-spacing-7));
    padding-bottom: var(--tbp-spacing-7);
  }
}
.c-page-header-blurred__content-wrapper {
  padding: var(--tbp-spacing-5) var(--tbp-spacing-5) var(--tbp-spacing-5) var(--tbp-spacing-7);
  backdrop-filter: blur(56px);
  border-radius: var(--tbp-border-radius-2);
  border: var(--tbp-color-green-2) 1px solid;
}
@media (min-width: 781px) {
  .c-page-header-blurred__content-wrapper {
    display: flex;
    justify-content: space-between;
    gap: var(--tbp-spacing-5);
    width: 95%;
    margin: auto;
  }
}
.c-page-header-blurred__tagline {
  font-family: var(--wp--preset--font-family--public-sans);
}
.c-page-header-blurred__heading {
  font-family: var(--wp--preset--font-family--feijoa-display);
  font-size: var(--tbp-font-size-6);
  max-width: 600px;
}
@media (min-width: 781px) {
  .c-page-header-blurred__heading {
    font-size: var(--tbp-typography-h2-font-size);
    line-height: var(--tbp-typography-h2-line-height);
  }
}
.c-page-header-blurred__supporting-content {
  font-family: var(--wp--preset--font-family--public-sans);
  flex-basis: 50%;
  background-color: hsla(39, 43%, 90%, 0.75);
  backdrop-filter: blur(56px);
  border-radius: var(--tbp-border-radius-2);
  padding: var(--tbp-spacing-5);
  margin-top: var(--tbp-spacing-5);
  color: var(--tbp-color-black-5);
}
@media (min-width: 781px) {
  .c-page-header-blurred__supporting-content {
    padding: var(--tbp-spacing-7);
    margin-top: 0;
  }
}
.c-page-header-blurred__supporting-content p:first-child {
  margin-top: 0;
}
.c-page-header-blurred__header-label {
  color: var(--tbp-color-black-2);
  margin-bottom: 10px;
}
.c-page-header-blurred__supporting-content_forum {
  background-color: var(--tbp-color-white-2);
  backdrop-filter: unset;
}
.c-page-header-blurred__footer {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
  gap: 1rem;
}
.c-page-header-blurred__footer .avatar {
  border: 0px;
  max-height: unset;
  max-width: unset;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  margin-right: 10px;
}
.c-page-header-blurred__footer_aligned-left {
  justify-content: start;
}
.c-page-header-blurred__topic-author {
  display: flex;
  align-items: center;
}
.c-page-header-blurred__topic-author-name {
  padding-top: 0;
  margin-top: 0;
}
.c-page-header-blurred__footer-actions {
  display: flex;
  gap: 16px;
}
.c-page-header-blurred__action {
  display: flex;
  gap: 8px;
  background-color: transparent;
  border: none;
  align-items: center;
  font-family: var(--wp--preset--font-family--public-sans);
  color: var(--tbp-color-blue-2);
}
.course-card {
  --tbp-card-header-bg: var(--tbp-color-green-5);
  --tbp-card-body-bg: var(--tbp-color-green-1);
  background: var(--tbp-color-white-1);
  border: 1px solid var(--wp--preset--color--green-2);
  border-radius: 16px !important;
}
.course-card_brown {
  --tbp-card-header-bg: var(--tbp-color-brown-7);
  --tbp-card-body-bg: var(--tbp-color-brown-3);
}
.course-card__header {
  align-items: center;
  background: var(--tbp-card-header-bg);
  border-radius: 16px 16px 0 0 !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 10px 1rem;
}
.course-card__header-meta {
  display: flex;
  gap: 16px;
  margin-left: auto;
}
.course-card__title {
  color: var(--tbp-color-white-1);
  font-family: var(--wp--preset--font-family--feijoa-display);
  font-size: 1.5rem;
  font-style: normal;
  margin: 0 !important;
}
.course-card__supporting-text {
  font-family: var(--wp--preset--font-family--public-sans);
  margin: 4px 0 0 0 !important;
  color: #d1e3d0;
}
.course-card__body {
  background-color: var(--tbp-card-body-bg);
  padding: 26px 16px;
}
.course-card__secondary-title {
  color: var(--wp--preset--color--white-2);
  font-family: var(--wp--preset--font-family--public-sans);
  font-size: 16px;
  margin: 0;
}
.course-card__footer {
  padding: 36px 25px;
}
@media (min-width: 781px) {
  .split-card {
    display: flex;
  }
  .split-card > * {
    width: 50%;
  }
}
.split-card__left-side > * {
  padding: 24px 32px;
}
@media (min-width: 781px) {
  .split-card__left-side > * {
    padding: 70px 100px;
  }
}
.split-card__right-side {
  background-color: #dee8f8;
}
.split-card__inner-top {
  background-color: #f1e8de;
}
.split-card__inner-bottom {
  background-color: #f7f6f5;
}
.split-card__content-box {
  max-width: 500px;
  box-sizing: content-box;
}
.split-card__content-box img {
  margin-block-start: 0;
}
.split-card__content-box h2 {
  margin-block-start: 30px;
  font-size: 36px;
}
.split-card__content-box p {
  margin-block-start: 14px;
  margin-block-end: 0;
}
.split-card__content-box a {
  margin-block-start: 40px;
}
.split-card_editorial {
  align-items: center;
  justify-content: center;
}
.split-card_alternate:nth-child(even) {
  flex-direction: row-reverse;
}
.page {
  background-color: var(--tbp-body-bg-color);
}
.page.page-template-default main {
  padding-left: var(--tbp-standard-side-spacing);
  padding-right: var(--tbp-standard-side-spacing);
}
.l-page__header {
  margin-left: auto;
  margin-right: auto;
}
.l-page__header_forums {
  max-width: 100%;
}
.l-page__title {
  margin-top: 4px;
  margin-bottom: 24px;
}
.l-page_basic {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--wp--custom--global-side-spacing);
  padding-right: var(--wp--custom--global-side-spacing);
  box-sizing: content-box;
  margin-bottom: 6rem;
}
.l-page__header_basic {
  text-align: center;
}
.l-page__title_basic {
  color: var(--wp--preset--color--black);
  font-family: var(--wp--preset--font-family--feijoa-display);
}
.l-page__forum-intro {
  margin-bottom: 2rem;
}
main.courses {
  margin-bottom: 3.75rem;
}
.l-course__header {
  margin-top: 2rem;
}
@media (min-width: 1300px) {
  .l-course__header {
    display: flex;
    gap: 92px;
    margin-top: 0;
  }
}
.l-course__header-wrapper {
  padding-bottom: 3.75rem;
}
@media (min-width: 1300px) {
  .l-course__header-wrapper {
    padding-bottom: 5rem;
  }
}
.l-course__header-meta {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  align-items: end;
}
.l-courses__time-active {
  color: var(--wp--preset--color--black-2);
  border: 1px solid var(--wp--preset--color--green-2);
  display: none;
  font-family: var(--wp--preset--font-family--public-sans);
  font-size: 1rem;
  margin: 0;
  padding: 12px 24px;
}
@media (min-width: 1300px) {
  .l-courses__time-active {
    display: block;
  }
}
.l-courses__title {
  font-family: var(--wp--preset--font-family--feijoa-display);
  margin-top: 1rem;
}
.l-courses__description {
  padding-bottom: 2rem;
}
.l-course__content {
  position: relative;
}
.l-course__header-bg {
  position: absolute;
  z-index: -9;
  height: 450px;
  bottom: 100%;
  left: 0%;
  margin-bottom: -80px;
}
@media (min-width: 1300px) {
  .l-course__header-bg {
    left: 60%;
    margin-bottom: -60px;
  }
}
.l-courses__materials-title {
  color: var(--tbp-color-black-1);
  margin-bottom: 2.5rem;
}
.l-courses__materials-wrapper {
  border: 1px solid var(--wp--preset--color--green-2);
  padding: 0.5rem 0.8rem 1rem;
}
.l-courses__materials-wrapper p {
  margin-top: 0;
}
@media (min-width: 1300px) {
  .l-courses__materials-wrapper {
    padding: 3rem 3.8rem;
  }
}
.l-courses__materials-items-title {
  color: var(--tbp-color-black-2);
  margin-bottom: 0.25rem;
}
.l-courses__materials-items-list {
  list-style: none;
  padding: 0;
  margin-bottom: 0.75rem;
  font-family: var(--wp--preset--font-family--public-sans);
}
.l-courses__materials-items-list li {
  margin-bottom: 4px;
}
.l-courses__zoom {
  aspect-ratio: 16/9;
  background-color: var(--tbp-color-blue-4);
  border-radius: 10px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.l-courses__zoom-primary-text {
  color: var(--tbp-color-blue-1);
  font-size: 1.5rem;
  text-align: center;
}
.l-courses__zoom-link {
  padding: 1rem 2rem;
  font-family: var(--wp--preset--font-family--public-sans);
  border-radius: 25px;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.l-courses__zoom-secondary-text {
  text-align: center;
  color: var(--tbp-color-black-3);
  font-size: 1.25rem;
  font-family: var(--wp--preset--font-family--public-sans);
}
@media (min-width: 1300px) {
  .l-courses__footer {
    display: flex;
    justify-content: space-between;
    gap: 125px;
  }
}
.l-courses__extra-materials {
  padding-bottom: 75px;
}
@media (min-width: 1300px) {
  .l-courses__extra-materials {
    flex: 3;
    padding-top: 2rem;
  }
}
.l-courses__syllabus {
  border-radius: 1.125rem;
  background: var(--tbp-color-red-4);
  color: var(--wp--preset--color--black-2);
  padding: 2.5rem 1.25rem;
  margin-top: -1rem;
  z-index: 2;
}
.l-courses__syllabus ul {
  padding-left: 14px;
}
@media (min-width: 1300px) {
  .l-courses__syllabus {
    padding: 2.5rem 4rem;
  }
}
.l-courses__syllabus-title {
  color: var(--tbp-color-black-1);
  margin: 0;
  margin-bottom: 1.5rem;
}
.l-courses__syllabus-items-list {
  padding: 0 0 0 0.75rem;
  margin-bottom: 0.75rem;
  color: var(--tbp-color-black-1);
}
.l-courses__motif {
  position: relative;
  margin-left: auto;
  z-index: -1;
}
.l-courses__motif-wrapper {
  margin-right: calc(var(--wp--style--root--padding-right) * -1);
  margin-left: calc(var(--wp--style--root--padding-left) * -1);
}
@media (min-width: 1300px) {
  .l-courses__motif-wrapper {
    margin-right: 0;
    margin-left: 0;
    flex: 2;
    align-self: end;
  }
}
.l-courses__course-content {
  display: flex;
  flex-direction: column;
  margin: auto;
  gap: 1rem;
  max-width: 55rem;
  padding-top: 3rem;
  padding-bottom: 1.5rem;
}
.l-courses__video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.l-courses__video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}
.l-course__course-terms {
  margin-top: 60px;
}
.l-courses__term-materials-wrapper {
  display: flex;
  gap: 1rem;
  flex-direction: column;
}
@media (min-width: 781px) {
  .l-courses__term-materials-wrapper {
    flex-direction: row;
    gap: 1rem;
  }
}
.l-courses__term-materials {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 1rem;
  flex-grow: 0;
}
@media (min-width: 1300px) {
  .l-courses__term-materials {
    max-width: 375px;
  }
}
.l-courses__term-material {
  align-items: center;
  border-radius: 1rem;
  color: var(--wp--preset--color--black);
  display: flex;
  flex-direction: column;
  font-family: var(--wp--preset--font-family--public-sans);
  gap: 0.5rem;
  justify-content: center;
  padding: 1.25rem 1rem;
  text-decoration: none;
}
.l-courses__term-material_green {
  background-color: var(--tbp-color-green-2);
}
.l-courses__term-material_blue {
  background-color: var(--tbp-color-blue-3);
}
.l-courses__term-material:hover,
.l-courses__term-material:focus {
  background-color: var(--tbp-color-blue-1);
  color: var(--tbp-color-white-1);
}
.l-course__downloadable-icon {
  height: 60px;
  width: auto;
}
.l-courses__audio-player {
  background-color: var(--tbp-color-green-2);
  flex-grow: 1;
  border-radius: 1rem;
  display: flex;
  align-items: center;
}
.l-courses__audio-wrapper {
  padding: 0.8rem;
}
.l-courses__audio-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  border-right: 1px solid var(--tbp-color-black-2);
}
.l-courses__audio-icon svg {
  height: 60px;
  width: 50px;
}
.l-courses__audio-icon svg rect,
.l-courses__audio-icon svg path {
  fill: var(--tbp-color-green-2);
  stroke: var(--tbp-color-black-2);
  transition: all 1s ease;
}
.l-courses__audio-icon p {
  font-family: var(--wp--preset--font-family--public-sans);
  margin-top: 8px;
  color: var(--tbp-color-black-2);
}
.tbp-audio-playing .l-courses__audio-icon svg rect,
.tbp-audio-playing .l-courses__audio-icon svg path {
  stroke: var(--tbp-color-red-1);
  transition: all 1s ease;
}
.tbp-audio-playing .l-courses__audio-icon svg rect {
  fill: var(--tbp-color-yellow-1);
  transition: all 1s ease;
}
.tbp-audio-playing .l-courses__audio-icon svg path {
  fill: var(--tbp-color-yellow-2);
  transition: all 1s ease;
}
.tbp-audio-playing .l-courses__audio-icon p {
  color: var(--wp--preset--color--black);
}
.l-courses__player {
  flex-grow: 1;
  padding-left: 32px;
  padding-right: 72px;
}
.l-courses__syllabus-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(275px, 1fr));
  -moz-column-gap: 32px;
       column-gap: 32px;
}
.tbp-active-course-summary-card:hover ul,
.tbp-active-course-summary-card:hover .wp-block-button__link,
.tbp-active-course-summary-card:hover .wp-block-separator {
  color: var(--wp--preset--color--black) !important;
  border-color: var(--wp--preset--color--black);
}
.lessons {
  padding-top: 0;
}
.l-lesson__documents-list {
  display: flex;
  gap: var(--tbp-spacing-4);
  flex-wrap: wrap;
  padding-left: 0;
}
.l-lesson__documents-list li {
  list-style-type: none;
}
@media (min-width: 1300px) {
  .l-lesson__date-title_horizontal .l-lesson-date-title__title {
    margin-top: 0;
  }
  .l-lesson__date-title_horizontal {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.l-lesson-date-title__date {
  margin-top: 0;
  color: var(--tbp-color-red-1);
  font-size: var(--tbp-typography-body-font-size);
  font-family: var(--wp--preset--font-family--public-sans);
}
.l-lesson-date-title__title {
  color: var(--tbp-color-black-2);
  font-size: var(--tbp-typography-body-font-size);
  font-family: var(--wp--preset--font-family--feijoa-medium);
  margin-top: 0;
}
.l-lesson__video-meta {
  background-color: var(--tbp-color-white-2);
  border-radius: 0 0 16px 16px;
  padding: 1.5rem;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
}
.l-lesson-main-content {
  background-color: var(--tbp-color-yellow-4);
  padding: var(--tbp-spacing-5) var(--tbp-spacing-4);
}
@media (min-width: 781px) {
  .l-lesson-main-content {
    padding: var(--tbp-spacing-7) var(--tbp-spacing-8) var(--tbp-spacing-8);
  }
}
.l-lesson__guided-meditations-player {
  padding: 24px 0 0 0;
}
.l-lesson-curriculum-support {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 0;
  margin: auto;
  max-width: 1700px;
}
@media (min-width: 781px) {
  .l-lesson-curriculum-support {
    flex-direction: row;
    gap: var(--tbp-spacing-10);
  }
}
.l-lesson-curriculum-support__left-column {
  max-width: 800px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.l-lesson-curriculum-support__left-column > * {
  margin-block: 0;
}
.l-lesson-curriculum-support__left-column > * + * {
  margin-block-start: 48px;
}
.l-lesson-forum {
  margin-block-start: 80px;
}
.l-lesson-curriculum-support__sub-heading {
  font-family: var(--wp--preset--font-family--feijoa-medium);
  font-size: var(--tbp-typography-body-font-size);
  line-height: var(--tbp-typography-body-line-height);
  margin-top: 0;
  margin-bottom: var(--tbp-spacing-3);
  color: var(--tbp-color-black-2);
}
.l-lesson-curriculum-support__right-column {
  flex: 1;
  background-color: var(--color-card-background);
  border: 1px solid var(--color-border-light);
  border-radius: 8px;
  overflow: hidden;
  max-width: 650px;
}
.l-lesson-list {
  padding: 0;
}
.l-lesson-list__item {
  padding: 0;
}
.l-lesson-link {
  background-color: var(--tbp-color-blue-5);
  padding: 24px;
  border-bottom: 1px solid var(--tbp-color-black-4);
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l-lesson-link .l-lesson-circle {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: var(--tbp-color-black-4);
}
.l-lesson-link .l-lesson-circle::after {
  content: "";
}
.l-lesson-link:hover, .l-lesson-link.l-lesson-link_active {
  /* background-color: var(--tbp-color-blue-3); */
}
.l-lesson-link:hover .l-lesson-circle, .l-lesson-link.l-lesson-link_active .l-lesson-circle {
  background-color: var(--tbp-color-black-3);
}
.l-lesson-list__item:first-child .l-lesson-link {
  border-radius: 0 var(--tbp-border-radius-2) 0 0;
}
.l-lesson-list__item:last-child .l-lesson-link {
  border-bottom: none;
  border-radius: 0 0 var(--tbp-border-radius-2) var(--tbp-border-radius-2);
}
.l-lesson-forum__title {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.l-lesson-forum__list {
  font-family: var(--wp--preset--font-family--public-sans);
  list-style: none;
  padding: 0;
}
.l-lesson-forum__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0 0;
  border-bottom: 1px dotted var(--color-border-light);
  font-size: 0.9rem;
  color: var(--tbp-color-black-2);
}
.l-lesson-forum__item-title {
  display: flex;
  flex-direction: column;
}
.l-lesson-forum__item-meta {
  display: flex;
  align-items: end;
  flex-direction: column;
}
.l-lesson-forum__label {
  color: var(--tbp-color-black-4);
}
.l-lesson-forum__link {
  flex-grow: 1;
  color: var(--tbp-color-black-2);
}
.l-lesson-forum__meta {
  margin-left: 1rem;
}
.lesson-list {
  list-style: none;
}
.lesson-list__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem;
  border-bottom: 1px solid var(--tbp-color-black-4);
}
.lesson-list__item:last-child {
  border-bottom: none;
}
.lesson-list__item--header {
  font-weight: bold;
}
.lesson-list__date {
  font-size: 0.8rem;
  margin-right: 1rem;
}
.lesson-list__title {
  flex-grow: 1;
}
.lesson-list__action-button {
  background: none;
  border: none;
  color: var(--color-primary);
  font-weight: bold;
  cursor: pointer;
  margin-left: 1rem;
}
.l-lesson__library-title {
  color: #1d1b19;
}
@media (max-width: 900px) {
  .l-lesson-curriculum-support__left-column,
  .l-lesson-curriculum-support__right-column,
  .library-cta__content {
    max-width: 100%;
    flex: none;
  }
}
.user-dashboard .single-screen-navs {
  border: none !important;
  box-shadow: none !important;
}
.user-dashboard .single-screen-navs li {
  display: none !important;
}
.user-dashboard .single-screen-navs li#settings-personal-li {
  display: inline-block !important;
  padding-top: 24px;
}
.user-dashboard .single-screen-navs li#settings-personal-li > a {
  border-radius: 99px !important;
  background-color: var(--tbp-color-black-3) !important;
  font-family: var(--wp--preset--font-family--public-sans) !important;
  color: var(--tbp-color-white-1) !important;
  border: 1px solid var(--tbp-color-black-3) !important;
  padding: 2px 8px !important;
}
.bp-navs li {
  border: none !important;
  background: transparent !important;
}
.bp-wrap {
  font-family: var(--wp--preset--font-family--public-sans);
}
.item-body .screen-heading {
  font-size: 16px !important;
}
#item-header-content {
  padding: 0;
}
#bp-delete-avatar,
#avatar-crop-submit,
#bp-browse-button {
  --tbp-pill-fg-color: var(--tbp-color-white-1);
  --tbp-pill-bg-color: #434340;
  --tbp-pill-bg-color-hover: var(--tbp-color-black-2);
  --tbp-pill-border-color: var(--tbp-pill-bg-color);
  border-radius: 8px;
  background-color: var(--tbp-pill-bg-color);
  font-family: var(--wp--preset--font-family--public-sans);
  color: var(--tbp-pill-fg-color);
  border: 1px solid var(--tbp-pill-border-color);
  padding: 2px 8px;
  transition: var(--tbp-transition);
}
#bp-delete-avatar:hover,
#avatar-crop-submit:hover,
#bp-browse-button:hover {
  background-color: var(--tbp-pill-bg-color-hover);
  color: var(--tbp-pill-fg-color);
}
#dashboard-settings {
  padding-top: 2rem;
}
#bp-delete-avatar {
  margin-top: 8px;
}
.user-subnav,
#public-personal-li,
#change-avatar-personal-li,
#bp-avatar-camera,
#bp-avatar-recycle {
  display: none !important;
}
.user-dashboard__user-header-link {
  font-family: var(--wp--preset--font-family--public-sans);
}
.single-headers img.avatar {
  margin-bottom: 0.5rem !important;
  margin-right: 0 !important;
}
.single-headers #item-header-avatar a img {
  float: none !important;
}
#item-header-content {
  display: flex;
  gap: 1rem;
}
#avatar-crop-actions {
  margin-top: 8px;
}
#send_reply_button,
.send-message {
  border-radius: 2rem !important;
  background: var(--tbp-color-blue-2) !important;
  color: var(--tbp-color-white-1) !important;
  font-family: var(--wp--preset--font-family--public-sans) !important;
  font-size: 1rem !important;
  text-decoration: none !important;
  padding: 0.75rem 1rem !important;
  display: inline-block !important;
  border: none !important;
}
#send_reply_button:hover,
.send-message:hover {
  background: var(--wp--preset--color--blue-1) !important;
}
li.selected a {
  font-weight: 400 !important;
}
#item-header-avatar {
  max-width: 150px;
}
.user-dashboard__courses {
  padding: 1rem 3rem;
}
.user-dashboard__header {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.user-dashboard__header-content {
  background-color: var(--tbp-color-blue-4);
  padding: 1rem 14px;
}
.user-dashboard__header-image {
  background-image: url(images/profile-image.57da2413.png);
}
.user-dashboard__heading {
  font-size: 1.9375rem !important;
  padding: 10px 0 0 0 !important;
  margin: 0 !important;
}
.user-dashboard__header-student-name {
  font-family: var(--wp--preset--font-family--public-sans);
  color: var(--wp--preset--color--grey-1) !important;
}
.user-dashboard__column-content {
  padding: 1rem 14px;
  position: relative;
}
@media (min-width: 781px) {
  .user-dashboard__column-content {
    padding: 1rem 2.5rem 176px;
  }
}
.user-dashboard-navigation {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: space-between;
  background-color: #f7f6f5;
}
.user-dashboard-navigation .c-tabs {
  background-color: #f7f6f5;
}
.user-dashboard-navigation .c-tabs__tab [role=tab] {
  text-transform: none;
  font-size: 1rem;
}
@media (min-width: 781px) {
  .user-dashboard-navigation {
    padding-left: 70px;
    padding-right: 70px;
    flex-direction: row;
  }
}
.user-dashboard-tagline {
  font-family: var(--wp--preset--font-family--public-sans);
  color: #ac7b1a;
}
.user-dashboard__course-title {
  color: var(--tbp-color-black-2);
  margin-top: 8px;
}
.user-dashboard__courses {
  background: var(--tbp-color-white-4);
}
.user-dashboard__courses:nth-child(even) {
  background-color: var(--tbp-color-brown-5);
}
.user-dashboard__courses:nth-child(odd) {
  background-color: var(--tbp-color-brown-4);
}
.user-dashboard__course-list {
  margin: 0;
  padding: 0;
}
.user-dashboard__course-list > * {
  list-style-type: none;
  margin-block: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.user-dashboard__course-list > * span {
  color: var(--tbp-color-black-2);
  font-size: 1.5rem;
}
.user-dashboard__course-list > * + * {
  margin-block-start: 24px;
}
.user-dashboard__cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, 350px);
  gap: 25px;
  justify-content: center;
}
@media (min-width: 781px) {
  .user-dashboard__cards {
    padding: 100px 88px 0;
  }
}
.course-timeframe {
  color: var(--tbp-color-black-4);
  font-size: 0.875rem;
  margin: 0;
}
.course-link {
  background: var(--tbp-color-blue-2);
  border-radius: 2rem;
  color: var(--tbp-color-white-1);
  display: inline-block;
  font-family: var(--wp--preset--font-family--public-sans);
  font-size: 1rem;
  line-height: 1;
  padding: 0.75rem 1rem;
  text-decoration: none;
}
.course-link_forum {
  margin-top: 0.5rem;
}
.tbp-user-settings .bp-navs {
  display: none;
}
.tbp-user-settings .user-dashboard__column-content {
  background: var(--tbp-color-blue-4);
  padding-top: 132px;
}
.tbp-settings {
  max-width: 520px;
  background-color: #ffffff;
  border: none;
  border-radius: 24px !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  padding-top: 32px;
  padding-left: 32px;
  padding-right: 32px;
  padding-bottom: 54px;
  width: 100%;
}
.tbp-settings .avatar {
  height: 120px;
  width: 120px;
}
.tbp-settings-change-photo {
  font-family: var(--wp--preset--font-family--public-sans);
  text-align: right;
  margin-top: 10px;
  color: #899289;
}
.tbp-settings-header {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
}
.tbp-settings-update-avatar {
  display: flex;
  flex-direction: column;
}
.tbp-settings-name-intro {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.tbp-settings__title {
  margin: 0 !important;
  color: var(--tbp-color-black-5);
  font-size: var(--tbp-font-size-11);
}
.tbp-settings-student-name {
  font-family: var(--wp--preset--font-family--feijoa-medium);
  color: #9f1917;
  font-size: 1.5rem;
}
.tbp-user-form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.tbp-user-form > * {
  margin-block: 0;
}
.tbp-user-form > * + * {
  margin-block-start: 1.5rem;
}
.tbp-user-form__field {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
}
.tbp-user-form__field-header {
  display: flex;
  justify-content: space-between;
}
.tbp-user-form__label {
  color: var(--tbp-color-black-1);
  font-family: var(--wp--preset--font-family--public-sans);
  font-size: 1rem;
}
.tbp-user-form-edit-button {
  color: var(--tbp-color-black-3) !important;
  font-family: var(--wp--preset--font-family--public-sans) !important;
  font-size: 1rem !important;
  border: none !important;
  background: none !important;
}
.tbp-user-form-edit-button:hover {
  color: var(--tbp-color-black-1) !important;
}
.tbp-user-form__input {
  font-family: var(--wp--preset--font-family--public-sans) !important;
  font-size: 16px !important;
  background-color: var(--tbp-color-blue-4);
  border: none !important;
  border-radius: 8px;
  padding: 16px 20px;
}
.tbp-user-form__input:disabled:hover {
  background: var(--tbp-color-white-3) !important;
}
.tbp-user-form__input:focus {
  border: 1px solid var(--tbp-color-black-2);
}
.tbp-user-form__submit {
  --tbp-settings-submit-padding: var(--tbp-spacing-2) var(--tbp-spacing-3);
  --tbp-settings-submit-fg-color: var(--tbp-color-white-1);
  --tbp-settings-submit-bg-color: var(--tbp-color-blue-2);
  --tbp-settings-submit-bg-color-hover: var(--tbp-color-blue-1);
  background: var(--tbp-settings-submit-bg-color) !important;
  border: none !important;
  border-radius: 1.5625rem !important;
  color: var(--tbp-settings-submit-fg-color) !important;
  display: inline-block !important;
  font-family: var(--wp--preset--font-family--public-sans) !important;
  line-height: 1.2 !important;
  padding: var(--tbp-settings-submit-padding) !important;
  text-align: center !important;
  text-decoration: none !important;
  align-self: flex-end;
}
@media (min-width: 781px) {
  .tbp-user-form__submit {
    --tbp-settings-submit-padding: var(--tbp-spacing-4) var(--tbp-spacing-6) !important;
  }
}
.tbp-user-form__submit:hover {
  background: var(--tbp-settings-submit-bg-color-hover) !important;
  color: var(--tbp-settings-submit-fg-color) !important;
}
.user-notice {
  font-family: var(--wp--preset--font-family--public-sans);
  font-size: 1rem;
  padding: 1.25rem 1rem;
  margin-bottom: 2rem;
}
.user-notice__message {
  margin: 0;
}
.user-notice__message_success {
  background: var(--tbp-color-black-4);
  border-left: 4px solid var(--tbp-color-black-1);
}
.user-notice__message_error {
  background: var(--tbp-color-red-4);
  color: var(--tbp-color-red-1);
  border-left: 4px solid var(--tbp-color-red-1);
}
.user-notice__error {
  padding-left: 1rem;
}
.user-dashboard__account-header {
  display: flex;
  justify-content: space-evenly;
  gap: 1rem;
}
.profile .change-avatar {
  width: 100%;
  font-family: var(--wp--preset--font-family--public-sans);
}
/* -----------------------------------------------
   Settings Modal
----------------------------------------------- */
/*
.tbp-settings-modal__container {
  position: relative;
  background: var(--tbp-color-white-1);
  border-radius: 24px;
  max-width: 600px;
  width: 90vw;
  max-height: 90vh;
  overflow-y: auto;
  padding: 0;

  // Neutralise the column-content padding that comes from user-settings-form.php
  .user-dashboard__column-content {
    padding: 2rem;

    @include variables.respond-to("medium") {
      padding: 2rem;
    }
  }
}

.tbp-settings-modal__container .modal__close {
  background: transparent;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-family: var(--wp--preset--font-family--public-sans);
  font-size: 0.875rem;
  color: var(--tbp-color-black-3);
  padding: 4px 10px;
  border-radius: 99px;
  transition: background 0.15s ease;
  z-index: 1;

  &:hover {
    background: var(--tbp-color-blue-4);
    color: var(--tbp-color-black-5);
  }
} */
@media (min-width: 1270px) {
  .user-dashboard__header-content {
    padding: 150px 75px 82px;
  }
  .user-dashboard__column-content_profile {
    padding: 3.5rem 3.5rem 3.5rem 0;
  }
  .bp-wrap {
    flex: 1;
  }
  .user-dashboard__courses {
    padding-top: 3.5rem;
  }
  .user-dashboard__heading_courses {
    border-radius: 0 24px 0 0;
    border-left: none !important;
  }
}
.l-single__project-header {
  margin-right: 7.5rem;
  margin-left: 7.5rem;
  padding: 3rem 3.5rem;
  background-color: var(--tbp-color-yellow-2);
}
.l-single__project-header-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 1rem;
}
.l-single__project-title {
  color: var(--wp--preset--color--red-3);
  font-family: var(--wp--preset--font-family--public-sans);
  font-size: var(--wp--preset--font-size--9);
  font-weight: 400;
  margin: 0;
  line-height: 1;
}
.l-single__project-subtitle {
  color: var(--wp--preset--color--green-1);
  font-family: var(--wp--preset--font-family--feijoa-display);
  font-size: var(--wp--preset--font-size--9);
  margin-top: 1rem;
  line-height: 1;
}
.l-single__post-wrapper {
  background-color: var(--tbp-color-white-1);
  margin-top: 3.5rem;
  padding: 3.5rem 3.5rem 2rem;
  border-top: 1px solid var(--wp--preset--color--green-2);
}
.l-single__hero-image {
  max-height: 300px;
}
.l-single__post {
  max-width: var(--wp--style--global--content-size);
  margin-left: auto;
  margin-right: auto;
}
.l-single__post-meta {
  padding-bottom: 3rem;
  font-family: var(--wp--preset--font-family--public-sans);
  font-size: 1rem;
  color: var(--tbp-color-black-3);
}
.l-single__project-id {
  text-transform: uppercase;
  color: var(--wp--preset--color--red-3);
}
.l-single__post-header {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin-bottom: 3rem;
  gap: 2rem;
}
.l-single__post-title {
  color: var(--wp--preset--color--black);
  font-family: var(--wp--preset--font-family--feijoa-display);
  font-size: var(--wp--preset--font-size--7);
  line-height: 1.25;
  margin: 0;
}
.l-single__post-wrapper .navigation {
  padding-top: 26rem;
}
.l-single__post-wrapper .nav-links {
  display: flex;
  justify-content: space-between;
  font-family: var(--wp--preset--font-family--public-sans);
  font-size: 1rem;
}
@media (max-width: 781px) {
  .l-single__project-header {
    margin-right: 2rem;
    margin-left: 2rem;
  }
  .l-single__post-wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .l-single__post-header {
    flex-direction: column;
    align-items: flex-start;
  }
}
.wpml-ls-legacy-dropdown-click {
  width: initial;
}
.wpml-ls-legacy-dropdown-click a {
  border: none;
  padding: 0.25rem;
  background-color: #fff;
  border: 2px solid transparent;
}
.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle::after {
  display: none;
}
.wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover > a,
.wpml-ls-legacy-dropdown-click a:focus,
.wpml-ls-legacy-dropdown-click a:hover {
  background-color: var(--tbp-color-white-2);
  color: var(--tbp-color-black-2);
}
.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle,
.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a {
  padding: 0.25rem;
  background-color: transparent;
  border: 2px solid transparent;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 8px;
  color: var(--tbp-color-black-3);
}
.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:hover,
.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a:hover {
  color: var(--tbp-color-black-2);
}
.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a {
  background-color: var(--tbp-color-white-2);
}
.wpml-ls-link:hover,
.wpml-ls-link:focus,
.wpml-ls-item-toggle:hover,
.wpml-ls-item-toggle:focus {
  border: 2px solid var(--wp--preset--color--blue-2) !important;
}
@media (min-width: 781px) {
  .wpml-ls-legacy-dropdown-click .wpml-ls-flag {
    width: 24px;
    height: 24px;
    -o-object-fit: cover;
       object-fit: cover;
    border: none;
    border-radius: 9999px;
  }
}
@media (min-width: 781px) {
  .wpml-ls-legacy-dropdown-click {
    margin-left: 2rem;
    margin-right: 0;
  }
}
.wpml-ls:hover .wpml-ls-sub-menu {
  visibility: visible !important;
}
#bbpress-forums {
  font-size: 16px;
  font-family: var(--wp--preset--font-family--public-sans);
  margin: 30px 24px 80px;
}
#bbp_search_submit {
  --tbp-pill-fg-color: var(--tbp-color-white-1);
  --tbp-pill-bg-color: var(--tbp-color-black-3);
  --tbp-pill-bg-color-hover: var(--tbp-color-black-2);
  --tbp-pill-border-color: var(--tbp-pill-bg-color);
  border-radius: 99px;
  background-color: var(--tbp-pill-bg-color);
  font-family: var(--wp--preset--font-family--public-sans);
  color: var(--tbp-pill-fg-color);
  border: 1px solid var(--tbp-pill-border-color);
  padding: 2px 8px;
  transition: var(--tbp-transition);
  margin-left: 10px;
}
#bbp_search_submit:hover {
  background-color: var(--tbp-pill-bg-color-hover) !important;
  color: var(--tbp-pill-fg-color);
  cursor: pointer;
}
.bbp-template-notice.info {
  display: none;
}
#bbpress-forums li.bbp-header,
#bbpress-forums li.bbp-header li.bbp-forum-info,
#bbpress-forums li.bbp-header li.bbp-forum-topic-count,
#bbpress-forums li.bbp-header li.bbp-forum-reply-count,
#bbpress-forums li.bbp-header li.bbp-forum-freshness,
#bbpress-forums li.bbp-header li.bbp-topic-title,
#bbpress-forums li.bbp-header li.bbp-topic-voice-count,
#bbpress-forums li.bbp-header li.bbp-topic-reply-count,
#bbpress-forums li.bbp-header li.bbp-topic-freshness {
  background-color: transparent;
  border: none;
  padding: 0;
  font-weight: normal;
}
#bbpress-forums li.bbp-header li.bbp-forum-topic-count,
#bbpress-forums li.bbp-header li.bbp-topic-voice-count {
  padding-right: 24px;
}
#bbpress-forums li.bbp-header li.bbp-forum-reply-count,
#bbpress-forums li.bbp-header li.bbp-forum-freshness,
#bbpress-forums li.bbp-header li.bbp-topic-reply-count,
#bbpress-forums li.bbp-header li.bbp-topic-freshness {
  padding-left: 24px;
}
#bbpress-forums ul.forum-titles,
#bbpress-forums.bbpress-wrapper ul.forum-titles {
  padding-bottom: 24px;
}
.forum-titles li,
.forum-titles li .bbp-breadcrumb {
  color: var(--tbp-body-font-color-muted);
  font-size: var(--tbp-typography-body-font-size);
}
.forum-titles li .bbp-breadcrumb {
  color: var(--tbp-body-font-color);
}
#bbpress-forums ul.bbp-forums {
  border: none;
}
#bbpress-forums li.bbp-body ul.forum,
#bbpress-forums li.bbp-body ul.topic {
  border-top: none;
  border-bottom: 1px solid var(--tbp-color-black-4);
}
#bbpress-forums li.bbp-body ul.topic:first-child,
#bbpress-forums li.bbp-body ul.forum:first-child {
  border-radius: var(--tbp-border-radius-2) var(--tbp-border-radius-2) 0 0;
}
#bbpress-forums li.bbp-body ul.topic:last-child,
#bbpress-forums li.bbp-body ul.forum:last-child {
  border-radius: 0 0 var(--tbp-border-radius-2) var(--tbp-border-radius-2);
  border: none;
}
li.bbp-forum-freshness,
li.bbp-topic-freshness,
li.bbp-forum-reply-count,
li.bbp-topic-reply-count {
  text-align: left;
}
li.bbp-forum-reply-count,
li.bbp-topic-reply-count {
  color: var(--tbp-body-font-color-muted);
}
li.bbp-forum-topic-count,
li.bbp-topic-voice-count {
  text-align: right;
  color: var(--tbp-body-font-color-muted);
}
#bbpress-forums li.bbp-body ul.forum,
#bbpress-forums li.bbp-body ul.topic {
  padding: 0;
  display: flex;
  justify-content: space-between;
}
#bbpress-forums li.bbp-forum-info,
#bbpress-forums li.bbp-forum-topic-count,
#bbpress-forums li.bbp-forum-reply-count,
#bbpress-forums li.bbp-forum-freshness,
#bbpress-forums li.bbp-topic-title,
#bbpress-forums li.bbp-topic-voice-count,
#bbpress-forums li.bbp-topic-reply-count,
#bbpress-forums li.bbp-topic-freshness {
  padding: 42px 24px;
}
#bbpress-forums li.bbp-topic-title,
#bbpress-forums li.bbp-topic-voice-count,
#bbpress-forums li.bbp-topic-reply-count,
#bbpress-forums li.bbp-topic-freshness {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#bbpress-forums li.bbp-header li.bbp-topic-title {
  display: block;
}
#bbpress-forums li.bbp-header ul {
  display: flex;
  justify-content: space-between;
}
#bbpress-forums div.odd,
#bbpress-forums ul.odd {
  background-color: var(--tbp-color-white-2);
}
#bbpress-forums div.even,
#bbpress-forums ul.even {
  background-color: var(--tbp-color-white-2);
}
#bbpress-forums li.bbp-forum-freshness,
#bbpress-forums li.bbp-topic-freshness {
  display: flex;
  flex-direction: column-reverse;
}
#bbpress-forums li.bbp-forum-freshness a,
#bbpress-forums li.bbp-topic-freshness a {
  color: #cad1ca;
}
#bbpress-forums li.bbp-forum-freshness .bbp-topic-meta a,
#bbpress-forums li.bbp-topic-freshness .bbp-topic-meta a {
  color: var(--wp--preset--color--blue-2);
}
#bbpress-forums li.bbp-forum-freshness a:hover,
#bbpress-forums li.bbp-topic-freshness a:hover {
  color: var(--wp--preset--color--blue-1);
}
#bbpress-forums .forum-titles li.bbp-topic-freshness {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
#bbpress-forums .forum-titles li.bbp-topic-freshness > * {
  margin-block-start: 0;
}
#bbpress-forums li.bbp-forum-info,
#bbpress-forums li.bbp-topic-title {
  background-color: var(--tbp-color-blue-5);
}
#bbpress-forums li.bbp-forum-info .bbp-topic-meta,
#bbpress-forums li.bbp-topic-title .bbp-topic-meta {
  display: none;
}
#bbpress-forums .bbp-forum-info .bbp-forum-content,
#bbpress-forums p.bbp-topic-meta {
  color: var(--tbp-body-font-color-muted);
  font-size: var(--tbp-typography-body-font-size);
}
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results,
#bbpress-forums ul.bbp-topics {
  font-size: 16px;
  font-family: var(--wp--preset--font-family--public-sans);
  border: none;
}
#bbpress-forums .forum-titles .bbp-pagination-links a,
#bbpress-forums .forum-titles .bbp-pagination-links span {
  opacity: 1;
  font-size: 16px;
  border-radius: 999px;
  height: 24px;
  width: 24px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--tbp-color-black-3);
  background-color: transparent;
}
#bbpress-forums .forum-titles .bbp-pagination-links span.current {
  color: var(--tbp-color-white-1);
  background-color: var(--tbp-color-black-3);
}
#bbpress-forums .widget_display_replies img.avatar,
#bbpress-forums .widget_display_topics img.avatar,
#bbpress-forums div.bbp-template-notice img.avatar,
#bbpress-forums p.bbp-topic-meta img.avatar,
#bbpress-forums ul.bbp-reply-revision-log img.avatar,
#bbpress-forums ul.bbp-topic-revision-log img.avatar {
  border: 0px;
  max-height: unset;
  max-width: unset;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  margin-right: 10px;
}
div.bbp-submit-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}
.bbp-author-avatar img {
  height: auto;
}
.bbp-single-topic #bbpress-forums div.even,
.bbp-single-topic #bbpress-forums ul.even,
.single-topic #bbpress-forums div.even,
.single-topic #bbpress-forums ul.even {
  background-color: transparent;
}
.bbp-single-topic #bbpress-forums div.bbp-reply-content,
.single-topic #bbpress-forums div.bbp-reply-content {
  background-color: var(--tbp-color-white-2);
  padding: 36px;
  border-radius: var(--tbp-border-radius-2);
  margin-left: 0;
}
.bbp-single-topic #bbpress-forums div.bbp-reply-content p:first-child,
.single-topic #bbpress-forums div.bbp-reply-content p:first-child {
  margin-top: 0;
}
.bbp-single-topic .bbp-replies-list,
.single-topic .bbp-replies-list {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 781px) {
  .bbp-single-topic .bbp-replies-list li,
  .single-topic .bbp-replies-list li {
    max-width: 50%;
  }
}
.bbp-single-topic li.bbp-body div.hentry,
.bbp-single-topic .bbp-tbp-reply-wrapper,
.single-topic li.bbp-body div.hentry,
.single-topic .bbp-tbp-reply-wrapper {
  padding: 24px 8px;
}
.bbp-single-topic li.bbp-body div.hentry .tbp-reply-as,
.bbp-single-topic .bbp-tbp-reply-wrapper .tbp-reply-as,
.single-topic li.bbp-body div.hentry .tbp-reply-as,
.single-topic .bbp-tbp-reply-wrapper .tbp-reply-as {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (min-width: 781px) {
  .bbp-single-topic li.bbp-body div.hentry,
  .bbp-single-topic .bbp-tbp-reply-wrapper,
  .single-topic li.bbp-body div.hentry,
  .single-topic .bbp-tbp-reply-wrapper {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 10px;
    align-items: start;
  }
}
.bbp-single-topic .bbp-tbp-reply-wrapper,
.single-topic .bbp-tbp-reply-wrapper {
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.bbp-single-topic #bbpress-forums div.bbp-reply-author,
.single-topic #bbpress-forums div.bbp-reply-author {
  width: auto;
  float: unset;
}
.bbp-single-topic #bbpress-forums div.bbp-reply-author img.avatar,
.bbp-single-topic .bbp-reply-avatar,
.single-topic #bbpress-forums div.bbp-reply-author img.avatar,
.single-topic .bbp-reply-avatar {
  width: 54px;
  height: 54px;
  border-radius: 999px;
}
.bbp-single-topic .bbp-author-link,
.single-topic .bbp-author-link {
  display: flex;
  align-items: center;
  gap: 10px;
}
.bbp-single-topic #bbpress-forums div.bbp-reply-content .bbp-tbp-admin-links-wrapper a,
.single-topic #bbpress-forums div.bbp-reply-content .bbp-tbp-admin-links-wrapper a {
  font-size: var(--tbp-typography-body-font-size);
  text-decoration: none;
}
.bbp-single-topic .bbp-tbp-admin-links-wrapper,
.single-topic .bbp-tbp-admin-links-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
}
.bbp-single-topic .bbp-tbp-admin-links-wrapper span:nth-child(1) a,
.single-topic .bbp-tbp-admin-links-wrapper span:nth-child(1) a {
  color: var(--tbp-body-font-color);
}
.bbp-single-topic .bbp-tbp-admin-links-wrapper span:nth-child(2) a,
.single-topic .bbp-tbp-admin-links-wrapper span:nth-child(2) a {
  color: var(--tbp-body-font-color-muted);
}
.bbp-single-topic .bbp-breadcrumb,
.single-topic .bbp-breadcrumb {
  font-size: var(--tbp-typography-body-font-size);
}
.bbp-single-topic #bbpress-forums fieldset.bbp-form,
.single-topic #bbpress-forums fieldset.bbp-form {
  padding: 0;
  margin: 0;
}
.bbp-single-topic #bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content,
.single-topic #bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content {
  border-radius: var(--tbp-border-radius-2);
  background-color: var(--tbp-color-grey-3);
  field-sizing: content;
  padding: 36px;
  font-family: var(--wp--preset--font-family--feijoa-medium);
  font-size: var(--tbp-typography-body-font-size);
}
.bbp-single-topic .wp-editor-container,
.single-topic .wp-editor-container {
  border: none;
}
.bbp-single-topic .bbp-tbp-reply-form__footer,
.single-topic .bbp-tbp-reply-form__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bbp-single-topic #bbpress-forums fieldset.bbp-form p,
.single-topic #bbpress-forums fieldset.bbp-form p {
  margin: 0;
}
.bbp-single-topic .div.bbp-submit-wrapper,
.single-topic .div.bbp-submit-wrapper {
  margin: 0;
}
.bbp-single-topic .bbp-submit-wrapper button,
.single-topic .bbp-submit-wrapper button {
  border-radius: 999px;
  background: var(--tbp-color-blue-2);
  color: var(--tbp-color-white-2);
  font-family: var(--wp--preset--font-family--public-sans);
  font-size: 1rem;
  text-decoration: none;
  padding: 14px 30px;
  border: none;
  display: flex;
  align-items: center;
  gap: 10px;
}
.bbp-single-topic .bbp-submit-wrapper button .bbp-tbp-reply-submit__icon-wrapper,
.single-topic .bbp-submit-wrapper button .bbp-tbp-reply-submit__icon-wrapper {
  background-color: var(--tbp-color-blue-2);
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
}
.bbp-single-topic .bbp-submit-wrapper button:hover,
.single-topic .bbp-submit-wrapper button:hover {
  color: var(--tbp-color-white-2);
  cursor: pointer;
}
.bbp-single-topic .bbp-submit-wrapper button:hover .bbp-tbp-reply-submit__icon-wrapper,
.single-topic .bbp-submit-wrapper button:hover .bbp-tbp-reply-submit__icon-wrapper {
  background-color: var(--tbp-color-blue-1);
}
.bbp-single-topic #bbpress-forums fieldset.bbp-form,
.single-topic #bbpress-forums fieldset.bbp-form {
  border: none;
  padding: 0;
}
.bbp-single-topic #bbpress-forums fieldset.bbp-form legend,
.single-topic #bbpress-forums fieldset.bbp-form legend {
  font-size: 1rem;
  font-family: var(--wp--preset--font-family--feijoa-display);
}
.bbp-single-topic .bbp-reply-revision-log,
.bbp-single-topic .bbp-topic-subscription,
.bbp-single-topic .bbp-topic-favorite,
.bbp-single-topic .bbp-topic-tags,
.single-topic .bbp-reply-revision-log,
.single-topic .bbp-topic-subscription,
.single-topic .bbp-topic-favorite,
.single-topic .bbp-topic-tags {
  display: none;
}
.bbp-single-topic .bbp-reply-header,
.bbp-single-topic .bbp-topic-header,
.single-topic .bbp-reply-header,
.single-topic .bbp-topic-header {
  display: none;
}
.bbp-single-topic ul.bbp-lead-topic li.bbp-header,
.bbp-single-topic ul.bbp-replies li.bbp-header,
.single-topic ul.bbp-lead-topic li.bbp-header,
.single-topic ul.bbp-replies li.bbp-header {
  display: none;
}
.bbp-single-topic .bbp-pagination,
.single-topic .bbp-pagination {
  display: none;
}
.bbp-single-topic .bbp-author-role,
.bbp-single-topic .bbp-reply-ip,
.single-topic .bbp-author-role,
.single-topic .bbp-reply-ip {
  display: none;
}
.bbp-single-topic #bbpress-forums #favorite-toggle,
.bbp-single-topic #bbpress-forums #subscription-toggle,
.single-topic #bbpress-forums #favorite-toggle,
.single-topic #bbpress-forums #subscription-toggle {
  display: none;
}
.bp-wrap h2 {
  color: var(--wp--preset--color--black);
  font-family: var(--wp--preset--font-family--feijoa-display);
  font-size: var(--wp--preset--font-size--4);
}
#message-threads li {
  gap: 0.5rem;
  padding: 0.5rem;
}
#message-threads li .thread-from, #message-threads li .thread-to {
  display: flex;
  align-items: center;
}
#message-threads li .thread-from .user-name, #message-threads li .thread-to .user-name {
  margin-top: 0.5rem;
}
.bp-messages-content .thread-participants ul {
  padding: 0;
}
.buddypress-wrap .subnav-filters.bp-messages-filters ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0;
  flex-wrap: wrap;
}
.gform_body {
  font-family: var(--wp--preset--font-family--public-sans) !important;
}
.gform_body input,
.gform_body textarea {
  box-shadow: none !important;
  border: 1px solid #CAD1CA !important;
}
.ginput_container_total input {
  padding: 0.5rem;
}
.gform-field-label {
  font-family: var(--wp--preset--font-family--public-sans) !important;
}
.gform_button {
  font-family: var(--wp--preset--font-family--public-sans) !important;
  border-radius: 24px !important;
}
@media (max-width: 780px) {
  .tbh-center-text-on-mobile {
    text-align: center;
  }
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.dark-blue-on-hover:hover .has-blue-2-color {
  color: var(--wp--preset--color--blue-1) !important;
}
.u-tbp-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

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