/**
 * Grid Block styles.
 * These styles are loaded into both the editor, and the frontend.
 */
/**
 * Padding Options
 */
/* autoprefixer grid: no-autoplace */
.wp-block-jetpack-layout-grid-editor,
.wp-block-jetpack-layout-grid {
  padding-left: 24px;
  padding-right: 24px;
  box-sizing: border-box; }
  .wp-block-jetpack-layout-grid-editor.wp-block-jetpack-layout-gutter__none,
  .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-gutter__none {
    padding-left: 0px;
    padding-right: 0px; }
  .wp-block-jetpack-layout-grid-editor.wp-block-jetpack-layout-gutter__small,
  .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-gutter__small {
    padding-left: 8px;
    padding-right: 8px; }
  .wp-block-jetpack-layout-grid-editor.wp-block-jetpack-layout-gutter__medium,
  .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-gutter__medium {
    padding-left: 16px;
    padding-right: 16px; }
  .wp-block-jetpack-layout-grid-editor.wp-block-jetpack-layout-gutter__huge,
  .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-gutter__huge {
    padding-left: 48px;
    padding-right: 48px; }
  .wp-block-jetpack-layout-grid-editor.wp-block-jetpack-layout-gutter__nowrap,
  .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-gutter__nowrap {
    padding-left: 0px;
    padding-right: 0px; }
  .wp-block-jetpack-layout-grid-editor.wp-block-jetpack-layout-grid__padding-none,
  .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-none {
    padding: 0px; }
    .wp-block-jetpack-layout-grid-editor.wp-block-jetpack-layout-grid__padding-none.has-background,
    .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-none.has-background {
      padding: 0px 13px; }
  .wp-block-jetpack-layout-grid-editor.wp-block-jetpack-layout-grid__padding-small .wp-block-jetpack-layout-grid-column,
  .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-small .wp-block-jetpack-layout-grid-column {
    padding: 8px; }
    .wp-block-jetpack-layout-grid-editor.wp-block-jetpack-layout-grid__padding-small .wp-block-jetpack-layout-grid-column.has-background,
    .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-small .wp-block-jetpack-layout-grid-column.has-background {
      padding: 8px 21px; }
  .wp-block-jetpack-layout-grid-editor.wp-block-jetpack-layout-grid__padding-medium .wp-block-jetpack-layout-grid-column,
  .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-medium .wp-block-jetpack-layout-grid-column {
    padding: 16px; }
    .wp-block-jetpack-layout-grid-editor.wp-block-jetpack-layout-grid__padding-medium .wp-block-jetpack-layout-grid-column.has-background,
    .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-medium .wp-block-jetpack-layout-grid-column.has-background {
      padding: 16px 29px; }
  .wp-block-jetpack-layout-grid-editor.wp-block-jetpack-layout-grid__padding-large .wp-block-jetpack-layout-grid-column,
  .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-large .wp-block-jetpack-layout-grid-column {
    padding: 24px; }
    .wp-block-jetpack-layout-grid-editor.wp-block-jetpack-layout-grid__padding-large .wp-block-jetpack-layout-grid-column.has-background,
    .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-large .wp-block-jetpack-layout-grid-column.has-background {
      padding: 24px 37px; }
  .wp-block-jetpack-layout-grid-editor.wp-block-jetpack-layout-grid__padding-huge .wp-block-jetpack-layout-grid-column,
  .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-huge .wp-block-jetpack-layout-grid-column {
    padding: 48px; }
    .wp-block-jetpack-layout-grid-editor.wp-block-jetpack-layout-grid__padding-huge .wp-block-jetpack-layout-grid-column.has-background,
    .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-huge .wp-block-jetpack-layout-grid-column.has-background {
      padding: 48px 61px; }

/**
 * Individual Column Options
 */
.wp-block-jetpack-layout-grid-editor .wp-block-jetpack-layout-grid-column.has-background,
.wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.has-background {
  margin-left: -13px;
  margin-right: -13px;
  padding-left: 13px;
  padding-right: 13px;
  padding-top: .05px;
  padding-bottom: .05px; }

.wp-block-jetpack-layout-grid-editor .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-none,
.wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-none {
  padding: 0px; }
  .wp-block-jetpack-layout-grid-editor .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-none.has-background,
  .wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-none.has-background {
    padding: 0px 13px;
    max-width: calc( 100% + 26px); }

.wp-block-jetpack-layout-grid-editor .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-small,
.wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-small {
  padding: 8px; }
  .wp-block-jetpack-layout-grid-editor .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-small.has-background,
  .wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-small.has-background {
    padding: 8px 21px;
    max-width: calc( 100% + 42px); }

.wp-block-jetpack-layout-grid-editor .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-medium,
.wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-medium {
  padding: 16px; }
  .wp-block-jetpack-layout-grid-editor .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-medium.has-background,
  .wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-medium.has-background {
    padding: 16px 29px;
    max-width: calc( 100% + 58px); }

.wp-block-jetpack-layout-grid-editor .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-large,
.wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-large {
  padding: 24px; }
  .wp-block-jetpack-layout-grid-editor .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-large.has-background,
  .wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-large.has-background {
    padding: 24px 37px;
    max-width: calc( 100% + 74px); }

.wp-block-jetpack-layout-grid-editor .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-huge,
.wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-huge {
  padding: 48px; }
  .wp-block-jetpack-layout-grid-editor .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-huge.has-background,
  .wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-huge.has-background {
    padding: 48px 61px;
    max-width: calc( 100% + 122px); }

/**
 * Parent column alignment
 */
.wp-block-jetpack-layout-grid.are-vertically-aligned-top {
  align-items: flex-start; }

.wp-block-jetpack-layout-grid.are-vertically-aligned-center {
  align-items: center; }

.wp-block-jetpack-layout-grid.are-vertically-aligned-bottom {
  align-items: flex-end; }

/**
 * Individual column alignment
 */
.wp-block-jetpack-layout-grid-column.is-vertically-aligned-top {
  align-self: flex-start;
  height: 100%; }

.wp-block-jetpack-layout-grid-column.is-vertically-aligned-center {
  align-self: center; }

.wp-block-jetpack-layout-grid-column.is-vertically-aligned-bottom {
  align-self: flex-end; }

/**
 * Responsive Grid Options. Exclude these from the editor.
 */
/* autoprefixer grid: no-autoplace */
.wp-block-jetpack-layout-grid {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: repeat(4, 1fr); }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__start-1 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-start: 1; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__start-1 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-start: 1; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__start-1 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-start: 1; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__start-1 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-start: 1; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__start-2 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-start: 2; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__start-2 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-start: 2; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__start-2 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-start: 2; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__start-2 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-start: 2; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__start-3 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-start: 3; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__start-3 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-start: 3; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__start-3 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-start: 3; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__start-3 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-start: 3; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__start-4 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-start: 4; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__start-4 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-start: 4; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__start-4 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-start: 4; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__start-4 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-start: 4; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__start-5 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-start: 5; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__start-5 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-start: 5; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__start-5 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-start: 5; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__start-5 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-start: 5; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__start-6 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-start: 6; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__start-6 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-start: 6; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__start-6 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-start: 6; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__start-6 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-start: 6; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__start-7 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-start: 7; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__start-7 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-start: 7; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__start-7 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-start: 7; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__start-7 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-start: 7; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__start-8 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-start: 8; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__start-8 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-start: 8; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__start-8 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-start: 8; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__start-8 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-start: 8; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__start-9 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-start: 9; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__start-9 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-start: 9; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__start-9 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-start: 9; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__start-9 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-start: 9; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__start-10 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-start: 10; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__start-10 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-start: 10; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__start-10 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-start: 10; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__start-10 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-start: 10; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__start-11 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-start: 11; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__start-11 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-start: 11; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__start-11 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-start: 11; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__start-11 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-start: 11; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__start-12 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-start: 12; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__start-12 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-start: 12; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__start-12 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-start: 12; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__start-12 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-start: 12; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__span-1 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-end: span 1; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__span-1 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-end: span 1; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__span-1 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-end: span 1; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__span-1 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-end: span 1; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__span-2 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-end: span 2; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__span-2 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-end: span 2; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__span-2 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-end: span 2; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__span-2 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-end: span 2; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__span-3 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-end: span 3; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__span-3 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-end: span 3; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__span-3 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-end: span 3; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__span-3 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-end: span 3; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__span-4 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-end: span 4; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__span-4 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-end: span 4; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__span-4 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-end: span 4; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__span-4 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-end: span 4; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__span-5 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-end: span 5; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__span-5 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-end: span 5; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__span-5 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-end: span 5; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__span-5 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-end: span 5; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__span-6 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-end: span 6; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__span-6 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-end: span 6; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__span-6 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-end: span 6; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__span-6 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-end: span 6; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__span-7 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-end: span 7; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__span-7 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-end: span 7; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__span-7 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-end: span 7; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__span-7 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-end: span 7; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__span-8 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-end: span 8; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__span-8 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-end: span 8; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__span-8 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-end: span 8; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__span-8 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-end: span 8; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__span-9 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-end: span 9; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__span-9 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-end: span 9; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__span-9 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-end: span 9; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__span-9 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-end: span 9; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__span-10 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-end: span 10; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__span-10 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-end: span 10; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__span-10 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-end: span 10; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__span-10 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-end: span 10; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__span-11 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-end: span 11; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__span-11 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-end: span 11; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__span-11 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-end: span 11; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__span-11 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-end: span 11; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__span-12 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-column-end: span 12; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__span-12 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-column-end: span 12; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__span-12 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-column-end: span 12; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__span-12 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-column-end: span 12; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__row-1 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-row-start: 1; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__row-1 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-row-start: 1; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__row-1 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-row-start: 1; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__row-1 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-row-start: 1; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__row-2 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-row-start: 2; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__row-2 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-row-start: 2; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__row-2 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-row-start: 2; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__row-2 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-row-start: 2; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__row-3 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-row-start: 3; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__row-3 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-row-start: 3; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__row-3 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-row-start: 3; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__row-3 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-row-start: 3; }
  .wp-block-jetpack-layout-grid.column1-mobile-grid__row-4 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
    grid-row-start: 4; }
  .wp-block-jetpack-layout-grid.column2-mobile-grid__row-4 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
    grid-row-start: 4; }
  .wp-block-jetpack-layout-grid.column3-mobile-grid__row-4 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
    grid-row-start: 4; }
  .wp-block-jetpack-layout-grid.column4-mobile-grid__row-4 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
    grid-row-start: 4; }
  @media (min-width: 600px) {
    .wp-block-jetpack-layout-grid {
      grid-template-columns: repeat(8, 1fr); }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__start-1 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 1; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__start-1 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 1; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__start-1 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 1; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__start-1 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 1; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__start-2 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 2; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__start-2 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 2; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__start-2 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 2; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__start-2 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 2; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__start-3 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 3; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__start-3 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 3; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__start-3 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 3; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__start-3 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 3; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__start-4 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 4; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__start-4 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 4; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__start-4 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 4; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__start-4 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 4; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__start-5 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 5; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__start-5 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 5; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__start-5 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 5; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__start-5 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 5; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__start-6 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 6; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__start-6 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 6; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__start-6 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 6; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__start-6 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 6; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__start-7 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 7; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__start-7 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 7; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__start-7 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 7; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__start-7 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 7; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__start-8 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 8; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__start-8 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 8; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__start-8 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 8; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__start-8 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 8; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__start-9 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 9; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__start-9 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 9; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__start-9 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 9; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__start-9 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 9; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__start-10 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 10; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__start-10 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 10; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__start-10 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 10; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__start-10 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 10; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__start-11 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 11; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__start-11 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 11; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__start-11 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 11; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__start-11 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 11; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__start-12 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 12; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__start-12 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 12; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__start-12 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 12; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__start-12 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 12; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__span-1 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 1; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__span-1 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 1; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__span-1 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 1; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__span-1 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 1; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__span-2 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 2; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__span-2 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 2; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__span-2 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 2; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__span-2 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 2; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__span-3 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 3; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__span-3 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 3; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__span-3 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 3; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__span-3 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 3; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__span-4 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 4; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__span-4 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 4; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__span-4 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 4; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__span-4 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 4; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__span-5 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 5; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__span-5 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 5; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__span-5 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 5; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__span-5 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 5; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__span-6 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 6; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__span-6 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 6; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__span-6 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 6; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__span-6 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 6; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__span-7 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 7; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__span-7 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 7; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__span-7 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 7; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__span-7 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 7; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__span-8 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 8; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__span-8 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 8; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__span-8 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 8; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__span-8 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 8; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__span-9 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 9; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__span-9 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 9; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__span-9 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 9; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__span-9 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 9; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__span-10 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 10; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__span-10 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 10; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__span-10 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 10; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__span-10 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 10; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__span-11 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 11; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__span-11 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 11; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__span-11 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 11; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__span-11 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 11; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__span-12 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 12; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__span-12 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 12; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__span-12 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 12; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__span-12 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 12; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__row-1 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-row-start: 1; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__row-1 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-row-start: 1; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__row-1 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-row-start: 1; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__row-1 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-row-start: 1; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__row-2 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-row-start: 2; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__row-2 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-row-start: 2; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__row-2 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-row-start: 2; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__row-2 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-row-start: 2; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__row-3 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-row-start: 3; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__row-3 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-row-start: 3; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__row-3 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-row-start: 3; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__row-3 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-row-start: 3; }
      .wp-block-jetpack-layout-grid.column1-tablet-grid__row-4 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-row-start: 4; }
      .wp-block-jetpack-layout-grid.column2-tablet-grid__row-4 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-row-start: 4; }
      .wp-block-jetpack-layout-grid.column3-tablet-grid__row-4 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-row-start: 4; }
      .wp-block-jetpack-layout-grid.column4-tablet-grid__row-4 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-row-start: 4; } }
  @media (min-width: 1080px) {
    .wp-block-jetpack-layout-grid {
      grid-template-columns: repeat(12, 1fr); }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__start-1 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 1; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__start-1 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 1; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__start-1 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 1; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__start-1 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 1; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__start-2 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 2; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__start-2 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 2; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__start-2 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 2; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__start-2 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 2; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__start-3 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 3; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__start-3 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 3; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__start-3 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 3; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__start-3 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 3; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__start-4 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 4; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__start-4 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 4; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__start-4 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 4; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__start-4 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 4; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__start-5 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 5; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__start-5 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 5; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__start-5 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 5; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__start-5 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 5; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__start-6 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 6; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__start-6 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 6; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__start-6 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 6; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__start-6 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 6; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__start-7 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 7; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__start-7 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 7; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__start-7 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 7; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__start-7 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 7; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__start-8 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 8; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__start-8 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 8; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__start-8 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 8; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__start-8 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 8; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__start-9 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 9; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__start-9 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 9; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__start-9 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 9; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__start-9 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 9; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__start-10 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 10; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__start-10 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 10; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__start-10 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 10; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__start-10 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 10; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__start-11 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 11; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__start-11 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 11; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__start-11 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 11; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__start-11 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 11; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__start-12 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 12; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__start-12 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 12; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__start-12 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 12; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__start-12 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 12; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__span-1 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 1; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__span-1 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 1; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__span-1 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 1; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__span-1 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 1; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__span-2 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 2; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__span-2 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 2; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__span-2 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 2; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__span-2 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 2; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__span-3 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 3; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__span-3 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 3; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__span-3 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 3; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__span-3 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 3; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__span-4 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 4; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__span-4 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 4; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__span-4 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 4; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__span-4 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 4; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__span-5 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 5; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__span-5 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 5; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__span-5 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 5; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__span-5 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 5; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__span-6 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 6; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__span-6 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 6; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__span-6 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 6; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__span-6 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 6; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__span-7 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 7; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__span-7 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 7; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__span-7 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 7; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__span-7 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 7; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__span-8 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 8; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__span-8 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 8; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__span-8 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 8; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__span-8 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 8; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__span-9 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 9; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__span-9 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 9; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__span-9 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 9; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__span-9 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 9; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__span-10 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 10; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__span-10 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 10; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__span-10 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 10; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__span-10 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 10; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__span-11 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 11; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__span-11 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 11; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__span-11 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 11; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__span-11 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 11; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__span-12 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 12; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__span-12 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 12; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__span-12 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 12; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__span-12 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 12; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__row-1 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-row-start: 1; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__row-1 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-row-start: 1; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__row-1 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-row-start: 1; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__row-1 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-row-start: 1; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__row-2 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-row-start: 2; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__row-2 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-row-start: 2; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__row-2 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-row-start: 2; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__row-2 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-row-start: 2; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__row-3 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-row-start: 3; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__row-3 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-row-start: 3; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__row-3 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-row-start: 3; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__row-3 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-row-start: 3; }
      .wp-block-jetpack-layout-grid.column1-desktop-grid__row-4 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-row-start: 4; }
      .wp-block-jetpack-layout-grid.column2-desktop-grid__row-4 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-row-start: 4; }
      .wp-block-jetpack-layout-grid.column3-desktop-grid__row-4 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-row-start: 4; }
      .wp-block-jetpack-layout-grid.column4-desktop-grid__row-4 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-row-start: 4; } }
  .wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column * {
    word-break: break-word;
    word-wrap: break-word; }
  .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-gutter__none {
    grid-gap: 0px; }
  .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-gutter__small {
    grid-gap: 8px; }
  .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-gutter__medium {
    grid-gap: 16px; }
  .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-gutter__huge {
    grid-gap: 48px; }

.wp-block-jetpack-layout-grid-column {
  max-width: 100%; }
.mejs-offscreen{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal}.mejs-container{background:#000;font-family:Helvetica,Arial,serif;position:relative;text-align:left;text-indent:0;vertical-align:top}.mejs-container,.mejs-container *{box-sizing:border-box}.mejs-container video::-webkit-media-controls,.mejs-container video::-webkit-media-controls-panel,.mejs-container video::-webkit-media-controls-panel-container,.mejs-container video::-webkit-media-controls-start-playback-button{-webkit-appearance:none;display:none!important}.mejs-fill-container,.mejs-fill-container .mejs-container{height:100%;width:100%}.mejs-fill-container{background:transparent;margin:0 auto;overflow:hidden;position:relative}.mejs-container:focus{outline:none}.mejs-iframe-overlay{height:100%;position:absolute;width:100%}.mejs-embed,.mejs-embed body{background:#000;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.mejs-fullscreen{overflow:hidden!important}.mejs-container-fullscreen{bottom:0;left:0;overflow:hidden;position:fixed;right:0;top:0;z-index:1000}.mejs-container-fullscreen .mejs-mediaelement,.mejs-container-fullscreen video{height:100%!important;width:100%!important}.mejs-background,.mejs-mediaelement{left:0;position:absolute;top:0}.mejs-mediaelement{height:100%;width:100%;z-index:0}.mejs-poster{background-position:50% 50%;background-repeat:no-repeat;background-size:cover;left:0;position:absolute;top:0;z-index:1}:root .mejs-poster-img{display:none}.mejs-poster-img{border:0;padding:0}.mejs-overlay{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;left:0;position:absolute;top:0}.mejs-layer{z-index:1}.mejs-overlay-play{cursor:pointer}.mejs-overlay-button{background:url(/wp-includes/js/mediaelement/mejs-controls.svg) no-repeat;background-position:0 -39px;height:80px;width:80px}.mejs-overlay:hover>.mejs-overlay-button{background-position:-80px -39px}.mejs-overlay-loading{height:80px;width:80px}.mejs-overlay-loading-bg-img{-webkit-animation:a 1s linear infinite;animation:a 1s linear infinite;background:transparent url(/wp-includes/js/mediaelement/mejs-controls.svg) -160px -40px no-repeat;display:block;height:80px;width:80px;z-index:1}@-webkit-keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.mejs-controls{bottom:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:40px;left:0;list-style-type:none;margin:0;padding:0 10px;position:absolute;width:100%;z-index:3}.mejs-controls:not([style*="display: none"]){background:rgba(255,0,0,.7);background:-webkit-linear-gradient(transparent,rgba(0,0,0,.35));background:linear-gradient(transparent,rgba(0,0,0,.35))}.mejs-button,.mejs-time,.mejs-time-rail{font-size:10px;height:40px;line-height:10px;margin:0;width:32px}.mejs-button>button{background:transparent url(/wp-includes/js/mediaelement/mejs-controls.svg);border:0;cursor:pointer;display:block;font-size:0;height:20px;line-height:0;margin:10px 6px;overflow:hidden;padding:0;position:absolute;text-decoration:none;width:20px}.mejs-button>button:focus{outline:1px dotted #999}.mejs-container-keyboard-inactive [role=slider],.mejs-container-keyboard-inactive [role=slider]:focus,.mejs-container-keyboard-inactive a,.mejs-container-keyboard-inactive a:focus,.mejs-container-keyboard-inactive button,.mejs-container-keyboard-inactive button:focus{outline:0}.mejs-time{box-sizing:content-box;color:#fff;font-size:11px;font-weight:700;height:24px;overflow:hidden;padding:16px 6px 0;text-align:center;width:auto}.mejs-play>button{background-position:0 0}.mejs-pause>button{background-position:-20px 0}.mejs-replay>button{background-position:-160px 0}.mejs-time-rail{direction:ltr;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;height:40px;margin:0 10px;padding-top:10px;position:relative}.mejs-time-buffering,.mejs-time-current,.mejs-time-float,.mejs-time-float-corner,.mejs-time-float-current,.mejs-time-hovered,.mejs-time-loaded,.mejs-time-marker,.mejs-time-total{border-radius:2px;cursor:pointer;display:block;height:10px;position:absolute}.mejs-time-total{background:hsla(0,0%,100%,.3);margin:5px 0 0;width:100%}.mejs-time-buffering{-webkit-animation:b 2s linear infinite;animation:b 2s linear infinite;background:-webkit-linear-gradient(135deg,hsla(0,0%,100%,.4) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.4) 0,hsla(0,0%,100%,.4) 75%,transparent 0,transparent);background:linear-gradient(-45deg,hsla(0,0%,100%,.4) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.4) 0,hsla(0,0%,100%,.4) 75%,transparent 0,transparent);background-size:15px 15px;width:100%}@-webkit-keyframes b{0%{background-position:0 0}to{background-position:30px 0}}@keyframes b{0%{background-position:0 0}to{background-position:30px 0}}.mejs-time-loaded{background:hsla(0,0%,100%,.3)}.mejs-time-current,.mejs-time-handle-content{background:hsla(0,0%,100%,.9)}.mejs-time-hovered{background:hsla(0,0%,100%,.5);z-index:10}.mejs-time-hovered.negative{background:rgba(0,0,0,.2)}.mejs-time-buffering,.mejs-time-current,.mejs-time-hovered,.mejs-time-loaded{left:0;-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-transition:all .15s ease-in;transition:all .15s ease-in;width:100%}.mejs-time-buffering{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1)}.mejs-time-hovered{-webkit-transition:height .1s cubic-bezier(.44,0,1,1);transition:height .1s cubic-bezier(.44,0,1,1)}.mejs-time-hovered.no-hover{-webkit-transform:scaleX(0)!important;-ms-transform:scaleX(0)!important;transform:scaleX(0)!important}.mejs-time-handle,.mejs-time-handle-content{border:4px solid transparent;cursor:pointer;left:0;position:absolute;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);z-index:11}.mejs-time-handle-content{border:4px solid hsla(0,0%,100%,.9);border-radius:50%;height:10px;left:-7px;top:-4px;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);width:10px}.mejs-time-rail .mejs-time-handle-content:active,.mejs-time-rail .mejs-time-handle-content:focus,.mejs-time-rail:hover .mejs-time-handle-content{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.mejs-time-float{background:#eee;border:1px solid #333;bottom:100%;color:#111;display:none;height:17px;margin-bottom:9px;position:absolute;text-align:center;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:36px}.mejs-time-float-current{display:block;left:0;margin:2px;text-align:center;width:30px}.mejs-time-float-corner{border:5px solid #eee;border-color:#eee transparent transparent;border-radius:0;display:block;height:0;left:50%;line-height:0;position:absolute;top:100%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:0}.mejs-long-video .mejs-time-float{margin-left:-23px;width:64px}.mejs-long-video .mejs-time-float-current{width:60px}.mejs-broadcast{color:#fff;height:10px;position:absolute;top:15px;width:100%}.mejs-fullscreen-button>button{background-position:-80px 0}.mejs-unfullscreen>button{background-position:-100px 0}.mejs-mute>button{background-position:-60px 0}.mejs-unmute>button{background-position:-40px 0}.mejs-volume-button{position:relative}.mejs-volume-button>.mejs-volume-slider{-webkit-backface-visibility:hidden;background:rgba(50,50,50,.7);border-radius:0;bottom:100%;display:none;height:115px;left:50%;margin:0;position:absolute;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:25px;z-index:1}.mejs-volume-button:hover{border-radius:0 0 4px 4px}.mejs-volume-total{background:hsla(0,0%,100%,.5);height:100px;left:50%;margin:0;position:absolute;top:8px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:2px}.mejs-volume-current{left:0;margin:0;width:100%}.mejs-volume-current,.mejs-volume-handle{background:hsla(0,0%,100%,.9);position:absolute}.mejs-volume-handle{border-radius:1px;cursor:ns-resize;height:6px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:16px}.mejs-horizontal-volume-slider{display:block;height:36px;position:relative;vertical-align:middle;width:56px}.mejs-horizontal-volume-total{background:rgba(50,50,50,.8);height:8px;top:16px;width:50px}.mejs-horizontal-volume-current,.mejs-horizontal-volume-total{border-radius:2px;font-size:1px;left:0;margin:0;padding:0;position:absolute}.mejs-horizontal-volume-current{background:hsla(0,0%,100%,.8);height:100%;top:0;width:100%}.mejs-horizontal-volume-handle{display:none}.mejs-captions-button,.mejs-chapters-button{position:relative}.mejs-captions-button>button{background-position:-140px 0}.mejs-chapters-button>button{background-position:-180px 0}.mejs-captions-button>.mejs-captions-selector,.mejs-chapters-button>.mejs-chapters-selector{background:rgba(50,50,50,.7);border:1px solid transparent;border-radius:0;bottom:100%;margin-right:-43px;overflow:hidden;padding:0;position:absolute;right:50%;visibility:visible;width:86px}.mejs-chapters-button>.mejs-chapters-selector{margin-right:-55px;width:110px}.mejs-captions-selector-list,.mejs-chapters-selector-list{list-style-type:none!important;margin:0;overflow:hidden;padding:0}.mejs-captions-selector-list-item,.mejs-chapters-selector-list-item{color:#fff;cursor:pointer;display:block;list-style-type:none!important;margin:0 0 6px;overflow:hidden;padding:0}.mejs-captions-selector-list-item:hover,.mejs-chapters-selector-list-item:hover{background-color:#c8c8c8!important;background-color:hsla(0,0%,100%,.4)!important}.mejs-captions-selector-input,.mejs-chapters-selector-input{clear:both;float:left;left:-1000px;margin:3px 3px 0 5px;position:absolute}.mejs-captions-selector-label,.mejs-chapters-selector-label{cursor:pointer;float:left;font-size:10px;line-height:15px;padding:4px 10px 0;width:100%}.mejs-captions-selected,.mejs-chapters-selected{color:#21f8f8}.mejs-captions-translations{font-size:10px;margin:0 0 5px}.mejs-captions-layer{bottom:0;color:#fff;font-size:16px;left:0;line-height:20px;position:absolute;text-align:center}.mejs-captions-layer a{color:#fff;text-decoration:underline}.mejs-captions-layer[lang=ar]{font-size:20px;font-weight:400}.mejs-captions-position{bottom:15px;left:0;position:absolute;width:100%}.mejs-captions-position-hover{bottom:35px}.mejs-captions-text,.mejs-captions-text *{background:hsla(0,0%,8%,.5);box-shadow:5px 0 0 hsla(0,0%,8%,.5),-5px 0 0 hsla(0,0%,8%,.5);padding:0;white-space:pre-wrap}.mejs-container.mejs-hide-cues video::-webkit-media-text-track-container{display:none}.mejs-overlay-error{position:relative}.mejs-overlay-error>img{left:0;max-width:100%;position:absolute;top:0;z-index:-1}.mejs-cannotplay,.mejs-cannotplay a{color:#fff;font-size:.8em}.mejs-cannotplay{position:relative}.mejs-cannotplay a,.mejs-cannotplay p{display:inline-block;padding:0 15px;width:100%}.mejs-container {
	clear: both;
	max-width: 100%;
}

.mejs-container * {
	font-family: Helvetica, Arial;
}

.mejs-container,
.mejs-embed,
.mejs-embed body,
.mejs-container .mejs-controls {
	background: #222;
}

.mejs-time {
	font-weight: normal;
	word-wrap: normal;
}

.mejs-controls a.mejs-horizontal-volume-slider {
	display: table;
}

.mejs-controls .mejs-time-rail .mejs-time-loaded,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #fff;
}

.mejs-controls .mejs-time-rail .mejs-time-current {
	background: #0073aa;
}

.mejs-controls .mejs-time-rail .mejs-time-total,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: rgba(255, 255, 255, .33);
}

.mejs-controls .mejs-time-rail span,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	border-radius: 0;
}

.mejs-overlay-loading {
	background: transparent;
}

/* Override theme styles that may conflict with controls. */
.mejs-controls button:hover {
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.me-cannotplay {
	width: auto !important;
}

.media-embed-details .wp-audio-shortcode {
	display: inline-block;
	max-width: 400px;
}

.audio-details .embed-media-settings {
	overflow: visible;
}

.media-embed-details .embed-media-settings .setting span:not(.button-group) {
	max-width: 400px; /* Back-compat for pre-5.3 */
	width: auto; /* Back-compat for pre-5.3 */
}

.media-embed-details .embed-media-settings .checkbox-setting span {
	display: inline-block;
}

.media-embed-details .embed-media-settings {
	padding-top: 0;
	top: 28px;
}

.media-embed-details .instructions {
	padding: 16px 0;
	max-width: 600px;
}

.media-embed-details .setting p,
.media-embed-details .setting .remove-setting {
	color: #a00;
	font-size: 10px;
	text-transform: uppercase;
}

.media-embed-details .setting .remove-setting {
	padding: 5px 0;
}

.media-embed-details .setting a:hover {
	color: #dc3232;
}

.media-embed-details .embed-media-settings .checkbox-setting {
	float: none;
	margin: 0 0 10px;
}

.wp-video {
	max-width: 100%;
	height: auto;
}

.wp_attachment_holder .wp-video,
.wp_attachment_holder .wp-audio-shortcode {
	margin-top: 18px;
}

video.wp-video-shortcode,
.wp-video-shortcode video {
	max-width: 100%;
	display: inline-block;
}

.video-details .wp-video-holder {
	width: 100%;
	max-width: 640px;
}

.wp-playlist {
	border: 1px solid #ccc;
	padding: 10px;
	margin: 12px 0 18px;
	font-size: 14px;
	line-height: 1.5;
}

.wp-admin .wp-playlist {
	margin: 0 0 18px;
}

.wp-playlist video {
	display: inline-block;
	max-width: 100%;
}

.wp-playlist audio {
	display: none;
	max-width: 100%;
	width: 400px;
}

.wp-playlist .mejs-container {
	margin: 0;
	max-width: 100%;
}

.wp-playlist .mejs-controls .mejs-button button {
	outline: 0;
}

.wp-playlist-light {
	background: #fff;
	color: #000;
}

.wp-playlist-dark {
	color: #fff;
	background: #000;
}

.wp-playlist-caption {
	display: block;
	max-width: 88%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	line-height: 1.5;
}

.wp-playlist-item .wp-playlist-caption {
	text-decoration: none;
	color: #000;
	max-width: -webkit-calc(100% - 40px);
	max-width: calc(100% - 40px);
}

.wp-playlist-item-meta {
	display: block;
	font-size: 14px;
	line-height: 1.5;
}

.wp-playlist-item-title {
	font-size: 14px;
	line-height: 1.5;
}

.wp-playlist-item-album {
	font-style: italic;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.wp-playlist-item-artist {
	font-size: 12px;
	text-transform: uppercase;
}

.wp-playlist-item-length {
	position: absolute;
	right: 3px;
	top: 0;
	font-size: 14px;
	line-height: 1.5;
}

.rtl .wp-playlist-item-length {
	left: 3px;
	right: auto;
}

.wp-playlist-tracks {
	margin-top: 10px;
}

.wp-playlist-item {
	position: relative;
	cursor: pointer;
	padding: 0 3px;
	border-bottom: 1px solid #ccc;
}

.wp-playlist-item:last-child {
	border-bottom: 0;
}

.wp-playlist-light .wp-playlist-caption {
	color: #333;
}

.wp-playlist-dark .wp-playlist-caption {
	color: #ddd;
}

.wp-playlist-playing {
	font-weight: bold;
	background: #f7f7f7;
}

.wp-playlist-light .wp-playlist-playing {
	background: #fff;
	color: #000;
}

.wp-playlist-dark .wp-playlist-playing {
	background: #000;
	color: #fff;
}

.wp-playlist-current-item {
	overflow: hidden;
	margin-bottom: 10px;
	height: 60px;
}

.wp-playlist .wp-playlist-current-item img {
	float: left;
	max-width: 60px;
	height: auto;
	margin-right: 10px;
	padding: 0;
	border: 0;
}

.rtl .wp-playlist .wp-playlist-current-item img {
	float: right;
	margin-left: 10px;
	margin-right: 0;
}

.wp-playlist-current-item .wp-playlist-item-title,
.wp-playlist-current-item .wp-playlist-item-artist {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.wp-audio-playlist .me-cannotplay span {
	padding: 5px 15px;
}
/* Displayed User */
#wpadminbar .quicklinks li#wp-admin-bar-user-admin-with-avatar > a img,
#wpadminbar .quicklinks li#wp-admin-bar-group-admin-with-avatar > a img {
	width: 16px;
	height: 16px;
	display: inline;
	border: 1px solid #999;
	vertical-align: middle;
	margin: -2px 10px 0 -5px;
	padding: 0;
	background: #eee;
	float: none;
}

/* Displayed Group */
#wpadminbar .quicklinks li#wp-admin-bar-group-admin-with-avatar ul {
	left: 0;
}

#wpadminbar .quicklinks li#wp-admin-bar-group-admin-with-avatar ul ul {
	left: 0;
}

/* Notifications */
#wpadminbar .quicklinks li#wp-admin-bar-my-account a span.count,
#wpadminbar .quicklinks li#wp-admin-bar-my-account-with-avatar a span.count,
#wpadminbar .quicklinks li#wp-admin-bar-bp-notifications #ab-pending-notifications {
	background: #0073aa;
	color: #fff;
	text-shadow: none;
	display: inline;
	padding: 2px 5px;
	font-size: 10px;
	font-weight: 700;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#wpadminbar .quicklinks li#wp-admin-bar-bp-notifications #ab-pending-notifications {
	background: #ddd;
	color: #333;
	margin: 0;
}

#wpadminbar .quicklinks li#wp-admin-bar-bp-notifications #ab-pending-notifications.alert {
	background-color: #0073aa;
	color: #fff;
}

#wpadminbar .quicklinks li#wp-admin-bar-bp-notifications > a {
	padding: 0 0.5em;
}

#wp-admin-bar-user-info img.avatar {
	height: 64px;
	width: 64px;
}

/* Remove additional arrows from appearing on the BuddyPress' `my_account_menu`
 * on large screens. Add back arrows for screen widths 600px and lower.
 */
#wpadminbar .wp-admin-bar-arrow-right {
	display: none;
}

@media screen and (max-width: 600px) {

	#wpadminbar .wp-admin-bar-arrow-right {
		display: block;
	}
}

/* Member Switching */
#wpadminbar #wp-admin-bar-top-secondary li#wp-admin-bar-switch-back a {
	background: #0073aa;
	color: #fff;
}

li.toplevel_page_buddyboss-platform .wp-submenu li a[href^="admin.php?page=bbp-repair"],
li.toplevel_page_buddyboss-platform .wp-submenu li a[href^="admin.php?page=bbp-converter"],
li.toplevel_page_buddyboss-platform .wp-submenu li a[href^="admin.php?page=bbp-reset"],
li.toplevel_page_buddyboss-platform .wp-submenu li a[href^="admin.php?page=bp-credits"],
li.toplevel_page_buddyboss-platform .wp-submenu li a[href^="admin.php?page=bp-member-type-import"],
li.toplevel_page_buddyboss-platform .wp-submenu li a[href^="admin.php?page=bp-media-import"],
li.toplevel_page_buddyboss-platform .wp-submenu li a[href^="admin.php?page=bp-repair-community"] {
	display: none !important;
}

.nav-settings-subsubsub {
	padding: 3px 13px 22px 0;
}

.nav-tab-wrapper a.bp-buddyboss-app.nav-tab {
	display: none !important;
}
.atwho-view {
	background: #fff;
	border: 1px solid rgb(204, 204, 204);
	box-shadow: 0 0 5px rgba(204, 204, 204, 0.25), 0 0 1px #fff;
	color: #d84800;
	display: none;
	font-family: inherit;
	margin-top: 18px;
	position: absolute;
	top: 0;
	z-index: 1000; /* >999 for wp-admin */
	border-radius: 4px;
	overflow: auto;
}

/* stylelint-disable */
/* rtl:ignore */
.atwho-view {
	left: 0;
}
/* stylelint-enable */

.atwho-view ul {
	list-style: none;
	margin: 5px 5px 5px 0;
	padding: 0;
	max-height: 250px;
	overflow: auto;
}

.atwho-view ul::-webkit-scrollbar {
	width: 6px;
}

.atwho-view ul::-webkit-scrollbar-thumb {
	background-color: #a4acb4;
	border-radius: 10px;
}

.atwho-view ul li {
	box-sizing: content-box;
	cursor: pointer;
	display: block;
	font-size: 14px;
	min-height: 20px;
	line-height: 20px;
	margin: 0;
	overflow: hidden;
	padding: 8px 10px;
}

.atwho-view ul li.list-loader {
	color: #92949d;
}

.atwho-view ul li.list-loader:before {
	content: "\ef30";
	display: inline-block;
	font-family: "bb-icons";/* stylelint-disable-line */
	font-size: 22px;
	margin-right: 8px;
	font-weight: 400;
	animation: spin 2s infinite linear;
}

.atwho-view ul li .username {
	display: inline-block;
	color: #92949d;
	max-width: 100px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.atwho-view img {
	border-radius: 100%;
	float: left;
	height: 20px;
	margin: 0 8px 0 0;
	width: 20px;
}

.atwho-view strong {
	background: #efefef;
	font-weight: 700;
}

.atwho-view .username strong {
	color: #d54e21;
}

.atwho-view small {
	color: #aaa;
	float: left;
	font-size: 13px;
	font-weight: 500;
	margin: 0 10px 0 0;
	max-width: 130px;
}

.atwho-view .cur {
	background: rgba(239, 239, 239, 0.5);
}

@media (max-width: 900px) {

	.atwho-view img {
		float: left;
		margin: 0 10px 0 0;
	}
}

@media (max-width: 400px) {

	.atwho-view ul li {
		font-size: 16px;
		line-height: 23px;
		padding: 13px;
	}

	.atwho-view ul li img {
		height: 30px;
		margin-top: -5px;
		width: 30px;
	}

	.atwho-view ul li .username {
		display: inline-block;
		margin: -10px 0 0;
		padding: 10px 0;
	}

	.atwho-view ul li small {
		display: inline-block;
		margin-left: 20px;
	}
}
@font-face {
  font-family: 'br-icons';
  src: url(wp-content/plugins/buddypress-reactions/public/css/../icons/br-icons.eot?72475430);
  src: url(wp-content/plugins/buddypress-reactions/public/css/../icons/br-icons.eot?72475430#iefix) format('embedded-opentype'),
       url(wp-content/plugins/buddypress-reactions/public/css/../icons/br-icons.woff2?72475430) format('woff2'),
       url(wp-content/plugins/buddypress-reactions/public/css/../icons/br-icons.woff?72475430) format('woff'),
       url(wp-content/plugins/buddypress-reactions/public/css/../icons/br-icons.ttf?72475430) format('truetype'),
       url(wp-content/plugins/buddypress-reactions/public/css/../icons/br-icons.svg?72475430#br-icons) format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'br-icons';
    src: url(./wp-content/plugins/buddypress-reactions/public/css/../font/br-icons.svg?72475430#br-icons) format('svg');
  }
}
*/
[class^="br-icon-"]:before, [class*=" br-icon-"]:before {
  font-family: "br-icons";
  font-style: normal;
  font-weight: normal;
  speak: never;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.br-icon-smile:before { content: '\e802'; } /* '顮�' */
.br-icon-x:before { content: '\e8f6'; } /* '睿�' */
.br-icon-thumbs-up:before { content: '\e933'; } /* '瞍�' */
/**
 * Swiper 9.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 6, 2023
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper,.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide,swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Global
# Activity Page
# Reaction Popup
# Single Post
    # Layout 1
# Sidebar Widgets
# bbPress Support
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Global
--------------------------------------------------------------*/

*,
*::before,
*::after {
    box-sizing: border-box;
}

.ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    display: block;
    overflow: hidden;
}


/*--------------------------------------------------------------
# Activity Page
--------------------------------------------------------------*/

.bp-activity-react-button-wrapper {
    position: relative;
}

#buddypress .generic-button .bp-activity-react-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.bp-activity-reactions {
    position: absolute;
    z-index: 99;
    bottom: 54px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(0px, 20px);
    -ms-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
    -webkit-transition: -webkit-transform 0.3s ease-in-out 0s, opacity 0.3s ease-in-out 0s, visibility 0.3s ease-in-out 0s;
    transition: transform 0.3s ease-in-out 0s, opacity 0.3s ease-in-out 0s, visibility 0.3s ease-in-out 0s;
}

.bp-activity-react-button-wrapper:hover .bp-activity-reactions {
    opacity: 1;
    visibility: visible;
}

.emoji-picker {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 54px;
    padding: 0 10px;
    border-radius: 100px !important;
    background-color: #fff;
    box-shadow: rgba(94, 92, 154, 0.12) 0px 0px 40px 0px;
}

.emoji-picker .emoji-pick {
    cursor: pointer;
}

.emoji-picker .emoji-pick:hover {
    -webkit-transform: scale(1.15) translate(0, -4px) translateZ(0);
    transform: scale(1.15) translate(0, -4px) translateZ(0);
    -webkit-transition: -webkit-transform 200ms;
    transition: transform 200ms;
}

.emoji-picker .emoji-pick .emoji-lottie-holder {
    width: 50px;
    height: 50px;
    margin: 0;
    padding: 0;
}

.emoji-picker .emoji-pick .emoji-svg-holder {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 38px;
    height: 38px;
    margin: 6px;
    padding: 0;
}

@media screen and (max-width: 543px) {
    .emoji-picker {
        height: 34px;
        padding: 0 8px;
    }

    .emoji-picker .emoji-pick .emoji-lottie-holder {
        width: 33px;
        height: 33px;
    }

    .emoji-picker .emoji-pick .emoji-svg-holder {
        width: 25px;
        height: 25px;
        margin: 4px;
    }
}

.icon-thumbs-up i {
    font-size: 18px;
    margin-right: 5px;
}

.bp-post-react-icon img {
    width: 24px !important;
    margin-right: 5px;
}

.bp-post-react-icon .emoji-lottie-holder {
    width: 33px;
    height: 33px;
}

.bp-post-react-icon .emoji-svg-holder {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 24px;
    height: 24px;
    margin: 5px;
    padding: 0;
}

.content-actions {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    height: 52px;
    position: relative;
}

.content-actions .wbreacted-waiting {
    position: absolute;
    background: #fff;
}

.content-actions .content-action {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.meta-line {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}

.meta-line .meta-line-text {
    font-size: 0.75rem;
    font-weight: 700;
}

.meta-line .meta-line-text.meta-line-text-trigger {
    cursor: pointer;
}

.meta-line .meta-line-list+.meta-line-text {
    margin-left: 10px;
}

.reaction-item-list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -ms-flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
}

.reaction-item-list .reaction-item-wrap {
    margin-left: -6px;
}

.reaction-item-list .reaction-item {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    width: 24px;
    height: 24px;
    border-radius: 50% !important;
    background-color: rgba(0, 0, 0, 0.02);
    margin-left: -6px;
}

.reaction-item-list .reaction-item-wrap:last-child,
.reaction-item-list .reaction-item:last-child {
    margin-left: 0;
}

.reaction-image {
    width: 20px;
    height: 20px;
}

.reaction-item-list .reaction-item>.reaction-image {
    cursor: pointer;
}

.simple-dropdown {
    width: 140px;
    padding: 12px 16px 16px;
    border-radius: 12px !important;
    background-color: #fff;
    box-shadow: rgba(94, 92, 154, 0.12) 0px 0px 40px 0px;
}

.reaction-list-dropdown {
    position: absolute;
    z-index: 9999;
    bottom: 38px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(0px, 20px);
    -ms-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
    -webkit-transition: -webkit-transform 0.3s ease-in-out 0s, opacity 0.3s ease-in-out 0s, visibility 0.3s ease-in-out 0s;
    transition: transform 0.3s ease-in-out 0s, opacity 0.3s ease-in-out 0s, visibility 0.3s ease-in-out 0s;
}

.reaction-item:hover .reaction-list-dropdown {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}

.simple-dropdown .simple-dropdown-text {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    font-size: 0.75rem;
    font-weight: 500;
}

.reaction-item-list .reaction-item .simple-dropdown .simple-dropdown-text:first-child {
    margin-bottom: 10px;
}

.simple-dropdown-text .reaction {
    width: 20px;
    height: 20px;
    margin: 0 2px;
    position: relative;
    top: -2px;
}

.simple-dropdown-text .reaction:first-child {
    margin-left: 0;
}

.simple-dropdown .simple-dropdown-text .reaction {
    margin-right: 4px;
}

.simple-dropdown .simple-dropdown-text .bold {
    font-weight: 700;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    display: block;
    overflow: hidden
}

.simple-dropdown .simple-dropdown-text+.simple-dropdown-text {
    margin-top: 4px;
}

.simple-dropdown ul.reacted-users {
    margin: 0;
    padding: 0;
    list-style: none;
}

.simple-dropdown ul.reacted-users li {
    margin: 0 0 5px;
    padding: 0;
}

.simple-dropdown ul.reacted-users li:last-child {
    margin: 0;
}


/* Comments Reaction */

.activity-comments .generic-button {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.bp-react-activity-comment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    float: left;
    margin-right: 4px;
}

.bp-react-activity-comment .emoji-picker {
    height: 34px;
    padding: 0 8px;
}

.bp-react-activity-comment .emoji-picker .emoji-pick .emoji-lottie-holder {
    width: 33px;
    height: 33px;
}

.bp-react-activity-comment .emoji-picker .emoji-pick .emoji-svg-holder {
    width: 25px;
    height: 25px;
    margin: 4px;
}

.bp-react-activity-comment .content-actions {
    height: auto;
    margin-right: 20px;
}

/* Activity Media Popup */
.bb-media-model-container .emoji-picker {
    height: auto;
}
@media screen and (max-width: 359px) {
    .bb-media-model-container .emoji-picker {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        width: 250px;
    }
}

.bb-media-model-container .generic-button.bp-activity-react-button-wrapper {
    order: 1 !important;
}

.bb-media-model-container .emoji-picker .emoji-pick .emoji-lottie-holder {
    width: 33px;
    height: 33px;
}

/*--------------------------------------------------------------
# Reaction Popup
--------------------------------------------------------------*/

@-webkit-keyframes slideDown {
    0% {
        opacity: 0;
        -webkit-transform: translate(0, -20px);
        transform: translate(0, -20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes slideDown {
    0% {
        opacity: 0;
        -webkit-transform: translate(0, -20px);
        transform: translate(0, -20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

.bp-reachtions-overlay {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: rgba(21, 21, 31, 0.96);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000;
    overflow: hidden auto;
}


/* .bp-reaction-popup.bp-reaction-popup-users {
    display: block;
} */

.bp-reaction-pop-container {
    width: 90%;
    max-width: 900px;
    position: relative;
}

.animate-slide-down {
    opacity: 0;
    -webkit-transform: translate(0, -20px);
    -ms-transform: translate(0, -20px);
    transform: translate(0, -20px);
    -webkit-animation: slideDown .4s ease-in-out forwards;
    animation: slideDown .4s ease-in-out forwards;
    -webkit-transition: opacity .4s ease-in-out, -webkit-transform .4s ease-in-out;
    transition: opacity .4s ease-in-out, -webkit-transform .4s ease-in-out;
    transition: transform .4s ease-in-out, opacity .4s ease-in-out;
    -webkit-transition: -webkit-transform .4s ease-in-out, opacity .4s ease-in-out, -webkit-transform .4s ease-in-out;
    transition: transform .4s ease-in-out, opacity .4s ease-in-out, -webkit-transform .4s ease-in-out;
}

.bp-reaction-pop-container {
    max-width: 484px;
    margin: auto;
    margin-top: 60px;
    margin-bottom: 60px;
}

.reaction-box {
    border-radius: 12px !important;
    background-color: #fff;
    box-shadow: rgba(94, 92, 154, 0.06) 0px 0px 40px 0px;
}

.reaction-popup-close-button {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background-color: rgb(221, 0, 0);
    color: #fff;
    cursor: pointer;
    position: absolute;
    top: -20px;
    right: -20px;
    z-index: 2;
    -webkit-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
}

.reaction-box .reaction-box-options {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    height: 52px;
    padding: 0 28px;
    border-bottom: 1px solid rgb(234, 234, 245);
}

.reaction-box .reaction-box-options ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    margin-right: 12px;
    cursor: pointer;
}

.reaction-box .reaction-box-options ul .reaction-box-option {
    font-size: 0.75rem;
    font-weight: 700;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    margin-right: 12px;
    border-bottom: 4px solid transparent;
    cursor: pointer;
    height: 100%;
}

.reaction-box .reaction-box-options ul .reaction-box-option.active {
    border-bottom-color: #111;
}

.reaction-box .reaction-box-options ul .reaction-box-option p {
    margin: 0;
    padding: 0;
}

.reaction-box .reaction-box-options ul .reaction-box-option img {
    width: 20px;
    height: 20px;
    margin-right: 6px;
    position: relative;
    top: -1px;
}

.reaction-box .reaction-box-content .reaction-box-item {
    height: 406px;
    padding: 32px 28px;
    overflow-y: auto;
}

.reaction-box .user-status {
    min-height: 44px;
    padding: 2px 0 0 60px;
    position: relative;
}

.reaction-box .user-status-list .user-status {
    margin-bottom: 22px;
}

.reaction-box .user-status.request-small {
    padding-right: 48px;
}

.reaction-box .user-avatar-circle img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #fff;
    position: relative;
}

.reaction-box .user-status .user-status-avatar {
    position: absolute;
    top: 0;
    left: 0;
}

.reaction-box .user-avatar-circle.no-border.no-stats.small {
    width: 44px;
    height: 44px;
}

.reaction-box .user-status.request .user-status-title,
.reaction-box .user-status.request-small .user-status-title {
    margin-top: 2px;
    line-height: 1.1428571429em;
}

.reaction-box .user-status .user-status-title {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.4285714286em;
    word-break: break-word;
}

.reaction-box .user-status .action-request-list {
    position: absolute;
    top: 2px;
    right: 0;
}

.reaction-box .action-request-list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
}

.reaction-box .user-status .user-status-reaction-image {
    width: 20px;
    height: auto;
}


/*--------------------------------------------------------------
## Layout 1 (Single Post)
--------------------------------------------------------------*/

.post-footer-content-actiions {
    margin: 1rem 0 0;
}

.bp-reactions-layout-1 {
    background: #fff;
    padding: 30px;
    border: 1px solid #eeeeee;
    border-radius: 4px;
}

.bp-reactions-layout-1 .emoji-picker {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.bp-reactions-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    clear: both;
    padding-top: 30px;
    padding-bottom: 30px;
    width: 100%;
}

.bp-reactions-wrap.bp-reactions-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.bp-reactions-wrap.bp-reactions-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.bp-reactions-wrap.bp-reactions-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.bp-reactions-center .bp-reactions-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}

.bp-reaction-call-to-action {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #111;
    line-height: 1.2;
    max-width: 100%;
    margin-bottom: 35px;
    text-decoration: none;
}

.bp-reactions-layout-1 .emoji-pick {
    cursor: pointer;
    position: relative;
    padding: 0;
}

.bp-reactions-layout-1 .emoji-pick:hover,
.bp-reactions-layout-1 .emoji-pick.active {
    -webkit-transform: scale(1.15) translate(0, -4px) translateZ(0);
    transform: scale(1.15) translate(0, -4px) translateZ(0);
    -webkit-transition: -webkit-transform 200ms;
    transition: transform 200ms;
}

.bp-emoji-arrow-badge {
    text-align: center;
    min-width: 27px;
    height: 16px;
    background-color: #333;
    position: absolute;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    line-height: 13px;
    font-weight: 300;
    padding: 2px 4px;
    z-index: 2;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
}

.bp-reactions-layout-1 .bp-emoji-arrow-badge {
    top: -20px;
}

.bp-reactions-layout-1 .emoji-pick.active .bp-emoji-arrow-badge {
    top: -16px;
}


/*--------------------------------------------------------------
# Sidebar Widgets
--------------------------------------------------------------*/

.widget_bp_reactions_list_widget .wp-reactions-lists-container {
    margin: -10px !important;
}

.widget_bp_reactions_list_widget ul.wp-reactions-lists {
    margin: 0 !important;
    padding: 1px 2px !important;
    list-style: none;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.widget_bp_reactions_list_widget ul.wp-reactions-lists li {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
    margin: 10px;
    padding: 10px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
}

.widget_bp_reactions_list_widget ul.wp-reactions-lists li .reaction-image {
    width: 40px;
    height: 40px;
}

.widget_bp_reactions_list_widget ul.wp-reactions-lists li span.count {
    margin-top: 10px;
    font-size: 1.375rem;
    font-weight: 700;
}

.widget_bp_reactions_list_widget ul.wp-reactions-lists li span.wp-emoji-name {
    margin-top: 8px;
    color: #a6a8c6;
    font-size: .75rem;
    font-weight: 700;
    text-transform: uppercase;
    display: none;
}

.swiper-button-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.swiper-button-wrapper .swiper-button {
    margin: 5px 10px;
    color: #adafca;
    cursor: pointer;
}

.swiper-button-wrapper .swiper-button i {
    font-weight: 400;
}

.swiper-button-wrapper .swiper-button:hover {
    color: #3e3f5e;
}

.swiper-button-wrapper .swiper-button-disabled,
.swiper-button-wrapper .swiper-button-disabled:hover {
    color: #adafca;
    cursor: default;
}

.swiper-button-wrapper .swiper-button-lock {
    display: none;
}

/*--------------------------------------------------------------
# bbPress Support
--------------------------------------------------------------*/
.bbp-reply-footer .bbp-meta .bp-activity-react-button-wrapper,
#bbpress-forums ul.bbp-lead-topic .bbp-body .bbp-topic-footer .bbp-meta .bp-activity-react-button-wrapper {
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
}

.bbp-reply-footer .bbp-meta .bp-activity-react-btn a.bp-activity-react-button,
#bbpress-forums ul.bbp-lead-topic .bbp-body .bbp-topic-footer .bbp-meta .bp-activity-react-btn a.bp-activity-react-button {
    background: 0 0 !important;
    border-radius: 25px;
    padding: 0;
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-animation: none !important;
    animation: none !important;
    cursor: pointer;
}

.bbp-reply-footer .bbp-meta .bp-post-react-icon,
#bbpress-forums ul.bbp-lead-topic .bbp-body .bbp-topic-footer .bbp-meta .bp-post-react-icon {
    line-height: normal;
}

.bbp-topic-content .simple-dropdown ul.reacted-users,
.bbp-reply-content .simple-dropdown ul.reacted-users {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.bbp-topic-content .simple-dropdown ul.reacted-users li,
.bbp-reply-content .simple-dropdown ul.reacted-users li {
    list-style: none !important;
}

@media screen and (max-width: 400px) {
    .bbp-reply-footer .bbp-meta .bp-activity-react-button-wrapper .bp-activity-reactions,
    #bbpress-forums ul.bbp-lead-topic .bbp-body .bbp-topic-footer .bbp-meta .bp-activity-react-button-wrapper .bp-activity-reactions {
        left: -60px;
    }
}#cookie-notice {
	position: fixed;
	min-width: 100%;
	height: auto;
	z-index: 100000;
	font-size: 13px;
	letter-spacing: 0;
	line-height: 20px;
	left: 0;
	text-align: center;
	/* border-top: 2px solid #fbb03b; */
	font-weight: normal;
	font-family: -apple-system,BlinkMacSystemFont,Arial,Roboto,"Helvetica Neue",sans-serif;
}
#cookie-notice,
#cookie-notice * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#cookie-notice.cn-animated {
	-webkit-animation-duration: 0.5s !important;
	animation-duration: 0.5s !important;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
#cookie-notice.cn-animated.cn-effect-none {
	-webkit-animation-duration: 0.001s !important;
	animation-duration: 0.001s !important;
}
#cookie-notice .cookie-notice-container {
	display: block;
}
#cookie-notice.cookie-notice-hidden .cookie-notice-container {
	display: none;
}
#cookie-notice .cookie-revoke-container {
	display: block;
}
#cookie-notice.cookie-revoke-hidden .cookie-revoke-container {
	display: none;
}
.cn-position-top {
	top: 0;
}
.cn-position-bottom {
	bottom: 0;
}
.cookie-notice-container {
	padding: 15px 30px;
	text-align: center;
	width: 100%;
	z-index: 2;
}
.cookie-revoke-container {
	padding: 15px 30px;
	width: 100%;
	z-index: 1;
}
.cn-close-icon {
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -10px;
	width: 15px;
	height: 15px;
	opacity: 0.5;
	padding: 10px;
	outline: none;
		cursor: pointer;
}
.cn-close-icon:hover {
	opacity: 1;
}
.cn-close-icon:before, 
.cn-close-icon:after {
	position: absolute;
	content: ' ';
	height: 15px;
	width: 2px;
	top: 3px;
	background-color: rgba(128,128,128,1);
}
.cn-close-icon:before {
	transform: rotate(45deg);
}
.cn-close-icon:after {
	transform: rotate(-45deg);
}
#cookie-notice .cn-revoke-cookie {
	margin: 0;
}
#cookie-notice .cn-button {
	margin: 0 0 0 10px;
	display: inline-block;
}
#cookie-notice .cn-button:not(.cn-button-custom) {
	font-family: -apple-system,BlinkMacSystemFont,Arial,Roboto,"Helvetica Neue",sans-serif;
	font-weight: normal;
	font-size: 13px;
	letter-spacing: 0.25px;
	line-height: 20px;
	margin: 0 0 0 10px;
	text-align: center;
	text-transform: none;
	display: inline-block;
	cursor: pointer;
	touch-action: manipulation;
	white-space: nowrap;
	outline: none;
	box-shadow: none;
	text-shadow: none;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none;
	padding: 8.5px 10px;
	line-height: 1;
	color: inherit;
}
.cn-text-container {
	margin: 0 0 6px 0;
}
.cn-text-container,
.cn-buttons-container {
	display: inline-block;
}
#cookie-notice.cookie-notice-visible.cn-effect-none,
#cookie-notice.cookie-revoke-visible.cn-effect-none {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}
#cookie-notice.cn-effect-none {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}
#cookie-notice.cookie-notice-visible.cn-effect-fade,
#cookie-notice.cookie-revoke-visible.cn-effect-fade {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}
#cookie-notice.cn-effect-fade {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}
#cookie-notice.cookie-notice-visible.cn-effect-slide,
#cookie-notice.cookie-revoke-visible.cn-effect-slide{
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp;
}
#cookie-notice.cn-effect-slide {
	-webkit-animation-name: slideOutDown;
	animation-name: slideOutDown;
}
#cookie-notice.cookie-notice-visible.cn-position-top.cn-effect-slide,
#cookie-notice.cookie-revoke-visible.cn-position-top.cn-effect-slide {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
}
#cookie-notice.cn-position-top.cn-effect-slide {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp;
}
@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}
@-webkit-keyframes fadeOut {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}
@keyframes fadeOut {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}
@-webkit-keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@-webkit-keyframes slideOutDown {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}
@keyframes slideOutDown {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}
@-webkit-keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@-webkit-keyframes slideOutUp {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}
@keyframes slideOutUp {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}
@media all and (max-width: 900px) {
	.cookie-notice-container #cn-notice-text {
		display: block;
	}
	.cookie-notice-container #cn-notice-buttons {
		display: block;
	}
	#cookie-notice .cn-button {
		margin: 0 5px 5px 5px;
	}
}
@media all and (max-width: 480px) {
	.cookie-notice-container,
	.cookie-revoke-container {
		padding: 15px 25px;
	}
}/**
 * Base styles for Paid Memberships Pro.
 *
 * These styles are core to the plugin and must be loaded for your site to be usable.
 */

/**
 * Root variables
 */
:root {
	--pmpro--base--border-radius: 8px;
	--pmpro--base--spacing--small: 12px;
	--pmpro--base--spacing--medium: 18px;
	--pmpro--base--spacing--large: 36px;
	--pmpro--color--accent: #0c3d54;
	--pmpro--color--base: #ffffff;
	--pmpro--color--base-2: #ededed;
	--pmpro--color--contrast: #222222;
	--pmpro--color--border: #777777;
	--pmpro--color--info-background: #d9edf7;
	--pmpro--color--info-border: #bce8f1;
	--pmpro--color--info-text: #31708f;
	--pmpro--color--info-link: #245269;
	--pmpro--color--success-background: #d4edda;
	--pmpro--color--success-border: #c3e6cb;
	--pmpro--color--success-text: #0F441C;
	--pmpro--color--success-link: #2b542c;
	--pmpro--color--error-background: #f8d7da;
	--pmpro--color--error-border: #f5c6cb;
	--pmpro--color--error-text: #721c24;
	--pmpro--color--error-link: #843534;
	--pmpro--color--alert-background: #fff8e0;
	--pmpro--color--alert-border: #ffeeba;
	--pmpro--color--alert-text: #6C5101;
	--pmpro--color--alert-link: #66512c;
	--pmpro--color--alert2-background: #ffecd9;
    --pmpro--color--alert2-border: #ffddb1;
    --pmpro--color--alert2-text: #995d1d;
    --pmpro--color--alert2-link: #a65e3a;
}

/**
 * Contextual Messages
 */
.pmpro_message {
	background-color: var(--pmpro--color--info-background);
	border: 1px solid var(--pmpro--color--info-border);
	border-radius: var(--pmpro--base--border-radius);
	color: var(--pmpro--color--info-text);
	font-weight: 400;
	margin: var(--pmpro--base--spacing--medium) 0;
	padding: var(--pmpro--base--spacing--small) var(--pmpro--base--spacing--medium);
	text-align: left;
}

.pmpro_message.pmpro_success {
	background-color: var(--pmpro--color--success-background);
	border-color: var(--pmpro--color--success-border);
	color: var(--pmpro--color--success-text);
}

.pmpro_message.pmpro_error {
	background-color: var(--pmpro--color--error-background);
	border-color: var(--pmpro--color--error-border);
	color: var(--pmpro--color--error-text);
}

.pmpro_message.pmpro_alert {
	background-color: var(--pmpro--color--alert-background);
	border-color: var(--pmpro--color--alert-border);
	color: var(--pmpro--color--alert-text);
}

.pmpro_message a {
	color: var(--pmpro--color--info-link);
	text-decoration: underline;
}

.pmpro_success a {
	color: var(--pmpro--color--success-link);
}

.pmpro_error a {
	color: var(--pmpro--color--error-link);
}

.pmpro_alert a {
	color: var(--pmpro--color--alert-link);
}

/**
 * Form Elements
 */
.pmpro_captcha {
	margin: var(--pmpro--base--spacing--large) 0;
}

.pmpro_captcha div {
	clear: none;
	margin: 0;
}

.pmpro_form_label-inline {
	display: inline-block;
}

.pmpro {
	.pmpro_form_input-text.pmpro_form_input-error,
	.pmpro_form_input-email.pmpro_form_input-error,
	.pmpro_form_input-url.pmpro_form_input-error,
	.pmpro_form_input-password.pmpro_form_input-error,
	.pmpro_form_input-search.pmpro_form_input-error,
	.pmpro_form_input-select.pmpro_form_input-error,
	.pmpro_form_input-checkbox.pmpro_form_input-error,
	.pmpro_form_input-radio.pmpro_form_input-error,
	.pmpro_form_input-multiselect.pmpro_form_input-error,
	.pmpro_form_input-number.pmpro_form_input-error,
	.pmpro_form_input-file.pmpro_form_input-error,
	.pmpro_form_input-date.pmpro_form_input-error,
	.pmpro_form_input-textarea.pmpro_form_input-error {
		border-color: var(--pmpro--color--error-border);
		box-shadow: 0 0 0 0.2rem #f8d7da;
	}
}

/* Checkbox-specific field type */
.pmpro_form_field-checkbox .pmpro_form_label {
	cursor: pointer;
	display: inline;
	width: auto;
}

.pmpro_form_field-checkbox input[type="checkbox"] {
	height: auto;
	opacity: 1;
	width: auto;
}

.pmpro_form_field-checkbox-grouped ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.pmpro_form_field-checkbox-grouped li {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* Radio-specific field type */
.pmpro_form_field-radio-item {
	margin-bottom: 0;
}

.pmpro_form_field-radio-item .pmpro_form_label {
	cursor: pointer;
	display: inline-block;
	width: auto;
}

/* Date-specific field type */
.pmpro_form_field-date select {
	max-width: unset;
	width: unset;
}

.pmpro_form_field-date input[type="text"] {
	margin-left: var(--pmpro--base--spacing--small);
	max-width: unset;
	width: unset;
}

/* File-specific field type */
.pmpro_form_field-file button {
	margin-right: var(--pmpro--base--spacing--small);
}

/* Checkout and Billing forms */
#pmpro_payment_information_fields .pmpro_form_fields label {
	display: block;
	float: none;
	max-width: initial;
	min-width: initial;
	text-align: left;
	width: auto;
}

button[type="button"]#other_discount_code_toggle,
button[type="button"]#other_discount_code_toggle:hover,
button[type="button"]#other_discount_code_toggle:focus {
	background: none;
    border: none;
    color: inherit;
    cursor: pointer;
    font-family: inherit;
    font-size: inherit;
    margin: 0;
    padding: 0;
    text-decoration: underline;
}

#pmpro_tos_fields input[type="checkbox"]#tos {
	width: auto;
}

/* PayPal gateway Membership Checkout specific styles. */
#pmpro_payment_method span.gateway_paypalexpress {
	margin-left: var(--pmpro--base--spacing--large);
}

[id^="pmpro_paypal"] .pmpro_btn-submit-checkout-paypal-image {
	background-image: url(./wp-content/plugins/paid-memberships-pro/css/frontend/../../images/paypal-color.svg);
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	height: 30px;
	width: 100px;
}

/* Stripe gateway Membership Checkout specific styles. */
.pmpro_checkout_gateway-stripe form.pmpro_form #pmpro_payment_information_fields .pmpro_payment-request-button h3,
.pmpro_billing_gateway-stripe form.pmpro_form #pmpro_payment_information_fields .pmpro_payment-request-button h3 {
	margin: var(--pmpro--base--spacing--medium) 0 var(--pmpro--base--spacing--small);
	padding: 0;
}

.pmpro_checkout_gateway-stripe form.pmpro_form #pmpro_payment_information_fields div#AccountNumber,
.pmpro_checkout_gateway-stripe form.pmpro_form #pmpro_payment_information_fields div#Expiry,
.pmpro_checkout_gateway-stripe form.pmpro_form #pmpro_payment_information_fields div#CVV,
.pmpro_billing_gateway-stripe form.pmpro_form #pmpro_payment_information_fields div#AccountNumber,
.pmpro_billing_gateway-stripe form.pmpro_form #pmpro_payment_information_fields div#Expiry,
.pmpro_billing_gateway-stripe form.pmpro_form #pmpro_payment_information_fields div#CVV {
	border: 1px solid var(--pmpro--color--border);
	padding: var(--pmpro--base--spacing--small);
}

/* Membership Order specific styles. */
.pmpro_invoice_details .pmpro_invoice-billing-address {
	display: flex;
	flex-direction: column;
}

.pmpro_price_part_span {
	display: flex;
	font-weight: normal;
	justify-content: space-between;
}

.pmpro_price_part-total {
	font-weight: 700;
}

/**
 * Lists
 */
.pmpro_list {
	#pmpro_order_single-meta-bill_to {
		word-break: break-all;
	}
}

.pmpro_list.pmpro_list-plain,
.pmpro_list.pmpro_list-plain .pmpro_list_item {
	list-style: none;
	margin: 0;
	padding: 0;
}

.pmpro_list.pmpro_list-bulleted {
	list-style-type: disc;
	margin: 0;
	padding: 0 0 0 var(--pmpro--base--spacing--medium);
}

.pmpro_list.pmpro_list-bulleted .pmpro_list_item {
	margin: 0;
	padding: 0;
}

.pmpro_list .pmpro_list_item:not(:last-child) {
	margin-bottom: var(--pmpro--base--spacing--small);
}

/**
 * Login, Lost Password, Reset Password frontend pages.
 *
 * This section based on similar rules in wp-admin/css/forms.css
 */
#pass-strength-result {
	border: 1px solid var(--pmpro--color--border);
	border-radius: var(--pmpro--base--border-radius);
	color: inherit;
	font-size: 16px;
	margin: 0;
	padding: calc( var(--pmpro--base--spacing--small) / 3 ) var(--pmpro--base--spacing--small);
	text-align: center;
	width: 100%;
	box-sizing: border-box;
	opacity: 0;
}

#pass-strength-result.short {
	background-color: var(--pmpro--color--error-background);
	border-color: var(--pmpro--color--error-border);
	color: var(--pmpro--color--error-text);
	opacity: 1;
}

#pass-strength-result.bad {
	background-color: var(--pmpro--color--alert2-background);
	border-color: var(--pmpro--color--alert2-border);
	color: var(--pmpro--color--alert2-text);
	opacity: 1;
}

#pass-strength-result.good {
	background-color: var(--pmpro--color--alert-background);
	border-color: var(--pmpro--color--alert-border);
	color: var(--pmpro--color--alert-text);
	opacity: 1;
}

#pass-strength-result.strong {
	background-color: var(--pmpro--color--success-background);
	border-color: var(--pmpro--color--success-border);
	color: var(--pmpro--color--success-text);
	opacity: 1;
}

.pass1.short, .pass1-text.short {
	border-color: var(--pmpro--color--error-border);
}

.pass1.bad, .pass1-text.bad {
	border-color: var(--pmpro--color--alert2-border);
}

.pass1.good, .pass1-text.good {
	border-color: var(--pmpro--color--alert-border);
}

.pass1.strong, .pass1-text.strong {
	border-color: var(--pmpro--color--success-border);
}

.pw-weak {
	display: none;
}

.indicator-hint {
	padding-top: 8px;
}

.wp-pwd [type="text"],
.wp-pwd [type="password"] {
	margin-bottom: 0;
	/* Same height as the buttons */
	min-height: 30px;
}

/* Hide the Edge "reveal password" native button */
.wp-pwd input::-ms-reveal {
	display: none;
}

.pass1-text,
.show-password #pass1 {
	display: none;
}

.pass1-text::-ms-clear {
	display: none;
}

.show-password #pass1-text {
	display: inline-block;
}

/**
 * Tables
 */
.pmpro_table {
	border-collapse: collapse;
	margin: 0;
	width: 100%;
}

/**
 * Tags
 */
.pmpro_tag {
	border-radius: var(--pmpro--base--border-radius);
	border: 1px solid var(--pmpro--color--border);
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	padding: calc( var(--pmpro--base--spacing--small) / 3 ) var(--pmpro--base--spacing--small);
	text-align: center;
}

.pmpro_tag-success {
	background-color: var(--pmpro--color--success-background);
	border-color: var(--pmpro--color--success-border);
	color: var(--pmpro--color--success-text);
}

.pmpro_tag-error {
	background-color: var(--pmpro--color--error-background);
	border-color: var(--pmpro--color--error-border);
	color: var(--pmpro--color--error-text);
}

.pmpro_tag-alert {
	background-color: var(--pmpro--color--alert-background);
	border-color: var(--pmpro--color--alert-border);
	color: var(--pmpro--color--alert-text);
}

/**
 * Admin Toolbar View As Feature
 */
#wpadminbar #wp-admin-bar-pmpro-admin-membership-access {
	background-color: #1d2327;
}

#wpadminbar .pmpro_admin-view {
	display: inline-block;
	padding: 0 5px;
}

#wpadminbar .menupop .ab-item:has(.pmpro_admin-view) + .ab-sub-wrapper {
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	padding: 10px;
}

#wpadminbar .menupop .ab-item:has(.pmpro_admin-view) + .ab-sub-wrapper ul li .ab-item {
	height: auto;
}

#wpadminbar .menupop .ab-item:has(.pmpro_admin-view) + .ab-sub-wrapper p {
	color: #fff;
	line-height: 1.5;
	margin-bottom: 5px;
	white-space: normal;
}

#wpadminbar .menupop .ab-item:has(.pmpro_admin-view) + .ab-sub-wrapper select {
	background-color: #fff;
	border-radius: 6px;
	line-height: 1.5;
	padding: 5px 8px;
}

#wpadminbar .ab-item:has(.pmpro_admin-view-yes),
#wpadminbar .ab-top-menu > li.hover > .ab-item:has(.pmpro_admin-view-yes),
#wpadminbar:not(.mobile) .ab-top-menu > li:hover > .ab-item:has(.pmpro_admin-view-yes),
#wpadminbar:not(.mobile) .ab-top-menu > li > .ab-item:has(.pmpro_admin-view-yes):focus,
#wpadminbar .menupop .ab-item:has(.pmpro_admin-view-yes) + .ab-sub-wrapper {
	background-color: #0F441C;
	color: #fff;
}

#wpadminbar .ab-item:has(.pmpro_admin-view-no),
#wpadminbar .ab-top-menu > li.hover > .ab-item:has(.pmpro_admin-view-no),
#wpadminbar:not(.mobile) .ab-top-menu > li:hover > .ab-item:has(.pmpro_admin-view-no),
#wpadminbar:not(.mobile) .ab-top-menu > li > .ab-item:has(.pmpro_admin-view-no):focus,
#wpadminbar .menupop .ab-item:has(.pmpro_admin-view-no) + .ab-sub-wrapper {
	background-color: #721c24;
	color: #fff;
}

#wpadminbar .pmpro_admin-view .ab-icon {
	margin-right: 3px;
}

#wpadminbar .pmpro_admin-view .ab-icon:before,
#wpadminbar li:hover .pmpro_admin-view .ab-icon:before,
#wpadminbar li.hover .pmpro_admin-view .ab-icon:before {
	color: #fff;
}

#wpadminbar .pmpro_admin-view-current .ab-icon:before,
#wpadminbar li:hover .pmpro_admin-view-current .ab-icon:before,
#wpadminbar li.hover .pmpro_admin-view-current .ab-icon:before {
	color: inherit;
}

/**
 * Frontend page navigation
 */
.pmpro_actions_nav:not(#pmpro_login .pmpro_actions_nav) {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.pmpro_actions_nav-left {
	flex: 1;
	order: 1;
	text-align: left;
}

.pmpro_actions_nav-right {
	flex: 1;
	order: 2;
	text-align: right;
}

/**
 * Misc
 */
.pmpro_pad-s {
	padding: var(--pmpro--base--spacing--small);
}

.pmpro_pad-m {
	padding: var(--pmpro--base--spacing--large);
}

.pmpro_pad-l {
	padding: var(--pmpro--base--spacing--large);
}

.pmpro_spacer {
	margin: var(--pmpro--base--spacing--medium) 0;
	min-height: 1px;
}

.pmpro_form .pmpro_spacer {
	margin-top: var(--pmpro--base--spacing--large);
}

.pmpro_clickable {
	cursor: pointer;
}

.pmpro_asterisk abbr,
.pmpro_asterisk abbr[title] {
	border: none;
	color: var(--pmpro--color--error-text);
	cursor: default;
	text-decoration: none;
}

.pmpro_hidden {
	display: none;
}

/**
 * Print Styles
 */
@media print {
	.pmpro {
		.pmpro_actions_nav:not(.pmpro_login_wrap .pmpro_actions_nav),
		.pmpro_actions_nav-right,
		.pmpro_actions_nav-left,
		.pmpro_card_actions,
		.pmpro_hide_print {
			display: none;
		}

		h2, h3 {
			page-break-after: avoid;
		}
	}
}

/**
 * Responsive Styles
 */
@media screen and (max-width: 767px) {
	.pmpro_reset_password_wrap form.pmpro_form #pass-strength-result,
	form.pmpro_form .pmpro_change_password-fields #pass-strength-result {
		max-width: 90%;
	}

	.pmpro_actions_nav {
		text-align: center;
	}

	.pmpro_actions_nav-left,
	.pmpro_actions_nav-right {
		flex-basis: 100%;
		text-align: center;
	}

	.pmpro_table thead {
		display: none;
	}

	.pmpro_table tbody tr th,
	.pmpro_table tbody tr td,
	.pmpro_table tfoot tr td {
		display: grid;
		grid-template-columns: 1fr 2fr;
	}

	.pmpro_table tbody tr th::before,
	.pmpro_table tbody tr td::before,
	.pmpro_table tfoot tr td::before {
		content: attr(data-title) ": ";
	}

	.pmpro_table_cancel tbody tr td:last-child,
	.pmpro_levels_table tbody tr td:last-child {
		display: block;
	}

	.pmpro_table_cancel tbody tr td:last-child::before,
	.pmpro_levels_table tbody tr td:last-child::before {
		content: "";
	}
}

@media screen and (min-width: 768px) {

}

@media screen and (min-width: 1024px) {
	.pmpro_checkout_gateway-stripe form.pmpro_form #pmpro_payment_information_fields #payment-request-button {
		max-width: 50%;
	}
}

@media screen and (min-width: 1280px) {

}
/**
 * The primary style variation for Paid Memberships Pro.
 *
 * These styles can be unset on the Memberships > Settings > Design admin screen.
*/

:root {
	--pmpro--color--white: #fff;
	--pmpro--box-shadow: 2px 2px 7px rgba( 0, 0, 0, 0.07 );
}

/**
 * Main Container
*/
.pmpro {
	color: var(--pmpro--color--contrast);

	/**
	* Sections
	*/
	.pmpro_section {
		margin: calc( var(--pmpro--base--spacing--large) * 2 ) 0;
	}

	.pmpro_section:first-of-type {
		margin-top: 0;
	}

	.pmpro_section_title {
		font-weight: 700;
		margin: 0;
		padding: 0;
	}

	/**
	* Cards
	*/
	.pmpro_card {
		background-color: var(--pmpro--color--base);
		border: 1px solid var(--pmpro--color--border--variation);
		border-radius: var(--pmpro--base--border-radius);
		box-shadow: var(--pmpro--box-shadow);
		display: flex;
		flex-direction: column;
		margin: var(--pmpro--base--spacing--medium) 0;
		overflow: hidden;
	}

	.pmpro_card_title {
		color: var(--pmpro--color--contrast);
		font-weight: 700;
		margin: 0;
		padding: var(--pmpro--base--spacing--large) var(--pmpro--base--spacing--large) 0;
	}

	.pmpro_card_content {
		padding: var(--pmpro--base--spacing--small) var(--pmpro--base--spacing--large) var(--pmpro--base--spacing--large);

		p:not(.pmpro_form_hint) {
			margin: var(--pmpro--base--spacing--small) 0;
			padding: 0;
		}

		p:last-of-type {
			margin-bottom: 0;
		}

	}

	.pmpro_card_actions {
		background-color: rgba( 0, 0, 0, 0.04 );
		border-bottom: 1px solid var(--pmpro--color--border--variation);
		padding: var(--pmpro--base--spacing--small) var(--pmpro--base--spacing--large);
	}

	.pmpro_card_content + .pmpro_card_actions {
		border-top: 1px solid var(--pmpro--color--border--variation);
		border-bottom: none;
	}

	.pmpro_card_actions button {

	}

	.pmpro_card_action_separator {
		margin: 0 calc( var(--pmpro--base--spacing--small) / 2 );
		opacity: 0.25;
	}

	/**
	 * Heading Styles
	 */
	.pmpro_heading-with-avatar {
		align-items: center;
		display: flex;
		font-weight: 700;
		gap: var(--pmpro--base--spacing--small);
	}

	/**
	* Contextual Messages
	*/
	.pmpro_message {
		box-shadow: var(--pmpro--box-shadow);
	}

	/**
	 * Buttons
	 */
	.pmpro_btn {
		background-color: var(--pmpro--color--accent);
		border: 1px solid var(--pmpro--color--accent);
		border-radius: var(--pmpro--base--border-radius);
		box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.1);
		box-sizing: border-box;
		color: var(--pmpro--color--base);
		cursor: pointer;
		display: inline-block;
		font-size: 16px;
		font-weight: 700;
		letter-spacing: normal;
		line-height: 1.5;
		min-height: 40px;
		outline: 0;
		padding: var(--pmpro--base--spacing--small) var(--pmpro--base--spacing--medium);
		text-align: center;
		text-decoration: none;
		text-rendering: geometricprecision;
		text-transform: none;
		user-select: none;
		-webkit-user-select: none;
		touch-action: manipulation;
		vertical-align: middle;
		transition: background-color 0.2s, color 0.2s;
	}

	.pmpro_btn:hover,
	.pmpro_btn:focus {
		background-color: var(--pmpro--color--accent--variation);
		background-position: 0 0;
		border-color: var(--pmpro--color--accent--variation);
		color: var(--pmpro--color--base);
	}

	.pmpro_btn:active {
		opacity: .7;
	}

	.pmpro_btn-outline {
		background-color: transparent;
		color: var(--pmpro--color--accent);
	}

	.pmpro_btn-outline:hover,
	.pmpro_btn-outline:focus {
		background-color: transparent;
		border-color: var(--pmpro--color--accent--variation);
		color: var(--pmpro--color--accent--variation);
	}

	.pmpro_btn-delete {
		background-color: var(--pmpro--color--error-text);
		border-color: var(--pmpro--color--error-text);
	}

	.pmpro_btn-delete:hover,
	.pmpro_btn-delete:focus {
		background-color: var(--pmpro--color--error-link);
		border-color: var(--pmpro--color--error-link);
	}

	.pmpro_btn-cancel {
		background-color: transparent;
		border-color: var(--pmpro--color--border);
		box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.1);
		color: var(--pmpro--color--contrast);
	}

	.pmpro_btn-cancel:hover,
	.pmpro_btn-cancel:focus {
		background-color: var(--pmpro--color--border--variation);
		border-color: var(--pmpro--color--border);
		color: var(--pmpro--color--contrast);
	}

	.pmpro_btn-plain,
	.pmpro_btn-plain:hover,
	.pmpro_btn-plain:focus,
	.pmpro_btn-plain:active {
		background: 0 0;
		border: 1px solid transparent;
		box-shadow: none;
		cursor: pointer;
		font-size: 14px;
		margin: 0;
		padding: 0;
	}

	.pmpro_btn-print {
		align-items: center;
		color: var(--pmpro--color--accent);
		display: inline-flex;
		gap: calc( var(--pmpro--base--spacing--small) / 2 );
		justify-content: space-between;
		text-decoration: underline;
	}

	.pmpro_btn-print:hover {
		color: var(--pmpro--color--accent--variation);
	}

	/**
	 * Form Styles
	 */
	.pmpro_form {
		margin: 0;
	}

	.pmpro_section:has(.pmpro_form) .pmpro_card_content {
		padding-top: var(--pmpro--base--spacing--large);
	}

	.pmpro_section:has(.pmpro_form) .pmpro_card_title + .pmpro_card_content {
		padding-top: var(--pmpro--base--spacing--small);
	}

	.pmpro_form_fieldset {
		border: 0;
		margin: 0;
		padding: 0;
	}

	.pmpro_form_legend {
		border: none;
		margin: 0 0 var(--pmpro--base--spacing--medium);
		padding: 0;
	}

	.pmpro_form_heading {
		font-weight: 700;
		margin: var(--pmpro--base--spacing--large) 0 0;
		padding: 0;
	}

	.pmpro_card_content .pmpro_form_heading {
		margin-top: 0;
	}

	.pmpro_form_fields {
		display: flex;
		flex-direction: column;
		gap: var(--pmpro--base--spacing--medium);
	}

	.pmpro_form_fields-inline {
		align-items: center;
		display: flex;
		flex-direction: row;
		gap: calc( var(--pmpro--base--spacing--small) / 2 );
	}

	.pmpro_form_field {
		display: flex;
		flex-direction: column;
		gap: calc( var(--pmpro--base--spacing--small) / 2 );
	}

	.pmpro_form_label {
		margin: 0;
		padding: 0;
	}

	.pmpro_form_label:not(.pmpro_form_label-inline) {
		display: block;
		font-weight: 500;
	}

	.pmpro_form_input {
		background-color: var(--pmpro--color--base);
		border: 1px solid var(--pmpro--color--border);
		border-radius: var(--pmpro--base--border-radius);
		box-shadow: none;
		box-sizing: border-box;
		color: var(--pmpro--color--contrast);
		font-size: 16px;
		height: auto;
		line-height: 1.5;
		margin: 0;
		min-height: auto;
		outline: none;
		padding: var(--pmpro--base--spacing--small);
	}

	.pmpro_form_input-textarea {
		font-family: inherit;
		width: 100%;
	}

	.pmpro_form_input-select {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		background-image: url('data:image/svg+xml;utf8,<svg height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
		background-position: right var(--pmpro--base--spacing--small) center;
		background-repeat: no-repeat;
		background-size: 16px 16px;
		padding-right: calc(var(--pmpro--base--spacing--small) + 20px);
	}

	.pmpro_form_input-text:focus,
	.pmpro_form_input-email:focus,
	.pmpro_form_input-url:focus,
	.pmpro_form_input-password:focus,
	.pmpro_form_input-search:focus,
	.pmpro_form_input-select:focus,
	.pmpro_form_input-checkbox:focus,
	.pmpro_form_input-radio:focus,
	.pmpro_form_input-multiselect:focus,
	.pmpro_form_input-number:focus,
	.pmpro_form_input-file:focus,
	.pmpro_form_input-date:focus,
	.pmpro_form_input-textarea:focus {
		background-color: var(--pmpro--color--base);
		border-color: #80BDFF;
		box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
		outline: none;
		word-break: initial;
	}

	.pmpro_form_hint {
		display: block;
		font-size: 14px;
		margin: 0;
		opacity: 0.75;
		padding: 0;
	}

	.pmpro_form_field-checkbox {

		.pmpro_form_label {
			align-items: first baseline;
			display: flex;
			flex-direction: row;
			gap: calc( var(--pmpro--base--spacing--small) / 2 );
		}

	}

	.pmpro_form_field-radio-item {
		align-items: baseline;
		flex-direction: row;
		flex-wrap: nowrap;

		.pmpro_form_hint {
			flex: 0 0 100%;
		}
	}

	.pmpro_form_field-radio-item:not(:last-of-type) {
		margin-bottom: calc( var(--pmpro--base--spacing--small) / 2 );
	}

	.pmpro_form_field-checkbox-grouped {

		.pmpro_form_field-checkbox-grouped-item {
			align-items: first baseline;
			display: flex;
			flex-direction: row;
			gap: calc( var(--pmpro--base--spacing--small) / 2 );
		}

	}

	.pmpro_form_input-multiselect {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}

	.pmpro_form_input-file {
		border: 3px dashed var(--pmpro--color--border--variation);
		border-radius: var(--pmpro--base--border-radius);
		padding: var(--pmpro--base--spacing--small) var(--pmpro--base--spacing--medium);
		width: 100%;
	}

	/* Special Fields */
	.pmpro_form_field-password-toggle {
		align-items: center;
		display: flex;
		font-weight: 500;
		justify-content: space-between;
		margin: 0;
		padding: 0;
	}

	.pmpro_form_field-password-toggle button,
	.pmpro_form_field-password-toggle button:hover,
	.pmpro_form_field-password-toggle button:focus,
	.pmpro_form_field-password-toggle button:active {
		align-items: center;
		background: transparent;
		border: none;
		box-shadow: none;
		box-sizing: border-box;
		color: var(--pmpro--color--accent);
		display: flex;
		flex-direction: row;
		font-size: 16px;
		gap: calc( var(--pmpro--base--spacing--small) / 2 );
		line-height: 1;
		margin: 0;
		min-height: 1px;
		padding: 0;
	}

	.pmpro_form_field-password-toggle button:focus,
	.pmpro_form_field-password-toggle button:active {
		box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
		color: var(--pmpro--color--accent--variation);
		outline: none;
	}

	.pmpro_form_field-password-toggle .pmpro_icon-eye {
		display: block;
		height: 20px;
		width: 20px;
	}

	.pmpro_form_field-password-toggle button:focus .pmpro_icon-eye svg,
	.pmpro_form_field-password-toggle button:active .pmpro_icon-eye svg {
		stroke: var(--pmpro--color--accent--variation);
	}

	.pmpro_form_field-select2 {
		display: block;
	}

	.pmpro_form_field-select2 .pmpro_form_label {
		margin-bottom: calc( var(--pmpro--base--spacing--small) / 2 );
	}

	.pmpro_form_field-select2 .pmpro_form_hint {
		margin-top: calc( var(--pmpro--base--spacing--small) / 2 );
	}

	.pmpro_payment-expiration #ExpirationMonth,
	.pmpro_payment-expiration #ExpirationYear {
		flex-grow: 1;
	}

	.pmpro_payment-discount-code #pmpro_discount_code {
		flex-grow: 1;
	}

	#other_discount_code_fields {
		margin-bottom: var(--pmpro--base--spacing--small);
	}

	#pmpro_tos_fields {
		margin-top: var(--pmpro--base--spacing--large);
	}

	#pmpro_tos_fields #pmpro_license {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}

	.pmpro_form_submit {
		align-items: center;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		gap: var(--pmpro--base--spacing--medium);
		margin-top: var(--pmpro--base--spacing--large);
	}

	.pmpro_checkout_gateway-stripe form.pmpro_form #pmpro_payment_information_fields div#AccountNumber,
	.pmpro_checkout_gateway-stripe form.pmpro_form #pmpro_payment_information_fields div#Expiry,
	.pmpro_checkout_gateway-stripe form.pmpro_form #pmpro_payment_information_fields div#CVV,
	.pmpro_billing_gateway-stripe form.pmpro_form #pmpro_payment_information_fields div#AccountNumber,
	.pmpro_billing_gateway-stripe form.pmpro_form #pmpro_payment_information_fields div#Expiry,
	.pmpro_billing_gateway-stripe form.pmpro_form #pmpro_payment_information_fields div#CVV {
		background-color: var(--pmpro--color--white);
		border-radius: var(--pmpro--base--border-radius);
		padding: calc( var(--pmpro--base--spacing--small) + 3px );
	}

	[id^="pmpro_paypal"] .pmpro_btn-submit-checkout-paypal {
		align-items: center;
		background-color: #ffc439;
		border-color: #ffc439;
		color: #000;
		display: flex;
		flex-direction: row;
		gap: calc( var(--pmpro--base--spacing--small) / 2 );
		justify-content: center;
	}

	[id^="pmpro_paypal"] .pmpro_btn-submit-checkout-paypal:hover {
		background-color: #ffb60a;
		border-color: #ffb60a;
	}

	/* Login Form (WordPress default and our lost/reset password forms) */
	#loginform {
		margin-bottom: 0;
	}

	#loginform input[type="submit"] {
		width: 100%;
	}

	.pmpro_section:has(#loginform) .pmpro_card_content:not(.widget .pmpro_section:has(#loginform) .pmpro_card_content) {
		padding-top: var(--pmpro--base--spacing--large);
	}

	.pmpro_section #loginform .login-username,
	.pmpro_section #loginform .login-password,
	.pmpro_section #loginform .login-remember {
		display: flex;
		flex-direction: column;
		gap: calc( var(--pmpro--base--spacing--small) / 2 );
		margin: 0 0 var(--pmpro--base--spacing--medium);
		padding: 0;
	}

	.pmpro_section #loginform label:not(.pmpro_section #loginform .login-remember label) {
		align-items: center;
		display: flex;
		font-weight: 500;
		justify-content: space-between;
		margin: 0;
		padding: 0;
	}

	.pmpro_section #loginform .input {
		background-color: var(--pmpro--color--base);
		border: 1px solid var(--pmpro--color--border);
		border-radius: var(--pmpro--base--border-radius);
		box-shadow: none;
		box-sizing: border-box;
		color: var(--pmpro--color--contrast);
		font-size: 16px;
		line-height: 1.5;
		margin: 0;
		min-height: auto;
		outline: none;
		padding: var(--pmpro--base--spacing--small);
	}

	.pmpro_section #loginform .input:focus {
		background-color: var(--pmpro--color--base);
		border-color: #80BDFF;
		box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
		outline: none;
		word-break: initial;
	}

	.pmpro_section #loginform .login-remember {
		align-items: baseline;
		flex-direction: row;
		flex-wrap: wrap;
	}

	.pmpro_section #loginform .login-submit {
		margin: var(--pmpro--base--spacing--medium) 0 0;
	}

	.pmpro_section #loginform .login-submit .button {
		background-color: var(--pmpro--color--accent);
		border: 1px solid var(--pmpro--color--accent);
		border-radius: var(--pmpro--base--border-radius);
		box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.1);
		box-sizing: border-box;
		color: var(--pmpro--color--base);
		cursor: pointer;
		display: inline-block;
		font-size: 16px;
		font-weight: 700;
		letter-spacing: normal;
		line-height: 1.5;
		min-height: 40px;
		outline: 0;
		padding: var(--pmpro--base--spacing--small) var(--pmpro--base--spacing--medium);
		text-align: center;
		text-decoration: none;
		text-rendering: geometricprecision;
		text-transform: none;
		user-select: none;
		-webkit-user-select: none;
		touch-action: manipulation;
		vertical-align: middle;
		transition: background-color 0.2s, color 0.2s;
	}

	.pmpro_section #loginform .login-submit .button:hover,
	.pmpro_section #loginform .login-submit .button:focus {
		background-color: initial;
		background-position: 0 0;
		border-color: var(--pmpro--color--accent);
		color: var(--pmpro--color--accent);
	}

	.pmpro_section #loginform .login-submit .button:active {
		opacity: .7;
	}

	/* Move password toggle before field visually but structurally after */
	#pmpro_user_fields .pmpro_form_field-password:has(.pmpro_form_field-password-toggle),
	.pmpro_section #loginform .login-password {
		align-items: center;
		display: grid;
		grid-template-areas:
			"label toggle"
			"input input";
		grid-template-columns: 1fr auto;
	}

	#pmpro_user_fields .pmpro_form_field-password:has(.pmpro_form_field-password-toggle) label,
	.pmpro_section #loginform .login-password label {
		grid-area: label;
	}

	#pmpro_user_fields .pmpro_form_field-password:has(.pmpro_form_field-password-toggle) input,
	.pmpro_section #loginform .login-password input {
		grid-area: input;
	}

	#pmpro_user_fields .pmpro_form_field-password .pmpro_form_field-password-toggle,
	.pmpro_section #loginform .login-password .pmpro_form_field-password-toggle {
		grid-area: toggle;
		justify-self: end;
	}

	/**
	* List Styles
	*/
	.pmpro_list.pmpro_cols-3 {

		.pmpro_list_item {
			margin-bottom: 0;
		}

		li:not(.pmpro_list_item) {
			border-top: 1px solid var(--pmpro--color--border--variation);
			padding-top: var(--pmpro--base--spacing--medium);
			grid-column: span 3;
		}
	}

	.pmpro_list_item_label {
		font-weight: 700;
	}

	.pmpro_list-with-labels {

		.pmpro_list_item_label {
			display: block;
			font-weight: 400;
			opacity: 0.75;
		}

		.pmpro_list_item_value {
			font-weight: 700;
		}

	}

	/**
	* Tables and Table Elements
	*/
	.pmpro_table {
		background-color: var(--pmpro--color--base);
		border: none;
		text-align: left;

		thead th {
			background-color: var(--pmpro--color--base);
			border: none;
			padding: var(--pmpro--base--spacing--small);
			vertical-align: text-bottom;
		}

		tbody th,
		tbody td,
		tfoot td  {
			background-color: var(--pmpro--color--base);
			border-color: var(--pmpro--color--border--variation);
			border-width: 1px 0 0 0;
			border-style: solid;
			font-weight: normal;
			padding: var(--pmpro--base--spacing--small);
			vertical-align: middle;
		}

	}

	/**
	* Membership Account
	*/
	#pmpro_account-membership-none {

		.pmpro_card_content {
			padding-top: var(--pmpro--base--spacing--large);

			p {
				margin: 0;
			}

		}

	}

	#pmpro_account-links {

		.pmpro_card_content {
			padding-top: var(--pmpro--base--spacing--large);

			.pmpro_list {
				margin-bottom: 0;
			}

		}

	}

	/**
	 * Membership Levels
	 */
	.pmpro_levels_table {
		table-layout: fixed;
	}

	.pmpro_level td p:first-of-type {
		margin-top: 0;
	}

	.pmpro_level .pmpro_btn {
		display: block;
		text-decoration: none;
	}

	/**
	* Membership Billing
	*/
	[id^="pmpro_billing-"] .pmpro_card .pmpro_card {
		background-color: transparent;
		border: none;
		border-radius: unset;
		box-shadow: none;
		margin: 0;

		.pmpro_card_content {
			padding: 0;
		}
	}

	/**
	* Membership Orders
	*/
	.pmpro_table_orders .pmpro_tag {
		display: block;
	}

	#pmpro_order_single {

		.pmpro_card_actions {
			text-align: right;
		}

		h2 {
			align-items: center;
			display: flex;
			flex-wrap: wrap;
			gap: var(--pmpro--base--spacing--small);
			justify-content: space-between;
		}

		.pmpro_list-with-labels {

			.pmpro_list_item_label {
				font-weight: 700;
				opacity: 1;
			}

		}

		.pmpro_table {

			thead th {
				white-space: nowrap;
			}

			thead th:not(th:first-of-type),
			tbody td,
			tfoot td {
				text-align: right;
			}

			tfoot tr:last-of-type td {
				font-weight: 700;
			}

		}

	}

	.pmpro_price_part-total {
		border-top: 1px solid var(--pmpro--color--border--variation);
		margin-top: var(--pmpro--base--spacing--small);
		padding-top: var(--pmpro--base--spacing--small);
	}

	/**
	* Logged In Member Widget
	*/
	.pmpro_logged_in_welcome_wrap .menu {
		display: flex;
		flex-direction: column;
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.pmpro_logged_in_welcome_wrap .menu-item {
		display: block;
		margin: 0 0 calc( var(--pmpro--base--spacing--small) / 2 );
	}

	/**
	* Protected Content Messages
	*/
	.pmpro_content_message .pmpro_card_title {
		align-items: center;
		display: flex;
		gap: var(--pmpro--base--spacing--small);
	}

	.pmpro_content_message:has(.pmpro_card_title) .pmpro_card_content {
		padding-top: 0;
	}

	.pmpro_content_message .pmpro_card_content h2 {
		margin: 0;
		padding: 0;
	}

	.pmpro_content_message .pmpro_card_content p {
		margin: var(--pmpro--base--spacing--medium) 0;
		padding: 0;
	}

	.pmpro_content_message .pmpro_card_content p:last-of-type {
		margin-bottom: 0;
	}

	.pmpro_content_message .pmpro_card_content .pmpro_btn {
		text-decoration: none;
	}

	.pmpro_content_message .pmpro_card_actions {
		padding-right: var(--pmpro--base--spacing--large);
		padding-left: var(--pmpro--base--spacing--large);
	}

	/**
	 * Misc
	 */
	.avatar {
		border: 1px solid var(--pmpro--color--border--variation);
		border-radius: 50%;
		box-shadow: var(--pmpro--box-shadow);
		margin: 0;
		padding: 0;
	}

	.pmpro_cols-2,
	.pmpro_cols-3 {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		gap: var(--pmpro--base--spacing--medium);
	}

	.pmpro_cols-2 > * {
		width: calc( 50% - calc( var(--pmpro--base--spacing--medium) / 2 ) );
	}

	.pmpro_cols-3 > * {
		width: calc( 33.333333% - calc( var(--pmpro--base--spacing--medium) * 2 / 3 ) );
	}

	.pmpro_font-x-large {
		font-size: 32px;
	}

	.pmpro_font-large {
		font-size: 24px;
	}

	.pmpro_font-medium {
		font-size: 16px;
	}

	.pmpro_font-small {
		font-size: 14px;
	}

	.pmpro_tag-discount-code {
		border-style: dashed;
	}

	.pmpro_divider {
		background-color: var(--pmpro--color--border--variation);
		height: 1px;
		margin: var(--pmpro--base--spacing--medium) 0;
	}

	.pmpro_form .pmpro_divider {
		margin-top: var(--pmpro--base--spacing--large);
	}

}

/**
 * RTL Styles
 */
.rtl {

	.pmpro_form_field-password-toggle {
		padding: 0 0 0 var(--pmpro--base--spacing--small);
	}

}

/**
 * Print Styles
 */
@media print {
	.pmpro {
		font-size: 12pt;

		.pmpro_section {
			margin: var(--pmpro--base--spacing--medium) 0;
		}

		.pmpro_card_title {
			padding: var(--pmpro--base--spacing--small) var(--pmpro--base--spacing--small) 0;
		}

		.pmpro_card_content {
			padding: var(--pmpro--base--spacing--small) var(--pmpro--base--spacing--small) var(--pmpro--base--spacing--small);
		}

		.pmpro_section:has(.pmpro_form) .pmpro_card_content {
			padding-top: var(--pmpro--base--spacing--small);
		}

		.pmpro_font-x-large {
			font-size: 18pt;
		}

		.pmpro_font-large {
			font-size: 14pt;
		}

		.pmpro_font-medium {
			font-size: 14pt;
		}

	}
}

/**
 * Print Styles
 */
@media print {
	.pmpro {
		.pmpro_card {
			background-color: transparent;
			border: none;
			box-shadow: none;
		}
		.pmpro_card_title,
		.pmpro_card_content,
		.pmpro_section:has(.pmpro_form) .pmpro_card_title + .pmpro_card_content {
			padding: 0;
		}
		.pmpro_form_legend {
			margin-bottom: 0;
		}
	}
}

/**
 * Responsive Styles
 */
@media screen and (max-width: 767px) {
	.pmpro {

		#pmpro_order_single {

			.pmpro_table {

				thead th:not(th:first-of-type),
				tbody td,
				tfoot td {
					text-align: left;
				}

				tbody tr:first-child th {
					display: block;
				}

				tbody tr:first-child th:before {
					display: none;
				}

				tfoot td:first-of-type {
					display: none;
				}
			}

		}

		.pmpro_table_cancel {
			border-bottom: 1px solid var(--pmpro--color--border--variation);
		}

		.pmpro_table_cancel tbody tr td {
			border-width: 0;
			padding-top: 0;
		}

		.pmpro_cols-2,
		.pmpro_cols-3 {
			display: flex;
			flex-direction: column;
			gap: var(--pmpro--base--spacing--medium);
		}

		.pmpro_cols-2 > *,
		.pmpro_cols-3 > * {
			width: auto;
		}

		#pmpro_user_fields .pmpro_form_field-password:has(.pmpro_form_field-password-toggle) {
			width: 100%;
		}

	}

}.wpml-ls-legacy-dropdown{width:15.5em;max-width:100%}.wpml-ls-legacy-dropdown>ul{position:relative;padding:0;margin:0!important;list-style-type:none}.wpml-ls-legacy-dropdown .wpml-ls-current-language:focus .wpml-ls-sub-menu,.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover .wpml-ls-sub-menu{visibility:visible}.wpml-ls-legacy-dropdown .wpml-ls-item{padding:0;margin:0;list-style-type:none}.wpml-ls-legacy-dropdown a{display:block;text-decoration:none;color:#444;border:1px solid #cdcdcd;background-color:#fff;padding:5px 10px;line-height:1}.wpml-ls-legacy-dropdown a span{vertical-align:middle}.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle{position:relative;padding-right:calc(10px + 1.4em)}.rtl .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle{padding-right:10px;padding-left:calc(10px + 1.4em)}.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after{content:"";vertical-align:middle;display:inline-block;border:.35em solid transparent;border-top:.5em solid;position:absolute;right:10px;top:calc(50% - .175em)}.rtl .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after{right:auto;left:10px}.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a,.wpml-ls-legacy-dropdown a:focus,.wpml-ls-legacy-dropdown a:hover{color:#000;background:#eee}.wpml-ls-legacy-dropdown .wpml-ls-sub-menu{visibility:hidden;position:absolute;top:100%;right:0;left:0;border-top:1px solid #cdcdcd;padding:0;margin:0;list-style-type:none;z-index:101}.wpml-ls-legacy-dropdown .wpml-ls-sub-menu a{border-width:0 1px 1px}.wpml-ls-legacy-dropdown .wpml-ls-flag{display:inline;vertical-align:middle}.wpml-ls-legacy-dropdown .wpml-ls-flag+span{margin-left:.4em}.rtl .wpml-ls-legacy-dropdown .wpml-ls-flag+span{margin-left:0;margin-right:.4em}.wpml-ls-legacy-list-horizontal{border:1px solid transparent;padding:7px;clear:both}.wpml-ls-legacy-list-horizontal>ul{padding:0;margin:0 !important;list-style-type:none}.wpml-ls-legacy-list-horizontal .wpml-ls-item{padding:0;margin:0;list-style-type:none;display:inline-block}.wpml-ls-legacy-list-horizontal a{display:block;text-decoration:none;padding:5px 10px 6px;line-height:1}.wpml-ls-legacy-list-horizontal a span{vertical-align:middle}.wpml-ls-legacy-list-horizontal a span.wpml-ls-bracket{vertical-align:unset}.wpml-ls-legacy-list-horizontal .wpml-ls-flag{display:inline;vertical-align:middle}.wpml-ls-legacy-list-horizontal .wpml-ls-flag+span{margin-left:.4em}.rtl .wpml-ls-legacy-list-horizontal .wpml-ls-flag+span{margin-left:0;margin-right:.4em}.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer{margin-bottom:30px}.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer>ul{text-align:center}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
.fade {
  opacity: 0;
  transition: opacity .15s linear;
}
.fade.show {
  opacity: 1;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right;margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}
@font-face {
  font-family: 'as-icons';
  src: url(./wp-content/plugins/buddypress-activity-share-pro/public/css/../icons/as-icons.eot?60396284);
  src: url(./wp-content/plugins/buddypress-activity-share-pro/public/css/../icons/as-icons.eot?60396284#iefix) format('embedded-opentype'),
       url(./wp-content/plugins/buddypress-activity-share-pro/public/css/../icons/as-icons.woff2?60396284) format('woff2'),
       url(./wp-content/plugins/buddypress-activity-share-pro/public/css/../icons/as-icons.woff?60396284) format('woff'),
       url(./wp-content/plugins/buddypress-activity-share-pro/public/css/../icons/as-icons.ttf?60396284) format('truetype'),
       url(./wp-content/plugins/buddypress-activity-share-pro/public/css/../icons/as-icons.svg?60396284#as-icons) format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'as-icons';
    src: url(./wp-content/plugins/buddypress-activity-share-pro/public/css/../font/as-icons.svg?60396284#as-icons) format('svg');
  }
}
*/
[class^="as-icon-"]:before, [class*=" as-icon-"]:before {
  font-family: "as-icons";
  font-style: normal;
  font-weight: normal;
  speak: never;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.as-icon-bookmark:before { content: '\e800'; } /* '顮�' */
.as-icon-share-all:before { content: '\e801'; } /* '顮�' */
.as-icon-share-alt-square:before { content: '\e802'; } /* '顮�' */
.as-icon-share-alt:before { content: '\e803'; } /* '顮�' */
.as-icon-share-square-light:before { content: '\e804'; } /* '顮�' */
.as-icon-share:before { content: '\e805'; } /* '顮�' */
.as-icon-times-circle:before { content: '\e806'; } /* '顮�' */
.as-icon-times:before { content: '\e807'; } /* '顮�' */
.as-icon-repeat:before { content: '\e808'; } /* '顮�' */
.as-icon-retweet-alt:before { content: '\e809'; } /* '顮�' */
.as-icon-retweet:before { content: '\e80a'; } /* '顮�' */
.as-icon-folder:before { content: '\e80b'; } /* '顮�' */
.as-icon-calendar:before { content: '\e80c'; } /* '顮�' */
.as-icon-share-square:before { content: '\e80d'; } /* '顮�' */
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Global
# Activity Share Popup
# Activity Reshare
# Themes Specific
    # BuddyBoss
    # Kleo
    # OneCommunity
    # Rehub
    # BuddyX
    # Gwangi
# BB Platform
# RTL Fixes
# Icons Styles
    # Circle/Rec Style
    # Black/White Style
    # Baricon Style
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Global
--------------------------------------------------------------*/

*,
*::before,
*::after {
    box-sizing: border-box;
}

.activity ul li .activity-meta .service-buttons a.bp-share,
.activity ul li .groups-meta .service-buttons a.bp-share,
#buddypress .activity-list .activity-share-dropdown-menu-container a .dashicons {
    text-align: center;
}

.activity ul li .activity-meta .service-buttons a.bp-share .dashicons-twitter,
.activity ul li .groups-meta .service-buttons a.bp-share .dashicons-twitter {
    min-width: auto;
}

.activity ul li .activity-meta a.bp-share .dashicons-twitter:before,
.activity ul li .groups-meta a.bp-share .dashicons-twitter:before {
    content: "";
    background-image: url(./wp-content/plugins/buddypress-activity-share-pro/public/css/../images/twitter-x-line.svg);
    background-size: 17px;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 20px;
    height: 20px;
}

.activity ul li .activity-meta .service-buttons a.bp-share .fa-stack,
.activity ul li .groups-meta .service-buttons a.bp-share .fa-stack {
    width: auto;
    height: auto;
    line-height: 1;
}

.activity ul li .activity-meta .service-buttons a.bp-share:hover,
.activity ul li .groups-meta .service-buttons a.bp-share:hover {
    background: none !important;
}

a.bp-share .fa {
    font-family: 'FontAwesome';
}

a.bp-share.has-popup {
    border-bottom: none;
}

.service-buttons a {
    padding: 4px 8px;
}

.service-buttons {
    padding: 10px;
}

.activity-content .service-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.service-buttons span.tooltiptext {
    width: 100px;
    position: relative;
    font-size: 13px;
    font-weight: 500;
    background: #444;
    border-radius: 4px;
    color: #fff;
    line-height: 1.3;
    padding: 7px 15px;
    white-space: nowrap;
    z-index: 10;
    pointer-events: none;
    -webkit-transition: all .18s ease-out .18s;
    transition: all .18s ease-out .18s;
}

.service-buttons span.tooltiptext:before {
    content: ' ';
    width: 12px;
    height: 12px;
    background: #444;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    margin: auto;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: -1;
    border-radius: 2px;
}

.bp-list li .generic-button.bp-share-btn,
.bp-share-btn {
    display: inline-block;
}

.bp-nouveau #buddypress .activity-list .activity-item .activity-meta .bp-share-button,
.bp-nouveau #buddypress .activity-list .activity-item .groups-meta .bp-share-button {
    background: none;
    margin: 0;
    border: 0;
    box-shadow: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

body:not(.logged-in).bp-nouveau #buddypress .activity-list .activity-item .activity-meta .bp-share-button,
body:not(.logged-in).bp-nouveau #buddypress .activity-list .activity-item .groups-meta .bp-share-button {
    color: inherit;
}

.bp-nouveau .activity-list .activity-item .activity-meta .bp-share-button::before,
.bp-nouveau .activity-list .activity-item .groups-meta .bp-share-button::before,
.bp-nouveau .activity-list .activity-item .bp-share-button::before {
    content: "\f237" !important;
    font-family: 'dashicons' !important;
    font-size: initial;
    margin-right: 3px;
}

.bp-nouveau #buddypress .activity-list .bp-activity-more-options-wrap .bp-share-button::before,
.bp-nouveau #buddypress .activity-list .bb-activity-more-options-wrap .bp-share-button::before {
    margin-right: 0;
}

.bp-nouveau #buddypress .activity-list .bb-activity-more-options-wrap .bb-activity-more-options .bp-share-button::before {
    content: "\f237";
    font-family: 'dashicons';
    font-size: initial;
}

.bp-nouveau .button.item-button.bp-secondary-action.bp-share-button {
    line-height: 0;
    font-size: 0;
    vertical-align: middle;
}

.tooltip-hide {
    display: none;
}

body.bp-share-popup-active .reign-menu-panel,
body.bp-share-popup-active #masthead {
    z-index: 1;
}

/*--------------------------------------------------------------
# Reign Theme
--------------------------------------------------------------*/
.theme-reign-theme .service-buttons {
    margin-top: 20px;
    padding-bottom: 0;
}

#drag_social_icon,
#drag_icon_ul {
    padding: 20px;
    border: 1px solid #e3e2ec;
    background: #fff;
    box-shadow: 0 10px 20px #f5f5f6;
    width: 48%;
    border-radius: 10px;
    margin: 0 1%;
}

/*--------------------------------------------------------------
# Activity Share Popup
--------------------------------------------------------------*/

.bp-activity-more-options-wrap .bp-share-service-popup-overlay,
.bb-activity-more-options-wrap .bp-share-service-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99;
    display: none;
}

.bp-activity-more-options-wrap .bp-share-service-popup,
.bb-activity-more-options-wrap .bp-share-service-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 100;
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
    max-width: 550px;
    background-color: #fff;
    margin: auto;
    padding: 30px 15px;
    box-shadow: 0px 10px 15px rgb(0 0 0 / 10%), 0px 4px 6px rgb(0 0 0 / 5%);
    border-top: 3px solid #DC2626;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    border-radius: 4px !important;
}

#buddypress .activity-list .bp-activity-more-options-wrap.bp-activity-share-popup-open:not(.selected),
#buddypress .activity-list .bb-activity-more-options-wrap.bp-activity-share-popup-open:not(.selected) {
    opacity: 0;
}


/*--------------------------------------------------------------
# Activity Reshare
--------------------------------------------------------------*/

.modal-header {
    background: #fff;
    color: inherit;
}

.bp-activity-share-btn {
    display: inline-block;
}

a.bp-activity-share-button {
    cursor: pointer;
}

.bp-activity-reshare-icon {
    display: inline-block;
    /* margin-right: 2px; */
}

.bp-activity-reshare-count {
    margin-left: 2px;
}

.activity-share-modal.modal .modal-content,
.activity-share-modal .modal-header,
.activity-share-modal .modal-body {
    padding: 0;
}

.activity-share-modal.modal .modal-content {
    width: 100%;
    border: 0;
    border-radius: 12px;
}

.activity-share-modal .modal-body {
    background-color: #fdfdfd;
    border-radius: 0;
    border: none;
    padding-bottom: 28px;
}

.activity-share-modal .bp-activity-share-avatar {
    font-weight: bold;
    text-transform: capitalize;
    padding-left: 55px;
    line-height: 1.4;
    display: block;
    position: relative;
}

.activity-share-modal .bp-activity-share-avatar>a {
    position: absolute;
    left: 0;
    top: -3px;
}

.activity-share-modal .bp-activity-share-avatar img.avatar {
    width: 44px;
    height: 44px;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    margin-right: 5px;
    border-radius: 50%;
}

.activity-share-modal .bp-activity-share-avatar small.user-status-text {
    display: block;
    font-weight: normal;
    color: #767676;
}

@media (min-width: 576px) {
    .activity-share-modal .modal-dialog {
        max-width: 584px;
    }
}

@media (max-width: 576px) {
    .activity-share-modal .modal-dialog {
        margin-left: 20px;
        margin-right: 20px;
    }
}

.activity-share-modal .form {
    width: 100%;
    padding-bottom: 28px;
}

.activity-share-modal .form-select {
    position: relative;
}

.activity-share-modal .form-select select {
    height: 45px;
    border-radius: 12px;
}

.activity-share-modal .bpsp-pinned-post-tag {
    display: none;
}

.activity-share-modal .bp-activity-share-filter .form-item {
    margin: 0;
}

.activity-share-modal label[for=post-in],
.activity-share-modal .bp-activity-share-filter label {
    padding: 0 5px;
    background-color: #fff;
    color: #767676;
    font-size: 0.75rem;
    position: absolute;
    top: -5px;
    left: 12px;
    z-index: 1000000;
    line-height: 1;
    pointer-events: none;
}

.activity-share-modal .form-textarea textarea {
    width: 100%;
    background-color: #fdfdfd;
    border: 0;
    border-radius: 0;
    font-size: 0.875rem;
    padding: 26px 28px 0;
    overflow: hidden;
    min-height: 120px;
    resize: none;
}

.activity-share-modal .form-textarea textarea:focus {
    outline: none;
    border-color: transparent !important;
}

.activity-share-modal .quick-post-header-filters-wrap {
    width: 100%;
    min-height: 80px;
    padding: 0 28px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}

@media screen and (max-width: 680px) {
    .activity-share-modal .quick-post-header-filters-wrap {
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        padding: 28px 0;
    }

    .activity-share-modal .bp-activity-share-filter {
        margin-top: 28px;
        padding: 0 16px;
    }
}

.quick-post-header-filters-wrap .select2-container--default .select2-selection--single {
    width: 100%;
    height: 100%;
    padding: 0 40px 0 20px;
    font-size: 0.875rem;
    cursor: pointer;
}

#activity-share-modal button.activity-share-modal-close {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    border-radius: 10px;
    background-color: #333;
    cursor: pointer;
    position: absolute;
    top: -20px;
    right: -20px;
    opacity: 1;
    border: 0;
    outline: none;
    z-index: 2;
    -webkit-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
}

@media screen and (max-width: 767px) {
    #activity-share-modal button.activity-share-modal-close {
        right: -15px;
    }
}

#activity-share-modal button.activity-share-modal-close:hover {
    background-color: #800;
}

#activity-share-modal button.activity-share-modal-close .as-icon {
    font-size: 22px;
    color: #fff;
}

.activity-share-modal #bp-activity-share-widget-box-status-header {
    width: -webkit-calc(100% - 56px);
    width: calc(100% - 56px);
    background-color: #fff;
    margin: 0 28px;
    padding: 22px;
    box-shadow: 0 0 40px 0 rgba(94, 92, 154, .06);
    border: 0;
    border-radius: 12px;
}

.activity-share-modal .activity-list .activity-item .activity-header {
    padding-right: 0;
    height: auto;
    min-height: 50px;
    margin-bottom: 1rem;
}

.activity-share-modal .activity-list .activity-item>div.item-avatar img {
    width: 40px !important;
    height: auto;
}

.bp-activity-share-post-footer-actions {
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    min-height: 43px;
}

.bp-activity-share-post-footer-actions .button {
    margin: 0;
    width: 80px;
    margin-right: 6px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    border-radius: 10px;
    background-color: #333;
    color: #fff;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    -webkit-transition: background-color .2s ease-in-out, color .2s ease-in-out, border-color .2s ease-in-out, box-shadow .2s ease-in-out;
    transition: background-color .2s ease-in-out, color .2s ease-in-out, border-color .2s ease-in-out, box-shadow .2s ease-in-out;
    box-shadow: 0 0 40px 0 rgba(94, 92, 154, .06);
    height: 40px;
    font-size: 0.75rem;
    line-height: 40px;
}

.bp-activity-share-post-footer-actions .button:hover {
    background-color: #111;
}

.bp-activity-share-post-footer-actions .button.void {
    background-color: transparent;
    color: #767676;
    box-shadow: none;
}

.bp-activity-share-post-footer-actions .button.void:hover {
    color: #fff;
    background-color: #800;
}

.bp-nouveau #bp-activity-share-widget-box-status-header.activity-list.bp-list .activity-item,
#bp-activity-share-widget-box-status-header.activity-list .activity-reshare-item-container .activity-item {
    margin: 0;
    padding: 0;
    border: 0;
    box-shadow: none;
}

#bp-activity-share-widget-box-status-header.activity-list .activity-item .activity-content .activity-inner {
    background: transparent;
    margin: 0;
    padding: 0;
    overflow: visible;
}

#bp-activity-share-widget-box-status-header .activity-reshare-item-container:not(.post-reshare-item-container) {
    margin-top: 1.5rem;
    margin-bottom: 0;
    background-color: #fff;
    box-shadow: 0 0 40px 0 rgba(94, 92, 154, .06);
    border-radius: 12px;
    padding: 22px;
}

#bp-activity-share-widget-box-status-header.activity-list .activity-item .activity-reshare-item-container .activity-header {
    min-height: 50px;
    height: auto;
}

#bp-activity-share-widget-box-status-header.activity-list .activity-item .activity-reshare-item-container .activity-header img {
    border-radius: 50% !important;
}

.bp-nouveau #bp-activity-share-widget-box-status-header.activity-list .activity-reshare-item-container .activity-item .activity-content p .activity-time-since,
.bp-nouveau .activity-list .activity-reshare-item-container .activity-item .activity-content p .activity-time-since,
#bp-activity-share-widget-box-status-header.activity-list .activity-reshare-item-container .activity-item .activity-header .time-since,
.activity-list .activity-reshare-item-container .activity-item .activity-header .time-since,
body.activity-permalink.bp-nouveau .activity-list .activity-reshare-item-container .activity-content .activity-header .time-since {
    line-height: 2;
    font-size: 90%;
    color: #767676;
    display: block;
}

body.modal-open.modal-open .select2.select2-container .select2-selection .select2-selection__rendered {
    padding: 0.4rem 0.8rem;
    line-height: 28px;
    height: 40px;
}

body.modal-open.modal-open .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
}

body.modal-open.modal-open .select2-dropdown {
    margin: 0;
    z-index: 100000;
    border: 1px solid #aaa;
}

body.modal-open.modal-open .select2-container--open .select2-dropdown--below {
    border-top: none;
}

body.modal-open.modal-open .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,
body.modal-open.modal-open .select2-container--default .select2-results__option--highlighted[aria-selected] {
    color: #fff;
}

body.modal-open.modal-open .bp-activity-share-filter .select2-container--default .select2-selection--single {
    width: 200px;
    padding: 0;
}

.activity-share-modal .entry-thumbnail,
.post-reshare-item-container .entry-thumbnail {
    position: relative;
    overflow: hidden;
    padding-top: 52.56%;
    display: block;
    background: #809ab4;
}

.activity-share-modal .entry-thumbnail img,
.post-reshare-item-container .entry-thumbnail img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 0;
    min-height: 100%;
    width: auto;
    min-width: 100%;
    object-fit: cover;
}

.activity-reshare-item-container.post-reshare-item-container {
    margin: 1.5rem auto;
}

.activity-share-modal .post-preview,
.post-reshare-item-container .post-preview {
    border-radius: 12px !important;
    background-color: #fff;
    box-shadow: 0 0 40px 0 rgba(94, 92, 154, .06);
    overflow: hidden;
    padding-bottom: 28px;
}

.activity-share-modal .post-preview .post-preview-info,
.post-reshare-item-container .post-preview .post-preview-info {
    width: 91.6666666667% !important;
    padding: 28px;
    border-radius: 12px !important;
    background-color: #fff;
    box-shadow: 0 0 40px 0 rgba(94, 92, 154, .06);
    position: relative;
    z-index: 2;
}

.activity-share-modal .post-preview .post-preview-info.fixed-height,
.post-reshare-item-container .post-preview .post-preview-info.fixed-height {
    margin: auto;
    padding: 28px 28px 22px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.activity-share-modal .post-preview .entry-thumbnail+.post-preview-info,
.post-reshare-item-container .post-preview .entry-thumbnail+.post-preview-info {
    margin: -48px auto 0;
}

.activity-share-modal .post-preview .post-preview-info.fixed-height,
.post-reshare-item-container .post-preview .post-preview-info.fixed-height {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
}

.activity-share-modal .post-preview .post-preview-info .post-preview-timestamp,
.post-reshare-item-container .post-preview .post-preview-info .post-preview-timestamp {
    margin: 0;
    padding: 0;
    color: #767676;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.activity-share-modal .post-preview .post-preview-info .post-preview-timestamp span.link.cat-links,
.post-reshare-item-container .post-preview .post-preview-info .post-preview-timestamp span.link.cat-links {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-right: 10px;
}

.activity-share-modal .post-preview .post-preview-info .post-preview-timestamp span.link.date-links,
.post-reshare-item-container .post-preview .post-preview-info .post-preview-timestamp span.link.date-links {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.activity-share-modal .post-preview .post-preview-info .post-preview-timestamp span.link.cat-links i,
.post-reshare-item-container .post-preview .post-preview-info .post-preview-timestamp span.link.cat-links i,
.activity-share-modal .post-preview .post-preview-info .post-preview-timestamp span.link.date-links i,
.post-reshare-item-container .post-preview .post-preview-info .post-preview-timestamp span.link.date-links i {
    margin-right: 4px;
}

.post-reshare-item-container .post-preview .post-preview-info .post-preview-timestamp span.link a {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
}

.post-reshare-item-container .post-preview .post-preview-info .post-preview-timestamp span.link.date-links a {
    color: #767676 !important;
}

.activity-share-modal .post-preview-info-top.entry-header,
.post-reshare-item-container .post-preview-info-top.entry-header {
    margin-bottom: 1rem;
}

.activity-share-modal .post-preview .post-preview-info .post-preview-title,
.post-reshare-item-container .post-preview .post-preview-info .post-preview-title {
    margin: 0 !important;
    padding: 0;
    margin-top: 10px !important;
    font-size: 1.25rem !important;
    font-weight: 700;
    line-height: 1.2em;
    word-wrap: break-word;
}

.activity-share-modal .post-preview .post-preview-info .post-preview-title a,
.post-reshare-item-container .post-preview .post-preview-info .post-preview-title a {
    font-size: inherit !important;
}

.activity-share-modal .post-preview .post-preview-info.fixed-height .post-preview-info-bottom,
.post-reshare-item-container .post-preview .post-preview-info.fixed-height .post-preview-info-bottom {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 0.875rem;
    line-height: 1.7142857143em;
    font-weight: 500;
}

.buddypress-wrap .activity-share-modal .post-preview .post-preview-info.fixed-height .post-preview-info-bottom p,
.buddypress-wrap .post-reshare-item-container .post-preview .post-preview-info.fixed-height .post-preview-info-bottom p {
    margin-bottom: 0 !important;
}

.activity-share-modal .post-preview .post-preview-info.fixed-height .post-preview-info-bottom p,
.post-reshare-item-container .post-preview .post-preview-info.fixed-height .post-preview-info-bottom p {
    margin: 0;
    padding: 0;
}

.activity-share-modal .post-preview .post-preview-info.fixed-height .post-preview-info-bottom p,
.post-reshare-item-container .post-preview .post-preview-info.fixed-height .post-preview-info-bottom p {
    margin-bottom: 0;
    font-size: 0.875rem;
    line-height: 1.7142857143em;
    font-weight: 500;
}

.activity-share-modal .post-preview .post-preview-info.fixed-height .post-preview-text,
.post-reshare-item-container .post-preview .post-preview-info.fixed-height .post-preview-text {
    margin: 0;
}

.activity-share-modal .post-preview .post-preview-info .post-preview-link,
.post-reshare-item-container .post-preview .post-preview-info .post-preview-link {
    margin-top: auto;
    padding-top: 20px;
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}

.bp-activity-post-share-btn {
    display: block;
    margin: 1rem 0;
    padding: 0;
    text-align: center;
}

.bp-activity-post-share-btn .bp-activity-share-button {
    width: 160px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 100px;
    height: 40px;
    box-shadow: 0 0 40px 0 rgba(94, 92, 154, .06);
    -webkit-transition: all .5s;
    transition: all .5s;
}

.bp-activity-post-share-btn .bp-activity-share-button:hover {
    box-shadow: 0 0 20px 0 rgba(117, 117, 117, .18);
}

.bp-activity-post-share-btn .reshare-count {
    position: relative;
    font-size: 90%;
    font-weight: normal;
    display: inline;
    margin-left: 10px;
    padding: 0;
    line-height: normal;
}

.animate-slide-down {
    opacity: 0;
    -webkit-transform: translate(0, -20px);
    -ms-transform: translate(0, -20px);
    transform: translate(0, -20px);
    -webkit-animation: slideDown .4s ease-in-out forwards;
    animation: slideDown .4s ease-in-out forwards;
    -webkit-transition: -webkit-transform .4s ease-in-out, opacity .4s ease-in-out;
    transition: transform .4s ease-in-out, opacity .4s ease-in-out;
}

@-webkit-keyframes slideDown {
    0% {
        opacity: 0;
        -webkit-transform: translate(0, -20px);
        transform: translate(0, -20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes slideDown {
    0% {
        opacity: 0;
        -webkit-transform: translate(0, -20px);
        transform: translate(0, -20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}


/*--------------------------------------------------------------
## BuddyBoss
--------------------------------------------------------------*/

.bp-nouveau.buddyboss-theme .activity-list .activity-item .bp-share-button::before {
    content: '\e927';
    font-family: bb-icons;
    font-size: initial;
}

.bp-nouveau.buddyboss-theme .bp-activity-reshare-icon i {
    font-size: 15px;
}


/*--------------------------------------------------------------
## Kleo
--------------------------------------------------------------*/

body.kleo #buddypress .activity-meta a.button.bp-share-button {
    line-height: initial;
}

.kleo-page #buddypress .activity-meta a.button.bp-share-button,
.kleo-page #buddypress .activity-meta a.button.bp-activity-share-button {
    display: inline;
}


/*--------------------------------------------------------------
## OneCommunity
--------------------------------------------------------------*/

body.bp-nouveau #buddypress.onecommunity .activity-list .activity-item .activity-meta .bp-share-button {
    display: block;
    padding: 0 8px;
}

body.bp-nouveau #buddypress.onecommunity .activity-list .activity-item .activity-meta .bp-share-button::before {
    top: 4px;
    position: relative;
}

body.onecommunity.bp-nouveau .activity-list .activity-item .activity-meta .bp-share-button::before {
    content: none;
}


/*--------------------------------------------------------------
## Rehub
--------------------------------------------------------------*/

body.rehub-theme #buddypress div.activity-meta a.bp-share-button:hover span {
    background: none;
}


/*--------------------------------------------------------------
## BuddyX
--------------------------------------------------------------*/

#bp-activity-share-widget-box-status-header .activity-card-head {
    margin: -22px;
    margin-bottom: 22px;
}

#bp-activity-share-widget-box-status-header .activity-item-head {
    padding: 0;
    margin-bottom: 1rem;
}

/*--------------------------------------------------------------
## Gwangi
--------------------------------------------------------------*/

.grimlock #buddypress:not(.youzer) #activity-stream .activity-reshare-item-container .activity-avatar,
.grimlock .activity-share-modal .activity-avatar {
    float: none;
    margin: 0 0.75rem 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 35px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35px;
    flex: 0 0 35px;
    height: 35px;
    position: relative;
}

.grimlock #buddypress:not(.youzer) .generic-button.bp-share-btn span,
.grimlock #buddypress:not(.youzer) .generic-button a.bp-activity-share-button>span,
.grimlock #buddypress:not(.youzer) a.bp-activity-share-button>span {
    font-size: inherit
}

.grimlock #activity-stream .bp-activity-reshare-icon i {
    font-size: inherit;
}

@media (min-width: 768px) {

    .grimlock #buddypress:not(.youzer) #activity-stream .activity-reshare-item-container .activity-avatar,
    .grimlock .activity-share-modal .activity-avatar {
        max-width: 60px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
        flex: 0 0 60px;
        width: 60px !important;
        height: 60px !important;
    }
}


/*--------------------------------------------------------------
# BB Platform
--------------------------------------------------------------*/

.activity-share-modal .modal-body {
    margin-top: 0;
}

.activity-list .activity-item .activity-content .bp-generic-meta.action .bp-activity-share-button {
    line-height: 1.6 !important;
}

.activity-list .activity-item .activity-content .bp-generic-meta.action .bp-activity-share-button::before {
    background: none;
    width: auto;
    height: auto;
    opacity: 1;
    position: static;
    font-size: 14px;
    margin-right: 3px !important;
}

.activity-list .activity-item .activity-content .bp-generic-meta.action .bp-activity-share-button::after {
    display: none;
}

.activity-list .activity-item .activity-content .bp-generic-meta.action .bp-activity-share-button .bp-screen-reader-text {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
}

.activity-list .activity-item .activity-content .bp-generic-meta.action .bp-activity-share-button .reshare-count {
    margin-left: 5px;
}

.activity-share-modal .activity-list .bb-activity-more-options-wrap,
.activity-share-modal .activity-list .bb-media-privacy-wrap {
    display: none;
}


/*--------------------------------------------------------------
# RTL Fixes
--------------------------------------------------------------*/

[dir='rtl'] .bp-activity-reshare-icon {
    margin-right: 0;
    margin-left: 2px;
}

[dir='rtl'] .bp-activity-reshare-count {
    margin-left: 0;
    margin-right: 2px;
}

[dir='rtl'] .activity-share-modal .bp-activity-share-avatar {
    padding-left: 0;
    padding-right: 55px;
}

[dir='rtl'] .activity-share-modal .bp-activity-share-avatar>a {
    left: auto;
    right: 0;
}

[dir='rtl'] .bp-activity-post-share-btn .reshare-count {
    margin-left: 0;
    margin-right: 10px;
}

[dir='rtl'] .activity-share-modal .post-preview .post-preview-info .post-preview-timestamp span.link.cat-links i,
[dir='rtl'] .post-reshare-item-container .post-preview .post-preview-info .post-preview-timestamp span.link.cat-links i,
[dir='rtl'] .activity-share-modal .post-preview .post-preview-info .post-preview-timestamp span.link.date-links i,
[dir='rtl'] .post-reshare-item-container .post-preview .post-preview-info .post-preview-timestamp span.link.date-links i {
    margin-right: 0;
    margin-left: 4px;
}

/*--------------------------------------------------------------
# Icons Styles
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Circle/Rec Style
--------------------------------------------------------------*/
.service-buttons .bp-cpoy-wrapper {
    position: relative;
}

.service-buttons .bp-cpoy-wrapper span.tooltiptext {
    position: absolute;
    top: -30px;
    left: -18px;
    right: 0;
}

#buddypress .activity-list .activity-share-dropdown-menu-container.circle a .dashicons,
#buddypress .activity-list .activity-share-dropdown-menu-container.rec a .dashicons {
    width: 25px;
    height: 25px;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none !important;
    -webkit-transition: all .3s;
    transition: all .3s;
    border: 0;
    border-radius: 100px !important;
}

#buddypress .activity-list .activity-share-dropdown-menu-container.circle a .dashicons-twitter:before,
#buddypress .activity-list .activity-share-dropdown-menu-container.rec a .dashicons-twitter:before {
    background-size: 12px;
    -webkit-filter: invert(1);
    filter: invert(1);
}

#buddypress .activity-list .activity-share-dropdown-menu-container.rec a .dashicons {
    border-radius: 0 !important;
}

/*--------------------------------------------------------------
## Black/White Style
--------------------------------------------------------------*/
#buddypress .activity-list .activity-share-dropdown-menu-container.blackwhite a .dashicons {
    width: 25px;
    height: 25px;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none !important;
    -webkit-transition: all .3s;
    transition: all .3s;
    border-radius: 100px !important;

    background: transparent !important;
    color: #000 !important;
    border: 1px solid #000 !important;
}

#buddypress .activity-list .activity-share-dropdown-menu-container.blackwhite a .dashicons-twitter:before {
    background-size: 12px;
}

#buddypress .activity-list .activity-share-dropdown-menu-container.blackwhite a:hover .dashicons-twitter:before {
    background-size: 12px;
    -webkit-filter: invert(1);
    filter: invert(1);
}

/*--------------------------------------------------------------
## Baricon Style
--------------------------------------------------------------*/
#buddypress .activity-list .activity-share-dropdown-menu-container.baricon a .dashicons {
    width: 25px;
    height: 25px;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none !important;
    -webkit-transition: all .3s;
    transition: all .3s;
    border-radius: 0 !important;
    border-top: 3px solid currentColor;
}

#buddypress .activity-list .activity-share-dropdown-menu-container.baricon a .dashicons-twitter:before {
    background-size: 12px;
}

#buddypress .activity-list .activity-share-dropdown-menu-container.baricon a:hover .dashicons-twitter:before {
    -webkit-filter: invert(1);
    filter: invert(1);
}

/* Styles */
#buddypress .activity-list .activity-share-dropdown-menu-container.baricon .bp-activity-reshare-icon .dashicons {
    color: #696f75 !important;
    border-color: #696f75 !important;
}

#buddypress .activity-list .activity-share-dropdown-menu-container.baricon #bp_facebook_share .dashicons {
    color: #3B5998 !important;
    border-color: #3B5998 !important;
}

#buddypress .activity-list .activity-share-dropdown-menu-container.baricon #bp_twitter_share .dashicons {
    color: #1DA1F2 !important;
    border-color: #1DA1F2 !important;
}

#buddypress .activity-list .activity-share-dropdown-menu-container.baricon #bp_email_share .dashicons {
    color: #AD0000 !important;
    border-color: #AD0000 !important;
}

#buddypress .activity-list .activity-share-dropdown-menu-container.baricon #bp_whatsapp_share .dashicons {
    color: #46bd00 !important;
    border-color: #46bd00 !important;
}

#buddypress .activity-list .activity-share-dropdown-menu-container.baricon #bp_linkedin_share .dashicons {
    color: #007BB6 !important;
    border-color: #007BB6 !important;
}

#buddypress .activity-list .activity-share-dropdown-menu-container.baricon #bp_pinterest_share .dashicons {
    color: #BD081C !important;
    border-color: #BD081C !important;
}

#buddypress .activity-list .activity-share-dropdown-menu-container.baricon #bp_reddit_share .dashicons {
    color: #FF4501 !important;
    border-color: #FF4501 !important;
}

#buddypress .activity-list .activity-share-dropdown-menu-container.baricon #bp_wordpress_share .dashicons {
    color: #21759B !important;
    border-color: #21759B !important;
}

#buddypress .activity-list .activity-share-dropdown-menu-container.baricon #bp_pocket_share .dashicons {
    color: #EF3E56 !important;
    border-color: #EF3E56 !important;
}

#buddypress .activity-list .activity-share-dropdown-menu-container.baricon .bp-cpoy .dashicons {
    color: #696f75 !important;
    border-color: #696f75 !important;
}

#buddypress .activity-list .activity-share-dropdown-menu-container.circle .bp-activity-reshare-icon .dashicons,
#buddypress .activity-list .activity-share-dropdown-menu-container.rec .bp-activity-reshare-icon .dashicons,
#buddypress .activity-list .activity-share-dropdown-menu-container.blackwhite a:hover .bp-activity-reshare-icon .dashicons,
#buddypress .activity-list .activity-share-dropdown-menu-container.baricon a:hover .bp-activity-reshare-icon .dashicons {
    background: #696f75 !important;
    color: #fff !important;
    border-color: #696f75 !important;
}

#buddypress .activity-list .activity-share-dropdown-menu-container.circle #bp_facebook_share .dashicons,
#buddypress .activity-list .activity-share-dropdown-menu-container.rec #bp_facebook_share .dashicons,
#buddypress .activity-list .activity-share-dropdown-menu-container.blackwhite #bp_facebook_share:hover .dashicons,
#buddypress .activity-list .activity-share-dropdown-menu-container.baricon #bp_facebook_share:hover .dashicons {
    background: #3B5998 !important;
    color: #fff !important;
    border-color: #3B5998 !important;
}

#buddypress .activity-list .activity-share-dropdown-menu-container.circle #bp_twitter_share .dashicons,
#buddypress .activity-list .activity-share-dropdown-menu-container.rec #bp_twitter_share .dashicons,
#buddypress .activity-list .activity-share-dropdown-menu-container.blackwhite #bp_twitter_share:hover .dashicons,
#buddypress .activity-list .activity-share-dropdown-menu-container.baricon #bp_twitter_share:hover .dashicons {
    background: #1DA1F2 !important;
    color: #fff !important;
    border-color: #1DA1F2 !important;
}

#buddypress .activity-list .activity-share-dropdown-menu-container.circle #bp_email_share .dashicons,
#buddypress .activity-list .activity-share-dropdown-menu-container.rec #bp_email_share .dashicons,
#buddypress .activity-list .activity-share-dropdown-menu-container.blackwhite #bp_email_share:hover .dashicons,
#buddypress .activity-list .activity-share-dropdown-menu-container.baricon #bp_email_share:hover .dashicons {
    background: #AD0000 !important;
    color: #fff !important;
    border-color: #AD0000 !important;
}

#buddypress .activity-list .activity-share-dropdown-menu-container.circle #bp_whatsapp_share .dashicons,
#buddypress .activity-list .activity-share-dropdown-menu-container.rec #bp_whatsapp_share .dashicons,
#buddypress .activity-list .activity-share-dropdown-menu-container.blackwhite #bp_whatsapp_share:hover .dashicons,
#buddypress .activity-list .activity-share-dropdown-menu-container.baricon #bp_whatsapp_share:hover .dashicons {
    background: #46bd00 !important;
    color: #fff !important;
    border-color: #46bd00 !important;
}

#buddypress .activity-list .activity-share-dropdown-menu-container.circle #bp_linkedin_share .dashicons,
#buddypress .activity-list .activity-share-dropdown-menu-container.rec #bp_linkedin_share .dashicons,
#buddypress .activity-list .activity-share-dropdown-menu-container.blackwhite #bp_linkedin_share:hover .dashicons,
#buddypress .activity-list .activity-share-dropdown-menu-container.baricon #bp_linkedin_share:hover .dashicons {
    background: #007BB6 !important;
    color: #fff !important;
    border-color: #007BB6 !important;
}

#buddypress .activity-list .activity-share-dropdown-menu-container.circle #bp_pinterest_share .dashicons,
#buddypress .activity-list .activity-share-dropdown-menu-container.rec #bp_pinterest_share .dashicons,
#buddypress .activity-list .activity-share-dropdown-menu-container.blackwhite #bp_pinterest_share:hover .dashicons,
#buddypress .activity-list .activity-share-dropdown-menu-container.baricon #bp_pinterest_share:hover .dashicons {
    background: #BD081C !important;
    color: #fff !important;
    border-color: #BD081C !important;
}

#buddypress .activity-list .activity-share-dropdown-menu-container.circle #bp_reddit_share .dashicons,
#buddypress .activity-list .activity-share-dropdown-menu-container.rec #bp_reddit_share .dashicons,
#buddypress .activity-list .activity-share-dropdown-menu-container.blackwhite #bp_reddit_share:hover .dashicons,
#buddypress .activity-list .activity-share-dropdown-menu-container.baricon #bp_reddit_share:hover .dashicons {
    background: #FF4501 !important;
    color: #fff !important;
    border-color: #FF4501 !important;
}

#buddypress .activity-list .activity-share-dropdown-menu-container.circle #bp_wordpress_share .dashicons,
#buddypress .activity-list .activity-share-dropdown-menu-container.rec #bp_wordpress_share .dashicons,
#buddypress .activity-list .activity-share-dropdown-menu-container.blackwhite #bp_wordpress_share:hover .dashicons,
#buddypress .activity-list .activity-share-dropdown-menu-container.baricon #bp_wordpress_share:hover .dashicons {
    background: #21759B !important;
    color: #fff !important;
    border-color: #21759B !important;
}

#buddypress .activity-list .activity-share-dropdown-menu-container.circle #bp_pocket_share .dashicons,
#buddypress .activity-list .activity-share-dropdown-menu-container.rec #bp_pocket_share .dashicons,
#buddypress .activity-list .activity-share-dropdown-menu-container.blackwhite #bp_pocket_share:hover .dashicons,
#buddypress .activity-list .activity-share-dropdown-menu-container.baricon #bp_pocket_share:hover .dashicons {
    background: #EF3E56 !important;
    color: #fff !important;
    border-color: #EF3E56 !important;
}

#buddypress .activity-list .activity-share-dropdown-menu-container.circle .bp-cpoy .dashicons,
#buddypress .activity-list .activity-share-dropdown-menu-container.rec .bp-cpoy .dashicons,
#buddypress .activity-list .activity-share-dropdown-menu-container.blackwhite .bp-cpoy:hover .dashicons,
#buddypress .activity-list .activity-share-dropdown-menu-container.baricon .bp-cpoy:hover .dashicons {
    background: #696f75 !important;
    color: #fff !important;
    border-color: #696f75 !important;
}

/* New */
.bp-activity-share-dropdown-menu {
    position: absolute;
    right: 0;
    top: 35px;
    text-align: left;
    width: 250px;
    padding: 10px 0;
    border: 1px solid #e3e2ec;
    border-radius: 10px !important;
    background-color: #fff;
    box-shadow: 0 0.4rem 1.2rem rgba(0, 0, 0, .1);
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
    -webkit-transition: opacity .3s, -webkit-transform .5s cubic-bezier(.215, .61, .355, 1);
    transition: opacity .3s, transform .5s cubic-bezier(.215, .61, .355, 1);
    z-index: 999;
    overflow: hidden;
}

@media screen and (min-width: 751px) {
    .bp-activity-share-dropdown-menu.position-top {
        bottom: 38px;
        top: auto;
    }
}


@media screen and (max-width: 300px) {
    .bp-activity-share-dropdown-menu {
        right: -20px;
    }
}

.generic-button.bp-activity-share-dropdown-toggle {
    position: relative;
}

.bp-activity-share-dropdown-toggle.selected .bp-activity-share-dropdown-menu {
    opacity: 1;
    pointer-events: all;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.bp-activity-share-dropdown-toggle .bp-activity-share-dropdown-menu .bp-activity-share-btn,
.bp-activity-share-dropdown-toggle .bp-activity-share-dropdown-menu .bp-share-wrapper {
    width: 100% !important;
    padding: 10px 15px !important;
}

.bp-activity-share-dropdown-toggle .bp-activity-share-dropdown-menu .bp-activity-share-btn .button,
.bp-activity-share-dropdown-toggle .bp-activity-share-dropdown-menu .bp-share-wrapper .button {
    justify-content: flex-start !important;
    min-height: auto !important;
}

.bp-activity-share-dropdown-toggle .bp-activity-share-dropdown-menu .bp-activity-share-btn span.bp-activity-reshare-icon i {
    font-size: 16px;
}

.bp-activity-share-dropdown-toggle .bp-activity-share-dropdown-menu .bp-share-btn .bp-share-button::before {
    margin-right: 8px !important;
    font-size: 18px !important;
    margin-left: 0.2em;
}

.bp-activity-share-dropdown-toggle .bp-activity-share-dropdown-menu .bp-activity-share-btn a,
.bp-activity-share-dropdown-toggle .bp-activity-share-dropdown-menu .bp-share-btn a {
    width: 100%;
    text-align: left;
}

.bp-activity-share-dropdown-toggle .bp-activity-share-dropdown-menu .bp-activity-share-btn a span.bp-share-text {
    display: inline-block !important;
}

.bp-activity-share-dropdown-toggle .bp-activity-share-dropdown-menu .bp-activity-share-btn:hover,
.bp-activity-share-dropdown-toggle .bp-activity-share-dropdown-menu .bp-share-wrapper:hover {
    background-color: rgba(0, 0, 0, .02);
}

.bp-nouveau #buddypress .activity-list div.activity-meta .bp-activity-share-btn a,
.bp-nouveau #buddypress .activity-list div.activity-meta .bp-share-wrapper a,
.bp-nouveau #buddypress .activity-list div.groups-meta .bp-activity-share-btn a,
.bp-nouveau #buddypress .activity-list div.groups-meta .bp-share-wrapper a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

.bp-activity-share-dropdown-toggle .bp-activity-share-dropdown-menu .bp-share-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.bp-activity-share-dropdown-toggle .bp-activity-share-dropdown-menu .bp-activity-share-btn span.bp-share-label,
.bp-activity-share-dropdown-toggle .bp-activity-share-dropdown-menu .bp-share-wrapper span.bp-share-label {
    display: block;
    margin-left: 10px !important;
    font-size: inherit;
    font-weight: 500;
}

.bp-activity-share-dropdown-toggle .bp-activity-share-dropdown-menu .bp-share-wrapper span.tooltiptext {
    width: 100px;
    position: absolute;
    font-size: 13px;
    font-weight: 500;
    background: #444;
    border-radius: 4px;
    color: #fff;
    line-height: 1.3;
    padding: 7px 15px;
    white-space: nowrap;
    z-index: 10;
    pointer-events: none;
    -webkit-transition: all .18s ease-out .18s;
    transition: all .18s ease-out .18s;
    top: -30px;
}

.bp-activity-share-dropdown-toggle .bp-activity-share-dropdown-menu .bp-share-wrapper span.tooltiptext:before {
    content: ' ';
    width: 12px;
    height: 12px;
    background: #444;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    margin: auto;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: -1;
    border-radius: 2px;
}

@media screen and (max-width: 750px) {
    .bp-activity-share-dropdown-menu {
        position: fixed;
        top: auto;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        width: 100%;
        border: 0;
        box-shadow: 0px -4px 30px 1px rgba(0, 0, 0, .3);
        z-index: 9999;
        border-radius: 10px 10px 0 0;
    }

    .bp-share-activity-share-to-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 15px;
        overflow-x: auto;
        border-top: 1px solid #e3e3e3;
    }

    .bp-nouveau #buddypress .activity-list div.activity-meta .bp-share-wrapper a,
    .bp-nouveau #buddypress .activity-list div.groups-meta .bp-share-wrapper a {
        -ms-flex-flow: nowrap;
        flex-flow: nowrap;
    }

    .bp-nouveau #buddypress .activity-list div.activity-meta .bp-share-activity-share-to-wrapper .bp-share-wrapper a,
    .bp-nouveau #buddypress .activity-list div.groups-meta .bp-share-activity-share-to-wrapper .bp-share-wrapper a {
        -ms-flex-flow: wrap;
        flex-flow: wrap;
    }

    .bp-activity-share-dropdown-toggle .bp-activity-share-dropdown-menu .bp-share-activity-share-to-wrapper .bp-share-wrapper {
        min-width: 100px;
    }

    #buddypress .activity-list .activity-share-dropdown-menu-container.circle .bp-share-activity-share-to-wrapper .bp-share-wrapper a .dashicons,
    #buddypress .activity-list .activity-share-dropdown-menu-container.rec .bp-share-activity-share-to-wrapper .bp-share-wrapper a .dashicons,
    #buddypress .activity-list .activity-share-dropdown-menu-container.blackwhite .bp-share-activity-share-to-wrapper .bp-share-wrapper a .dashicons,
    #buddypress .activity-list .activity-share-dropdown-menu-container.baricon .bp-share-activity-share-to-wrapper .bp-share-wrapper a .dashicons,
    .bp-activity-share-dropdown-toggle .bp-activity-share-dropdown-menu .bp-share-activity-share-to-wrapper .bp-share-wrapper .dashicons {
        margin: 0 auto 10px;
        padding: 0;
        font-size: 20px;
        min-width: 50px;
        width: 50px;
        height: 50px;
        background: rgba(0, 0, 0, .05);
        border-radius: 100px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .bp-activity-share-dropdown-toggle .bp-activity-share-dropdown-menu .bp-share-activity-share-to-wrapper .bp-share-wrapper span.bp-share-label {
        margin-left: 0 !important;
        display: block;
        width: 100%;
    }

    .modal.activity-share-modal {
        z-index: 99999;
    }

    .modal-backdrop {
        z-index: 9999;
    }

    .bp-activity-share-dropdown-toggle .bp-activity-share-dropdown-menu .bp-share-wrapper span.tooltiptext {
        top: -14px;
    }
}

/* Share popup */
.activity-share-modal.my-profile .select2-dropdown,
.activity-share-modal.message .select2-dropdown,
.activity-share-modal.select-group [aria-label="Friend lists"],
.activity-share-modal.select-friend [aria-label="Group lists"] {
    display: none;
}

.activity-share-modal.select-group .select2-results>.select2-results__options>li:first-child,
.activity-share-modal.select-friend .select2-results>.select2-results__options>li:first-child,
.activity-share-modal.select-group .select2-results>.select2-results__options>li:nth-child(2),
.activity-share-modal.select-friend .select2-results>.select2-results__options>li:nth-child(2) {
    display: none;
}/**
 * Like Button toolbar button, loading text & container styles
 */

/* Master container */
#jp-post-flair {
	padding-top: .5em;
}

/* Overall Sharedaddy block title */
div.sharedaddy,
#content div.sharedaddy,
#main div.sharedaddy {
	clear: both;
}

div.sharedaddy h3.sd-title {
	margin: 0 0 1em 0;
	display: inline-block;
	line-height: 1.2;
	font-size: 9pt;
	font-weight: bold;
}

div.sharedaddy h3.sd-title:before {
	content: "";
	display: block;
	width: 100%;
	min-width: 30px;
	border-top: 1px solid #dcdcde;
	margin-bottom: 1em;
}


/* Toolbar */
div.jetpack-likes-widget-wrapper {
	width: 100%;
	min-height: 50px;	/* Previous height, 60px */
	position: relative; /* Need to abs position placeholder and iframe so there isn't a jarring jump */
}

div.jetpack-likes-widget-wrapper .sd-link-color {
	font-size: 12px;
}

div.jetpack-comment-likes-widget-wrapper {
	width: 100%;
	position: relative;
	min-height: 31px;
}

div.jetpack-comment-likes-widget-wrapper iframe {
	margin-bottom: 0;
}

#likes-other-gravatars {
	display: none;
	position: absolute;
	padding: 10px 10px 12px 10px;
	background-color: #2e4453;
	border-width: 0;
	box-shadow: 0 0 10px #2e4453;
	box-shadow: 0 0 10px rgba(46,68,83,.6);
	min-width: 130px;
	z-index: 1000;
}

#likes-other-gravatars.wpl-new-layout {
	display: none;
	position: absolute;
	padding: 9px 12px 10px 12px;
	background-color: #fff;
	border: solid 1px #dcdcde;
	border-radius: 4px;
	box-shadow: none;
	min-width: 220px;
	max-height: 240px;
	height: auto;
	overflow: auto;
	z-index: 1000;
}

#likes-other-gravatars * {
	line-height: normal;
}

#likes-other-gravatars .likes-text {
	color: white;
	font-size: 12px;
	padding-bottom: 8px;
}

#likes-other-gravatars.wpl-new-layout .likes-text {
	color: #101517;
	font-size: 12px;
	font-weight: 500;
	padding-bottom: 8px;
}

#likes-other-gravatars ul,
#likes-other-gravatars li {
	margin: 0;
	padding: 0;
	text-indent: 0;
	list-style-type: none;
}

#likes-other-gravatars li::before {
	content: "";
}

#likes-other-gravatars ul.wpl-avatars {
	overflow: auto;
	display: block;
	max-height: 190px;
}

#likes-other-gravatars ul.wpl-avatars li {
	width: 32px;
	height: 32px;
	float: left;
	margin: 0 5px 5px 0;
}

#likes-other-gravatars.wpl-new-layout ul.wpl-avatars li {
	width: 196px;
	height: 28px;
	float: none;
	margin: 0 0 4px 0;
}

#likes-other-gravatars ul.wpl-avatars li a {
	margin: 0 2px 0 0;
	border-bottom: none !important;
	display: block;
}

#likes-other-gravatars.wpl-new-layout ul.wpl-avatars li a {
	margin: 0 2px 0 0;
	border-bottom: none !important;
	display: flex;
	align-items: center;
	gap: 8px;
	text-decoration: none;
}

#likes-other-gravatars.wpl-new-layout ul.wpl-avatars li a span {
	font-size: 12px;
	color: #2C3338;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#likes-other-gravatars ul.wpl-avatars li a img {
	background: none;
	border: none;
	margin: 0 !important;
	padding: 0 !important;
	position: static;
	box-sizing: border-box;
}

#likes-other-gravatars.wpl-new-layout ul.wpl-avatars li a img {
	background: none;
	border: none;
	border-radius: 50%;
	margin: 0 !important;
	padding: 1px !important;
	position: static;
}

div.sd-box {
	border-top: 1px solid #dcdcde;
	border-top: 1px solid rgba(0,0,0,.13);
}

.entry-content .post-likes-widget, .post-likes-widget,
.comment-likes-widget {
	margin: 0;
	border-width: 0;
	display: block;
}

/* Loading text */
.post-likes-widget-placeholder,
.comment-likes-widget-placeholder {
	margin: 0;
	border-width: 0;
	position: relative;
}

.comment-likes-widget-placeholder {
	height: 18px;
	position: absolute;
	display: flex;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
}

.comment-likes-widget-placeholder::before {
	color: #2EA2CC;
	width: 16px;
	height: 16px;
	content: '';
	display: inline-block;
	position: relative;
	top: 3px;
	padding-right: 5px;
	background-repeat: no-repeat;
	background-size: 16px 16px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='0' fill='none' width='24' height='24'/%3E%3Cg%3E%3Cpath fill='%232EA2CC' d='M12 2l2.582 6.953L22 9.257l-5.822 4.602L18.18 21 12 16.89 5.82 21l2.002-7.14L2 9.256l7.418-.304'/%3E%3C/g%3E%3C/svg%3E");
}

.post-likes-widget-placeholder .button {
	display: none;	/* Let's not show a dummy like button, let's just make a great button experience once it's loaded */
}

.post-likes-widget-placeholder .button span {
}

.post-likes-widget-placeholder .loading,
.comment-likes-widget-placeholder .loading {
	color: #999;
	font-size: 12px;
}

.comment-likes-widget-placeholder .loading {
	padding-left: 5px;
	margin-top: 4px;
	align-self: center;
	color: #4E4E4E;
}

/* Like Special cases (display on it's own) */
div.sharedaddy.sd-like-enabled .sd-like h3 {
	display: none;
}

div.sharedaddy.sd-like-enabled .sd-like .post-likes-widget {
	width: 100%;
	float: none;
	position: absolute; /* Need to abs position placeholder and iframe so there isn't a jarring jump */
	top: 0;
}

.comment-likes-widget {
	width: 100%;
}


/* Make ratings block. @todo: make !important unnecessary by removing inline style */
.pd-rating,
.cs-rating {
	display: block !important;
}


/* Hide G+ title */
.sd-gplus .sd-title {
	display: none;
}

@media print {
	.jetpack-likes-widget-wrapper {
		display: none;
	}
}
#subscribe-email input {
	width: 95%;
}

.comment-subscription-form {
	margin-bottom: 1em;
}

.comment-subscription-form .subscribe-label {
	display: inline !important;
}

/*
Text meant only for screen readers.
Provides support for themes that do not bundle this CSS yet.
@see https://make.wordpress.org/accessibility/2015/02/09/hiding-text-for-screen-readers-with-wordpress-core/
***********************************/
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute ! important;
	width: 1px;
	word-wrap: normal ! important;
}
.wbcom-essential-member-carousel {
  width: 600px;
  height: 300px;
}

/** Header bar */
.site-header.site-header--elementor .button.singup {
  margin-left: 10px;
}

.site-header.site-header--elementor {
  width: auto;
  position: relative;
}

.site-header--elementor .header-aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}

.site-header--elementor.site-header--align-left .header-aside {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.site-header--elementor.site-header--align-center .header-aside {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.site-header--elementor.site-header--align-right .header-aside {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.site-header--elementor .header-aside>* {
  padding: 0 10px;
  height: 76px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.site-header--elementor .notification-wrap,
.site-header--elementor .user-wrap {
  display: inline-block;
}

.site-header--elementor .header-aside-inner>* {
  padding: 0 10px;
  line-height: 1;
}

.site-header--elementor .header-aside-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.site-header--elementor .header-aside>:last-child {
  padding-right: 0;
}

.site-header--elementor .header-aside>:first-child {
  padding-left: 0;
}

.site-header.site-header--elementor .menu-item-has-children>a {
  position: relative;
}

.site-header--elementor .count {
  line-height: 1.4;
  top: -webkit-calc(50% - 20px);
  top: calc(50% - 20px);
  right: 0;
  position: absolute;
  border-radius: 100px;
  margin-left: auto;
  padding: 2px 7px;
  font-size: 9px;
  font-style: normal;
  font-weight: 600;
}

.site-header--elementor .wbcom-essential-separator {
  height: 28px;
  max-height: 28px;
  width: 1px;
  display: inline-block;
  margin: 0 12px 0 12px;
  padding: 0;
  vertical-align: middle;
}

.site-header--elementor .user-wrap.menu-item-has-children .wb-icon-angle-down {
  font-size: 22px;
}

.site-header--elementor a.user-link i {
  margin: 0 6px 0 2px;
}

@media screen and (min-width: 992px) {
  .site-header--elementor .user-wrap.menu-item-has-children .user-name {
	  max-width: 180px;
  }
}

.site-header--elementor .user-wrap.menu-item-has-children .user-name {
  line-height: 1.3;
  white-space: nowrap;
  padding-right: 3px;
  text-overflow: ellipsis;
  max-width: 100px;
  overflow: hidden;
}

.site-header--elementor .notification-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 76px;
}

.site-header--elementor .notification-dropdown {
  list-style: none;
  position: absolute;
  right: -15px;
  top: -webkit-calc(100% - 15px);
  top: calc(100% - 15px);
  margin: 0;
  min-width: 430px;
  overflow: hidden;
  display: none;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
}

@media (min-width: 768px) {
  .site-header--align-left .notification-dropdown {
	  right: auto;
	  left: -15px;
  }
}

.site-header--elementor .menu-item-has-children.selected .notification-dropdown {
  display: block;
  opacity: 1;
  visibility: visible;
}

.site-header.site-header--elementor .wbcom-essential-my-account-menu .menu-item-has-children .sub-menu {
  position: absolute;
  list-style: none;
  top: 0;
  left: -180px;
  right: auto;
  padding: 3px 0;
  z-index: 10;
  display: none;
}

.site-header.site-header--elementor .wbcom-essential-my-account-menu .menu-item-has-children .sub-menu:before {
  content: '';
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  right: -5px;
  top: 11px;
  z-index: 1;
  -webkit-transform: rotate(
	  45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(
	  45deg);
}

@media (min-width: 768px) {
  .site-header--align-left .wbcom-essential-my-account-menu .menu-item-has-children .sub-menu {
	  right: -180px;
	  left: auto;
  }

  .site-header--align-left .wbcom-essential-my-account-menu .menu-item-has-children .sub-menu:before {
	  left: -5px;
	  right: auto;
	  -webkit-transform: rotate(
		  230deg);
	  -ms-transform: rotate(230deg);
	  transform: rotate(
		  230deg);
  }
}

.site-header.site-header--elementor .wbcom-essential-my-account-menu .menu-item-has-children .sub-menu a {
  border-radius: 12px;
}

.site-header.site-header--elementor .wbcom-essential-my-account-menu .menu-item-has-children:hover .sub-menu {
  display: block;
  opacity: 1;
  visibility: visible;
}

.site-header--elementor .header-mini-cart {
  overflow: hidden;
}

.site-header.site-header--elementor .header-mini-cart ul.cart_list {
  margin: 0;
  padding: 0;
  list-style: none;
  max-width: -webkit-calc(100vw - 20px);
  max-width: calc(100vw - 20px);
  overflow: auto;
  max-height: -webkit-calc(100vh - 210px);
  max-height: calc(100vh - 210px);
}

.site-header--elementor .product_list_widget li {
  border-radius: 4px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
  flex-flow: row;
  margin-bottom: 0;
}

.site-header--elementor .header-mini-cart ul.cart_list li.mini_cart_item {
  padding: 15px 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.site-header--elementor .header-mini-cart ul.cart_list li.mini_cart_item>a {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-right: auto;
  font-weight: 400;
  margin-bottom: 0;
}

.site-header--elementor .header-mini-cart ul.cart_list li.mini_cart_item span.quantity {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  font-size: 12px;
  margin-right: 10px;
  white-space: nowrap;
}

.site-header--elementor .header-mini-cart ul.cart_list li.mini_cart_item .variation {
  display: none;
}

.site-header--elementor .header-mini-cart ul.cart_list li.mini_cart_item>a.remove {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  margin-right: 0;
  font-size: 16px;
  line-height: 1;
  width: auto;
}

.site-header--elementor .header-mini-cart ul.cart_list li.mini_cart_item>a:not(.remove) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 290px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.site-header--elementor .header-mini-cart ul.cart_list img.attachment-woocommerce_thumbnail,
.site-header--elementor .header-mini-cart ul.cart_list img.woocommerce-placeholder {
  max-width: 36px;
  width: 36px;
  border-radius: 50%;
  margin-right: 10px;
  margin-left: 0;
  float: none;
}

.site-header--elementor .header-mini-cart p.woocommerce-mini-cart__total {
  width: 50%;
  float: left;
  font-size: 14px;
  margin: 0;
  line-height: 35px;
  padding: 7px 0 7px 20px;
}

.site-header--elementor .header-mini-cart p.woocommerce-mini-cart__buttons {
  width: 50%;
  float: right;
  text-align: right;
  margin: 0;
  line-height: 35px;
  padding: 7px 20px 7px 0;
}

.site-header--elementor .header-mini-cart p.woocommerce-mini-cart__buttons a.button {
  padding: 0 0 0 10px;
  background-color: transparent;
  box-shadow: none;
  font-size: 14px;
  min-height: auto;
}

.site-header--elementor .header-mini-cart p.woocommerce-mini-cart__empty-message {
  margin: 0;
  padding: 15px 20px;
  font-size: 14px;
}

.site-header--elementor .notification-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 20px;
}

.site-header--elementor .notification-header .title {
  font-size: 1rem;
  line-height: 1;
  margin: 0;
}

.site-header.site-header--elementor .notification-list {
  margin: 0;
  padding: 0;
  list-style: none;
  min-width: 420px;
  max-height: 52vh;
  overflow: auto;
  padding-bottom: 0;
  margin-left: 0;
  margin-bottom: 0;
  list-style: none;
  overflow-x: hidden;
}

.site-header--elementor .notification-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 15px 20px;
  position: relative;
}

.site-header--elementor .wbcom-essential--full-link {
  display: none;
}

.site-header--elementor .notification-avatar {
  margin-right: 10px;
  position: relative;
}

.site-header--elementor .messages-wrap .notification-dropdown .notification-avatar {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
}

.site-header--elementor .notification-content .posted {
  display: block;
  margin-top: 5px;
  font-size: 15px;
}

.site-header--elementor .notification-footer {
  position: relative;
  bottom: 0;
  width: 100%;
}

.site-header--elementor .notification-footer .delete-all {
  font-size: 12px;
  font-weight: 500;
  padding: 12px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.site-header--elementor .notification-wrap.menu-item-has-children>a:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
  left: 4px;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotate(
	  -45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(
	  -45deg);
  opacity: 0;
  visibility: hidden;
  z-index: 1002;
}

.site-header--elementor .notification-wrap.menu-item-has-children.selected>a:before {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 543px) {
  .site-header--elementor .notification-dropdown,
  .site-header.site-header--elementor .notification-list {
	  min-width: 330px;
  }
}

@media (max-width: 380px) {
  .site-header--elementor .notification-dropdown,
  .site-header.site-header--elementor .notification-list {
	  min-width: 280px;
  }
}

.site-header--elementor a.user-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: .875rem;
  font-weight: 500;
  letter-spacing: -.24px;
  height: 76px;
}

.site-header--elementor .user-wrap.menu-item-has-children .sub-menu {
  min-width: 180px;
}

.site-header.site-header--elementor .menu-item-has-children {
  position: relative;
}

.site-header.site-header--elementor .sub-menu {
  border-radius: 12px;
  list-style: none;
  padding: 10px 0;
  position: absolute;
  right: -20px;
  top: -webkit-calc(100% - 15px);
  top: calc(100% - 15px);
  margin: 0;
  min-width: 168px;
  display: none;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
}

.site-header--elementor .primary-menu>li>.sub-menu:before,
.site-header--elementor .user-wrap-container>.sub-menu:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: auto;
  right: 28px;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotate(
	  -45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(
	  -45deg);
  z-index: 1002;
}

.site-header--elementor .user-wrap-container>.sub-menu:before {
  right: 84px;
}

.site-header.site-header--elementor .header-aside .menu-item-has-children.selected>.sub-menu {
  display: block;
  opacity: 1;
  visibility: visible;
}

.site-header--elementor .header-aside .wrapper {
  position: relative;
}

.site-header--elementor .header-aside .wrapper .sub-menu-inner {
  width: 187px;
  max-height: 76vh;
  margin: 0;
  padding: 0;
  list-style: none;
}

#header-my-account-menu.wbcom-essential-my-account-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-header--elementor .user-wrap.menu-item-has-children .sub-menu a {
  display: block;
  position: relative;
  height: auto;
}

.site-header--elementor .user-wrap.menu-item-has-children .sub-menu a.bp-suggestions-mention {
  display: none;
}

.site-header.site-header--elementor .sub-menu a {
  display: block;
  font-size: 13px;
  font-weight: inherit;
  color: #303030;
  line-height: 1;
  margin-bottom: 1px;
  padding: 0.5625rem 0.9375rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.site-header--elementor .sub-menu .user-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: auto;
  margin-bottom: 8px;
  padding-bottom: 12px;
  padding-top: 12px;
}

.site-header--elementor .sub-menu .user-link img {
  float: left;
  margin-right: 10px;
}

.header-search-wrap--elementor {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 76px;
  margin: 0;
  padding: 0 30px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all linear .2s;
  transition: all linear .2s;
  z-index: 2;
  border-radius: 12px;
  display: none;
}

.header-search-wrap--elementor form label {
  width: 100%;
}

.search-visible-el .header-search-wrap--elementor {
  opacity: 1;
  visibility: visible;
  display: block;
}

.header-search-wrap--elementor .container {
  padding: 0;
  position: relative;
  width: 100%;
}

.header-search-wrap--elementor #searchform,
.header-search-wrap--elementor .search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  height: 76px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-search-wrap--elementor #searchform input[type=text],
.header-search-wrap--elementor .search-form input[type=search] {
  border: 0;
  background-size: 20px;
  outline: 0;
  box-shadow: none;
  padding: 0 50px 0 50px;
  font-size: 16px;
  width: 100%;
  height: 76px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.header-search-wrap--elementor #searchform:after,
.header-search-wrap--elementor .search-form:after {
  content: '';
  background-repeat: no-repeat;
  background-position: 10px 50%;
  background-size: 22px;
  background-image: url(./wp-content/plugins/wbcom-essential/assets/css/../images/search.svg);
  background-position: center;
  position: absolute;
  left: 0;
  width: 22px;
  height: 22px;
}

.header-search-wrap--elementor #searchform input[type="submit"],
.header-search-wrap--elementor .search-form input[type="submit"] {
  display: none;
}

.header-search-wrap--elementor a.close-search {
  display: inline-block;
  line-height: 1;
  position: absolute;
  top: -webkit-calc(50% - 11px);
  top: calc(50% - 11px);
  right: 15px;
}

.header-search-wrap--elementor a.close-search i {
  font-size: 22px;
}

/* .site-header--elementor .user-wrap,
.site-header--elementor .wbcom-essential-separator,
.site-header--elementor .header-search-link,
.site-header--elementor #header-messages-dropdown-elem,
.site-header--elementor #header-notifications-dropdown-elem,
.site-header--elementor .header-cart-link-wrap {
  display: none;
} */

/* BuddyX */
.wbcom-essential-header-buttons .bp-icon-wrap {
  display: inline-block;
}

.wbcom-essential-header-buttons .bp-icon-wrap .fa,
.wbcom-essential-header-buttons .bp-icon-wrap .fas {
  margin-right: 6px;
}
/*
   Animation example, for spinners
*/
.animate-spin {
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: inline-block;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@font-face {
  font-family: 'wb-icons';
  src: url(./wp-content/plugins/wbcom-essential/assets/css/../icons/wb-icons.eot?48614116);
  src: url(./wp-content/plugins/wbcom-essential/assets/css/../icons/wb-icons.eot?48614116#iefix) format('embedded-opentype'),
       url(./wp-content/plugins/wbcom-essential/assets/css/../icons/wb-icons.woff2?48614116) format('woff2'),
       url(./wp-content/plugins/wbcom-essential/assets/css/../icons/wb-icons.woff?48614116) format('woff'),
       url(./wp-content/plugins/wbcom-essential/assets/css/../icons/wb-icons.ttf?48614116) format('truetype'),
       url(./wp-content/plugins/wbcom-essential/assets/css/../icons/wb-icons.svg?48614116#wb-icons) format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'wb-icons';
    src: url(./wp-content/plugins/wbcom-essential/assets/css/../font/wb-icons.svg?48614116#wb-icons) format('svg');
  }
}
*/
[class^="wb-icon-"]:before, [class*=" wb-icon-"]:before {
  font-family: "wb-icons";
  font-style: normal;
  font-weight: normal;
  speak: never;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.wb-icon-check-circle:before { content: '\e800'; } /* '顮�' */
.wb-icon-bell:before { content: '\e801'; } /* '顮�' */
.wb-icon-search:before { content: '\e802'; } /* '顮�' */
.wb-icon-shopping-cart:before { content: '\e803'; } /* '顮�' */
.wb-icon-envelope:before { content: '\e804'; } /* '顮�' */
.wb-icon-check:before { content: '\e805'; } /* '顮�' */
.wb-icon-angle-down:before { content: '\e807'; } /* '顮�' */
.wb-icon-angle-up:before { content: '\e808'; } /* '顮�' */
.wb-icon-angle-right:before { content: '\e809'; } /* '顮�' */
.wb-icon-angle-left:before { content: '\e80a'; } /* '顮�' */
.wb-icon-shopping-bag:before { content: '\e80b'; } /* '顮�' */
.wb-icon-reply:before { content: '\e80c'; } /* '顮�' */
.wb-icon-spin5:before { content: '\e838'; } /* '顮�' */
@font-face {
  font-family: "eicons";
  src: url(./wp-content/plugins/elementor/assets/lib/eicons/css/../fonts/eicons.eot?5.31.0);
  src: url(./wp-content/plugins/elementor/assets/lib/eicons/css/../fonts/eicons.eot?5.31.0#iefix) format("embedded-opentype"), url(./wp-content/plugins/elementor/assets/lib/eicons/css/../fonts/eicons.woff2?5.31.0) format("woff2"), url(./wp-content/plugins/elementor/assets/lib/eicons/css/../fonts/eicons.woff?5.31.0) format("woff"), url(./wp-content/plugins/elementor/assets/lib/eicons/css/../fonts/eicons.ttf?5.31.0) format("truetype"), url(./wp-content/plugins/elementor/assets/lib/eicons/css/../fonts/eicons.svg?5.31.0#eicon) format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=eicon],
[class*=" eicon-"] {
  display: inline-block;
  font-family: eicons;
  font-size: inherit;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@keyframes eicon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.eicon-animation-spin {
  animation: eicon-spin 2s infinite linear;
}

.eicon-editor-link:before {
  content: "\e800";
}

.eicon-editor-unlink:before {
  content: "\e801";
}

.eicon-editor-external-link:before {
  content: "\e802";
}

.eicon-editor-close:before {
  content: "\e803";
}

.eicon-editor-list-ol:before {
  content: "\e804";
}

.eicon-editor-list-ul:before {
  content: "\e805";
}

.eicon-editor-bold:before {
  content: "\e806";
}

.eicon-editor-italic:before {
  content: "\e807";
}

.eicon-editor-underline:before {
  content: "\e808";
}

.eicon-editor-paragraph:before {
  content: "\e809";
}

.eicon-editor-h1:before {
  content: "\e80a";
}

.eicon-editor-h2:before {
  content: "\e80b";
}

.eicon-editor-h3:before {
  content: "\e80c";
}

.eicon-editor-h4:before {
  content: "\e80d";
}

.eicon-editor-h5:before {
  content: "\e80e";
}

.eicon-editor-h6:before {
  content: "\e80f";
}

.eicon-editor-quote:before {
  content: "\e810";
}

.eicon-editor-code:before {
  content: "\e811";
}

.eicon-elementor:before {
  content: "\e812";
}

.eicon-elementor-circle:before {
  content: "\e813";
}

.eicon-pojome:before {
  content: "\e814";
}

.eicon-plus:before {
  content: "\e815";
}

.eicon-menu-bar:before {
  content: "\e816";
}

.eicon-apps:before {
  content: "\e817";
}

.eicon-accordion:before {
  content: "\e818";
}

.eicon-alert:before {
  content: "\e819";
}

.eicon-animation-text:before {
  content: "\e81a";
}

.eicon-animation:before {
  content: "\e81b";
}

.eicon-banner:before {
  content: "\e81c";
}

.eicon-blockquote:before {
  content: "\e81d";
}

.eicon-button:before {
  content: "\e81e";
}

.eicon-call-to-action:before {
  content: "\e81f";
}

.eicon-captcha:before {
  content: "\e820";
}

.eicon-carousel:before {
  content: "\e821";
}

.eicon-checkbox:before {
  content: "\e822";
}

.eicon-columns:before {
  content: "\e823";
}

.eicon-countdown:before {
  content: "\e824";
}

.eicon-counter:before {
  content: "\e825";
}

.eicon-date:before {
  content: "\e826";
}

.eicon-divider-shape:before {
  content: "\e827";
}

.eicon-divider:before {
  content: "\e828";
}

.eicon-download-button:before {
  content: "\e829";
}

.eicon-dual-button:before {
  content: "\e82a";
}

.eicon-email-field:before {
  content: "\e82b";
}

.eicon-facebook-comments:before {
  content: "\e82c";
}

.eicon-facebook-like-box:before {
  content: "\e82d";
}

.eicon-form-horizontal:before {
  content: "\e82e";
}

.eicon-form-vertical:before {
  content: "\e82f";
}

.eicon-gallery-grid:before {
  content: "\e830";
}

.eicon-gallery-group:before {
  content: "\e831";
}

.eicon-gallery-justified:before {
  content: "\e832";
}

.eicon-gallery-masonry:before {
  content: "\e833";
}

.eicon-icon-box:before {
  content: "\e834";
}

.eicon-image-before-after:before {
  content: "\e835";
}

.eicon-image-box:before {
  content: "\e836";
}

.eicon-image-hotspot:before {
  content: "\e837";
}

.eicon-image-rollover:before {
  content: "\e838";
}

.eicon-info-box:before {
  content: "\e839";
}

.eicon-inner-section:before {
  content: "\e83a";
}

.eicon-mailchimp:before {
  content: "\e83b";
}

.eicon-menu-card:before {
  content: "\e83c";
}

.eicon-navigation-horizontal:before {
  content: "\e83d";
}

.eicon-nav-menu:before {
  content: "\e83e";
}

.eicon-navigation-vertical:before {
  content: "\e83f";
}

.eicon-number-field:before {
  content: "\e840";
}

.eicon-parallax:before {
  content: "\e841";
}

.eicon-php7:before {
  content: "\e842";
}

.eicon-post-list:before {
  content: "\e843";
}

.eicon-post-slider:before {
  content: "\e844";
}

.eicon-post:before {
  content: "\e845";
}

.eicon-posts-carousel:before {
  content: "\e846";
}

.eicon-posts-grid:before {
  content: "\e847";
}

.eicon-posts-group:before {
  content: "\e848";
}

.eicon-posts-justified:before {
  content: "\e849";
}

.eicon-posts-masonry:before {
  content: "\e84a";
}

.eicon-posts-ticker:before {
  content: "\e84b";
}

.eicon-price-list:before {
  content: "\e84c";
}

.eicon-price-table:before {
  content: "\e84d";
}

.eicon-radio:before {
  content: "\e84e";
}

.eicon-rtl:before {
  content: "\e84f";
}

.eicon-scroll:before {
  content: "\e850";
}

.eicon-search:before {
  content: "\e851";
}

.eicon-select:before {
  content: "\e852";
}

.eicon-share:before {
  content: "\e853";
}

.eicon-sidebar:before {
  content: "\e854";
}

.eicon-skill-bar:before {
  content: "\e855";
}

.eicon-slider-3d:before {
  content: "\e856";
}

.eicon-slider-album:before {
  content: "\e857";
}

.eicon-slider-device:before {
  content: "\e858";
}

.eicon-slider-full-screen:before {
  content: "\e859";
}

.eicon-slider-push:before {
  content: "\e85a";
}

.eicon-slider-vertical:before {
  content: "\e85b";
}

.eicon-slider-video:before {
  content: "\e85c";
}

.eicon-slides:before {
  content: "\e85d";
}

.eicon-social-icons:before {
  content: "\e85e";
}

.eicon-spacer:before {
  content: "\e85f";
}

.eicon-table:before {
  content: "\e860";
}

.eicon-tabs:before {
  content: "\e861";
}

.eicon-tel-field:before {
  content: "\e862";
}

.eicon-text-area:before {
  content: "\e863";
}

.eicon-text-field:before {
  content: "\e864";
}

.eicon-thumbnails-down:before {
  content: "\e865";
}

.eicon-thumbnails-half:before {
  content: "\e866";
}

.eicon-thumbnails-right:before {
  content: "\e867";
}

.eicon-time-line:before {
  content: "\e868";
}

.eicon-toggle:before {
  content: "\e869";
}

.eicon-url:before {
  content: "\e86a";
}

.eicon-t-letter:before {
  content: "\e86b";
}

.eicon-wordpress:before {
  content: "\e86c";
}

.eicon-text:before {
  content: "\e86d";
}

.eicon-anchor:before {
  content: "\e86e";
}

.eicon-bullet-list:before {
  content: "\e86f";
}

.eicon-code:before {
  content: "\e870";
}

.eicon-favorite:before {
  content: "\e871";
}

.eicon-google-maps:before {
  content: "\e872";
}

.eicon-image:before {
  content: "\e873";
}

.eicon-photo-library:before {
  content: "\e874";
}

.eicon-woocommerce:before {
  content: "\e875";
}

.eicon-youtube:before {
  content: "\e876";
}

.eicon-flip-box:before {
  content: "\e877";
}

.eicon-settings:before {
  content: "\e878";
}

.eicon-headphones:before {
  content: "\e879";
}

.eicon-testimonial:before {
  content: "\e87a";
}

.eicon-counter-circle:before {
  content: "\e87b";
}

.eicon-person:before {
  content: "\e87c";
}

.eicon-chevron-right:before {
  content: "\e87d";
}

.eicon-chevron-left:before {
  content: "\e87e";
}

.eicon-close:before {
  content: "\e87f";
}

.eicon-file-download:before {
  content: "\e880";
}

.eicon-save:before {
  content: "\e881";
}

.eicon-zoom-in:before {
  content: "\e882";
}

.eicon-shortcode:before {
  content: "\e883";
}

.eicon-nerd:before {
  content: "\e884";
}

.eicon-device-desktop:before {
  content: "\e885";
}

.eicon-device-tablet:before {
  content: "\e886";
}

.eicon-device-mobile:before {
  content: "\e887";
}

.eicon-document-file:before {
  content: "\e888";
}

.eicon-folder-o:before {
  content: "\e889";
}

.eicon-hypster:before {
  content: "\e88a";
}

.eicon-h-align-left:before {
  content: "\e88b";
}

.eicon-h-align-right:before {
  content: "\e88c";
}

.eicon-h-align-center:before {
  content: "\e88d";
}

.eicon-h-align-stretch:before {
  content: "\e88e";
}

.eicon-v-align-top:before {
  content: "\e88f";
}

.eicon-v-align-bottom:before {
  content: "\e890";
}

.eicon-v-align-middle:before {
  content: "\e891";
}

.eicon-v-align-stretch:before {
  content: "\e892";
}

.eicon-pro-icon:before {
  content: "\e893";
}

.eicon-mail:before {
  content: "\e894";
}

.eicon-lock-user:before {
  content: "\e895";
}

.eicon-testimonial-carousel:before {
  content: "\e896";
}

.eicon-media-carousel:before {
  content: "\e897";
}

.eicon-section:before {
  content: "\e898";
}

.eicon-column:before {
  content: "\e899";
}

.eicon-edit:before {
  content: "\e89a";
}

.eicon-clone:before {
  content: "\e89b";
}

.eicon-trash:before {
  content: "\e89c";
}

.eicon-play:before {
  content: "\e89d";
}

.eicon-angle-right:before {
  content: "\e89e";
}

.eicon-angle-left:before {
  content: "\e89f";
}

.eicon-animated-headline:before {
  content: "\e8a0";
}

.eicon-menu-toggle:before {
  content: "\e8a1";
}

.eicon-fb-embed:before {
  content: "\e8a2";
}

.eicon-fb-feed:before {
  content: "\e8a3";
}

.eicon-twitter-embed:before {
  content: "\e8a4";
}

.eicon-twitter-feed:before {
  content: "\e8a5";
}

.eicon-sync:before {
  content: "\e8a6";
}

.eicon-import-export:before {
  content: "\e8a7";
}

.eicon-check-circle:before {
  content: "\e8a8";
}

.eicon-library-save:before {
  content: "\e8a9";
}

.eicon-library-download:before {
  content: "\e8aa";
}

.eicon-insert:before {
  content: "\e8ab";
}

.eicon-preview-medium:before {
  content: "\e8ac";
}

.eicon-sort-down:before {
  content: "\e8ad";
}

.eicon-sort-up:before {
  content: "\e8ae";
}

.eicon-heading:before {
  content: "\e8af";
}

.eicon-logo:before {
  content: "\e8b0";
}

.eicon-meta-data:before {
  content: "\e8b1";
}

.eicon-post-content:before {
  content: "\e8b2";
}

.eicon-post-excerpt:before {
  content: "\e8b3";
}

.eicon-post-navigation:before {
  content: "\e8b4";
}

.eicon-yoast:before {
  content: "\e8b5";
}

.eicon-nerd-chuckle:before {
  content: "\e8b6";
}

.eicon-nerd-wink:before {
  content: "\e8b7";
}

.eicon-comments:before {
  content: "\e8b8";
}

.eicon-download-circle-o:before {
  content: "\e8b9";
}

.eicon-library-upload:before {
  content: "\e8ba";
}

.eicon-save-o:before {
  content: "\e8bb";
}

.eicon-upload-circle-o:before {
  content: "\e8bc";
}

.eicon-ellipsis-h:before {
  content: "\e8bd";
}

.eicon-ellipsis-v:before {
  content: "\e8be";
}

.eicon-arrow-left:before {
  content: "\e8bf";
}

.eicon-arrow-right:before {
  content: "\e8c0";
}

.eicon-arrow-up:before {
  content: "\e8c1";
}

.eicon-arrow-down:before {
  content: "\e8c2";
}

.eicon-play-o:before {
  content: "\e8c3";
}

.eicon-archive-posts:before {
  content: "\e8c4";
}

.eicon-archive-title:before {
  content: "\e8c5";
}

.eicon-featured-image:before {
  content: "\e8c6";
}

.eicon-post-info:before {
  content: "\e8c7";
}

.eicon-post-title:before {
  content: "\e8c8";
}

.eicon-site-logo:before {
  content: "\e8c9";
}

.eicon-site-search:before {
  content: "\e8ca";
}

.eicon-site-title:before {
  content: "\e8cb";
}

.eicon-plus-square:before {
  content: "\e8cc";
}

.eicon-minus-square:before {
  content: "\e8cd";
}

.eicon-cloud-check:before {
  content: "\e8ce";
}

.eicon-drag-n-drop:before {
  content: "\e8cf";
}

.eicon-welcome:before {
  content: "\e8d0";
}

.eicon-handle:before {
  content: "\e8d1";
}

.eicon-cart:before {
  content: "\e8d2";
}

.eicon-product-add-to-cart:before {
  content: "\e8d3";
}

.eicon-product-breadcrumbs:before {
  content: "\e8d4";
}

.eicon-product-categories:before {
  content: "\e8d5";
}

.eicon-product-description:before {
  content: "\e8d6";
}

.eicon-product-images:before {
  content: "\e8d7";
}

.eicon-product-info:before {
  content: "\e8d8";
}

.eicon-product-meta:before {
  content: "\e8d9";
}

.eicon-product-pages:before {
  content: "\e8da";
}

.eicon-product-price:before {
  content: "\e8db";
}

.eicon-product-rating:before {
  content: "\e8dc";
}

.eicon-product-related:before {
  content: "\e8dd";
}

.eicon-product-stock:before {
  content: "\e8de";
}

.eicon-product-tabs:before {
  content: "\e8df";
}

.eicon-product-title:before {
  content: "\e8e0";
}

.eicon-product-upsell:before {
  content: "\e8e1";
}

.eicon-products:before {
  content: "\e8e2";
}

.eicon-bag-light:before {
  content: "\e8e3";
}

.eicon-bag-medium:before {
  content: "\e8e4";
}

.eicon-bag-solid:before {
  content: "\e8e5";
}

.eicon-basket-light:before {
  content: "\e8e6";
}

.eicon-basket-medium:before {
  content: "\e8e7";
}

.eicon-basket-solid:before {
  content: "\e8e8";
}

.eicon-cart-light:before {
  content: "\e8e9";
}

.eicon-cart-medium:before {
  content: "\e8ea";
}

.eicon-cart-solid:before {
  content: "\e8eb";
}

.eicon-exchange:before {
  content: "\e8ec";
}

.eicon-preview-thin:before {
  content: "\e8ed";
}

.eicon-device-laptop:before {
  content: "\e8ee";
}

.eicon-collapse:before {
  content: "\e8ef";
}

.eicon-expand:before {
  content: "\e8f0";
}

.eicon-navigator:before {
  content: "\e8f1";
}

.eicon-plug:before {
  content: "\e8f2";
}

.eicon-dashboard:before {
  content: "\e8f3";
}

.eicon-typography:before {
  content: "\e8f4";
}

.eicon-info-circle-o:before {
  content: "\e8f5";
}

.eicon-integration:before {
  content: "\e8f6";
}

.eicon-plus-circle-o:before {
  content: "\e8f7";
}

.eicon-rating:before {
  content: "\e8f8";
}

.eicon-review:before {
  content: "\e8f9";
}

.eicon-tools:before {
  content: "\e8fa";
}

.eicon-loading:before {
  content: "\e8fb";
}

.eicon-sitemap:before {
  content: "\e8fc";
}

.eicon-click:before {
  content: "\e8fd";
}

.eicon-clock:before {
  content: "\e8fe";
}

.eicon-library-open:before {
  content: "\e8ff";
}

.eicon-warning:before {
  content: "\e900";
}

.eicon-flow:before {
  content: "\e901";
}

.eicon-cursor-move:before {
  content: "\e902";
}

.eicon-arrow-circle-left:before {
  content: "\e903";
}

.eicon-flash:before {
  content: "\e904";
}

.eicon-redo:before {
  content: "\e905";
}

.eicon-ban:before {
  content: "\e906";
}

.eicon-barcode:before {
  content: "\e907";
}

.eicon-calendar:before {
  content: "\e908";
}

.eicon-caret-left:before {
  content: "\e909";
}

.eicon-caret-right:before {
  content: "\e90a";
}

.eicon-caret-up:before {
  content: "\e90b";
}

.eicon-chain-broken:before {
  content: "\e90c";
}

.eicon-check-circle-o:before {
  content: "\e90d";
}

.eicon-check:before {
  content: "\e90e";
}

.eicon-chevron-double-left:before {
  content: "\e90f";
}

.eicon-chevron-double-right:before {
  content: "\e910";
}

.eicon-undo:before {
  content: "\e911";
}

.eicon-filter:before {
  content: "\e912";
}

.eicon-circle-o:before {
  content: "\e913";
}

.eicon-circle:before {
  content: "\e914";
}

.eicon-clock-o:before {
  content: "\e915";
}

.eicon-cog:before {
  content: "\e916";
}

.eicon-cogs:before {
  content: "\e917";
}

.eicon-commenting-o:before {
  content: "\e918";
}

.eicon-copy:before {
  content: "\e919";
}

.eicon-database:before {
  content: "\e91a";
}

.eicon-dot-circle-o:before {
  content: "\e91b";
}

.eicon-envelope:before {
  content: "\e91c";
}

.eicon-external-link-square:before {
  content: "\e91d";
}

.eicon-eyedropper:before {
  content: "\e91e";
}

.eicon-folder:before {
  content: "\e91f";
}

.eicon-font:before {
  content: "\e920";
}

.eicon-adjust:before {
  content: "\e921";
}

.eicon-lightbox:before {
  content: "\e922";
}

.eicon-heart-o:before {
  content: "\e923";
}

.eicon-history:before {
  content: "\e924";
}

.eicon-image-bold:before {
  content: "\e925";
}

.eicon-info-circle:before {
  content: "\e926";
}

.eicon-link:before {
  content: "\e927";
}

.eicon-long-arrow-left:before {
  content: "\e928";
}

.eicon-long-arrow-right:before {
  content: "\e929";
}

.eicon-caret-down:before {
  content: "\e92a";
}

.eicon-paint-brush:before {
  content: "\e92b";
}

.eicon-pencil:before {
  content: "\e92c";
}

.eicon-plus-circle:before {
  content: "\e92d";
}

.eicon-zoom-in-bold:before {
  content: "\e92e";
}

.eicon-sort-amount-desc:before {
  content: "\e92f";
}

.eicon-sign-out:before {
  content: "\e930";
}

.eicon-spinner:before {
  content: "\e931";
}

.eicon-square:before {
  content: "\e932";
}

.eicon-star-o:before {
  content: "\e933";
}

.eicon-star:before {
  content: "\e934";
}

.eicon-text-align-justify:before {
  content: "\e935";
}

.eicon-text-align-center:before {
  content: "\e936";
}

.eicon-tags:before {
  content: "\e937";
}

.eicon-text-align-left:before {
  content: "\e938";
}

.eicon-text-align-right:before {
  content: "\e939";
}

.eicon-close-circle:before {
  content: "\e93a";
}

.eicon-trash-o:before {
  content: "\e93b";
}

.eicon-font-awesome:before {
  content: "\e93c";
}

.eicon-user-circle-o:before {
  content: "\e93d";
}

.eicon-video-camera:before {
  content: "\e93e";
}

.eicon-heart:before {
  content: "\e93f";
}

.eicon-wrench:before {
  content: "\e940";
}

.eicon-help:before {
  content: "\e941";
}

.eicon-help-o:before {
  content: "\e942";
}

.eicon-zoom-out-bold:before {
  content: "\e943";
}

.eicon-plus-square-o:before {
  content: "\e944";
}

.eicon-minus-square-o:before {
  content: "\e945";
}

.eicon-minus-circle:before {
  content: "\e946";
}

.eicon-minus-circle-o:before {
  content: "\e947";
}

.eicon-code-bold:before {
  content: "\e948";
}

.eicon-cloud-upload:before {
  content: "\e949";
}

.eicon-search-bold:before {
  content: "\e94a";
}

.eicon-map-pin:before {
  content: "\e94b";
}

.eicon-meetup:before {
  content: "\e94c";
}

.eicon-slideshow:before {
  content: "\e94d";
}

.eicon-t-letter-bold:before {
  content: "\e94e";
}

.eicon-preferences:before {
  content: "\e94f";
}

.eicon-table-of-contents:before {
  content: "\e950";
}

.eicon-tv:before {
  content: "\e951";
}

.eicon-upload:before {
  content: "\e952";
}

.eicon-instagram-comments:before {
  content: "\e953";
}

.eicon-instagram-nested-gallery:before {
  content: "\e954";
}

.eicon-instagram-post:before {
  content: "\e955";
}

.eicon-instagram-video:before {
  content: "\e956";
}

.eicon-instagram-gallery:before {
  content: "\e957";
}

.eicon-instagram-likes:before {
  content: "\e958";
}

.eicon-facebook:before {
  content: "\e959";
}

.eicon-twitter:before {
  content: "\e95a";
}

.eicon-pinterest:before {
  content: "\e95b";
}

.eicon-frame-expand:before {
  content: "\e95c";
}

.eicon-frame-minimize:before {
  content: "\e95d";
}

.eicon-archive:before {
  content: "\e95e";
}

.eicon-colors-typography:before {
  content: "\e95f";
}

.eicon-custom:before {
  content: "\e960";
}

.eicon-footer:before {
  content: "\e961";
}

.eicon-header:before {
  content: "\e962";
}

.eicon-layout-settings:before {
  content: "\e963";
}

.eicon-lightbox-expand:before {
  content: "\e964";
}

.eicon-error-404:before {
  content: "\e965";
}

.eicon-theme-style:before {
  content: "\e966";
}

.eicon-search-results:before {
  content: "\e967";
}

.eicon-single-post:before {
  content: "\e968";
}

.eicon-site-identity:before {
  content: "\e969";
}

.eicon-theme-builder:before {
  content: "\e96a";
}

.eicon-download-bold:before {
  content: "\e96b";
}

.eicon-share-arrow:before {
  content: "\e96c";
}

.eicon-global-settings:before {
  content: "\e96d";
}

.eicon-user-preferences:before {
  content: "\e96e";
}

.eicon-lock:before {
  content: "\e96f";
}

.eicon-export-kit:before {
  content: "\e970";
}

.eicon-import-kit:before {
  content: "\e971";
}

.eicon-lottie:before {
  content: "\e972";
}

.eicon-products-archive:before {
  content: "\e973";
}

.eicon-single-product:before {
  content: "\e974";
}

.eicon-disable-trash-o:before {
  content: "\e975";
}

.eicon-single-page:before {
  content: "\e976";
}

.eicon-wordpress-light:before {
  content: "\e977";
}

.eicon-cogs-check:before {
  content: "\e978";
}

.eicon-custom-css:before {
  content: "\e979";
}

.eicon-global-colors:before {
  content: "\e97a";
}

.eicon-globe:before {
  content: "\e97b";
}

.eicon-typography-1:before {
  content: "\e97c";
}

.eicon-background:before {
  content: "\e97d";
}

.eicon-device-responsive:before {
  content: "\e97e";
}

.eicon-device-wide:before {
  content: "\e97f";
}

.eicon-code-highlight:before {
  content: "\e980";
}

.eicon-video-playlist:before {
  content: "\e981";
}

.eicon-download-kit:before {
  content: "\e982";
}

.eicon-kit-details:before {
  content: "\e983";
}

.eicon-kit-parts:before {
  content: "\e984";
}

.eicon-kit-upload:before {
  content: "\e985";
}

.eicon-kit-plugins:before {
  content: "\e986";
}

.eicon-kit-upload-alt:before {
  content: "\e987";
}

.eicon-hotspot:before {
  content: "\e988";
}

.eicon-paypal-button:before {
  content: "\e989";
}

.eicon-shape:before {
  content: "\e98a";
}

.eicon-wordart:before {
  content: "\e98b";
}

.eicon-checkout:before {
  content: "\e98c";
}

.eicon-container:before {
  content: "\e98d";
}

.eicon-flip:before {
  content: "\e98e";
}

.eicon-info:before {
  content: "\e98f";
}

.eicon-my-account:before {
  content: "\e990";
}

.eicon-purchase-summary:before {
  content: "\e991";
}

.eicon-page-transition:before {
  content: "\e992";
}

.eicon-spotify:before {
  content: "\e993";
}

.eicon-stripe-button:before {
  content: "\e994";
}

.eicon-woo-settings:before {
  content: "\e995";
}

.eicon-woo-cart:before {
  content: "\e996";
}

.eicon-grow:before {
  content: "\e997";
}

.eicon-order-end:before {
  content: "\e998";
}

.eicon-nowrap:before {
  content: "\e999";
}

.eicon-order-start:before {
  content: "\e99a";
}

.eicon-progress-tracker:before {
  content: "\e99b";
}

.eicon-shrink:before {
  content: "\e99c";
}

.eicon-wrap:before {
  content: "\e99d";
}

.eicon-align-center-h:before {
  content: "\e99e";
}

.eicon-align-center-v:before {
  content: "\e99f";
}

.eicon-align-end-h:before {
  content: "\e9a0";
}

.eicon-align-end-v:before {
  content: "\e9a1";
}

.eicon-align-start-h:before {
  content: "\e9a2";
}

.eicon-align-start-v:before {
  content: "\e9a3";
}

.eicon-align-stretch-h:before {
  content: "\e9a4";
}

.eicon-align-stretch-v:before {
  content: "\e9a5";
}

.eicon-justify-center-h:before {
  content: "\e9a6";
}

.eicon-justify-center-v:before {
  content: "\e9a7";
}

.eicon-justify-end-h:before {
  content: "\e9a8";
}

.eicon-justify-end-v:before {
  content: "\e9a9";
}

.eicon-justify-space-around-h:before {
  content: "\e9aa";
}

.eicon-justify-space-around-v:before {
  content: "\e9ab";
}

.eicon-justify-space-between-h:before {
  content: "\e9ac";
}

.eicon-justify-space-between-v:before {
  content: "\e9ad";
}

.eicon-justify-space-evenly-h:before {
  content: "\e9ae";
}

.eicon-justify-space-evenly-v:before {
  content: "\e9af";
}

.eicon-justify-start-h:before {
  content: "\e9b0";
}

.eicon-justify-start-v:before {
  content: "\e9b1";
}

.eicon-woocommerce-cross-sells:before {
  content: "\e9b2";
}

.eicon-woocommerce-notices:before {
  content: "\e9b3";
}

.eicon-inner-container:before {
  content: "\e9b4";
}

.eicon-warning-full:before {
  content: "\e9b5";
}

.eicon-exit:before {
  content: "\e9b6";
}

.eicon-loop-builder:before {
  content: "\e9b7";
}

.eicon-notes:before {
  content: "\e9b8";
}

.eicon-read:before {
  content: "\e9b9";
}

.eicon-unread:before {
  content: "\e9ba";
}

.eicon-carousel-loop:before {
  content: "\e9bb";
}

.eicon-mega-menu:before {
  content: "\eb78";
}

.eicon-nested-carousel:before {
  content: "\e9bd";
}

.eicon-ai:before {
  content: "\e9be";
}

.eicon-taxonomy-filter:before {
  content: "\eb7d";
}

.eicon-container-grid:before {
  content: "\ef02";
}

.eicon-upgrade:before {
  content: "\e9c1";
}

.eicon-advanced:before {
  content: "\eb84";
}

.eicon-notification:before {
  content: "\e9c3";
}

.eicon-light-mode:before {
  content: "\e9c4";
}

.eicon-dark-mode:before {
  content: "\e9c5";
}

.eicon-upgrade-crown:before {
  content: "\e9c6";
}

.eicon-off-canvas:before {
  content: "\e9c7";
}

.eicon-speakerphone:before {
  content: "\e9c9";
}

.eicon-eye:before {
  content: "\e8ac";
}

.eicon-elementor-square:before {
  content: "\e813";
}/*! elementor - v3.24.0 - 15-10-2024 */
.elementor-hidden {
  display: none;
}

.elementor-visibility-hidden {
  visibility: hidden;
}

.elementor-screen-only,
.screen-reader-text,
.screen-reader-text span,
.ui-helper-hidden-accessible {
  position: absolute;
  top: -10000em;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.elementor-clearfix:after {
  content: "";
  display: block;
  clear: both;
  width: 0;
  height: 0;
}

.e-logo-wrapper {
  background: var(--e-a-bg-logo);
  display: inline-block;
  padding: 0.75em;
  border-radius: 50%;
  line-height: 1;
}
.e-logo-wrapper i {
  color: var(--e-a-color-logo);
  font-size: 1em;
}

.elementor *, .elementor *:before, .elementor *:after {
  box-sizing: border-box;
}
.elementor a {
  box-shadow: none;
  text-decoration: none;
}
.elementor hr {
  margin: 0;
  background-color: transparent;
}
.elementor img {
  height: auto;
  max-width: 100%;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure {
  margin: 0;
}
.elementor embed,
.elementor iframe,
.elementor object,
.elementor video {
  max-width: 100%;
  width: 100%;
  margin: 0;
  line-height: 1;
  border: none;
}
.elementor .elementor-background-video-container,
.elementor .elementor-background-holder,
.elementor .elementor-background {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  overflow: hidden;
  z-index: 0;
  direction: ltr;
}
.elementor .elementor-background-video-container {
  transition: opacity 1s;
  pointer-events: none;
}
.elementor .elementor-background-video-container.elementor-loading {
  opacity: 0;
}
.elementor .elementor-background-video-embed {
  max-width: none;
}
.elementor .elementor-background-video-embed, .elementor .elementor-background-video-hosted {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.elementor .elementor-background-video {
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.elementor .elementor-html5-video {
  -o-object-fit: cover;
     object-fit: cover;
}
.elementor .elementor-background-overlay {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.elementor .elementor-background-slideshow {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  top: 0;
  left: 0;
}
.elementor .elementor-background-slideshow__slide__image {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
}

.elementor-widget-wrap > .elementor-element.elementor-absolute,
.e-con > .elementor-element.elementor-absolute,
.e-con-inner > .elementor-element.elementor-absolute {
  position: absolute;
}
.elementor-widget-wrap > .elementor-element.elementor-fixed,
.e-con > .elementor-element.elementor-fixed,
.e-con-inner > .elementor-element.elementor-fixed {
  position: fixed;
}

.elementor-widget-wrap .elementor-element.elementor-widget__width-auto, .elementor-widget-wrap .elementor-element.elementor-widget__width-initial {
  max-width: 100%;
}
@media (max-width: 1024px) {
  .elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto, .elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto, .elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial {
    max-width: 100%;
  }
}

.elementor-element {
  --flex-direction: initial;
  --flex-wrap: initial;
  --justify-content: initial;
  --align-items: initial;
  --align-content: initial;
  --gap: initial;
  --flex-basis: initial;
  --flex-grow: initial;
  --flex-shrink: initial;
  --order: initial;
  --align-self: initial;
  flex-basis: var(--flex-basis);
  flex-grow: var(--flex-grow);
  flex-shrink: var(--flex-shrink);
  order: var(--order);
  align-self: var(--align-self);
}
.elementor-element.elementor-absolute, .elementor-element.elementor-fixed {
  z-index: 1;
}
.elementor-element:where(.e-con-full, .elementor-widget) {
  flex-direction: var(--flex-direction);
  flex-wrap: var(--flex-wrap);
  justify-content: var(--justify-content);
  align-items: var(--align-items);
  align-content: var(--align-content);
  gap: var(--gap);
}

.elementor-invisible {
  visibility: hidden;
}

.elementor-align-center {
  text-align: center;
}
.elementor-align-center .elementor-button {
  width: auto;
}
.elementor-align-right {
  text-align: right;
}
.elementor-align-right .elementor-button {
  width: auto;
}
.elementor-align-left {
  text-align: left;
}
.elementor-align-left .elementor-button {
  width: auto;
}
.elementor-align-justify .elementor-button {
  width: 100%;
}

.elementor-custom-embed-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.elementor-custom-embed-play i {
  font-size: 100px;
  color: #fff;
  text-shadow: 1px 0 6px rgba(0, 0, 0, 0.3);
}
.elementor-custom-embed-play svg {
  height: 100px;
  width: 100px;
  fill: #fff;
  filter: drop-shadow(1px 0 6px rgba(0, 0, 0, 0.3));
}
.elementor-custom-embed-play i,
.elementor-custom-embed-play svg {
  opacity: 0.8;
  transition: all 0.5s;
}
.elementor-custom-embed-play.elementor-playing i {
  font-family: eicons;
}
.elementor-custom-embed-play.elementor-playing i:before {
  content: "\e8fb";
}
.elementor-custom-embed-play.elementor-playing i,
.elementor-custom-embed-play.elementor-playing svg {
  animation: eicon-spin 2s infinite linear;
}

.elementor-tag {
  display: inline-flex;
}

.elementor-ken-burns {
  transition-property: transform;
  transition-duration: 10s;
  transition-timing-function: linear;
}
.elementor-ken-burns--out {
  transform: scale(1.3);
}
.elementor-ken-burns--active {
  transition-duration: 20s;
}
.elementor-ken-burns--active.elementor-ken-burns--out {
  transform: scale(1);
}
.elementor-ken-burns--active.elementor-ken-burns--in {
  transform: scale(1.3);
}

@media (min-width: -1) {
  .elementor-widescreen-align-center {
    text-align: center;
  }
  .elementor-widescreen-align-center .elementor-button {
    width: auto;
  }
  .elementor-widescreen-align-right {
    text-align: right;
  }
  .elementor-widescreen-align-right .elementor-button {
    width: auto;
  }
  .elementor-widescreen-align-left {
    text-align: left;
  }
  .elementor-widescreen-align-left .elementor-button {
    width: auto;
  }
  .elementor-widescreen-align-justify .elementor-button {
    width: 100%;
  }
}
@media (max-width: -1) {
  .elementor-laptop-align-center {
    text-align: center;
  }
  .elementor-laptop-align-center .elementor-button {
    width: auto;
  }
  .elementor-laptop-align-right {
    text-align: right;
  }
  .elementor-laptop-align-right .elementor-button {
    width: auto;
  }
  .elementor-laptop-align-left {
    text-align: left;
  }
  .elementor-laptop-align-left .elementor-button {
    width: auto;
  }
  .elementor-laptop-align-justify .elementor-button {
    width: 100%;
  }
}
@media (max-width: -1) {
  .elementor-tablet_extra-align-center {
    text-align: center;
  }
  .elementor-tablet_extra-align-center .elementor-button {
    width: auto;
  }
  .elementor-tablet_extra-align-right {
    text-align: right;
  }
  .elementor-tablet_extra-align-right .elementor-button {
    width: auto;
  }
  .elementor-tablet_extra-align-left {
    text-align: left;
  }
  .elementor-tablet_extra-align-left .elementor-button {
    width: auto;
  }
  .elementor-tablet_extra-align-justify .elementor-button {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .elementor-tablet-align-center {
    text-align: center;
  }
  .elementor-tablet-align-center .elementor-button {
    width: auto;
  }
  .elementor-tablet-align-right {
    text-align: right;
  }
  .elementor-tablet-align-right .elementor-button {
    width: auto;
  }
  .elementor-tablet-align-left {
    text-align: left;
  }
  .elementor-tablet-align-left .elementor-button {
    width: auto;
  }
  .elementor-tablet-align-justify .elementor-button {
    width: 100%;
  }
}
@media (max-width: -1) {
  .elementor-mobile_extra-align-center {
    text-align: center;
  }
  .elementor-mobile_extra-align-center .elementor-button {
    width: auto;
  }
  .elementor-mobile_extra-align-right {
    text-align: right;
  }
  .elementor-mobile_extra-align-right .elementor-button {
    width: auto;
  }
  .elementor-mobile_extra-align-left {
    text-align: left;
  }
  .elementor-mobile_extra-align-left .elementor-button {
    width: auto;
  }
  .elementor-mobile_extra-align-justify .elementor-button {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .elementor-mobile-align-center {
    text-align: center;
  }
  .elementor-mobile-align-center .elementor-button {
    width: auto;
  }
  .elementor-mobile-align-right {
    text-align: right;
  }
  .elementor-mobile-align-right .elementor-button {
    width: auto;
  }
  .elementor-mobile-align-left {
    text-align: left;
  }
  .elementor-mobile-align-left .elementor-button {
    width: auto;
  }
  .elementor-mobile-align-justify .elementor-button {
    width: 100%;
  }
}
:root {
  --page-title-display: block;
}

.elementor-page-title, h1.entry-title {
  display: var(--page-title-display);
}

@keyframes eicon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.eicon-animation-spin {
  animation: eicon-spin 2s infinite linear;
}

.elementor-section {
  position: relative;
}
.elementor-section .elementor-container {
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
@media (max-width: 1024px) {
  .elementor-section .elementor-container {
    flex-wrap: wrap;
  }
}
.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 1140px;
}
.elementor-section.elementor-section-stretched {
  position: relative;
  width: 100%;
}
.elementor-section.elementor-section-items-top > .elementor-container {
  align-items: flex-start;
}
.elementor-section.elementor-section-items-middle > .elementor-container {
  align-items: center;
}
.elementor-section.elementor-section-items-bottom > .elementor-container {
  align-items: flex-end;
}
@media (min-width: 768px) {
  .elementor-section.elementor-section-height-full {
    height: 100vh;
  }
  .elementor-section.elementor-section-height-full > .elementor-container {
    height: 100%;
  }
}

.elementor-bc-flex-widget .elementor-section-content-top > .elementor-container > .elementor-column > .elementor-widget-wrap {
  align-items: flex-start;
}
.elementor-bc-flex-widget .elementor-section-content-middle > .elementor-container > .elementor-column > .elementor-widget-wrap {
  align-items: center;
}
.elementor-bc-flex-widget .elementor-section-content-bottom > .elementor-container > .elementor-column > .elementor-widget-wrap {
  align-items: flex-end;
}

.elementor-row {
  width: 100%;
  display: flex;
}
@media (max-width: 1024px) {
  .elementor-row {
    flex-wrap: wrap;
  }
}

.elementor-widget-wrap {
  position: relative;
  width: 100%;
  flex-wrap: wrap;
  align-content: flex-start;
}
.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
  display: flex;
}
.elementor-widget-wrap > .elementor-element {
  width: 100%;
}
.elementor-widget-wrap.e-swiper-container {
  width: calc(100% - (var(--e-column-margin-left, 0px) + var(--e-column-margin-right, 0px)));
}

.elementor-widget {
  position: relative;
}
.elementor-widget:not(:last-child) {
  margin-bottom: 20px;
}
.elementor-widget:not(:last-child).elementor-widget__width-auto, .elementor-widget:not(:last-child).elementor-widget__width-initial, .elementor-widget:not(:last-child).elementor-absolute {
  margin-bottom: 0;
}

.elementor-column {
  position: relative;
  min-height: 1px;
  display: flex;
}

.elementor-column-wrap {
  width: 100%;
  position: relative;
  display: flex;
}

.elementor-column-gap-narrow > .elementor-column > .elementor-element-populated {
  padding: 5px;
}
.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
  padding: 10px;
}
.elementor-column-gap-extended > .elementor-column > .elementor-element-populated {
  padding: 15px;
}
.elementor-column-gap-wide > .elementor-column > .elementor-element-populated {
  padding: 20px;
}
.elementor-column-gap-wider > .elementor-column > .elementor-element-populated {
  padding: 30px;
}

.elementor-inner-section .elementor-column-gap-no .elementor-element-populated {
  padding: 0;
}

@media (min-width: 768px) {
  .elementor-column.elementor-col-10, .elementor-column[data-col="10"] {
    width: 10%;
  }
  .elementor-column.elementor-col-11, .elementor-column[data-col="11"] {
    width: 11.111%;
  }
  .elementor-column.elementor-col-12, .elementor-column[data-col="12"] {
    width: 12.5%;
  }
  .elementor-column.elementor-col-14, .elementor-column[data-col="14"] {
    width: 14.285%;
  }
  .elementor-column.elementor-col-16, .elementor-column[data-col="16"] {
    width: 16.666%;
  }
  .elementor-column.elementor-col-20, .elementor-column[data-col="20"] {
    width: 20%;
  }
  .elementor-column.elementor-col-25, .elementor-column[data-col="25"] {
    width: 25%;
  }
  .elementor-column.elementor-col-30, .elementor-column[data-col="30"] {
    width: 30%;
  }
  .elementor-column.elementor-col-33, .elementor-column[data-col="33"] {
    width: 33.333%;
  }
  .elementor-column.elementor-col-40, .elementor-column[data-col="40"] {
    width: 40%;
  }
  .elementor-column.elementor-col-50, .elementor-column[data-col="50"] {
    width: 50%;
  }
  .elementor-column.elementor-col-60, .elementor-column[data-col="60"] {
    width: 60%;
  }
  .elementor-column.elementor-col-66, .elementor-column[data-col="66"] {
    width: 66.666%;
  }
  .elementor-column.elementor-col-70, .elementor-column[data-col="70"] {
    width: 70%;
  }
  .elementor-column.elementor-col-75, .elementor-column[data-col="75"] {
    width: 75%;
  }
  .elementor-column.elementor-col-80, .elementor-column[data-col="80"] {
    width: 80%;
  }
  .elementor-column.elementor-col-83, .elementor-column[data-col="83"] {
    width: 83.333%;
  }
  .elementor-column.elementor-col-90, .elementor-column[data-col="90"] {
    width: 90%;
  }
  .elementor-column.elementor-col-100, .elementor-column[data-col="100"] {
    width: 100%;
  }
}
@media (max-width: 479px) {
  .elementor-column.elementor-xs-10 {
    width: 10%;
  }
  .elementor-column.elementor-xs-11 {
    width: 11.111%;
  }
  .elementor-column.elementor-xs-12 {
    width: 12.5%;
  }
  .elementor-column.elementor-xs-14 {
    width: 14.285%;
  }
  .elementor-column.elementor-xs-16 {
    width: 16.666%;
  }
  .elementor-column.elementor-xs-20 {
    width: 20%;
  }
  .elementor-column.elementor-xs-25 {
    width: 25%;
  }
  .elementor-column.elementor-xs-30 {
    width: 30%;
  }
  .elementor-column.elementor-xs-33 {
    width: 33.333%;
  }
  .elementor-column.elementor-xs-40 {
    width: 40%;
  }
  .elementor-column.elementor-xs-50 {
    width: 50%;
  }
  .elementor-column.elementor-xs-60 {
    width: 60%;
  }
  .elementor-column.elementor-xs-66 {
    width: 66.666%;
  }
  .elementor-column.elementor-xs-70 {
    width: 70%;
  }
  .elementor-column.elementor-xs-75 {
    width: 75%;
  }
  .elementor-column.elementor-xs-80 {
    width: 80%;
  }
  .elementor-column.elementor-xs-83 {
    width: 83.333%;
  }
  .elementor-column.elementor-xs-90 {
    width: 90%;
  }
  .elementor-column.elementor-xs-100 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .elementor-column.elementor-sm-10 {
    width: 10%;
  }
  .elementor-column.elementor-sm-11 {
    width: 11.111%;
  }
  .elementor-column.elementor-sm-12 {
    width: 12.5%;
  }
  .elementor-column.elementor-sm-14 {
    width: 14.285%;
  }
  .elementor-column.elementor-sm-16 {
    width: 16.666%;
  }
  .elementor-column.elementor-sm-20 {
    width: 20%;
  }
  .elementor-column.elementor-sm-25 {
    width: 25%;
  }
  .elementor-column.elementor-sm-30 {
    width: 30%;
  }
  .elementor-column.elementor-sm-33 {
    width: 33.333%;
  }
  .elementor-column.elementor-sm-40 {
    width: 40%;
  }
  .elementor-column.elementor-sm-50 {
    width: 50%;
  }
  .elementor-column.elementor-sm-60 {
    width: 60%;
  }
  .elementor-column.elementor-sm-66 {
    width: 66.666%;
  }
  .elementor-column.elementor-sm-70 {
    width: 70%;
  }
  .elementor-column.elementor-sm-75 {
    width: 75%;
  }
  .elementor-column.elementor-sm-80 {
    width: 80%;
  }
  .elementor-column.elementor-sm-83 {
    width: 83.333%;
  }
  .elementor-column.elementor-sm-90 {
    width: 90%;
  }
  .elementor-column.elementor-sm-100 {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .elementor-column.elementor-md-10 {
    width: 10%;
  }
  .elementor-column.elementor-md-11 {
    width: 11.111%;
  }
  .elementor-column.elementor-md-12 {
    width: 12.5%;
  }
  .elementor-column.elementor-md-14 {
    width: 14.285%;
  }
  .elementor-column.elementor-md-16 {
    width: 16.666%;
  }
  .elementor-column.elementor-md-20 {
    width: 20%;
  }
  .elementor-column.elementor-md-25 {
    width: 25%;
  }
  .elementor-column.elementor-md-30 {
    width: 30%;
  }
  .elementor-column.elementor-md-33 {
    width: 33.333%;
  }
  .elementor-column.elementor-md-40 {
    width: 40%;
  }
  .elementor-column.elementor-md-50 {
    width: 50%;
  }
  .elementor-column.elementor-md-60 {
    width: 60%;
  }
  .elementor-column.elementor-md-66 {
    width: 66.666%;
  }
  .elementor-column.elementor-md-70 {
    width: 70%;
  }
  .elementor-column.elementor-md-75 {
    width: 75%;
  }
  .elementor-column.elementor-md-80 {
    width: 80%;
  }
  .elementor-column.elementor-md-83 {
    width: 83.333%;
  }
  .elementor-column.elementor-md-90 {
    width: 90%;
  }
  .elementor-column.elementor-md-100 {
    width: 100%;
  }
}

@media (min-width: -1) {
  .elementor-reverse-widescreen > .elementor-container > :nth-child(1) {
    order: 10;
  }
  .elementor-reverse-widescreen > .elementor-container > :nth-child(2) {
    order: 9;
  }
  .elementor-reverse-widescreen > .elementor-container > :nth-child(3) {
    order: 8;
  }
  .elementor-reverse-widescreen > .elementor-container > :nth-child(4) {
    order: 7;
  }
  .elementor-reverse-widescreen > .elementor-container > :nth-child(5) {
    order: 6;
  }
  .elementor-reverse-widescreen > .elementor-container > :nth-child(6) {
    order: 5;
  }
  .elementor-reverse-widescreen > .elementor-container > :nth-child(7) {
    order: 4;
  }
  .elementor-reverse-widescreen > .elementor-container > :nth-child(8) {
    order: 3;
  }
  .elementor-reverse-widescreen > .elementor-container > :nth-child(9) {
    order: 2;
  }
  .elementor-reverse-widescreen > .elementor-container > :nth-child(10) {
    order: 1;
  }
}
@media (min-width: 1025px) and (max-width: -1) {
  .elementor-reverse-laptop > .elementor-container > :nth-child(1) {
    order: 10;
  }
  .elementor-reverse-laptop > .elementor-container > :nth-child(2) {
    order: 9;
  }
  .elementor-reverse-laptop > .elementor-container > :nth-child(3) {
    order: 8;
  }
  .elementor-reverse-laptop > .elementor-container > :nth-child(4) {
    order: 7;
  }
  .elementor-reverse-laptop > .elementor-container > :nth-child(5) {
    order: 6;
  }
  .elementor-reverse-laptop > .elementor-container > :nth-child(6) {
    order: 5;
  }
  .elementor-reverse-laptop > .elementor-container > :nth-child(7) {
    order: 4;
  }
  .elementor-reverse-laptop > .elementor-container > :nth-child(8) {
    order: 3;
  }
  .elementor-reverse-laptop > .elementor-container > :nth-child(9) {
    order: 2;
  }
  .elementor-reverse-laptop > .elementor-container > :nth-child(10) {
    order: 1;
  }
}
@media (min-width: -1) and (max-width: -1) {
  .elementor-reverse-laptop > .elementor-container > :nth-child(1) {
    order: 10;
  }
  .elementor-reverse-laptop > .elementor-container > :nth-child(2) {
    order: 9;
  }
  .elementor-reverse-laptop > .elementor-container > :nth-child(3) {
    order: 8;
  }
  .elementor-reverse-laptop > .elementor-container > :nth-child(4) {
    order: 7;
  }
  .elementor-reverse-laptop > .elementor-container > :nth-child(5) {
    order: 6;
  }
  .elementor-reverse-laptop > .elementor-container > :nth-child(6) {
    order: 5;
  }
  .elementor-reverse-laptop > .elementor-container > :nth-child(7) {
    order: 4;
  }
  .elementor-reverse-laptop > .elementor-container > :nth-child(8) {
    order: 3;
  }
  .elementor-reverse-laptop > .elementor-container > :nth-child(9) {
    order: 2;
  }
  .elementor-reverse-laptop > .elementor-container > :nth-child(10) {
    order: 1;
  }
}
@media (min-width: 1025px) and (max-width: -1) {
  .elementor-reverse-laptop > .elementor-container > :nth-child(1) {
    order: initial;
  }
  .elementor-reverse-laptop > .elementor-container > :nth-child(2) {
    order: initial;
  }
  .elementor-reverse-laptop > .elementor-container > :nth-child(3) {
    order: initial;
  }
  .elementor-reverse-laptop > .elementor-container > :nth-child(4) {
    order: initial;
  }
  .elementor-reverse-laptop > .elementor-container > :nth-child(5) {
    order: initial;
  }
  .elementor-reverse-laptop > .elementor-container > :nth-child(6) {
    order: initial;
  }
  .elementor-reverse-laptop > .elementor-container > :nth-child(7) {
    order: initial;
  }
  .elementor-reverse-laptop > .elementor-container > :nth-child(8) {
    order: initial;
  }
  .elementor-reverse-laptop > .elementor-container > :nth-child(9) {
    order: initial;
  }
  .elementor-reverse-laptop > .elementor-container > :nth-child(10) {
    order: initial;
  }
  .elementor-reverse-tablet_extra > .elementor-container > :nth-child(1) {
    order: 10;
  }
  .elementor-reverse-tablet_extra > .elementor-container > :nth-child(2) {
    order: 9;
  }
  .elementor-reverse-tablet_extra > .elementor-container > :nth-child(3) {
    order: 8;
  }
  .elementor-reverse-tablet_extra > .elementor-container > :nth-child(4) {
    order: 7;
  }
  .elementor-reverse-tablet_extra > .elementor-container > :nth-child(5) {
    order: 6;
  }
  .elementor-reverse-tablet_extra > .elementor-container > :nth-child(6) {
    order: 5;
  }
  .elementor-reverse-tablet_extra > .elementor-container > :nth-child(7) {
    order: 4;
  }
  .elementor-reverse-tablet_extra > .elementor-container > :nth-child(8) {
    order: 3;
  }
  .elementor-reverse-tablet_extra > .elementor-container > :nth-child(9) {
    order: 2;
  }
  .elementor-reverse-tablet_extra > .elementor-container > :nth-child(10) {
    order: 1;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .elementor-reverse-tablet > .elementor-container > :nth-child(1) {
    order: 10;
  }
  .elementor-reverse-tablet > .elementor-container > :nth-child(2) {
    order: 9;
  }
  .elementor-reverse-tablet > .elementor-container > :nth-child(3) {
    order: 8;
  }
  .elementor-reverse-tablet > .elementor-container > :nth-child(4) {
    order: 7;
  }
  .elementor-reverse-tablet > .elementor-container > :nth-child(5) {
    order: 6;
  }
  .elementor-reverse-tablet > .elementor-container > :nth-child(6) {
    order: 5;
  }
  .elementor-reverse-tablet > .elementor-container > :nth-child(7) {
    order: 4;
  }
  .elementor-reverse-tablet > .elementor-container > :nth-child(8) {
    order: 3;
  }
  .elementor-reverse-tablet > .elementor-container > :nth-child(9) {
    order: 2;
  }
  .elementor-reverse-tablet > .elementor-container > :nth-child(10) {
    order: 1;
  }
}
@media (min-width: -1) and (max-width: 1024px) {
  .elementor-reverse-tablet > .elementor-container > :nth-child(1) {
    order: 10;
  }
  .elementor-reverse-tablet > .elementor-container > :nth-child(2) {
    order: 9;
  }
  .elementor-reverse-tablet > .elementor-container > :nth-child(3) {
    order: 8;
  }
  .elementor-reverse-tablet > .elementor-container > :nth-child(4) {
    order: 7;
  }
  .elementor-reverse-tablet > .elementor-container > :nth-child(5) {
    order: 6;
  }
  .elementor-reverse-tablet > .elementor-container > :nth-child(6) {
    order: 5;
  }
  .elementor-reverse-tablet > .elementor-container > :nth-child(7) {
    order: 4;
  }
  .elementor-reverse-tablet > .elementor-container > :nth-child(8) {
    order: 3;
  }
  .elementor-reverse-tablet > .elementor-container > :nth-child(9) {
    order: 2;
  }
  .elementor-reverse-tablet > .elementor-container > :nth-child(10) {
    order: 1;
  }
}
@media (min-width: 768px) and (max-width: -1) {
  .elementor-reverse-tablet > .elementor-container > :nth-child(1) {
    order: initial;
  }
  .elementor-reverse-tablet > .elementor-container > :nth-child(2) {
    order: initial;
  }
  .elementor-reverse-tablet > .elementor-container > :nth-child(3) {
    order: initial;
  }
  .elementor-reverse-tablet > .elementor-container > :nth-child(4) {
    order: initial;
  }
  .elementor-reverse-tablet > .elementor-container > :nth-child(5) {
    order: initial;
  }
  .elementor-reverse-tablet > .elementor-container > :nth-child(6) {
    order: initial;
  }
  .elementor-reverse-tablet > .elementor-container > :nth-child(7) {
    order: initial;
  }
  .elementor-reverse-tablet > .elementor-container > :nth-child(8) {
    order: initial;
  }
  .elementor-reverse-tablet > .elementor-container > :nth-child(9) {
    order: initial;
  }
  .elementor-reverse-tablet > .elementor-container > :nth-child(10) {
    order: initial;
  }
  .elementor-reverse-mobile_extra > .elementor-container > :nth-child(1) {
    order: 10;
  }
  .elementor-reverse-mobile_extra > .elementor-container > :nth-child(2) {
    order: 9;
  }
  .elementor-reverse-mobile_extra > .elementor-container > :nth-child(3) {
    order: 8;
  }
  .elementor-reverse-mobile_extra > .elementor-container > :nth-child(4) {
    order: 7;
  }
  .elementor-reverse-mobile_extra > .elementor-container > :nth-child(5) {
    order: 6;
  }
  .elementor-reverse-mobile_extra > .elementor-container > :nth-child(6) {
    order: 5;
  }
  .elementor-reverse-mobile_extra > .elementor-container > :nth-child(7) {
    order: 4;
  }
  .elementor-reverse-mobile_extra > .elementor-container > :nth-child(8) {
    order: 3;
  }
  .elementor-reverse-mobile_extra > .elementor-container > :nth-child(9) {
    order: 2;
  }
  .elementor-reverse-mobile_extra > .elementor-container > :nth-child(10) {
    order: 1;
  }
}
@media (max-width: 767px) {
  .elementor-reverse-mobile > .elementor-container > :nth-child(1) {
    order: 10;
  }
  .elementor-reverse-mobile > .elementor-container > :nth-child(2) {
    order: 9;
  }
  .elementor-reverse-mobile > .elementor-container > :nth-child(3) {
    order: 8;
  }
  .elementor-reverse-mobile > .elementor-container > :nth-child(4) {
    order: 7;
  }
  .elementor-reverse-mobile > .elementor-container > :nth-child(5) {
    order: 6;
  }
  .elementor-reverse-mobile > .elementor-container > :nth-child(6) {
    order: 5;
  }
  .elementor-reverse-mobile > .elementor-container > :nth-child(7) {
    order: 4;
  }
  .elementor-reverse-mobile > .elementor-container > :nth-child(8) {
    order: 3;
  }
  .elementor-reverse-mobile > .elementor-container > :nth-child(9) {
    order: 2;
  }
  .elementor-reverse-mobile > .elementor-container > :nth-child(10) {
    order: 1;
  }
  .elementor-column {
    width: 100%;
  }
}
ul.elementor-icon-list-items.elementor-inline-items {
  display: flex;
  flex-wrap: wrap;
}
ul.elementor-icon-list-items.elementor-inline-items .elementor-inline-item {
  word-break: break-word;
}

.elementor-grid {
  display: grid;
  grid-column-gap: var(--grid-column-gap);
  grid-row-gap: var(--grid-row-gap);
}
.elementor-grid .elementor-grid-item {
  min-width: 0;
}
.elementor-grid-0 .elementor-grid {
  display: inline-block;
  width: 100%;
  word-spacing: var(--grid-column-gap);
  margin-bottom: calc(-1 * var(--grid-row-gap));
}
.elementor-grid-0 .elementor-grid .elementor-grid-item {
  display: inline-block;
  margin-bottom: var(--grid-row-gap);
  word-break: break-word;
}
.elementor-grid-1 .elementor-grid {
  grid-template-columns: repeat(1, 1fr);
}
.elementor-grid-2 .elementor-grid {
  grid-template-columns: repeat(2, 1fr);
}
.elementor-grid-3 .elementor-grid {
  grid-template-columns: repeat(3, 1fr);
}
.elementor-grid-4 .elementor-grid {
  grid-template-columns: repeat(4, 1fr);
}
.elementor-grid-5 .elementor-grid {
  grid-template-columns: repeat(5, 1fr);
}
.elementor-grid-6 .elementor-grid {
  grid-template-columns: repeat(6, 1fr);
}
.elementor-grid-7 .elementor-grid {
  grid-template-columns: repeat(7, 1fr);
}
.elementor-grid-8 .elementor-grid {
  grid-template-columns: repeat(8, 1fr);
}
.elementor-grid-9 .elementor-grid {
  grid-template-columns: repeat(9, 1fr);
}
.elementor-grid-10 .elementor-grid {
  grid-template-columns: repeat(10, 1fr);
}
.elementor-grid-11 .elementor-grid {
  grid-template-columns: repeat(11, 1fr);
}
.elementor-grid-12 .elementor-grid {
  grid-template-columns: repeat(12, 1fr);
}
@media (min-width: -1) {
  .elementor-grid-widescreen-0 .elementor-grid {
    display: inline-block;
    width: 100%;
    word-spacing: var(--grid-column-gap);
    margin-bottom: calc(-1 * var(--grid-row-gap));
  }
  .elementor-grid-widescreen-0 .elementor-grid .elementor-grid-item {
    display: inline-block;
    margin-bottom: var(--grid-row-gap);
    word-break: break-word;
  }
  .elementor-grid-widescreen-1 .elementor-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .elementor-grid-widescreen-2 .elementor-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .elementor-grid-widescreen-3 .elementor-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .elementor-grid-widescreen-4 .elementor-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .elementor-grid-widescreen-5 .elementor-grid {
    grid-template-columns: repeat(5, 1fr);
  }
  .elementor-grid-widescreen-6 .elementor-grid {
    grid-template-columns: repeat(6, 1fr);
  }
  .elementor-grid-widescreen-7 .elementor-grid {
    grid-template-columns: repeat(7, 1fr);
  }
  .elementor-grid-widescreen-8 .elementor-grid {
    grid-template-columns: repeat(8, 1fr);
  }
  .elementor-grid-widescreen-9 .elementor-grid {
    grid-template-columns: repeat(9, 1fr);
  }
  .elementor-grid-widescreen-10 .elementor-grid {
    grid-template-columns: repeat(10, 1fr);
  }
  .elementor-grid-widescreen-11 .elementor-grid {
    grid-template-columns: repeat(11, 1fr);
  }
  .elementor-grid-widescreen-12 .elementor-grid {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (max-width: -1) {
  .elementor-grid-laptop-0 .elementor-grid {
    display: inline-block;
    width: 100%;
    word-spacing: var(--grid-column-gap);
    margin-bottom: calc(-1 * var(--grid-row-gap));
  }
  .elementor-grid-laptop-0 .elementor-grid .elementor-grid-item {
    display: inline-block;
    margin-bottom: var(--grid-row-gap);
    word-break: break-word;
  }
  .elementor-grid-laptop-1 .elementor-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .elementor-grid-laptop-2 .elementor-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .elementor-grid-laptop-3 .elementor-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .elementor-grid-laptop-4 .elementor-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .elementor-grid-laptop-5 .elementor-grid {
    grid-template-columns: repeat(5, 1fr);
  }
  .elementor-grid-laptop-6 .elementor-grid {
    grid-template-columns: repeat(6, 1fr);
  }
  .elementor-grid-laptop-7 .elementor-grid {
    grid-template-columns: repeat(7, 1fr);
  }
  .elementor-grid-laptop-8 .elementor-grid {
    grid-template-columns: repeat(8, 1fr);
  }
  .elementor-grid-laptop-9 .elementor-grid {
    grid-template-columns: repeat(9, 1fr);
  }
  .elementor-grid-laptop-10 .elementor-grid {
    grid-template-columns: repeat(10, 1fr);
  }
  .elementor-grid-laptop-11 .elementor-grid {
    grid-template-columns: repeat(11, 1fr);
  }
  .elementor-grid-laptop-12 .elementor-grid {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (max-width: -1) {
  .elementor-grid-tablet_extra-0 .elementor-grid {
    display: inline-block;
    width: 100%;
    word-spacing: var(--grid-column-gap);
    margin-bottom: calc(-1 * var(--grid-row-gap));
  }
  .elementor-grid-tablet_extra-0 .elementor-grid .elementor-grid-item {
    display: inline-block;
    margin-bottom: var(--grid-row-gap);
    word-break: break-word;
  }
  .elementor-grid-tablet_extra-1 .elementor-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .elementor-grid-tablet_extra-2 .elementor-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .elementor-grid-tablet_extra-3 .elementor-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .elementor-grid-tablet_extra-4 .elementor-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .elementor-grid-tablet_extra-5 .elementor-grid {
    grid-template-columns: repeat(5, 1fr);
  }
  .elementor-grid-tablet_extra-6 .elementor-grid {
    grid-template-columns: repeat(6, 1fr);
  }
  .elementor-grid-tablet_extra-7 .elementor-grid {
    grid-template-columns: repeat(7, 1fr);
  }
  .elementor-grid-tablet_extra-8 .elementor-grid {
    grid-template-columns: repeat(8, 1fr);
  }
  .elementor-grid-tablet_extra-9 .elementor-grid {
    grid-template-columns: repeat(9, 1fr);
  }
  .elementor-grid-tablet_extra-10 .elementor-grid {
    grid-template-columns: repeat(10, 1fr);
  }
  .elementor-grid-tablet_extra-11 .elementor-grid {
    grid-template-columns: repeat(11, 1fr);
  }
  .elementor-grid-tablet_extra-12 .elementor-grid {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (max-width: 1024px) {
  .elementor-grid-tablet-0 .elementor-grid {
    display: inline-block;
    width: 100%;
    word-spacing: var(--grid-column-gap);
    margin-bottom: calc(-1 * var(--grid-row-gap));
  }
  .elementor-grid-tablet-0 .elementor-grid .elementor-grid-item {
    display: inline-block;
    margin-bottom: var(--grid-row-gap);
    word-break: break-word;
  }
  .elementor-grid-tablet-1 .elementor-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .elementor-grid-tablet-2 .elementor-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .elementor-grid-tablet-3 .elementor-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .elementor-grid-tablet-4 .elementor-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .elementor-grid-tablet-5 .elementor-grid {
    grid-template-columns: repeat(5, 1fr);
  }
  .elementor-grid-tablet-6 .elementor-grid {
    grid-template-columns: repeat(6, 1fr);
  }
  .elementor-grid-tablet-7 .elementor-grid {
    grid-template-columns: repeat(7, 1fr);
  }
  .elementor-grid-tablet-8 .elementor-grid {
    grid-template-columns: repeat(8, 1fr);
  }
  .elementor-grid-tablet-9 .elementor-grid {
    grid-template-columns: repeat(9, 1fr);
  }
  .elementor-grid-tablet-10 .elementor-grid {
    grid-template-columns: repeat(10, 1fr);
  }
  .elementor-grid-tablet-11 .elementor-grid {
    grid-template-columns: repeat(11, 1fr);
  }
  .elementor-grid-tablet-12 .elementor-grid {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (max-width: -1) {
  .elementor-grid-mobile_extra-0 .elementor-grid {
    display: inline-block;
    width: 100%;
    word-spacing: var(--grid-column-gap);
    margin-bottom: calc(-1 * var(--grid-row-gap));
  }
  .elementor-grid-mobile_extra-0 .elementor-grid .elementor-grid-item {
    display: inline-block;
    margin-bottom: var(--grid-row-gap);
    word-break: break-word;
  }
  .elementor-grid-mobile_extra-1 .elementor-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .elementor-grid-mobile_extra-2 .elementor-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .elementor-grid-mobile_extra-3 .elementor-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .elementor-grid-mobile_extra-4 .elementor-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .elementor-grid-mobile_extra-5 .elementor-grid {
    grid-template-columns: repeat(5, 1fr);
  }
  .elementor-grid-mobile_extra-6 .elementor-grid {
    grid-template-columns: repeat(6, 1fr);
  }
  .elementor-grid-mobile_extra-7 .elementor-grid {
    grid-template-columns: repeat(7, 1fr);
  }
  .elementor-grid-mobile_extra-8 .elementor-grid {
    grid-template-columns: repeat(8, 1fr);
  }
  .elementor-grid-mobile_extra-9 .elementor-grid {
    grid-template-columns: repeat(9, 1fr);
  }
  .elementor-grid-mobile_extra-10 .elementor-grid {
    grid-template-columns: repeat(10, 1fr);
  }
  .elementor-grid-mobile_extra-11 .elementor-grid {
    grid-template-columns: repeat(11, 1fr);
  }
  .elementor-grid-mobile_extra-12 .elementor-grid {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (max-width: 767px) {
  .elementor-grid-mobile-0 .elementor-grid {
    display: inline-block;
    width: 100%;
    word-spacing: var(--grid-column-gap);
    margin-bottom: calc(-1 * var(--grid-row-gap));
  }
  .elementor-grid-mobile-0 .elementor-grid .elementor-grid-item {
    display: inline-block;
    margin-bottom: var(--grid-row-gap);
    word-break: break-word;
  }
  .elementor-grid-mobile-1 .elementor-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .elementor-grid-mobile-2 .elementor-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .elementor-grid-mobile-3 .elementor-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .elementor-grid-mobile-4 .elementor-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .elementor-grid-mobile-5 .elementor-grid {
    grid-template-columns: repeat(5, 1fr);
  }
  .elementor-grid-mobile-6 .elementor-grid {
    grid-template-columns: repeat(6, 1fr);
  }
  .elementor-grid-mobile-7 .elementor-grid {
    grid-template-columns: repeat(7, 1fr);
  }
  .elementor-grid-mobile-8 .elementor-grid {
    grid-template-columns: repeat(8, 1fr);
  }
  .elementor-grid-mobile-9 .elementor-grid {
    grid-template-columns: repeat(9, 1fr);
  }
  .elementor-grid-mobile-10 .elementor-grid {
    grid-template-columns: repeat(10, 1fr);
  }
  .elementor-grid-mobile-11 .elementor-grid {
    grid-template-columns: repeat(11, 1fr);
  }
  .elementor-grid-mobile-12 .elementor-grid {
    grid-template-columns: repeat(12, 1fr);
  }
}

@media (min-width: 1025px) {
  #elementor-device-mode:after {
    content: "desktop";
  }
}
@media (min-width: -1) {
  #elementor-device-mode:after {
    content: "widescreen";
  }
}
@media (max-width: -1) {
  #elementor-device-mode:after {
    content: "laptop";
  }
}
@media (max-width: -1) {
  #elementor-device-mode:after {
    content: "tablet_extra";
  }
}
@media (max-width: 1024px) {
  #elementor-device-mode:after {
    content: "tablet";
  }
}
@media (max-width: -1) {
  #elementor-device-mode:after {
    content: "mobile_extra";
  }
}
@media (max-width: 767px) {
  #elementor-device-mode:after {
    content: "mobile";
  }
}

.e-con {
  --border-radius: 0;
  --border-top-width: 0px;
  --border-right-width: 0px;
  --border-bottom-width: 0px;
  --border-left-width: 0px;
  --border-style: initial;
  --border-color: initial;
  --container-widget-width: 100%;
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --content-width: min(100%, var(--container-max-width, 1140px));
  --width: 100%;
  --min-height: initial;
  --height: auto;
  --text-align: initial;
  --margin-top: 0px;
  --margin-right: 0px;
  --margin-bottom: 0px;
  --margin-left: 0px;
  --padding-top: var(--container-default-padding-top, 10px);
  --padding-right: var(--container-default-padding-right, 10px);
  --padding-bottom: var(--container-default-padding-bottom, 10px);
  --padding-left: var(--container-default-padding-left, 10px);
  --position: relative;
  --z-index: revert;
  --overflow: visible;
  --gap: var(--widgets-spacing, 20px);
  --overlay-mix-blend-mode: initial;
  --overlay-opacity: 1;
  --overlay-transition: 0.3s;
  --e-con-grid-template-columns: repeat(3, 1fr);
  --e-con-grid-template-rows: repeat(2, 1fr);
  position: var(--position);
  width: var(--width);
  min-width: 0;
  min-height: var(--min-height);
  height: var(--height);
  border-radius: var(--border-radius);
  z-index: var(--z-index);
  overflow: var(--overflow);
  transition: background var(--background-transition, 0.3s), border var(--border-transition, 0.3s), box-shadow var(--border-transition, 0.3s), transform var(--e-con-transform-transition-duration, 0.4s);
  --flex-wrap-mobile: wrap;
  margin-block-start: var(--margin-block-start);
  margin-inline-end: var(--margin-inline-end);
  margin-block-end: var(--margin-block-end);
  margin-inline-start: var(--margin-inline-start);
  padding-inline-start: var(--padding-inline-start);
  padding-inline-end: var(--padding-inline-end);
}
.e-con {
  --margin-block-start: var(--margin-top);
  --margin-block-end: var(--margin-bottom);
  --margin-inline-start: var(--margin-left);
  --margin-inline-end: var(--margin-right);
  --padding-inline-start: var(--padding-left);
  --padding-inline-end: var(--padding-right);
  --padding-block-start: var(--padding-top);
  --padding-block-end: var(--padding-bottom);
  --border-block-start-width: var(--border-top-width);
  --border-block-end-width: var(--border-bottom-width);
  --border-inline-start-width: var(--border-left-width);
  --border-inline-end-width: var(--border-right-width);
}
body.rtl .e-con {
  --padding-inline-start: var(--padding-right);
  --padding-inline-end: var(--padding-left);
  --margin-inline-start: var(--margin-right);
  --margin-inline-end: var(--margin-left);
  --border-inline-start-width: var(--border-right-width);
  --border-inline-end-width: var(--border-left-width);
}
.e-con.e-flex {
  --flex-direction: column;
  --flex-basis: auto;
  --flex-grow: 0;
  --flex-shrink: 1;
  flex: var(--flex-grow) var(--flex-shrink) var(--flex-basis);
}
.e-con-full, .e-con > .e-con-inner {
  text-align: var(--text-align);
  padding-block-start: var(--padding-block-start);
  padding-block-end: var(--padding-block-end);
}
.e-con-full.e-flex, .e-con.e-flex > .e-con-inner {
  flex-direction: var(--flex-direction);
}
.e-con, .e-con > .e-con-inner {
  display: var(--display);
}
.e-con.e-grid {
  --grid-justify-content: start;
  --grid-align-content: start;
  --grid-auto-flow: row;
}
.e-con.e-grid, .e-con.e-grid > .e-con-inner {
  grid-template-columns: var(--e-con-grid-template-columns);
  grid-template-rows: var(--e-con-grid-template-rows);
  justify-content: var(--grid-justify-content);
  align-content: var(--grid-align-content);
  grid-auto-flow: var(--grid-auto-flow);
  justify-items: var(--justify-items);
  align-items: var(--align-items);
}
.e-con-boxed.e-flex {
  flex-direction: column;
  flex-wrap: initial;
  justify-content: initial;
  align-items: initial;
  align-content: initial;
}
.e-con-boxed.e-grid {
  justify-items: initial;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}
.e-con-boxed {
  text-align: initial;
  gap: initial;
}
.e-con.e-flex > .e-con-inner {
  flex-wrap: var(--flex-wrap);
  justify-content: var(--justify-content);
  align-items: var(--align-items);
  align-content: var(--align-content);
  flex-basis: initial;
  flex-grow: 1;
  flex-shrink: initial;
  align-self: initial;
}
.e-con.e-grid > .e-con-inner {
  justify-items: var(--justify-items);
  align-items: var(--align-items);
}
.e-con > .e-con-inner {
  gap: var(--gap);
  width: 100%;
  max-width: var(--content-width);
  margin: 0 auto;
  padding-inline-start: 0;
  padding-inline-end: 0;
  height: 100%;
}
:is(.elementor-section-wrap, [data-elementor-id]) > .e-con {
  --margin-left: auto;
  --margin-right: auto;
  max-width: min(100%, var(--width));
}
.e-con .elementor-widget.elementor-widget {
  margin-block-end: 0;
}
.e-con::before, :is(.e-con, .e-con > .e-con-inner) > .elementor-background-video-container::before,
.e-con > .elementor-motion-effects-container > .elementor-motion-effects-layer::before,
.e-con > .elementor-background-slideshow::before {
  content: var(--background-overlay);
  display: block;
  position: absolute;
  mix-blend-mode: var(--overlay-mix-blend-mode);
  opacity: var(--overlay-opacity);
  transition: var(--overlay-transition, 0.3s);
  border-radius: var(--border-radius);
  border-style: var(--border-style);
  border-color: var(--border-color);
  border-block-start-width: var(--border-block-start-width);
  border-inline-end-width: var(--border-inline-end-width);
  border-block-end-width: var(--border-block-end-width);
  border-inline-start-width: var(--border-inline-start-width);
  top: calc(0px - var(--border-top-width));
  left: calc(0px - var(--border-left-width));
  width: max(100% + var(--border-left-width) + var(--border-right-width), 100%);
  height: max(100% + var(--border-top-width) + var(--border-bottom-width), 100%);
}
.e-con::before {
  transition: background var(--overlay-transition, 0.3s), border-radius var(--border-transition, 0.3s), opacity var(--overlay-transition, 0.3s);
}
.e-con > .elementor-background-slideshow, :is(.e-con, .e-con > .e-con-inner) > .elementor-background-video-container {
  border-radius: var(--border-radius);
  border-style: var(--border-style);
  border-color: var(--border-color);
  border-block-start-width: var(--border-block-start-width);
  border-inline-end-width: var(--border-inline-end-width);
  border-block-end-width: var(--border-block-end-width);
  border-inline-start-width: var(--border-inline-start-width);
  top: calc(0px - var(--border-top-width));
  left: calc(0px - var(--border-left-width));
  width: max(100% + var(--border-left-width) + var(--border-right-width), 100%);
  height: max(100% + var(--border-top-width) + var(--border-bottom-width), 100%);
}
@media (max-width: 767px) {
  :is(.e-con, .e-con > .e-con-inner) > .elementor-background-video-container.elementor-hidden-phone {
    display: none;
  }
}
:is(.e-con, .e-con > .e-con-inner) > .elementor-background-video-container::before {
  z-index: 1;
}
:is(.e-con, .e-con > .e-con-inner) > .elementor-background-slideshow::before {
  z-index: 2;
}
.e-con .elementor-widget {
  min-width: 0;
}
.e-con .elementor-widget-video, .e-con .elementor-widget-google_maps, .e-con .elementor-widget-empty {
  width: 100%;
}
.e-con .elementor-widget.e-widget-swiper {
  width: 100%;
}
.e-con > .elementor-widget > .elementor-widget-container, .e-con > .e-con-inner > .elementor-widget > .elementor-widget-container {
  height: 100%;
}
.elementor.elementor .e-con > .elementor-widget, .e-con.e-con > .e-con-inner > .elementor-widget {
  max-width: 100%;
}

@media (max-width: 767px) {
  .e-con.e-flex {
    --width: 100%;
    --flex-wrap: var(--flex-wrap-mobile);
  }
}
.elementor-form-fields-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group > input, .elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group > textarea, .elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group > .elementor-select-wrapper, .elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group .elementor-field-subgroup {
  flex-basis: 100%;
  max-width: 100%;
}
.elementor-form-fields-wrapper.elementor-labels-inline > .elementor-field-group > input, .elementor-form-fields-wrapper.elementor-labels-inline > .elementor-field-group .elementor-select-wrapper {
  flex-grow: 1;
}

.elementor-field-group {
  flex-wrap: wrap;
  align-items: center;
}
.elementor-field-group.elementor-field-type-submit {
  align-items: flex-end;
}
.elementor-field-group .elementor-field-textual {
  width: 100%;
  max-width: 100%;
  border: 1px solid #69727D;
  background-color: transparent;
  color: #1f2124;
  vertical-align: middle;
  flex-grow: 1;
}
.elementor-field-group .elementor-field-textual:focus {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
  outline: 0;
}
.elementor-field-group .elementor-field-textual::-moz-placeholder {
  color: inherit;
  font-family: inherit;
  opacity: 0.6;
}
.elementor-field-group .elementor-field-textual::placeholder {
  color: inherit;
  font-family: inherit;
  opacity: 0.6;
}
.elementor-field-group .elementor-select-wrapper {
  display: flex;
  position: relative;
  width: 100%;
}
.elementor-field-group .elementor-select-wrapper select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  text-transform: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  flex-basis: 100%;
  padding-inline-end: 20px;
}
.elementor-field-group .elementor-select-wrapper:before {
  content: "\e92a";
  font-family: "eicons";
  font-size: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  pointer-events: none;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before {
  content: "";
}

.elementor-field-subgroup {
  display: flex;
  flex-wrap: wrap;
}
.elementor-field-subgroup .elementor-field-option label {
  display: inline-block;
}
.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option {
  padding-inline-end: 10px;
}
.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option {
  flex-basis: 100%;
}

.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input,
.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label,
.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input,
.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label,
.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input,
.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label {
  display: inline;
}

.elementor-field-label {
  cursor: pointer;
}
.elementor-mark-required .elementor-field-label:after {
  content: "*";
  color: red;
  padding-inline-start: 0.2em;
}

.elementor-field-textual {
  line-height: 1.4;
  font-size: 15px;
  min-height: 40px;
  padding: 5px 14px;
  border-radius: 3px;
}
.elementor-field-textual.elementor-size-xs {
  font-size: 13px;
  min-height: 33px;
  padding: 4px 12px;
  border-radius: 2px;
}
.elementor-field-textual.elementor-size-md {
  font-size: 16px;
  min-height: 47px;
  padding: 6px 16px;
  border-radius: 4px;
}
.elementor-field-textual.elementor-size-lg {
  font-size: 18px;
  min-height: 59px;
  padding: 7px 20px;
  border-radius: 5px;
}
.elementor-field-textual.elementor-size-xl {
  font-size: 20px;
  min-height: 72px;
  padding: 8px 24px;
  border-radius: 6px;
}

.elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
  flex-basis: 100%;
}
.elementor-button-align-stretch .e-form__buttons__wrapper {
  flex-basis: 50%;
  flex-grow: 1;
}
.elementor-button-align-stretch .e-form__buttons__wrapper__button {
  flex-basis: 100%;
}
.elementor-button-align-center .elementor-field-type-submit,
.elementor-button-align-center .e-form__buttons {
  justify-content: center;
}
.elementor-button-align-start .elementor-field-type-submit,
.elementor-button-align-start .e-form__buttons {
  justify-content: flex-start;
}
.elementor-button-align-end .elementor-field-type-submit,
.elementor-button-align-end .e-form__buttons {
  justify-content: flex-end;
}
.elementor-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button, .elementor-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button, .elementor-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
  flex-basis: initial;
}
.elementor-button-align-center .e-form__buttons__wrapper, .elementor-button-align-start .e-form__buttons__wrapper, .elementor-button-align-end .e-form__buttons__wrapper {
  flex-grow: initial;
}
.elementor-button-align-center .e-form__buttons__wrapper, .elementor-button-align-center .e-form__buttons__wrapper__button, .elementor-button-align-start .e-form__buttons__wrapper, .elementor-button-align-start .e-form__buttons__wrapper__button, .elementor-button-align-end .e-form__buttons__wrapper, .elementor-button-align-end .e-form__buttons__wrapper__button {
  flex-basis: initial;
}

@media screen and (max-width: 1024px) {
  .elementor-tablet-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
    flex-basis: 100%;
  }
  .elementor-tablet-button-align-stretch .e-form__buttons__wrapper {
    flex-basis: 50%;
    flex-grow: 1;
  }
  .elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button {
    flex-basis: 100%;
  }
  .elementor-tablet-button-align-center .elementor-field-type-submit,
  .elementor-tablet-button-align-center .e-form__buttons {
    justify-content: center;
  }
  .elementor-tablet-button-align-start .elementor-field-type-submit,
  .elementor-tablet-button-align-start .e-form__buttons {
    justify-content: flex-start;
  }
  .elementor-tablet-button-align-end .elementor-field-type-submit,
  .elementor-tablet-button-align-end .e-form__buttons {
    justify-content: flex-end;
  }
  .elementor-tablet-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button, .elementor-tablet-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button, .elementor-tablet-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
    flex-basis: initial;
  }
  .elementor-tablet-button-align-center .e-form__buttons__wrapper, .elementor-tablet-button-align-start .e-form__buttons__wrapper, .elementor-tablet-button-align-end .e-form__buttons__wrapper {
    flex-grow: initial;
  }
  .elementor-tablet-button-align-center .e-form__buttons__wrapper, .elementor-tablet-button-align-center .e-form__buttons__wrapper__button, .elementor-tablet-button-align-start .e-form__buttons__wrapper, .elementor-tablet-button-align-start .e-form__buttons__wrapper__button, .elementor-tablet-button-align-end .e-form__buttons__wrapper, .elementor-tablet-button-align-end .e-form__buttons__wrapper__button {
    flex-basis: initial;
  }
}
@media screen and (max-width: 767px) {
  .elementor-mobile-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
    flex-basis: 100%;
  }
  .elementor-mobile-button-align-stretch .e-form__buttons__wrapper {
    flex-basis: 50%;
    flex-grow: 1;
  }
  .elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button {
    flex-basis: 100%;
  }
  .elementor-mobile-button-align-center .elementor-field-type-submit,
  .elementor-mobile-button-align-center .e-form__buttons {
    justify-content: center;
  }
  .elementor-mobile-button-align-start .elementor-field-type-submit,
  .elementor-mobile-button-align-start .e-form__buttons {
    justify-content: flex-start;
  }
  .elementor-mobile-button-align-end .elementor-field-type-submit,
  .elementor-mobile-button-align-end .e-form__buttons {
    justify-content: flex-end;
  }
  .elementor-mobile-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button, .elementor-mobile-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button, .elementor-mobile-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
    flex-basis: initial;
  }
  .elementor-mobile-button-align-center .e-form__buttons__wrapper, .elementor-mobile-button-align-start .e-form__buttons__wrapper, .elementor-mobile-button-align-end .e-form__buttons__wrapper {
    flex-grow: initial;
  }
  .elementor-mobile-button-align-center .e-form__buttons__wrapper, .elementor-mobile-button-align-center .e-form__buttons__wrapper__button, .elementor-mobile-button-align-start .e-form__buttons__wrapper, .elementor-mobile-button-align-start .e-form__buttons__wrapper__button, .elementor-mobile-button-align-end .e-form__buttons__wrapper, .elementor-mobile-button-align-end .e-form__buttons__wrapper__button {
    flex-basis: initial;
  }
}
.elementor-error .elementor-field {
  border-color: #d9534f;
}
.elementor-error .help-inline {
  color: #d9534f;
  font-size: 0.9em;
}

.elementor-message {
  margin: 10px 0;
  font-size: 1em;
  line-height: 1;
}
.elementor-message:before {
  content: "\e90e";
  display: inline-block;
  font-family: eicons;
  font-weight: normal;
  font-style: normal;
  vertical-align: middle;
  margin-inline-end: 5px;
}
.elementor-message.elementor-message-danger {
  color: #d9534f;
}
.elementor-message.elementor-message-danger:before {
  content: "\e87f";
}
.elementor-message.form-message-success {
  color: #5cb85c;
}

.elementor-form .elementor-button {
  padding-block-start: 0;
  padding-block-end: 0;
  border: none;
}
.elementor-form .elementor-button > span, .elementor-form .elementor-button-content-wrapper {
  display: flex;
  justify-content: center;
  flex-direction: row;
  gap: 5px;
}
.elementor-form .elementor-button.elementor-size-xs {
  min-height: 33px;
}
.elementor-form .elementor-button.elementor-size-sm {
  min-height: 40px;
}
.elementor-form .elementor-button.elementor-size-md {
  min-height: 47px;
}
.elementor-form .elementor-button.elementor-size-lg {
  min-height: 59px;
}
.elementor-form .elementor-button.elementor-size-xl {
  min-height: 72px;
}

.elementor-element .elementor-widget-container {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, transform var(--e-transform-transition-duration, 400ms);
}

.elementor-heading-title {
  padding: 0;
  margin: 0;
  line-height: 1;
}

.elementor-button {
  display: inline-block;
  line-height: 1;
  background-color: #69727D;
  font-size: 15px;
  padding: 12px 24px;
  border-radius: 3px;
  color: #fff;
  fill: #fff;
  text-align: center;
  transition: all 0.3s;
}
.elementor-button:hover, .elementor-button:focus, .elementor-button:visited {
  color: #fff;
}
.elementor-button-content-wrapper {
  display: flex;
  justify-content: center;
  flex-direction: row;
  gap: 5px;
}
.elementor-button-icon svg {
  width: 1em;
  height: auto;
}
.elementor-button-icon .e-font-icon-svg {
  height: 1em;
}
.elementor-button-text {
  display: inline-block;
}
.elementor-button.elementor-size-xs {
  font-size: 13px;
  padding: 10px 20px;
  border-radius: 2px;
}
.elementor-button.elementor-size-md {
  font-size: 16px;
  padding: 15px 30px;
  border-radius: 4px;
}
.elementor-button.elementor-size-lg {
  font-size: 18px;
  padding: 20px 40px;
  border-radius: 5px;
}
.elementor-button.elementor-size-xl {
  font-size: 20px;
  padding: 25px 50px;
  border-radius: 6px;
}
.elementor-button span {
  text-decoration: inherit;
}

.elementor-element.elementor-button-info .elementor-button {
  background-color: #5bc0de;
}
.elementor-element.elementor-button-success .elementor-button {
  background-color: #5cb85c;
}
.elementor-element.elementor-button-warning .elementor-button {
  background-color: #f0ad4e;
}
.elementor-element.elementor-button-danger .elementor-button {
  background-color: #d9534f;
}

.elementor-widget-button .elementor-button .elementor-button-info {
  background-color: #5bc0de;
}
.elementor-widget-button .elementor-button .elementor-button-success {
  background-color: #5cb85c;
}
.elementor-widget-button .elementor-button .elementor-button-warning {
  background-color: #f0ad4e;
}
.elementor-widget-button .elementor-button .elementor-button-danger {
  background-color: #d9534f;
}

.elementor-tab-title a {
  color: inherit;
}

.elementor-view-stacked .elementor-icon {
  padding: 0.5em;
  background-color: #69727D;
  color: #fff;
  fill: #fff;
}

.elementor-view-framed .elementor-icon {
  padding: 0.5em;
  color: #69727D;
  border: 3px solid #69727D;
  background-color: transparent;
}

.elementor-icon {
  display: inline-block;
  line-height: 1;
  transition: all 0.3s;
  color: #69727D;
  font-size: 50px;
  text-align: center;
}
.elementor-icon:hover {
  color: #69727D;
}
.elementor-icon i, .elementor-icon svg {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
}
.elementor-icon i:before, .elementor-icon svg:before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.elementor-icon i.fad {
  width: initial;
}

.elementor-shape-square .elementor-icon {
  border-radius: 0;
}
.elementor-shape-rounded .elementor-icon {
  border-radius: 10%;
}
.elementor-shape-circle .elementor-icon {
  border-radius: 50%;
}

.e-transform .elementor-widget-container {
  transform: perspective(var(--e-transform-perspective, 0)) rotateZ(var(--e-transform-rotateZ, 0)) rotateX(var(--e-transform-rotateX, 0)) rotateY(var(--e-transform-rotateY, 0)) translate(var(--e-transform-translate, 0)) translateX(var(--e-transform-translateX, 0)) translateY(var(--e-transform-translateY, 0)) scaleX(calc(var(--e-transform-flipX, 1) * var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1) * var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX, 0)) skewY(var(--e-transform-skewY, 0));
  transform-origin: var(--e-transform-origin-y) var(--e-transform-origin-x);
}

.e-con.e-transform {
  transform: perspective(var(--e-con-transform-perspective, 0)) rotateZ(var(--e-con-transform-rotateZ, 0)) rotateX(var(--e-con-transform-rotateX, 0)) rotateY(var(--e-con-transform-rotateY, 0)) translate(var(--e-con-transform-translate, 0)) translateX(var(--e-con-transform-translateX, 0)) translateY(var(--e-con-transform-translateY, 0)) scaleX(calc(var(--e-con-transform-flipX, 1) * var(--e-con-transform-scaleX, var(--e-con-transform-scale, 1)))) scaleY(calc(var(--e-con-transform-flipY, 1) * var(--e-con-transform-scaleY, var(--e-con-transform-scale, 1)))) skewX(var(--e-con-transform-skewX, 0)) skewY(var(--e-con-transform-skewY, 0));
  transform-origin: var(--e-con-transform-origin-y) var(--e-con-transform-origin-x);
}

.animated {
  animation-duration: 1.25s;
}
.animated.animated-slow {
  animation-duration: 2s;
}
.animated.animated-fast {
  animation-duration: 0.75s;
}
.animated.infinite {
  animation-iteration-count: infinite;
}
.animated.reverse {
  animation-direction: reverse;
  animation-fill-mode: forwards;
}

@media (prefers-reduced-motion: reduce) {
  .animated {
    animation: none;
  }
}
.page-template-elementor_canvas.elementor-page:before {
  display: none;
}

.elementor-post__thumbnail__link {
  transition: none;
}

#left-area ul.elementor-icon-list-items,
.elementor .elementor-element ul.elementor-icon-list-items,
.elementor-edit-area .elementor-element ul.elementor-icon-list-items {
  padding: 0;
}

.e--ua-appleWebkit.rtl {
  --flex-right: flex-start;
}
.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-right,
.e--ua-appleWebkit .elementor-share-buttons--align-right {
  --justify-content: var(--flex-right, flex-end);
}
.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-center,
.e--ua-appleWebkit .elementor-share-buttons--align-center {
  --justify-content: center;
}
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid {
  width: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: var(--justify-content, space-between);
  margin-left: calc(-0.5 * var(--grid-column-gap));
  margin-right: calc(-0.5 * var(--grid-column-gap));
}
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid-item {
  margin-left: calc(0.5 * var(--grid-column-gap));
  margin-right: calc(0.5 * var(--grid-column-gap));
}
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid {
  display: inline-block;
}
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid-item {
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 1024px) {
  .e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-right,
  .e--ua-appleWebkit .elementor-share-buttons-tablet--align-right {
    --justify-content: var(--flex-right, flex-end);
  }
  .e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-center,
  .e--ua-appleWebkit .elementor-share-buttons-tablet--align-center {
    --justify-content: center;
  }
  .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: var(--justify-content, space-between);
    margin-left: calc(-0.5 * var(--grid-column-gap));
    margin-right: calc(-0.5 * var(--grid-column-gap));
  }
  .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid-item {
    margin-left: calc(0.5 * var(--grid-column-gap));
    margin-right: calc(0.5 * var(--grid-column-gap));
  }
  .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid {
    display: inline-block;
  }
  .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid-item {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-right,
  .e--ua-appleWebkit .elementor-share-buttons-mobile--align-right {
    --justify-content: var(--flex-right, flex-end);
  }
  .e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-center,
  .e--ua-appleWebkit .elementor-share-buttons-mobile--align-center {
    --justify-content: center;
  }
  .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: var(--justify-content, space-between);
    margin-left: calc(-0.5 * var(--grid-column-gap));
    margin-right: calc(-0.5 * var(--grid-column-gap));
  }
  .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid-item {
    margin-left: calc(0.5 * var(--grid-column-gap));
    margin-right: calc(0.5 * var(--grid-column-gap));
  }
  .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid {
    display: inline-block;
  }
  .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid-item {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .elementor .elementor-hidden-mobile {
    display: none;
  }
  .elementor .elementor-hidden-phone {
    display: none;
  }
}
@media (min-width: -1) and (max-width: -1) {
  .elementor .elementor-hidden-mobile_extra {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .elementor .elementor-hidden-tablet {
    display: none;
  }
}
@media (min-width: -1) and (max-width: -1) {
  .elementor .elementor-hidden-tablet_extra {
    display: none;
  }
}
@media (min-width: -1) and (max-width: -1) {
  .elementor .elementor-hidden-laptop {
    display: none;
  }
}
@media (min-width: 1025px) and (max-width: 99999px) {
  .elementor .elementor-hidden-desktop {
    display: none;
  }
}
@media (min-width: -1) {
  .elementor .elementor-hidden-widescreen {
    display: none;
  }
}
/*# sourceMappingURL=frontend.css.map *//**
 * Swiper 8.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 21, 2022
 */

 @font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}
.swiper-button-lock {
  display: none;
}
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
          appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev,
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}
.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}
.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
}.elementor-element, .elementor-lightbox {
  --swiper-theme-color: #000;
  --swiper-navigation-size: 44px;
  --swiper-pagination-bullet-size: 6px;
  --swiper-pagination-bullet-horizontal-gap: 6px;
}
.elementor-element .swiper .swiper-slide figure,
.elementor-element .swiper-container .swiper-slide figure, .elementor-lightbox .swiper .swiper-slide figure,
.elementor-lightbox .swiper-container .swiper-slide figure {
  line-height: 0;
}
.elementor-element .swiper .elementor-lightbox-content-source,
.elementor-element .swiper-container .elementor-lightbox-content-source, .elementor-lightbox .swiper .elementor-lightbox-content-source,
.elementor-lightbox .swiper-container .elementor-lightbox-content-source {
  display: none;
}
.elementor-element .swiper .elementor-swiper-button,
.elementor-element .swiper ~ .elementor-swiper-button,
.elementor-element .swiper-container .elementor-swiper-button,
.elementor-element .swiper-container ~ .elementor-swiper-button, .elementor-lightbox .swiper .elementor-swiper-button,
.elementor-lightbox .swiper ~ .elementor-swiper-button,
.elementor-lightbox .swiper-container .elementor-swiper-button,
.elementor-lightbox .swiper-container ~ .elementor-swiper-button {
  position: absolute;
  display: inline-flex;
  z-index: 1;
  cursor: pointer;
  font-size: 25px;
  color: rgba(238, 238, 238, 0.9);
  top: 50%;
  transform: translateY(-50%);
}
.elementor-element .swiper .elementor-swiper-button svg,
.elementor-element .swiper ~ .elementor-swiper-button svg,
.elementor-element .swiper-container .elementor-swiper-button svg,
.elementor-element .swiper-container ~ .elementor-swiper-button svg, .elementor-lightbox .swiper .elementor-swiper-button svg,
.elementor-lightbox .swiper ~ .elementor-swiper-button svg,
.elementor-lightbox .swiper-container .elementor-swiper-button svg,
.elementor-lightbox .swiper-container ~ .elementor-swiper-button svg {
  fill: rgba(238, 238, 238, 0.9);
  height: 1em;
  width: 1em;
}
.elementor-element .swiper .elementor-swiper-button-prev,
.elementor-element .swiper ~ .elementor-swiper-button-prev,
.elementor-element .swiper-container .elementor-swiper-button-prev,
.elementor-element .swiper-container ~ .elementor-swiper-button-prev, .elementor-lightbox .swiper .elementor-swiper-button-prev,
.elementor-lightbox .swiper ~ .elementor-swiper-button-prev,
.elementor-lightbox .swiper-container .elementor-swiper-button-prev,
.elementor-lightbox .swiper-container ~ .elementor-swiper-button-prev {
  left: 10px;
}
.elementor-element .swiper .elementor-swiper-button-next,
.elementor-element .swiper ~ .elementor-swiper-button-next,
.elementor-element .swiper-container .elementor-swiper-button-next,
.elementor-element .swiper-container ~ .elementor-swiper-button-next, .elementor-lightbox .swiper .elementor-swiper-button-next,
.elementor-lightbox .swiper ~ .elementor-swiper-button-next,
.elementor-lightbox .swiper-container .elementor-swiper-button-next,
.elementor-lightbox .swiper-container ~ .elementor-swiper-button-next {
  right: 10px;
}
.elementor-element .swiper .elementor-swiper-button.swiper-button-disabled,
.elementor-element .swiper ~ .elementor-swiper-button.swiper-button-disabled,
.elementor-element .swiper-container .elementor-swiper-button.swiper-button-disabled,
.elementor-element .swiper-container ~ .elementor-swiper-button.swiper-button-disabled, .elementor-lightbox .swiper .elementor-swiper-button.swiper-button-disabled,
.elementor-lightbox .swiper ~ .elementor-swiper-button.swiper-button-disabled,
.elementor-lightbox .swiper-container .elementor-swiper-button.swiper-button-disabled,
.elementor-lightbox .swiper-container ~ .elementor-swiper-button.swiper-button-disabled {
  opacity: 0.3;
}
.elementor-element .swiper .swiper-image-stretch .swiper-slide .swiper-slide-image,
.elementor-element .swiper-container .swiper-image-stretch .swiper-slide .swiper-slide-image, .elementor-lightbox .swiper .swiper-image-stretch .swiper-slide .swiper-slide-image,
.elementor-lightbox .swiper-container .swiper-image-stretch .swiper-slide .swiper-slide-image {
  width: 100%;
}
.elementor-element .swiper .swiper-pagination-fraction,
.elementor-element .swiper .swiper-pagination-custom,
.elementor-element .swiper .swiper-horizontal > .swiper-pagination-bullets,
.elementor-element .swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.elementor-element .swiper ~ .swiper-pagination-fraction,
.elementor-element .swiper ~ .swiper-pagination-custom,
.elementor-element .swiper ~ .swiper-pagination-bullets.swiper-pagination-horizontal,
.elementor-element .swiper-container .swiper-pagination-fraction,
.elementor-element .swiper-container .swiper-pagination-custom,
.elementor-element .swiper-container .swiper-horizontal > .swiper-pagination-bullets,
.elementor-element .swiper-container .swiper-pagination-bullets.swiper-pagination-horizontal,
.elementor-element .swiper-container ~ .swiper-pagination-fraction,
.elementor-element .swiper-container ~ .swiper-pagination-custom,
.elementor-element .swiper-container ~ .swiper-pagination-bullets.swiper-pagination-horizontal, .elementor-lightbox .swiper .swiper-pagination-fraction,
.elementor-lightbox .swiper .swiper-pagination-custom,
.elementor-lightbox .swiper .swiper-horizontal > .swiper-pagination-bullets,
.elementor-lightbox .swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.elementor-lightbox .swiper ~ .swiper-pagination-fraction,
.elementor-lightbox .swiper ~ .swiper-pagination-custom,
.elementor-lightbox .swiper ~ .swiper-pagination-bullets.swiper-pagination-horizontal,
.elementor-lightbox .swiper-container .swiper-pagination-fraction,
.elementor-lightbox .swiper-container .swiper-pagination-custom,
.elementor-lightbox .swiper-container .swiper-horizontal > .swiper-pagination-bullets,
.elementor-lightbox .swiper-container .swiper-pagination-bullets.swiper-pagination-horizontal,
.elementor-lightbox .swiper-container ~ .swiper-pagination-fraction,
.elementor-lightbox .swiper-container ~ .swiper-pagination-custom,
.elementor-lightbox .swiper-container ~ .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 5px;
}
.elementor-element .swiper.swiper-cube .elementor-swiper-button,
.elementor-element .swiper.swiper-cube ~ .elementor-swiper-button,
.elementor-element .swiper-container.swiper-cube .elementor-swiper-button,
.elementor-element .swiper-container.swiper-cube ~ .elementor-swiper-button, .elementor-lightbox .swiper.swiper-cube .elementor-swiper-button,
.elementor-lightbox .swiper.swiper-cube ~ .elementor-swiper-button,
.elementor-lightbox .swiper-container.swiper-cube .elementor-swiper-button,
.elementor-lightbox .swiper-container.swiper-cube ~ .elementor-swiper-button {
  transform: translate3d(0, -50%, 1px);
}
.elementor-element :where(.swiper-container-horizontal) ~ .swiper-pagination-bullets, .elementor-lightbox :where(.swiper-container-horizontal) ~ .swiper-pagination-bullets {
  bottom: 5px;
  left: 0;
  width: 100%;
}
.elementor-element :where(.swiper-container-horizontal) ~ .swiper-pagination-bullets .swiper-pagination-bullet, .elementor-lightbox :where(.swiper-container-horizontal) ~ .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.elementor-element :where(.swiper-container-horizontal) ~ .swiper-pagination-progressbar, .elementor-lightbox :where(.swiper-container-horizontal) ~ .swiper-pagination-progressbar {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.elementor-element.elementor-pagination-position-outside .swiper,
.elementor-element.elementor-pagination-position-outside .swiper-container, .elementor-lightbox.elementor-pagination-position-outside .swiper,
.elementor-lightbox.elementor-pagination-position-outside .swiper-container {
  padding-bottom: 30px;
}
.elementor-element.elementor-pagination-position-outside .swiper .elementor-swiper-button,
.elementor-element.elementor-pagination-position-outside .swiper ~ .elementor-swiper-button,
.elementor-element.elementor-pagination-position-outside .swiper-container .elementor-swiper-button,
.elementor-element.elementor-pagination-position-outside .swiper-container ~ .elementor-swiper-button, .elementor-lightbox.elementor-pagination-position-outside .swiper .elementor-swiper-button,
.elementor-lightbox.elementor-pagination-position-outside .swiper ~ .elementor-swiper-button,
.elementor-lightbox.elementor-pagination-position-outside .swiper-container .elementor-swiper-button,
.elementor-lightbox.elementor-pagination-position-outside .swiper-container ~ .elementor-swiper-button {
  top: calc(50% - 30px / 2);
}
.elementor-element .elementor-swiper, .elementor-lightbox .elementor-swiper {
  position: relative;
}
.elementor-element .elementor-main-swiper, .elementor-lightbox .elementor-main-swiper {
  position: static;
}
.elementor-element.elementor-arrows-position-outside .swiper,
.elementor-element.elementor-arrows-position-outside .swiper-container, .elementor-lightbox.elementor-arrows-position-outside .swiper,
.elementor-lightbox.elementor-arrows-position-outside .swiper-container {
  width: calc(100% - 60px);
}
.elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev,
.elementor-element.elementor-arrows-position-outside .swiper ~ .elementor-swiper-button-prev,
.elementor-element.elementor-arrows-position-outside .swiper-container .elementor-swiper-button-prev,
.elementor-element.elementor-arrows-position-outside .swiper-container ~ .elementor-swiper-button-prev, .elementor-lightbox.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev,
.elementor-lightbox.elementor-arrows-position-outside .swiper ~ .elementor-swiper-button-prev,
.elementor-lightbox.elementor-arrows-position-outside .swiper-container .elementor-swiper-button-prev,
.elementor-lightbox.elementor-arrows-position-outside .swiper-container ~ .elementor-swiper-button-prev {
  left: 0;
}
.elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-next,
.elementor-element.elementor-arrows-position-outside .swiper ~ .elementor-swiper-button-next,
.elementor-element.elementor-arrows-position-outside .swiper-container .elementor-swiper-button-next,
.elementor-element.elementor-arrows-position-outside .swiper-container ~ .elementor-swiper-button-next, .elementor-lightbox.elementor-arrows-position-outside .swiper .elementor-swiper-button-next,
.elementor-lightbox.elementor-arrows-position-outside .swiper ~ .elementor-swiper-button-next,
.elementor-lightbox.elementor-arrows-position-outside .swiper-container .elementor-swiper-button-next,
.elementor-lightbox.elementor-arrows-position-outside .swiper-container ~ .elementor-swiper-button-next {
  right: 0;
}

/*# sourceMappingURL=e-swiper.css.map *//*! elementor - v3.24.0 - 15-10-2024 */
#wp-admin-bar-elementor_edit_page > .ab-item::before {
  content: "\e813";
  font-family: eicons;
  inset-block-start: 3px;
  font-size: 18px;
}
#wp-admin-bar-elementor_edit_page .ab-submenu .ab-item {
  display: flex;
  width: 200px;
}
#wp-admin-bar-elementor_edit_page .elementor-edit-link-title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
}
#wp-admin-bar-elementor_edit_page .elementor-edit-link-type {
  background: #3f444b;
  font-size: 11px;
  line-height: 9px;
  margin-block-start: 6px;
  padding: 4px 8px;
  border-radius: 3px;
}

#wp-admin-bar-elementor_inspector > .ab-item::before {
  content: "\f348";
  inset-block-start: 2px;
}

#wpadminbar * {
  font-style: normal;
}
/*# sourceMappingURL=admin-bar.css.map */.elementor-kit-1{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1250px;}.e-con{--container-max-width:1250px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-1 e-page-transition{background-color:#FFBC7D;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/*! elementor-pro - v3.23.0 - 05-08-2024 */
@charset "UTF-8";
.elementor-bg-transform .elementor-bg {
  will-change: transform;
}
.elementor-bg-transform-zoom-in:hover .elementor-bg {
  transform: scale(1.2);
}
.elementor-bg-transform-zoom-out .elementor-bg {
  transform: scale(1.2);
}
.elementor-bg-transform-zoom-out:hover .elementor-bg {
  transform: scale(1);
}
.elementor-bg-transform-move-left .elementor-bg {
  transform: scale(1.2) translateX(8%);
}
.elementor-bg-transform-move-left:hover .elementor-bg {
  transform: scale(1.2) translateX(-8%);
}
.elementor-bg-transform-move-right .elementor-bg {
  transform: scale(1.2) translateX(-8%);
}
.elementor-bg-transform-move-right:hover .elementor-bg {
  transform: scale(1.2) translateX(8%);
}
.elementor-bg-transform-move-up .elementor-bg {
  transform: scale(1.2) translateY(8%);
}
.elementor-bg-transform-move-up:hover .elementor-bg {
  transform: scale(1.2) translateY(-8%);
}
.elementor-bg-transform-move-down .elementor-bg {
  transform: scale(1.2) translateY(-8%);
}
.elementor-bg-transform-move-down:hover .elementor-bg {
  transform: scale(1.2) translateY(8%);
}

/*---------------------------------------------------------------------------*/
.elementor-animated-content {
  --translate: 0, 0;
}
.elementor-animated-content:hover .elementor-animated-item--grow, .elementor-animated-content:focus .elementor-animated-item--grow {
  transform: scale(1.1);
}
.elementor-animated-content:hover .elementor-animated-item--shrink, .elementor-animated-content:focus .elementor-animated-item--shrink {
  transform: scale(0.85);
}
.elementor-animated-content:hover .elementor-animated-item--shrink-contained, .elementor-animated-content:focus .elementor-animated-item--shrink-contained {
  transform: scale(1);
}
.elementor-animated-content:hover .elementor-animated-item--enter-zoom-out, .elementor-animated-content:hover .elementor-animated-item--enter-zoom-in, .elementor-animated-content:hover .elementor-animated-item--fade-in, .elementor-animated-content:focus .elementor-animated-item--enter-zoom-out, .elementor-animated-content:focus .elementor-animated-item--enter-zoom-in, .elementor-animated-content:focus .elementor-animated-item--fade-in {
  transform: scale(1);
  opacity: 1;
}
.elementor-animated-content:hover .elementor-animated-item--exit-zoom-out, .elementor-animated-content:hover .elementor-animated-item--exit-zoom-in, .elementor-animated-content:hover .elementor-animated-item--fade-out, .elementor-animated-content:focus .elementor-animated-item--exit-zoom-out, .elementor-animated-content:focus .elementor-animated-item--exit-zoom-in, .elementor-animated-content:focus .elementor-animated-item--fade-out {
  opacity: 0;
}
.elementor-animated-content:hover .elementor-animated-item--exit-zoom-out, .elementor-animated-content:focus .elementor-animated-item--exit-zoom-out {
  transform: scale(0.2);
}
.elementor-animated-content:hover .elementor-animated-item--exit-zoom-in, .elementor-animated-content:focus .elementor-animated-item--exit-zoom-in {
  transform: scale(2);
}
.elementor-animated-content:hover .elementor-animated-item--enter-from-right, .elementor-animated-content:hover .elementor-animated-item--enter-from-left, .elementor-animated-content:hover .elementor-animated-item--enter-from-top, .elementor-animated-content:hover .elementor-animated-item--enter-from-bottom, .elementor-animated-content:focus .elementor-animated-item--enter-from-right, .elementor-animated-content:focus .elementor-animated-item--enter-from-left, .elementor-animated-content:focus .elementor-animated-item--enter-from-top, .elementor-animated-content:focus .elementor-animated-item--enter-from-bottom {
  opacity: 1;
  transform: translateY(0) translateX(0);
}
.elementor-animated-content:hover .elementor-animated-item--exit-to-right, .elementor-animated-content:focus .elementor-animated-item--exit-to-right {
  transform: translateX(1000px);
}
.elementor-animated-content:hover .elementor-animated-item--exit-to-left, .elementor-animated-content:focus .elementor-animated-item--exit-to-left {
  transform: translateX(-1000px);
}
.elementor-animated-content:hover .elementor-animated-item--exit-to-top, .elementor-animated-content:focus .elementor-animated-item--exit-to-top {
  transform: translateY(-600px);
}
.elementor-animated-content:hover .elementor-animated-item--exit-to-bottom, .elementor-animated-content:focus .elementor-animated-item--exit-to-bottom {
  transform: translateY(600px);
}
.elementor-animated-content:hover .elementor-animated-item--exit-to-right, .elementor-animated-content:hover .elementor-animated-item--exit-to-left, .elementor-animated-content:hover .elementor-animated-item--exit-to-top, .elementor-animated-content:hover .elementor-animated-item--exit-to-bottom, .elementor-animated-content:focus .elementor-animated-item--exit-to-right, .elementor-animated-content:focus .elementor-animated-item--exit-to-left, .elementor-animated-content:focus .elementor-animated-item--exit-to-top, .elementor-animated-content:focus .elementor-animated-item--exit-to-bottom {
  opacity: 0;
}
.elementor-animated-content:hover .elementor-animated-item--move-right, .elementor-animated-content:focus .elementor-animated-item--move-right {
  transform: translateX(30px);
}
.elementor-animated-content:hover .elementor-animated-item--move-left, .elementor-animated-content:focus .elementor-animated-item--move-left {
  transform: translateX(-30px);
}
.elementor-animated-content:hover .elementor-animated-item--move-up, .elementor-animated-content:focus .elementor-animated-item--move-up {
  transform: translateY(-30px);
}
.elementor-animated-content:hover .elementor-animated-item--move-down, .elementor-animated-content:focus .elementor-animated-item--move-down {
  transform: translateY(30px);
}
.elementor-animated-content:hover .elementor-animated-item--move-contained-right, .elementor-animated-content:focus .elementor-animated-item--move-contained-right {
  --translate: 8%, 0;
}
.elementor-animated-content:hover .elementor-animated-item--move-contained-left, .elementor-animated-content:focus .elementor-animated-item--move-contained-left {
  --translate: -8%, 0;
}
.elementor-animated-content:hover .elementor-animated-item--move-contained-top, .elementor-animated-content:focus .elementor-animated-item--move-contained-top {
  --translate: 0, -8%;
}
.elementor-animated-content:hover .elementor-animated-item--move-contained-bottom, .elementor-animated-content:focus .elementor-animated-item--move-contained-bottom {
  --translate: 0, 8%;
}
.elementor-animated-content *[class^=elementor-animated-item] {
  will-change: transform, opacity;
}
.elementor-animated-content .elementor-animated-item--shrink-contained {
  transform: scale(1.17);
}
.elementor-animated-content .elementor-animated-item--enter-zoom-in {
  transform: scale(0.2);
}
.elementor-animated-content .elementor-animated-item--enter-zoom-out {
  transform: scale(2);
}
.elementor-animated-content .elementor-animated-item--enter-zoom-out, .elementor-animated-content .elementor-animated-item--enter-zoom-in, .elementor-animated-content .elementor-animated-item--fade-in {
  opacity: 0;
}
.elementor-animated-content .elementor-animated-item--exit-zoom-out, .elementor-animated-content .elementor-animated-item--exit-zoom-in, .elementor-animated-content .elementor-animated-item--fade-out {
  opacity: 1;
  transform: scale(1);
}
.elementor-animated-content .elementor-animated-item--enter-from-right {
  transform: translateX(1000px);
}
.elementor-animated-content .elementor-animated-item--enter-from-left {
  transform: translateX(-1000px);
}
.elementor-animated-content .elementor-animated-item--enter-from-top {
  transform: translateY(-600px);
}
.elementor-animated-content .elementor-animated-item--enter-from-bottom {
  transform: translateY(500px);
}
.elementor-animated-content .elementor-animated-item--enter-from-right, .elementor-animated-content .elementor-animated-item--enter-from-left, .elementor-animated-content .elementor-animated-item--enter-from-top, .elementor-animated-content .elementor-animated-item--enter-from-bottom {
  opacity: 0;
}
.elementor-animated-content .elementor-animated-item--exit-to-right, .elementor-animated-content .elementor-animated-item--exit-to-left, .elementor-animated-content .elementor-animated-item--exit-to-top, .elementor-animated-content .elementor-animated-item--exit-to-bottom {
  opacity: 1;
  transform: translateY(0) translateX(0);
}
.elementor-animated-content .elementor-animated-item--move-contained-right, .elementor-animated-content .elementor-animated-item--move-contained-left, .elementor-animated-content .elementor-animated-item--move-contained-top, .elementor-animated-content .elementor-animated-item--move-contained-bottom {
  transform: scale(1.2) translate(var(--translate));
}

.elementor-editor-active .elementor.elementor-edit-mode .elementor-widget.elementor-global-widget:hover {
  outline: 1px solid var(--e-p-border-global);
}
.elementor-editor-active .elementor.elementor-edit-mode .elementor-global-widget .elementor-editor-widget-settings {
  background-color: var(--e-p-border-global);
}
.elementor-editor-active .elementor.elementor-edit-mode .elementor-global-widget .elementor-editor-widget-settings .elementor-editor-element-setting {
  background-color: var(--e-p-border-global);
  color: var(--e-p-border-global-invert);
}
.elementor-editor-active .elementor.elementor-edit-mode .elementor-global-widget .elementor-editor-widget-settings .elementor-editor-element-setting:hover {
  background-color: var(--e-p-border-global-hover);
}
.elementor-editor-active .elementor.elementor-edit-mode .elementor-global-widget .elementor-editor-widget-settings .elementor-editor-element-setting.elementor-editor-element-save {
  display: none;
}

.elementor-theme-builder-content-area {
  height: 400px;
}

.elementor-location-header:before,
.elementor-location-footer:before {
  content: "";
  display: table;
  clear: both;
}

.elementor-posts.elementor-posts--skin-archive_full_content article.elementor-post {
  display: block;
}

.elementor-sticky--active {
  z-index: 99;
}
.elementor-sticky__spacer .e-n-menu .e-n-menu-content {
  display: none;
}

.e-con.elementor-sticky--active {
  z-index: var(--z-index, 99);
}

[data-elementor-type=popup]:not(.elementor-edit-area) {
  display: none;
}
[data-elementor-type=popup] .elementor-section-wrap:not(:empty) + #elementor-add-new-section {
  display: none;
}

.elementor-popup-modal {
  display: flex;
  pointer-events: none;
  background-color: transparent;
  -webkit-user-select: auto;
     -moz-user-select: auto;
          user-select: auto;
}
.elementor-popup-modal .dialog-header, .elementor-popup-modal .dialog-buttons-wrapper {
  display: none;
}
.elementor-popup-modal .dialog-close-button {
  display: none;
  top: 20px;
  margin-top: 0;
  right: 20px;
  opacity: 1;
  z-index: 9999;
  pointer-events: all;
}
.elementor-popup-modal .dialog-close-button svg {
  fill: #1f2124;
  height: 1em;
  width: 1em;
}
.elementor-popup-modal .dialog-widget-content {
  background-color: #FFFFFF;
  width: initial;
  overflow: visible;
  max-width: 100%;
  max-height: 100%;
  border-radius: 0;
  box-shadow: none;
  pointer-events: all;
}
.elementor-popup-modal .dialog-message {
  width: 640px;
  max-width: 100vw;
  max-height: 100vh;
  padding: 0;
  overflow: auto;
  display: flex;
}
.elementor-popup-modal .elementor {
  width: 100%;
}

.elementor-motion-effects-element, .elementor-motion-effects-layer {
  transition-property: transform, opacity;
  transition-timing-function: cubic-bezier(0, 0.33, 0.07, 1.03);
  transition-duration: 1s;
}

.elementor-motion-effects-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transform-origin: var(--e-transform-origin-y) var(--e-transform-origin-x);
}
.elementor-motion-effects-layer {
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.elementor-motion-effects-perspective {
  perspective: 1200px;
}
.elementor-motion-effects-element {
  transform-origin: var(--e-transform-origin-y) var(--e-transform-origin-x);
}

body.woocommerce #content div.product .elementor-widget-woocommerce-product-images div.images,
body.woocommerce div.product .elementor-widget-woocommerce-product-images div.images, body.woocommerce-page #content div.product .elementor-widget-woocommerce-product-images div.images,
body.woocommerce-page div.product .elementor-widget-woocommerce-product-images div.images {
  float: none;
  width: 100%;
  padding: 0;
}
body.rtl.woocommerce #content div.product .elementor-widget-woocommerce-product-images div.images,
body.rtl.woocommerce div.product .elementor-widget-woocommerce-product-images div.images, body.rtl.woocommerce-page #content div.product .elementor-widget-woocommerce-product-images div.images,
body.rtl.woocommerce-page div.product .elementor-widget-woocommerce-product-images div.images {
  float: none;
  padding: 0;
}

:is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
.elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart) form.cart {
  margin: 0;
}
:is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
.elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart) form.cart:not(.grouped_form):not(.variations_form), :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
.elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart) form.cart.variations_form .woocommerce-variation-add-to-cart {
  display: flex;
  flex-wrap: nowrap;
}
:is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
.elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart) form.cart button:where(:not(:first-child)),
:is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
.elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart) form.cart .button:where(:not(:first-child)) {
  margin-top: 0;
  margin-left: var(--button-spacing, 10px);
}
:is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
.elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart) .e-loop-add-to-cart-form-container {
  display: flex;
  flex-wrap: wrap;
  gap: var(--view-cart-spacing, 10px);
}
:is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
.elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart) .e-loop-add-to-cart-form-container > * {
  display: flex;
  flex-basis: auto;
  margin: 0;
}
:is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
.elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart) .quantity {
  vertical-align: middle;
}
:is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
.elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart) .quantity .qty {
  vertical-align: top;
  margin-right: 0;
}
:is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
.elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart) .quantity input {
  height: 100%;
}
:is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
.elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--layout-stacked form.cart:not(.grouped_form):not(.variations_form), :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
.elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--layout-stacked form.cart.variations_form .woocommerce-variation-add-to-cart, :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
.elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--layout-auto form.cart:not(.grouped_form):not(.variations_form), :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
.elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--layout-auto form.cart.variations_form .woocommerce-variation-add-to-cart {
  display: block;
}
:is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
.elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--layout-stacked .e-atc-qty-button-holder, :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
.elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--layout-auto .e-atc-qty-button-holder {
  display: flex;
}
:is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
.elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--layout-stacked .e-loop-add-to-cart-form-container {
  flex-wrap: wrap;
}
:is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
.elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--layout-stacked .e-loop-add-to-cart-form-container > * {
  flex-basis: 100%;
}
:is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
.elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--layout-stacked .e-atc-qty-button-holder {
  flex-wrap: wrap;
}
:is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
.elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--layout-stacked .e-atc-qty-button-holder > * {
  flex-basis: 100%;
}
:is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
.elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--layout-stacked .e-atc-qty-button-holder button,
:is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
.elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--layout-stacked .e-atc-qty-button-holder .button {
  flex-basis: auto;
}
:is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
.elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--layout-stacked .e-atc-qty-button-holder button:where(:not(:first-child)),
:is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
.elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--layout-stacked .e-atc-qty-button-holder .button:where(:not(:first-child)) {
  margin-left: 0;
  margin-top: var(--button-spacing, 10px);
}
:is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
.elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--layout-auto .e-atc-qty-button-holder {
  flex-wrap: nowrap;
}
:is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
.elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--layout-auto .e-atc-qty-button-holder .quantity {
  margin-right: initial;
}
:is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
.elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--layout-auto .e-atc-qty-button-holder button,
:is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
.elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--layout-auto .e-atc-qty-button-holder .button {
  vertical-align: middle;
}
:is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
.elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) {
  text-align: left;
}
:is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
.elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form), :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
.elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart {
  justify-content: flex-start;
  text-align: left;
}
:is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
.elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-left[class*="--layout-stacked"] .e-atc-qty-button-holder, :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
.elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-left[class*="--layout-auto"] .e-atc-qty-button-holder {
  justify-content: flex-start;
  text-align: left;
}
:is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
.elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-left .e-loop-add-to-cart-form-container {
  justify-content: flex-start;
  text-align: left;
}
:is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
.elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) {
  text-align: right;
}
:is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
.elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form), :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
.elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart {
  justify-content: flex-end;
  text-align: right;
}
:is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
.elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-right[class*="--layout-stacked"] .e-atc-qty-button-holder, :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
.elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-right[class*="--layout-auto"] .e-atc-qty-button-holder {
  justify-content: flex-end;
  text-align: right;
}
:is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
.elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-right .e-loop-add-to-cart-form-container {
  justify-content: flex-end;
  text-align: right;
}
:is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
.elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) {
  text-align: center;
}
:is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
.elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form), :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
.elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart {
  justify-content: center;
  text-align: center;
}
:is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
.elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-center[class*="--layout-stacked"] .e-atc-qty-button-holder, :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
.elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-center[class*="--layout-auto"] .e-atc-qty-button-holder {
  justify-content: center;
  text-align: center;
}
:is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
.elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-center .e-loop-add-to-cart-form-container {
  justify-content: center;
  text-align: center;
}
:is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
.elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-left form.cart div.quantity, :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
.elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-right form.cart div.quantity, :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
.elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-center form.cart div.quantity {
  margin-right: initial;
}
:is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
.elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-left form.cart button,
:is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
.elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-left form.cart .button, :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
.elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-right form.cart button,
:is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
.elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-right form.cart .button, :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
.elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-center form.cart button,
:is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
.elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-center form.cart .button {
  flex-basis: auto;
}
:is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
.elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-justify:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) .elementor-button {
  width: 100%;
}
:is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
.elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-justify .e-loop-add-to-cart-form-container > * {
  flex-basis: 100%;
  justify-content: center;
}
:is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
.elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-justify .e-loop-add-to-cart-form-container a.added_to_cart {
  flex-basis: auto;
}
:is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
.elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-justify form.cart div.quantity {
  margin-right: auto;
}
:is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
.elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-justify form.cart button,
:is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
.elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart--align-justify form.cart .button {
  flex-basis: 100%;
}
@media (min-width: -1) {
  :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) {
    text-align: left;
  }
  :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form), :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart {
    justify-content: flex-start;
    text-align: left;
  }
  :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-left[class*="--layout-stacked"] .e-atc-qty-button-holder, :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-left[class*="--layout-auto"] .e-atc-qty-button-holder {
    justify-content: flex-start;
    text-align: left;
  }
  :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-left .e-loop-add-to-cart-form-container {
    justify-content: flex-start;
    text-align: left;
  }
  :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) {
    text-align: right;
  }
  :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form), :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart {
    justify-content: flex-end;
    text-align: right;
  }
  :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-right[class*="--layout-stacked"] .e-atc-qty-button-holder, :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-right[class*="--layout-auto"] .e-atc-qty-button-holder {
    justify-content: flex-end;
    text-align: right;
  }
  :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-right .e-loop-add-to-cart-form-container {
    justify-content: flex-end;
    text-align: right;
  }
  :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) {
    text-align: center;
  }
  :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form), :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart {
    justify-content: center;
    text-align: center;
  }
  :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-center[class*="--layout-stacked"] .e-atc-qty-button-holder, :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-center[class*="--layout-auto"] .e-atc-qty-button-holder {
    justify-content: center;
    text-align: center;
  }
  :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-center .e-loop-add-to-cart-form-container {
    justify-content: center;
    text-align: center;
  }
  :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-left form.cart div.quantity, :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-right form.cart div.quantity, :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-center form.cart div.quantity {
    margin-right: initial;
  }
  :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-left form.cart button,
  :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-left form.cart .button, :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-right form.cart button,
  :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-right form.cart .button, :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-center form.cart button,
  :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-center form.cart .button {
    flex-basis: auto;
  }
  :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-justify:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) .elementor-button {
    width: 100%;
  }
  :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-justify .e-loop-add-to-cart-form-container > * {
    flex-basis: 100%;
    justify-content: center;
  }
  :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-justify .e-loop-add-to-cart-form-container a.added_to_cart {
    flex-basis: auto;
  }
  :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-justify form.cart div.quantity {
    margin-right: auto;
  }
  :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-justify form.cart button,
  :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-widescreen--align-justify form.cart .button {
    flex-basis: 100%;
  }
}
@media (max-width: -1) {
  :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) {
    text-align: left;
  }
  :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form), :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart {
    justify-content: flex-start;
    text-align: left;
  }
  :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-left[class*="--layout-stacked"] .e-atc-qty-button-holder, :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-left[class*="--layout-auto"] .e-atc-qty-button-holder {
    justify-content: flex-start;
    text-align: left;
  }
  :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-left .e-loop-add-to-cart-form-container {
    justify-content: flex-start;
    text-align: left;
  }
  :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) {
    text-align: right;
  }
  :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form), :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart {
    justify-content: flex-end;
    text-align: right;
  }
  :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-right[class*="--layout-stacked"] .e-atc-qty-button-holder, :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-right[class*="--layout-auto"] .e-atc-qty-button-holder {
    justify-content: flex-end;
    text-align: right;
  }
  :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-right .e-loop-add-to-cart-form-container {
    justify-content: flex-end;
    text-align: right;
  }
  :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) {
    text-align: center;
  }
  :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form), :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart {
    justify-content: center;
    text-align: center;
  }
  :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-center[class*="--layout-stacked"] .e-atc-qty-button-holder, :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-center[class*="--layout-auto"] .e-atc-qty-button-holder {
    justify-content: center;
    text-align: center;
  }
  :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-center .e-loop-add-to-cart-form-container {
    justify-content: center;
    text-align: center;
  }
  :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-left form.cart div.quantity, :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-right form.cart div.quantity, :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-center form.cart div.quantity {
    margin-right: initial;
  }
  :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-left form.cart button,
  :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-left form.cart .button, :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-right form.cart button,
  :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-right form.cart .button, :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-center form.cart button,
  :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-center form.cart .button {
    flex-basis: auto;
  }
  :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-justify:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) .elementor-button {
    width: 100%;
  }
  :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-justify .e-loop-add-to-cart-form-container > * {
    flex-basis: 100%;
    justify-content: center;
  }
  :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-justify .e-loop-add-to-cart-form-container a.added_to_cart {
    flex-basis: auto;
  }
  :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-justify form.cart div.quantity {
    margin-right: auto;
  }
  :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-justify form.cart button,
  :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-laptop--align-justify form.cart .button {
    flex-basis: 100%;
  }
}
@media (max-width: -1) {
  :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) {
    text-align: left;
  }
  :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form), :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart {
    justify-content: flex-start;
    text-align: left;
  }
  :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-left[class*="--layout-stacked"] .e-atc-qty-button-holder, :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-left[class*="--layout-auto"] .e-atc-qty-button-holder {
    justify-content: flex-start;
    text-align: left;
  }
  :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-left .e-loop-add-to-cart-form-container {
    justify-content: flex-start;
    text-align: left;
  }
  :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) {
    text-align: right;
  }
  :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form), :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart {
    justify-content: flex-end;
    text-align: right;
  }
  :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-right[class*="--layout-stacked"] .e-atc-qty-button-holder, :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-right[class*="--layout-auto"] .e-atc-qty-button-holder {
    justify-content: flex-end;
    text-align: right;
  }
  :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-right .e-loop-add-to-cart-form-container {
    justify-content: flex-end;
    text-align: right;
  }
  :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) {
    text-align: center;
  }
  :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form), :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart {
    justify-content: center;
    text-align: center;
  }
  :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-center[class*="--layout-stacked"] .e-atc-qty-button-holder, :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-center[class*="--layout-auto"] .e-atc-qty-button-holder {
    justify-content: center;
    text-align: center;
  }
  :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-center .e-loop-add-to-cart-form-container {
    justify-content: center;
    text-align: center;
  }
  :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-left form.cart div.quantity, :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-right form.cart div.quantity, :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-center form.cart div.quantity {
    margin-right: initial;
  }
  :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-left form.cart button,
  :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-left form.cart .button, :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-right form.cart button,
  :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-right form.cart .button, :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-center form.cart button,
  :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-center form.cart .button {
    flex-basis: auto;
  }
  :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-justify:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) .elementor-button {
    width: 100%;
  }
  :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-justify .e-loop-add-to-cart-form-container > * {
    flex-basis: 100%;
    justify-content: center;
  }
  :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-justify .e-loop-add-to-cart-form-container a.added_to_cart {
    flex-basis: auto;
  }
  :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-justify form.cart div.quantity {
    margin-right: auto;
  }
  :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-justify form.cart button,
  :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet_extra--align-justify form.cart .button {
    flex-basis: 100%;
  }
}
@media (max-width: 1024px) {
  :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) {
    text-align: left;
  }
  :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form), :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart {
    justify-content: flex-start;
    text-align: left;
  }
  :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-left[class*="--layout-stacked"] .e-atc-qty-button-holder, :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-left[class*="--layout-auto"] .e-atc-qty-button-holder {
    justify-content: flex-start;
    text-align: left;
  }
  :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-left .e-loop-add-to-cart-form-container {
    justify-content: flex-start;
    text-align: left;
  }
  :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) {
    text-align: right;
  }
  :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form), :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart {
    justify-content: flex-end;
    text-align: right;
  }
  :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-right[class*="--layout-stacked"] .e-atc-qty-button-holder, :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-right[class*="--layout-auto"] .e-atc-qty-button-holder {
    justify-content: flex-end;
    text-align: right;
  }
  :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-right .e-loop-add-to-cart-form-container {
    justify-content: flex-end;
    text-align: right;
  }
  :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) {
    text-align: center;
  }
  :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form), :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart {
    justify-content: center;
    text-align: center;
  }
  :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-center[class*="--layout-stacked"] .e-atc-qty-button-holder, :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-center[class*="--layout-auto"] .e-atc-qty-button-holder {
    justify-content: center;
    text-align: center;
  }
  :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-center .e-loop-add-to-cart-form-container {
    justify-content: center;
    text-align: center;
  }
  :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-left form.cart div.quantity, :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-right form.cart div.quantity, :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-center form.cart div.quantity {
    margin-right: initial;
  }
  :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-left form.cart button,
  :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-left form.cart .button, :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-right form.cart button,
  :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-right form.cart .button, :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-center form.cart button,
  :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-center form.cart .button {
    flex-basis: auto;
  }
  :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-justify:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) .elementor-button {
    width: 100%;
  }
  :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-justify .e-loop-add-to-cart-form-container > * {
    flex-basis: 100%;
    justify-content: center;
  }
  :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-justify .e-loop-add-to-cart-form-container a.added_to_cart {
    flex-basis: auto;
  }
  :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-justify form.cart div.quantity {
    margin-right: auto;
  }
  :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-justify form.cart button,
  :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-tablet--align-justify form.cart .button {
    flex-basis: 100%;
  }
}
@media (max-width: -1) {
  :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) {
    text-align: left;
  }
  :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form), :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart {
    justify-content: flex-start;
    text-align: left;
  }
  :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-left[class*="--layout-stacked"] .e-atc-qty-button-holder, :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-left[class*="--layout-auto"] .e-atc-qty-button-holder {
    justify-content: flex-start;
    text-align: left;
  }
  :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-left .e-loop-add-to-cart-form-container {
    justify-content: flex-start;
    text-align: left;
  }
  :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) {
    text-align: right;
  }
  :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form), :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart {
    justify-content: flex-end;
    text-align: right;
  }
  :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-right[class*="--layout-stacked"] .e-atc-qty-button-holder, :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-right[class*="--layout-auto"] .e-atc-qty-button-holder {
    justify-content: flex-end;
    text-align: right;
  }
  :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-right .e-loop-add-to-cart-form-container {
    justify-content: flex-end;
    text-align: right;
  }
  :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) {
    text-align: center;
  }
  :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form), :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart {
    justify-content: center;
    text-align: center;
  }
  :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-center[class*="--layout-stacked"] .e-atc-qty-button-holder, :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-center[class*="--layout-auto"] .e-atc-qty-button-holder {
    justify-content: center;
    text-align: center;
  }
  :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-center .e-loop-add-to-cart-form-container {
    justify-content: center;
    text-align: center;
  }
  :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-left form.cart div.quantity, :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-right form.cart div.quantity, :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-center form.cart div.quantity {
    margin-right: initial;
  }
  :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-left form.cart button,
  :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-left form.cart .button, :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-right form.cart button,
  :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-right form.cart .button, :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-center form.cart button,
  :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-center form.cart .button {
    flex-basis: auto;
  }
  :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-justify:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) .elementor-button {
    width: 100%;
  }
  :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-justify .e-loop-add-to-cart-form-container > * {
    flex-basis: 100%;
    justify-content: center;
  }
  :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-justify .e-loop-add-to-cart-form-container a.added_to_cart {
    flex-basis: auto;
  }
  :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-justify form.cart div.quantity {
    margin-right: auto;
  }
  :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-justify form.cart button,
  :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile_extra--align-justify form.cart .button {
    flex-basis: 100%;
  }
}
@media (max-width: 767px) {
  :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) {
    text-align: left;
  }
  :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form), :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-left:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart {
    justify-content: flex-start;
    text-align: left;
  }
  :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-left[class*="--layout-stacked"] .e-atc-qty-button-holder, :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-left[class*="--layout-auto"] .e-atc-qty-button-holder {
    justify-content: flex-start;
    text-align: left;
  }
  :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-left .e-loop-add-to-cart-form-container {
    justify-content: flex-start;
    text-align: left;
  }
  :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) {
    text-align: right;
  }
  :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form), :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-right:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart {
    justify-content: flex-end;
    text-align: right;
  }
  :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-right[class*="--layout-stacked"] .e-atc-qty-button-holder, :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-right[class*="--layout-auto"] .e-atc-qty-button-holder {
    justify-content: flex-end;
    text-align: right;
  }
  :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-right .e-loop-add-to-cart-form-container {
    justify-content: flex-end;
    text-align: right;
  }
  :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) {
    text-align: center;
  }
  :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart:not(.grouped_form):not(.variations_form), :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-center:not([class*="--layout-stacked"]):not([class*="--layout-auto"]) form.cart.variations_form .woocommerce-variation-add-to-cart {
    justify-content: center;
    text-align: center;
  }
  :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-center[class*="--layout-stacked"] .e-atc-qty-button-holder, :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-center[class*="--layout-auto"] .e-atc-qty-button-holder {
    justify-content: center;
    text-align: center;
  }
  :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-center .e-loop-add-to-cart-form-container {
    justify-content: center;
    text-align: center;
  }
  :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-left form.cart div.quantity, :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-right form.cart div.quantity, :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-center form.cart div.quantity {
    margin-right: initial;
  }
  :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-left form.cart button,
  :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-left form.cart .button, :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-right form.cart button,
  :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-right form.cart .button, :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-center form.cart button,
  :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-center form.cart .button {
    flex-basis: auto;
  }
  :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-justify:not([class*="--layout-stacked"]):not([class*="--layout-auto"]):not([class*=-product-add-to-cart]) .elementor-button {
    width: 100%;
  }
  :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-justify .e-loop-add-to-cart-form-container > * {
    flex-basis: 100%;
    justify-content: center;
  }
  :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-justify .e-loop-add-to-cart-form-container a.added_to_cart {
    flex-basis: auto;
  }
  :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-justify form.cart div.quantity {
    margin-right: auto;
  }
  :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-justify form.cart button,
  :is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart,
  .elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-add-to-cart-mobile--align-justify form.cart .button {
    flex-basis: 100%;
  }
}

:is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart):not(.e-add-to-cart--show-quantity-yes) form.cart .quantity {
  display: none !important;
}
:is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart):not(.e-add-to-cart--show-quantity-yes) form.cart button:where(:not(:first-child)),
:is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart):not(.e-add-to-cart--show-quantity-yes) form.cart .button:where(:not(:first-child)) {
  margin-left: 0;
}
:is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart):not(.e-add-to-cart--show-quantity-yes)[class*="--layout-stacked"] form.cart button:where(:not(:first-child)),
:is(.elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .elementor-widget-woocommerce-product-add-to-cart):not(.e-add-to-cart--show-quantity-yes)[class*="--layout-stacked"] form.cart .button:where(:not(:first-child)) {
  margin-top: 0;
}

:is(.e-loop-item .elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .e-loop-item .elementor-widget-woocommerce-product-add-to-cart) form.cart input.qty.disabled {
  pointer-events: none;
}
:is(.e-loop-item .elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .e-loop-item .elementor-widget-woocommerce-product-add-to-cart) form.cart .button {
  text-align: center;
}
:is(.e-loop-item .elementor-widget-woocommerce-product-add-to-cart, .woocommerce div.product .e-loop-item .elementor-widget-woocommerce-product-add-to-cart) .added_to_cart {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}

:is(.elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart) .quantity {
  vertical-align: middle;
}
:is(.elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart) .quantity .qty {
  vertical-align: top;
  margin-right: 0;
  width: 3.631em;
  text-align: center;
}
:is(.elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-button-info button.button.alt.elementor-button {
  background-color: #5bc0de;
}
:is(.elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-button-success button.button.alt.elementor-button {
  background-color: #5cb85c;
}
:is(.elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-button-warning button.button.alt.elementor-button {
  background-color: #f0ad4e;
}
:is(.elementor-widget-wc-add-to-cart, .woocommerce div.product .elementor-widget-wc-add-to-cart).elementor-button-danger button.button.alt.elementor-button {
  background-color: #d9534f;
}

.woocommerce div.product.elementor {
  /*  Reset WC tabs style  */
  /*  End Reset WC tabs style  */
}
.woocommerce div.product.elementor ul.tabs:before {
  position: static;
  content: none;
  width: auto;
  bottom: auto;
  left: auto;
  border-bottom: 0;
  z-index: auto;
}
.woocommerce div.product.elementor ul.tabs {
  margin: 0;
}
.woocommerce div.product.elementor ul.tabs li {
  padding: 0;
}
.woocommerce div.product.elementor ul.tabs li a {
  padding: 0.8em 1.2em;
  line-height: 1;
}
.woocommerce div.product.elementor ul.tabs li:after,
.woocommerce div.product.elementor ul.tabs li:before {
  border: 0;
  position: static;
  bottom: auto;
  width: auto;
  height: auto;
  content: none;
  box-sizing: border-box;
}
.woocommerce div.product.elementor .woocommerce-tabs .panel {
  margin: 0;
  padding: 20px;
  border-radius: 0;
  border-width: 0;
  border-top: 1px solid #d3ced2;
  box-shadow: none;
  margin-top: -1px;
}

.woocommerce .elementor-product-price-block-yes.elementor-widget-woocommerce-product-price .price del,
.woocommerce .elementor-product-price-block-yes.elementor-widget-woocommerce-product-price .price ins {
  display: block;
}

.elementor-widget-woocommerce-product-meta .detail-container {
  position: relative;
}
.elementor-widget-woocommerce-product-meta .detail-container:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.elementor-widget-woocommerce-product-meta .detail-label {
  font-weight: bold;
}

.elementor-woo-meta--view-inline .product_meta {
  display: flex;
  flex-wrap: wrap;
}
.elementor-woo-meta--view-inline .product_meta .detail-container:after {
  width: auto;
  left: auto;
  right: auto;
  position: absolute;
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
  border-top: 0;
  border-bottom: 0;
  border-right: 0;
  border-left-width: 1px;
  border-style: solid;
  right: -8px;
}
.elementor-woo-meta--view-table .product_meta {
  display: flex;
  flex-direction: column;
}
.elementor-woo-meta--view-table .product_meta .detail-container {
  display: flex;
}
.elementor-woo-meta--view-table .product_meta .detail-label {
  min-width: 108px;
}
.elementor-woo-meta--view-stacked .product_meta .detail-container {
  display: block;
}

.woocommerce .elementor-widget-woocommerce-product-rating .elementor-widget-container .woocommerce-product-rating {
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.woocommerce .elementor-widget-woocommerce-product-rating .elementor-widget-container .star-rating {
  margin-top: 0;
}

.elementor-product-rating--align-left .woocommerce-product-rating {
  justify-content: flex-start;
}
.elementor-product-rating--align-right .woocommerce-product-rating {
  justify-content: flex-end;
}
.elementor-product-rating--align-center .woocommerce-product-rating {
  justify-content: center;
}
.elementor-product-rating--align-justify .woocommerce-product-rating .woocommerce-review-link {
  margin-left: auto;
}

.elementor-products-grid ul.products.elementor-grid {
  display: grid;
  margin: 0;
  grid-column-gap: 20px;
  grid-row-gap: 40px;
}
.elementor-products-grid ul.products.elementor-grid:before, .elementor-products-grid ul.products.elementor-grid:after {
  content: none;
  display: none;
}
.elementor-products-grid ul.products.elementor-grid li.product {
  width: auto;
  padding: 0;
  margin: 0;
  float: none;
  display: var(--button-align-display);
  flex-direction: var(--button-align-direction);
  justify-content: var(--button-align-justify);
}
.elementor-products-grid ul.products.elementor-grid li.product .onsale {
  padding: 0;
  display: none;
}
.elementor-products-grid ul.products.elementor-grid li.product a.woocommerce-loop-product__link {
  display: block;
  position: relative;
}

.elementor-products-grid:not(.show-heading-yes) .products > h2 {
  display: none;
}
.elementor-products-grid nav.woocommerce-pagination {
  margin-top: 40px;
}
.elementor-products-grid:not(.elementor-show-pagination-border-yes) nav.woocommerce-pagination ul {
  border: none 0;
}
.elementor-products-grid:not(.elementor-show-pagination-border-yes) nav.woocommerce-pagination ul li {
  border-right: none 0;
  border-left: none 0;
}

.elementor-widget-woocommerce-products:not(.products-heading-show) .related > h2,
.elementor-widget-woocommerce-products:not(.products-heading-show) .upsells > h2,
.elementor-widget-woocommerce-products:not(.products-heading-show) .cross-sells > h2 {
  display: none;
}
.elementor-widget-woocommerce-products.products-heading-show .related > h2,
.elementor-widget-woocommerce-products.products-heading-show .upsells > h2,
.elementor-widget-woocommerce-products.products-heading-show .cross-sells > h2 {
  display: block;
  text-align: var(--products-title-alignment, left);
  color: var(--products-title-color);
  margin-bottom: var(--products-title-spacing, 1rem);
}

.elementor-product-loop-item--align-left ul.products li.product .star-rating {
  margin-right: auto;
}
.elementor-product-loop-item--align-right ul.products li.product .star-rating {
  margin-left: auto;
}
.elementor-product-loop-item--align-center ul.products li.product .star-rating {
  margin-right: auto;
  margin-left: auto;
}

.woocommerce .elementor-element.elementor-products-grid ul.products li.product {
  width: auto;
}
.woocommerce div.product .elementor-element.elementor-products-grid .related.products ul.products li.product,
.woocommerce div.product .elementor-element.elementor-products-grid .upsells.products ul.products li.product {
  width: auto;
}

@media (min-width: 1025px) {
  .elementor-widget-wc-archive-products .woocommerce.columns-2 ul.products {
    grid-template-columns: repeat(2, 1fr);
  }
  .elementor-widget-wc-archive-products .woocommerce.columns-3 ul.products {
    grid-template-columns: repeat(3, 1fr);
  }
  .elementor-widget-wc-archive-products .woocommerce.columns-4 ul.products {
    grid-template-columns: repeat(4, 1fr);
  }
  .elementor-widget-wc-archive-products .woocommerce.columns-5 ul.products {
    grid-template-columns: repeat(5, 1fr);
  }
  .elementor-widget-wc-archive-products .woocommerce.columns-6 ul.products {
    grid-template-columns: repeat(6, 1fr);
  }
  .elementor-widget-wc-archive-products .woocommerce.columns-7 ul.products {
    grid-template-columns: repeat(7, 1fr);
  }
  .elementor-widget-wc-archive-products .woocommerce.columns-8 ul.products {
    grid-template-columns: repeat(8, 1fr);
  }
  .elementor-widget-wc-archive-products .woocommerce.columns-9 ul.products {
    grid-template-columns: repeat(9, 1fr);
  }
  .elementor-widget-wc-archive-products .woocommerce.columns-10 ul.products {
    grid-template-columns: repeat(10, 1fr);
  }
  .elementor-widget-wc-archive-products .woocommerce.columns-11 ul.products {
    grid-template-columns: repeat(11, 1fr);
  }
  .elementor-widget-wc-archive-products .woocommerce.columns-12 ul.products {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (max-width: 1024px) {
  .elementor-widget-wc-archive-products .products {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .elementor-widget-wc-archive-products .products {
    grid-template-columns: repeat(2, 1fr);
  }
}

.elementor.product .woocommerce-product-gallery__trigger + .woocommerce-product-gallery__wrapper {
  overflow: hidden;
}

.woocommerce .elementor-widget-woocommerce-product-images span.onsale {
  padding: 0;
}

.elementor-menu-cart__wrapper {
  text-align: var(--main-alignment, left);
}
.elementor-menu-cart__toggle_wrapper {
  display: inline-block;
  position: relative;
}
.elementor-menu-cart__toggle {
  display: inline-block;
  /* TODO: BC that should be removed in v3.23 */
  /* END TODO */
}
.elementor-menu-cart__toggle .elementor-button {
  background-color: var(--toggle-button-background-color, transparent);
  color: var(--toggle-button-text-color, #69727D);
  border-style: var(--toggle-button-border-type, solid);
  border-width: var(--toggle-button-border-width, 1px);
  border-color: var(--toggle-button-border-color, #69727D);
  border-radius: var(--toggle-button-border-radius, 0px);
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 0.3em;
  padding: var(--toggle-icon-padding, 12px 24px);
}
.elementor-menu-cart__toggle .elementor-button:hover {
  color: var(--toggle-button-hover-text-color, #69727D);
  background-color: var(--toggle-button-hover-background-color, transparent);
  border-color: var(--toggle-button-hover-border-color, #69727D);
}
.elementor-menu-cart__toggle .elementor-button:hover .elementor-button-icon {
  color: var(--toggle-button-icon-hover-color, #69727D);
}
.elementor-menu-cart__toggle .elementor-button:hover svg {
  fill: var(--toggle-button-icon-hover-color, #69727D);
}
.elementor-menu-cart__toggle .elementor-button svg {
  fill: var(--toggle-button-icon-color, #69727D);
}
.elementor-menu-cart__toggle .elementor-button-icon {
  position: relative;
  transition: color 0.1s;
  color: var(--toggle-button-icon-color, #69727D);
  font-size: var(--toggle-icon-size, inherit);
}
.elementor-menu-cart__toggle .e-toggle-cart-custom-icon {
  color: var(--toggle-button-icon-color, #69727D);
  font-size: var(--toggle-icon-size, inherit);
}
.elementor-menu-cart__toggle .e-toggle-cart-custom-icon:hover {
  color: var(--toggle-button-icon-hover-color, #69727D);
}
.elementor-menu-cart__toggle .elementor-button-text,
.elementor-menu-cart__toggle .elementor-button-icon {
  flex-grow: unset;
  order: unset;
}
.elementor-menu-cart--items-indicator-bubble .elementor-menu-cart__toggle .elementor-button-icon .elementor-button-icon-qty[data-counter] {
  display: block;
  position: absolute;
  min-width: 1.6em;
  height: 1.6em;
  line-height: 1.5em;
  top: -0.7em;
  inset-inline-end: -0.7em;
  border-radius: 100%;
  color: var(--items-indicator-text-color, #fff);
  background-color: var(--items-indicator-background-color, #d9534f);
  text-align: center;
  font-size: 10px;
}
.elementor-menu-cart--items-indicator-plain .elementor-menu-cart__toggle .elementor-button-icon .elementor-button-icon-qty[data-counter] {
  display: inline-block;
  font-weight: normal;
}
.elementor-menu-cart--items-indicator-none .elementor-menu-cart__toggle .elementor-button-icon .elementor-button-icon-qty[data-counter] {
  display: none;
}
.elementor-menu-cart__container {
  transform: scale(1);
  overflow: hidden;
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  transition: background-color 0.4s, transform 0s;
  text-align: left;
}
.elementor-menu-cart__main {
  position: fixed;
  left: var(--side-cart-alignment-left, auto);
  right: var(--side-cart-alignment-right, 0);
  transform: translateX(0);
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  font-size: 14px;
  min-height: 200px;
  width: 350px;
  max-width: 100%;
  transition: 0.3s;
  padding: var(--cart-padding, 20px 30px);
  background-color: var(--cart-background-color, #fff);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border-style: var(--cart-border-style, none);
  border-color: var(--cart-border-color, initial);
  border-radius: var(--cart-border-radius, 0px);
  margin-top: var(--mini-cart-spacing, 0px);
}
.elementor-menu-cart__main .widget_shopping_cart_content {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.elementor-menu-cart__main .widget_shopping_cart_content .woocommerce-mini-cart__empty-message {
  color: var(--empty-message-color, inherit);
  text-align: var(--empty-message-alignment, left);
}
body.elementor-default .elementor-widget-woocommerce-menu-cart:not(.elementor-menu-cart--shown) .elementor-menu-cart__container {
  background-color: transparent;
  transform: scale(0);
  transition: background-color 0.4s, transform 0s 0.4s;
}
body.elementor-default .elementor-widget-woocommerce-menu-cart:not(.elementor-menu-cart--shown) .elementor-menu-cart__container .dialog-lightbox-close-button {
  display: none;
}
body.elementor-default .elementor-widget-woocommerce-menu-cart:not(.elementor-menu-cart--shown) .elementor-menu-cart__main {
  overflow: hidden;
  opacity: 0;
  transform: var(--side-cart-alignment-transform, translateX(100%));
}
.elementor-menu-cart__close-button {
  width: var(--cart-close-icon-size, 25px);
  height: var(--cart-close-icon-size, 25px);
  position: relative;
  margin: 0 0 20px;
  align-self: flex-end;
  cursor: pointer;
  display: inline-block;
  font-family: eicons;
  font-size: 20px;
  line-height: 1;
  transition: 0.3s;
}
.elementor-menu-cart__close-button:before, .elementor-menu-cart__close-button:after {
  content: "";
  position: absolute;
  height: 3px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: var(--cart-close-button-color, #69727D);
  border-radius: 1px;
  transition: 0.3s;
}
.elementor-menu-cart__close-button:hover::before, .elementor-menu-cart__close-button:hover::after {
  background: var(--cart-close-button-hover-color, #69727D);
}
.elementor-menu-cart__close-button::before {
  transform: rotate(45deg);
}
.elementor-menu-cart__close-button::after {
  transform: rotate(-45deg);
}
.elementor-menu-cart__close-button-custom {
  position: relative;
  margin: 0 0 20px;
  align-self: flex-end;
  cursor: pointer;
  display: inline-block;
  font-family: eicons;
  font-size: 20px;
  line-height: 1;
  transition: 0.3s;
}
.elementor-menu-cart__close-button-custom:hover::before, .elementor-menu-cart__close-button-custom:hover::after {
  background: var(--cart-close-button-hover-color, #69727D);
}
.elementor-menu-cart__close-button-custom .e-close-cart-custom-icon {
  font-size: var(--cart-close-icon-size, 25px);
  color: var(--cart-close-button-color, #69727D);
}
.elementor-menu-cart__close-button-custom .e-close-cart-custom-icon:hover {
  color: var(--cart-close-button-hover-color, #69727D);
}
.elementor-menu-cart__close-button-custom svg {
  fill: var(--cart-close-button-color, #69727D);
  width: var(--cart-close-icon-size, 25px);
  height: var(--cart-close-icon-size, 25px);
}
.elementor-menu-cart__close-button-custom svg:hover {
  fill: var(--cart-close-button-hover-color, #69727D);
}
.elementor-menu-cart__products {
  max-height: calc(100vh - 250px);
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.elementor-menu-cart__product {
  display: grid;
  grid-template-columns: 28% auto;
  grid-template-rows: var(--price-quantity-position--grid-template-rows, auto auto);
  position: relative;
  border-width: 0 0 var(--divider-width, 1px);
  border-bottom-style: var(--divider-style, solid);
  border-bottom-color: var(--divider-color, #D5D8DC);
}
.elementor-menu-cart__product .variation {
  display: grid;
  grid-template-columns: max-content auto;
  margin: 10px 0;
  color: var(--product-variations-color, #1f2124);
}
.elementor-menu-cart__product .variation dt {
  grid-column-start: 1;
}
.elementor-menu-cart__product .variation dd {
  grid-column-start: 2;
  margin-inline-start: 5px;
}
.elementor-menu-cart__product .variation dd p {
  margin-bottom: 0;
}
.elementor-menu-cart__product-image {
  grid-row-start: 1;
  grid-row-end: 3;
  width: 100%;
}
.elementor-menu-cart__product-image img, .elementor-menu-cart__product-image a {
  display: block;
}
.elementor-menu-cart__product-name {
  grid-column-start: 2;
  grid-column-end: 3;
  margin: 0;
}
.elementor-menu-cart__product-name a {
  transition: 0.3s;
}
.elementor-menu-cart__product-price {
  grid-column-start: 2;
  grid-column-end: 3;
  align-self: var(--price-quantity-position--align-self, end);
  font-weight: 300;
  color: var(--product-price-color, #D5D8DC);
}
.elementor-menu-cart__product-name, .elementor-menu-cart__product-price {
  font-size: 14px;
  padding-left: 20px;
}
.elementor-menu-cart__product-remove {
  color: #69727D;
  width: var(--remove-item-button-size, 22px);
  height: var(--remove-item-button-size, 22px);
  border-radius: var(--remove-item-button-size, 22px);
  border: 1px solid var(--remove-item-button-color, #D5D8DC);
  text-align: center;
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: 20px;
  transition: 0.3s;
}
.elementor-menu-cart__product-remove:hover {
  border: 1px solid var(--remove-item-button-hover-color, #D5D8DC);
}
.elementor-menu-cart__product-remove:hover::before, .elementor-menu-cart__product-remove:hover::after {
  background: var(--remove-item-button-hover-color, #D5D8DC);
}
.elementor-menu-cart__product-remove:before, .elementor-menu-cart__product-remove:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 50%;
  top: 50%;
  left: 25%;
  margin-top: -1px;
  background: var(--remove-item-button-color, #D5D8DC);
  z-index: 1;
  transition: 0.3s;
}
.elementor-menu-cart__product-remove::before {
  transform: rotate(45deg);
}
.elementor-menu-cart__product-remove::after {
  transform: rotate(-45deg);
}
.elementor-menu-cart__product-remove > a {
  display: block;
  z-index: 2;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  position: absolute;
}
.elementor-menu-cart__product-remove > a.remove_from_cart_button {
  display: var(--remove-from-cart-button, block);
}
.elementor-menu-cart__product-remove > a.elementor_remove_from_cart_button {
  display: var(--elementor-remove-from-cart-button, none);
}
.elementor-menu-cart__product:last-child {
  border: none;
}
.elementor-menu-cart__product:not(:first-of-type), .elementor-menu-cart__subtotal, .elementor-menu-cart__footer-buttons {
  padding-top: var(--product-divider-gap, 20px);
}
.elementor-menu-cart__product {
  padding-right: 30px;
}
.elementor-menu-cart__product, .elementor-menu-cart__subtotal {
  padding-bottom: var(--product-divider-gap, 20px);
}
.elementor-menu-cart__subtotal {
  font-size: 20px;
  text-align: var(--menu-cart-subtotal-text-align, center);
  font-weight: 600;
  color: var(--menu-cart-subtotal-color, inherit);
  border-style: var(--subtotal-divider-style, solid);
  border-width: var(--subtotal-divider-top-width, 1px) var(--subtotal-divider-right-width, 1px) var(--subtotal-divider-bottom-width, 1px) var(--subtotal-divider-left-width, 1px);
  border-color: var(--subtotal-divider-color, #D5D8DC);
}
.elementor-menu-cart__footer-buttons {
  font-size: 20px;
  text-align: var(--cart-footer-buttons-alignment-text-align, center);
  display: var(--cart-footer-buttons-alignment-display, grid);
  grid-template-columns: var(--cart-footer-layout, 1fr 1fr);
  margin-top: var(--cart-buttons-position-margin, 0);
  grid-column-gap: var(--space-between-buttons, 10px);
  grid-row-gap: var(--space-between-buttons, 10px);
}
.elementor-menu-cart__footer-buttons .elementor-button {
  display: inline-block;
  border-radius: var(--cart-footer-buttons-border-radius, 0px);
  height: -moz-fit-content;
  height: fit-content;
}
.elementor-menu-cart__footer-buttons .elementor-button--view-cart {
  display: var(--view-cart-button-display, inline-block);
  color: var(--view-cart-button-text-color, #fff);
  padding: var(--view-cart-button-padding, 15px);
  background-color: var(--view-cart-button-background-color, #69727D);
}
.elementor-menu-cart__footer-buttons .elementor-button--view-cart:hover {
  color: var(--view-cart-button-hover-text-color, #fff);
  background-color: var(--view-cart-button-hover-background-color, #69727D);
}
.elementor-menu-cart__footer-buttons .elementor-button--checkout {
  display: var(--checkout-button-display, inline-block);
  color: var(--checkout-button-text-color, #fff);
  padding: var(--checkout-button-padding, 15px);
  background-color: var(--checkout-button-background-color, #69727D);
}
.elementor-menu-cart__footer-buttons .elementor-button--checkout:hover {
  color: var(--checkout-button-hover-text-color, #fff);
  background-color: var(--checkout-button-hover-background-color, #69727D);
}
@media (max-width: 767px) {
  .elementor-menu-cart__footer-buttons .elementor-button {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* The following is all to apply settings from the controls */
.elementor-widget-woocommerce-menu-cart {
  /* Fix to prevent the cart modal flash when using the typography controls */
  /* Fix for short-lived legacy cart type */
}
.elementor-widget-woocommerce-menu-cart:not(.elementor-menu-cart--show-subtotal-yes) .elementor-menu-cart__toggle .elementor-button-text {
  display: none;
}
.elementor-widget-woocommerce-menu-cart.elementor-menu-cart--empty-indicator-hide .elementor-menu-cart__toggle .elementor-button-icon .elementor-button-icon-qty[data-counter="0"] {
  display: none;
}
.elementor-widget-woocommerce-menu-cart:not(.elementor-menu-cart--show-remove-button-yes) .elementor-menu-cart__product {
  padding-left: 0;
  padding-right: 0;
  grid-template-columns: 25% auto;
}
.elementor-widget-woocommerce-menu-cart:not(.elementor-menu-cart--show-remove-button-yes) .elementor-menu-cart__product-remove {
  display: none;
}
.elementor-widget-woocommerce-menu-cart.remove-item-position--top .elementor-menu-cart__product-remove {
  top: 0;
  bottom: auto;
}
.elementor-widget-woocommerce-menu-cart.remove-item-position--top .elementor-menu-cart__products .cart_item:not(:first-of-type) .elementor-menu-cart__product-remove {
  top: 20px;
  bottom: auto;
}
.elementor-widget-woocommerce-menu-cart.remove-item-position--middle .elementor-menu-cart__product-remove {
  transform: translateY(50%);
  bottom: 50%;
}
.elementor-widget-woocommerce-menu-cart.remove-item-position--bottom .elementor-menu-cart__product-remove {
  top: auto;
  bottom: 20px;
}
.elementor-widget-woocommerce-menu-cart.elementor-menu-cart--cart-type-mini-cart .elementor-menu-cart__container {
  position: absolute;
  width: auto;
  height: auto;
  overflow: visible;
  top: 100%;
  bottom: auto;
  background: none;
  min-width: 330px;
  left: 0;
  right: auto;
  transform: scale(1);
  transition: background-color 0.4s, transform 0s;
}
.elementor-widget-woocommerce-menu-cart.elementor-menu-cart--cart-type-mini-cart .elementor-menu-cart__main {
  width: auto;
  height: auto;
  position: relative;
  top: auto;
  bottom: auto;
  right: auto;
  left: auto;
  overflow: visible;
  transform: translateY(0);
  transition: 0.3s;
}
@media (max-width: 767px) {
  .elementor-widget-woocommerce-menu-cart.elementor-menu-cart--cart-type-mini-cart .elementor-menu-cart__container {
    min-width: 300px;
  }
}
body.elementor-default .elementor-widget-woocommerce-menu-cart.elementor-menu-cart--cart-type-mini-cart:not(.elementor-menu-cart--shown) .elementor-menu-cart__container {
  transform: scale(0);
  transition: background-color 0.4s, transform 0s 0.4s;
}
body.elementor-default .elementor-widget-woocommerce-menu-cart.elementor-menu-cart--cart-type-mini-cart:not(.elementor-menu-cart--shown) .elementor-menu-cart__main {
  opacity: 0;
  transform: translateY(-10px);
}
.elementor-edit-area-active .elementor-widget-woocommerce-menu-cart.elementor-widget.elementor-loading.elementor-menu-cart--shown {
  opacity: 1;
  /**
   * This keeps side-cart and mini-cart widget above other widgets
   * so there's no flash when using the typography controls
   */
}
.elementor-edit-area-active .elementor-widget-woocommerce-menu-cart.elementor-widget.elementor-loading.elementor-menu-cart--shown .elementor-menu-cart__container {
  z-index: 9999;
}
.elementor-widget-woocommerce-menu-cart.elementor-menu-cart--cart-type-dropdown .elementor-menu-cart__container {
  display: none;
}

.elementor-widget-woocommerce-purchase-summary {
  font-size: 14px;
  font-family: Roboto, sans-serif;
  color: #69727D;
  /* override theme defaults for themes that have hover background colors on these elements. The hover background colors do not play well with the widget's initial design. */
}
.elementor-widget-woocommerce-purchase-summary table tbody tr:hover > td, .elementor-widget-woocommerce-purchase-summary table tbody tr:hover > th {
  background-color: initial;
}
.elementor-widget-woocommerce-purchase-summary .woocommerce .woocommerce-thankyou-order-details {
  padding-inline-start: 0;
  margin: 0 0 2em;
  display: flex;
  flex-wrap: wrap;
}
.elementor-widget-woocommerce-purchase-summary .woocommerce .woocommerce-thankyou-order-details li {
  border-right-style: var(--payment-details-border-type, solid);
  border-right-color: var(--payment-details-border-color, #D5D8DC);
  border-right-width: var(--payment-details-border-width, 1px);
  color: var(--payment-details-titles-color, #000000);
  font-weight: 700;
  font-size: 14px;
  text-transform: capitalize;
  margin-right: var(--payment-details-space-between, 4em);
  padding-right: var(--payment-details-space-between, 4em);
  float: unset;
  margin-bottom: 30px;
  /* By default, WooCommerce styles the order data as Bold, and the 'Headings' as normal text. In Elementor's default design, the headings are bold, and the `<strong>` element which contains the order data, needs to be reset to look like normal text. */
}
@media (max-width: 1024px) {
  .elementor-widget-woocommerce-purchase-summary .woocommerce .woocommerce-thankyou-order-details li {
    border-right: none;
    border-bottom-width: var(--payment-details-border-width, 1px);
    border-bottom-style: var(--payment-details-border-type, solid);
    border-bottom-color: var(--payment-details-border-color, #D5D8DC);
    margin-right: 0;
    padding-right: 0;
    width: 100%;
    padding-top: calc(var(--payment-details-space-between, 20px) / 2);
    padding-bottom: calc(var(--payment-details-space-between, 20px) / 2);
    justify-content: space-between;
    display: flex;
    margin-bottom: 0;
  }
}
.elementor-widget-woocommerce-purchase-summary .woocommerce .woocommerce-thankyou-order-details li strong {
  color: var(--payment-details-items-color, #69727D);
  font-weight: 400;
  font-size: 14px;
  margin-top: var(--payment-details-titles-spacing, 10px);
  text-transform: none;
  line-height: initial;
  text-shadow: none;
  font-style: normal;
  letter-spacing: 0px;
}
@media (max-width: 1024px) {
  .elementor-widget-woocommerce-purchase-summary .woocommerce .woocommerce-thankyou-order-details li strong {
    margin-top: 0;
  }
}
.elementor-widget-woocommerce-purchase-summary .woocommerce .woocommerce-bacs-bank-details .wc-bacs-bank-details {
  padding-inline-start: 0;
  display: flex;
  flex-wrap: wrap;
}
.elementor-widget-woocommerce-purchase-summary .woocommerce .woocommerce-bacs-bank-details .wc-bacs-bank-details li {
  border-right-style: var(--bank-details-border-type, solid);
  border-right-color: var(--bank-details-border-color, #D5D8DC);
  border-right-width: var(--bank-details-border-width, 1px);
  color: var(--bank-details-titles-color, #000000);
  font-weight: 700;
  font-size: 14px;
  text-transform: capitalize;
  margin-right: var(--bank-details-space-between, 4em);
  padding-right: var(--bank-details-space-between, 4em);
  float: unset;
  margin-bottom: 30px;
  /* By default, WooCommerce styles the order data as Bold, and the 'Headings' as normal text. In Elementor's default design, the headings are bold, and the `<strong>` element which contains the order data, needs to be reset to look like normal text. */
}
@media (max-width: 1024px) {
  .elementor-widget-woocommerce-purchase-summary .woocommerce .woocommerce-bacs-bank-details .wc-bacs-bank-details li {
    border-right: none;
    border-bottom-width: var(--bank-details-border-width, 1px);
    border-bottom-style: var(--bank-details-border-type, solid);
    border-bottom-color: var(--bank-details-border-color, #D5D8DC);
    margin-right: 0;
    padding-right: 0;
    width: 100%;
    padding-top: calc(var(--bank-details-space-between, 20px) / 2);
    padding-bottom: calc(var(--bank-details-space-between, 20px) / 2);
    justify-content: space-between;
    display: flex;
    margin-bottom: 0;
  }
}
.elementor-widget-woocommerce-purchase-summary .woocommerce .woocommerce-bacs-bank-details .wc-bacs-bank-details li strong {
  color: var(--bank-details-items-color, #69727D);
  font-weight: 400;
  font-size: 14px;
  margin-top: var(--bank-details-titles-spacing, 10px);
  text-transform: none;
  line-height: initial;
  text-shadow: none;
  font-style: normal;
  letter-spacing: 0px;
}
@media (max-width: 1024px) {
  .elementor-widget-woocommerce-purchase-summary .woocommerce .woocommerce-bacs-bank-details .wc-bacs-bank-details li strong {
    margin-top: 0;
  }
}
.elementor-widget-woocommerce-purchase-summary .woocommerce .woocommerce-bacs-bank-details .wc-bacs-bank-details li:last-of-type {
  border-right: none;
}
.elementor-widget-woocommerce-purchase-summary .woocommerce .wc-item-meta li p,
.elementor-widget-woocommerce-purchase-summary .woocommerce .wc-item-meta .wc-item-meta-label {
  color: var(--order-details-variations-color, #69727D);
}
.elementor-widget-woocommerce-purchase-summary .woocommerce .shop_table {
  font-size: 14px;
  margin-bottom: 0;
  padding: var(--sections-padding, 15px 30px);
  background-color: var(--sections-background-color, #ffffff);
  border-style: var(--sections-border-type, solid);
  border-color: var(--sections-border-color, #D5D8DC);
  border-radius: var(--sections-border-radius, 3px);
  border-width: 1px;
}
.elementor-widget-woocommerce-purchase-summary .woocommerce .shop_table .button.alt {
  background-color: transparent;
  border-style: var(--buttons-border-type, solid);
  border-color: var(--buttons-border-color, #5bc0de);
  border-radius: var(--button-border-radius, 3px);
  border-width: 2px;
  vertical-align: middle;
  color: var(--button-normal-text-color, #69727D);
  padding: var(--button-padding, 5px 10px);
}
.elementor-widget-woocommerce-purchase-summary .woocommerce .shop_table .button.alt:hover {
  color: var(--button-hover-text-color, #69727D);
  transition-duration: var(--button-hover-transition-duration, 0.3s);
}
.elementor-widget-woocommerce-purchase-summary .woocommerce .shop_table td,
.elementor-widget-woocommerce-purchase-summary .woocommerce .shop_table th {
  border: 0px;
  border-top-style: var(--tables-divider-border-type, solid);
  border-top-width: var(--tables-divider-border-width, 1px);
  border-top-color: var(--tables-divider-border-color, #D5D8DC);
  padding-top: calc(var(--order-details-rows-gap, 18px) / 2);
  padding-bottom: calc(var(--order-details-rows-gap, 18px) / 2);
  padding-left: 0;
  padding-right: 0;
}
.elementor-widget-woocommerce-purchase-summary .woocommerce .shop_table thead tr th {
  color: var(--order-details-titles-totals-color, #000000);
  border-top: none;
  padding-top: 0;
}
.elementor-widget-woocommerce-purchase-summary .woocommerce .shop_table thead tr th span {
  color: var(--order-details-titles-totals-color, #000000);
}
@media (min-width: 1025px) {
  .elementor-widget-woocommerce-purchase-summary .woocommerce .shop_table tbody td {
    vertical-align: top;
    line-height: unset;
  }
}
.elementor-widget-woocommerce-purchase-summary .woocommerce .shop_table tbody td .woocommerce-Price-amount {
  color: var(--order-details-items-color, #69727D);
}
.elementor-widget-woocommerce-purchase-summary .woocommerce .shop_table tfoot th,
.elementor-widget-woocommerce-purchase-summary .woocommerce .shop_table tfoot td {
  color: var(--order-details-titles-totals-color, #000000);
}
.elementor-widget-woocommerce-purchase-summary .woocommerce .shop_table tfoot tr:last-child th,
.elementor-widget-woocommerce-purchase-summary .woocommerce .shop_table tfoot tr:last-child td {
  padding-bottom: 0;
}
.elementor-widget-woocommerce-purchase-summary .woocommerce .shop_table .product-quantity,
.elementor-widget-woocommerce-purchase-summary .woocommerce .shop_table td.download-remaining,
.elementor-widget-woocommerce-purchase-summary .woocommerce .shop_table td.download-expires {
  font-weight: 400;
  color: var(--order-details-items-color, #69727D);
}
.elementor-widget-woocommerce-purchase-summary .woocommerce .shop_table .product-purchase-note td {
  border-top: none;
  padding-top: 0;
  color: var(--general-text-color, #69727D);
}
.elementor-widget-woocommerce-purchase-summary .woocommerce .woocommerce-table--order-downloads tr td:before {
  color: var(--order-details-titles-totals-color, #000000);
}
.elementor-widget-woocommerce-purchase-summary .woocommerce .order-again .button {
  background: transparent;
  border: 2px solid #5bc0de;
  border-style: var(--buttons-border-type, solid);
  border-color: var(--buttons-border-color, #5bc0de);
  border-width: 2px;
  border-radius: var(--button-border-radius, 3px);
  vertical-align: middle;
  color: var(--button-normal-text-color, #69727D);
  margin-top: 40px;
  margin-bottom: 0;
  padding: var(--button-padding, 12px 32px);
}
.elementor-widget-woocommerce-purchase-summary .woocommerce .order-again .button:hover {
  color: var(--button-hover-text-color, #69727D);
  transition-duration: var(--button-hover-transition-duration, 0.3s);
}
.elementor-widget-woocommerce-purchase-summary .woocommerce h2 {
  color: var(--titles-color, #000000);
  margin-bottom: var(--titles-spacing, 45px);
  font-weight: 400;
}
.elementor-widget-woocommerce-purchase-summary .woocommerce .woocommerce-order-details h2 {
  text-align: var(--order-summary-alignment, inherit);
}
.elementor-widget-woocommerce-purchase-summary .woocommerce .wc-bacs-bank-details-heading {
  text-align: var(--bank-details-alignment, inherit);
}
.elementor-widget-woocommerce-purchase-summary .woocommerce .woocommerce-order-downloads__title {
  text-align: var(--downloads-alignment, inherit);
}
.elementor-widget-woocommerce-purchase-summary .woocommerce .woocommerce-customer-details > h2,
.elementor-widget-woocommerce-purchase-summary .woocommerce .woocommerce-column--billing-address h2 {
  text-align: var(--billing-details-alignment, inherit);
}
.elementor-widget-woocommerce-purchase-summary .woocommerce .woocommerce-column--shipping-address h2 {
  text-align: var(--shipping-details-alignment, inherit);
}
.elementor-widget-woocommerce-purchase-summary .woocommerce a {
  color: var(--order-details-product-links-normal-color, #5bc0de);
}
.elementor-widget-woocommerce-purchase-summary .woocommerce a:hover {
  color: var(--order-details-product-links-hover-color, #5bc0de);
}
.elementor-widget-woocommerce-purchase-summary .woocommerce p {
  margin-bottom: 20px;
}
.elementor-widget-woocommerce-purchase-summary .woocommerce .woocommerce-thankyou-order-received {
  margin-bottom: var(--sections-spacing, 40px);
  color: var(--confirmation-message-color, #69727D);
  text-align: var(--confirmation-message-alignment, inherit);
  display: var(--confirmation-message-display, none);
}
.elementor-widget-woocommerce-purchase-summary .woocommerce strong {
  color: var(--general-text-color, #000000);
}
.elementor-widget-woocommerce-purchase-summary .woocommerce table tbody > tr:nth-child(odd) > td,
.elementor-widget-woocommerce-purchase-summary .woocommerce table tbody > tr:nth-child(odd) > th {
  background-color: transparent;
}
.elementor-widget-woocommerce-purchase-summary .woocommerce address {
  padding: var(--sections-padding, 15px 30px);
  background-color: var(--sections-background-color, #ffffff);
  border-style: var(--sections-border-type, solid);
  border-color: var(--sections-border-color, #D5D8DC);
  border-radius: var(--sections-border-radius, 3px);
  border-width: 1px;
  color: var(--general-text-color, #69727D);
}
@media (max-width: 767px) {
  .elementor-widget-woocommerce-purchase-summary .woocommerce-column--2 {
    margin-top: 2em;
  }
}
.elementor-widget-woocommerce-purchase-summary .woocommerce .woocommerce-thankyou-order-details + p {
  color: var(--general-text-color, #69727D);
}
.elementor-widget-woocommerce-purchase-summary .woocommerce .wc-bacs-bank-details-account-name {
  color: var(--account-title-color, #000000);
  font-weight: 700;
  font-size: 14px;
  margin-bottom: var(--account-title-spacing, 1rem);
}
.elementor-widget-woocommerce-purchase-summary .woocommerce section {
  margin-top: var(--sections-spacing, 4em);
}
.elementor-widget-woocommerce-purchase-summary .woocommerce .wc-bacs-bank-details:last-child {
  margin-bottom: 0;
}
.elementor-widget-woocommerce-purchase-summary .woocommerce-table__line-item.order_item .woocommerce-table__product-name.product-purchase-note-is-below {
  padding-bottom: 0;
}
.elementor-widget-woocommerce-purchase-summary .woocommerce-table__line-item.order_item .woocommerce-table__product-total.product-total.product-purchase-note-is-below {
  padding-bottom: 0;
}
.elementor-widget-woocommerce-purchase-summary .woocommerce-table--order-details {
  table-layout: fixed;
}
.elementor-widget-woocommerce-purchase-summary .woocommerce-table--order-details td {
  word-wrap: break-word;
}

/* Select2 dropdown options are outside of the widget container */
.e-woo-select2-wrapper .select2-results__option {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  color: #69727D;
}
.e-woo-select2-wrapper .select2-results__option:focus {
  color: #69727D;
}

.elementor-widget-woocommerce-checkout-page {
  background-color: transparent;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 21px;
  color: #69727D;
  /* one column layout */
  /* override theme defaults for themes that have hover background colors on these elements. The hover background colors do not play well with the widget's initial design. */
  /* Make select2 appear like other inputs start */
  /* Make select2 appear like other inputs end */
}
.elementor-widget-woocommerce-checkout-page.e-checkout-layout-one-column .e-checkout__container {
  grid-template-columns: auto;
}
.elementor-widget-woocommerce-checkout-page ::-moz-placeholder {
  color: var(--forms-fields-normal-color, inherit);
  font-family: inherit;
  opacity: 0.6;
}
.elementor-widget-woocommerce-checkout-page ::placeholder {
  color: var(--forms-fields-normal-color, inherit);
  font-family: inherit;
  opacity: 0.6;
}
.elementor-widget-woocommerce-checkout-page table tbody tr:hover > td, .elementor-widget-woocommerce-checkout-page table tbody tr:hover > th {
  background-color: transparent;
}
.elementor-widget-woocommerce-checkout-page .select2-container--default .select2-selection--single {
  color: var(--forms-fields-normal-color, #69727D);
  background-color: #F9FAFA;
  border-radius: var(--forms-fields-border-radius, 0px);
  border: none;
  height: 45px;
}
.elementor-widget-woocommerce-checkout-page .select2-container--default .select2-selection--single:focus {
  color: var(--forms-fields-focus-color, #69727D);
  background-color: #F9FAFA;
  border-color: initial;
  transition-duration: var(--forms-fields-focus-transition-duration, 0.3s);
}
.elementor-widget-woocommerce-checkout-page .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: var(--forms-fields-normal-color, #69727D);
}
.elementor-widget-woocommerce-checkout-page .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--forms-fields-normal-color, #69727D);
  line-height: 45px;
  padding-left: 1rem;
  padding-right: 1rem;
}
.elementor-widget-woocommerce-checkout-page .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 45px;
}
.elementor-widget-woocommerce-checkout-page .select2-container--open .select2-dropdown--below {
  background-color: #F9FAFA;
}
.elementor-widget-woocommerce-checkout-page .e-description {
  color: var(--sections-descriptions-color, #69727D);
  padding-bottom: var(--sections-descriptions-spacing, 0px);
  font-size: 14px;
  font-weight: 400;
}
.elementor-widget-woocommerce-checkout-page .e-woocommerce-login-section {
  margin-bottom: 24px;
}
.elementor-widget-woocommerce-checkout-page .e-woocommerce-login-section .e-checkout-secondary-title {
  text-align: var(--login-title-alignment, left);
}
.elementor-widget-woocommerce-checkout-page .e-woocommerce-login-nudge {
  margin-top: var(--sections-secondary-title-spacing, 24px);
  margin-bottom: 15px;
}
.elementor-widget-woocommerce-checkout-page .e-coupon-anchor {
  margin-top: var(--sections-secondary-title-spacing, 24px);
}
.elementor-widget-woocommerce-checkout-page .e-coupon-box {
  margin-top: 24px;
}
.elementor-widget-woocommerce-checkout-page .e-coupon-anchor-description {
  color: var(--forms-labels-color, #69727D);
  margin-bottom: var(--forms-label-spacing, 3px);
}
.elementor-widget-woocommerce-checkout-page .e-login-wrap {
  display: flex;
  align-items: center;
}
.elementor-widget-woocommerce-checkout-page .e-login-wrap-start {
  flex: 75%;
}
.elementor-widget-woocommerce-checkout-page .e-login-wrap-end {
  flex: 20%;
  text-align: right;
}
@media (max-width: 1024px) {
  .elementor-widget-woocommerce-checkout-page .e-login-wrap {
    display: block;
  }
  .elementor-widget-woocommerce-checkout-page .e-login-wrap-end {
    text-align: var(--login-button-alignment, left);
    margin-top: 15px;
  }
  .elementor-widget-woocommerce-checkout-page .e-login-wrap-end label.e-login-label {
    display: none;
  }
}
.elementor-widget-woocommerce-checkout-page .e-login-actions-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 6px;
}
.elementor-widget-woocommerce-checkout-page .e-login-actions-wrap-end .lost_password {
  margin-bottom: 0;
  font-size: 12px;
}
@media (max-width: 1024px) {
  .elementor-widget-woocommerce-checkout-page .e-login-actions-wrap-end .lost_password {
    font-size: 11px;
  }
}
.elementor-widget-woocommerce-checkout-page .e-apply-coupon {
  width: 90%; /* 90% to match the design */
}
@media (max-width: 1024px) {
  .elementor-widget-woocommerce-checkout-page .e-apply-coupon {
    width: var(--coupon-button-width, auto);
  }
}
.elementor-widget-woocommerce-checkout-page .e-checkout__container {
  display: grid;
  flex-wrap: wrap;
  grid-template-columns: 56% auto; /* column widths - to match the design */
  align-items: stretch;
  grid-column-gap: var(--sections-margin, 24px);
  grid-row-gap: var(--sections-margin, 24px);
}
@media (max-width: 1024px) {
  .elementor-widget-woocommerce-checkout-page .e-checkout__container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.elementor-widget-woocommerce-checkout-page .e-checkout-secondary-title {
  color: var(--sections-secondary-title-color, #69727D);
  margin-bottom: 0;
}
.elementor-widget-woocommerce-checkout-page .e-woocommerce-coupon-nudge {
  text-align: var(--coupon-title-alignment, left);
}
.elementor-widget-woocommerce-checkout-page #ship-to-different-address {
  margin-top: 13px;
  padding-left: var(--shipping-heading-padding-start, 30px);
}
.elementor-widget-woocommerce-checkout-page #ship-to-different-address span {
  font-weight: 400;
}
.elementor-widget-woocommerce-checkout-page a {
  color: var(--links-normal-color, #5bc0de);
}
.elementor-widget-woocommerce-checkout-page a:hover {
  color: var(--links-hover-color, #5bc0de);
}
.elementor-widget-woocommerce-checkout-page .woocommerce {
  /* Need to use these specific selectors to override WooCommerce CSS */
  /* Need the <button> selector here so that we can target .woocommerce-button
  without being overwritten by WooCommerce's button.button selector.
  We are also targeting .woocommerce-button because none of this styling should
  apply to the Purchase button. Only The Login/Apply coupon button. */
  /* Main Sections styling start */
  /* Main Sections styling end */
  /* Styling for everything classified as 'Messages' start */
  /* Styling for everything classified as 'Messages' end */
}
.elementor-widget-woocommerce-checkout-page .woocommerce #customer_details .form-row,
.elementor-widget-woocommerce-checkout-page .woocommerce .e-woocommerce-login-anchor .form-row,
.elementor-widget-woocommerce-checkout-page .woocommerce .e-coupon-box .form-row {
  padding-left: var(--forms-columns-gap-padding, 0px);
  padding-right: var(--forms-columns-gap-padding, 0px);
  margin-left: var(--forms-columns-gap-margin, 0px);
  margin-right: var(--forms-columns-gap-margin, 0px);
}
.elementor-widget-woocommerce-checkout-page .woocommerce #customer_details .form-row label,
.elementor-widget-woocommerce-checkout-page .woocommerce .e-woocommerce-login-anchor .form-row label,
.elementor-widget-woocommerce-checkout-page .woocommerce .e-coupon-box .form-row label {
  color: var(--forms-labels-color, #69727D);
  margin-bottom: var(--forms-label-spacing, 3px);
}
.elementor-widget-woocommerce-checkout-page .woocommerce #customer_details .form-row .input-text,
.elementor-widget-woocommerce-checkout-page .woocommerce #customer_details .form-row select,
.elementor-widget-woocommerce-checkout-page .woocommerce #customer_details .form-row textarea,
.elementor-widget-woocommerce-checkout-page .woocommerce .e-woocommerce-login-anchor .form-row .input-text,
.elementor-widget-woocommerce-checkout-page .woocommerce .e-woocommerce-login-anchor .form-row select,
.elementor-widget-woocommerce-checkout-page .woocommerce .e-woocommerce-login-anchor .form-row textarea,
.elementor-widget-woocommerce-checkout-page .woocommerce .e-coupon-box .form-row .input-text,
.elementor-widget-woocommerce-checkout-page .woocommerce .e-coupon-box .form-row select,
.elementor-widget-woocommerce-checkout-page .woocommerce .e-coupon-box .form-row textarea {
  color: var(--forms-fields-normal-color, #69727D);
  background-color: #F9FAFA;
  border-radius: var(--forms-fields-border-radius, 0px);
  padding: var(--forms-fields-padding, 16px);
  font-size: 14px;
  border: none;
  font-weight: 400;
}
.elementor-widget-woocommerce-checkout-page .woocommerce #customer_details .form-row .input-text:focus,
.elementor-widget-woocommerce-checkout-page .woocommerce #customer_details .form-row select:focus,
.elementor-widget-woocommerce-checkout-page .woocommerce #customer_details .form-row textarea:focus,
.elementor-widget-woocommerce-checkout-page .woocommerce .e-woocommerce-login-anchor .form-row .input-text:focus,
.elementor-widget-woocommerce-checkout-page .woocommerce .e-woocommerce-login-anchor .form-row select:focus,
.elementor-widget-woocommerce-checkout-page .woocommerce .e-woocommerce-login-anchor .form-row textarea:focus,
.elementor-widget-woocommerce-checkout-page .woocommerce .e-coupon-box .form-row .input-text:focus,
.elementor-widget-woocommerce-checkout-page .woocommerce .e-coupon-box .form-row select:focus,
.elementor-widget-woocommerce-checkout-page .woocommerce .e-coupon-box .form-row textarea:focus {
  color: var(--forms-fields-focus-color, #69727D);
  background-color: #F9FAFA;
  border-color: #69727D;
  transition-duration: var(--forms-fields-focus-transition-duration, 0.3s);
}
.elementor-widget-woocommerce-checkout-page .woocommerce #customer_details #billing_address_1_field,
.elementor-widget-woocommerce-checkout-page .woocommerce .e-woocommerce-login-anchor #billing_address_1_field,
.elementor-widget-woocommerce-checkout-page .woocommerce .e-coupon-box #billing_address_1_field {
  margin-bottom: 5px;
}
.elementor-widget-woocommerce-checkout-page .woocommerce .create-account,
.elementor-widget-woocommerce-checkout-page .woocommerce .e-coupon-box .form-row {
  /* need to use !important here to override the style controls,
  these items must not be affected by the controls */
  margin-bottom: 0 !important;
}
.elementor-widget-woocommerce-checkout-page .woocommerce .input-radio,
.elementor-widget-woocommerce-checkout-page .woocommerce #shipping_method li input {
  vertical-align: middle;
}
.elementor-widget-woocommerce-checkout-page .woocommerce-form__input-checkbox {
  vertical-align: middle;
  margin: 0 5px 0 0;
}
.elementor-widget-woocommerce-checkout-page .woocommerce-form__label-for-checkbox span {
  position: relative;
  top: 2px;
  color: var(--sections-checkboxes-color, #69727D);
}
.elementor-widget-woocommerce-checkout-page .woocommerce .wc_payment_method label,
.elementor-widget-woocommerce-checkout-page .woocommerce #shipping_method li label {
  color: var(--sections-radio-buttons-color, #69727D);
}
.elementor-widget-woocommerce-checkout-page .woocommerce .wc_payment_method label {
  display: inline;
}
.elementor-widget-woocommerce-checkout-page .woocommerce button.woocommerce-button {
  background-color: var(--e-a-bg-default);
  color: var(--forms-buttons-normal-text-color, #6F6F6F);
  border-radius: var(--forms-buttons-border-radius, 3px);
  padding: 1rem;
  border-style: var(--forms-buttons-border-type, solid);
  border-color: var(--forms-buttons-border-color, #5bc0de);
  border-width: 2px;
}
.elementor-widget-woocommerce-checkout-page .woocommerce button.woocommerce-button:hover {
  color: var(--forms-buttons-hover-text-color, #6F6F6F);
  transition-duration: var(--forms-buttons-hover-transition-duration, 0.3s);
}
.elementor-widget-woocommerce-checkout-page .woocommerce #coupon_code {
  margin-right: 1%;
}
@media (max-width: 1024px) {
  .elementor-widget-woocommerce-checkout-page .woocommerce #coupon_code {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.elementor-widget-woocommerce-checkout-page .woocommerce-info {
  border-top-color: transparent;
  background-color: transparent;
  padding: 0;
}
.elementor-widget-woocommerce-checkout-page .woocommerce-privacy-policy-text p {
  font-weight: 400;
  font-size: 12px;
}
.elementor-widget-woocommerce-checkout-page .woocommerce-form-login-toggle .woocommerce-info {
  font-weight: 400;
  margin-bottom: 0;
}
.elementor-widget-woocommerce-checkout-page .woocommerce .e-woocommerce-login-section,
.elementor-widget-woocommerce-checkout-page .woocommerce .e-checkout__order_review,
.elementor-widget-woocommerce-checkout-page .woocommerce .e-coupon-box,
.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout #payment,
.elementor-widget-woocommerce-checkout-page .woocommerce #customer_details .col-1,
.elementor-widget-woocommerce-checkout-page .woocommerce .shipping_address,
.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-additional-fields {
  background: var(--sections-background-color, #ffffff);
  border-radius: var(--sections-border-radius, 3px);
  padding: var(--sections-padding, 16px 30px);
  margin: var(--sections-margin, 0 0 24px 0);
  border-style: var(--sections-border-type, solid);
  border-color: var(--sections-border-color, #D5D8DC);
  border-width: 1px;
  display: block;
}
.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-additional-fields {
  display: var(--additional-information-display, none);
}
@media (min-width: 1024px) {
  .elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-additional-fields {
    margin: var(--sections-margin, 0);
  }
}
.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout #payment .payment_box,
.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-privacy-policy-text,
.elementor-widget-woocommerce-checkout-page .woocommerce .e-checkout-message {
  color: var(--sections-messages-color, #69727D);
  font-weight: 400;
}
.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-privacy-policy-text p {
  margin-top: 25px;
}
.elementor-widget-woocommerce-checkout-page .woocommerce #customer_details .col2-set .col-1 {
  margin-bottom: 0;
}
.elementor-widget-woocommerce-checkout-page .woocommerce #customer_details .col2-set .col-2 {
  padding-top: 15px;
}
.elementor-widget-woocommerce-checkout-page .woocommerce #order_review_heading {
  text-align: var(--order-review-title-alignment, left);
}
.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table {
  margin-bottom: 0;
  border: 0;
  font-size: 14px;
}
.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table thead {
  background-color: transparent;
}
.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table thead tr th {
  padding-top: 0;
}
.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table tbody td {
  color: #000000;
}
.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table tbody td .product-quantity {
  font-weight: normal;
}
.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table tfoot th,
.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table tfoot td {
  color: #69727D;
}
.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table td,
.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table tr,
.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table th {
  border: 0;
  padding-left: 0;
  padding-bottom: 15px;
  padding-top: 15px;
}
.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table .order-total th,
.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table .order-total tr,
.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table .order-total td {
  padding-bottom: 0;
}
.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table tr:nth-child(odd) > td,
.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table tr:nth-child(odd) > th {
  background-color: transparent;
}
.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout-review-order-table .cart_item td {
  font-weight: 400;
  color: var(--order-summary-items-color, #000000);
  border-bottom-color: var(--order-summary-items-divider-color, #69727D);
  border-bottom-width: var(--order-summary-items-divider-weight, 0px);
  border-bottom-style: solid;
}
.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout-review-order-table .cart_item td.product-name {
  padding-right: 40px;
  max-width: 150px;
}
.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout-review-order-table .cart_item td.product-total {
  vertical-align: top;
}
.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout-review-order-table td,
.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout-review-order-table th {
  padding-top: var(--order-summary-rows-gap-top, 15px);
  padding-bottom: var(--order-summary-rows-gap-bottom, 15px);
}
.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout-review-order-table thead th,
.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout-review-order-table tfoot td,
.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout-review-order-table tfoot th {
  color: var(--order-summary-totals-color, #69727D);
  vertical-align: top;
}
.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout-review-order-table .order-total td,
.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout-review-order-table .order-total th {
  border-top-color: var(--order-summary-totals-divider-color, #69727D);
  border-top-width: var(--order-summary-totals-divider-weight, 0px);
  border-top-style: solid;
}
.elementor-widget-woocommerce-checkout-page .woocommerce-shipping-totals td {
  max-width: 70px;
}
.elementor-widget-woocommerce-checkout-page .woocommerce h3 {
  font-size: 14px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: var(--sections-title-spacing, 30px);
  color: var(--sections-title-color, #000000);
}
.elementor-widget-woocommerce-checkout-page .woocommerce-checkout .form-row > span {
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 3px;
  color: #69727D;
}
.elementor-widget-woocommerce-checkout-page .woocommerce-checkout .form-row-first, .elementor-widget-woocommerce-checkout-page .woocommerce-checkout .form-row-last {
  /* use 48% to match the design. Default WC CSS uses 47% */
  width: 48%;
}
.elementor-widget-woocommerce-checkout-page .woocommerce-checkout .form-row .input-checkbox {
  vertical-align: middle;
  margin: 0 5px 0 0;
}
.elementor-widget-woocommerce-checkout-page .woocommerce-checkout .woocommerce-billing-fields h3 {
  text-align: var(--billing-details-title-alignment, left);
}
.elementor-widget-woocommerce-checkout-page .woocommerce-checkout .woocommerce-billing-fields .form-row, .elementor-widget-woocommerce-checkout-page .woocommerce-checkout .woocommerce-shipping-fields .form-row, .elementor-widget-woocommerce-checkout-page .woocommerce-checkout .woocommerce-account-fields .form-row {
  margin-bottom: var(--forms-rows-gap, 5px);
}
.elementor-widget-woocommerce-checkout-page .woocommerce-checkout .woocommerce-billing-fields .form-row:last-child, .elementor-widget-woocommerce-checkout-page .woocommerce-checkout .woocommerce-shipping-fields .form-row:last-child, .elementor-widget-woocommerce-checkout-page .woocommerce-checkout .woocommerce-account-fields .form-row:last-child {
  margin-bottom: 15px;
}
.elementor-widget-woocommerce-checkout-page .woocommerce-checkout.login {
  margin-top: -8px;
  z-index: 999;
  background: #ffffff;
  border-top-width: 0;
  position: relative;
  margin-bottom: 0;
  color: #69727D;
}
@media (max-width: 1024px) {
  .elementor-widget-woocommerce-checkout-page .woocommerce-checkout .form-row-first, .elementor-widget-woocommerce-checkout-page .woocommerce-checkout .form-row-last {
    width: 100%;
  }
}
.elementor-widget-woocommerce-checkout-page .woocommerce-form-coupon-toggle {
  display: none;
}
.elementor-widget-woocommerce-checkout-page .woocommerce-form-login__submit {
  width: 85%; /* 85% to match the design */
}
@media (max-width: 1024px) {
  .elementor-widget-woocommerce-checkout-page .woocommerce-form-login__submit {
    width: var(--login-button-width, 35%); /* 35% to match the design */
  }
}
.elementor-widget-woocommerce-checkout-page .woocommerce-additional-fields h3 {
  text-align: var(--additional-fields-title-alignment, left);
}
.elementor-widget-woocommerce-checkout-page .woocommerce-shipping-fields .shipping_address {
  margin-bottom: var(--sections-margin, 20px);
}
.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment {
  margin-top: 24px;
  padding: 15px 25px 25px;
}
.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment .payment_methods {
  border-bottom: none;
  padding: 0;
}
.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment .payment_methods .payment_box {
  background-color: #F9FAFA;
}
.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment .payment_methods .payment_box:before {
  display: none;
}
.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment .payment_methods li {
  line-height: 21px;
}
.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment .payment_methods li label a {
  padding-left: 15px;
  font-size: 12px;
}
@media (max-width: 1024px) {
  .elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment .payment_methods li label a {
    float: none;
    font-size: 11px;
    padding-left: 10px;
  }
}
@media (max-width: 1024px) {
  .elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment .payment_methods li label img {
    width: 55px; /* 55px to match the design */
  }
}
.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment .place-order {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
  align-items: var(--place-order-title-alignment, stretch);
}
.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment #place_order {
  background-color: #5bc0de;
  width: var(--purchase-button-width, auto);
  float: none;
  color: var(--purchase-button-normal-text-color, #ffffff);
  min-height: auto;
  padding: var(--purchase-button-padding, 1em 1em);
  border-radius: var(--purchase-button-border-radius, 3px);
}
.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment #place_order:hover {
  background-color: #5bc0de;
  color: var(--purchase-button-hover-text-color, #ffffff);
  border-color: var(--purchase-button-hover-border-color, #5bc0de);
  transition-duration: var(--purchase-button-hover-transition-duration, 0.3s);
}
.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment .woocommerce-info:before {
  display: none;
}
.elementor-widget-woocommerce-checkout-page .woocommerce-checkout .col2-set .col-1,
.elementor-widget-woocommerce-checkout-page .woocommerce-checkout .col2-set .col-2 {
  width: auto;
  float: none;
}
.elementor-widget-woocommerce-checkout-page .woocommerce .coupon-container-grid {
  display: grid;
  grid-template-columns: auto auto; /*columns widths*/
  align-items: center;
}
.elementor-widget-woocommerce-checkout-page .woocommerce .coupon-container-grid .coupon-col-2 {
  text-align: right;
}
@media (max-width: 1024px) {
  .elementor-widget-woocommerce-checkout-page .woocommerce .coupon-container-grid {
    display: block;
  }
  .elementor-widget-woocommerce-checkout-page .woocommerce .coupon-container-grid .coupon-col-2 {
    text-align: var(--coupon-button-alignment, left);
  }
}
.elementor-widget-woocommerce-checkout-page .woocommerce #account_password_field {
  /* need to override the style controls,
  these items must not be affected by the controls */
  margin-bottom: 10px;
}
.elementor-widget-woocommerce-checkout-page .woocommerce .product-name .variation {
  color: var(--order-summary-variations-color, #000000);
  /* We need to specify these values so that the 'Items' Typography control does not affect
  the 'Variations' */
  font-size: 14px;
  font-style: normal;
  text-transform: none;
  letter-spacing: normal;
  text-decoration: none;
  line-height: 21px;
}

/* Select2 dropdown options are outside of the widget container */
.e-woo-select2-wrapper .select2-results__option {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  color: #69727D;
}
.e-woo-select2-wrapper .select2-results__option:focus {
  color: #69727D;
}

.elementor-widget-woocommerce-cart {
  /* one column layout */
  /* Make select2 appear like other inputs start */
  /* Make select2 appear like other inputs end */
}
.elementor-widget-woocommerce-cart.e-cart-layout-one-column .e-cart__container {
  grid-template-columns: auto;
}
.elementor-widget-woocommerce-cart table tbody tr:hover > td, .elementor-widget-woocommerce-cart table tbody tr:hover > th {
  background-color: inherit;
}
.elementor-widget-woocommerce-cart .e {
  /* .e-clear is a class that is added between the cart sections to fix collapsing margins,
  especially when custom margins are being set by the Style Controls, then the margins could
  start overriding the other margin, leaving one margin */
}
.elementor-widget-woocommerce-cart .e-clear {
  overflow: hidden;
  height: 0;
  width: 0;
}
.elementor-widget-woocommerce-cart .e-cart {
  /* Main sections styling start */
  /* Main sections styling end */
  /* one column layout */
}
.elementor-widget-woocommerce-cart .e-cart-section {
  background-color: var(--sections-background-color, #ffffff);
  padding: var(--sections-padding, 16px 30px);
  margin: var(--sections-margin, 0 0 30px 0);
  border-radius: var(--sections-border-radius, 3px);
  border-width: 1px;
  border-style: var(--sections-border-type, solid);
  border-color: var(--sections-border-color, #D5D8DC);
}
.elementor-widget-woocommerce-cart .e-cart-section--no-coupon {
  margin: var(--sections-margin, 0 0 0 0);
}
@media (min-width: 1024px) {
  .elementor-widget-woocommerce-cart .e-cart-section:last-child {
    margin: var(--sections-margin, 0);
  }
}
.elementor-widget-woocommerce-cart .e-cart-content {
  color: var(--sections-descriptions-color, #69727D);
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0;
}
.elementor-widget-woocommerce-cart .e-cart__container {
  display: grid;
  flex-wrap: wrap;
  grid-template-columns: 59% auto; /* 59% to match the required design */
  align-items: stretch;
  grid-column-gap: var(--sections-margin, 30px);
  grid-row-gap: var(--sections-margin, 30px);
}
@media (max-width: 1024px) {
  .elementor-widget-woocommerce-cart .e-cart__container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.elementor-widget-woocommerce-cart .e-cart-layout-one-column .e-cart__container {
  grid-template-columns: auto;
}
.elementor-widget-woocommerce-cart .select2-container {
  margin-bottom: 4px;
}
.elementor-widget-woocommerce-cart .select2-container--default .select2-selection--single {
  color: var(--forms-fields-normal-color, #69727D);
  background-color: #F9FAFA;
  border-radius: var(--forms-fields-border-radius, 0px);
  border: none;
  height: 45px;
}
.elementor-widget-woocommerce-cart .select2-container--default .select2-selection--single:focus {
  color: var(--forms-fields-focus-color, #69727D);
  background-color: #F9FAFA;
  border-color: var(--forms-fields-focus-border-color, initial);
  transition-duration: var(--forms-fields-focus-transition-duration, 0.3s);
}
.elementor-widget-woocommerce-cart .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: var(--forms-fields-normal-color, #69727D);
}
.elementor-widget-woocommerce-cart .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--forms-fields-normal-color, #69727D);
  line-height: 45px;
  padding-left: 1rem;
  padding-right: 1rem;
}
.elementor-widget-woocommerce-cart .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 45px;
}
.elementor-widget-woocommerce-cart .select2-container--open .select2-dropdown--below {
  background-color: #F9FAFA;
}
.elementor-widget-woocommerce-cart .woocommerce {
  font-family: Roboto, sans-serif;
  /* The :not() selector is to avoid Cart widget styling to affect any widgets used in the custom Empty Cart template. */
  /*
   * Disable updating the shipping method or using the the shipping calculator while in the editor. If the
   * document is still a draft (autosaved, or just not published), updating will result in the old non-edited
   * document being returned.
   */
}
.elementor-widget-woocommerce-cart .woocommerce button.button {
  background-color: var(--e-a-bg-default);
  color: var(--forms-buttons-normal-text-color, #69727D);
  border-radius: var(--forms-buttons-border-radius, 3px);
  /* 0.88rem is used here so that this button will match the design layout from Product. */
  padding: var(--forms-buttons-padding, 0.88rem 2rem);
  width: var(--forms-buttons-width, auto);
  border-style: var(--forms-buttons-border-type, solid);
  border-color: var(--forms-buttons-border-color, #5bc0de);
  border-width: 2px;
}
.elementor-widget-woocommerce-cart .woocommerce button.button:hover {
  color: var(--forms-buttons-hover-text-color, #69727D);
  transition-duration: var(--forms-buttons-hover-transition-duration, 0.3s);
  border-color: var(--forms-buttons-hover-border-color, #5bc0de);
}
.elementor-widget-woocommerce-cart .woocommerce button.button.disabled, .elementor-widget-woocommerce-cart .woocommerce button.button:disabled, .elementor-widget-woocommerce-cart .woocommerce button.button:disabled[disabled] {
  /* 0.88rem is used here so that this button will match the design layout from Product. */
  padding: var(--forms-buttons-padding, 0.88rem 2rem);
  color: var(--forms-buttons-normal-text-color, #69727D);
}
.elementor-widget-woocommerce-cart .woocommerce button.button.disabled:hover, .elementor-widget-woocommerce-cart .woocommerce button.button:disabled:hover, .elementor-widget-woocommerce-cart .woocommerce button.button:disabled[disabled]:hover {
  background-color: var(--forms-buttons-hover-background-color, #ffffff);
  color: var(--forms-buttons-hover-text-color, #69727D);
  transition-duration: var(--forms-buttons-hover-transition-duration, 0.3s);
  border-color: var(--forms-buttons-hover-border-color, #5bc0de);
}
.elementor-widget-woocommerce-cart .woocommerce #shipping_method li label {
  color: var(--sections-radio-buttons-color, #69727D);
}
.elementor-widget-woocommerce-cart .woocommerce #shipping_method li input {
  vertical-align: middle;
}
.elementor-widget-woocommerce-cart .woocommerce .shipping-calculator-form {
  margin-top: var(--sections-descriptions-spacing, 15px);
}
.elementor-widget-woocommerce-cart .woocommerce .woocommerce-shipping-destination {
  color: var(--sections-descriptions-color, #69727D);
  margin-bottom: 0;
}
.elementor-widget-woocommerce-cart .woocommerce .cart_totals table.shop_table_responsive tbody th, .elementor-widget-woocommerce-cart .woocommerce-page .cart_totals table.shop_table_responsive tbody th {
  display: none;
}
.elementor-widget-woocommerce-cart .woocommerce .cart_totals table.shop_table_responsive tr.woocommerce-shipping-totals td, .elementor-widget-woocommerce-cart .woocommerce-page .cart_totals table.shop_table_responsive tr.woocommerce-shipping-totals td {
  text-align: left !important; /* need important here because Woo also has !important */
}
.elementor-widget-woocommerce-cart .woocommerce .cart_totals table.shop_table_responsive tr.woocommerce-shipping-totals td::before, .elementor-widget-woocommerce-cart .woocommerce-page .cart_totals table.shop_table_responsive tr.woocommerce-shipping-totals td::before {
  width: 100%;
  margin-bottom: 10px;
}
.elementor-widget-woocommerce-cart .woocommerce .cart_totals table.shop_table_responsive tr td, .elementor-widget-woocommerce-cart .woocommerce-page .cart_totals table.shop_table_responsive tr td {
  text-align: right !important; /* need important here because Woo also has !important */
}
.elementor-widget-woocommerce-cart .woocommerce .cart_totals table.shop_table_responsive tr td::before, .elementor-widget-woocommerce-cart .woocommerce-page .cart_totals table.shop_table_responsive tr td::before {
  content: attr(data-title);
  font-weight: 700;
  float: left;
}
.elementor-widget-woocommerce-cart .woocommerce .cart_totals h2 {
  text-align: var(--totals-title-alignment, left);
}
.elementor-widget-woocommerce-cart .woocommerce .cart_totals table.shop_table td {
  padding-top: var(--totals-rows-gap-top, 12px);
  padding-bottom: var(--totals-rows-gap-bottom, 9px);
}
.elementor-widget-woocommerce-cart .woocommerce .cart_totals table.shop_table td:before,
.elementor-widget-woocommerce-cart .woocommerce .cart_totals table.shop_table td .woocommerce-Price-amount {
  color: var(--totals-color, #69727D);
  font-weight: 700;
}
.elementor-widget-woocommerce-cart .woocommerce .cart_totals table.shop_table tr.order-total td {
  border-top-color: var(--totals-divider-color, #69727D);
  border-top-width: var(--totals-divider-weight, 0);
}
.elementor-widget-woocommerce-cart .woocommerce .cart_totals .form-row {
  margin-bottom: var(--forms-rows-gap, 6px);
}
.elementor-widget-woocommerce-cart .woocommerce .product-name a {
  color: var(--product-link-normal-color, #000000);
}
.elementor-widget-woocommerce-cart .woocommerce .product-name a:hover {
  color: var(--product-link-hover-color, #000000);
}
.elementor-widget-woocommerce-cart .woocommerce .form-row {
  padding: 3px 0;
  margin: 0;
}
.elementor-widget-woocommerce-cart .woocommerce .input-text,
.elementor-widget-woocommerce-cart .woocommerce select {
  color: var(--forms-fields-normal-color, #69727D);
  background-color: #F9FAFA;
  border-radius: var(--forms-fields-border-radius, 3px);
  border: none;
  padding: var(--forms-fields-padding, 16px);
  font-size: 14px;
}
.elementor-widget-woocommerce-cart .woocommerce .input-text::-moz-placeholder, .elementor-widget-woocommerce-cart .woocommerce select::-moz-placeholder {
  color: var(--forms-fields-normal-color, inherit);
  font-family: inherit;
  opacity: 0.6;
}
.elementor-widget-woocommerce-cart .woocommerce .input-text::placeholder,
.elementor-widget-woocommerce-cart .woocommerce select::placeholder {
  color: var(--forms-fields-normal-color, inherit);
  font-family: inherit;
  opacity: 0.6;
}
.elementor-widget-woocommerce-cart .woocommerce .input-text:focus,
.elementor-widget-woocommerce-cart .woocommerce select:focus {
  color: var(--forms-fields-focus-color, #69727D);
  background-color: #F9FAFA;
  border-color: var(--forms-fields-focus-border-color, transparent);
  transition-duration: var(--forms-fields-focus-transition-duration, 0.3s);
}
.elementor-widget-woocommerce-cart .woocommerce .input-text:focus::-moz-placeholder, .elementor-widget-woocommerce-cart .woocommerce select:focus::-moz-placeholder {
  color: var(--forms-fields-focus-color, #69727D);
}
.elementor-widget-woocommerce-cart .woocommerce .input-text:focus::placeholder,
.elementor-widget-woocommerce-cart .woocommerce select:focus::placeholder {
  color: var(--forms-fields-focus-color, #69727D);
}
.elementor-widget-woocommerce-cart .woocommerce .input-text.qty {
  background-color: transparent;
  color: var(--order-summary-color, #000000);
  border-width: var(--order-summary-quantity-border-weight, 1px);
  border-style: solid;
  border-color: var(--order-summary-quantity-border-color, #D5D8DC);
  border-radius: 3px;
  padding: 1px 2px;
  text-align: left;
  font-size: 14px;
  min-height: 28px;
  max-height: 28px;
}
.elementor-widget-woocommerce-cart .woocommerce .wc-proceed-to-checkout {
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: var(--place-order-title-alignment, stretch);
}
.elementor-widget-woocommerce-cart .woocommerce .wc-proceed-to-checkout .checkout-button {
  padding: var(--checkout-button-padding, 15px 1em);
  width: var(--checkout-button-width, auto);
  font-size: 15px;
  text-align: center;
  color: var(--checkout-button-normal-text-color, #ffffff);
  background-color: #5bc0de;
  border-radius: var(--checkout-button-border-radius, 3px);
  min-height: auto;
  margin-bottom: 0;
}
.elementor-widget-woocommerce-cart .woocommerce .wc-proceed-to-checkout .checkout-button:hover {
  color: var(--checkout-button-hover-text-color, #ffffff);
  background-color: #5bc0de;
  border-color: var(--checkout-button-hover-border-color, #5bc0de);
  transition-duration: var(--checkout-button-hover-transition-duration, 0.3s);
}
.elementor-widget-woocommerce-cart .woocommerce .remove {
  background: transparent;
  color: var(--order-summary-remove-icon-normal-color, #000000) !important; /* need important here because Woo also has !important */
  width: auto;
}
.elementor-widget-woocommerce-cart .woocommerce .remove:hover {
  background: transparent;
  color: var(--order-summary-remove-icon-hover-color, #5bc0de) !important; /* need important here because Woo also has !important */
}
.elementor-widget-woocommerce-cart .woocommerce .cart-collaterals .cart_totals {
  float: none;
  width: 100%;
}
.elementor-widget-woocommerce-cart .woocommerce .cart-collaterals .cart_totals td {
  padding-left: 0;
}
.elementor-widget-woocommerce-cart .woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-totals td {
  padding-right: 0;
}
.elementor-widget-woocommerce-cart .woocommerce .coupon .button {
  float: right;
  width: 100%;
}
.elementor-widget-woocommerce-cart .woocommerce .coupon .form-row {
  padding: 0;
}
.elementor-widget-woocommerce-cart .woocommerce .coupon-col {
  display: flex;
}
.elementor-widget-woocommerce-cart .woocommerce .coupon-col-start {
  flex: 2;
  padding-right: 30px;
}
@media (max-width: 1024px) {
  .elementor-widget-woocommerce-cart .woocommerce .coupon-col-start {
    padding-right: 0;
  }
}
.elementor-widget-woocommerce-cart .woocommerce .coupon-col-end {
  flex: 1;
}
@media (max-width: 1024px) {
  .elementor-widget-woocommerce-cart .woocommerce .coupon-col-end {
    text-align: var(--apply-coupon-button-alignment, center);
  }
}
@media (max-width: 1024px) {
  .elementor-widget-woocommerce-cart .woocommerce .coupon-col {
    display: block;
  }
}
@media (max-width: 1024px) {
  .elementor-widget-woocommerce-cart .woocommerce .coupon {
    margin: var(--sections-margin, 0);
  }
  .elementor-widget-woocommerce-cart .woocommerce .coupon #coupon_code {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .elementor-widget-woocommerce-cart .woocommerce .coupon .button {
    width: var(--apply-coupon-button-width, 100%);
    float: none;
  }
}
.elementor-widget-woocommerce-cart .woocommerce table.shop_table {
  border: 0 solid;
}
.elementor-widget-woocommerce-cart .woocommerce table.shop_table .button {
  float: left;
  font-size: 14px;
  font-weight: 700;
}
.elementor-widget-woocommerce-cart .woocommerce table.shop_table.cart .actions {
  display: table-cell;
  /* need important here because Woo also has !important */
  text-align: var(--update-cart-button-alignment, left) !important;
}
.elementor-widget-woocommerce-cart .woocommerce table.shop_table.cart .actions .button {
  display: inline-block !important;
  float: none;
  width: var(--update-cart-button-width, auto);
}
@media (max-width: 1024px) {
  .elementor-widget-woocommerce-cart .woocommerce table.shop_table.cart .actions .button {
    width: var(--update-cart-button-width, 100%) !important;
  }
}
.elementor-widget-woocommerce-cart .woocommerce table.shop_table .shipping-calculator-form p:last-of-type {
  text-align: var(--update-shipping-button-alignment, start);
}
.elementor-widget-woocommerce-cart .woocommerce table.shop_table .shipping-calculator-form .button {
  float: none;
  width: var(--update-shipping-button-width, auto);
}
@media (max-width: 1024px) {
  .elementor-widget-woocommerce-cart .woocommerce table.shop_table .shipping-calculator-form .button {
    width: var(--update-shipping-button-width, 100%);
  }
}
.elementor-widget-woocommerce-cart .woocommerce table.shop_table td,
.elementor-widget-woocommerce-cart .woocommerce table.shop_table tr,
.elementor-widget-woocommerce-cart .woocommerce table.shop_table th {
  border: 0 solid;
}
.elementor-widget-woocommerce-cart .woocommerce table.shop_table tr:nth-child(odd) > td, .elementor-widget-woocommerce-cart .woocommerce table.shop_table tr:nth-child(odd) > th {
  background-color: transparent;
}
.elementor-widget-woocommerce-cart .woocommerce table.shop_table .actions {
  padding: 16px 0 0;
}
.elementor-widget-woocommerce-cart .woocommerce table.shop_table .product-remove a {
  display: inline-block;
}
.elementor-widget-woocommerce-cart .woocommerce table.shop_table.cart tbody tr:last-child {
  display: var(--update-cart-automatically-display, table-row);
}
.elementor-widget-woocommerce-cart .woocommerce table.cart {
  margin-bottom: 0;
}
.elementor-widget-woocommerce-cart .woocommerce table.cart img {
  width: 55px;
  height: auto;
  display: block;
}
.elementor-widget-woocommerce-cart .woocommerce table.cart td {
  padding-top: var(--order-summary-rows-gap-top, 20px);
  padding-right: 20px;
  padding-bottom: var(--order-summary-rows-gap-bottom, 20px);
  padding-left: 0;
}
.elementor-widget-woocommerce-cart .woocommerce table.cart td span {
  color: var(--order-summary-color, #000000);
  font-size: 14px;
  font-weight: 400;
}
.elementor-widget-woocommerce-cart .woocommerce table.cart td.product-remove, .elementor-widget-woocommerce-cart .woocommerce table.cart td.product-thumbnail, .elementor-widget-woocommerce-cart .woocommerce table.cart td.product-name, .elementor-widget-woocommerce-cart .woocommerce table.cart td.product-price, .elementor-widget-woocommerce-cart .woocommerce table.cart td.product-quantity, .elementor-widget-woocommerce-cart .woocommerce table.cart td.product-subtotal, .elementor-widget-woocommerce-cart .woocommerce table.cart td.actions {
  border-top-width: var(--order-summary-items-divider-weight, 1px);
  border-top-style: solid;
  border-top-color: var(--order-summary-items-divider-color, #D5D8DC);
}
@media (max-width: 768px) {
  .elementor-widget-woocommerce-cart .woocommerce table.cart td.product-remove, .elementor-widget-woocommerce-cart .woocommerce table.cart td.product-thumbnail, .elementor-widget-woocommerce-cart .woocommerce table.cart td.product-name, .elementor-widget-woocommerce-cart .woocommerce table.cart td.product-price, .elementor-widget-woocommerce-cart .woocommerce table.cart td.product-quantity, .elementor-widget-woocommerce-cart .woocommerce table.cart td.product-subtotal, .elementor-widget-woocommerce-cart .woocommerce table.cart td.actions {
    border-top-width: 0;
  }
}
.elementor-widget-woocommerce-cart .woocommerce table.cart td.product-remove {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 767px) {
  .elementor-widget-woocommerce-cart .woocommerce table.cart tbody tr:first-child td {
    border-top: none;
  }
}
@media (max-width: 1024px) {
  .elementor-widget-woocommerce-cart .woocommerce table.cart.product-remove {
    position: relative;
  }
  .elementor-widget-woocommerce-cart .woocommerce table.cart.product-name {
    padding-right: 0;
  }
  .elementor-widget-woocommerce-cart .woocommerce table.cart tr {
    border-top-width: var(--order-summary-items-divider-weight, 1px);
    border-top-color: var(--order-summary-items-divider-color, #D5D8DC);
  }
  .elementor-widget-woocommerce-cart .woocommerce table.cart tr:first-child {
    border-top: none;
  }
}
@media (max-width: 768px) {
  .elementor-widget-woocommerce-cart .woocommerce table.cart td {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .elementor-widget-woocommerce-cart .woocommerce table.cart {
    padding: 0;
  }
  .elementor-widget-woocommerce-cart .woocommerce table.cart tr {
    padding: 16px 28px;
  }
  .elementor-widget-woocommerce-cart .woocommerce table.cart tr:first-child {
    border-top: none;
  }
  .elementor-widget-woocommerce-cart .woocommerce table.cart td {
    padding-left: 0;
    padding-right: 0;
  }
  .elementor-widget-woocommerce-cart .woocommerce table.cart td:first-child {
    border-top: none;
  }
  .elementor-widget-woocommerce-cart .woocommerce table.cart td.product-name {
    border-top: none;
  }
  .elementor-widget-woocommerce-cart .woocommerce table.cart td.actions {
    padding: 0;
  }
}
.elementor-widget-woocommerce-cart .woocommerce a:not(.add_to_cart_button):not(.restore-item):not(.wc-backward):not(.wc-forward) {
  color: var(--links-normal-color, #5bc0de);
}
.elementor-widget-woocommerce-cart .woocommerce a:not(.add_to_cart_button):not(.restore-item):not(.wc-backward):not(.wc-forward):hover {
  color: var(--links-hover-color, #5bc0de);
}
.elementor-widget-woocommerce-cart .woocommerce .cart_totals h2,
.elementor-widget-woocommerce-cart .woocommerce .cart th {
  font-size: 14px;
  font-weight: 700;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 8px;
  padding-left: 0;
  padding-right: 20px;
}
.elementor-widget-woocommerce-cart .woocommerce .cart_totals h2 {
  margin-bottom: var(--sections-title-spacing, 1rem);
  color: var(--sections-title-color, #000000);
}
.elementor-widget-woocommerce-cart .woocommerce .cart th {
  padding-bottom: var(--order-summary-title-spacing, 8px);
  color: var(--order-summary-title-color, #000000);
}
.elementor-widget-woocommerce-cart .woocommerce .cart td::before {
  color: var(--order-summary-title-color, #000000);
}
.elementor-widget-woocommerce-cart .woocommerce .shipping-calculator-button::after {
  display: none;
}
.elementor-widget-woocommerce-cart .woocommerce .product-name .variation {
  color: var(--order-summary-variations-color, #000000);
}
@media (max-width: 1024px) {
  .elementor-widget-woocommerce-cart .woocommerce table.shop_table_responsive tr:nth-child(2n) td, .elementor-widget-woocommerce-cart .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background-color: transparent;
  }
  .elementor-widget-woocommerce-cart .woocommerce .cart_totals .shop_table_responsive td {
    padding-left: 0;
  }
}
.e-preview--show-hidden-elements .elementor-widget-woocommerce-cart .woocommerce #shipping_method input,
.e-preview--show-hidden-elements .elementor-widget-woocommerce-cart .woocommerce .shipping-calculator-form button[name=calc_shipping] {
  pointer-events: none;
}

/* Select2 dropdown options are outside of the widget container */
.e-woo-select2-wrapper .select2-results__option {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  color: var(--forms-fields-normal-color, #69727D);
}
.e-woo-select2-wrapper .select2-results__option:focus {
  color: var(--forms-fields-focus-color, #69727D);
  border-color: #69727D;
  transition-duration: var(--forms-fields-focus-transition-duration, 0.3s);
}

.elementor-widget-woocommerce-my-account {
  font-family: Roboto, sans-serif;
  color: #69727D;
}
.elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce-MyAccount-content {
  float: right;
  width: 75%; /* 75% to match the design */
  padding: 0;
  padding-left: var(--tab-content-spacing, 6%); /* 6% to match the design */
}
@media (max-width: 1024px) {
  .elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce-MyAccount-content {
    width: 100%;
    padding: var(--tab-content-spacing, 6%) 0 0 0;
  }
}
.elementor-widget-woocommerce-my-account .e-my-account-tab__dashboard:not(.e-my-account-tab__dashboard--custom) .woocommerce-MyAccount-content-wrapper, .elementor-widget-woocommerce-my-account .e-my-account-tab__orders .woocommerce-MyAccount-content-wrapper, .elementor-widget-woocommerce-my-account .e-my-account-tab__downloads .woocommerce-MyAccount-content-wrapper, .elementor-widget-woocommerce-my-account .e-my-account-tab__edit-account .woocommerce-MyAccount-content-wrapper, .elementor-widget-woocommerce-my-account .e-my-account-tab__edit-address .woocommerce-MyAccount-content-wrapper, .elementor-widget-woocommerce-my-account .e-my-account-tab__payment-methods .woocommerce-MyAccount-content-wrapper {
  border-style: var(--sections-border-type, solid);
  border-color: var(--sections-border-color, #D5D8DC);
  border-width: var(--sections-border-top-width, 1px) var(--sections-border-right-width, 1px) var(--sections-border-bottom-width, 1px) var(--sections-border-left-width, 1px);
  border-radius: var(--sections-border-radius, 3px);
}
.elementor-widget-woocommerce-my-account .e-my-account-tab__dashboard:not(.e-my-account-tab__dashboard--custom) .shop_table, .elementor-widget-woocommerce-my-account .e-my-account-tab__orders .shop_table, .elementor-widget-woocommerce-my-account .e-my-account-tab__downloads .shop_table, .elementor-widget-woocommerce-my-account .e-my-account-tab__edit-account .shop_table, .elementor-widget-woocommerce-my-account .e-my-account-tab__edit-address .shop_table, .elementor-widget-woocommerce-my-account .e-my-account-tab__payment-methods .shop_table {
  border: none;
  margin-bottom: 0;
}
.elementor-widget-woocommerce-my-account .e-my-account-tab__dashboard:not(.e-my-account-tab__dashboard--custom) .woocommerce-MyAccount-content-wrapper, .elementor-widget-woocommerce-my-account .e-my-account-tab__orders .woocommerce-MyAccount-content-wrapper, .elementor-widget-woocommerce-my-account .e-my-account-tab__downloads .woocommerce-MyAccount-content-wrapper, .elementor-widget-woocommerce-my-account .e-my-account-tab__edit-account .woocommerce-MyAccount-content-wrapper, .elementor-widget-woocommerce-my-account .e-my-account-tab__payment-methods .woocommerce-MyAccount-content-wrapper {
  background-color: var(--sections-background-color, #ffffff);
}
.elementor-widget-woocommerce-my-account .e-my-account-tab__dashboard:not(.e-my-account-tab__dashboard--custom) .woocommerce-MyAccount-content-wrapper, .elementor-widget-woocommerce-my-account .e-my-account-tab__edit-account .woocommerce-MyAccount-content-wrapper, .elementor-widget-woocommerce-my-account .e-my-account-tab__payment-methods .woocommerce-MyAccount-content-wrapper {
  padding: var(--sections-padding, 16px 30px);
}
.elementor-widget-woocommerce-my-account .e-my-account-tab__orders .woocommerce-MyAccount-content-wrapper, .elementor-widget-woocommerce-my-account .e-my-account-tab__downloads .woocommerce-MyAccount-content-wrapper {
  padding: var(--sections-padding, 16px 30px 3px 30px);
}
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-address-fields,
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) address {
  background-color: var(--sections-background-color, #ffffff);
  padding: var(--sections-padding, 16px 30px);
  border-style: var(--sections-border-type, solid);
  border-color: var(--sections-border-color, #D5D8DC);
  border-width: var(--sections-border-top-width, 1px) var(--sections-border-right-width, 1px) var(--sections-border-bottom-width, 1px) var(--sections-border-left-width, 1px);
  border-radius: var(--sections-border-radius, 3px);
}
.elementor-widget-woocommerce-my-account .e-my-account-tab__view-order .woocommerce-MyAccount-content, .elementor-widget-woocommerce-my-account .e-my-account-tab__edit-address .woocommerce-MyAccount-content {
  border: 0;
}
.elementor-widget-woocommerce-my-account .e-my-account-tab__view-order .woocommerce-MyAccount-content-wrapper, .elementor-widget-woocommerce-my-account .e-my-account-tab__edit-address .woocommerce-MyAccount-content-wrapper {
  padding: 0;
  border: 0;
}
.elementor-widget-woocommerce-my-account .e-my-account-tab__view-order .order_details {
  margin-bottom: 40px;
}
.elementor-widget-woocommerce-my-account .e-my-account-tab__view-order .woocommerce-table--order-downloads,
.elementor-widget-woocommerce-my-account .e-my-account-tab__view-order .order_details {
  background-color: var(--sections-background-color, #ffffff);
  padding: var(--sections-padding, 16px 30px 3px 30px);
  border-style: var(--sections-border-type, solid);
  border-color: var(--sections-border-color, #D5D8DC);
  border-width: var(--sections-border-top-width, 1px) var(--sections-border-right-width, 1px) var(--sections-border-bottom-width, 1px) var(--sections-border-left-width, 1px);
  border-radius: var(--sections-border-radius, 3px);
}
.elementor-widget-woocommerce-my-account .e-my-account-tab__payment-methods .woocommerce .woocommerce-MyAccount-content-wrapper .button {
  background: transparent;
  border-style: var(--tables-buttons-border-type, solid);
  border-color: var(--tables-buttons-border-color, #5bc0de);
  border-radius: var(--tables-button-border-radius, 3px);
  border-width: 2px;
  vertical-align: middle;
  color: var(--tables-button-normal-text-color, #69727D);
  padding: var(--tables-button-padding, 5px 10px);
}
.elementor-widget-woocommerce-my-account .e-my-account-tab__payment-methods .woocommerce .woocommerce-MyAccount-content-wrapper .button:hover {
  color: var(--tables-button-hover-text-color, #69727D);
  transition-duration: var(--tables-button-hover-transition-duration, 0.3s);
}
.elementor-widget-woocommerce-my-account .e-my-account-tab__payment-methods .woocommerce input[type=text] {
  color: var(--forms-fields-normal-color, #69727D);
  border-radius: var(--forms-fields-border-radius, 0px);
  padding: var(--forms-fields-padding, 16px);
  background: #F9FAFA;
  border: none;
  font-size: 14px;
}
.elementor-widget-woocommerce-my-account .e-my-account-tab__payment-methods .woocommerce input[type=text]:focus {
  color: var(--forms-fields-focus-color, #69727D);
  border-color: #69727D;
  transition-duration: var(--forms-fields-focus-transition-duration, 0.3s);
}
.elementor-widget-woocommerce-my-account .e-my-account-tab__add-payment-method #add_payment_method #payment {
  background-color: var(--sections-background-color, #ffffff);
  padding: var(--sections-padding, 16px 30px);
  border-style: var(--sections-border-type, solid);
  border-color: var(--sections-border-color, #D5D8DC);
  border-width: var(--sections-border-top-width, 1px) var(--sections-border-right-width, 1px) var(--sections-border-bottom-width, 1px) var(--sections-border-left-width, 1px);
  border-radius: var(--sections-border-radius, 3px);
}
.elementor-widget-woocommerce-my-account .e-my-account-tab__add-payment-method #add_payment_method #payment .payment_methods {
  padding: 0;
  border-bottom-style: var(--tables-divider-border-type, solid);
  border-bottom-width: var(--tables-divider-border-width, 1px);
  border-bottom-color: var(--tables-divider-border-color, #D4D4D4);
}
.elementor-widget-woocommerce-my-account .e-my-account-tab__add-payment-method #add_payment_method #payment #place_order {
  background: #5bc0de;
  border: none;
  color: var(--forms-buttons-normal-text-color, #ffffff);
  border-radius: var(--forms-buttons-border-radius, 3px);
  padding: var(--forms-buttons-padding, 12px 32px);
}
.elementor-widget-woocommerce-my-account .e-my-account-tab__add-payment-method #add_payment_method #payment #place_order:hover {
  color: var(--forms-buttons-hover-text-color, #ffffff);
  transition-duration: var(--forms-buttons-hover-transition-duration, 0.3s);
}
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) {
  /* Make select2 appear like other inputs start */
  /* Make select2 appear like other inputs end */
}
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-MyAccount-content > div > p {
  color: var(--general-text-color, #69727D);
}
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .select2-container--default {
  border-radius: var(--forms-fields-border-radius, 0px);
  background-color: var(--forms-fields-normal-background-color, #F9FAFA);
}
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .select2-container--default .select2-selection--single {
  color: var(--forms-fields-normal-color, #69727D);
  background-color: var(--forms-fields-normal-background-color, #F9FAFA);
  border-radius: var(--forms-fields-border-radius, 0px);
  border: none;
  height: 45px;
  margin: 0;
}
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .select2-container--default .select2-selection--single:focus {
  color: var(--forms-fields-focus-color, #69727D);
  background-color: var(--forms-fields-focus-background-color, #F9FAFA);
  border-color: initial;
  transition-duration: var(--forms-fields-focus-transition-duration, 0.3s);
}
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: var(--forms-fields-normal-color, #69727D);
}
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--forms-fields-normal-color, #69727D);
  line-height: 45px;
  padding-left: 1rem;
  padding-right: 1rem;
}
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 45px;
}
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .select2-container--open .select2-dropdown--below {
  background-color: var(--forms-fields-normal-background-color, #F9FAFA);
}
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce ::-moz-placeholder {
  color: var(--forms-fields-normal-color, inherit);
  font-family: inherit;
  opacity: 0.6;
}
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce ::placeholder {
  color: var(--forms-fields-normal-color, inherit);
  font-family: inherit;
  opacity: 0.6;
}
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-message {
  font-size: 14px;
}
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce address {
  color: var(--general-text-color, #69727D);
}
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce a {
  color: var(--links-normal-color, #5bc0de);
}
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce a:hover {
  color: var(--links-hover-color, #5bc0de);
}
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce a.button.alt:hover {
  background-color: initial;
}
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce a.button:hover {
  background-color: initial;
}
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce em {
  font-size: 12px;
  color: var(--login-messages-color, #69727D);
}
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .form-row {
  padding-left: var(--forms-columns-gap-padding-left, 0px);
  padding-right: var(--forms-columns-gap-padding-right, 0px);
  margin-left: var(--forms-columns-gap-margin-left, 0px);
  margin-right: var(--forms-columns-gap-margin-right, 0px);
  margin-bottom: var(--forms-rows-gap, 6px);
}
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .form-row label {
  color: var(--forms-labels-color, #69727D);
  margin-bottom: var(--forms-label-spacing, 0px);
}
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .form-row .input-text,
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .form-row select {
  color: var(--forms-fields-normal-color, #69727D);
  border-radius: var(--forms-fields-border-radius, 0px);
  padding: var(--forms-fields-padding, 16px);
  background: #F9FAFA;
  border: none;
  font-size: 14px;
}
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .form-row .input-text:focus,
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .form-row select:focus {
  color: var(--forms-fields-focus-color, #69727D);
  border-color: #69727D;
  transition-duration: var(--forms-fields-focus-transition-duration, 0.3s);
}
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce #billing_address_1_field {
  margin-bottom: 5px;
}
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .login .woocommerce-privacy-policy-text,
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .register .woocommerce-privacy-policy-text {
  margin-bottom: 15px;
  color: var(--login-messages-color, #69727D);
  font-size: 12px;
}
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .login p:not([class]),
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .register p:not([class]) {
  color: var(--login-messages-color, #69727D);
  font-size: 12px;
  margin-top: 10px;
}
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .login .woocommerce-LostPassword,
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .register .woocommerce-LostPassword {
  font-size: 12px;
  margin-bottom: 0px;
}
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .woocommerce-ResetPassword {
  width: 50%; /* 50% to match the design - it would normally be full width */
}
@media (max-width: 1024px) {
  .elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .woocommerce-ResetPassword {
    width: 100%;
  }
}
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .woocommerce-ResetPassword p {
  color: var(--general-text-color, #69727D);
}
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .woocommerce-ResetPassword .form-row-first {
  width: 100%;
}
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .login,
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .register,
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .woocommerce-ResetPassword {
  background-color: var(--sections-background-color, #ffffff);
  padding: var(--sections-padding, 16px 30px);
  border-style: var(--sections-border-type, solid);
  border-color: var(--sections-border-color, #D5D8DC);
  border-width: var(--sections-border-top-width, 1px) var(--sections-border-right-width, 1px) var(--sections-border-bottom-width, 1px) var(--sections-border-left-width, 1px);
  border-radius: var(--sections-border-radius, 3px);
  font-size: 14px;
}
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .login .button,
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .register .button,
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .woocommerce-ResetPassword .button {
  background: #5bc0de;
  border: none;
  color: var(--forms-buttons-normal-text-color, #ffffff);
  border-radius: var(--forms-buttons-border-radius, 3px);
  padding: var(--forms-buttons-padding, 12px 32px);
}
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .login .button:hover,
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .register .button:hover,
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .woocommerce-ResetPassword .button:hover {
  color: var(--forms-buttons-hover-text-color, #ffffff);
  transition-duration: var(--forms-buttons-hover-transition-duration, 0.3s);
}
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .login p:nth-child(3) {
  margin-top: 20px;
}
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .woocommerce-form__input-checkbox {
  vertical-align: middle;
}
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce p:last-of-type {
  margin-bottom: 0;
}
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .woocommerce-form__label-for-checkbox span {
  color: var(--checkboxes-color, #69727D);
}
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce tr,
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce td,
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce th {
  border: none;
}
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce h2,
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce h3 {
  color: var(--typography-section-titles-color, #000000);
  margin-top: 0;
  margin-bottom: var(--section-title-spacing, 45px);
  font-weight: 400;
}
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce strong {
  color: var(--general-text-color, #000000);
}
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce strong.wc-item-meta-label {
  color: var(--variations-color, #69727D);
}
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .wc-item-meta {
  color: var(--variations-color, #69727D);
}
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .product-quantity {
  font-weight: 400;
  color: var(--tables-items-color, #69727D);
}
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .woocommerce-order-downloads {
  margin-bottom: 0;
}
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-MyAccount-content-wrapper {
  font-size: 14px;
}
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-MyAccount-content p:last-of-type {
  margin-bottom: 0;
}
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-MyAccount-content h2:first-of-type {
  margin-top: 30px;
}
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-MyAccount-content mark {
  background-color: transparent;
  font-weight: bold;
  color: var(--general-text-color, #000000);
}
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce caption + thead tr:first-child td,
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce caption + thead tr:first-child th,
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce colgroup + thead tr:first-child td,
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce colgroup + thead tr:first-child th {
  border-top: 0;
}
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce thead:first-child tr:first-child td,
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce thead:first-child tr:first-child th {
  border-top: 0;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: var(--tables-titles-spacing, 9px);
}
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce tbody > tr:nth-child(odd) > td, .elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce tbody > tr:nth-child(odd) > th,
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce tbody > tr:nth-child(even) > td,
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce tbody > tr:nth-child(even) > th {
  background-color: transparent;
  padding-left: 0;
  padding-top: var(--order-summary-rows-gap-top, 9px);
  padding-bottom: var(--order-summary-rows-gap-bottom, 9px);
  color: var(--tables-items-color, #69727D);
}
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce tbody .woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-number > a {
  color: var(--tables-links-normal-color, #5bc0de);
}
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce tbody .woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-number > a:hover {
  color: var(--tables-links-hover-color, #5bc0de);
}
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .shop_table {
  font-size: 14px;
}
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .shop_table .button {
  background: transparent;
  border-style: var(--tables-buttons-border-type, solid);
  border-color: var(--tables-buttons-border-color, #5bc0de);
  border-radius: var(--tables-button-border-radius, 3px);
  border-width: 2px;
  vertical-align: middle;
  color: var(--tables-button-normal-text-color, #69727D);
  padding: var(--tables-button-padding, 5px 10px);
}
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .shop_table .button:hover {
  transition-duration: var(--tables-button-hover-transition-duration, 0.3s);
}
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .shop_table td, .elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .shop_table th {
  border-top-style: var(--tables-divider-border-type, solid);
  border-top-width: var(--tables-divider-border-width, 1px);
  border-top-color: var(--tables-divider-border-color, #D5D8DC);
}
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .shop_table thead tr th {
  color: var(--tables-title-color, #000000);
}
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .shop_table thead tr th span {
  color: var(--tables-title-color, #000000);
}
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .order_details tfoot th,
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .order_details tfoot td {
  padding-left: 0;
  color: var(--tables-title-color, #000000);
}
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .order_details .download-product a,
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .order_details .product-name a {
  color: var(--tables-links-normal-color, #5bc0de);
}
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .order_details .download-product a:hover,
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .order_details .product-name a:hover {
  color: var(--tables-links-hover-color, #5bc0de);
}
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .order_details .product-purchase-note td {
  border-top: none;
  padding-top: 0;
}
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .order-again .button {
  background: transparent;
  border: 2px solid #5bc0de;
  border-style: var(--tables-buttons-border-type, solid);
  border-color: var(--tables-buttons-border-color, #5bc0de);
  border-width: 2px;
  border-radius: var(--tables-button-border-radius, 3px);
  vertical-align: middle;
  color: var(--tables-button-normal-text-color, #69727D);
  margin-top: 0;
  margin-bottom: 0;
  padding: var(--tables-button-padding, 12px 32px);
}
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .order-again .button:hover {
  transition-duration: var(--tables-button-hover-transition-duration, 0.3s);
}
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-Address .title h3, .elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-Addresses .title h3 {
  float: none;
}
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-Address address, .elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-Addresses address {
  padding: var(--sections-padding, 45px 30px 16px 30px);
}
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-Address .edit, .elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-Addresses .edit {
  float: left;
  position: absolute;
  margin-left: var(--edit-link-margin-start, 30px);
  margin-top: var(--edit-link-margin-top, 10px);
}
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .u-columns {
  margin-top: 20px;
}
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-EditAccountForm fieldset, .elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-address-fields fieldset {
  border: none;
  padding: 0;
  margin-inline-start: 0;
}
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-EditAccountForm fieldset legend, .elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-address-fields fieldset legend {
  font-weight: 700;
  padding: 20px 0;
  color: var(--general-text-color, #000000);
}
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-EditAccountForm .button, .elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-address-fields .button {
  background: #5bc0de;
  border: none;
  color: var(--forms-buttons-normal-text-color, #ffffff);
  border-radius: var(--forms-buttons-border-radius, 3px);
  padding: var(--forms-buttons-padding, 12px 32px);
  margin-top: 20px;
}
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-EditAccountForm .button:hover, .elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-address-fields .button:hover {
  color: var(--forms-buttons-hover-text-color, #ffffff);
  transition-duration: var(--forms-buttons-hover-transition-duration, 0.3s);
}
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-pagination {
  padding: 16px 0;
}
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-pagination .button {
  background: transparent;
  border-style: var(--tables-buttons-border-type, solid);
  border-color: var(--tables-buttons-border-color, #5bc0de);
  border-radius: var(--tables-button-border-radius, 3px);
  border-width: 2px;
  vertical-align: middle;
  color: var(--tables-button-normal-text-color, #69727D);
  padding: var(--tables-button-padding, 5px 10px);
}
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-pagination .button:hover {
  transition-duration: var(--tables-button-hover-transition-duration, 0.3s);
}
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-OrderUpdates {
  color: var(--general-text-color, #69727D);
}
.elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation {
  float: left;
  width: 25%; /* 25% to match the design */
}
@media (max-width: 1024px) {
  .elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation {
    width: 100%;
  }
}
.elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation ul {
  padding-inline-start: 0;
}
.elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation ul li {
  list-style-type: none;
  display: inline-block;
  width: var(--tab-width, 100%);
  /* add a Divider between the tabs that is outside of the margins */
}
.elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation ul li::after {
  content: "";
  display: block;
  width: 100%;
  background-color: var(--tabs-divider-color, #69727D);
  height: var(--tabs-divider-weight, 0px);
  position: relative;
  top: calc(var(--tabs-spacing, 2px) / 2);
}
.elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
  color: var(--tabs-active-color, #5bc0de);
  background: #F1F2F3;
  border-color: var(--tabs-active-border-color, transparent);
}
.elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation ul li a {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  color: var(--tabs-normal-color, #69727D);
  display: block;
  padding: var(--tabs-padding, 12px 20px);
  text-align: var(--tabs-alignment, start);
  background: #F9FAFA;
  border-radius: var(--tabs-border-radius, 0px);
  border-style: var(--tabs-border-type, solid);
  border-color: var(--tabs-border-color, transparent);
  border-width: 0px;
}
.elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation ul li a:hover {
  color: var(--tabs-hover-color, #5bc0de);
  border-color: var(--tabs-hover-border-color, transparent);
}
@media (max-width: 1024px) {
  .elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation ul li a {
    padding: var(--tabs-padding, 10px);
  }
}
.elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout {
  margin-bottom: 0;
}
.elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout::after {
  display: none;
}
.elementor-widget-woocommerce-my-account .woocommerce-table__line-item.order_item .woocommerce-table__product-name.product-purchase-note-is-below {
  padding-bottom: 0;
}
.elementor-widget-woocommerce-my-account .woocommerce-table__line-item.order_item .woocommerce-table__product-total.product-total.product-purchase-note-is-below {
  padding-bottom: 0;
}
.elementor-widget-woocommerce-my-account .e-my-account-tab__view-order .shop_table td {
  vertical-align: top;
  line-height: unset;
}
.elementor-widget-woocommerce-my-account .woocommerce-MyAccount-paymentMethods .woocommerce-PaymentMethod--actions {
  text-align: right;
}
.elementor-widget-woocommerce-my-account .woocommerce-PaymentMethod .input-radio {
  vertical-align: middle;
}
.elementor-widget-woocommerce-my-account .woocommerce-PaymentMethod .input-radio + label {
  color: var(--payment-methods-radio-buttons-color, #69727D);
}

.e-wc-account-tabs-nav .woocommerce-MyAccount-navigation ul li {
  display: inline-block;
}
.e-my-account-tabs-vertical .woocommerce-MyAccount-navigation {
  display: block;
}
.e-my-account-tabs-vertical .woocommerce-MyAccount-navigation li {
  margin: calc(var(--tabs-spacing, 2px) / 2) 0 calc(var(--tabs-spacing, 2px) / 2) 0;
}
.e-my-account-tabs-vertical .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--dashboard {
  margin-top: 0;
}
.e-my-account-tabs-vertical .e-wc-account-tabs-nav .woocommerce-MyAccount-navigation {
  display: none;
}
.e-my-account-tabs-horizontal .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation {
  float: none;
  width: 100%;
}
.e-my-account-tabs-horizontal .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation ul li::after {
  display: none;
}
.e-my-account-tabs-horizontal .e-my-account-tab .woocommerce .woocommerce-MyAccount-content {
  float: none;
  width: 100%;
  padding: var(--tab-content-spacing, 50px) 0 0 0;
}
@media (max-width: 1024px) {
  .e-my-account-tabs-horizontal .e-my-account-tab .woocommerce .woocommerce-MyAccount-content {
    width: 100%;
    padding: var(--tab-content-spacing, 6%) 0 0 0;
  }
}
.e-my-account-tabs-horizontal .woocommerce-MyAccount-navigation {
  display: none;
}
.e-my-account-tabs-horizontal .e-wc-account-tabs-nav .woocommerce-MyAccount-navigation {
  display: block;
}
.e-my-account-tabs-horizontal .e-wc-account-tabs-nav .woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: var(--tabs-container-justify-content, space-between);
}
@media (max-width: 767px) {
  .e-my-account-tabs-horizontal .e-wc-account-tabs-nav .woocommerce-MyAccount-navigation ul {
    display: block;
  }
}
.e-my-account-tabs-horizontal .e-wc-account-tabs-nav .woocommerce-MyAccount-navigation ul li {
  display: inline-block;
  width: var(--tab-width, 100%);
  padding: 0 calc(var(--tabs-spacing, 2px) / 2) 0 calc(var(--tabs-spacing, 2px) / 2);
  margin: 0;
  border-right-color: var(--tabs-divider-color, #69727D);
  border-right-width: var(--tabs-divider-weight, 0px);
  border-right-style: solid;
}
.e-my-account-tabs-horizontal .e-wc-account-tabs-nav .woocommerce-MyAccount-navigation ul li:first-of-type {
  padding-left: 0;
}
.e-my-account-tabs-horizontal .e-wc-account-tabs-nav .woocommerce-MyAccount-navigation ul li:last-of-type {
  padding-right: 0;
  border-right-width: 0;
}
@media (max-width: 767px) {
  .e-my-account-tabs-horizontal .e-wc-account-tabs-nav .woocommerce-MyAccount-navigation ul li {
    margin: calc(var(--tabs-spacing, 2px) / 2) 0 calc(var(--tabs-spacing, 2px) / 2) 0;
    display: inline-block;
    width: 100%;
  }
}

/**
 * Specific styling in the Editor.
 */
.elementor-editor-active,
.elementor-editor-preview {
  /**
   * Disable all but the first 'View' order button as
   * this is the only order loaded for preview purposes.
   */
}
.elementor-editor-active tr:not(:first-child) .woocommerce-orders-table__cell-order-number a,
.elementor-editor-preview tr:not(:first-child) .woocommerce-orders-table__cell-order-number a {
  pointer-events: none;
}
.elementor-editor-active tr:not(:first-child) .woocommerce-orders-table__cell-order-actions .button,
.elementor-editor-preview tr:not(:first-child) .woocommerce-orders-table__cell-order-actions .button {
  pointer-events: none;
  opacity: 0.3;
}

/**
 * Hide all the other My Account pages' content in the Editor except the first one - dashboard page
 */
.elementor-editor-active .elementor-widget-woocommerce-my-account .woocommerce-MyAccount-content:not(:first-of-type) {
  display: none;
}

.product .count {
  background-color: inherit;
}

.elementor-widget-woocommerce-product-additional-information:not(.elementor-show-heading-yes) h2 {
  display: none;
}

.elementor-widget-woocommerce-notices .e-woocommerce-notices-wrapper.e-woocommerce-notices-wrapper-loading * {
  display: none;
}
.elementor-widget-woocommerce-notices .woocommerce-notices-wrapper, .elementor-widget-woocommerce-notices .woocommerce-message, .elementor-widget-woocommerce-notices .woocommerce-error, .elementor-widget-woocommerce-notices .woocommerce-info,
.elementor-widget-woocommerce-notices .woocommerce .is-success,
.elementor-widget-woocommerce-notices .woocommerce .is-error,
.elementor-widget-woocommerce-notices .woocommerce .is-info {
  display: block;
}
.e-preview--show-hidden-elements:not(.elementor-editor-active) .elementor-widget-woocommerce-notices .e-notices-demo-notice {
  display: none;
}

.woocommerce div.product.elementor form.cart div.product-addon {
  flex-basis: 100%;
  flex-shrink: 0;
}

.e-sticky-right-column--active {
  position: sticky;
  top: 0;
}

.elementor-post-navigation-borders-yes .elementor-post-navigation.elementor-grid {
  color: #D5D8DC;
  border: none;
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding-top: 10px;
  padding-bottom: 10px;
}
.elementor-post-navigation-borders-yes .elementor-post-navigation__separator {
  height: 100%;
  width: 1px;
  margin: 0 auto;
  background-color: #D5D8DC;
}

.elementor-post-navigation {
  overflow: hidden;
  display: flex;
}
.elementor-post-navigation .post-navigation__arrow-wrapper {
  color: #D5D8DC;
}
.elementor-post-navigation .post-navigation__arrow-wrapper.post-navigation__arrow-prev {
  font-size: 30px;
  padding-inline-end: 15px;
}
.elementor-post-navigation .post-navigation__arrow-wrapper.post-navigation__arrow-next {
  font-size: 30px;
  padding-inline-start: 15px;
}
.elementor-post-navigation .post-navigation__arrow-wrapper i {
  transform: translateY(-5%);
}
.elementor-post-navigation .elementor-post-navigation__link__prev, .elementor-post-navigation .elementor-post-navigation__link__next {
  overflow: hidden;
}
.elementor-post-navigation .elementor-post-navigation__link a {
  display: flex;
  align-items: center;
  max-width: 100%;
}
.elementor-post-navigation .post-navigation__prev--label, .elementor-post-navigation .post-navigation__next--label {
  text-transform: uppercase;
  font-size: 0.8em;
}
.elementor-post-navigation .post-navigation__prev--title, .elementor-post-navigation .post-navigation__next--title {
  font-size: 0.7em;
}
.elementor-post-navigation .post-navigation__prev--label, .elementor-post-navigation .post-navigation__prev--title, .elementor-post-navigation .post-navigation__next--label, .elementor-post-navigation .post-navigation__next--title {
  overflow: hidden;
  text-overflow: ellipsis;
}
.elementor-post-navigation span.elementor-post-navigation__link__next {
  text-align: end;
}
.elementor-post-navigation span.elementor-post-navigation__link__next, .elementor-post-navigation span.elementor-post-navigation__link__prev {
  display: flex;
  flex-direction: column;
}

.elementor-post-navigation .elementor-grid {
  justify-content: space-between;
}
.elementor-post-navigation .elementor-post-navigation__link {
  width: calc(50% - 1px / 2);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.elementor-post-navigation .elementor-post-navigation__separator-wrapper {
  text-align: center;
}
.elementor-post-navigation .elementor-post-navigation__next {
  text-align: end;
}
.elementor-post-navigation .elementor-post-navigation__next a {
  justify-content: flex-end;
}

.elementor-search-form {
  display: block;
  transition: 0.2s;
  /*------ Reset ------*/
}
.elementor-search-form .e-font-icon-svg-container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.elementor-search-form input[type=search], .elementor-search-form button {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  line-height: 1;
  min-width: 0;
  font-size: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.elementor-search-form input[type=search]:focus, .elementor-search-form button:focus {
  outline: 0;
  color: inherit;
}
.elementor-search-form button {
  background-color: #69727D;
  font-size: var(--e-search-form-submit-icon-size, 16px);
  color: #fff;
  border-radius: 0;
}
.elementor-search-form__container {
  display: flex;
  transition: 0.2s;
  overflow: hidden;
  border: 0 solid transparent;
  min-height: 50px;
}
.elementor-search-form__container:not(.elementor-search-form--full-screen) {
  background: #F1F2F3;
}
.elementor-search-form__input {
  flex-basis: 100%;
  color: #3f444b;
  transition: color 0.2s;
}
.elementor-search-form__input::-moz-placeholder {
  color: inherit;
  font-family: inherit;
  opacity: 0.6;
}
.elementor-search-form__input::placeholder {
  color: inherit;
  font-family: inherit;
  opacity: 0.6;
}
.elementor-search-form__submit {
  transition: color 0.2s, background 0.2s;
  font-size: var(--e-search-form-submit-icon-size, 16px);
}
.elementor-search-form__submit svg {
  fill: var(--e-search-form-submit-text-color, #fff);
  width: var(--e-search-form-submit-icon-size, 16px);
  height: var(--e-search-form-submit-icon-size, 16px);
}
.elementor-search-form .elementor-search-form__submit, .elementor-search-form .elementor-search-form__submit:hover {
  color: var(--e-search-form-submit-text-color, #fff);
  border: none;
  border-radius: 0;
}
.elementor-search-form--button-type-text .elementor-search-form__submit {
  flex-shrink: 0;
}
.elementor-search-form--skin-minimal .elementor-search-form__icon {
  opacity: 0.6;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #3f444b;
  fill: #3f444b;
  font-size: var(--e-search-form-icon-size-minimal, 15px);
}
.elementor-search-form--skin-minimal .elementor-search-form__icon svg {
  width: var(--e-search-form-icon-size-minimal, 15px);
  height: var(--e-search-form-icon-size-minimal, 15px);
}
.elementor-search-form--skin-minimal:focus-within {
  outline-width: 2px;
  outline-style: solid;
}
.elementor-search-form--skin-full_screen .elementor-search-form input[type=search].elementor-search-form__input {
  font-size: 50px;
  text-align: center;
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: #fff;
  line-height: 1.5;
  color: #fff;
}
.elementor-search-form--skin-full_screen .elementor-search-form__toggle {
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
  color: var(--e-search-form-toggle-color, #33373d);
  font-size: var(--e-search-form-toggle-size, 33px);
}
.elementor-search-form--skin-full_screen .elementor-search-form__toggle i,
.elementor-search-form--skin-full_screen .elementor-search-form__toggle .e-font-icon-svg-container {
  position: relative;
  display: block;
  transition: 0.2s;
  width: var(--e-search-form-toggle-size, 33px);
  height: var(--e-search-form-toggle-size, 33px);
  background-color: var(--e-search-form-toggle-background-color, rgba(0, 0, 0, 0.05));
  border-style: solid;
  border-color: var(--e-search-form-toggle-color, #33373d);
  border-width: var(--e-search-form-toggle-border-width, 0);
  border-radius: var(--e-search-form-toggle-border-radius, 3px);
}
.elementor-search-form--skin-full_screen .elementor-search-form__toggle i:before,
.elementor-search-form--skin-full_screen .elementor-search-form__toggle i svg,
.elementor-search-form--skin-full_screen .elementor-search-form__toggle .e-font-icon-svg-container:before,
.elementor-search-form--skin-full_screen .elementor-search-form__toggle .e-font-icon-svg-container svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.elementor-search-form--skin-full_screen .elementor-search-form__toggle i:before,
.elementor-search-form--skin-full_screen .elementor-search-form__toggle .e-font-icon-svg-container:before {
  font-size: var(--e-search-form-toggle-icon-size, 0.55em);
}
.elementor-search-form--skin-full_screen .elementor-search-form__toggle i svg,
.elementor-search-form--skin-full_screen .elementor-search-form__toggle .e-font-icon-svg-container svg {
  fill: var(--e-search-form-toggle-color, #33373d);
  width: var(--e-search-form-toggle-icon-size, 0.55em);
  height: var(--e-search-form-toggle-icon-size, 0.55em);
}
.elementor-search-form--skin-full_screen .elementor-search-form__container {
  transition: 0.3s;
  align-items: center;
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  padding: 0 15%;
  background-color: rgba(0, 0, 0, 0.8);
}
.elementor-search-form--skin-full_screen .elementor-search-form__container:not(.elementor-search-form--full-screen) {
  overflow: hidden;
  opacity: 0;
  transform: scale(0);
}
.elementor-search-form--skin-full_screen .elementor-search-form__container:not(.elementor-search-form--full-screen) .dialog-lightbox-close-button {
  display: none;
}

.elementor-author-box {
  display: flex;
  align-items: center;
}
.elementor-author-box__avatar {
  flex-shrink: 0;
  margin-inline-end: 25px;
}
.elementor-author-box__avatar img {
  width: 100px;
  border-radius: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
.elementor-author-box__text {
  flex-grow: 1;
  font-size: 17px;
}
.elementor-author-box__name {
  font-size: 24px;
  margin-bottom: 5px;
}
.elementor-author-box__bio {
  margin-bottom: 0.8em;
}
.elementor-author-box__bio p {
  margin-bottom: 0.8em;
}
.elementor-author-box__bio p:last-of-type {
  margin-bottom: 0;
}
.elementor-author-box--layout-image-left .elementor-author-box {
  flex-direction: row;
}
.elementor-author-box--layout-image-left .elementor-author-box__avatar {
  margin-left: 0;
  margin-right: 25px;
}
.elementor-author-box--layout-image-right .elementor-author-box {
  flex-direction: row-reverse;
}
.elementor-author-box--layout-image-right .elementor-author-box__avatar {
  margin-right: 0;
  margin-left: 25px;
}
.elementor-author-box--layout-image-above .elementor-author-box {
  display: block;
}
.elementor-author-box--layout-image-above .elementor-author-box__avatar {
  margin: 0 auto 15px;
  display: inline-block;
}
.elementor-author-box--layout-image-above.elementor-author-box--align-left .elementor-author-box__avatar {
  margin-left: 0;
}
.elementor-author-box--layout-image-above.elementor-author-box--align-right .elementor-author-box__avatar {
  margin-right: 0;
}
.elementor-author-box--align-left .elementor-author-box {
  text-align: left;
}
.elementor-author-box--align-right .elementor-author-box {
  text-align: right;
}
.elementor-author-box--align-center .elementor-author-box {
  text-align: center;
}

.elementor-button.elementor-author-box__button {
  border: solid 2px #3f444b;
  font-size: 15px;
  font-weight: 100;
  padding: 10px 18px;
}
.elementor-button.elementor-author-box__button, .elementor-button.elementor-author-box__button:hover {
  background: transparent;
  color: #3f444b;
}

.elementor-widget-author-box:not(.elementor-author-box--layout-image-above) .elementor-author-box__avatar {
  align-self: flex-start;
}
.elementor-widget-author-box:not(.elementor-author-box--layout-image-above).elementor-author-box--image-valign-top .elementor-author-box__avatar {
  align-self: flex-start;
}
.elementor-widget-author-box:not(.elementor-author-box--layout-image-above).elementor-author-box--image-valign-middle .elementor-author-box__avatar {
  align-self: center;
}

.elementor-post-info__terms-list {
  display: inline-block;
}
.elementor-post-info .elementor-icon-list-icon .elementor-avatar {
  border-radius: 100%;
}

.elementor-widget-post-info.elementor-align-center .elementor-icon-list-item:after {
  margin: initial;
}

.elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text {
  display: inline-block;
}
.elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text a, .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text span {
  display: inline;
}

.elementor-widget-breadcrumbs {
  font-size: 0.85em;
}
.elementor-widget-breadcrumbs p {
  margin-bottom: 0;
}

.elementor-sitemap-wrap {
  display: flex;
  flex-flow: row wrap;
}

.elementor-widget-posts:after, .elementor-widget-archive-posts:after {
  display: none;
}

.elementor-posts-container.elementor-posts-masonry {
  align-items: flex-start;
}
.elementor-posts-container:not(.elementor-posts-masonry) {
  align-items: stretch;
}
.elementor-posts-container .elementor-post {
  padding: 0;
  margin: 0;
}
.elementor-posts-container .elementor-post__excerpt {
  flex-grow: var(--read-more-alignment, 0);
}
.elementor-posts-container .elementor-post__thumbnail {
  overflow: hidden;
}
.elementor-posts-container .elementor-post__thumbnail img {
  display: block;
  width: 100%;
  max-height: none;
  max-width: none;
  transition: filter 0.3s;
}
.elementor-posts-container .elementor-post__thumbnail__link {
  position: relative;
  display: block;
  width: 100%;
}
.elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail img {
  height: auto;
  position: absolute;
  top: calc(50% + 1px);
  left: calc(50% + 1px);
  transform: scale(1.01) translate(-50%, -50%);
}
.elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail.elementor-fit-height img {
  height: 100%;
  width: auto;
}

.elementor-posts .elementor-post {
  display: flex;
  flex-direction: column;
  transition-property: background, border, box-shadow;
  transition-duration: 0.25s;
}
.elementor-posts .elementor-post__title {
  font-size: 18px;
  margin: 0;
}
.elementor-posts .elementor-post__excerpt {
  margin-bottom: 10px;
}
.elementor-posts .elementor-post__excerpt p {
  margin: 0;
  line-height: 1.5em;
  font-size: 14px;
  color: #777;
}
.elementor-posts .elementor-post__text {
  display: var(--item-display, block);
  flex-direction: column;
  flex-grow: 1;
}
.elementor-posts .elementor-post__meta-data {
  line-height: 1.3em;
  font-size: 12px;
  margin-bottom: 13px;
  color: #adadad;
}
.elementor-posts .elementor-post__read-more {
  font-size: 12px;
  font-weight: bold;
  align-self: flex-start;
}
.elementor-posts .elementor-post__thumbnail {
  position: relative;
}
.elementor-posts--skin-classic .elementor-post {
  overflow: hidden;
}
.elementor-posts--align-left .elementor-post {
  text-align: left;
}
.elementor-posts--align-right .elementor-post {
  text-align: right;
}
.elementor-posts--align-center .elementor-post {
  text-align: center;
}
.elementor-posts--thumbnail-top .elementor-post__thumbnail__link {
  margin-bottom: 20px;
}
.elementor-posts--thumbnail-top .elementor-post__text {
  width: 100%;
}
.elementor-posts--thumbnail-top.elementor-posts--align-left .elementor-post__thumbnail__link {
  margin-right: auto;
}
.elementor-posts--thumbnail-top.elementor-posts--align-right .elementor-post__thumbnail__link {
  margin-left: auto;
}
.elementor-posts--thumbnail-top.elementor-posts--align-center .elementor-post__thumbnail__link {
  margin-right: auto;
  margin-left: auto;
}
.elementor-posts--thumbnail-left .elementor-post, .elementor-posts--thumbnail-right .elementor-post {
  flex-direction: row;
}
.elementor-posts--thumbnail-left .elementor-post__thumbnail__link, .elementor-posts--thumbnail-right .elementor-post__thumbnail__link {
  flex-shrink: 0;
  width: 25%;
}
.elementor-posts--thumbnail-left .elementor-post__thumbnail__link {
  order: 0;
  margin-right: 20px;
}
.elementor-posts--thumbnail-right .elementor-post__thumbnail__link {
  order: 5;
  margin-left: 20px;
}
.elementor-posts--thumbnail-none .elementor-posts-container .elementor-post__thumbnail__link {
  display: none;
}

.elementor-posts .elementor-post {
  display: flex;
}
.elementor-posts .elementor-post__card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  background-color: #fff;
  width: 100%;
  min-height: 100%;
  border-radius: 3px;
  border: 0 solid #69727D;
  transition: all 0.25s;
}
.elementor-posts .elementor-post__card .elementor-post__thumbnail {
  position: relative;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}
.elementor-posts .elementor-post__card .elementor-post__thumbnail img {
  width: calc(100% + 1px);
}
.elementor-posts .elementor-post__card .elementor-post__text {
  padding: 0 30px;
  margin-bottom: 0;
  margin-top: 20px;
}
.elementor-posts .elementor-post__card .elementor-post__read-more {
  margin-bottom: 20px;
  display: inline-block;
}
.elementor-posts .elementor-post__card .elementor-post__meta-data {
  padding: 15px 30px;
  margin-bottom: 0;
  border-top: 1px solid #eaeaea;
}
.elementor-posts .elementor-post__card .elementor-post__meta-data span + span:before {
  margin: 0 5px;
}
.elementor-posts .elementor-post__card .elementor-post__title {
  font-size: 21px;
}
.elementor-posts .elementor-post__card .elementor-post__excerpt {
  line-height: 1.7;
}
.elementor-posts .elementor-post__card .elementor-post__excerpt, .elementor-posts .elementor-post__card .elementor-post__title {
  margin-bottom: 25px;
}
.elementor-posts .elementor-post__card .elementor-post__badge, .elementor-posts .elementor-post__card .elementor-post__read-more {
  text-transform: uppercase;
}
.elementor-posts .elementor-post__badge {
  position: absolute;
  top: 0;
  background: #69727D;
  color: #fff;
  font-size: 12px;
  padding: 0.6em 1.2em;
  line-height: 1;
  font-weight: 400;
  margin: 20px;
  border-radius: 999px;
}
.elementor-posts .elementor-post__avatar {
  position: relative;
  padding: 0 30px;
  width: 100%;
  top: -25px;
  height: 0;
  pointer-events: none;
}
.elementor-posts .elementor-post__avatar img {
  border-radius: 50%;
  width: 60px;
  pointer-events: all;
  transform: translateY(-50%);
}
.elementor-posts--thumbnail-top .elementor-posts--skin-cards:not(.elementor-posts-masonry) .elementor-post__meta-data, .elementor-posts .elementor-posts--skin-cards:not(.elementor-posts-masonry) .elementor-post__meta-data {
  margin-top: auto;
}
.elementor-posts--thumbnail-none .elementor-post__card .elementor-post__avatar {
  padding-top: 0;
  position: static;
  height: auto;
}
.elementor-posts--thumbnail-none .elementor-post__card .elementor-post__avatar img.avatar {
  transform: translateY(0);
  vertical-align: bottom;
}
.elementor-posts--show-avatar .elementor-post__thumbnail__link {
  margin-bottom: 25px;
}

.elementor-posts__hover-gradient .elementor-post__card .elementor-post__thumbnail__link:after {
  display: block;
  content: "";
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 75%);
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  opacity: 1;
  transition: all 0.3s ease-out;
}
.elementor-posts__hover-gradient .elementor-post__card:hover .elementor-post__thumbnail__link:after {
  opacity: 0.5;
}
.elementor-posts__hover-zoom-in .elementor-post__card .elementor-post__thumbnail.elementor-fit-height img {
  height: 100%;
}
.elementor-posts__hover-zoom-in .elementor-post__card .elementor-post__thumbnail:not(.elementor-fit-height) img {
  width: calc(100% + 1px);
}
.elementor-posts__hover-zoom-in .elementor-post__card:hover .elementor-post__thumbnail.elementor-fit-height img {
  height: 115%;
}
.elementor-posts__hover-zoom-in .elementor-post__card:hover .elementor-post__thumbnail:not(.elementor-fit-height) img {
  width: 115%;
}
.elementor-posts__hover-zoom-out .elementor-post__card .elementor-post__thumbnail.elementor-fit-height img {
  height: 115%;
}
.elementor-posts__hover-zoom-out .elementor-post__card .elementor-post__thumbnail:not(.elementor-fit-height) img {
  width: 115%;
}
.elementor-posts__hover-zoom-out .elementor-post__card:hover .elementor-post__thumbnail.elementor-fit-height img {
  height: 100%;
}
.elementor-posts__hover-zoom-out .elementor-post__card:hover .elementor-post__thumbnail:not(.elementor-fit-height) img {
  width: calc(100% + 1px);
}
.elementor-posts__hover-zoom-out .elementor-post__thumbnail img, .elementor-posts__hover-zoom-in .elementor-post__thumbnail img {
  transition: filter 0.3s, height 1s cubic-bezier(0, 0.25, 0.07, 1), width 1s cubic-bezier(0, 0.25, 0.07, 1);
}

.elementor-card-shadow-yes .elementor-post__card {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}
.elementor-card-shadow-yes .elementor-post__card:hover {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
}

.elementor-posts--skin-full_content article {
  flex-direction: column;
  overflow: hidden;
}
.elementor-posts--skin-full_content article .elementor-post__thumbnail {
  padding-bottom: 0;
}

body.elementor-editor-active .elementor-posts--skin-full_content,
body.elementor-editor-active .elementor-posts--skin-archive_full_content {
  pointer-events: none;
}
body.elementor-editor-active .elementor-posts--skin-full_content .elementor-post__thumbnail__link,
body.elementor-editor-active .elementor-posts--skin-archive_full_content .elementor-post__thumbnail__link {
  display: none;
}
body.elementor-editor-active .elementor-posts--show-thumbnail .elementor-post__thumbnail__link {
  display: block;
}

.elementor-portfolio__filters {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin: 0;
}
.elementor-portfolio__filter {
  margin: 0;
  cursor: pointer;
  padding: 8px;
}
.elementor-portfolio__filter:focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
}
.elementor-portfolio-item {
  align-self: flex-start;
  transition-property: transform, opacity;
  transition-timing-function: ease-in-out;
  transform-style: preserve-3d;
  overflow: hidden;
  margin: 0;
}
.elementor-portfolio-item__title {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 18px;
  color: #fff;
}
.elementor-portfolio-item__tags__separator:before {
  content: ", ";
}
.elementor-portfolio-item__overlay {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  transition: opacity 1s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  background-color: rgba(105, 114, 125, 0.8);
}
.elementor-portfolio-item__img img[src=""] {
  background-color: rgba(0, 0, 0, 0.1);
  height: 100%;
}
.elementor-portfolio-item:hover .elementor-portfolio-item__overlay, .elementor-portfolio-item:focus-within .elementor-portfolio-item__overlay {
  opacity: 1;
  transition: opacity 0.5s;
}
.elementor-portfolio.elementor-has-item-ratio {
  transition: height 0.5s;
}
.elementor-portfolio.elementor-has-item-ratio .elementor-post__thumbnail {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.1);
}
.elementor-portfolio.elementor-has-item-ratio .elementor-post__thumbnail__link {
  padding-bottom: 56.25%;
}
.elementor ul li.elementor-portfolio__filter {
  list-style-type: none;
}

.e-con > .elementor-widget-portfolio,
.e-con-inner > .elementor-widget-portfolio {
  width: var(--container-widget-width);
  --flex-grow: var( --container-widget-flex-grow );
}

.elementor-widget-posts.load-more-align-center .elementor-button-wrapper, .elementor-widget-archive-posts.load-more-align-center .elementor-button-wrapper {
  text-align: center;
}
.elementor-widget-posts.load-more-align-start .elementor-button-wrapper, .elementor-widget-archive-posts.load-more-align-start .elementor-button-wrapper {
  text-align: start;
}
.elementor-widget-posts.load-more-align-end .elementor-button-wrapper, .elementor-widget-archive-posts.load-more-align-end .elementor-button-wrapper {
  text-align: end;
}
.elementor-widget-posts.load-more-align-justify .elementor-button, .elementor-widget-archive-posts.load-more-align-justify .elementor-button {
  width: 100%;
}
.elementor-widget-posts.e-load-more-pagination-loading > .elementor-widget-container, .elementor-widget-archive-posts.e-load-more-pagination-loading > .elementor-widget-container {
  cursor: default;
}
.elementor-widget-posts.e-load-more-pagination-loading > .elementor-widget-container .e-load-more-spinner, .elementor-widget-archive-posts.e-load-more-pagination-loading > .elementor-widget-container .e-load-more-spinner {
  margin-top: var(--load-more鈥攕pacing, 30px);
}
.elementor-widget-posts.e-load-more-pagination-loading > .elementor-widget-container .e-load-more-spinner i,
.elementor-widget-posts.e-load-more-pagination-loading > .elementor-widget-container .e-load-more-spinner svg, .elementor-widget-archive-posts.e-load-more-pagination-loading > .elementor-widget-container .e-load-more-spinner i,
.elementor-widget-archive-posts.e-load-more-pagination-loading > .elementor-widget-container .e-load-more-spinner svg {
  display: flex;
}
.elementor-widget-posts.e-load-more-pagination-loading > .elementor-widget-container > .elementor-button-wrapper .elementor-button-content-wrapper, .elementor-widget-archive-posts.e-load-more-pagination-loading > .elementor-widget-container > .elementor-button-wrapper .elementor-button-content-wrapper {
  visibility: hidden;
}
.elementor-widget-posts.e-load-more-pagination-end > .elementor-widget-container > .elementor-button-wrapper, .elementor-widget-archive-posts.e-load-more-pagination-end > .elementor-widget-container > .elementor-button-wrapper {
  display: none;
}
.elementor-widget-posts.e-load-more-pagination-end > .elementor-widget-container > .e-load-more-message, .elementor-widget-archive-posts.e-load-more-pagination-end > .elementor-widget-container > .e-load-more-message {
  display: block;
}
.elementor-widget-posts.e-load-more-no-spinner > .elementor-widget-container > .elementor-button-wrapper .elementor-button-content-wrapper, .elementor-widget-archive-posts.e-load-more-no-spinner > .elementor-widget-container > .elementor-button-wrapper .elementor-button-content-wrapper {
  visibility: visible;
}
.elementor-widget-posts > .elementor-widget-container .e-load-more-spinner, .elementor-widget-archive-posts > .elementor-widget-container .e-load-more-spinner {
  display: flex;
}
.elementor-widget-posts > .elementor-widget-container .e-load-more-spinner i,
.elementor-widget-posts > .elementor-widget-container .e-load-more-spinner svg, .elementor-widget-archive-posts > .elementor-widget-container .e-load-more-spinner i,
.elementor-widget-archive-posts > .elementor-widget-container .e-load-more-spinner svg {
  margin: 0 auto;
  display: none;
}
.elementor-widget-posts > .elementor-widget-container .e-load-more-spinner i, .elementor-widget-archive-posts > .elementor-widget-container .e-load-more-spinner i {
  color: var(--load-more-spinner-color);
}
.elementor-widget-posts > .elementor-widget-container .e-load-more-spinner svg, .elementor-widget-archive-posts > .elementor-widget-container .e-load-more-spinner svg {
  fill: var(--load-more-spinner-color);
  height: 1em;
  width: 1em;
}
.elementor-widget-posts > .elementor-widget-container .e-load-more-message, .elementor-widget-archive-posts > .elementor-widget-container .e-load-more-message {
  color: var(--load-more-message-color);
  text-align: var(--load-more-message-alignment, center);
  display: none;
  margin-top: var(--load-more鈥攕pacing, 30px);
}
.elementor-widget-posts > .elementor-widget-container > .elementor-button-wrapper, .elementor-widget-archive-posts > .elementor-widget-container > .elementor-button-wrapper {
  margin-top: var(--load-more鈥攕pacing, 30px);
}
.elementor-widget-posts > .elementor-widget-container > .elementor-button-wrapper .e-load-more-spinner, .elementor-widget-archive-posts > .elementor-widget-container > .elementor-button-wrapper .e-load-more-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: inherit;
}
.elementor-widget-posts > .elementor-widget-container > .elementor-button-wrapper .elementor-button, .elementor-widget-archive-posts > .elementor-widget-container > .elementor-button-wrapper .elementor-button {
  cursor: pointer;
  position: relative;
}

/*
Multi Steps Form

Currently manually overwriting  - need to find a better solution,
the source property is coming from element/dev/scss...

*/
/* TODO: check why elementor-hidden class is not working */
.elementor-hidden,
.elementor-button.elementor-hidden {
  display: none;
}

.e-form__step {
  width: 100%;
}
.e-form__step:not(.elementor-hidden) {
  display: flex;
  flex-wrap: wrap;
}
.e-form__buttons {
  flex-wrap: wrap;
}
.e-form__buttons, .e-form__buttons__wrapper {
  display: flex;
}
.e-form__indicators {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  font-size: 13px;
  margin-bottom: var(--e-form-steps-indicators-spacing);
}
.e-form__indicators__indicator {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-basis: 0;
  padding: 0 var(--e-form-steps-divider-gap);
}
.e-form__indicators__indicator__progress {
  width: 100%;
  position: relative;
  background-color: var(--e-form-steps-indicator-progress-background-color);
  border-radius: var(--e-form-steps-indicator-progress-border-radius);
  overflow: hidden;
}
.e-form__indicators__indicator__progress__meter {
  width: var(--e-form-steps-indicator-progress-meter-width, 0);
  height: var(--e-form-steps-indicator-progress-height);
  line-height: var(--e-form-steps-indicator-progress-height);
  padding-right: 15px;
  border-radius: var(--e-form-steps-indicator-progress-border-radius);
  background-color: var(--e-form-steps-indicator-progress-color);
  color: var(--e-form-steps-indicator-progress-meter-color);
  text-align: right;
  transition: width 0.1s linear;
}
.e-form__indicators__indicator:first-child {
  padding-left: 0;
}
.e-form__indicators__indicator:last-child {
  padding-right: 0;
}
.e-form__indicators__indicator--state-inactive {
  color: var(--e-form-steps-indicator-inactive-primary-color, #C2CBD2);
}
.e-form__indicators__indicator--state-inactive [class*=indicator--shape-]:not(.e-form__indicators__indicator--shape-none) {
  background-color: var(--e-form-steps-indicator-inactive-secondary-color, #FFF);
}
.e-form__indicators__indicator--state-inactive svg,
.e-form__indicators__indicator--state-inactive object {
  fill: var(--e-form-steps-indicator-inactive-primary-color, #C2CBD2);
}
.e-form__indicators__indicator--state-active {
  color: var(--e-form-steps-indicator-active-primary-color, #39B54A);
  border-color: var(--e-form-steps-indicator-active-secondary-color, #FFF);
}
.e-form__indicators__indicator--state-active [class*=indicator--shape-]:not(.e-form__indicators__indicator--shape-none) {
  background-color: var(--e-form-steps-indicator-active-secondary-color, #FFF);
}
.e-form__indicators__indicator--state-active svg,
.e-form__indicators__indicator--state-active object {
  fill: var(--e-form-steps-indicator-active-primary-color, #39B54A);
}
.e-form__indicators__indicator--state-completed {
  color: var(--e-form-steps-indicator-completed-secondary-color, #FFF);
}
.e-form__indicators__indicator--state-completed [class*=indicator--shape-]:not(.e-form__indicators__indicator--shape-none) {
  background-color: var(--e-form-steps-indicator-completed-primary-color, #39B54A);
}
.e-form__indicators__indicator--state-completed .e-form__indicators__indicator__label {
  color: var(--e-form-steps-indicator-completed-primary-color, #39B54A);
}
.e-form__indicators__indicator--state-completed .e-form__indicators__indicator--shape-none {
  color: var(--e-form-steps-indicator-completed-primary-color, #39B54A);
  background-color: initial;
}
.e-form__indicators__indicator--state-completed svg,
.e-form__indicators__indicator--state-completed object {
  fill: var(--e-form-steps-indicator-completed-secondary-color, #FFF);
}
.e-form__indicators__indicator__icon {
  width: var(--e-form-steps-indicator-padding, 30px);
  height: var(--e-form-steps-indicator-padding, 30px);
  font-size: var(--e-form-steps-indicator-icon-size);
  border-width: 1px;
  border-style: solid;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin-bottom: 10px;
}
.e-form__indicators__indicator__icon img,
.e-form__indicators__indicator__icon svg,
.e-form__indicators__indicator__icon object {
  width: var(--e-form-steps-indicator-icon-size);
  height: auto;
}
.e-form__indicators__indicator__icon .e-font-icon-svg {
  height: 1em;
}
.e-form__indicators__indicator__number {
  width: var(--e-form-steps-indicator-padding, 30px);
  height: var(--e-form-steps-indicator-padding, 30px);
  border-width: 1px;
  border-style: solid;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.e-form__indicators__indicator--shape-circle {
  border-radius: 50%;
}
.e-form__indicators__indicator--shape-square {
  border-radius: 0;
}
.e-form__indicators__indicator--shape-rounded {
  border-radius: 5px;
}
.e-form__indicators__indicator--shape-none {
  border: 0;
}
.e-form__indicators__indicator__label {
  text-align: center;
}
.e-form__indicators__indicator__separator {
  width: 100%;
  height: var(--e-form-steps-divider-width);
  background-color: #BABFC5;
}
.e-form__indicators--type-number, .e-form__indicators--type-number_text, .e-form__indicators--type-icon, .e-form__indicators--type-icon_text {
  align-items: flex-start;
}
.e-form__indicators--type-number .e-form__indicators__indicator__separator, .e-form__indicators--type-number_text .e-form__indicators__indicator__separator, .e-form__indicators--type-icon .e-form__indicators__indicator__separator, .e-form__indicators--type-icon_text .e-form__indicators__indicator__separator {
  margin-top: calc(var(--e-form-steps-indicator-padding, 30px) / 2 - var(--e-form-steps-divider-width, 1px) / 2);
}

/* End OF Multi Steps Form */
.elementor-field-type-hidden {
  display: none;
}

.elementor-field-type-html {
  display: inline-block;
}

.elementor-field-type-tel input {
  direction: inherit;
}

.elementor-login .elementor-remember-me,
.elementor-login .elementor-lost-password {
  font-size: 0.85em;
}

.elementor-field-type-recaptcha_v3 .elementor-field-label {
  display: none;
}

.elementor-field-type-recaptcha_v3 .grecaptcha-badge {
  z-index: 1;
}

.elementor-button .elementor-form-spinner {
  order: 3;
}

.elementor-form .elementor-button {
  /* TODO: BC that should be removed in v3.23 */
  /* END TODO */
}
.elementor-form .elementor-button .elementor-button-content-wrapper {
  align-items: center;
}
.elementor-form .elementor-button .elementor-button-text {
  white-space: normal;
}
.elementor-form .elementor-button svg {
  height: auto;
}
.elementor-form .elementor-button .e-font-icon-svg {
  height: 1em;
}
.elementor-form .elementor-button .elementor-button-content-wrapper {
  gap: 5px;
}
.elementor-form .elementor-button .elementor-button-text,
.elementor-form .elementor-button .elementor-button-icon {
  flex-grow: unset;
  order: unset;
}

.elementor-select-wrapper .select-caret-down-wrapper {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  inset-inline-end: 10px;
  pointer-events: none;
  font-size: 11px;
}
.elementor-select-wrapper .select-caret-down-wrapper svg {
  display: unset;
  width: 1em;
  aspect-ratio: unset;
  fill: currentColor;
}
.elementor-select-wrapper .select-caret-down-wrapper i {
  font-size: 19px;
  line-height: 2;
}

.elementor-select-wrapper.remove-before::before {
  content: "" !important;
}

.elementor-message-svg:before {
  content: "";
  width: 1em;
  height: 1em;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxNCAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00Ljc0OTggOC4xNDkyMkwxLjU5OTggNC45OTkyMkwwLjU0OTgwNSA2LjA0OTIyTDQuNzQ5OCAxMC4yNDkyTDEzLjc0OTggMS4yNDkyMkwxMi42OTk4IDAuMTk5MjE5TDQuNzQ5OCA4LjE0OTIyWiIgZmlsbD0iIzAwOEEyMCIvPgo8L3N2Zz4K");
  background-position: center;
  background-repeat: no-repeat;
}

.elementor-widget-price-list .elementor-price-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.elementor-widget-price-list .elementor-price-list li {
  margin: 0;
}

.elementor-price-list li:not(:last-child) {
  margin-bottom: 20px;
}
.elementor-price-list .elementor-price-list-image {
  max-width: 50%;
  flex-shrink: 0;
  padding-inline-end: 25px;
}
.elementor-price-list .elementor-price-list-image img {
  width: 100%;
}
.elementor-price-list .elementor-price-list-text,
.elementor-price-list .elementor-price-list-item,
.elementor-price-list .elementor-price-list-header {
  display: flex;
}
.elementor-price-list .elementor-price-list-item {
  align-items: flex-start;
}
.elementor-price-list .elementor-price-list-item .elementor-price-list-text {
  align-items: flex-start;
  flex-wrap: wrap;
  flex-grow: 1;
}
.elementor-price-list .elementor-price-list-item .elementor-price-list-header {
  align-items: center;
  flex-basis: 100%;
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 10px;
  justify-content: space-between;
}
.elementor-price-list .elementor-price-list-item .elementor-price-list-title {
  max-width: 80%;
}
.elementor-price-list .elementor-price-list-item .elementor-price-list-price {
  font-weight: 600;
}
.elementor-price-list .elementor-price-list-item p.elementor-price-list-description {
  flex-basis: 100%;
  font-size: 14px;
  margin: 0;
}
.elementor-price-list .elementor-price-list-item .elementor-price-list-separator {
  flex-grow: 1;
  margin-left: 10px;
  margin-right: 10px;
  border-bottom-style: dotted;
  border-bottom-width: 2px;
  height: 0;
}

.elementor-price-table {
  text-align: center;
}
.elementor-price-table .elementor-price-table__header {
  background: var(--e-price-table-header-background-color, #555);
  padding: 20px 0;
}
.elementor-price-table .elementor-price-table__heading {
  margin: 0;
  padding: 0;
  line-height: 1.2;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}
.elementor-price-table .elementor-price-table__subheading {
  font-size: 13px;
  font-weight: 400;
  color: #fff;
}
.elementor-price-table .elementor-price-table__original-price {
  margin-inline-end: 15px;
  text-decoration: line-through;
  font-size: 0.5em;
  line-height: 1;
  font-weight: 400;
  align-self: center;
}
.elementor-price-table .elementor-price-table__original-price .elementor-price-table__currency {
  font-size: 1em;
  margin: 0;
}
.elementor-price-table .elementor-price-table__price {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
  color: #555;
  font-weight: 800;
  font-size: 65px;
  padding: 40px 0;
}
.elementor-price-table .elementor-price-table__price .elementor-typo-excluded {
  line-height: initial;
  letter-spacing: initial;
  text-transform: initial;
  font-weight: initial;
  font-size: initial;
  font-style: initial;
}
.elementor-price-table .elementor-price-table__after-price {
  display: flex;
  flex-wrap: wrap;
  text-align: start;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
.elementor-price-table .elementor-price-table__integer-part {
  line-height: 0.8;
}
.elementor-price-table .elementor-price-table__currency, .elementor-price-table .elementor-price-table__fractional-part {
  line-height: 1;
  font-size: 0.3em;
}
.elementor-price-table .elementor-price-table__currency {
  margin-inline-end: 3px;
}
.elementor-price-table .elementor-price-table__period {
  width: 100%;
  font-size: 13px;
  font-weight: 400;
}
.elementor-price-table .elementor-price-table__features-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 1;
  color: var(--e-price-table-features-list-color);
}
.elementor-price-table .elementor-price-table__features-list li {
  font-size: 14px;
  line-height: 1;
  margin: 0;
  padding: 0;
}
.elementor-price-table .elementor-price-table__features-list li .elementor-price-table__feature-inner {
  margin-left: 15px;
  margin-right: 15px;
}
.elementor-price-table .elementor-price-table__features-list li:not(:first-child):before {
  content: "";
  display: block;
  border: 0 solid rgba(122, 122, 122, 0.3);
  margin: 10px 12.5%;
}
.elementor-price-table .elementor-price-table__features-list i {
  margin-inline-end: 10px;
  font-size: 1.3em;
}
.elementor-price-table .elementor-price-table__features-list svg {
  margin-inline-end: 10px;
  fill: var(--e-price-table-features-list-color);
  height: 1.3em;
  width: 1.3em;
}
.elementor-price-table .elementor-price-table__features-list svg ~ * {
  vertical-align: text-top;
}
.elementor-price-table .elementor-price-table__footer {
  padding: 30px 0;
}
.elementor-price-table .elementor-price-table__additional_info {
  margin: 0;
  font-size: 13px;
  line-height: 1.4;
}
.elementor-price-table__ribbon {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  transform: rotate(90deg);
  width: 150px;
  overflow: hidden;
  height: 150px;
}
.elementor-price-table__ribbon-inner {
  text-align: center;
  left: 0;
  width: 200%;
  transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
  margin-top: 35px;
  font-size: 13px;
  line-height: 2;
  font-weight: 800;
  text-transform: uppercase;
  background: #000;
}
.elementor-price-table__ribbon.elementor-ribbon-left {
  transform: rotate(0);
  left: 0;
  right: auto;
}
.elementor-price-table__ribbon.elementor-ribbon-right {
  transform: rotate(90deg);
  left: auto;
  right: 0;
}

.elementor-widget-price-table .elementor-widget-container {
  overflow: hidden;
  background-color: #F9FAFA;
}

.e-con > .elementor-widget-price-list,
.e-con-inner > .elementor-widget-price-list {
  width: var(--container-widget-width);
  --flex-grow: var( --container-widget-flex-grow );
}

.elementor-flip-box {
  height: 280px;
  position: relative;
  perspective: 1000px;
  transform-style: preserve-3d;
}
@media (max-device-width: 1024px) {
  .elementor-flip-box {
    cursor: pointer;
  }
}
.elementor-flip-box__front {
  background-color: #1abc9c;
}
.elementor-flip-box__back {
  background-color: #4054b2;
  display: block;
}
.elementor-flip-box__layer {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 0.6s ease-in-out;
}
.elementor-flip-box__layer__overlay {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  text-align: center;
  padding: 35px;
  color: white;
}
.elementor-flip-box__layer__title {
  font-size: 21px;
}
.elementor-flip-box__layer__description {
  font-size: 14px;
}
.elementor-flip-box__layer__description:not(:last-child), .elementor-flip-box__layer__title:not(:last-child) {
  margin: 0 0 20px 0;
  padding: 0;
}
.elementor-flip-box__layer__title {
  line-height: 1;
  font-weight: 600;
}
.elementor-flip-box,
.elementor-flip-box .elementor-view-framed,
.elementor-flip-box .elementor-view-stacked {
  --e-flip-box-view-framed-stacked-icon-color: #fff;
}
.elementor-flip-box .elementor-icon,
.elementor-flip-box .elementor-view-framed .elementor-icon,
.elementor-flip-box .elementor-view-stacked .elementor-icon {
  color: var(--e-flip-box-view-framed-stacked-icon-color);
}
.elementor-flip-box .elementor-icon svg,
.elementor-flip-box .elementor-view-framed .elementor-icon svg,
.elementor-flip-box .elementor-view-stacked .elementor-icon svg {
  fill: var(--e-flip-box-view-framed-stacked-icon-color);
}
.elementor-flip-box .elementor-view-framed .elementor-icon {
  border-color: #fff;
}
.elementor-flip-box .elementor-view-stacked .elementor-icon {
  background-color: rgba(0, 0, 0, 0.5);
}
.elementor-flip-box__button.elementor-button {
  cursor: pointer;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
  border: solid 2px white;
  background: transparent;
}
.elementor-flip-box__button.elementor-button:hover, .elementor-flip-box__button.elementor-button:focus-visible {
  background: transparent;
  text-decoration: none;
}
.elementor-flip-box__image {
  margin: 0 0 20px 0;
  display: inline-block;
  width: 100%;
}
.elementor-flip-box__image img {
  width: 50%;
}
.elementor-flip-box .elementor-icon-wrapper {
  margin-bottom: 20px;
}
.elementor-flip-box--3d .elementor-flip-box__layer__inner {
  transform: translateZ(90px) scale(0.91);
}
.elementor-flip-box--3d .elementor-flip-box__layer__overlay {
  transform-style: preserve-3d;
  transform: translateZ(0.1px);
}
.elementor-flip-box--effect-flip .elementor-flip-box {
  perspective: 1000px;
  transform-style: preserve-3d;
}
.elementor-flip-box--effect-flip .elementor-flip-box__layer {
  transform-style: preserve-3d;
  backface-visibility: hidden;
}
.elementor-flip-box--effect-flip .elementor-flip-box__front {
  transform: none;
  z-index: 1;
}
.elementor-flip-box--effect-flip .elementor-flip-box:hover .elementor-flip-box__back, .elementor-flip-box--effect-flip .elementor-flip-box:focus-visible .elementor-flip-box__back {
  transform: none;
}
.elementor-flip-box--effect-flip.elementor-flip-box--direction-right .elementor-flip-box__back {
  transform: rotateX(0) rotateY(-180deg);
}
.elementor-flip-box--effect-flip.elementor-flip-box--direction-right .elementor-flip-box:hover .elementor-flip-box__front,
.elementor-flip-box--effect-flip.elementor-flip-box--direction-right .elementor-flip-box:focus-visible .elementor-flip-box__front {
  transform: rotateX(0) rotateY(180deg);
}
.elementor-flip-box--effect-flip.elementor-flip-box--direction-left .elementor-flip-box__back {
  transform: rotateX(0) rotateY(180deg);
}
.elementor-flip-box--effect-flip.elementor-flip-box--direction-left .elementor-flip-box:hover .elementor-flip-box__front,
.elementor-flip-box--effect-flip.elementor-flip-box--direction-left .elementor-flip-box:focus-visible .elementor-flip-box__front {
  transform: rotateX(0) rotateY(-180deg);
}
.elementor-flip-box--effect-flip.elementor-flip-box--direction-up .elementor-flip-box__back {
  transform: rotateX(-180deg) rotateY(0);
}
.elementor-flip-box--effect-flip.elementor-flip-box--direction-up .elementor-flip-box:hover .elementor-flip-box__front,
.elementor-flip-box--effect-flip.elementor-flip-box--direction-up .elementor-flip-box:focus-visible .elementor-flip-box__front {
  transform: rotateX(180deg) rotateY(0);
}
.elementor-flip-box--effect-flip.elementor-flip-box--direction-down .elementor-flip-box__back {
  transform: rotateX(180deg) rotateY(0);
}
.elementor-flip-box--effect-flip.elementor-flip-box--direction-down .elementor-flip-box:hover .elementor-flip-box__front,
.elementor-flip-box--effect-flip.elementor-flip-box--direction-down .elementor-flip-box:focus-visible .elementor-flip-box__front {
  transform: rotateX(-180deg) rotateY(0);
}
.elementor-flip-box--effect-push .elementor-flip-box__front {
  transform: none;
}
.elementor-flip-box--effect-push.elementor-flip-box--direction-right .elementor-flip-box:hover .elementor-flip-box__front,
.elementor-flip-box--effect-push.elementor-flip-box--direction-right .elementor-flip-box:focus-visible .elementor-flip-box__front {
  transform: translateX(100%) translateY(0);
}
.elementor-flip-box--effect-push.elementor-flip-box--direction-left .elementor-flip-box:hover .elementor-flip-box__front,
.elementor-flip-box--effect-push.elementor-flip-box--direction-left .elementor-flip-box:focus-visible .elementor-flip-box__front {
  transform: translateX(-100%) translateY(0);
}
.elementor-flip-box--effect-push.elementor-flip-box--direction-up .elementor-flip-box:hover .elementor-flip-box__front,
.elementor-flip-box--effect-push.elementor-flip-box--direction-up .elementor-flip-box:focus-visible .elementor-flip-box__front {
  transform: translateX(0) translateY(-100%);
}
.elementor-flip-box--effect-push.elementor-flip-box--direction-down .elementor-flip-box:hover .elementor-flip-box__front,
.elementor-flip-box--effect-push.elementor-flip-box--direction-down .elementor-flip-box:focus-visible .elementor-flip-box__front {
  transform: translateX(0) translateY(100%);
}
.elementor-flip-box--effect-slide .elementor-flip-box, .elementor-flip-box--effect-push .elementor-flip-box {
  overflow: hidden;
}
.elementor-flip-box--effect-slide .elementor-flip-box:hover .elementor-flip-box__back, .elementor-flip-box--effect-slide .elementor-flip-box:focus-visible .elementor-flip-box__back, .elementor-flip-box--effect-push .elementor-flip-box:hover .elementor-flip-box__back, .elementor-flip-box--effect-push .elementor-flip-box:focus-visible .elementor-flip-box__back {
  transform: none;
}
.elementor-flip-box--effect-slide.elementor-flip-box--direction-right .elementor-flip-box__back, .elementor-flip-box--effect-push.elementor-flip-box--direction-right .elementor-flip-box__back {
  transform: translateX(-100%) translateY(0);
}
.elementor-flip-box--effect-slide.elementor-flip-box--direction-left .elementor-flip-box__back, .elementor-flip-box--effect-push.elementor-flip-box--direction-left .elementor-flip-box__back {
  transform: translateX(100%) translateY(0);
}
.elementor-flip-box--effect-slide.elementor-flip-box--direction-up .elementor-flip-box__back, .elementor-flip-box--effect-push.elementor-flip-box--direction-up .elementor-flip-box__back {
  transform: translateX(0) translateY(100%);
}
.elementor-flip-box--effect-slide.elementor-flip-box--direction-down .elementor-flip-box__back, .elementor-flip-box--effect-push.elementor-flip-box--direction-down .elementor-flip-box__back {
  transform: translateX(0) translateY(-100%);
}
.elementor-flip-box--effect-zoom-out .elementor-flip-box .elementor-flip-box__front {
  transition: transform 0.7s, opacity 0.35s, width 0.1ms;
  opacity: 1;
  transform: scale(1);
  z-index: 1;
  width: 100%;
}
.elementor-flip-box--effect-zoom-out .elementor-flip-box:hover .elementor-flip-box__front, .elementor-flip-box--effect-zoom-out .elementor-flip-box:focus-visible .elementor-flip-box__front {
  width: 0;
  opacity: 0;
  transform: scale(0.7);
  transition: transform 0.8s, opacity 0.7s 0.1s, width 0.1ms 0.7s;
}
.elementor-flip-box--effect-zoom-in .elementor-flip-box .elementor-flip-box__back {
  transition: transform 0.7s, opacity 0.5s 0.2s;
  opacity: 0;
  transform: scale(0.7);
}
.elementor-flip-box--effect-zoom-in .elementor-flip-box:hover .elementor-flip-box__back, .elementor-flip-box--effect-zoom-in .elementor-flip-box:focus-visible .elementor-flip-box__back {
  transition: transform 0.7s, opacity 0.5s;
  opacity: 1;
  transform: scale(1);
}
.elementor-flip-box--effect-fade .elementor-flip-box .elementor-flip-box__back {
  opacity: 0;
}
.elementor-flip-box--effect-fade .elementor-flip-box:hover .elementor-flip-box__back, .elementor-flip-box--effect-fade .elementor-flip-box:focus-visible .elementor-flip-box__back {
  opacity: 1;
}

.elementor-widget-flip-box.elementor-flip-box--flipped .elementor-widget-container .elementor-flip-box__front {
  display: none;
}
.elementor-widget-flip-box.elementor-flip-box--flipped .elementor-widget-container .elementor-flip-box__back {
  transform: none;
  opacity: 1;
}

.e-con > .elementor-widget-flip-box,
.e-con-inner > .elementor-widget-flip-box {
  width: var(--container-widget-width);
  --flex-grow: var( --container-widget-flex-grow );
}

.elementor-widget-call-to-action .elementor-widget-container {
  overflow: hidden;
}

.elementor-cta {
  position: relative;
  display: flex;
  overflow: hidden;
  transition: 0.5s;
}
.elementor-cta--skin-classic .elementor-cta {
  flex-wrap: wrap;
}
.elementor-cta--skin-classic .elementor-cta__bg-wrapper {
  position: relative;
  min-height: 200px;
  width: 100%;
}
.elementor-cta--skin-classic .elementor-cta__content {
  transition: all 0.4s;
  width: 100%;
  background-color: #F9FAFA;
}
.elementor-cta--skin-classic .elementor-cta__content-item, .elementor-cta--skin-classic .elementor-cta__content-item .elementor-icon {
  color: #3f444b;
  border-color: #3f444b;
  fill: #3f444b;
}
.elementor-cta--skin-classic .elementor-cta__button.elementor-button {
  color: #3f444b;
  border-color: #3f444b;
}
.elementor-cta--skin-cover .elementor-cta {
  display: block;
}
.elementor-cta--skin-cover .elementor-cta__bg-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.4s;
  width: 100%;
}
.elementor-cta--skin-cover .elementor-cta__content {
  min-height: 280px;
}
.elementor-cta--skin-cover .elementor-cta__content-item, .elementor-cta--skin-cover .elementor-cta__content-item .elementor-icon {
  color: #fff;
  border-color: #fff;
}
.elementor-cta--skin-cover .elementor-cta__button.elementor-button {
  color: white;
  border-color: white;
}
.elementor-cta--layout-image-above .elementor-cta, .elementor-cta--layout-image-below .elementor-cta {
  flex-wrap: wrap;
}
.elementor-cta--layout-image-above .elementor-cta__bg-wrapper, .elementor-cta--layout-image-below .elementor-cta__bg-wrapper {
  width: 100%;
}
.elementor-cta--layout-image-above .elementor-cta {
  flex-direction: column;
}
.elementor-cta--layout-image-below .elementor-cta {
  flex-direction: column-reverse;
}
.elementor-cta--layout-image-left .elementor-cta, .elementor-cta--layout-image-right .elementor-cta {
  flex-wrap: nowrap;
}
.elementor-cta--layout-image-left .elementor-cta__bg-wrapper, .elementor-cta--layout-image-right .elementor-cta__bg-wrapper {
  width: auto;
  min-width: 50%;
}
.elementor-cta--layout-image-left .elementor-cta__content, .elementor-cta--layout-image-right .elementor-cta__content {
  flex-grow: 1;
}
.elementor-cta--layout-image-left .elementor-cta {
  flex-direction: row;
}
.elementor-cta--layout-image-right .elementor-cta {
  flex-direction: row-reverse;
}
.elementor-cta__bg, .elementor-cta__bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.4s;
}
.elementor-cta__bg-wrapper {
  z-index: 1;
  overflow: hidden;
}
.elementor-cta__bg {
  background-size: cover;
  background-position: center;
  z-index: 1;
}
.elementor-cta__bg-overlay {
  z-index: 2;
}
.elementor-cta__button.elementor-button {
  cursor: pointer;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
  border: solid 2px white;
  background: transparent;
}
.elementor-cta__button.elementor-button:hover {
  background: transparent;
  text-decoration: none;
}
.elementor-cta__title {
  font-size: 23px;
}
.elementor-cta__content {
  z-index: 1;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  padding: 35px;
  width: 100%;
}
.elementor-cta__content, .elementor-cta__content-item {
  position: relative;
  transition: 0.5s;
  color: #fff;
}
.elementor-cta__content-item {
  width: 100%;
  margin: 0;
}
.elementor-cta__content-item:not(:last-child) {
  margin-bottom: 15px;
}
.elementor-cta__content-item .elementor-icon {
  color: #fff;
}
.elementor-cta--valign-top .elementor-cta__content {
  align-content: flex-start;
  align-items: flex-start;
}
.elementor-cta--valign-middle .elementor-cta__content {
  align-content: center;
  align-items: center;
}
.elementor-cta--valign-bottom .elementor-cta__content {
  align-content: flex-end;
  align-items: flex-end;
}
.elementor-cta:hover .elementor-cta__bg-overlay {
  background-color: rgba(0, 0, 0, 0.3);
}

@media (max-device-width: 1024px) {
  .elementor-cta {
    cursor: pointer;
  }
}
@media (min-width: -1) {
  .elementor-cta--widescreen-layout-image-above .elementor-cta, .elementor-cta--widescreen-layout-image-below .elementor-cta {
    flex-wrap: wrap;
  }
  .elementor-cta--widescreen-layout-image-above .elementor-cta__bg-wrapper, .elementor-cta--widescreen-layout-image-below .elementor-cta__bg-wrapper {
    width: 100%;
  }
  .elementor-cta--widescreen-layout-image-above .elementor-cta {
    flex-direction: column;
  }
  .elementor-cta--widescreen-layout-image-below .elementor-cta {
    flex-direction: column-reverse;
  }
  .elementor-cta--widescreen-layout-image-left .elementor-cta, .elementor-cta--widescreen-layout-image-right .elementor-cta {
    flex-wrap: nowrap;
  }
  .elementor-cta--widescreen-layout-image-left .elementor-cta__bg-wrapper, .elementor-cta--widescreen-layout-image-right .elementor-cta__bg-wrapper {
    width: auto;
    min-width: 50%;
  }
  .elementor-cta--widescreen-layout-image-left .elementor-cta__content, .elementor-cta--widescreen-layout-image-right .elementor-cta__content {
    flex-grow: 1;
  }
  .elementor-cta--widescreen-layout-image-left .elementor-cta {
    flex-direction: row;
  }
  .elementor-cta--widescreen-layout-image-right .elementor-cta {
    flex-direction: row-reverse;
  }
}
@media (max-width: -1) {
  .elementor-cta--laptop-layout-image-above .elementor-cta, .elementor-cta--laptop-layout-image-below .elementor-cta {
    flex-wrap: wrap;
  }
  .elementor-cta--laptop-layout-image-above .elementor-cta__bg-wrapper, .elementor-cta--laptop-layout-image-below .elementor-cta__bg-wrapper {
    width: 100%;
  }
  .elementor-cta--laptop-layout-image-above .elementor-cta {
    flex-direction: column;
  }
  .elementor-cta--laptop-layout-image-below .elementor-cta {
    flex-direction: column-reverse;
  }
  .elementor-cta--laptop-layout-image-left .elementor-cta, .elementor-cta--laptop-layout-image-right .elementor-cta {
    flex-wrap: nowrap;
  }
  .elementor-cta--laptop-layout-image-left .elementor-cta__bg-wrapper, .elementor-cta--laptop-layout-image-right .elementor-cta__bg-wrapper {
    width: auto;
    min-width: 50%;
  }
  .elementor-cta--laptop-layout-image-left .elementor-cta__content, .elementor-cta--laptop-layout-image-right .elementor-cta__content {
    flex-grow: 1;
  }
  .elementor-cta--laptop-layout-image-left .elementor-cta {
    flex-direction: row;
  }
  .elementor-cta--laptop-layout-image-right .elementor-cta {
    flex-direction: row-reverse;
  }
}
@media (max-width: -1) {
  .elementor-cta--tablet_extra-layout-image-above .elementor-cta, .elementor-cta--tablet_extra-layout-image-below .elementor-cta {
    flex-wrap: wrap;
  }
  .elementor-cta--tablet_extra-layout-image-above .elementor-cta__bg-wrapper, .elementor-cta--tablet_extra-layout-image-below .elementor-cta__bg-wrapper {
    width: 100%;
  }
  .elementor-cta--tablet_extra-layout-image-above .elementor-cta {
    flex-direction: column;
  }
  .elementor-cta--tablet_extra-layout-image-below .elementor-cta {
    flex-direction: column-reverse;
  }
  .elementor-cta--tablet_extra-layout-image-left .elementor-cta, .elementor-cta--tablet_extra-layout-image-right .elementor-cta {
    flex-wrap: nowrap;
  }
  .elementor-cta--tablet_extra-layout-image-left .elementor-cta__bg-wrapper, .elementor-cta--tablet_extra-layout-image-right .elementor-cta__bg-wrapper {
    width: auto;
    min-width: 50%;
  }
  .elementor-cta--tablet_extra-layout-image-left .elementor-cta__content, .elementor-cta--tablet_extra-layout-image-right .elementor-cta__content {
    flex-grow: 1;
  }
  .elementor-cta--tablet_extra-layout-image-left .elementor-cta {
    flex-direction: row;
  }
  .elementor-cta--tablet_extra-layout-image-right .elementor-cta {
    flex-direction: row-reverse;
  }
}
@media (max-width: 1024px) {
  .elementor-cta--tablet-layout-image-above .elementor-cta, .elementor-cta--tablet-layout-image-below .elementor-cta {
    flex-wrap: wrap;
  }
  .elementor-cta--tablet-layout-image-above .elementor-cta__bg-wrapper, .elementor-cta--tablet-layout-image-below .elementor-cta__bg-wrapper {
    width: 100%;
  }
  .elementor-cta--tablet-layout-image-above .elementor-cta {
    flex-direction: column;
  }
  .elementor-cta--tablet-layout-image-below .elementor-cta {
    flex-direction: column-reverse;
  }
  .elementor-cta--tablet-layout-image-left .elementor-cta, .elementor-cta--tablet-layout-image-right .elementor-cta {
    flex-wrap: nowrap;
  }
  .elementor-cta--tablet-layout-image-left .elementor-cta__bg-wrapper, .elementor-cta--tablet-layout-image-right .elementor-cta__bg-wrapper {
    width: auto;
    min-width: 50%;
  }
  .elementor-cta--tablet-layout-image-left .elementor-cta__content, .elementor-cta--tablet-layout-image-right .elementor-cta__content {
    flex-grow: 1;
  }
  .elementor-cta--tablet-layout-image-left .elementor-cta {
    flex-direction: row;
  }
  .elementor-cta--tablet-layout-image-right .elementor-cta {
    flex-direction: row-reverse;
  }
}
@media (max-width: -1) {
  .elementor-cta--mobile_extra-layout-image-above .elementor-cta, .elementor-cta--mobile_extra-layout-image-below .elementor-cta {
    flex-wrap: wrap;
  }
  .elementor-cta--mobile_extra-layout-image-above .elementor-cta__bg-wrapper, .elementor-cta--mobile_extra-layout-image-below .elementor-cta__bg-wrapper {
    width: 100%;
  }
  .elementor-cta--mobile_extra-layout-image-above .elementor-cta {
    flex-direction: column;
  }
  .elementor-cta--mobile_extra-layout-image-below .elementor-cta {
    flex-direction: column-reverse;
  }
  .elementor-cta--mobile_extra-layout-image-left .elementor-cta, .elementor-cta--mobile_extra-layout-image-right .elementor-cta {
    flex-wrap: nowrap;
  }
  .elementor-cta--mobile_extra-layout-image-left .elementor-cta__bg-wrapper, .elementor-cta--mobile_extra-layout-image-right .elementor-cta__bg-wrapper {
    width: auto;
    min-width: 50%;
  }
  .elementor-cta--mobile_extra-layout-image-left .elementor-cta__content, .elementor-cta--mobile_extra-layout-image-right .elementor-cta__content {
    flex-grow: 1;
  }
  .elementor-cta--mobile_extra-layout-image-left .elementor-cta {
    flex-direction: row;
  }
  .elementor-cta--mobile_extra-layout-image-right .elementor-cta {
    flex-direction: row-reverse;
  }
}
@media (max-width: 767px) {
  .elementor-cta--mobile-layout-image-above .elementor-cta, .elementor-cta--mobile-layout-image-below .elementor-cta {
    flex-wrap: wrap;
  }
  .elementor-cta--mobile-layout-image-above .elementor-cta__bg-wrapper, .elementor-cta--mobile-layout-image-below .elementor-cta__bg-wrapper {
    width: 100%;
  }
  .elementor-cta--mobile-layout-image-above .elementor-cta {
    flex-direction: column;
  }
  .elementor-cta--mobile-layout-image-below .elementor-cta {
    flex-direction: column-reverse;
  }
  .elementor-cta--mobile-layout-image-left .elementor-cta, .elementor-cta--mobile-layout-image-right .elementor-cta {
    flex-wrap: nowrap;
  }
  .elementor-cta--mobile-layout-image-left .elementor-cta__bg-wrapper, .elementor-cta--mobile-layout-image-right .elementor-cta__bg-wrapper {
    width: auto;
    min-width: 50%;
  }
  .elementor-cta--mobile-layout-image-left .elementor-cta__content, .elementor-cta--mobile-layout-image-right .elementor-cta__content {
    flex-grow: 1;
  }
  .elementor-cta--mobile-layout-image-left .elementor-cta {
    flex-direction: row;
  }
  .elementor-cta--mobile-layout-image-right .elementor-cta {
    flex-direction: row-reverse;
  }
}
.elementor-ribbon {
  position: absolute;
  z-index: 1;
  top: 0;
  left: auto;
  right: 0;
  transform: rotate(90deg);
  width: 150px;
  overflow: hidden;
  height: 150px;
}
.elementor-ribbon-inner {
  text-align: center;
  left: 0;
  width: 200%;
  transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
  margin-top: 35px;
  font-size: 13px;
  line-height: 2;
  font-weight: 800;
  text-transform: uppercase;
  background: #000;
  color: #fff;
}
.elementor-ribbon.elementor-ribbon-left {
  transform: rotate(0);
  left: 0;
  right: auto;
}
.elementor-ribbon.elementor-ribbon-right {
  transform: rotate(90deg);
  left: auto;
  right: 0;
}

.elementor-widget-countdown .elementor-countdown-expire--message {
  display: none;
  padding: 20px;
  text-align: center;
}
.elementor-widget-countdown .elementor-countdown-wrapper {
  flex-direction: row;
}
.elementor-widget-countdown .elementor-countdown-item {
  padding: 20px 0;
  text-align: center;
  color: #ffffff;
}
.elementor-widget-countdown .elementor-countdown-digits,
.elementor-widget-countdown .elementor-countdown-label {
  line-height: 1;
}
.elementor-widget-countdown .elementor-countdown-digits {
  font-size: 69px;
}
.elementor-widget-countdown .elementor-countdown-label {
  font-size: 19px;
}
.elementor-widget-countdown.elementor-countdown--label-block .elementor-countdown-wrapper {
  display: flex;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
}
.elementor-widget-countdown.elementor-countdown--label-block .elementor-countdown-digits,
.elementor-widget-countdown.elementor-countdown--label-block .elementor-countdown-label {
  display: block;
}
.elementor-widget-countdown.elementor-countdown--label-block .elementor-countdown-item {
  flex-basis: 0;
  flex-grow: 1;
}
.elementor-widget-countdown.elementor-countdown--label-inline {
  text-align: center;
}
.elementor-widget-countdown.elementor-countdown--label-inline .elementor-countdown-item {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

/* Slides Widget */
.elementor-slides .swiper-slide-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-width: 100%;
  min-height: 100%;
}
.elementor-slides .swiper-slide-inner {
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 50px;
  margin: auto;
}
.elementor-slides .swiper-slide-inner, .elementor-slides .swiper-slide-inner:hover {
  color: white;
  display: flex;
}
.elementor-slides .swiper-slide-inner .elementor-background-overlay {
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.elementor-slides .swiper-slide-inner .elementor-slide-content {
  position: relative;
  z-index: 1;
  width: 100%;
}
.elementor-slides .swiper-slide-inner .elementor-slide-heading {
  font-size: 35px;
  font-weight: bold;
  line-height: 1;
}
.elementor-slides .swiper-slide-inner .elementor-slide-description {
  font-size: 17px;
  line-height: 1.4;
}
.elementor-slides .swiper-slide-inner .elementor-slide-heading:not(:last-child), .elementor-slides .swiper-slide-inner .elementor-slide-description:not(:last-child) {
  margin-bottom: 30px;
}
.elementor-slides .swiper-slide-inner .elementor-slide-button {
  border: solid 2px white;
  color: white;
  background: transparent;
  display: inline-block;
}
.elementor-slides .swiper-slide-inner .elementor-slide-button, .elementor-slides .swiper-slide-inner .elementor-slide-button:hover {
  background: transparent;
  color: inherit;
  text-decoration: none;
}

.elementor--v-position-top .swiper-slide-inner {
  align-items: flex-start;
}
.elementor--v-position-bottom .swiper-slide-inner {
  align-items: flex-end;
}
.elementor--v-position-middle .swiper-slide-inner {
  align-items: center;
}
.elementor--h-position-left .swiper-slide-inner {
  justify-content: flex-start;
}
.elementor--h-position-right .swiper-slide-inner {
  justify-content: flex-end;
}
.elementor--h-position-center .swiper-slide-inner {
  justify-content: center;
}

body.rtl .elementor-widget-slides .elementor-swiper-button-next {
  left: 10px;
  right: auto;
}
body.rtl .elementor-widget-slides .elementor-swiper-button-prev {
  right: 10px;
  left: auto;
}

.elementor-slides-wrapper div:not(.swiper-slide) > .swiper-slide-inner {
  display: none;
}

@media (max-width: 767px) {
  .elementor-slides .swiper-slide-inner {
    padding: 30px;
  }
  .elementor-slides .swiper-slide-inner .elementor-slide-heading {
    font-size: 23px;
    line-height: 1;
    margin-bottom: 15px;
  }
  .elementor-slides .swiper-slide-inner .elementor-slide-description {
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 15px;
  }
}
.elementor-share-buttons--color-custom.elementor-share-buttons--skin-flat .elementor-share-btn, .elementor-share-buttons--color-custom.elementor-share-buttons--skin-gradient .elementor-share-btn {
  background-color: var(--e-share-buttons-primary-color, #ea4335);
}
.elementor-share-buttons--color-custom.elementor-share-buttons--skin-flat .elementor-share-btn__icon, .elementor-share-buttons--color-custom.elementor-share-buttons--skin-flat .elementor-share-btn__text, .elementor-share-buttons--color-custom.elementor-share-buttons--skin-gradient .elementor-share-btn__icon, .elementor-share-buttons--color-custom.elementor-share-buttons--skin-gradient .elementor-share-btn__text {
  color: var(--e-share-buttons-secondary-color, #fff);
}
.elementor-share-buttons--color-custom.elementor-share-buttons--skin-flat .elementor-share-btn__icon svg, .elementor-share-buttons--color-custom.elementor-share-buttons--skin-flat .elementor-share-btn__text svg, .elementor-share-buttons--color-custom.elementor-share-buttons--skin-gradient .elementor-share-btn__icon svg, .elementor-share-buttons--color-custom.elementor-share-buttons--skin-gradient .elementor-share-btn__text svg {
  fill: var(--e-share-buttons-secondary-color, #fff);
}
.elementor-share-buttons--color-custom.elementor-share-buttons--skin-framed .elementor-share-btn, .elementor-share-buttons--color-custom.elementor-share-buttons--skin-minimal .elementor-share-btn, .elementor-share-buttons--color-custom.elementor-share-buttons--skin-boxed .elementor-share-btn {
  color: var(--e-share-buttons-primary-color, #ea4335);
  border-color: var(--e-share-buttons-primary-color, #ea4335);
}
.elementor-share-buttons--color-custom.elementor-share-buttons--skin-minimal .elementor-share-btn__icon, .elementor-share-buttons--color-custom.elementor-share-buttons--skin-boxed .elementor-share-btn__icon {
  background-color: var(--e-share-buttons-primary-color, #ea4335);
  color: var(--e-share-buttons-secondary-color, #fff);
}
.elementor-share-buttons--color-custom.elementor-share-buttons--skin-minimal .elementor-share-btn__icon svg, .elementor-share-buttons--color-custom.elementor-share-buttons--skin-boxed .elementor-share-btn__icon svg {
  fill: var(--e-share-buttons-secondary-color, #fff);
}
.elementor-share-buttons--color-custom.elementor-share-buttons--skin-framed .elementor-share-btn__icon {
  color: var(--e-share-buttons-primary-color, #ea4335);
}
.elementor-share-buttons--color-custom.elementor-share-buttons--skin-framed .elementor-share-btn__icon svg {
  fill: var(--e-share-buttons-primary-color, #ea4335);
}
.elementor-share-buttons--color-official .elementor-share-btn:hover {
  filter: saturate(1.5) brightness(1.2);
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_digg, .elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_digg {
  background-color: #005be2;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_email, .elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_email {
  background-color: #ea4335;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_print, .elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_print {
  background-color: #aaaaaa;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_facebook, .elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_facebook {
  background-color: #3b5998;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_google, .elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_google {
  background-color: #dd4b39;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_pocket, .elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_pocket {
  background-color: #EF3F56;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_linkedin, .elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_linkedin {
  background-color: #0077b5;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_odnoklassniki, .elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_odnoklassniki {
  background-color: #F4731C;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_pinterest, .elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_pinterest {
  background-color: #bd081c;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_reddit, .elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_reddit {
  background-color: #ff4500;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_skype, .elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_skype {
  background-color: #00AFF0;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_slideshare, .elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_slideshare {
  background-color: #0077b5;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_snapchat, .elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_snapchat {
  background-color: #fffc00;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_stumbleupon, .elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_stumbleupon {
  background-color: #EB4924;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_mix, .elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_mix {
  background-color: #f3782b;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_tumblr, .elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_tumblr {
  background-color: #35465c;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_twitch, .elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_twitch {
  background-color: #6441A5;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_telegram, .elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_telegram {
  background-color: #2CA5E0;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_threads, .elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_threads {
  background-color: #000000;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_twitter, .elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_twitter {
  background-color: #1DA1F2;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_vimeo, .elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_vimeo {
  background-color: #1ab7ea;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_vk, .elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_vk {
  background-color: #45668e;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_whatsapp, .elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_whatsapp {
  background-color: #25d366;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_wordpress, .elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_wordpress {
  background-color: #21759b;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_x-twitter, .elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_x-twitter {
  background-color: #000000;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_xing, .elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_xing {
  background-color: #026466;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_digg, .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_digg {
  color: #005be2;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_digg svg, .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_digg svg {
  fill: #005be2;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_email, .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_email {
  color: #ea4335;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_email svg, .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_email svg {
  fill: #ea4335;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_print, .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_print {
  color: #aaaaaa;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_print svg, .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_print svg {
  fill: #aaaaaa;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_facebook, .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_facebook {
  color: #3b5998;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_facebook svg, .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_facebook svg {
  fill: #3b5998;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_google, .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_google {
  color: #dd4b39;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_google svg, .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_google svg {
  fill: #dd4b39;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_pocket, .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_pocket {
  color: #EF3F56;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_pocket svg, .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_pocket svg {
  fill: #EF3F56;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_linkedin, .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_linkedin {
  color: #0077b5;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_linkedin svg, .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_linkedin svg {
  fill: #0077b5;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_odnoklassniki, .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_odnoklassniki {
  color: #F4731C;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_odnoklassniki svg, .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_odnoklassniki svg {
  fill: #F4731C;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_pinterest, .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_pinterest {
  color: #bd081c;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_pinterest svg, .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_pinterest svg {
  fill: #bd081c;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_reddit, .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_reddit {
  color: #ff4500;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_reddit svg, .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_reddit svg {
  fill: #ff4500;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_skype, .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_skype {
  color: #00AFF0;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_skype svg, .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_skype svg {
  fill: #00AFF0;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_slideshare, .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_slideshare {
  color: #0077b5;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_slideshare svg, .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_slideshare svg {
  fill: #0077b5;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_snapchat, .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_snapchat {
  color: #fffc00;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_snapchat svg, .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_snapchat svg {
  fill: #fffc00;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_stumbleupon, .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_stumbleupon {
  color: #EB4924;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_stumbleupon svg, .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_stumbleupon svg {
  fill: #EB4924;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_mix, .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_mix {
  color: #f3782b;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_mix svg, .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_mix svg {
  fill: #f3782b;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_tumblr, .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_tumblr {
  color: #35465c;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_tumblr svg, .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_tumblr svg {
  fill: #35465c;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_twitch, .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_twitch {
  color: #6441A5;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_twitch svg, .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_twitch svg {
  fill: #6441A5;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_telegram, .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_telegram {
  color: #2CA5E0;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_telegram svg, .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_telegram svg {
  fill: #2CA5E0;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_threads, .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_threads {
  color: #000000;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_threads svg, .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_threads svg {
  fill: #000000;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_twitter, .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_twitter {
  color: #1DA1F2;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_twitter svg, .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_twitter svg {
  fill: #1DA1F2;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_vimeo, .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_vimeo {
  color: #1ab7ea;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_vimeo svg, .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_vimeo svg {
  fill: #1ab7ea;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_vk, .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_vk {
  color: #45668e;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_vk svg, .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_vk svg {
  fill: #45668e;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_whatsapp, .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_whatsapp {
  color: #25d366;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_whatsapp svg, .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_whatsapp svg {
  fill: #25d366;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_wordpress, .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_wordpress {
  color: #21759b;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_wordpress svg, .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_wordpress svg {
  fill: #21759b;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_x-twitter, .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_x-twitter {
  color: #000000;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_x-twitter svg, .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_x-twitter svg {
  fill: #000000;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_xing, .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_xing {
  color: #026466;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_xing svg, .elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_xing svg {
  fill: #026466;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_digg .elementor-share-btn__icon, .elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_digg .elementor-share-btn__icon {
  background-color: #005be2;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_email .elementor-share-btn__icon, .elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_email .elementor-share-btn__icon {
  background-color: #ea4335;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_print .elementor-share-btn__icon, .elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_print .elementor-share-btn__icon {
  background-color: #aaaaaa;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_facebook .elementor-share-btn__icon, .elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_facebook .elementor-share-btn__icon {
  background-color: #3b5998;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_google .elementor-share-btn__icon, .elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_google .elementor-share-btn__icon {
  background-color: #dd4b39;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_pocket .elementor-share-btn__icon, .elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_pocket .elementor-share-btn__icon {
  background-color: #EF3F56;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_linkedin .elementor-share-btn__icon, .elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_linkedin .elementor-share-btn__icon {
  background-color: #0077b5;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_odnoklassniki .elementor-share-btn__icon, .elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_odnoklassniki .elementor-share-btn__icon {
  background-color: #F4731C;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_pinterest .elementor-share-btn__icon, .elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_pinterest .elementor-share-btn__icon {
  background-color: #bd081c;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_reddit .elementor-share-btn__icon, .elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_reddit .elementor-share-btn__icon {
  background-color: #ff4500;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_skype .elementor-share-btn__icon, .elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_skype .elementor-share-btn__icon {
  background-color: #00AFF0;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_slideshare .elementor-share-btn__icon, .elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_slideshare .elementor-share-btn__icon {
  background-color: #0077b5;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_snapchat .elementor-share-btn__icon, .elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_snapchat .elementor-share-btn__icon {
  background-color: #fffc00;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_stumbleupon .elementor-share-btn__icon, .elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_stumbleupon .elementor-share-btn__icon {
  background-color: #EB4924;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_mix .elementor-share-btn__icon, .elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_mix .elementor-share-btn__icon {
  background-color: #f3782b;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_tumblr .elementor-share-btn__icon, .elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_tumblr .elementor-share-btn__icon {
  background-color: #35465c;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_twitch .elementor-share-btn__icon, .elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_twitch .elementor-share-btn__icon {
  background-color: #6441A5;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_telegram .elementor-share-btn__icon, .elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_telegram .elementor-share-btn__icon {
  background-color: #2CA5E0;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_threads .elementor-share-btn__icon, .elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_threads .elementor-share-btn__icon {
  background-color: #000000;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_twitter .elementor-share-btn__icon, .elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_twitter .elementor-share-btn__icon {
  background-color: #1DA1F2;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_vimeo .elementor-share-btn__icon, .elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_vimeo .elementor-share-btn__icon {
  background-color: #1ab7ea;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_vk .elementor-share-btn__icon, .elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_vk .elementor-share-btn__icon {
  background-color: #45668e;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_whatsapp .elementor-share-btn__icon, .elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_whatsapp .elementor-share-btn__icon {
  background-color: #25d366;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_wordpress .elementor-share-btn__icon, .elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_wordpress .elementor-share-btn__icon {
  background-color: #21759b;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_x-twitter .elementor-share-btn__icon, .elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_x-twitter .elementor-share-btn__icon {
  background-color: #000000;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_xing .elementor-share-btn__icon, .elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_xing .elementor-share-btn__icon {
  background-color: #026466;
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn .elementor-share-btn__icon, .elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn .elementor-share-btn__icon {
  color: var(--e-share-buttons-icon-color, #fff);
}
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn .elementor-share-btn__icon svg, .elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn .elementor-share-btn__icon svg {
  fill: var(--e-share-buttons-icon-color, #fff);
}
.elementor-share-buttons--skin-framed .elementor-share-btn__icon, .elementor-share-buttons--skin-boxed .elementor-share-btn__icon {
  margin-inline-start: -0.2em;
}
.elementor-share-buttons--skin-framed .elementor-share-btn, .elementor-share-buttons--skin-boxed .elementor-share-btn {
  border-style: solid;
}
.elementor-share-buttons--skin-gradient .elementor-share-btn__text {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0));
}
.elementor-share-buttons--skin-gradient.elementor-share-buttons--view-icon .elementor-share-btn__icon {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0));
}
.elementor-share-buttons--skin-boxed .elementor-share-btn__text, .elementor-share-buttons--skin-minimal .elementor-share-btn__text, .elementor-share-buttons--skin-gradient .elementor-share-btn__text {
  padding-inline-start: 0.9em;
}
.elementor-share-buttons--skin-flat .elementor-share-btn, .elementor-share-buttons--skin-gradient .elementor-share-btn {
  background-color: var(--e-share-buttons-primary-color, #ea4335);
}
.elementor-share-buttons--skin-flat .elementor-share-btn__icon, .elementor-share-buttons--skin-flat .elementor-share-btn__text, .elementor-share-buttons--skin-gradient .elementor-share-btn__icon, .elementor-share-buttons--skin-gradient .elementor-share-btn__text {
  color: var(--e-share-buttons-secondary-color, #fff);
}
.elementor-share-buttons--skin-flat .elementor-share-btn__icon svg, .elementor-share-buttons--skin-flat .elementor-share-btn__text svg, .elementor-share-buttons--skin-gradient .elementor-share-btn__icon svg, .elementor-share-buttons--skin-gradient .elementor-share-btn__text svg {
  fill: var(--e-share-buttons-secondary-color, #fff);
}
.elementor-share-buttons--skin-minimal.elementor-share-buttons--shape-rounded .elementor-share-btn__icon {
  border-radius: 0.5em;
}
.elementor-share-buttons--skin-minimal.elementor-share-buttons--shape-circle .elementor-share-btn__icon {
  border-radius: 99.9em;
}
.elementor-share-buttons--view-text .elementor-share-btn__text {
  padding-inline-start: 1em;
}
.elementor-share-buttons--view-text .elementor-share-btn, .elementor-share-buttons--view-icon .elementor-share-btn {
  justify-content: center;
}
.elementor-share-buttons--view-text .elementor-share-btn__icon, .elementor-share-buttons--view-text .elementor-share-btn__text, .elementor-share-buttons--view-icon .elementor-share-btn__icon, .elementor-share-buttons--view-icon .elementor-share-btn__text {
  flex-grow: 1;
  justify-content: center;
}
.elementor-share-buttons--shape-rounded .elementor-share-btn {
  border-radius: 0.5em;
}
.elementor-share-buttons--shape-circle .elementor-share-btn {
  border-radius: 99.9em;
}

.elementor-share-btn {
  overflow: hidden;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition-duration: 0.2s;
  transition-property: filter, background-color, border-color;
  height: 4.5em;
  cursor: pointer;
}
.elementor-share-btn__icon, .elementor-share-btn__text {
  transition-property: color, background-color;
  transition-duration: 0.2s;
}
.elementor-share-btn__icon {
  display: flex;
  align-self: stretch;
  justify-content: center;
  align-items: center;
  width: 4.5em;
  position: relative;
}
.elementor-share-btn__icon i {
  font-size: var(--e-share-buttons-icon-size, 1.7em);
}
.elementor-share-btn__icon svg {
  width: var(--e-share-buttons-icon-size, 1.7em);
  height: var(--e-share-buttons-icon-size, 1.7em);
}
.elementor-share-btn__text {
  font-size: 1.5em;
  padding-inline-end: 1em;
  align-self: stretch;
  flex-grow: 1;
  align-items: center;
  display: flex;
  font-weight: 100;
}
.elementor-share-btn__title {
  font-weight: bold;
  flex-shrink: 0;
}

.elementor-widget-share-buttons {
  text-align: var(--alignment, inherit);
  -moz-text-align-last: var(--alignment, inherit);
       text-align-last: var(--alignment, inherit);
}
.elementor-widget-share-buttons.elementor-grid-0 .elementor-widget-container {
  font-size: 0;
}

.elementor-skin-carousel .elementor-main-swiper, .elementor-skin-coverflow .elementor-main-swiper {
  height: 230px;
}
.elementor-skin-slideshow .elementor-main-swiper {
  height: 450px;
  position: relative;
}
.elementor-skin-slideshow .elementor-thumbnails-swiper .elementor-custom-embed-play i {
  font-size: 50px;
}
.elementor-skin-slideshow .elementor-thumbnails-swiper .swiper-slide {
  cursor: pointer;
}
.elementor-skin-slideshow .elementor-thumbnails-swiper .swiper-slide:not(.swiper-slide-active):after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

.elementor-carousel-image {
  background: no-repeat center;
  background-size: cover;
  height: 100%;
  position: relative;
}

.elementor-carousel-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  color: var(--e-carousel-image-overlay-color, #fff);
  background-color: rgba(105, 114, 125, 0.8);
  transition: transform 0.5s, opacity 0.5s;
}
.elementor-carousel-image-overlay i {
  font-size: var(--e-carousel-image-overlay-icon-size, 21px);
}
.elementor-carousel-image-overlay svg {
  fill: var(--e-carousel-image-overlay-color, #fff);
  width: var(--e-carousel-image-overlay-icon-size, 21px);
  height: var(--e-carousel-image-overlay-icon-size, 21px);
}

/**
 * Responsive Alignment based on `prefix_class`
 */
.elementor-testimonial__image {
  flex-shrink: 0;
}
.elementor-testimonial__image img {
  border-radius: 999px;
  box-sizing: content-box;
  -o-object-fit: cover;
     object-fit: cover;
}
.elementor-testimonial__footer, .elementor-testimonial__header {
  display: flex;
}
.elementor-testimonial__footer cite, .elementor-testimonial__header cite {
  display: flex;
  flex-direction: column;
  font-style: normal;
  font-size: 14px;
  line-height: 1.5;
}
.elementor-testimonial__name {
  font-weight: bold;
}
.elementor-testimonial--layout-image_inline .elementor-testimonial__footer, .elementor-testimonial--layout-image_above .elementor-testimonial__footer {
  align-items: center;
}
.elementor-testimonial--layout-image_inline .elementor-testimonial__image + cite, .elementor-testimonial--layout-image_above .elementor-testimonial__image + cite {
  margin-inline-start: 20px;
}
.elementor-testimonial--layout-image_inline.elementor-testimonial--align-right .elementor-testimonial__footer, .elementor-testimonial--layout-image_above.elementor-testimonial--align-right .elementor-testimonial__footer {
  flex-direction: row-reverse;
}
.elementor-testimonial--layout-image_inline.elementor-testimonial--align-right .elementor-testimonial__image + cite, .elementor-testimonial--layout-image_above.elementor-testimonial--align-right .elementor-testimonial__image + cite {
  margin-inline-end: 20px;
  margin-inline-start: 0;
}
.elementor-testimonial--layout-image_inline.elementor-testimonial--align-left .elementor-testimonial__footer, .elementor-testimonial--layout-image_above.elementor-testimonial--align-left .elementor-testimonial__footer {
  flex-direction: row;
}
.elementor-testimonial--layout-image_inline.elementor-testimonial--align-left .elementor-testimonial__image + cite, .elementor-testimonial--layout-image_above.elementor-testimonial--align-left .elementor-testimonial__image + cite {
  margin-inline-end: 0;
  margin-inline-start: 20px;
}
.elementor-testimonial--layout-image_inline .elementor-testimonial__footer {
  margin-top: 25px;
}
.elementor-testimonial--layout-image_above .elementor-testimonial {
  display: flex;
  flex-direction: column-reverse;
}
.elementor-testimonial--layout-image_above .elementor-testimonial__footer {
  margin-bottom: 25px;
}
.elementor-testimonial--layout-image_stacked .elementor-testimonial__footer {
  margin-top: 25px;
  flex-wrap: wrap;
}
.elementor-testimonial--layout-image_stacked .elementor-testimonial__image, .elementor-testimonial--layout-image_stacked .elementor-testimonial cite {
  margin-top: 15px;
  width: 100%;
}
.elementor-testimonial--layout-image_left .elementor-testimonial, .elementor-testimonial--layout-image_right .elementor-testimonial {
  display: flex;
  align-items: stretch;
}
.elementor-testimonial--layout-image_left .elementor-testimonial__footer, .elementor-testimonial--layout-image_right .elementor-testimonial__footer {
  flex-shrink: 0;
  flex-direction: column;
  text-align: center;
}
.elementor-testimonial--layout-image_left .elementor-testimonial__image + cite, .elementor-testimonial--layout-image_right .elementor-testimonial__image + cite {
  margin-top: 15px;
}
.elementor-testimonial--layout-image_left.elementor-testimonial--align-center .elementor-testimonial__footer, .elementor-testimonial--layout-image_right.elementor-testimonial--align-center .elementor-testimonial__footer {
  justify-content: flex-start;
}
.elementor-testimonial--layout-image_left .elementor-testimonial {
  flex-direction: row-reverse;
}
.elementor-testimonial--layout-image_left .elementor-testimonial__footer {
  padding-inline-end: 20px;
}
.elementor-testimonial--layout-image_right .elementor-testimonial {
  flex-direction: row;
}
.elementor-testimonial--layout-image_right .elementor-testimonial__footer {
  padding-inline-start: 20px;
}
.elementor-testimonial--align-right .elementor-testimonial {
  text-align: right;
}
.elementor-testimonial--align-right.elementor-testimonial--layout-image_inline .elementor-testimonial__footer, .elementor-testimonial--align-right.elementor-testimonial--layout-image_above .elementor-testimonial__footer {
  flex-direction: row-reverse;
  justify-content: end;
}
.elementor-testimonial--align-right.elementor-testimonial--layout-image_inline .elementor-testimonial__image + cite, .elementor-testimonial--align-right.elementor-testimonial--layout-image_above .elementor-testimonial__image + cite {
  margin-inline-end: 20px;
  margin-inline-start: 0;
}
.elementor-testimonial--align-left .elementor-testimonial {
  text-align: left;
}
.elementor-testimonial--align-left.elementor-testimonial--layout-image_inline .elementor-testimonial__footer, .elementor-testimonial--align-left.elementor-testimonial--layout-image_above .elementor-testimonial__footer {
  flex-direction: row;
  justify-content: start;
}
.elementor-testimonial--align-left.elementor-testimonial--layout-image_inline .elementor-testimonial__image + cite, .elementor-testimonial--align-left.elementor-testimonial--layout-image_above .elementor-testimonial__image + cite {
  margin-inline-end: 0;
  margin-inline-start: 20px;
}
.elementor-testimonial--align-center .elementor-testimonial {
  text-align: center;
}
.elementor-testimonial--align-center.elementor-testimonial--layout-image_inline .elementor-testimonial__footer, .elementor-testimonial--align-center.elementor-testimonial--layout-image_above .elementor-testimonial__footer {
  justify-content: center;
}
.elementor-testimonial--align-center.elementor-testimonial--layout-image_inline .elementor-testimonial__image + cite {
  text-align: start;
}
.elementor-testimonial--skin-default.elementor-testimonial--layout-image_right .elementor-testimonial__cite, .elementor-testimonial--skin-default.elementor-testimonial--layout-image_left .elementor-testimonial__cite, .elementor-testimonial--skin-default.elementor-testimonial--layout-image_above .elementor-testimonial__cite {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 25px;
}
.elementor-testimonial--skin-bubble .elementor-testimonial__content {
  background-color: #F9FAFA;
  padding: 20px;
  position: relative;
}
.elementor-testimonial--skin-bubble .elementor-testimonial__content:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-color: #F9FAFA;
  position: absolute;
  transform: scaleX(0.75) rotate(45deg);
  border-width: 0;
  box-sizing: content-box;
}
.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_above .elementor-testimonial__content:after {
  bottom: calc(100% - 7px);
  transform: scaleX(0.75) rotate(-135deg);
}
.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_above.elementor-testimonial--align-center .elementor-testimonial__content:after {
  left: 50%;
  transform: translateX(-50%) scaleX(0.75) rotate(-135deg);
}
.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_stacked .elementor-testimonial__content:after, .elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_inline .elementor-testimonial__content:after {
  top: calc(100% - 7px);
}
.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_stacked.elementor-testimonial--align-center .elementor-testimonial__content:after, .elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_inline.elementor-testimonial--align-center .elementor-testimonial__content:after {
  left: 50%;
  transform: translateX(-50%) scaleX(0.75) rotate(45deg);
}
.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_above.elementor-testimonial--align-left .elementor-testimonial__content:after, .elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_stacked.elementor-testimonial--align-left .elementor-testimonial__content:after, .elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_inline.elementor-testimonial--align-left .elementor-testimonial__content:after {
  left: calc(20px + 50px / 2);
}
.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_above.elementor-testimonial--align-right .elementor-testimonial__content:after, .elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_stacked.elementor-testimonial--align-right .elementor-testimonial__content:after, .elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_inline.elementor-testimonial--align-right .elementor-testimonial__content:after {
  right: calc(20px + 50px / 2);
}
.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_left .elementor-testimonial__content:after {
  transform: scaleY(0.75) rotate(135deg);
  left: -8px;
}
.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_right .elementor-testimonial__content:after {
  transform: scaleY(0.75) rotate(-45deg);
  right: -8px;
}
.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_left .elementor-testimonial__content:after, .elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_right .elementor-testimonial__content:after {
  top: calc(20px + 50px / 2);
}
.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_left .elementor-testimonial__footer, .elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_right .elementor-testimonial__footer {
  padding-top: 20px;
}

@media (min-width: -1) {
  .elementor-testimonial--widescreen-align-right .elementor-testimonial {
    text-align: right;
  }
  .elementor-testimonial--widescreen-align-right.elementor-testimonial--layout-image_inline .elementor-testimonial__footer, .elementor-testimonial--widescreen-align-right.elementor-testimonial--layout-image_above .elementor-testimonial__footer {
    flex-direction: row-reverse;
    justify-content: end;
  }
  .elementor-testimonial--widescreen-align-right.elementor-testimonial--layout-image_inline .elementor-testimonial__image + cite, .elementor-testimonial--widescreen-align-right.elementor-testimonial--layout-image_above .elementor-testimonial__image + cite {
    margin-inline-end: 20px;
    margin-inline-start: 0;
  }
  .elementor-testimonial--widescreen-align-left .elementor-testimonial {
    text-align: left;
  }
  .elementor-testimonial--widescreen-align-left.elementor-testimonial--layout-image_inline .elementor-testimonial__footer, .elementor-testimonial--widescreen-align-left.elementor-testimonial--layout-image_above .elementor-testimonial__footer {
    flex-direction: row;
    justify-content: start;
  }
  .elementor-testimonial--widescreen-align-left.elementor-testimonial--layout-image_inline .elementor-testimonial__image + cite, .elementor-testimonial--widescreen-align-left.elementor-testimonial--layout-image_above .elementor-testimonial__image + cite {
    margin-inline-end: 0;
    margin-inline-start: 20px;
  }
  .elementor-testimonial--widescreen-align-center .elementor-testimonial {
    text-align: center;
  }
  .elementor-testimonial--widescreen-align-center.elementor-testimonial--layout-image_inline .elementor-testimonial__footer, .elementor-testimonial--widescreen-align-center.elementor-testimonial--layout-image_above .elementor-testimonial__footer {
    justify-content: center;
  }
  .elementor-testimonial--widescreen-align-center.elementor-testimonial--layout-image_inline .elementor-testimonial__image + cite {
    text-align: start;
  }
}
@media (max-width: -1) {
  .elementor-testimonial--laptop-align-right .elementor-testimonial {
    text-align: right;
  }
  .elementor-testimonial--laptop-align-right.elementor-testimonial--layout-image_inline .elementor-testimonial__footer, .elementor-testimonial--laptop-align-right.elementor-testimonial--layout-image_above .elementor-testimonial__footer {
    flex-direction: row-reverse;
    justify-content: end;
  }
  .elementor-testimonial--laptop-align-right.elementor-testimonial--layout-image_inline .elementor-testimonial__image + cite, .elementor-testimonial--laptop-align-right.elementor-testimonial--layout-image_above .elementor-testimonial__image + cite {
    margin-inline-end: 20px;
    margin-inline-start: 0;
  }
  .elementor-testimonial--laptop-align-left .elementor-testimonial {
    text-align: left;
  }
  .elementor-testimonial--laptop-align-left.elementor-testimonial--layout-image_inline .elementor-testimonial__footer, .elementor-testimonial--laptop-align-left.elementor-testimonial--layout-image_above .elementor-testimonial__footer {
    flex-direction: row;
    justify-content: start;
  }
  .elementor-testimonial--laptop-align-left.elementor-testimonial--layout-image_inline .elementor-testimonial__image + cite, .elementor-testimonial--laptop-align-left.elementor-testimonial--layout-image_above .elementor-testimonial__image + cite {
    margin-inline-end: 0;
    margin-inline-start: 20px;
  }
  .elementor-testimonial--laptop-align-center .elementor-testimonial {
    text-align: center;
  }
  .elementor-testimonial--laptop-align-center.elementor-testimonial--layout-image_inline .elementor-testimonial__footer, .elementor-testimonial--laptop-align-center.elementor-testimonial--layout-image_above .elementor-testimonial__footer {
    justify-content: center;
  }
  .elementor-testimonial--laptop-align-center.elementor-testimonial--layout-image_inline .elementor-testimonial__image + cite {
    text-align: start;
  }
}
@media (max-width: -1) {
  .elementor-testimonial--tablet_extra-align-right .elementor-testimonial {
    text-align: right;
  }
  .elementor-testimonial--tablet_extra-align-right.elementor-testimonial--layout-image_inline .elementor-testimonial__footer, .elementor-testimonial--tablet_extra-align-right.elementor-testimonial--layout-image_above .elementor-testimonial__footer {
    flex-direction: row-reverse;
    justify-content: end;
  }
  .elementor-testimonial--tablet_extra-align-right.elementor-testimonial--layout-image_inline .elementor-testimonial__image + cite, .elementor-testimonial--tablet_extra-align-right.elementor-testimonial--layout-image_above .elementor-testimonial__image + cite {
    margin-inline-end: 20px;
    margin-inline-start: 0;
  }
  .elementor-testimonial--tablet_extra-align-left .elementor-testimonial {
    text-align: left;
  }
  .elementor-testimonial--tablet_extra-align-left.elementor-testimonial--layout-image_inline .elementor-testimonial__footer, .elementor-testimonial--tablet_extra-align-left.elementor-testimonial--layout-image_above .elementor-testimonial__footer {
    flex-direction: row;
    justify-content: start;
  }
  .elementor-testimonial--tablet_extra-align-left.elementor-testimonial--layout-image_inline .elementor-testimonial__image + cite, .elementor-testimonial--tablet_extra-align-left.elementor-testimonial--layout-image_above .elementor-testimonial__image + cite {
    margin-inline-end: 0;
    margin-inline-start: 20px;
  }
  .elementor-testimonial--tablet_extra-align-center .elementor-testimonial {
    text-align: center;
  }
  .elementor-testimonial--tablet_extra-align-center.elementor-testimonial--layout-image_inline .elementor-testimonial__footer, .elementor-testimonial--tablet_extra-align-center.elementor-testimonial--layout-image_above .elementor-testimonial__footer {
    justify-content: center;
  }
  .elementor-testimonial--tablet_extra-align-center.elementor-testimonial--layout-image_inline .elementor-testimonial__image + cite {
    text-align: start;
  }
}
@media (max-width: 1024px) {
  .elementor-testimonial--tablet-align-right .elementor-testimonial {
    text-align: right;
  }
  .elementor-testimonial--tablet-align-right.elementor-testimonial--layout-image_inline .elementor-testimonial__footer, .elementor-testimonial--tablet-align-right.elementor-testimonial--layout-image_above .elementor-testimonial__footer {
    flex-direction: row-reverse;
    justify-content: end;
  }
  .elementor-testimonial--tablet-align-right.elementor-testimonial--layout-image_inline .elementor-testimonial__image + cite, .elementor-testimonial--tablet-align-right.elementor-testimonial--layout-image_above .elementor-testimonial__image + cite {
    margin-inline-end: 20px;
    margin-inline-start: 0;
  }
  .elementor-testimonial--tablet-align-left .elementor-testimonial {
    text-align: left;
  }
  .elementor-testimonial--tablet-align-left.elementor-testimonial--layout-image_inline .elementor-testimonial__footer, .elementor-testimonial--tablet-align-left.elementor-testimonial--layout-image_above .elementor-testimonial__footer {
    flex-direction: row;
    justify-content: start;
  }
  .elementor-testimonial--tablet-align-left.elementor-testimonial--layout-image_inline .elementor-testimonial__image + cite, .elementor-testimonial--tablet-align-left.elementor-testimonial--layout-image_above .elementor-testimonial__image + cite {
    margin-inline-end: 0;
    margin-inline-start: 20px;
  }
  .elementor-testimonial--tablet-align-center .elementor-testimonial {
    text-align: center;
  }
  .elementor-testimonial--tablet-align-center.elementor-testimonial--layout-image_inline .elementor-testimonial__footer, .elementor-testimonial--tablet-align-center.elementor-testimonial--layout-image_above .elementor-testimonial__footer {
    justify-content: center;
  }
  .elementor-testimonial--tablet-align-center.elementor-testimonial--layout-image_inline .elementor-testimonial__image + cite {
    text-align: start;
  }
}
@media (max-width: -1) {
  .elementor-testimonial--mobile_extra-align-right .elementor-testimonial {
    text-align: right;
  }
  .elementor-testimonial--mobile_extra-align-right.elementor-testimonial--layout-image_inline .elementor-testimonial__footer, .elementor-testimonial--mobile_extra-align-right.elementor-testimonial--layout-image_above .elementor-testimonial__footer {
    flex-direction: row-reverse;
    justify-content: end;
  }
  .elementor-testimonial--mobile_extra-align-right.elementor-testimonial--layout-image_inline .elementor-testimonial__image + cite, .elementor-testimonial--mobile_extra-align-right.elementor-testimonial--layout-image_above .elementor-testimonial__image + cite {
    margin-inline-end: 20px;
    margin-inline-start: 0;
  }
  .elementor-testimonial--mobile_extra-align-left .elementor-testimonial {
    text-align: left;
  }
  .elementor-testimonial--mobile_extra-align-left.elementor-testimonial--layout-image_inline .elementor-testimonial__footer, .elementor-testimonial--mobile_extra-align-left.elementor-testimonial--layout-image_above .elementor-testimonial__footer {
    flex-direction: row;
    justify-content: start;
  }
  .elementor-testimonial--mobile_extra-align-left.elementor-testimonial--layout-image_inline .elementor-testimonial__image + cite, .elementor-testimonial--mobile_extra-align-left.elementor-testimonial--layout-image_above .elementor-testimonial__image + cite {
    margin-inline-end: 0;
    margin-inline-start: 20px;
  }
  .elementor-testimonial--mobile_extra-align-center .elementor-testimonial {
    text-align: center;
  }
  .elementor-testimonial--mobile_extra-align-center.elementor-testimonial--layout-image_inline .elementor-testimonial__footer, .elementor-testimonial--mobile_extra-align-center.elementor-testimonial--layout-image_above .elementor-testimonial__footer {
    justify-content: center;
  }
  .elementor-testimonial--mobile_extra-align-center.elementor-testimonial--layout-image_inline .elementor-testimonial__image + cite {
    text-align: start;
  }
}
@media (max-width: 767px) {
  .elementor-testimonial--mobile-align-right .elementor-testimonial {
    text-align: right;
  }
  .elementor-testimonial--mobile-align-right.elementor-testimonial--layout-image_inline .elementor-testimonial__footer, .elementor-testimonial--mobile-align-right.elementor-testimonial--layout-image_above .elementor-testimonial__footer {
    flex-direction: row-reverse;
    justify-content: end;
  }
  .elementor-testimonial--mobile-align-right.elementor-testimonial--layout-image_inline .elementor-testimonial__image + cite, .elementor-testimonial--mobile-align-right.elementor-testimonial--layout-image_above .elementor-testimonial__image + cite {
    margin-inline-end: 20px;
    margin-inline-start: 0;
  }
  .elementor-testimonial--mobile-align-left .elementor-testimonial {
    text-align: left;
  }
  .elementor-testimonial--mobile-align-left.elementor-testimonial--layout-image_inline .elementor-testimonial__footer, .elementor-testimonial--mobile-align-left.elementor-testimonial--layout-image_above .elementor-testimonial__footer {
    flex-direction: row;
    justify-content: start;
  }
  .elementor-testimonial--mobile-align-left.elementor-testimonial--layout-image_inline .elementor-testimonial__image + cite, .elementor-testimonial--mobile-align-left.elementor-testimonial--layout-image_above .elementor-testimonial__image + cite {
    margin-inline-end: 0;
    margin-inline-start: 20px;
  }
  .elementor-testimonial--mobile-align-center .elementor-testimonial {
    text-align: center;
  }
  .elementor-testimonial--mobile-align-center.elementor-testimonial--layout-image_inline .elementor-testimonial__footer, .elementor-testimonial--mobile-align-center.elementor-testimonial--layout-image_above .elementor-testimonial__footer {
    justify-content: center;
  }
  .elementor-testimonial--mobile-align-center.elementor-testimonial--layout-image_inline .elementor-testimonial__image + cite {
    text-align: start;
  }
}
.elementor-widget-testimonial-carousel .swiper-slide {
  padding: 20px;
}
.elementor-widget-testimonial-carousel .elementor-testimonial__text {
  font-size: 1.3em;
  font-style: italic;
  line-height: 1.5;
}
.elementor-widget-testimonial-carousel .elementor-testimonial__image img {
  width: 50px;
  height: 50px;
}

.elementor-widget-reviews .swiper-slide {
  background-color: white;
  border: 1px solid #e1e8ed;
  border-radius: 5px;
  padding: 0;
}
.elementor-widget-reviews .elementor-testimonial__text {
  font-size: 14px;
  line-height: 20px;
}
.elementor-widget-reviews .elementor-testimonial__name {
  color: #1c2022;
}
.elementor-widget-reviews .elementor-testimonial__title {
  color: #697882;
  font-size: 12.5px;
  font-weight: normal;
  font-family: inherit;
}
.elementor-widget-reviews .elementor-testimonial__image {
  display: flex;
}
.elementor-widget-reviews .elementor-testimonial__image img {
  width: 36px;
  height: 36px;
}
.elementor-widget-reviews .elementor-testimonial__icon {
  margin-inline-start: auto;
  font-size: 17px;
}
.elementor-widget-reviews .elementor-testimonial__icon .fa + .fa {
  margin-inline-start: 0.15em;
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon {
  color: var(--e-testimonial-icon-color);
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-android {
  --e-testimonial-icon-color: #A4C639;
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-apple {
  --e-testimonial-icon-color: #999999;
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-behance {
  --e-testimonial-icon-color: #1769ff;
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-bitbucket {
  --e-testimonial-icon-color: #205081;
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-codepen {
  --e-testimonial-icon-color: #000000;
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-delicious {
  --e-testimonial-icon-color: #3399ff;
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-digg {
  --e-testimonial-icon-color: #005be2;
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-dribbble {
  --e-testimonial-icon-color: #ea4c89;
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-envelope {
  --e-testimonial-icon-color: #ea4335;
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-facebook {
  --e-testimonial-icon-color: #3b5998;
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-flickr {
  --e-testimonial-icon-color: #0063dc;
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-foursquare {
  --e-testimonial-icon-color: #2d5be3;
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-github {
  --e-testimonial-icon-color: #333333;
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-google-plus {
  --e-testimonial-icon-color: #dd4b39;
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-houzz {
  --e-testimonial-icon-color: #7ac142;
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-instagram {
  --e-testimonial-icon-color: #262626;
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-jsfiddle {
  --e-testimonial-icon-color: #487AA2;
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-linkedin {
  --e-testimonial-icon-color: #0077b5;
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-medium {
  --e-testimonial-icon-color: #00ab6b;
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-meetup {
  --e-testimonial-icon-color: #ec1c40;
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-mixcloud {
  --e-testimonial-icon-color: #273a4b;
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-odnoklassniki {
  --e-testimonial-icon-color: #F4731C;
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-pinterest {
  --e-testimonial-icon-color: #bd081c;
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-product-hunt {
  --e-testimonial-icon-color: #da552f;
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-reddit {
  --e-testimonial-icon-color: #ff4500;
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-rss {
  --e-testimonial-icon-color: #f26522;
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-shopping-cart {
  --e-testimonial-icon-color: #4CAF50;
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-skype {
  --e-testimonial-icon-color: #00AFF0;
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-slideshare {
  --e-testimonial-icon-color: #0077b5;
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-snapchat {
  --e-testimonial-icon-color: #fffc00;
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-soundcloud {
  --e-testimonial-icon-color: #ff8800;
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-spotify {
  --e-testimonial-icon-color: #2ebd59;
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-stack-overflow {
  --e-testimonial-icon-color: #fe7a15;
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-steam {
  --e-testimonial-icon-color: #00adee;
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-stumbleupon {
  --e-testimonial-icon-color: #EB4924;
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-telegram {
  --e-testimonial-icon-color: #2CA5E0;
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-thumb-tack, .elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-thumbtack {
  --e-testimonial-icon-color: #1aa1d8;
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-threads {
  --e-testimonial-icon-color: #000000;
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-tripadvisor {
  --e-testimonial-icon-color: #589442;
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-tumblr {
  --e-testimonial-icon-color: #35465c;
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-twitch {
  --e-testimonial-icon-color: #6441A5;
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-twitter {
  --e-testimonial-icon-color: #1DA1F2;
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-vimeo {
  --e-testimonial-icon-color: #1ab7ea;
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-vk {
  --e-testimonial-icon-color: #45668e;
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-weibo {
  --e-testimonial-icon-color: #DD2430;
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-weixin {
  --e-testimonial-icon-color: #31A918;
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-whatsapp {
  --e-testimonial-icon-color: #25d366;
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-wordpress {
  --e-testimonial-icon-color: #21759b;
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-x {
  --e-testimonial-icon-color: #000000;
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-xing {
  --e-testimonial-icon-color: #026466;
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-yelp {
  --e-testimonial-icon-color: #af0606;
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-youtube {
  --e-testimonial-icon-color: #cd201f;
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-500px {
  --e-testimonial-icon-color: #0099e5;
}
.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon svg {
  fill: var(--e-testimonial-icon-color);
}
.elementor-widget-reviews .elementor-testimonial__rating {
  background-image: linear-gradient(to right, #ffc82c var(--rating), #cccccc var(--rating));
  font-family: eicons;
}
.elementor-widget-reviews .elementor-testimonial__header {
  display: flex;
  padding-block-start: 15px;
  padding-block-end: 6px;
}
.elementor-widget-reviews .elementor-testimonial__image + cite {
  margin-inline-start: 9px;
}
.elementor-widget-reviews .elementor-testimonial__separator {
  margin: 0 auto;
  border-block-start: 0 none;
  border-block-end: 1px solid #e1e8ed;
  height: 0;
}
.elementor-widget-reviews .elementor-testimonial__content {
  padding-block-start: 6px;
  padding-block-end: 15px;
}
.elementor-widget-reviews .elementor-testimonial__content, .elementor-widget-reviews .elementor-testimonial__header {
  padding-inline-start: 15px;
  padding-inline-end: 15px;
}
.elementor-widget-reviews.elementor-review--has-separator .elementor-testimonial__header {
  border-block-end: 1px solid #e1e8ed;
}

.swiper-pagination-bullets {
  color: #fff;
  cursor: default;
}

.swiper-slide {
  will-change: transform;
  border-style: solid;
  border-width: 0;
  transition-duration: 0.5s;
  transition-property: border, background, transform;
  overflow: hidden;
}
.swiper-slide:not(:hover) .e-overlay-animation-fade {
  opacity: 0;
}
.swiper-slide:not(:hover) .e-overlay-animation-slide-up {
  transform: translateY(100%);
}
.swiper-slide:not(:hover) .e-overlay-animation-slide-down {
  transform: translateY(-100%);
}
.swiper-slide:not(:hover) .e-overlay-animation-slide-right {
  transform: translateX(-100%);
}
.swiper-slide:not(:hover) .e-overlay-animation-slide-left {
  transform: translateX(100%);
}
.swiper-slide:not(:hover) .e-overlay-animation-zoom-in {
  transform: scale(0.5);
  opacity: 0;
}
.swiper-slide a {
  display: inline;
}
.swiper-slide a.elementor-button {
  display: inline-block;
}

.elementor-widget-testimonial-carousel .elementor-arrows-yes .elementor-main-swiper,
.elementor-widget-reviews .elementor-arrows-yes .elementor-main-swiper {
  width: calc(95% - 40px);
}
.elementor-widget-testimonial-carousel .elementor-main-swiper,
.elementor-widget-reviews .elementor-main-swiper {
  width: 95%;
}
.elementor-widget-testimonial-carousel .swiper-wrapper,
.elementor-widget-reviews .swiper-wrapper {
  display: flex;
  align-items: stretch;
}
.elementor-widget-testimonial-carousel .swiper-slide,
.elementor-widget-reviews .swiper-slide {
  height: auto;
}
.elementor-widget-testimonial-carousel.elementor-pagination-type-bullets .swiper-container,
.elementor-widget-testimonial-carousel.elementor-pagination-type-bullets .swiper, .elementor-widget-testimonial-carousel.elementor-pagination-type-fraction .swiper-container,
.elementor-widget-testimonial-carousel.elementor-pagination-type-fraction .swiper,
.elementor-widget-reviews.elementor-pagination-type-bullets .swiper-container,
.elementor-widget-reviews.elementor-pagination-type-bullets .swiper,
.elementor-widget-reviews.elementor-pagination-type-fraction .swiper-container,
.elementor-widget-reviews.elementor-pagination-type-fraction .swiper {
  padding-bottom: 40px;
}
.elementor-widget-testimonial-carousel .elementor-swiper-button-prev,
.elementor-widget-testimonial-carousel .swiper-container-rtl .elementor-swiper-button-next,
.elementor-widget-testimonial-carousel .swiper-rtl .elementor-swiper-button-next,
.elementor-widget-reviews .elementor-swiper-button-prev,
.elementor-widget-reviews .swiper-container-rtl .elementor-swiper-button-next,
.elementor-widget-reviews .swiper-rtl .elementor-swiper-button-next {
  left: 0;
  right: unset;
}
.elementor-widget-testimonial-carousel .elementor-swiper-button-next,
.elementor-widget-testimonial-carousel .swiper-container-rtl .elementor-swiper-button-prev,
.elementor-widget-testimonial-carousel .swiper-rtl .elementor-swiper-button-prev,
.elementor-widget-reviews .elementor-swiper-button-next,
.elementor-widget-reviews .swiper-container-rtl .elementor-swiper-button-prev,
.elementor-widget-reviews .swiper-rtl .elementor-swiper-button-prev {
  right: 0;
  left: unset;
}
.elementor-widget-testimonial-carousel.elementor-pagination-type-bullets .elementor-swiper-button-next, .elementor-widget-testimonial-carousel.elementor-pagination-type-bullets .elementor-swiper-button-prev,
.elementor-widget-reviews.elementor-pagination-type-bullets .elementor-swiper-button-next,
.elementor-widget-reviews.elementor-pagination-type-bullets .elementor-swiper-button-prev {
  top: calc(50% - 40px / 2);
}

.elementor-widget-media-carousel .elementor-swiper-button-prev,
.elementor-widget-media-carousel .swiper-container-rtl .elementor-swiper-button-next,
.elementor-widget-media-carousel .swiper-rtl .elementor-swiper-button-next {
  left: 10px;
  right: unset;
}
.elementor-widget-media-carousel .elementor-swiper-button-next,
.elementor-widget-media-carousel .swiper-container-rtl .elementor-swiper-button-prev,
.elementor-widget-media-carousel .swiper-rtl .elementor-swiper-button-prev {
  right: 10px;
  left: unset;
}

.entry-content blockquote.elementor-blockquote:not(.alignright):not(.alignleft),
.entry-summary blockquote.elementor-blockquote {
  margin-right: 0;
  margin-left: 0;
}

.elementor-widget-blockquote blockquote {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  quotes: none;
  border-left: 0 none;
  border-right: 0 none;
  border-top: 0 none;
  border-bottom: 0 none;
  font-style: normal;
  color: #3f444b;
}
.elementor-widget-blockquote blockquote:before, .elementor-widget-blockquote blockquote:after,
.elementor-widget-blockquote blockquote .e-q-footer:before,
.elementor-widget-blockquote blockquote .e-q-footer:after,
.elementor-widget-blockquote blockquote cite:before,
.elementor-widget-blockquote blockquote cite:after {
  content: none;
}

.elementor-blockquote {
  transition: 0.3s;
}
.elementor-blockquote__author, .elementor-blockquote__content {
  margin-bottom: 0;
  font-style: normal;
}
.elementor-blockquote__author {
  font-weight: bold;
}
.elementor-blockquote .e-q-footer {
  margin-top: 12px;
  display: flex;
  justify-content: space-between;
}
.elementor-blockquote__tweet-button {
  display: flex;
  transition: 0.3s;
  color: #1DA1F2;
  align-self: flex-end;
  line-height: 1;
  position: relative;
  width: -moz-max-content;
  width: max-content;
}
.elementor-blockquote__tweet-button:hover {
  color: #0967a0;
}
.elementor-blockquote__tweet-button span {
  font-weight: 600;
}
.elementor-blockquote__tweet-button i, .elementor-blockquote__tweet-button span {
  vertical-align: middle;
}
.elementor-blockquote__tweet-button i + span,
.elementor-blockquote__tweet-button svg + span {
  margin-inline-start: 0.5em;
}
.elementor-blockquote__tweet-button svg {
  fill: #1DA1F2;
  height: 1em;
  width: 1em;
}
.elementor-blockquote__tweet-label {
  white-space: pre-wrap;
}
.elementor-blockquote--button-skin-classic .elementor-blockquote__tweet-button, .elementor-blockquote--button-skin-bubble .elementor-blockquote__tweet-button {
  padding: 0.7em 1.2em;
  border-radius: 100em;
  background-color: #1DA1F2;
  color: #fff;
  font-size: 15px;
}
.elementor-blockquote--button-skin-classic .elementor-blockquote__tweet-button:hover, .elementor-blockquote--button-skin-bubble .elementor-blockquote__tweet-button:hover {
  background-color: #0967a0;
  color: #fff;
}
.elementor-blockquote--button-skin-classic .elementor-blockquote__tweet-button:hover:before, .elementor-blockquote--button-skin-bubble .elementor-blockquote__tweet-button:hover:before {
  border-inline-end-color: #0967a0;
}
.elementor-blockquote--button-skin-classic .elementor-blockquote__tweet-button svg, .elementor-blockquote--button-skin-bubble .elementor-blockquote__tweet-button svg {
  fill: #fff;
  height: 1em;
  width: 1em;
}
.elementor-blockquote--button-skin-classic.elementor-blockquote--button-view-icon .elementor-blockquote__tweet-button, .elementor-blockquote--button-skin-bubble.elementor-blockquote--button-view-icon .elementor-blockquote__tweet-button {
  padding: 0;
  width: 2em;
  height: 2em;
}
.elementor-blockquote--button-skin-classic.elementor-blockquote--button-view-icon .elementor-blockquote__tweet-button i, .elementor-blockquote--button-skin-bubble.elementor-blockquote--button-view-icon .elementor-blockquote__tweet-button i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.elementor-blockquote--button-skin-bubble .elementor-blockquote__tweet-button:before {
  content: "";
  border: solid 0.5em transparent;
  border-inline-end-color: #1DA1F2;
  position: absolute;
  left: -0.8em;
  top: 50%;
  transform: translateY(-50%) scale(1, 0.65);
  transition: 0.3s;
}
.elementor-blockquote--button-skin-bubble.elementor-blockquote--align-left .elementor-blockquote__tweet-button:before {
  right: auto;
  left: -0.8em;
  border-right-color: #1DA1F2;
  border-left-color: transparent;
}
.elementor-blockquote--button-skin-bubble.elementor-blockquote--align-left .elementor-blockquote__tweet-button:hover:before {
  border-right-color: #0967a0;
}
.elementor-blockquote--button-skin-bubble.elementor-blockquote--align-right .elementor-blockquote__tweet-button:before {
  left: auto;
  right: -0.8em;
  border-right-color: transparent;
  border-left-color: #1DA1F2;
}
.elementor-blockquote--button-skin-bubble.elementor-blockquote--align-right .elementor-blockquote__tweet-button:hover:before {
  border-left-color: #0967a0;
}
.elementor-blockquote--skin-boxed .elementor-blockquote {
  background-color: #F9FAFA;
  padding: 30px;
}
.elementor-blockquote--skin-border .elementor-blockquote {
  border-color: #F9FAFA;
  border-style: solid;
  border-inline-start-width: 7px;
  padding-inline-start: 20px;
}
.elementor-blockquote--skin-quotation .elementor-blockquote:before {
  content: "鈥�";
  font-size: 100px;
  color: #F9FAFA;
  font-family: "Times New Roman", Times, serif;
  font-weight: 900;
  line-height: 1;
  display: block;
  height: 0.6em;
}
.elementor-blockquote--skin-quotation .elementor-blockquote__content {
  margin-top: 15px;
}
.elementor-blockquote--align-left .elementor-blockquote__content {
  text-align: left;
}
.elementor-blockquote--align-left .elementor-blockquote .e-q-footer {
  flex-direction: row;
}
.elementor-blockquote--align-right .elementor-blockquote__content {
  text-align: right;
}
.elementor-blockquote--align-right .elementor-blockquote .e-q-footer {
  flex-direction: row-reverse;
}
.elementor-blockquote--align-center .elementor-blockquote {
  text-align: center;
}
.elementor-blockquote--align-center .elementor-blockquote .e-q-footer {
  display: block;
}
.elementor-blockquote--align-center .elementor-blockquote__author {
  display: block;
}
.elementor-blockquote--align-center .elementor-blockquote__tweet-button {
  margin-right: auto;
  margin-left: auto;
}

.elementor-headline {
  font-size: 43px;
  line-height: 1.2;
  display: block;
}
.elementor-headline-dynamic-text {
  color: var(--dynamic-text-color, #aebcb9);
}
.elementor-headline--style-rotate .elementor-headline-dynamic-wrapper {
  text-align: start;
}
.elementor-headline--style-highlight .elementor-headline-dynamic-wrapper {
  overflow: visible;
  text-align: inherit;
}
.elementor-headline--style-highlight .elementor-headline-dynamic-text {
  z-index: 1;
}
.elementor-headline--style-highlight .elementor-headline-plain-text {
  z-index: 1;
  position: relative;
}
.elementor-headline--style-highlight svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  transform: translate(-50%, -50%);
  overflow: visible;
}
.elementor-headline--style-highlight svg path {
  stroke: red;
  stroke-width: 9;
  fill: none;
  opacity: 0;
  stroke-dasharray: 0 1500;
  transition: 0.3s;
}
.elementor-headline.e-animated svg path {
  animation: elementor-headline-dash forwards;
  animation-duration: var(--animation-duration, 1.2s);
  animation-iteration-count: 1;
}
.elementor-headline.e-animated svg path:nth-of-type(2) {
  animation-delay: calc(var(--animation-duration, 1.2s) / 2);
}
.elementor-headline.e-hide-highlight svg path {
  opacity: 1;
  stroke-dasharray: 1500 1500;
  animation: hide-highlight 0.4s forwards;
  animation-iteration-count: 1;
}

@keyframes elementor-headline-dash {
  from {
    stroke-dasharray: 0 1500;
    opacity: 1;
  }
  to {
    stroke-dasharray: 1500 1500;
    opacity: 1;
  }
}
@keyframes hide-highlight {
  from {
    opacity: 1;
    stroke-dasharray: 1500 1500;
  }
  to {
    opacity: 0;
    filter: blur(10px);
  }
}
.elementor-headline-text-wrapper {
  vertical-align: bottom;
}

.elementor-headline-dynamic-wrapper {
  display: inline-block;
  position: relative;
}
.elementor-headline-dynamic-wrapper .elementor-headline-dynamic-text {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.elementor-headline-dynamic-wrapper .elementor-headline-dynamic-text.elementor-headline-text-active {
  position: relative;
}

.elementor-headline-animation-type-flip .elementor-headline-dynamic-wrapper {
  perspective: 300px;
}
.elementor-headline-animation-type-flip .elementor-headline-dynamic-text {
  opacity: 0;
  transform-origin: 50% 100%;
  transform: rotateX(180deg);
}
.elementor-headline-animation-type-flip .elementor-headline-dynamic-text.elementor-headline-text-active {
  opacity: 1;
  transform: rotateX(0deg);
  animation: elementor-headline-flip-in 1.2s;
}
.elementor-headline-animation-type-flip .elementor-headline-dynamic-text.elementor-headline-text-inactive {
  transform: rotateX(180deg);
  animation: elementor-headline-flip-out 1.2s;
}

@keyframes elementor-headline-flip-in {
  0% {
    transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    transform: rotateX(360deg);
    opacity: 1;
  }
}
@keyframes elementor-headline-flip-out {
  0% {
    transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    transform: rotateX(180deg);
    opacity: 0;
  }
}
.elementor-headline-animation-type-typing .elementor-headline-dynamic-wrapper {
  vertical-align: top;
  overflow: hidden;
}
.elementor-headline-animation-type-typing .elementor-headline-dynamic-wrapper::after {
  /* vertical bar */
  content: "";
  position: absolute;
  left: auto;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 90%;
  width: 1px;
  background-color: #0d0d0d;
}
.elementor-headline-animation-type-typing .elementor-headline-dynamic-wrapper:not(.elementor-headline-typing-selected):after {
  animation: elementor-headline-pulse 1s infinite;
}
.elementor-headline-animation-type-typing .elementor-headline-dynamic-wrapper.elementor-headline-typing-selected {
  background-color: var(--typing-selected-bg-color, #0d0d0d);
}
.elementor-headline-animation-type-typing .elementor-headline-dynamic-wrapper.elementor-headline-typing-selected::after {
  visibility: hidden;
}
.elementor-headline-animation-type-typing .elementor-headline-dynamic-wrapper.elementor-headline-typing-selected .elementor-headline-dynamic-text {
  color: var(--typing-selected-color, var(--dynamic-text-color), #aebcb9);
}
.elementor-headline-animation-type-typing .elementor-headline-dynamic-text:not(.elementor-headline-text-active) {
  visibility: hidden;
}
.elementor-headline-animation-type-typing .elementor-headline-dynamic-letter:not(.elementor-headline-animation-in) {
  position: absolute;
  visibility: hidden;
}

@keyframes elementor-headline-pulse {
  0% {
    transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}
.elementor-headline-animation-type-swirl .elementor-headline-dynamic-wrapper {
  perspective: 300px;
}
.elementor-headline-animation-type-swirl .elementor-headline-dynamic-letter {
  display: inline-block;
  backface-visibility: hidden;
}
.elementor-headline-animation-type-swirl .elementor-headline-dynamic-text {
  transform: scaleX(1.0005);
  opacity: 0;
}
.elementor-headline-animation-type-swirl .elementor-headline-dynamic-letter {
  transform-style: preserve-3d;
  transform: translateZ(-20px) rotateX(90deg);
  opacity: 0;
}
.elementor-headline-text-active .elementor-headline-animation-type-swirl .elementor-headline-dynamic-letter {
  opacity: 1;
}
.elementor-headline-animation-type-swirl .elementor-headline-dynamic-letter.elementor-headline-animation-in {
  animation: elementor-headline-swirl-in 0.4s forwards;
}
.elementor-headline-animation-type-swirl .elementor-headline-dynamic-letter:not(.elementor-headline-animation-in) {
  animation: elementor-headline-swirl-out 0.4s forwards;
}

@keyframes elementor-headline-swirl-in {
  0% {
    opacity: 0;
    transform: translateZ(-20px) rotateX(90deg);
  }
  60% {
    opacity: 1;
    transform: translateZ(-20px) rotateX(-10deg);
  }
  100% {
    opacity: 1;
    transform: translateZ(-20px) rotateX(0deg);
  }
}
@keyframes elementor-headline-swirl-out {
  0% {
    opacity: 1;
    transform: translateZ(-20px) rotateX(0);
  }
  60% {
    opacity: 0;
    transform: translateZ(-20px) rotateX(-100deg);
  }
  100% {
    opacity: 0;
    transform: translateZ(-20px) rotateX(-90deg);
  }
}
.elementor-headline-animation-type-slide-down .elementor-headline-text-wrapper {
  display: inline-block;
  padding: 0.2em 0;
}
.elementor-headline-animation-type-slide-down .elementor-headline-dynamic-wrapper {
  overflow: hidden;
  vertical-align: top;
}
.elementor-headline-animation-type-slide-down .elementor-headline-dynamic-text {
  opacity: 0;
  top: 0.2em;
}
.elementor-headline-animation-type-slide-down .elementor-headline-dynamic-text.elementor-headline-text-active {
  top: 0;
  opacity: 1;
  animation: elementor-headline-slide-down-in 0.6s;
}
.elementor-headline-animation-type-slide-down .elementor-headline-dynamic-text.elementor-headline-text-inactive {
  animation: elementor-headline-slide-down-out 0.6s;
}

@keyframes elementor-headline-slide-down-in {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    transform: translateY(20%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes elementor-headline-slide-down-out {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  60% {
    opacity: 0;
    transform: translateY(120%);
  }
  100% {
    opacity: 0;
    transform: translateY(100%);
  }
}
.elementor-headline-animation-type-clip .elementor-headline-text-wrapper {
  display: inline-block;
  padding: 0.2em 0;
}
.elementor-headline-animation-type-clip .elementor-headline-dynamic-wrapper {
  overflow: hidden;
  vertical-align: top;
}
.elementor-headline-animation-type-clip .elementor-headline-dynamic-wrapper::after {
  /* line */
  content: "";
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  width: 2px;
  height: 100%;
  background-color: #0d0d0d;
}
.elementor-headline-animation-type-clip .elementor-headline-dynamic-text {
  opacity: 0;
}
.elementor-headline-animation-type-clip .elementor-headline-dynamic-text.elementor-headline-text-active {
  opacity: 1;
}

.elementor-headline-animation-type-drop-in .elementor-headline-dynamic-wrapper {
  perspective: 300px;
}
.elementor-headline-animation-type-drop-in .elementor-headline-dynamic-text {
  opacity: 0;
}
.elementor-headline-animation-type-drop-in .elementor-headline-dynamic-text.elementor-headline-text-active {
  opacity: 1;
  animation: elementor-headline-drop-in-in 0.8s;
}
.elementor-headline-animation-type-drop-in .elementor-headline-dynamic-text.elementor-headline-text-inactive {
  animation: elementor-headline-drop-in-out 0.8s;
}

@keyframes elementor-headline-drop-in-in {
  0% {
    opacity: 0;
    transform: translateZ(100px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes elementor-headline-drop-in-out {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }
  100% {
    opacity: 0;
    transform: translateZ(-100px);
  }
}
.elementor-headline-animation-type-blinds .elementor-headline-dynamic-wrapper {
  perspective: 300px;
}
.elementor-headline-animation-type-blinds .elementor-headline-dynamic-text {
  opacity: 0;
}
.elementor-headline-animation-type-blinds .elementor-headline-dynamic-letter {
  display: inline-block;
  transform: rotateY(180deg);
  backface-visibility: hidden;
}
.elementor-headline-text-active .elementor-headline-animation-type-blinds .elementor-headline-dynamic-letter {
  transform: rotateY(0deg);
}
.elementor-headline-animation-type-blinds .elementor-headline-dynamic-letter.elementor-headline-animation-in {
  animation: elementor-headline-blinds-in 0.6s forwards;
}
.elementor-headline-animation-type-blinds .elementor-headline-dynamic-letter:not(.elementor-headline-animation-in) {
  animation: elementor-headline-blinds-out 0.6s forwards;
}

@keyframes elementor-headline-blinds-in {
  0% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(0deg);
  }
}
@keyframes elementor-headline-blinds-out {
  0% {
    transform: rotateY(0);
  }
  100% {
    transform: rotateY(-180deg);
  }
}
.elementor-headline-animation-type-wave .elementor-headline-dynamic-text {
  opacity: 0;
}
.elementor-headline-animation-type-wave .elementor-headline-dynamic-letter {
  display: inline-block;
  opacity: 0;
  transform: scale(0);
}
.elementor-headline-text-active .elementor-headline-animation-type-wave .elementor-headline-dynamic-letter {
  opacity: 1;
}
.elementor-headline-animation-type-wave .elementor-headline-dynamic-letter.elementor-headline-animation-in {
  animation: elementor-headline-wave-up 0.6s forwards;
}
.elementor-headline-animation-type-wave .elementor-headline-dynamic-letter:not(.elementor-headline-animation-in) {
  animation: elementor-headline-wave-down 0.6s forwards;
}

@keyframes elementor-headline-wave-up {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  60% {
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes elementor-headline-wave-down {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  60% {
    transform: scale(0);
    opacity: 0;
  }
}
.elementor-headline-animation-type-slide .elementor-headline-dynamic-text {
  opacity: 0;
}
.elementor-headline-animation-type-slide .elementor-headline-dynamic-text.elementor-headline-text-active {
  opacity: 1;
  animation: elementor-headline-slide-in 0.6s;
}
.elementor-headline-animation-type-slide .elementor-headline-dynamic-text.elementor-headline-text-inactive {
  animation: elementor-headline-slide-out 0.6s;
}

@keyframes elementor-headline-slide-in {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    transform: translateX(10%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes elementor-headline-slide-out {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  60% {
    opacity: 0;
    transform: translateX(110%);
  }
  100% {
    opacity: 0;
    transform: translateX(100%);
  }
}
.elementor-headline-animation-type-swirl .elementor-headline-dynamic-wrapper, .elementor-headline-animation-type-blinds .elementor-headline-dynamic-wrapper, .elementor-headline-animation-type-wave .elementor-headline-dynamic-wrapper, .elementor-headline-animation-type-slide .elementor-headline-dynamic-wrapper, .elementor-headline-animation-type-drop-in .elementor-headline-dynamic-wrapper, .elementor-headline-animation-type-slide-down .elementor-headline-dynamic-wrapper, .elementor-headline-animation-type-flip .elementor-headline-dynamic-wrapper {
  transition: width 0.5s;
}

.elementor-headline-animation-type-swirl .elementor-headline-dynamic-wrapper, .elementor-headline-animation-type-blinds .elementor-headline-dynamic-wrapper, .elementor-headline-animation-type-wave .elementor-headline-dynamic-wrapper {
  overflow: hidden;
}
.elementor-headline-animation-type-swirl .elementor-headline-dynamic-text, .elementor-headline-animation-type-blinds .elementor-headline-dynamic-text, .elementor-headline-animation-type-wave .elementor-headline-dynamic-text {
  white-space: nowrap;
}

.elementor-msie .elementor-headline--style-highlight svg {
  top: auto;
  left: auto;
  transform: translate(-100%);
}

/* Animations */
@keyframes e-hotspot-soft-beat {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.1);
  }
}
@keyframes e-hotspot-expand {
  from {
    transform: scale(0.5);
    opacity: 1;
  }
  to {
    transform: scale(1.5);
    opacity: 0;
  }
}
/* Hotspot Wrapper */
.elementor-widget-hotspot {
  display: flex;
  justify-content: var(--background-align);
}
.elementor-widget-hotspot .elementor-widget-container {
  position: relative;
  display: inline-block;
  width: var(--container-width);
  max-width: var(--container-max-width);
  height: var(--container-height);
}
.elementor-widget-hotspot .elementor-widget-container > img {
  display: block;
  width: var(--image-width, auto);
  height: var(--container-height);
  opacity: var(--opacity, 1);
}

/* Each Hotspot */
.e-hotspot {
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  /* Hotspot Button Animations */
  /* End: Hotspot Button Animations */
}
.e-hotspot--position-left.e-hotspot--position-top {
  transform: translate(calc(-1 * var(--hotspot-translate-x)), calc(-1 * var(--hotspot-translate-y)));
}
.e-hotspot--position-left.e-hotspot--position-bottom {
  transform: translate(calc(-1 * var(--hotspot-translate-x)), var(--hotspot-translate-y));
}
.e-hotspot--position-right.e-hotspot--position-top {
  transform: translate(var(--hotspot-translate-x), calc(-1 * var(--hotspot-translate-y)));
}
.e-hotspot--position-right.e-hotspot--position-bottom {
  transform: translate(var(--hotspot-translate-x), var(--hotspot-translate-y));
}
.e-hotspot--active {
  z-index: 2;
}
.e-hotspot__outer-circle, .e-hotspot__inner-circle {
  content: "";
  display: inline-block;
  box-sizing: content-box;
  border-radius: 50%;
}
.e-hotspot__inner-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--hotspot-color);
  padding: calc(var(--hotspot-size, 18px) / 2);
}
.e-hotspot__outer-circle {
  background-color: var(--hotspot-color);
  padding: var(--hotspot-padding, 4px);
  width: var(--hotspot-size, 18px);
  height: var(--hotspot-size, 18px);
}
.e-hotspot--icon .e-hotspot__button {
  line-height: 0;
  box-sizing: content-box;
  font-size: var(--hotspot-size, 18px);
  width: var(--hotspot-size, 18px);
  height: var(--hotspot-size, 18px);
}
.e-hotspot__icon, .e-hotspot__label {
  display: flex;
  justify-content: center;
  align-items: center;
}
.e-hotspot__icon svg, .e-hotspot__label svg {
  height: var(--hotspot-size, 18px);
  width: auto;
}
.e-hotspot__button {
  cursor: pointer;
  position: relative;
  display: grid;
  grid-auto-flow: column;
  justify-content: center;
  color: var(--hotspot-color);
  font-size: var(--hotspot-size, 18px);
  min-width: var(--hotspot-button-width);
  min-height: var(--hotspot-button-height);
}
.e-hotspot__button:before {
  z-index: -2;
  content: "";
  width: 100%;
  height: 100%;
  left: -5px;
  top: -5px;
  position: absolute;
  padding: 5px;
  box-sizing: content-box;
}
.e-hotspot__button svg {
  fill: var(--hotspot-color);
}
.e-hotspot:not(.e-hotspot--circle) .e-hotspot__button {
  min-width: var(--hotspot-min-width);
  min-height: var(--hotspot-min-height);
  background-color: var(--hotspot-box-color);
  padding: var(--hotspot-padding, 4px);
  border-radius: var(--hotspot-border-radius, 3px);
}
.e-hotspot:not(.e-hotspot--circle) .e-hotspot__button:before {
  border-radius: var(--hotspot-border-radius, 3px);
}
.e-hotspot:not(.e-hotspot--circle) .e-hotspot--expand::before {
  background-color: var(--hotspot-box-color);
}
.e-hotspot--overlay {
  opacity: 0.7;
  transition: opacity 0.2s;
}
.e-hotspot--overlay:hover, .e-hotspot--active .e-hotspot--overlay {
  opacity: 1;
}
.e-hotspot--soft-beat {
  animation: e-hotspot-soft-beat 0.7s infinite alternate;
  animation-timing-function: ease;
}
.e-hotspot--expand .e-hotspot__outer-circle {
  animation: e-hotspot-expand 2s infinite;
}
.e-hotspot:not(.e-hotspot--circle) .e-hotspot--expand::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  opacity: 0;
  animation: e-hotspot-expand 2s infinite;
}
.e-hotspot--sequenced {
  animation: fadeIn 0.3s;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
.e-hotspot__direction-mask {
  overflow: hidden;
  position: absolute;
  pointer-events: none;
}
.e-hotspot__tooltip {
  white-space: var(--white-space, nowrap);
  transition-property: transform, opacity;
  transition-duration: var(--tooltip-transition-duration, 500ms);
  transform-origin: center center;
  position: absolute;
  pointer-events: none;
  color: var(--tooltip-text-color, #FFF);
  text-align: var(--tooltip-align);
  min-width: var(--tooltip-min-width);
  max-width: var(--tooltip-max-width);
  padding: var(--tooltip-padding, 8px);
  border-radius: var(--tooltip-border-radius);
  background-color: var(--tooltip-color);
}
.e-hotspot__tooltip p:last-of-type {
  margin-bottom: 0;
}
.e-hotspot__direction-mask .e-hotspot__tooltip {
  box-shadow: none !important;
  position: static;
}
.e-hotspot--active .e-hotspot__tooltip {
  pointer-events: visible;
}
.e-hotspot--fade-in-out {
  opacity: 0;
}
.e-hotspot--active .e-hotspot--fade-in-out {
  opacity: 1;
}
.e-hotspot--fade-grow {
  opacity: 0;
  transform: scale(0);
}
.e-hotspot--active .e-hotspot--fade-grow {
  opacity: 1;
  transform: scale(1);
}
.e-hotspot--tooltip-animation-from-top, .e-hotspot--override-tooltip-animation-from-top {
  transform: translate(0, calc(-100% - 1px));
}
.e-hotspot--tooltip-animation-from-left, .e-hotspot--override-tooltip-animation-from-left {
  transform: translate(calc(-100% - 1px), 0);
}
.e-hotspot--tooltip-animation-from-right, .e-hotspot--override-tooltip-animation-from-right {
  transform: translate(calc(100% + 1px), 0);
}
.e-hotspot--tooltip-animation-from-bottom, .e-hotspot--override-tooltip-animation-from-bottom {
  transform: translate(0, calc(100% + 1px));
}
.e-hotspot--fade-direction {
  opacity: 0;
}
.e-hotspot--active .e-hotspot--slide-direction, .e-hotspot--active .e-hotspot--fade-direction {
  transform: translate(0, 0) scale(1);
  opacity: 1;
}
.e-hotspot--show-tooltip {
  transition: none;
  opacity: 1;
  pointer-events: visible;
  transform: translate(0, 0);
}

.elementor-facebook-widget.fb_iframe_widget {
  width: 100% !important;
}
.elementor-facebook-widget.fb_iframe_widget span {
  width: 100% !important;
}
.elementor-facebook-widget.fb_iframe_widget iframe {
  position: relative;
  width: 100% !important;
}
.elementor-facebook-widget.fb-like {
  height: 1px;
}

.elementor-widget-facebook-comments iframe {
  width: 100% !important;
}

.site-main .menu-navigation-container {
  overflow: visible;
}

.elementor-item:before, .elementor-item:after {
  display: block;
  position: absolute;
  transition: 0.3s;
  transition-timing-function: cubic-bezier(0.58, 0.3, 0.005, 1);
}

.elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before, .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after {
  opacity: 0;
}

.elementor-item:hover:before, .elementor-item:hover:after, .elementor-item:focus:before, .elementor-item:focus:after, .elementor-item.highlighted:before, .elementor-item.highlighted:after, .elementor-item-active:before, .elementor-item-active:after {
  transform: scale(1);
}

.e--pointer-double-line .elementor-item:before, .e--pointer-double-line .elementor-item:after, .e--pointer-underline .elementor-item:before, .e--pointer-underline .elementor-item:after, .e--pointer-overline .elementor-item:before, .e--pointer-overline .elementor-item:after {
  height: 3px;
  width: 100%;
  left: 0;
  background-color: #3f444b;
  z-index: 2;
}
.e--pointer-double-line.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before, .e--pointer-double-line.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after, .e--pointer-underline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before, .e--pointer-underline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after, .e--pointer-overline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before, .e--pointer-overline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after {
  height: 0;
  width: 0;
  left: 50%;
}
.e--pointer-double-line.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before, .e--pointer-underline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before, .e--pointer-overline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
  top: 10px;
}
.e--pointer-double-line.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after, .e--pointer-underline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after, .e--pointer-overline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after {
  bottom: 10px;
}
.e--pointer-double-line.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before, .e--pointer-underline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before, .e--pointer-overline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
  top: -10px;
}
.e--pointer-double-line.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after, .e--pointer-underline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after, .e--pointer-overline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after {
  bottom: -10px;
}
.e--pointer-double-line.e--animation-none,
.e--pointer-double-line.e--animation-none .elementor-item, .e--pointer-underline.e--animation-none,
.e--pointer-underline.e--animation-none .elementor-item, .e--pointer-overline.e--animation-none,
.e--pointer-overline.e--animation-none .elementor-item {
  transition-duration: 0s;
}
.e--pointer-double-line.e--animation-none:before, .e--pointer-double-line.e--animation-none:after, .e--pointer-double-line.e--animation-none:hover, .e--pointer-double-line.e--animation-none:focus,
.e--pointer-double-line.e--animation-none .elementor-item:before,
.e--pointer-double-line.e--animation-none .elementor-item:after,
.e--pointer-double-line.e--animation-none .elementor-item:hover,
.e--pointer-double-line.e--animation-none .elementor-item:focus, .e--pointer-underline.e--animation-none:before, .e--pointer-underline.e--animation-none:after, .e--pointer-underline.e--animation-none:hover, .e--pointer-underline.e--animation-none:focus,
.e--pointer-underline.e--animation-none .elementor-item:before,
.e--pointer-underline.e--animation-none .elementor-item:after,
.e--pointer-underline.e--animation-none .elementor-item:hover,
.e--pointer-underline.e--animation-none .elementor-item:focus, .e--pointer-overline.e--animation-none:before, .e--pointer-overline.e--animation-none:after, .e--pointer-overline.e--animation-none:hover, .e--pointer-overline.e--animation-none:focus,
.e--pointer-overline.e--animation-none .elementor-item:before,
.e--pointer-overline.e--animation-none .elementor-item:after,
.e--pointer-overline.e--animation-none .elementor-item:hover,
.e--pointer-overline.e--animation-none .elementor-item:focus {
  transition-duration: 0s;
}
.e--pointer-double-line .elementor-item:before, .e--pointer-overline .elementor-item:before {
  content: "";
  top: 0;
}
.e--pointer-double-line.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before, .e--pointer-overline.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
  width: 10px;
  left: -20px;
}
.e--pointer-double-line .elementor-item:after, .e--pointer-underline .elementor-item:after {
  content: "";
  bottom: 0;
}
.e--pointer-double-line.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after, .e--pointer-underline.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after {
  width: 10px;
  inset-inline-start: 100%;
}
.e--pointer-framed .elementor-item:before, .e--pointer-framed .elementor-item:after {
  background: transparent;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  border: 3px solid #3f444b;
}
.e--pointer-framed .elementor-item:before {
  content: "";
}
.e--pointer-framed.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
  transform: scale(0.75);
}
.e--pointer-framed.e--animation-shrink .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
  transform: scale(1.25);
}
.e--pointer-framed.e--animation-grow .elementor-item:before, .e--pointer-framed.e--animation-shrink .elementor-item:before {
  transition: opacity 0.2s, transform 0.4s;
}
.e--pointer-framed.e--animation-draw .elementor-item:before, .e--pointer-framed.e--animation-draw .elementor-item:after {
  width: 3px;
  height: 3px;
}
.e--pointer-framed.e--animation-draw .elementor-item:before {
  border-width: 0 0 3px 3px;
  transition: width 0.1s 0.2s, height 0.1s 0.3s, opacity 0.12s 0.22s;
}
.e--pointer-framed.e--animation-draw .elementor-item:after {
  content: "";
  top: initial;
  bottom: 0;
  left: initial;
  right: 0;
  border-width: 3px 3px 0 0;
  transition: width 0.1s, height 0.1s 0.1s, opacity 0.02s 0.18s;
}
.e--pointer-framed.e--animation-draw .elementor-item:hover:before, .e--pointer-framed.e--animation-draw .elementor-item:hover:after, .e--pointer-framed.e--animation-draw .elementor-item:focus:before, .e--pointer-framed.e--animation-draw .elementor-item:focus:after, .e--pointer-framed.e--animation-draw .elementor-item.highlighted:before, .e--pointer-framed.e--animation-draw .elementor-item.highlighted:after, .e--pointer-framed.e--animation-draw .elementor-item-active:before, .e--pointer-framed.e--animation-draw .elementor-item-active:after {
  width: 100%;
  height: 100%;
}
.e--pointer-framed.e--animation-draw .elementor-item:hover:before, .e--pointer-framed.e--animation-draw .elementor-item:focus:before, .e--pointer-framed.e--animation-draw .elementor-item.highlighted:before, .e--pointer-framed.e--animation-draw .elementor-item-active:before {
  transition: opacity 0.02s, height 0.1s, width 0.1s 0.1s;
}
.e--pointer-framed.e--animation-draw .elementor-item:hover:after, .e--pointer-framed.e--animation-draw .elementor-item:focus:after, .e--pointer-framed.e--animation-draw .elementor-item.highlighted:after, .e--pointer-framed.e--animation-draw .elementor-item-active:after {
  transition: opacity 0.02s 0.2s, height 0.1s 0.2s, width 0.1s 0.3s;
}
.e--pointer-framed.e--animation-corners .elementor-item:before, .e--pointer-framed.e--animation-corners .elementor-item:after {
  width: 3px;
  height: 3px;
}
.e--pointer-framed.e--animation-corners .elementor-item:before {
  border-width: 3px 0 0 3px;
}
.e--pointer-framed.e--animation-corners .elementor-item:after {
  content: "";
  top: initial;
  bottom: 0;
  left: initial;
  right: 0;
  border-width: 0 3px 3px 0;
}
.e--pointer-framed.e--animation-corners .elementor-item:hover:before, .e--pointer-framed.e--animation-corners .elementor-item:hover:after, .e--pointer-framed.e--animation-corners .elementor-item:focus:before, .e--pointer-framed.e--animation-corners .elementor-item:focus:after, .e--pointer-framed.e--animation-corners .elementor-item.highlighted:before, .e--pointer-framed.e--animation-corners .elementor-item.highlighted:after, .e--pointer-framed.e--animation-corners .elementor-item-active:before, .e--pointer-framed.e--animation-corners .elementor-item-active:after {
  width: 100%;
  height: 100%;
  transition: opacity 0.002s, width 0.4s, height 0.4s;
}
.e--pointer-framed.e--animation-none,
.e--pointer-framed.e--animation-none .elementor-item {
  transition-duration: 0s;
}
.e--pointer-framed.e--animation-none:before, .e--pointer-framed.e--animation-none:after, .e--pointer-framed.e--animation-none:hover, .e--pointer-framed.e--animation-none:focus,
.e--pointer-framed.e--animation-none .elementor-item:before,
.e--pointer-framed.e--animation-none .elementor-item:after,
.e--pointer-framed.e--animation-none .elementor-item:hover,
.e--pointer-framed.e--animation-none .elementor-item:focus {
  transition-duration: 0s;
}
.e--pointer-background .elementor-item:before, .e--pointer-background .elementor-item:after {
  content: "";
  transition: 0.3s;
}
.e--pointer-background .elementor-item:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #3f444b;
  z-index: -1;
}
.e--pointer-background .elementor-item:hover, .e--pointer-background .elementor-item:focus, .e--pointer-background .elementor-item.highlighted, .e--pointer-background .elementor-item-active {
  color: #fff;
}
.e--pointer-background.e--animation-grow .elementor-item:before {
  transform: scale(0.5);
}
.e--pointer-background.e--animation-grow .elementor-item:hover:before, .e--pointer-background.e--animation-grow .elementor-item:focus:before, .e--pointer-background.e--animation-grow .elementor-item.highlighted:before, .e--pointer-background.e--animation-grow .elementor-item-active:before {
  transform: scale(1);
  opacity: 1;
}
.e--pointer-background.e--animation-shrink .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
  transform: scale(1.2);
  transition: 0.3s;
}
.e--pointer-background.e--animation-shrink .elementor-item:hover:before, .e--pointer-background.e--animation-shrink .elementor-item:focus:before, .e--pointer-background.e--animation-shrink .elementor-item.highlighted:before, .e--pointer-background.e--animation-shrink .elementor-item-active:before {
  transition: opacity 0.15s, transform 0.4s;
}
.e--pointer-background.e--animation-sweep-left .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
  left: 100%;
}
.e--pointer-background.e--animation-sweep-right .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
  right: 100%;
}
.e--pointer-background.e--animation-sweep-up .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
  top: 100%;
}
.e--pointer-background.e--animation-sweep-down .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
  bottom: 100%;
}
.e--pointer-background.e--animation-shutter-out-vertical .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
  bottom: 50%;
  top: 50%;
}
.e--pointer-background.e--animation-shutter-out-horizontal .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
  right: 50%;
  left: 50%;
}
.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:after, .e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #3f444b;
  z-index: -1;
}
.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:before {
  top: 0;
  bottom: 100%;
}
.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:after {
  top: 100%;
  bottom: 0;
}
.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:hover:before, .e--pointer-background.e--animation-shutter-in-vertical .elementor-item:focus:before, .e--pointer-background.e--animation-shutter-in-vertical .elementor-item.highlighted:before, .e--pointer-background.e--animation-shutter-in-vertical .elementor-item-active:before {
  bottom: 50%;
}
.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:hover:after, .e--pointer-background.e--animation-shutter-in-vertical .elementor-item:focus:after, .e--pointer-background.e--animation-shutter-in-vertical .elementor-item.highlighted:after, .e--pointer-background.e--animation-shutter-in-vertical .elementor-item-active:after {
  top: 50%;
}
.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:before {
  right: 0;
  left: 100%;
}
.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:after {
  right: 100%;
  left: 0;
}
.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:hover:before, .e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:focus:before, .e--pointer-background.e--animation-shutter-in-horizontal .elementor-item.highlighted:before, .e--pointer-background.e--animation-shutter-in-horizontal .elementor-item-active:before {
  left: 50%;
}
.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:hover:after, .e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:focus:after, .e--pointer-background.e--animation-shutter-in-horizontal .elementor-item.highlighted:after, .e--pointer-background.e--animation-shutter-in-horizontal .elementor-item-active:after {
  right: 50%;
}
.e--pointer-background.e--animation-none,
.e--pointer-background.e--animation-none .elementor-item {
  transition-duration: 0s;
}
.e--pointer-background.e--animation-none:before, .e--pointer-background.e--animation-none:after, .e--pointer-background.e--animation-none:hover, .e--pointer-background.e--animation-none:focus,
.e--pointer-background.e--animation-none .elementor-item:before,
.e--pointer-background.e--animation-none .elementor-item:after,
.e--pointer-background.e--animation-none .elementor-item:hover,
.e--pointer-background.e--animation-none .elementor-item:focus {
  transition-duration: 0s;
}
.e--pointer-text.e--animation-skew .elementor-item:hover,
.e--pointer-text.e--animation-skew .elementor-item:focus {
  transform: skew(-8deg);
}
.e--pointer-text.e--animation-grow .elementor-item:hover,
.e--pointer-text.e--animation-grow .elementor-item:focus {
  transform: scale(1.2);
}
.e--pointer-text.e--animation-shrink .elementor-item:hover,
.e--pointer-text.e--animation-shrink .elementor-item:focus {
  transform: scale(0.8);
}
.e--pointer-text.e--animation-float .elementor-item:hover,
.e--pointer-text.e--animation-float .elementor-item:focus {
  transform: translateY(-8px);
}
.e--pointer-text.e--animation-sink .elementor-item:hover,
.e--pointer-text.e--animation-sink .elementor-item:focus {
  transform: translateY(8px);
}
.e--pointer-text.e--animation-rotate .elementor-item:hover,
.e--pointer-text.e--animation-rotate .elementor-item:focus {
  transform: rotate(6deg);
}
.e--pointer-text.e--animation-none,
.e--pointer-text.e--animation-none .elementor-item {
  transition-duration: 0s;
}
.e--pointer-text.e--animation-none:before, .e--pointer-text.e--animation-none:after, .e--pointer-text.e--animation-none:hover, .e--pointer-text.e--animation-none:focus,
.e--pointer-text.e--animation-none .elementor-item:before,
.e--pointer-text.e--animation-none .elementor-item:after,
.e--pointer-text.e--animation-none .elementor-item:hover,
.e--pointer-text.e--animation-none .elementor-item:focus {
  transition-duration: 0s;
}

.elementor-nav-menu--main .elementor-nav-menu a {
  transition: 0.4s;
}
.elementor-nav-menu--main .elementor-nav-menu a, .elementor-nav-menu--main .elementor-nav-menu a:hover, .elementor-nav-menu--main .elementor-nav-menu a:focus, .elementor-nav-menu--main .elementor-nav-menu a.highlighted {
  padding: 13px 20px;
}
.elementor-nav-menu--main .elementor-nav-menu a.current {
  background: #1f2124;
  color: #fff;
}
.elementor-nav-menu--main .elementor-nav-menu a.disabled {
  background: #3f444b;
  color: #88909b;
}
.elementor-nav-menu--main .elementor-nav-menu ul {
  position: absolute;
  width: 12em;
  border-width: 0;
  border-style: solid;
  padding: 0;
}
.elementor-nav-menu--main .elementor-nav-menu span.scroll-up,
.elementor-nav-menu--main .elementor-nav-menu span.scroll-down {
  position: absolute;
  display: none;
  visibility: hidden;
  overflow: hidden;
  background: #fff;
  height: 20px;
}
.elementor-nav-menu--main .elementor-nav-menu span.scroll-up-arrow, .elementor-nav-menu--main .elementor-nav-menu span.scroll-down-arrow {
  position: absolute;
  top: -2px;
  left: 50%;
  margin-inline-start: -8px;
  width: 0;
  height: 0;
  overflow: hidden;
  border-width: 8px;
  border-style: dashed dashed solid dashed;
  border-color: transparent transparent #33373d transparent;
}
.elementor-nav-menu--main .elementor-nav-menu span.scroll-down-arrow {
  top: 6px;
  border-style: solid dashed dashed dashed;
  border-color: #33373d transparent transparent transparent;
}
.elementor-nav-menu--main .elementor-nav-menu--dropdown .sub-arrow i, .elementor-nav-menu--main .elementor-nav-menu--dropdown .sub-arrow .e-font-icon-svg {
  transform: rotate(-90deg);
}
.elementor-nav-menu--main .elementor-nav-menu--dropdown .sub-arrow .e-font-icon-svg {
  fill: currentColor;
  height: 1em;
  width: 1em;
}

.elementor-nav-menu--layout-horizontal {
  display: flex;
}
.elementor-nav-menu--layout-horizontal .elementor-nav-menu {
  display: flex;
  flex-wrap: wrap;
}
.elementor-nav-menu--layout-horizontal .elementor-nav-menu a {
  white-space: nowrap;
  flex-grow: 1;
}
.elementor-nav-menu--layout-horizontal .elementor-nav-menu > li {
  display: flex;
}
.elementor-nav-menu--layout-horizontal .elementor-nav-menu > li ul, .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li > .scroll-down {
  top: 100% !important;
}
.elementor-nav-menu--layout-horizontal .elementor-nav-menu > li:not(:first-child) > a {
  margin-inline-start: var(--e-nav-menu-horizontal-menu-item-margin);
}
.elementor-nav-menu--layout-horizontal .elementor-nav-menu > li:not(:first-child) > ul, .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li:not(:first-child) > .scroll-down, .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li:not(:first-child) > .scroll-up {
  left: var(--e-nav-menu-horizontal-menu-item-margin) !important;
}
.elementor-nav-menu--layout-horizontal .elementor-nav-menu > li:not(:last-child) > a {
  margin-inline-end: var(--e-nav-menu-horizontal-menu-item-margin);
}
.elementor-nav-menu--layout-horizontal .elementor-nav-menu > li:not(:last-child):after {
  content: var(--e-nav-menu-divider-content, none);
  border-left-width: var(--e-nav-menu-divider-width, 2px);
  border-left-style: var(--e-nav-menu-divider-style, solid);
  height: var(--e-nav-menu-divider-height, 35%);
  border-color: var(--e-nav-menu-divider-color, #000);
  align-self: center;
}

.elementor-nav-menu__align-right .elementor-nav-menu {
  margin-left: auto;
  justify-content: flex-end;
}
.elementor-nav-menu__align-right .elementor-nav-menu--layout-vertical > ul > li > a {
  justify-content: flex-end;
}
.elementor-nav-menu__align-left .elementor-nav-menu {
  margin-right: auto;
  justify-content: flex-start;
}
.elementor-nav-menu__align-left .elementor-nav-menu--layout-vertical > ul > li > a {
  justify-content: flex-start;
}
.elementor-nav-menu__align-start .elementor-nav-menu {
  margin-inline-end: auto;
  justify-content: flex-start;
}
.elementor-nav-menu__align-start .elementor-nav-menu--layout-vertical > ul > li > a {
  justify-content: flex-start;
}
.elementor-nav-menu__align-end .elementor-nav-menu {
  margin-inline-start: auto;
  justify-content: flex-end;
}
.elementor-nav-menu__align-end .elementor-nav-menu--layout-vertical > ul > li > a {
  justify-content: flex-end;
}
.elementor-nav-menu__align-center .elementor-nav-menu {
  margin-inline-start: auto;
  margin-inline-end: auto;
  justify-content: center;
}
.elementor-nav-menu__align-center .elementor-nav-menu--layout-vertical > ul > li > a {
  justify-content: center;
}
.elementor-nav-menu__align-justify .elementor-nav-menu--layout-horizontal .elementor-nav-menu {
  width: 100%;
}
.elementor-nav-menu__align-justify .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li {
  flex-grow: 1;
}
.elementor-nav-menu__align-justify .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li > a {
  justify-content: center;
}

.elementor-widget-nav-menu:not(.elementor-nav-menu--toggle) .elementor-menu-toggle {
  display: none;
}
.elementor-widget-nav-menu .elementor-widget-container {
  display: flex;
  flex-direction: column;
}

.elementor-nav-menu {
  position: relative;
  z-index: 2;
}
.elementor-nav-menu:after {
  content: "聽";
  display: block;
  height: 0;
  font: 0px/0 serif;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
.elementor-nav-menu,
.elementor-nav-menu ul,
.elementor-nav-menu li {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.elementor-nav-menu ul {
  display: none;
}
.elementor-nav-menu ul ul a,
.elementor-nav-menu ul ul a:hover,
.elementor-nav-menu ul ul a:focus,
.elementor-nav-menu ul ul a:active {
  border-left: 16px solid transparent;
}
.elementor-nav-menu ul ul ul a,
.elementor-nav-menu ul ul ul a:hover,
.elementor-nav-menu ul ul ul a:focus,
.elementor-nav-menu ul ul ul a:active {
  border-left: 24px solid transparent;
}
.elementor-nav-menu ul ul ul ul a,
.elementor-nav-menu ul ul ul ul a:hover,
.elementor-nav-menu ul ul ul ul a:focus,
.elementor-nav-menu ul ul ul ul a:active {
  border-left: 32px solid transparent;
}
.elementor-nav-menu ul ul ul ul ul a,
.elementor-nav-menu ul ul ul ul ul a:hover,
.elementor-nav-menu ul ul ul ul ul a:focus,
.elementor-nav-menu ul ul ul ul ul a:active {
  border-left: 40px solid transparent;
}
.elementor-nav-menu li,
.elementor-nav-menu a {
  position: relative;
}
.elementor-nav-menu li {
  border-width: 0;
}
.elementor-nav-menu a {
  display: flex;
  align-items: center;
}
.elementor-nav-menu a, .elementor-nav-menu a:hover, .elementor-nav-menu a:focus {
  padding: 10px 20px;
  line-height: 20px;
}
.elementor-nav-menu a.current {
  background: #1f2124;
  color: #fff;
}
.elementor-nav-menu a.disabled {
  cursor: not-allowed;
  color: #88909b;
}
.elementor-nav-menu .e-plus-icon:before {
  content: "+";
}
.elementor-nav-menu .sub-arrow {
  line-height: 1;
  padding: 10px;
  padding-inline-end: 0;
  margin-block-start: -10px;
  margin-block-end: -10px;
  display: flex;
  align-items: center;
}
.elementor-nav-menu .sub-arrow i {
  pointer-events: none;
}
.elementor-nav-menu .sub-arrow .fa.fa-chevron-down, .elementor-nav-menu .sub-arrow .fas.fa-chevron-down {
  font-size: 0.7em;
}
.elementor-nav-menu .sub-arrow .e-font-icon-svg {
  height: 1em;
  width: 1em;
}
.elementor-nav-menu .sub-arrow .e-font-icon-svg.fa-svg-chevron-down {
  height: 0.7em;
  width: 0.7em;
}

.elementor-nav-menu--dropdown .elementor-item:hover, .elementor-nav-menu--dropdown .elementor-item:focus, .elementor-nav-menu--dropdown .elementor-item.highlighted, .elementor-nav-menu--dropdown .elementor-item.elementor-item-active,
.elementor-sub-item:hover,
.elementor-sub-item:focus,
.elementor-sub-item.highlighted,
.elementor-sub-item.elementor-item-active {
  background-color: #3f444b;
  color: #fff;
}

.elementor-menu-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--nav-menu-icon-size, 22px);
  padding: 0.25em;
  cursor: pointer;
  border: 0 solid;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.05);
  color: #33373d;
}
.elementor-menu-toggle.elementor-active .elementor-menu-toggle__icon--open {
  display: none;
}
.elementor-menu-toggle:not(.elementor-active) .elementor-menu-toggle__icon--close {
  display: none;
}
.elementor-menu-toggle .e-font-icon-svg {
  fill: #33373d;
  height: 1em;
  width: 1em;
}
.elementor-menu-toggle svg {
  width: 1em;
  height: auto;
  fill: var(--nav-menu-icon-color, currentColor);
}

span.elementor-menu-toggle__icon--open,
span.elementor-menu-toggle__icon--close {
  line-height: 1;
}

.elementor-nav-menu--dropdown {
  background-color: #fff;
  font-size: 13px;
}
.elementor-nav-menu--dropdown-none .elementor-nav-menu--dropdown,
.elementor-nav-menu--dropdown-none .elementor-menu-toggle {
  display: none;
}
.elementor-nav-menu--dropdown.elementor-nav-menu__container {
  margin-top: 10px;
  transition: max-height 0.3s, transform 0.3s;
  transform-origin: top;
  overflow-y: auto;
  overflow-x: hidden;
}
.elementor-nav-menu--dropdown.elementor-nav-menu__container .elementor-sub-item {
  font-size: 0.85em;
}
.elementor-nav-menu--dropdown a {
  color: #33373d;
}
.elementor-nav-menu--dropdown a.current {
  background: #1f2124;
  color: #fff;
}
.elementor-nav-menu--dropdown a.disabled {
  color: #b3b3b3;
}

ul.elementor-nav-menu--dropdown a, ul.elementor-nav-menu--dropdown a:hover, ul.elementor-nav-menu--dropdown a:focus {
  text-shadow: none;
  border-inline-start: 8px solid transparent;
}

.elementor-nav-menu__text-align-center .elementor-nav-menu--dropdown .elementor-nav-menu a {
  justify-content: center;
}

.elementor-nav-menu--toggle {
  --menu-height: 100vh;
}
.elementor-nav-menu--toggle .elementor-menu-toggle:not(.elementor-active) + .elementor-nav-menu__container {
  transform: scaleY(0);
  max-height: 0;
  overflow: hidden;
}
.elementor-nav-menu--toggle .elementor-menu-toggle.elementor-active + .elementor-nav-menu__container {
  transform: scaleY(1);
  max-height: var(--menu-height);
  animation: hide-scroll 0.3s backwards;
}

.elementor-nav-menu--stretch .elementor-nav-menu__container.elementor-nav-menu--dropdown {
  position: absolute;
  z-index: 9997;
}

/**
 * Mobile Hamburger Menu Breakpoint
 */
@media (max-width: 767px) {
  .elementor-nav-menu--dropdown-mobile .elementor-nav-menu--main {
    display: none;
  }
}
@media (min-width: 768px) {
  .elementor-nav-menu--dropdown-mobile .elementor-nav-menu--dropdown,
  .elementor-nav-menu--dropdown-mobile .elementor-menu-toggle {
    display: none;
  }
  .elementor-nav-menu--dropdown-mobile nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
    overflow-y: hidden;
  }
}
/**
 * Mobile Extra Hamburger Menu Breakpoint
 */
@media (max-width: -1) {
  .elementor-nav-menu--dropdown-mobile_extra .elementor-nav-menu--main {
    display: none;
  }
}
@media (min-width: -1) {
  .elementor-nav-menu--dropdown-mobile_extra .elementor-nav-menu--dropdown,
  .elementor-nav-menu--dropdown-mobile_extra .elementor-menu-toggle {
    display: none;
  }
  .elementor-nav-menu--dropdown-mobile_extra nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
    overflow-y: hidden;
  }
}
/**
 * Tablet Hamburger Menu Breakpoint
 */
@media (max-width: 1024px) {
  .elementor-nav-menu--dropdown-tablet .elementor-nav-menu--main {
    display: none;
  }
}
@media (min-width: 1025px) {
  .elementor-nav-menu--dropdown-tablet .elementor-nav-menu--dropdown,
  .elementor-nav-menu--dropdown-tablet .elementor-menu-toggle {
    display: none;
  }
  .elementor-nav-menu--dropdown-tablet nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
    overflow-y: hidden;
  }
}
/**
 * Tablet Extra Hamburger Menu Breakpoint
 */
@media (max-width: -1) {
  .elementor-nav-menu--dropdown-tablet_extra .elementor-nav-menu--main {
    display: none;
  }
}
@media (min-width: -1) {
  .elementor-nav-menu--dropdown-tablet_extra .elementor-nav-menu--dropdown,
  .elementor-nav-menu--dropdown-tablet_extra .elementor-menu-toggle {
    display: none;
  }
  .elementor-nav-menu--dropdown-tablet_extra nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
    overflow-y: hidden;
  }
}
@keyframes hide-scroll {
  from, to {
    overflow: hidden;
  }
}
.elementor-gallery__container {
  min-height: 1px;
}
.elementor-gallery-item {
  position: relative;
  overflow: hidden;
  display: block;
  text-decoration: none;
  border: solid var(--image-border-width) var(--image-border-color);
  border-radius: var(--image-border-radius);
}
.elementor-gallery-item__overlay, .elementor-gallery-item__content {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.elementor-gallery-item__overlay {
  mix-blend-mode: var(--overlay-mix-blend-mode);
  transition-duration: var(--overlay-transition-duration);
  transition-property: mix-blend-mode, transform, opacity, background-color;
}
.elementor-gallery-item__image.e-gallery-image {
  transition-duration: var(--image-transition-duration);
  transition-property: filter, transform;
}
.elementor-gallery-item__content {
  display: flex;
  flex-direction: column;
  justify-content: var(--content-justify-content, center);
  align-items: center;
  text-align: var(--content-text-align);
  padding: var(--content-padding);
}
.elementor-gallery-item__content > div {
  transition-duration: var(--content-transition-duration);
}
.elementor-gallery-item__content.elementor-gallery--sequenced-animation > div:nth-child(2) {
  transition-delay: calc(var(--content-transition-delay) / 3);
}
.elementor-gallery-item__content.elementor-gallery--sequenced-animation > div:nth-child(3) {
  transition-delay: calc(var(--content-transition-delay) / 3 * 2);
}
.elementor-gallery-item__content.elementor-gallery--sequenced-animation > div:nth-child(4) {
  transition-delay: calc(var(--content-transition-delay) / 3 * 3);
}
.elementor-gallery-item__description {
  color: var(--description-text-color, #ffffff);
  width: 100%;
}
.elementor-gallery-item__title {
  color: var(--title-text-color, #ffffff);
  font-weight: bold;
  width: 100%;
}
.elementor-gallery__titles-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: var(--titles-container-justify-content, center);
  margin-bottom: 20px;
}
.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item:before {
  background-color: var(--galleries-pointer-bg-color-hover);
}
.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item:after {
  background-color: var(--galleries-pointer-bg-color-hover);
}
.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item.elementor-item-active:before {
  background-color: var(--galleries-pointer-bg-color-active);
}
.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item.elementor-item-active:after {
  background-color: var(--galleries-pointer-bg-color-active);
}
.elementor-gallery__titles-container.e--pointer-framed .elementor-item:before {
  border-color: var(--galleries-pointer-bg-color-hover);
  border-width: var(--galleries-pointer-border-width);
}
.elementor-gallery__titles-container.e--pointer-framed .elementor-item:after {
  border-color: var(--galleries-pointer-bg-color-hover);
}
.elementor-gallery__titles-container.e--pointer-framed .elementor-item.elementor-item-active:before {
  border-color: var(--galleries-pointer-bg-color-active);
}
.elementor-gallery__titles-container.e--pointer-framed .elementor-item.elementor-item-active:after {
  border-color: var(--galleries-pointer-bg-color-active);
}
.elementor-gallery__titles-container.e--pointer-framed.e--animation-draw .elementor-item:before {
  border-width: 0 0 var(--galleries-pointer-border-width) var(--galleries-pointer-border-width);
}
.elementor-gallery__titles-container.e--pointer-framed.e--animation-draw .elementor-item:after {
  border-width: var(--galleries-pointer-border-width) var(--galleries-pointer-border-width) 0 0;
}
.elementor-gallery__titles-container.e--pointer-framed.e--animation-corners .elementor-item:before {
  border-width: var(--galleries-pointer-border-width) 0 0 var(--galleries-pointer-border-width);
}
.elementor-gallery__titles-container.e--pointer-framed.e--animation-corners .elementor-item:after {
  border-width: 0 var(--galleries-pointer-border-width) var(--galleries-pointer-border-width) 0;
}
.elementor-gallery__titles-container .e--pointer-underline .elementor-item:after,
.elementor-gallery__titles-container .e--pointer-overline .elementor-item:before,
.elementor-gallery__titles-container .e--pointer-double-line .elementor-item:before,
.elementor-gallery__titles-container .e--pointer-double-line .elementor-item:after {
  height: var(--galleries-pointer-border-width);
}
.elementor-gallery-title {
  --space-between: 10px;
  cursor: pointer;
  color: #6D7882;
  font-weight: 500;
  position: relative;
  padding: 7px 14px;
  transition: all 0.3s;
}
.elementor-gallery-title--active {
  color: #495157;
}
.elementor-gallery-title:not(:last-child) {
  margin-inline-end: var(--space-between);
}

.elementor-gallery-item__title + .elementor-gallery-item__description {
  margin-top: var(--description-margin-top);
}

.e-gallery-item.elementor-gallery-item {
  transition-property: all;
}
.e-gallery-item:hover .elementor-gallery__item-overlay-bg, .e-gallery-item:focus .elementor-gallery__item-overlay-bg {
  opacity: 1;
}
.e-gallery-item:hover .elementor-gallery__item-overlay-content, .e-gallery-item:focus .elementor-gallery__item-overlay-content {
  opacity: 1;
}
.e-gallery-item:hover .elementor-gallery__item-overlay-content__title, .e-gallery-item:hover .elementor-gallery__item-overlay-content__description, .e-gallery-item:focus .elementor-gallery__item-overlay-content__title, .e-gallery-item:focus .elementor-gallery__item-overlay-content__description {
  opacity: 1;
}
.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-right, .e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-left, .e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-top, .e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-bottom {
  opacity: 1;
}

a.elementor-item.elementor-gallery-title {
  color: var(--galleries-title-color-normal);
}
a.elementor-item.elementor-gallery-title:hover, a.elementor-item.elementor-gallery-title.elementor-item-active, a.elementor-item.elementor-gallery-title.highlighted, a.elementor-item.elementor-gallery-title:focus {
  color: var(--galleries-title-color-hover);
}
a.elementor-item.elementor-gallery-title.elementor-item-active {
  color: var(--gallery-title-color-active);
}

.e-con > .elementor-widget-gallery,
.e-con-inner > .elementor-widget-gallery {
  width: var(--container-widget-width);
  --flex-grow: var( --container-widget-flex-grow );
}

.elementor-widget-table-of-contents .elementor-toc__header-title {
  color: var(--header-color);
}
.elementor-widget-table-of-contents.elementor-toc--collapsed .elementor-toc__toggle-button--collapse {
  display: none;
}
.elementor-widget-table-of-contents:not(.elementor-toc--collapsed) .elementor-toc__toggle-button--expand {
  display: none;
}
.elementor-widget-table-of-contents .elementor-widget-container {
  min-height: var(--box-min-height);
  border: var(--box-border-width, 1px) solid var(--box-border-color, #9DA5AE);
  border-radius: var(--box-border-radius, 3px);
  background-color: var(--box-background-color);
  transition: min-height 0.4s;
  overflow: hidden;
}

.elementor-toc__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--box-padding, 20px);
  background-color: var(--header-background-color);
  border-bottom: var(--separator-width, 1px) solid var(--box-border-color, #9DA5AE);
}
.elementor-toc__header-title {
  font-size: 18px;
  margin: 0;
  color: var(--header-color);
  flex-grow: 1;
}
.elementor-toc__toggle-button {
  cursor: pointer;
  display: inline-flex;
}
.elementor-toc__toggle-button i {
  color: var(--toggle-button-color);
}
.elementor-toc__toggle-button svg {
  fill: var(--toggle-button-color);
  height: 1em;
  width: 1em;
  fill: var(--toggle-button-color);
}
.elementor-toc__spinner-container {
  text-align: center;
}
.elementor-toc__spinner {
  font-size: 2em;
}
.elementor-toc__spinner.e-font-icon-svg {
  height: 1em;
  width: 1em;
}
.elementor-toc__body {
  padding: var(--box-padding, 20px);
  max-height: var(--toc-body-max-height);
  overflow-y: auto;
}
.elementor-toc__body::-webkit-scrollbar {
  width: 7px;
}
.elementor-toc__body::-webkit-scrollbar-thumb {
  background-color: #BABFC5;
  border-radius: 10px;
}
.elementor-toc__list-wrapper {
  list-style: none;
  padding: 0;
}
.elementor-toc__list-item {
  margin-bottom: 0.5em;
}
.elementor-toc__list-item.elementor-item-active {
  font-weight: bold;
}
.elementor-toc__list-item .elementor-toc__list-wrapper {
  margin-top: 0.5em;
  margin-inline-start: var(--nested-list-indent, 1em);
}
.elementor-toc__list-item-text {
  transition-duration: var(--item-text-transition-duration);
}
.elementor-toc__list-item-text:hover {
  color: var(--item-text-hover-color);
  -webkit-text-decoration: var(--item-text-hover-decoration);
          text-decoration: var(--item-text-hover-decoration);
}
.elementor-toc__list-item-text.elementor-item-active {
  color: var(--item-text-active-color);
  -webkit-text-decoration: var(--item-text-active-decoration);
          text-decoration: var(--item-text-active-decoration);
}
.elementor-toc__list-item-text-wrapper {
  display: flex;
  align-items: center;
}
.elementor-toc__list-item-text-wrapper i, .elementor-toc__list-item-text-wrapper:before {
  margin-inline-end: 8px;
  color: var(--marker-color);
}
.elementor-toc__list-item-text-wrapper svg {
  margin-inline-end: 8px;
  fill: var(--marker-color);
  height: var(--marker-size, 0.5em);
  width: var(--marker-size, 0.5em);
}
.elementor-toc__list-item-text-wrapper i {
  font-size: var(--marker-size, 0.5em);
}
.elementor-toc__list-item-text-wrapper:before {
  font-size: var(--marker-size, 1em);
}
.elementor-toc--content-ellipsis .elementor-toc__list-item-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.elementor-toc__list-items--collapsible > .elementor-toc__list-wrapper > .elementor-toc__list-item > .elementor-toc__list-wrapper {
  display: none;
}
.elementor-toc__heading-anchor {
  position: absolute;
}

.elementor-toc__body .elementor-toc__list-item-text {
  color: var(--item-text-color);
  -webkit-text-decoration: var(--item-text-decoration);
          text-decoration: var(--item-text-decoration);
  transition-duration: var(--item-text-transition-duration);
}
.elementor-toc__body .elementor-toc__list-item-text:hover {
  color: var(--item-text-hover-color);
  -webkit-text-decoration: var(--item-text-hover-decoration);
          text-decoration: var(--item-text-hover-decoration);
}
.elementor-toc__body .elementor-toc__list-item-text.elementor-item-active {
  color: var(--item-text-active-color);
  -webkit-text-decoration: var(--item-text-active-decoration);
          text-decoration: var(--item-text-active-decoration);
}

ol.elementor-toc__list-wrapper {
  counter-reset: item;
}
ol.elementor-toc__list-wrapper .elementor-toc__list-item {
  counter-increment: item;
}
ol.elementor-toc__list-wrapper .elementor-toc__list-item-text-wrapper:before {
  content: counters(item, ".") ". ";
}

.e-lottie__container {
  display: inline-block;
  max-width: var(--lottie-container-max-width);
  width: var(--lottie-container-width);
  opacity: var(--lottie-container-opacity);
}
.e-lottie__container:hover {
  opacity: var(--lottie-container-opacity-hover);
  transition-duration: var(--lottie-container-transition-duration-hover);
}
.e-lottie__container svg,
.e-lottie__container svg * {
  transition: none !important;
}
.e-lottie__caption {
  color: var(--caption-color);
  margin-top: var(--caption-margin-top);
  text-align: var(--caption-text-align);
}

/* Video_Playlist Widget */
.e-tabs-inner-tabs {
  text-align: start;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-size: 16px;
}
.e-tabs-inner-tabs .e-tab-content {
  padding-top: 32px;
}
.e-tabs-inner-tabs .e-inner-tabs-wrapper {
  display: flex;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.e-tabs-inner-tabs .e-inner-tabs-wrapper :after {
  content: "";
  width: 100%;
  height: var(--inner-tabs-border-height, 1px);
  background-color: var(--inner-tabs-border-color, #D5D8DC);
  position: absolute;
  bottom: 0;
  z-index: -1;
}
.e-tabs-inner-tabs .e-inner-tabs-wrapper .e-inner-tab-title {
  font-weight: 700;
  min-width: 140px;
  line-height: 38px;
  height: 38px;
  box-sizing: content-box;
}
.e-tabs-inner-tabs .e-inner-tabs-wrapper .e-inner-tab-title a {
  color: #3f444b;
  padding: 0 36px;
  display: block;
  text-align: center;
}
.e-tabs-inner-tabs .e-inner-tabs-wrapper .e-inner-tab-title.e-inner-tab-active {
  border-bottom: 0 solid transparent;
  border-color: #0C0D0E;
  border-width: 0 0 1px 0;
}
.e-tabs-inner-tabs .e-inner-tabs-wrapper .e-inner-tab-title.e-inner-tab-active a {
  color: #0C0D0E;
}
.e-tabs-inner-tabs .e-inner-tabs-content-wrapper .e-tab-mobile-title {
  display: none;
}
.e-tabs-inner-tabs .e-inner-tabs-content-wrapper .e-inner-tab-content {
  display: none;
  padding: 20px;
}
.e-tabs-inner-tabs .e-inner-tabs-content-wrapper .e-inner-tab-content .e-inner-tab-text {
  color: #1f2124;
}
.e-tabs-inner-tabs .e-inner-tabs-content-wrapper .e-inner-tab-content.e-inner-tab-active {
  display: block;
}
.e-tabs-inner-tabs .e-inner-tabs-content-wrapper .e-inner-tab-content .e-inner-tab-buttons {
  margin-top: 24px;
  display: none;
}
.e-tabs-inner-tabs .e-inner-tabs-content-wrapper .e-inner-tab-content .e-inner-tab-buttons button {
  display: none;
  font-weight: 500;
  line-height: 24px;
  text-decoration: underline;
  border: none;
  background: transparent;
  padding: 0;
}
.e-tabs-inner-tabs .e-inner-tabs-content-wrapper .e-inner-tab-content.collapsible .e-inner-tab-text {
  overflow: hidden;
}
.e-tabs-inner-tabs .e-inner-tabs-content-wrapper .e-inner-tab-content.collapsible button {
  display: none;
}
.e-tabs-inner-tabs .e-inner-tabs-content-wrapper .e-inner-tab-content.collapsible button.show-button {
  display: block;
}
.e-tabs-inner-tabs .e-inner-tabs-content-wrapper .e-inner-tab-content.collapsible.show-inner-tab-buttons .e-inner-tab-buttons {
  display: block;
}
.e-tabs-inner-tabs .e-inner-tabs-content-wrapper .e-inner-tab-content.show-full-height div.e-inner-tab-text {
  height: auto;
}

@media (max-width: 767px) {
  .e-tabs-inner-tabs > .e-tab-content:first-child {
    padding-top: 24px;
  }
  .e-tabs-inner-tabs .e-inner-tabs-wrapper {
    display: none;
  }
  .e-tabs-inner-tabs .e-inner-tabs-content-wrapper {
    border-width: 1px 1px 0;
    border-style: solid;
    border-color: #D5D8DC;
  }
  .e-tabs-inner-tabs .e-inner-tabs-content-wrapper .e-tab-mobile-title {
    border-width: 0 0 1px;
    border-style: solid;
    border-color: #D5D8DC;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    height: 38px;
    line-height: 38px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 10px;
    cursor: pointer;
    display: block;
  }
  .e-tabs-inner-tabs .e-inner-tabs-content-wrapper .e-inner-tab-content {
    border-width: 0 0 1px;
    border-style: solid;
    border-color: #D5D8DC;
    padding: 20px;
  }
}
.elementor-widget-video-playlist.elementor-layout-end .e-tabs-main-area {
  flex-direction: row;
}

@media (max-width: 767px) {
  .elementor-widget-video-playlist.elementor-layout-end .e-tabs-main-area {
    flex-direction: column-reverse;
  }
}
.elementor-widget-video-playlist {
  font-family: Roboto, Arial, Helvetica, sans-serif;
}
.elementor-widget-video-playlist .e-tabs {
  display: flex;
  flex-direction: column;
}
.elementor-widget-video-playlist .e-tabs-main-area {
  display: flex;
  flex-direction: row-reverse;
  height: 434px;
}
.elementor-widget-video-playlist .e-tabs-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  width: 33%;
}
.elementor-widget-video-playlist .e-tabs-header {
  background-color: var(--e-a-bg-default);
  display: flex;
  flex: 0 0 auto;
  justify-content: space-between;
  padding: 0 16px;
  min-height: 56px;
  border-bottom: 1px solid #D5D8DC;
}
.elementor-widget-video-playlist .e-tabs-header .e-tabs-header-right-side {
  display: inline-flex;
  flex-shrink: 0;
}
.elementor-widget-video-playlist .e-tabs-header .e-tabs-title {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  text-overflow: ellipsis;
  font-weight: 700;
  font-size: 16px;
  padding: 10px 0;
  overflow-wrap: anywhere;
  -webkit-hyphens: auto;
          hyphens: auto;
  margin: auto 0;
}
.elementor-widget-video-playlist .e-tabs-header .e-tabs-videos-count {
  font-size: 14px;
  flex-shrink: 0;
  font-weight: 400;
  line-height: 20px;
  align-self: flex-start;
  padding: 18px 0 0;
}
.elementor-widget-video-playlist .e-tabs-header .e-tabs-toggle-videos-display-button {
  display: none;
  margin: auto 0 auto 8px;
  cursor: pointer;
  padding: 0 4px;
}
.elementor-widget-video-playlist .e-tabs-header .e-tabs-toggle-videos-display-button.e-font-icon-svg {
  height: 1em;
  width: 1em;
}
.elementor-widget-video-playlist .e-tabs-header .rotate-up {
  transform: rotate(-180deg);
  transition: 0.3s;
}
.elementor-widget-video-playlist .e-tabs-header .rotate-down {
  transform: rotate(0deg);
  transition: 0.3s;
}
.elementor-widget-video-playlist .e-tabs-items-wrapper {
  background-color: var(--e-a-bg-default);
  overflow: hidden;
  position: relative;
  height: 100%;
}
.elementor-widget-video-playlist .e-tabs-items-wrapper .shadow-bottom {
  background: linear-gradient(180deg, transparent 0%, #ffffff 100%);
}
.elementor-widget-video-playlist .e-tabs-items-wrapper .shadow-top {
  background: linear-gradient(0deg, transparent 0%, #ffffff 100%);
}
.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tabs-items {
  overflow: auto;
  height: 100%;
}
.elementor-widget-video-playlist .e-tabs-items-wrapper .e-section-title {
  border-color: #D5D8DC;
  border-width: 1px 0 0 0;
  font-size: 14px;
  height: 36px;
  padding: 0 16px;
  line-height: 36px;
  margin: 0;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  border-width: 0;
  box-sizing: content-box;
}
.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title {
  background-color: var(--e-a-bg-default);
  border-color: #D5D8DC;
  border-width: 0 0 1px 0;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  height: 55px;
  line-height: 55px;
  outline: none;
  padding: 0 16px;
  box-sizing: content-box;
}
.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title i {
  text-shadow: 0 0 3px #000000;
  color: #ffffff;
  font-size: var(--playlist-item-icon-size, 16px);
}
.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title svg {
  text-shadow: 0 0 3px #000000;
  color: #ffffff;
  fill: #ffffff;
  width: var(--playlist-item-icon-size, 16px);
  height: var(--playlist-item-icon-size, 16px);
}
.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title svg path {
  fill: #ffffff;
}
.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title.e-active, .elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title:hover {
  background-color: #F1F2F3;
  border-color: #D5D8DC;
  border-width: 0 0 1px 0;
}
.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title.e-active i, .elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title:hover i {
  text-shadow: 0 0 3px #000000;
  color: #ffffff;
}
.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title.e-active svg, .elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title:hover svg {
  text-shadow: 0 0 3px #000000;
  color: #ffffff;
}
.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title.e-active svg path, .elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title:hover svg path {
  fill: #ffffff;
}
.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title.e-active .e-tab-title-text, .elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title:hover .e-tab-title-text {
  font-size: 14px;
}
.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title .icon-play,
.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title .icon-watched {
  display: inline-flex;
}
.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title .e-tab-thumbnail {
  background-color: #D5D8DC;
  position: relative;
  margin: auto 0;
  flex-shrink: 0;
  width: 75px;
  height: 42px;
}
.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title .e-tab-thumbnail img {
  -o-object-fit: fill;
     object-fit: fill;
  width: 75px;
  height: 42px;
}
.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title .e-tab-thumbnail i,
.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title .e-tab-thumbnail svg {
  position: absolute;
  bottom: 4px;
  right: 4px;
  font-weight: 900;
}
.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title .e-tab-title-text {
  font-size: 14px;
  margin: auto 8px;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  flex-grow: 1;
}
.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title i,
.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title svg {
  margin: auto 0;
  vertical-align: middle;
}
.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title .e-tab-duration {
  font-size: 14px;
  margin: auto 0;
}
.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title .icon-watched {
  display: none;
}
.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title.watched-video .icon-play {
  display: none;
}
.elementor-widget-video-playlist .e-tabs-items-wrapper .e-tab-title.watched-video .icon-watched {
  display: block;
}
.elementor-widget-video-playlist .e-tabs-items-wrapper .shadow-top {
  display: none;
  height: 98px;
  position: absolute;
  top: 0;
  width: 100%;
  pointer-events: none;
  background: linear-gradient(0deg, transparent 0%, #ffffff 100%);
}
.elementor-widget-video-playlist .e-tabs-items-wrapper .shadow-bottom {
  display: none;
  height: 98px;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: linear-gradient(180deg, transparent 0%, #ffffff 100%);
  pointer-events: none;
}
.elementor-widget-video-playlist .e-tabs-items-wrapper.top-shadow .shadow-top {
  display: block;
}
.elementor-widget-video-playlist .e-tabs-items-wrapper.bottom-shadow .shadow-bottom {
  display: block;
}
.elementor-widget-video-playlist .e-tabs-content-wrapper {
  flex-grow: 1;
  height: 100%;
  position: relative;
}
.elementor-widget-video-playlist .e-tabs-content-wrapper .elementor-custom-embed-image-overlay {
  cursor: pointer;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50%;
}
.elementor-widget-video-playlist .e-tabs-content-wrapper .e-tab-mobile-title {
  display: none;
}
.elementor-widget-video-playlist .e-tabs-content-wrapper .e-tab-content {
  background-color: #000000;
  display: none;
  height: 100%;
  outline: none;
}
.elementor-widget-video-playlist .e-tabs-content-wrapper .e-tab-content > div {
  height: 100%;
}
.elementor-widget-video-playlist .e-tabs-content-wrapper .e-tab-content iframe {
  height: 100%;
  max-height: 100% !important;
  display: flex;
}
.elementor-widget-video-playlist .e-tabs-content-wrapper .e-tab-content video {
  height: 100%;
  background-color: #000000;
}
.elementor-widget-video-playlist .e-tabs-inner-tabs .e-tab-content {
  display: none;
  outline: none;
}

@media (max-width: 767px) {
  .elementor-widget-video-playlist .e-tabs-main-area {
    flex-direction: column-reverse;
    height: auto;
  }
  .elementor-widget-video-playlist .e-tabs-main-area .e-tabs-content-wrapper {
    border: none;
    height: 38%;
  }
  .elementor-widget-video-playlist .e-tabs-wrapper {
    width: auto;
    height: 62%;
  }
  .elementor-widget-video-playlist .e-tabs-items-wrapper .e-tabs-items {
    max-height: 248px;
  }
  .elementor-widget-video-playlist .e-tabs-items-wrapper .e-tabs-items .e-tab-title {
    border: none;
  }
  .elementor-widget-video-playlist .e-tabs-header {
    min-height: 48px;
  }
  .elementor-widget-video-playlist .e-tabs-header .e-tabs-toggle-videos-display-button {
    display: inline-flex;
  }
  .elementor-widget-video-playlist .e-tabs-header .e-tabs-videos-count {
    margin: 0 6px;
    padding: 14px 0 0;
  }
  .elementor-widget-video-playlist .e-tab-content {
    border: none;
    padding: 0;
    display: flex;
  }
}
.elementor-payment-button {
  border: none;
}

.elementor-scrolling-tracker {
  --scrolling-track-default-progress-color: #61ce70;
  --scrolling-track-default-color: #eeeeee;
  --scrolling-track-precentage-default-color: $black;
}

.elementor-scrolling-tracker-horizontal {
  display: flex;
  width: 100%;
  height: var(--horizontal-height, 20px);
  padding: var(--tracker-padding);
  align-items: center;
  border-top-width: var(--horizontal-border-top-width, 2px);
  border-right-width: var(--horizontal-border-right-width, 2px);
  border-bottom-width: var(--horizontal-border-bottom-width, 2px);
  border-left-width: var(--horizontal-border-left-width, 2px);
  border-style: var(--horizontal-border-style);
  border-color: var(--horizontal-border-color);
  border-radius: var(--border-radius);
  background-color: var(--scrolling-track-default-color);
  direction: var(--direction);
}
.elementor-scrolling-tracker-horizontal .current-progress {
  display: none;
  height: 100%;
  align-items: center;
  position: relative;
  border-radius: var(--progress-border-radius);
  border-top-width: var(--horizontal-progress-border-top-width, 2px);
  border-right-width: var(--horizontal-progress-border-right-width, 2px);
  border-bottom-width: var(--horizontal-progress-border-bottom-width, 2px);
  border-left-width: var(--horizontal-progress-border-left-width, 2px);
  border-style: var(--horizontal-progress-border);
  border-color: var(--horizontal-progress-border-color);
  background-color: var(--scrolling-track-default-progress-color);
}
.elementor-scrolling-tracker-horizontal .current-progress .current-progress-percentage {
  inset-inline-end: 0.5em;
  inset-inline-start: auto;
  position: absolute;
  direction: var(--text-direction);
  color: var(--percentage-color, var(--scrolling-track-precentage-default-color));
}

.elementor-scrolling-tracker-circular {
  display: flex;
  width: var(--circular-width, 100px);
  height: var(--circular-height, 100px);
  align-items: center;
  justify-content: center;
  position: relative;
  margin-inline-start: 0;
  margin-inline-end: auto;
}
.elementor-scrolling-tracker-circular .current-progress-percentage {
  position: absolute;
  color: var(--percentage-color, var(--scrolling-track-precentage-default-color));
}
.elementor-scrolling-tracker-circular svg {
  position: absolute;
}
.elementor-scrolling-tracker-circular .current-progress {
  display: none;
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
  stroke: var(--circular-color, var(--scrolling-track-default-progress-color));
  fill: transparent;
  stroke-width: var(--circular-progress-width, 4px);
}
.elementor-scrolling-tracker-circular .circle {
  stroke: var(--circular-background-color, var(--scrolling-track-default-color));
  fill: transparent;
  stroke-width: var(--circular-background-width, 4px);
}

.elementor-scrolling-tracker-alignment-left {
  margin-left: 0;
  margin-right: auto;
}

.elementor-scrolling-tracker-alignment-center {
  margin-left: auto;
  margin-right: auto;
}

.elementor-scrolling-tracker-alignment-right {
  margin-left: auto;
  margin-right: 0;
}

.e-con > .elementor-widget-progress-tracker,
.e-con-inner > .elementor-widget-progress-tracker {
  width: var(--container-widget-width);
  --flex-grow: var( --container-widget-flex-grow );
}

.elementor-widget-loop-grid {
  scroll-margin-top: var(--auto-scroll-offset, initial);
}
.elementor-widget-loop-grid-1 .elementor-grid {
  grid-template-columns: repeat(1, minmax(0px, 1fr));
}
.elementor-widget-loop-grid-2 .elementor-grid {
  grid-template-columns: repeat(2, minmax(0px, 1fr));
}
.elementor-widget-loop-grid-3 .elementor-grid {
  grid-template-columns: repeat(3, minmax(0px, 1fr));
}
.elementor-widget-loop-grid-4 .elementor-grid {
  grid-template-columns: repeat(4, minmax(0px, 1fr));
}
.elementor-widget-loop-grid-5 .elementor-grid {
  grid-template-columns: repeat(5, minmax(0px, 1fr));
}
.elementor-widget-loop-grid-6 .elementor-grid {
  grid-template-columns: repeat(6, minmax(0px, 1fr));
}
.elementor-widget-loop-grid-7 .elementor-grid {
  grid-template-columns: repeat(7, minmax(0px, 1fr));
}
.elementor-widget-loop-grid-8 .elementor-grid {
  grid-template-columns: repeat(8, minmax(0px, 1fr));
}
.elementor-widget-loop-grid-9 .elementor-grid {
  grid-template-columns: repeat(9, minmax(0px, 1fr));
}
.elementor-widget-loop-grid-10 .elementor-grid {
  grid-template-columns: repeat(10, minmax(0px, 1fr));
}
.elementor-widget-loop-grid-11 .elementor-grid {
  grid-template-columns: repeat(11, minmax(0px, 1fr));
}
.elementor-widget-loop-grid-12 .elementor-grid {
  grid-template-columns: repeat(12, minmax(0px, 1fr));
}
@media (min-width: -1) {
  .elementor-widget-loop-grid-widescreen-1 .elementor-grid {
    grid-template-columns: repeat(1, minmax(0px, 1fr));
  }
  .elementor-widget-loop-grid-widescreen-2 .elementor-grid {
    grid-template-columns: repeat(2, minmax(0px, 1fr));
  }
  .elementor-widget-loop-grid-widescreen-3 .elementor-grid {
    grid-template-columns: repeat(3, minmax(0px, 1fr));
  }
  .elementor-widget-loop-grid-widescreen-4 .elementor-grid {
    grid-template-columns: repeat(4, minmax(0px, 1fr));
  }
  .elementor-widget-loop-grid-widescreen-5 .elementor-grid {
    grid-template-columns: repeat(5, minmax(0px, 1fr));
  }
  .elementor-widget-loop-grid-widescreen-6 .elementor-grid {
    grid-template-columns: repeat(6, minmax(0px, 1fr));
  }
  .elementor-widget-loop-grid-widescreen-7 .elementor-grid {
    grid-template-columns: repeat(7, minmax(0px, 1fr));
  }
  .elementor-widget-loop-grid-widescreen-8 .elementor-grid {
    grid-template-columns: repeat(8, minmax(0px, 1fr));
  }
  .elementor-widget-loop-grid-widescreen-9 .elementor-grid {
    grid-template-columns: repeat(9, minmax(0px, 1fr));
  }
  .elementor-widget-loop-grid-widescreen-10 .elementor-grid {
    grid-template-columns: repeat(10, minmax(0px, 1fr));
  }
  .elementor-widget-loop-grid-widescreen-11 .elementor-grid {
    grid-template-columns: repeat(11, minmax(0px, 1fr));
  }
  .elementor-widget-loop-grid-widescreen-12 .elementor-grid {
    grid-template-columns: repeat(12, minmax(0px, 1fr));
  }
}
@media (max-width: -1) {
  .elementor-widget-loop-grid-laptop-1 .elementor-grid {
    grid-template-columns: repeat(1, minmax(0px, 1fr));
  }
  .elementor-widget-loop-grid-laptop-2 .elementor-grid {
    grid-template-columns: repeat(2, minmax(0px, 1fr));
  }
  .elementor-widget-loop-grid-laptop-3 .elementor-grid {
    grid-template-columns: repeat(3, minmax(0px, 1fr));
  }
  .elementor-widget-loop-grid-laptop-4 .elementor-grid {
    grid-template-columns: repeat(4, minmax(0px, 1fr));
  }
  .elementor-widget-loop-grid-laptop-5 .elementor-grid {
    grid-template-columns: repeat(5, minmax(0px, 1fr));
  }
  .elementor-widget-loop-grid-laptop-6 .elementor-grid {
    grid-template-columns: repeat(6, minmax(0px, 1fr));
  }
  .elementor-widget-loop-grid-laptop-7 .elementor-grid {
    grid-template-columns: repeat(7, minmax(0px, 1fr));
  }
  .elementor-widget-loop-grid-laptop-8 .elementor-grid {
    grid-template-columns: repeat(8, minmax(0px, 1fr));
  }
  .elementor-widget-loop-grid-laptop-9 .elementor-grid {
    grid-template-columns: repeat(9, minmax(0px, 1fr));
  }
  .elementor-widget-loop-grid-laptop-10 .elementor-grid {
    grid-template-columns: repeat(10, minmax(0px, 1fr));
  }
  .elementor-widget-loop-grid-laptop-11 .elementor-grid {
    grid-template-columns: repeat(11, minmax(0px, 1fr));
  }
  .elementor-widget-loop-grid-laptop-12 .elementor-grid {
    grid-template-columns: repeat(12, minmax(0px, 1fr));
  }
}
@media (max-width: -1) {
  .elementor-widget-loop-grid-tablet_extra-1 .elementor-grid {
    grid-template-columns: repeat(1, minmax(0px, 1fr));
  }
  .elementor-widget-loop-grid-tablet_extra-2 .elementor-grid {
    grid-template-columns: repeat(2, minmax(0px, 1fr));
  }
  .elementor-widget-loop-grid-tablet_extra-3 .elementor-grid {
    grid-template-columns: repeat(3, minmax(0px, 1fr));
  }
  .elementor-widget-loop-grid-tablet_extra-4 .elementor-grid {
    grid-template-columns: repeat(4, minmax(0px, 1fr));
  }
  .elementor-widget-loop-grid-tablet_extra-5 .elementor-grid {
    grid-template-columns: repeat(5, minmax(0px, 1fr));
  }
  .elementor-widget-loop-grid-tablet_extra-6 .elementor-grid {
    grid-template-columns: repeat(6, minmax(0px, 1fr));
  }
  .elementor-widget-loop-grid-tablet_extra-7 .elementor-grid {
    grid-template-columns: repeat(7, minmax(0px, 1fr));
  }
  .elementor-widget-loop-grid-tablet_extra-8 .elementor-grid {
    grid-template-columns: repeat(8, minmax(0px, 1fr));
  }
  .elementor-widget-loop-grid-tablet_extra-9 .elementor-grid {
    grid-template-columns: repeat(9, minmax(0px, 1fr));
  }
  .elementor-widget-loop-grid-tablet_extra-10 .elementor-grid {
    grid-template-columns: repeat(10, minmax(0px, 1fr));
  }
  .elementor-widget-loop-grid-tablet_extra-11 .elementor-grid {
    grid-template-columns: repeat(11, minmax(0px, 1fr));
  }
  .elementor-widget-loop-grid-tablet_extra-12 .elementor-grid {
    grid-template-columns: repeat(12, minmax(0px, 1fr));
  }
}
@media (max-width: 1024px) {
  .elementor-widget-loop-grid-tablet-1 .elementor-grid {
    grid-template-columns: repeat(1, minmax(0px, 1fr));
  }
  .elementor-widget-loop-grid-tablet-2 .elementor-grid {
    grid-template-columns: repeat(2, minmax(0px, 1fr));
  }
  .elementor-widget-loop-grid-tablet-3 .elementor-grid {
    grid-template-columns: repeat(3, minmax(0px, 1fr));
  }
  .elementor-widget-loop-grid-tablet-4 .elementor-grid {
    grid-template-columns: repeat(4, minmax(0px, 1fr));
  }
  .elementor-widget-loop-grid-tablet-5 .elementor-grid {
    grid-template-columns: repeat(5, minmax(0px, 1fr));
  }
  .elementor-widget-loop-grid-tablet-6 .elementor-grid {
    grid-template-columns: repeat(6, minmax(0px, 1fr));
  }
  .elementor-widget-loop-grid-tablet-7 .elementor-grid {
    grid-template-columns: repeat(7, minmax(0px, 1fr));
  }
  .elementor-widget-loop-grid-tablet-8 .elementor-grid {
    grid-template-columns: repeat(8, minmax(0px, 1fr));
  }
  .elementor-widget-loop-grid-tablet-9 .elementor-grid {
    grid-template-columns: repeat(9, minmax(0px, 1fr));
  }
  .elementor-widget-loop-grid-tablet-10 .elementor-grid {
    grid-template-columns: repeat(10, minmax(0px, 1fr));
  }
  .elementor-widget-loop-grid-tablet-11 .elementor-grid {
    grid-template-columns: repeat(11, minmax(0px, 1fr));
  }
  .elementor-widget-loop-grid-tablet-12 .elementor-grid {
    grid-template-columns: repeat(12, minmax(0px, 1fr));
  }
}
@media (max-width: -1) {
  .elementor-widget-loop-grid-mobile_extra-1 .elementor-grid {
    grid-template-columns: repeat(1, minmax(0px, 1fr));
  }
  .elementor-widget-loop-grid-mobile_extra-2 .elementor-grid {
    grid-template-columns: repeat(2, minmax(0px, 1fr));
  }
  .elementor-widget-loop-grid-mobile_extra-3 .elementor-grid {
    grid-template-columns: repeat(3, minmax(0px, 1fr));
  }
  .elementor-widget-loop-grid-mobile_extra-4 .elementor-grid {
    grid-template-columns: repeat(4, minmax(0px, 1fr));
  }
  .elementor-widget-loop-grid-mobile_extra-5 .elementor-grid {
    grid-template-columns: repeat(5, minmax(0px, 1fr));
  }
  .elementor-widget-loop-grid-mobile_extra-6 .elementor-grid {
    grid-template-columns: repeat(6, minmax(0px, 1fr));
  }
  .elementor-widget-loop-grid-mobile_extra-7 .elementor-grid {
    grid-template-columns: repeat(7, minmax(0px, 1fr));
  }
  .elementor-widget-loop-grid-mobile_extra-8 .elementor-grid {
    grid-template-columns: repeat(8, minmax(0px, 1fr));
  }
  .elementor-widget-loop-grid-mobile_extra-9 .elementor-grid {
    grid-template-columns: repeat(9, minmax(0px, 1fr));
  }
  .elementor-widget-loop-grid-mobile_extra-10 .elementor-grid {
    grid-template-columns: repeat(10, minmax(0px, 1fr));
  }
  .elementor-widget-loop-grid-mobile_extra-11 .elementor-grid {
    grid-template-columns: repeat(11, minmax(0px, 1fr));
  }
  .elementor-widget-loop-grid-mobile_extra-12 .elementor-grid {
    grid-template-columns: repeat(12, minmax(0px, 1fr));
  }
}
@media (max-width: 767px) {
  .elementor-widget-loop-grid-mobile-1 .elementor-grid {
    grid-template-columns: repeat(1, minmax(0px, 1fr));
  }
  .elementor-widget-loop-grid-mobile-2 .elementor-grid {
    grid-template-columns: repeat(2, minmax(0px, 1fr));
  }
  .elementor-widget-loop-grid-mobile-3 .elementor-grid {
    grid-template-columns: repeat(3, minmax(0px, 1fr));
  }
  .elementor-widget-loop-grid-mobile-4 .elementor-grid {
    grid-template-columns: repeat(4, minmax(0px, 1fr));
  }
  .elementor-widget-loop-grid-mobile-5 .elementor-grid {
    grid-template-columns: repeat(5, minmax(0px, 1fr));
  }
  .elementor-widget-loop-grid-mobile-6 .elementor-grid {
    grid-template-columns: repeat(6, minmax(0px, 1fr));
  }
  .elementor-widget-loop-grid-mobile-7 .elementor-grid {
    grid-template-columns: repeat(7, minmax(0px, 1fr));
  }
  .elementor-widget-loop-grid-mobile-8 .elementor-grid {
    grid-template-columns: repeat(8, minmax(0px, 1fr));
  }
  .elementor-widget-loop-grid-mobile-9 .elementor-grid {
    grid-template-columns: repeat(9, minmax(0px, 1fr));
  }
  .elementor-widget-loop-grid-mobile-10 .elementor-grid {
    grid-template-columns: repeat(10, minmax(0px, 1fr));
  }
  .elementor-widget-loop-grid-mobile-11 .elementor-grid {
    grid-template-columns: repeat(11, minmax(0px, 1fr));
  }
  .elementor-widget-loop-grid-mobile-12 .elementor-grid {
    grid-template-columns: repeat(12, minmax(0px, 1fr));
  }
}
.elementor-widget-loop-grid .elementor-grid {
  grid-column-gap: var(--grid-column-gap, 30px);
  grid-row-gap: var(--grid-row-gap, 30px);
}
.elementor-widget-loop-grid.e-loading-overlay {
  animation: loadingOpacityAnimation 1s infinite alternate;
}
.elementor-widget-loop-grid .e-loop__load-more {
  text-align: var(--load-more-button-align);
}
.elementor-widget-loop-grid .e-loop__load-more .elementor-button {
  width: var(--load-more-button-width);
}
.elementor-widget-loop-grid.e-load-more-pagination-loading > .elementor-widget-container {
  cursor: default;
}
.elementor-widget-loop-grid.e-load-more-pagination-loading > .elementor-widget-container .e-load-more-spinner {
  margin-top: var(--load-more鈥攕pacing, 30px);
}
.elementor-widget-loop-grid.e-load-more-pagination-loading > .elementor-widget-container .e-load-more-spinner i,
.elementor-widget-loop-grid.e-load-more-pagination-loading > .elementor-widget-container .e-load-more-spinner svg {
  display: flex;
}
.elementor-widget-loop-grid.e-load-more-pagination-loading > .elementor-widget-container > .elementor-button-wrapper .elementor-button-content-wrapper {
  visibility: hidden;
}
.elementor-widget-loop-grid.e-load-more-pagination-end > .elementor-widget-container > .elementor-button-wrapper {
  display: none;
}
.elementor-widget-loop-grid.e-load-more-pagination-end > .elementor-widget-container > .e-load-more-message {
  display: block;
}
.elementor-widget-loop-grid.e-load-more-no-spinner > .elementor-widget-container > .elementor-button-wrapper .elementor-button-content-wrapper {
  visibility: visible;
}
.elementor-widget-loop-grid > .elementor-widget-container .e-load-more-spinner {
  display: flex;
}
.elementor-widget-loop-grid > .elementor-widget-container .e-load-more-spinner i,
.elementor-widget-loop-grid > .elementor-widget-container .e-load-more-spinner svg {
  margin: 0 auto;
  display: none;
}
.elementor-widget-loop-grid > .elementor-widget-container .e-load-more-spinner i {
  color: var(--load-more-spinner-color);
}
.elementor-widget-loop-grid > .elementor-widget-container .e-load-more-spinner svg {
  fill: var(--load-more-spinner-color);
  height: 1em;
  width: 1em;
}
.elementor-widget-loop-grid > .elementor-widget-container .e-load-more-message {
  color: var(--load-more-message-color);
  text-align: var(--load-more-message-alignment, center);
  display: none;
  margin-top: var(--load-more鈥攕pacing, 30px);
}
.elementor-widget-loop-grid > .elementor-widget-container > .elementor-button-wrapper {
  margin-top: var(--load-more鈥攕pacing, 30px);
}
.elementor-widget-loop-grid > .elementor-widget-container > .elementor-button-wrapper .e-load-more-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: inherit;
}
.elementor-widget-loop-grid > .elementor-widget-container > .elementor-button-wrapper .elementor-button {
  cursor: pointer;
  position: relative;
}
.elementor-widget-loop-grid .e-loop-nothing-found-message {
  text-align: var(--e-loop-nothing-found-message-align, center);
  padding-block-start: var(--e-loop-nothing-found-message-space-from-top, 30px);
  padding-block-end: var(--e-loop-nothing-found-message-space-from-bottom, 30px);
  color: var(--e-loop-nothing-found-message-color, #1f2124);
}

.elementor-loop-container.elementor-posts-masonry {
  align-items: flex-start;
}
.elementor-loop-container:not(.elementor-posts-masonry) {
  align-items: stretch;
}

@keyframes loadingOpacityAnimation {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
}
.elementor-widget-loop-carousel {
  --swiper-pagination-size: 0;
  --swiper-pagination-spacing: 10px;
  --swiper-slides-gap: 10px;
  --swiper-offset-size: 0;
  height: -moz-fit-content;
  height: fit-content;
  --swiper-padding-bottom: calc( var(--swiper-pagination-size) + var(--swiper-pagination-spacing) );
  --arrow-prev-top-align: 50%;
  --arrow-prev-top-position: 0px;
  --arrow-prev-caption-spacing: 15px;
  --arrow-next-top-align: 50%;
  --arrow-next-top-position: 0px;
  --arrow-next-caption-spacing: 15px;
  --arrow-prev-left-align: 0px;
  --arrow-prev-left-position: 0px;
  --arrow-next-right-align: 0px;
  --arrow-next-right-position: 0px;
  --arrow-next-translate-x: 0px;
  --arrow-next-translate-y: 0px;
  --arrow-prev-translate-x: 0px;
  --arrow-prev-translate-y: 0px;
  --dots-vertical-position: 100%;
  --dots-vertical-offset: 0px;
  --dots-horizontal-position: 50%;
  --dots-horizontal-offset: 0px;
  --dots-horizontal-transform: -50%;
  --dots-vertical-transform: -100%;
  --fraction-vertical-position: 100%;
  --fraction-vertical-offset: 0px;
  --fraction-horizontal-position: 50%;
  --fraction-horizontal-offset: 0px;
  --fraction-horizontal-transform: -50%;
  --fraction-vertical-transform: -100%;
  --horizontal-transform-modifier: 1;
}
.elementor-widget-loop-carousel.elementor-pagination-type-bullets {
  --swiper-pagination-size: 6px;
}
.elementor-widget-loop-carousel.elementor-pagination-type-fraction {
  --swiper-pagination-size: 16px;
}
.elementor-widget-loop-carousel.elementor-pagination-type-progressbar {
  --swiper-pagination-size: 4px;
}
.elementor-widget-loop-carousel .elementor-loop-container > .swiper-wrapper > .swiper-slide-active.elementor-edit-area-active {
  overflow: initial;
}
.elementor-widget-loop-carousel .elementor-loop-container.offset-left {
  padding-inline-start: var(--swiper-offset-size, 0);
}
.elementor-widget-loop-carousel .elementor-loop-container.offset-right {
  padding-inline-end: var(--swiper-offset-size, 0);
}
.elementor-widget-loop-carousel .elementor-loop-container.offset-both {
  padding-inline-start: var(--swiper-offset-size, 0);
  padding-inline-end: var(--swiper-offset-size, 0);
}
.elementor-widget-loop-carousel .swiper-container:not(.swiper-container-initialized) > .swiper-wrapper,
.elementor-widget-loop-carousel .swiper:not(.swiper-initialized) > .swiper-wrapper {
  gap: var(--swiper-slides-gap);
  overflow: hidden;
}
.elementor-widget-loop-carousel .swiper-container:not(.swiper-container-initialized) > .swiper-wrapper > .swiper--slide,
.elementor-widget-loop-carousel .swiper:not(.swiper-initialized) > .swiper-wrapper > .swiper--slide {
  --number-of-gaps: max( calc( var(--swiper-slides-to-display) - 1 ), 0 );
  --gaps-width-total: calc( var(--number-of-gaps) * var(--swiper-slides-gap) );
  max-width: calc((100% - var(--gaps-width-total)) / var(--swiper-slides-to-display, 1));
}
.elementor-widget-loop-carousel .e-loop-first-edit {
  min-width: 33%;
  margin-block-start: 23px;
}
.elementor-widget-loop-carousel .swiper-wrapper .swiper-slide a.e-con {
  display: var(--display);
}
.elementor-widget-loop-carousel .elementor-swiper-button.elementor-swiper-button-prev, .elementor-widget-loop-carousel .elementor-swiper-button.elementor-swiper-button-next {
  font-size: var(--arrow-size, 25px);
  color: var(--arrow-normal-color, rgba(238, 238, 238, 0.9));
  border-style: var(--arrow-normal-border-type);
  transition-duration: 0.25s;
  z-index: 2;
}
.elementor-widget-loop-carousel .elementor-swiper-button.elementor-swiper-button-prev svg, .elementor-widget-loop-carousel .elementor-swiper-button.elementor-swiper-button-next svg {
  fill: var(--arrow-normal-color, rgba(238, 238, 238, 0.9));
}
.elementor-widget-loop-carousel .elementor-swiper-button.elementor-swiper-button-prev:hover, .elementor-widget-loop-carousel .elementor-swiper-button.elementor-swiper-button-next:hover {
  color: var(--arrow-hover-color, rgba(238, 238, 238, 0.9));
  border-style: var(--arrow-hover-border-type);
}
.elementor-widget-loop-carousel .elementor-swiper-button.elementor-swiper-button-prev:hover svg, .elementor-widget-loop-carousel .elementor-swiper-button.elementor-swiper-button-next:hover svg {
  fill: var(--arrow-hover-color, rgba(238, 238, 238, 0.9));
}
.elementor-widget-loop-carousel.elementor-element :is(.swiper, .swiper-container) ~ .elementor-swiper-button-next {
  top: calc(var(--arrow-next-top-align) + var(--arrow-next-top-position) - var(--arrow-next-caption-spacing));
  right: calc(var(--arrow-next-right-align) + var(--arrow-next-right-position));
  transform: translate(var(--arrow-next-translate-x), var(--arrow-next-translate-y));
}
.elementor-widget-loop-carousel.elementor-element :is(.swiper, .swiper-container) ~ .elementor-swiper-button-prev {
  top: calc(var(--arrow-prev-top-align) + var(--arrow-prev-top-position) - var(--arrow-prev-caption-spacing));
  left: calc(var(--arrow-prev-left-align) + var(--arrow-prev-left-position));
  transform: translate(var(--arrow-prev-translate-x), var(--arrow-prev-translate-y));
}
.elementor-widget-loop-carousel .swiper-container-horizontal ~ .swiper-pagination-progressbar,
.elementor-widget-loop-carousel .swiper-horizontal ~ .swiper-pagination-progressbar {
  height: var(--swiper-pagination-size);
}
.elementor-widget-loop-carousel .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--progressbar-normal-color, #000000);
}
.elementor-widget-loop-carousel .swiper-pagination-progressbar .swiper-pagination-progressbar-fill:hover {
  background: var(--progressbar-hover-color, #000000);
}
.elementor-widget-loop-carousel .swiper-pagination-fraction {
  color: var(--fraction-color, #000000);
}
.elementor-widget-loop-carousel .swiper-pagination-bullet {
  width: var(--swiper-pagination-size);
  height: var(--swiper-pagination-size);
  background: var(--dots-normal-color, #000000);
}
.elementor-widget-loop-carousel .swiper-pagination-bullet:hover {
  background: var(--dots-hover-color, #000000);
  opacity: 1;
}
.elementor-widget-loop-carousel.elementor-in-place-template-editable .elementor-loop-container {
  overflow: visible;
  overflow-x: clip;
}
.elementor-widget-loop-carousel .swiper-pagination,
.elementor-widget-loop-carousel .swiper-pagination-fraction,
.elementor-widget-loop-carousel .swiper-pagination-custom,
.elementor-widget-loop-carousel .swiper-horizontal > .swiper-pagination-bullets,
.elementor-widget-loop-carousel .swiper-pagination-bullets.swiper-pagination-horizontal {
  font-size: var(--swiper-pagination-size);
  line-height: var(--swiper-pagination-size);
}
.elementor-widget-loop-carousel.elementor-pagination-position-outside > .elementor-widget-container > .swiper-container,
.elementor-widget-loop-carousel.elementor-pagination-position-outside > .elementor-widget-container > .swiper {
  padding-bottom: var(--swiper-padding-bottom);
}
.elementor-widget-loop-carousel.elementor-pagination-position-outside > .elementor-widget-container > .swiper-container .elementor-background-slideshow,
.elementor-widget-loop-carousel.elementor-pagination-position-outside > .elementor-widget-container > .swiper .elementor-background-slideshow {
  padding-bottom: 0px;
}
.elementor-widget-loop-carousel.elementor-pagination-position-outside > .elementor-widget-container .swiper-pagination-bullet {
  vertical-align: top;
}
.elementor-widget-loop-carousel .swiper-pagination-bullets {
  top: calc(var(--dots-vertical-position) + var(--dots-vertical-offset));
  left: calc(var(--dots-horizontal-position) + var(--dots-horizontal-offset));
  transform: translate(calc(var(--dots-horizontal-transform) * var(--horizontal-transform-modifier)), var(--dots-vertical-transform));
  width: -moz-max-content;
  width: max-content;
  height: -moz-max-content;
  height: max-content;
  z-index: 3;
}
.elementor-widget-loop-carousel .swiper-pagination-fraction {
  top: calc(var(--fraction-vertical-position) + var(--fraction-vertical-offset));
  left: calc(var(--fraction-horizontal-position) + var(--fraction-horizontal-offset));
  transform: translate(calc(var(--fraction-horizontal-transform) * var(--horizontal-transform-modifier)), var(--fraction-vertical-transform));
  width: -moz-max-content;
  width: max-content;
  height: -moz-max-content;
  height: max-content;
  z-index: 3;
}

.e-loop-item * {
  word-break: break-word;
}

[class*=elementor-widget-loop] .elementor-page-title,
[class*=elementor-widget-loop] .product_title.entry-title {
  display: initial;
}

.e-loop-template-canvas {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}
.e-loop-template-canvas [data-elementor-type=loop-item].e-loop-item {
  max-width: var(--preview-width, 410px);
  width: var(--preview-width, 410px);
}
.e-loop-template-canvas [data-elementor-type=loop-item].e-loop-item #elementor-add-new-section {
  width: var(--preview-width, 410px);
}

.elementor-widget-n-menu {
  --n-menu-direction: column;
  --n-menu-wrapper-display: flex;
  --n-menu-heading-justify-content: initial;
  --n-menu-title-color-normal: #1f2124;
  --n-menu-title-color-active: #58D0F5;
  --n-menu-icon-color: var(--n-menu-title-color-normal);
  --n-menu-icon-color-active: var(--n-menu-title-color-active);
  --n-menu-icon-color-hover: var(--n-menu-title-color-hover);
  --n-menu-title-normal-color-dropdown: var(--n-menu-title-color-normal);
  --n-menu-title-active-color-dropdown: var(--n-menu-title-color-active);
  --n-menu-title-hover-color-fallback: #1f2124;
  --n-menu-title-font-size: 1rem;
  --n-menu-title-justify-content: initial;
  --n-menu-title-flex-grow: initial;
  --n-menu-title-justify-content-mobile: initial;
  --n-menu-title-space-between: 0px;
  --n-menu-title-distance-from-content: 0px;
  --n-menu-title-color-hover: #1f2124;
  --n-menu-title-padding: 0.5rem 1rem;
  --n-menu-title-transition: 0.3s;
  --n-menu-title-line-height: 1.5;
  --n-menu-title-order: initial;
  --n-menu-title-direction: initial;
  --n-menu-title-align-items: center;
  --n-menu-toggle-align: center;
  --n-menu-toggle-icon-wrapper-animation-duration: 500ms;
  --n-menu-toggle-icon-hover-duration: 500ms;
  --n-menu-toggle-icon-size: 20px;
  --n-menu-toggle-icon-color: #1f2124;
  --n-menu-toggle-icon-color-hover: var(--n-menu-toggle-icon-color);
  --n-menu-toggle-icon-color-active: var(--n-menu-toggle-icon-color);
  --n-menu-toggle-icon-border-radius: initial;
  --n-menu-toggle-icon-padding: initial;
  --n-menu-toggle-icon-distance-from-dropdown: 0px;
  --n-menu-icon-align-items: center;
  --n-menu-icon-order: initial;
  --n-menu-icon-gap: 5px;
  --n-menu-dropdown-icon-gap: 5px;
  --n-menu-dropdown-indicator-size: initial;
  --n-menu-dropdown-indicator-rotate: initial;
  --n-menu-dropdown-indicator-space: initial;
  --n-menu-dropdown-indicator-color-normal: initial;
  --n-menu-dropdown-indicator-color-hover: initial;
  --n-menu-dropdown-indicator-color-active: initial;
  --n-menu-dropdown-content-max-width: initial;
  --n-menu-dropdown-content-box-border-color: #ffffff;
  --n-menu-dropdown-content-box-border-inline-start-width: medium;
  --n-menu-dropdown-content-box-border-block-end-width: medium;
  --n-menu-dropdown-content-box-border-block-start-width: medium;
  --n-menu-dropdown-content-box-border-inline-end-width: medium;
  --n-menu-dropdown-content-box-border-style: none;
  --n-menu-dropdown-headings-height: 0px;
  --n-menu-divider-border-width: var(--n-menu-divider-width, 2px);
  --n-menu-open-animation-duration: 500ms;
  --n-menu-heading-overflow-x: initial;
  --n-menu-heading-wrap: wrap;
  --stretch-width: 100%;
  --stretch-left: initial;
  --stretch-right: initial;
}
.elementor-widget-n-menu .e-n-menu {
  display: flex;
  flex-direction: column;
  position: relative;
}
.elementor-widget-n-menu .e-n-menu-wrapper {
  display: var(--n-menu-wrapper-display);
  flex-direction: column;
}
.elementor-widget-n-menu .e-n-menu-heading {
  display: flex;
  flex-direction: row;
  justify-content: var(--n-menu-heading-justify-content);
  row-gap: var(--n-menu-title-space-between);
  margin: initial;
  padding: initial;
  overflow-x: var(--n-menu-heading-overflow-x);
  flex-wrap: var(--n-menu-heading-wrap);
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.elementor-widget-n-menu .e-n-menu-heading::-webkit-scrollbar {
  display: none; /* Hide scrollbar for Chrome, Safari and Opera */
}
.elementor-widget-n-menu .e-n-menu-heading.e-scroll {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}
.elementor-widget-n-menu .e-n-menu-heading.e-scroll-active {
  position: relative;
}
.elementor-widget-n-menu .e-n-menu-heading.e-scroll-active::before {
  content: "";
  position: absolute;
  inset-block: 0;
  inset-inline: -1000vw;
  z-index: 2;
}
.elementor-widget-n-menu .e-n-menu-heading > .e-con, .elementor-widget-n-menu .e-n-menu-heading > .e-n-menu-item > .e-con {
  display: none;
}
.elementor-widget-n-menu .e-n-menu-item {
  display: flex;
  list-style: none;
  padding-block: initial;
  margin-block: initial;
}
.elementor-widget-n-menu .e-n-menu-item .e-n-menu-title {
  position: relative;
}
.elementor-widget-n-menu .e-n-menu-item:not(:last-of-type) .e-n-menu-title:after {
  content: var(--n-menu-divider-content, none);
  border-inline-start-width: var(--n-menu-divider-border-width);
  border-inline-start-style: var(--n-menu-divider-style, solid);
  height: var(--n-menu-divider-height, 35%);
  border-color: var(--n-menu-divider-color, #000);
  align-self: center;
  position: absolute;
  right: calc(var(--n-menu-title-space-between) / 2 * -1 - var(--n-menu-divider-border-width) / 2);
}
.elementor-widget-n-menu .e-n-menu-content {
  display: flex;
  flex-direction: column;
  z-index: 2147483620;
  background-color: transparent;
  min-width: 0;
}
.elementor-widget-n-menu .e-n-menu-content > .e-con {
  animation-duration: var(--n-menu-open-animation-duration);
  max-width: calc(100% - var(--margin-inline-start, var(--margin-left)) - var(--margin-inline-end, var(--margin-right)));
}
:where(.elementor-widget-n-menu .e-n-menu-content > .e-con) {
  background-color: #ffffff;
}
.elementor-widget-n-menu .e-n-menu-content > .e-con:not(.e-active) {
  display: none;
}
.elementor-widget-n-menu .e-n-menu-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: var(--n-menu-title-padding);
  font-weight: 500;
  color: var(--n-menu-title-color-normal);
  justify-content: var(--n-menu-title-justify-content);
  flex-grow: var(--n-menu-title-flex-grow);
  border: medium none #ffffff;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin: initial;
  gap: var(--n-menu-dropdown-indicator-space);
}
.elementor-widget-n-menu .e-n-menu-title.e-click, .elementor-widget-n-menu .e-n-menu-title.e-click * {
  cursor: pointer;
}
.elementor-widget-n-menu .e-n-menu-title-container {
  display: flex;
  flex-direction: var(--n-menu-title-direction);
  align-items: var(--n-menu-title-align-items);
  align-self: var(--n-menu-icon-align-items);
  gap: var(--n-menu-icon-gap);
  justify-content: var(--n-menu-title-justify-content);
}
.elementor-widget-n-menu .e-n-menu-title-container.e-link {
  cursor: pointer;
}
.elementor-widget-n-menu .e-n-menu-title-container:not(.e-link), .elementor-widget-n-menu .e-n-menu-title-container:not(.e-link) * {
  cursor: default;
}
.elementor-widget-n-menu .e-n-menu-title-text {
  display: flex;
  align-items: center;
  font-size: var(--n-menu-title-font-size);
  line-height: var(--n-menu-title-line-height);
  transition: all var(--n-menu-title-transition);
}
.elementor-widget-n-menu .e-n-menu-title .e-n-menu-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  order: var(--n-menu-icon-order);
}
.elementor-widget-n-menu .e-n-menu-title .e-n-menu-icon span {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0s;
}
.elementor-widget-n-menu .e-n-menu-title .e-n-menu-icon span i {
  font-size: var(--n-menu-icon-size, var(--n-menu-title-font-size));
  transition: all var(--n-menu-title-transition);
}
.elementor-widget-n-menu .e-n-menu-title .e-n-menu-icon span svg {
  fill: var(--n-menu-title-color-normal);
  width: var(--n-menu-icon-size, var(--n-menu-title-font-size));
  height: var(--n-menu-icon-size, var(--n-menu-title-font-size));
  transition: all var(--n-menu-title-transition);
}
.elementor-widget-n-menu .e-n-menu-title .e-n-menu-dropdown-icon {
  background-color: initial;
  border: initial;
  color: inherit;
  padding: initial;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: flex;
  text-align: center;
  height: calc(var(--n-menu-title-font-size) * var(--n-menu-title-line-height));
  align-self: var(--n-menu-icon-align-items);
  justify-content: center;
  flex-direction: column;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline-start: var(--n-menu-dropdown-icon-gap);
  transition: all var(--n-menu-title-transition);
  transform: var(--n-menu-dropdown-indicator-rotate);
}
.elementor-widget-n-menu .e-n-menu-title .e-n-menu-dropdown-icon span i {
  font-size: var(--n-menu-dropdown-indicator-size, var(--n-menu-title-font-size));
  width: var(--n-menu-dropdown-indicator-size, var(--n-menu-title-font-size));
  transition: all var(--n-menu-title-transition);
}
.elementor-widget-n-menu .e-n-menu-title .e-n-menu-dropdown-icon span svg {
  width: var(--n-menu-dropdown-indicator-size, var(--n-menu-title-font-size));
  height: var(--n-menu-dropdown-indicator-size, var(--n-menu-title-font-size));
  transition: all var(--n-menu-title-transition);
}
.elementor-widget-n-menu .e-n-menu-title .e-n-menu-dropdown-icon[aria-expanded=false] .e-n-menu-dropdown-icon-opened {
  display: none;
}
.elementor-widget-n-menu .e-n-menu-title .e-n-menu-dropdown-icon[aria-expanded=false] .e-n-menu-dropdown-icon-closed {
  display: flex;
}
.elementor-widget-n-menu .e-n-menu-title .e-n-menu-dropdown-icon[aria-expanded=true] .e-n-menu-dropdown-icon-closed {
  display: none;
}
.elementor-widget-n-menu .e-n-menu-title .e-n-menu-dropdown-icon[aria-expanded=true] .e-n-menu-dropdown-icon-opened {
  display: flex;
}
.elementor-widget-n-menu .e-n-menu-title .e-n-menu-dropdown-icon:focus:not(:focus-visible) {
  outline: none;
}
.elementor-widget-n-menu .e-n-menu-title:not(.e-current):not(:hover) .e-n-menu-title-container .e-n-menu-title-text {
  color: var(--n-menu-title-color-normal);
}
.elementor-widget-n-menu .e-n-menu-title:not(.e-current):not(:hover) .e-n-menu-icon i {
  color: var(--n-menu-icon-color);
}
.elementor-widget-n-menu .e-n-menu-title:not(.e-current):not(:hover) .e-n-menu-icon svg {
  fill: var(--n-menu-icon-color);
}
.elementor-widget-n-menu .e-n-menu-title:not(.e-current):not(:hover) .e-n-menu-dropdown-icon i {
  color: var(--n-menu-dropdown-indicator-color-normal, var(--n-menu-title-color-normal));
}
.elementor-widget-n-menu .e-n-menu-title:not(.e-current):not(:hover) .e-n-menu-dropdown-icon svg {
  fill: var(--n-menu-dropdown-indicator-color-normal, var(--n-menu-title-color-normal));
}
.elementor-widget-n-menu .e-n-menu-title:not(.e-current) .icon-active {
  transform: translate(0, -100%);
  height: 0;
  opacity: 0;
}
.elementor-widget-n-menu .e-n-menu-title.e-current span > svg {
  fill: var(--n-menu-title-color-active);
}
.elementor-widget-n-menu .e-n-menu-title.e-current,
.elementor-widget-n-menu .e-n-menu-title.e-current a {
  color: var(--n-menu-title-color-active);
}
.elementor-widget-n-menu .e-n-menu-title.e-current .icon-inactive {
  transform: translate(0, -100%);
  height: 0;
  opacity: 0;
}
.elementor-widget-n-menu .e-n-menu-title.e-current .e-n-menu-icon span > i {
  color: var(--n-menu-icon-color-active);
}
.elementor-widget-n-menu .e-n-menu-title.e-current .e-n-menu-icon span > svg {
  fill: var(--n-menu-icon-color-active);
}
.elementor-widget-n-menu .e-n-menu-title.e-current .e-n-menu-dropdown-icon i {
  color: var(--n-menu-dropdown-indicator-color-active, var(--n-menu-title-color-active));
}
.elementor-widget-n-menu .e-n-menu-title.e-current .e-n-menu-dropdown-icon svg {
  fill: var(--n-menu-dropdown-indicator-color-active, var(--n-menu-title-color-active));
}
.elementor-widget-n-menu .e-n-menu-title:hover:not(.e-current) .e-n-menu-title-container:not(.e-link) {
  cursor: default;
}
.elementor-widget-n-menu .e-n-menu-title:hover:not(.e-current) svg {
  fill: var(--n-menu-title-color-hover, var(--n-menu-title-hover-color-fallback));
}
.elementor-widget-n-menu .e-n-menu-title:hover:not(.e-current) i {
  color: var(--n-menu-title-color-hover, var(--n-menu-title-hover-color-fallback));
}
.elementor-widget-n-menu .e-n-menu-title:hover:not(.e-current), .elementor-widget-n-menu .e-n-menu-title:hover:not(.e-current) a {
  color: var(--n-menu-title-color-hover);
}
.elementor-widget-n-menu .e-n-menu-title:hover:not(.e-current) .e-n-menu-icon i {
  color: var(--n-menu-icon-color-hover);
}
.elementor-widget-n-menu .e-n-menu-title:hover:not(.e-current) .e-n-menu-icon svg {
  fill: var(--n-menu-icon-color-hover);
}
.elementor-widget-n-menu .e-n-menu-title:hover:not(.e-current) .e-n-menu-dropdown-icon i {
  color: var(--n-menu-dropdown-indicator-color-hover, var(--n-menu-title-color-hover));
}
.elementor-widget-n-menu .e-n-menu-title:hover:not(.e-current) .e-n-menu-dropdown-icon svg {
  fill: var(--n-menu-dropdown-indicator-color-hover, var(--n-menu-title-color-hover));
}
.elementor-widget-n-menu .e-n-menu-toggle {
  background-color: initial;
  border: initial;
  color: inherit;
  padding: initial;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: none;
  align-self: var(--n-menu-toggle-align);
  position: relative;
  z-index: 1000;
}
.elementor-widget-n-menu .e-n-menu-toggle:focus:not(:focus-visible) {
  outline: none;
}
.elementor-widget-n-menu .e-n-menu-toggle i {
  font-size: var(--n-menu-toggle-icon-size);
  color: var(--n-menu-toggle-icon-color);
  transition: all var(--n-menu-toggle-icon-hover-duration);
}
.elementor-widget-n-menu .e-n-menu-toggle svg {
  fill: var(--n-menu-toggle-icon-color);
  width: var(--n-menu-toggle-icon-size);
  height: auto;
  transition: all var(--n-menu-toggle-icon-hover-duration);
}
.elementor-widget-n-menu .e-n-menu-toggle span {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: var(--n-menu-toggle-icon-padding);
  border-radius: var(--n-menu-toggle-icon-border-radius);
}
.elementor-widget-n-menu .e-n-menu-toggle span.e-close {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.elementor-widget-n-menu .e-n-menu-toggle span.e-close svg {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.elementor-widget-n-menu .e-n-menu-toggle [class^=elementor-animation-] {
  animation-duration: var(--n-menu-toggle-icon-wrapper-animation-duration);
  transition-duration: var(--n-menu-toggle-icon-wrapper-animation-duration);
}
.elementor-widget-n-menu .e-n-menu-toggle:hover i {
  color: var(--n-menu-toggle-icon-color-hover);
}
.elementor-widget-n-menu .e-n-menu-toggle:hover svg {
  fill: var(--n-menu-toggle-icon-color-hover);
}
.elementor-widget-n-menu .e-n-menu-toggle[aria-expanded=true] .e-open {
  opacity: 0;
}
.elementor-widget-n-menu .e-n-menu-toggle[aria-expanded=true] .e-close {
  opacity: 1;
}
.elementor-widget-n-menu .e-n-menu-toggle[aria-expanded=true] i {
  color: var(--n-menu-toggle-icon-color-active);
}
.elementor-widget-n-menu .e-n-menu-toggle[aria-expanded=true] svg {
  fill: var(--n-menu-toggle-icon-color-active);
}
.elementor-widget-n-menu .e-n-menu:not([data-layout=dropdown]) .e-n-menu-item:not(:last-child) {
  margin-inline-end: var(--n-menu-title-space-between);
}
.elementor-widget-n-menu .e-n-menu:not([data-layout=dropdown]) .e-n-menu-content {
  position: absolute;
  width: var(--stretch-width);
  left: var(--stretch-left);
  right: var(--stretch-right);
}
.elementor-widget-n-menu .e-n-menu:not([data-layout=dropdown]):not(.content-above) .e-n-menu-content {
  top: 100%;
  padding-block-start: var(--n-menu-title-distance-from-content);
}
.elementor-widget-n-menu .e-n-menu:not([data-layout=dropdown]).content-above .e-n-menu-content {
  bottom: 100%;
  padding-block-end: var(--n-menu-title-distance-from-content);
}
.elementor-widget-n-menu .e-n-menu[data-layout=dropdown] {
  gap: 0;
}
.elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-wrapper {
  min-width: 0px;
  width: var(--stretch-width);
  flex-direction: column;
  position: absolute;
  z-index: 2147483640;
  background-color: transparent;
  top: 100%;
  left: var(--stretch-left);
  right: var(--stretch-right);
  border-inline-start: var(--n-menu-dropdown-content-box-border-width-inline-start);
  border-block-end: var(--n-menu-dropdown-content-box-border-width-block-end);
  border-block-start: var(--n-menu-dropdown-content-box-border-width-block-start);
  border-inline-end: var(--n-menu-dropdown-content-box-border-width-inline-end);
  border-style: var(--n-menu-dropdown-content-box-border-style);
  border-color: var(--n-menu-dropdown-content-box-border-color);
  border-radius: var(--n-menu-dropdown-content-box-border-radius);
  box-shadow: var(--n-menu-dropdown-content-box-shadow-horizontal) var(--n-menu-dropdown-content-box-shadow-vertical) var(--n-menu-dropdown-content-box-shadow-blur) var(--n-menu-dropdown-content-box-shadow-spread) var(--n-menu-dropdown-content-box-shadow-color) var(--n-menu-dropdown-content-box-shadow-position, );
  max-height: var(--n-menu-dropdown-content-box-height);
  transition: max-height 0.3s;
  animation: hide-scroll 0.3s backwards;
  overflow-y: auto;
  overflow-x: hidden;
  margin-block-start: var(--n-menu-toggle-icon-distance-from-dropdown);
}
.elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-item {
  display: flex;
  flex-direction: column;
  width: var(--stretch-width);
}
.elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-title {
  justify-content: var(--n-menu-title-justify-content-mobile);
  width: initial;
  background-color: #ffffff;
  white-space: normal;
  flex-wrap: wrap;
}
.elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-title:not(.e-current) .e-n-menu-title-container .e-n-menu-title-text {
  color: var(--n-menu-title-normal-color-dropdown);
}
.elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-title:not(.e-current) .e-n-menu-dropdown-icon i {
  color: var(--n-menu-dropdown-indicator-color-normal, var(--n-menu-title-normal-color-dropdown));
}
.elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-title:not(.e-current) .e-n-menu-dropdown-icon svg {
  fill: var(--n-menu-dropdown-indicator-color-normal, var(--n-menu-title-normal-color-dropdown));
}
.elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-title.e-current,
.elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-title.e-current a {
  color: var(--n-menu-title-active-color-dropdown);
}
.elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-title.e-current .e-n-menu-dropdown-icon i {
  color: var(--n-menu-dropdown-indicator-color-active, var(--n-menu-title-active-color-dropdown));
}
.elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-title.e-current .e-n-menu-dropdown-icon svg {
  fill: var(--n-menu-dropdown-indicator-color-active, var(--n-menu-title-active-color-dropdown));
}
.elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-content {
  overflow: hidden;
  width: var(--stretch-width);
  --n-menu-dropdown-content-max-width: initial;
}
.elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-content > .e-con {
  width: var(--width);
  margin-block-start: var(--n-menu-title-distance-from-content);
}
.elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-content > .e-con .elementor-empty-view {
  min-width: initial;
  width: 100%;
}
.elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-content > .e-con-inner {
  max-width: var(--content-width);
}
.elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-toggle[aria-expanded=true] + .e-n-menu-wrapper {
  --n-menu-wrapper-display: flex;
}
.elementor-widget-n-menu.e-fit_to_content :where(.e-n-menu-content > .e-con) {
  --width: fit-content;
}
.elementor-widget-n-menu.e-fit_to_content :where(.e-n-menu-content > .e-con).e-empty {
  --empty-top-level-menu-content-container-min-width: 400px;
  --width: var(--empty-top-level-menu-content-container-min-width);
}
.elementor-widget-n-menu.e-fit_to_content :where(.e-n-menu-content > .e-con) .e-con.e-empty {
  --nested-containers-min-width-for-dropzone: 150px;
  min-width: var(--nested-containers-min-width-for-dropzone);
}
.elementor-widget-n-menu.elementor-loading {
  pointer-events: none;
}

.elementor.elementor .elementor-widget-n-menu.e-n-menu-layout-dropdown {
  --n-menu-wrapper-display: none;
}
.elementor.elementor .elementor-widget-n-menu.e-n-menu-layout-dropdown .e-n-menu-toggle {
  display: flex;
}

@media (max-width: 767px) {
  .elementor.elementor .elementor-widget-n-menu.e-n-menu-mobile {
    --n-menu-wrapper-display: none;
  }
  .elementor.elementor .elementor-widget-n-menu.e-n-menu-mobile .e-n-menu-toggle {
    display: flex;
  }
}
@media (max-width: -1) {
  .elementor.elementor .elementor-widget-n-menu.e-n-menu-mobile_extra {
    --n-menu-wrapper-display: none;
  }
  .elementor.elementor .elementor-widget-n-menu.e-n-menu-mobile_extra .e-n-menu-toggle {
    display: flex;
  }
}
@media (max-width: 1024px) {
  .elementor.elementor .elementor-widget-n-menu.e-n-menu-tablet {
    --n-menu-wrapper-display: none;
  }
  .elementor.elementor .elementor-widget-n-menu.e-n-menu-tablet .e-n-menu-toggle {
    display: flex;
  }
}
@media (max-width: -1) {
  .elementor.elementor .elementor-widget-n-menu.e-n-menu-tablet_extra {
    --n-menu-wrapper-display: none;
  }
  .elementor.elementor .elementor-widget-n-menu.e-n-menu-tablet_extra .e-n-menu-toggle {
    display: flex;
  }
}
@media (max-width: -1) {
  .elementor.elementor .elementor-widget-n-menu.e-n-menu-laptop {
    --n-menu-wrapper-display: none;
  }
  .elementor.elementor .elementor-widget-n-menu.e-n-menu-laptop .e-n-menu-toggle {
    display: flex;
  }
}
@keyframes hide-scroll {
  from, to {
    overflow: hidden;
  }
}
.e-con > .elementor-widget-n-menu,
.e-con-inner > .elementor-widget-n-menu {
  --flex-grow: var(--container-widget-flex-grow);
}

[data-core-v316-plus=true] .elementor-widget-n-menu .e-n-menu .e-n-menu-content > .e-con {
  --padding-top: initial;
  --padding-right: initial;
  --padding-bottom: initial;
  --padding-left: initial;
}

.elementor-widget-n-carousel {
  --e-n-carousel-slides-to-show: 3;
  --e-n-carousel-swiper-slides-gap: 10px;
  --e-n-carousel-swiper-slides-to-display: 3;
  --e-n-carousel-swiper-pagination-size: 0;
  --e-n-carousel-swiper-pagination-spacing: 10px;
  --e-n-carousel-swiper-offset-size: 0;
  height: -moz-fit-content;
  height: fit-content;
  --e-n-carousel-arrow-prev-top-align: 50%;
  --e-n-carousel-arrow-prev-top-position: 0px;
  --e-n-carousel-arrow-prev-caption-spacing: 15px;
  --e-n-carousel-arrow-next-top-align: 50%;
  --e-n-carousel-arrow-next-top-position: 0px;
  --e-n-carousel-arrow-next-caption-spacing: 15px;
  --e-n-carousel-arrow-prev-left-align: 0px;
  --e-n-carousel-arrow-prev-left-position: 0px;
  --e-n-carousel-arrow-next-right-align: 0px;
  --e-n-carousel-arrow-next-right-position: 0px;
  --e-n-carousel-arrow-next-translate-x: 0px;
  --e-n-carousel-arrow-next-translate-y: 0px;
  --e-n-carousel-arrow-prev-translate-x: 0px;
  --e-n-carousel-arrow-prev-translate-y: 0px;
  --e-n-carousel-swiper-padding-bottom: calc( var(--e-n-carousel-swiper-pagination-size) + var(--e-n-carousel-swiper-pagination-spacing) );
  --e-n-carousel-dots-vertical-position: 100%;
  --e-n-carousel-dots-vertical-offset: 0px;
  --e-n-carousel-dots-horizontal-position: 50%;
  --e-n-carousel-dots-horizontal-offset: 0px;
  --e-n-carousel-dots-horizontal-transform: -50%;
  --e-n-carousel-dots-vertical-transform: -100%;
  --e-n-carousel-fraction-vertical-position: 100%;
  --e-n-carousel-fraction-vertical-offset: 0px;
  --e-n-carousel-fraction-horizontal-position: 50%;
  --e-n-carousel-fraction-horizontal-offset: 0px;
  --e-n-carousel-fraction-horizontal-transform: -50%;
  --e-n-carousel-fraction-vertical-transform: -100%;
  --e-n-carousel-horizontal-transform-modifier: 1;
}
.elementor-widget-n-carousel .e-n-carousel {
  display: flex;
  min-width: 0;
}
.elementor-widget-n-carousel .e-n-carousel > .swiper-wrapper > .swiper-slide-active.elementor-edit-area-active {
  overflow: initial;
}
.elementor-widget-n-carousel .e-n-carousel.offset-left {
  padding-inline-start: var(--e-n-carousel-swiper-offset-size, 0);
}
.elementor-widget-n-carousel .e-n-carousel.offset-right {
  padding-inline-end: var(--e-n-carousel-swiper-offset-size, 0);
}
.elementor-widget-n-carousel .e-n-carousel.offset-both {
  padding-inline-start: var(--e-n-carousel-swiper-offset-size, 0);
  padding-inline-end: var(--e-n-carousel-swiper-offset-size, 0);
}
.elementor-widget-n-carousel .e-n-carousel > .swiper-wrapper .swiper-slide a.e-con {
  display: var(--display);
}
.elementor-widget-n-carousel .e-n-carousel > .swiper-wrapper > .swiper-slide {
  flex-shrink: 0;
  height: var(--e-n-carousel-slide-height, initial);
}
.elementor-widget-n-carousel .e-n-carousel > .swiper-wrapper > .swiper-slide > .e-con {
  max-width: calc(100% - var(--margin-inline-start, var(--margin-left)) - var(--margin-inline-end, var(--margin-right)));
  height: var(--e-n-carousel-slide-container-height, initial);
}
.elementor-widget-n-carousel .elementor-swiper-button.elementor-swiper-button-prev, .elementor-widget-n-carousel .elementor-swiper-button.elementor-swiper-button-next {
  font-size: var(--e-n-carousel-arrow-size, 25px);
  color: var(--e-n-carousel-arrow-normal-color, rgba(238, 238, 238, 0.9));
  border-style: var(--e-n-carousel-arrow-normal-border-type);
  transition-duration: 0.25s;
  z-index: 2;
}
.elementor-widget-n-carousel .elementor-swiper-button.elementor-swiper-button-prev svg, .elementor-widget-n-carousel .elementor-swiper-button.elementor-swiper-button-next svg {
  fill: var(--e-n-carousel-arrow-normal-color, rgba(238, 238, 238, 0.9));
}
.elementor-widget-n-carousel .elementor-swiper-button.elementor-swiper-button-prev:hover, .elementor-widget-n-carousel .elementor-swiper-button.elementor-swiper-button-next:hover {
  color: var(--e-n-carousel-arrow-hover-color, rgba(238, 238, 238, 0.9));
  border-style: var(--e-n-carousel-arrow-hover-border-type);
}
.elementor-widget-n-carousel .elementor-swiper-button.elementor-swiper-button-prev:hover svg, .elementor-widget-n-carousel .elementor-swiper-button.elementor-swiper-button-next:hover svg {
  fill: var(--e-n-carousel-arrow-hover-color, rgba(238, 238, 238, 0.9));
}
.elementor-widget-n-carousel.elementor-element :is(.swiper, .swiper-container) ~ .elementor-swiper-button-next {
  top: calc(var(--e-n-carousel-arrow-next-top-align) + var(--e-n-carousel-arrow-next-top-position) - var(--e-n-carousel-arrow-next-caption-spacing));
  right: calc(var(--e-n-carousel-arrow-next-right-align) + var(--e-n-carousel-arrow-next-right-position));
  transform: translate(var(--e-n-carousel-arrow-next-translate-x), var(--e-n-carousel-arrow-next-translate-y));
}
.elementor-widget-n-carousel.elementor-element :is(.swiper, .swiper-container) ~ .elementor-swiper-button-prev {
  top: calc(var(--e-n-carousel-arrow-prev-top-align) + var(--e-n-carousel-arrow-prev-top-position) - var(--e-n-carousel-arrow-prev-caption-spacing));
  left: calc(var(--e-n-carousel-arrow-prev-left-align) + var(--e-n-carousel-arrow-prev-left-position));
  transform: translate(var(--e-n-carousel-arrow-prev-translate-x), var(--e-n-carousel-arrow-prev-translate-y));
}
.elementor-widget-n-carousel.elementor-pagination-type-bullets {
  --e-n-carousel-swiper-pagination-size: 6px;
}
.elementor-widget-n-carousel.elementor-pagination-type-fraction {
  --e-n-carousel-swiper-pagination-size: 16px;
}
.elementor-widget-n-carousel.elementor-pagination-type-progressbar {
  --e-n-carousel-swiper-pagination-size: 4px;
}
.elementor-widget-n-carousel .swiper-pagination-progressbar {
  height: var(--e-n-carousel-swiper-pagination-size);
}
.elementor-widget-n-carousel .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--e-n-carousel-progressbar-normal-color, #000000);
}
.elementor-widget-n-carousel .swiper-pagination-progressbar .swiper-pagination-progressbar-fill:hover {
  background: var(--e-n-carousel-progressbar-hover-color, #000000);
}
.elementor-widget-n-carousel .swiper-pagination-fraction {
  color: var(--e-n-carousel-fraction-color, #000000);
}
.elementor-widget-n-carousel .swiper-pagination-bullet {
  width: var(--e-n-carousel-swiper-pagination-size);
  height: var(--e-n-carousel-swiper-pagination-size);
  background: var(--e-n-carousel-dots-normal-color, #000000);
}
.elementor-widget-n-carousel .swiper-pagination-bullet:hover {
  background: var(--e-n-carousel-dots-hover-color, #000000);
  opacity: 1;
}
.elementor-widget-n-carousel .swiper-pagination,
.elementor-widget-n-carousel .swiper-pagination-fraction,
.elementor-widget-n-carousel .swiper-pagination-custom,
.elementor-widget-n-carousel .swiper-horizontal > .swiper-pagination-bullets,
.elementor-widget-n-carousel .swiper-pagination-bullets.swiper-pagination-horizontal {
  font-size: var(--e-n-carousel-swiper-pagination-size);
  line-height: var(--e-n-carousel-swiper-pagination-size);
}
.elementor-widget-n-carousel.elementor-pagination-position-outside > .elementor-widget-container > .swiper-container,
.elementor-widget-n-carousel.elementor-pagination-position-outside > .elementor-widget-container > .swiper {
  padding-bottom: var(--e-n-carousel-swiper-padding-bottom);
}
.elementor-widget-n-carousel.elementor-pagination-position-outside > .elementor-widget-container > .swiper-container .elementor-background-slideshow,
.elementor-widget-n-carousel.elementor-pagination-position-outside > .elementor-widget-container > .swiper .elementor-background-slideshow {
  padding-bottom: 0px;
}
.elementor-widget-n-carousel.elementor-pagination-position-outside > .elementor-widget-container .swiper-pagination-bullet {
  vertical-align: top;
}
.elementor-widget-n-carousel .swiper-pagination-bullets {
  top: calc(var(--e-n-carousel-dots-vertical-position) + var(--e-n-carousel-dots-vertical-offset));
  left: calc(var(--e-n-carousel-dots-horizontal-position) + var(--e-n-carousel-dots-horizontal-offset));
  transform: translate(calc(var(--e-n-carousel-dots-horizontal-transform) * var(--e-n-carousel-horizontal-transform-modifier)), var(--e-n-carousel-dots-vertical-transform));
  width: -moz-max-content;
  width: max-content;
  height: -moz-max-content;
  height: max-content;
  z-index: 3;
}
.elementor-widget-n-carousel .swiper-pagination-fraction {
  top: calc(var(--e-n-carousel-fraction-vertical-position) + var(--e-n-carousel-fraction-vertical-offset));
  left: calc(var(--e-n-carousel-fraction-horizontal-position) + var(--e-n-carousel-fraction-horizontal-offset));
  transform: translate(calc(var(--e-n-carousel-fraction-horizontal-transform) * var(--e-n-carousel-horizontal-transform-modifier)), var(--e-n-carousel-fraction-vertical-transform));
  width: -moz-max-content;
  width: max-content;
  height: -moz-max-content;
  height: max-content;
  z-index: 3;
}

.swiper-container:not(.swiper-container-initialized) > .swiper-wrapper,
.swiper:not(.swiper-initialized) > .swiper-wrapper {
  gap: var(--e-n-carousel-swiper-slides-gap);
  overflow: hidden;
}
.swiper-container:not(.swiper-container-initialized) > .swiper-wrapper > .swiper--slide,
.swiper:not(.swiper-initialized) > .swiper-wrapper > .swiper--slide {
  --e-n-carousel-number-of-gaps: max( calc( var(--e-n-carousel-swiper-slides-to-display) - 1 ), 0 );
  --e-n-carousel-gaps-width-total: calc( var(--e-n-carousel-number-of-gaps) * var(--e-n-carousel-swiper-slides-gap) );
  max-width: calc((100% - var(--e-n-carousel-gaps-width-total)) / var(--e-n-carousel-swiper-slides-to-display, 1));
}

[data-core-v316-plus=true] .elementor-widget-n-carousel .e-n-carousel .swiper-slide > .e-con {
  --padding-top: initial;
  --padding-right: initial;
  --padding-bottom: initial;
  --padding-left: initial;
}

.elementor-widget-taxonomy-filter {
  --e-filter-display: flex;
  --e-filter-direction: row;
  --e-filter-justify-content: center;
  --e-filter-wrap: wrap;
  --e-filter-align-items: center;
  --e-filter-item-width: initial;
  --e-filter-item-max-width: calc(100% - calc(var( --e-filter-item-padding )*3 ) );
  --e-filter-item-justify-content: center;
  --e-filter-item-flex-grow: 0;
  --e-filter-item-align-items: center;
  --e-filter-item-border-radius: initial;
  --e-filter-space-between: 20px;
  --e-filter-normal-text-color: #69727D;
  --e-filter-active-text-color: #0C0D0E;
  --e-filter-hover-text-color: #0C0D0E;
  --e-filter-overflow-x: initial;
  --e-filter-white-space: nowrap;
  --e-filter-item-align-text: center;
  --e-filter-item-padding: 8px;
  --e-filter-item-box-sizing: initial;
}
.elementor-widget-taxonomy-filter .e-filter {
  display: var(--e-filter-display);
  flex-direction: var(--e-filter-direction);
  flex-shrink: 0;
  justify-content: var(--e-filter-justify-content);
  align-items: var(--e-filter-align-items);
  gap: var(--e-filter-space-between);
  overflow-x: var(--e-filter-overflow-x);
  flex-wrap: var(--e-filter-wrap);
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.elementor-widget-taxonomy-filter .e-filter::-webkit-scrollbar {
  display: none; /* Hide scrollbar for Chrome, Safari and Opera */
}
.elementor-widget-taxonomy-filter .e-filter.e-scroll {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}
.elementor-widget-taxonomy-filter .e-filter.e-scroll-active {
  position: relative;
}
.elementor-widget-taxonomy-filter .e-filter.e-scroll-active::before {
  content: "";
  position: absolute;
  inset-block: 0;
  inset-inline: -1000vw;
  z-index: 2;
}
.elementor-widget-taxonomy-filter .e-filter-item {
  background-color: initial;
  border-width: 1px;
  border-style: none;
  border-color: #69727D;
  border-radius: var(--e-filter-item-border-radius);
  line-height: initial;
  color: var(--e-filter-normal-text-color);
  padding: var(--e-filter-item-padding);
  display: var(--e-filter-display);
  justify-content: var(--e-filter-item-justify-content);
  align-items: var(--e-filter-item-align-items);
  flex-grow: var(--e-filter-item-flex-grow);
  flex-basis: content;
  flex-shrink: 0;
  width: var(--e-filter-item-width);
  max-width: var(--e-filter-item-max-width);
  white-space: var(--e-filter-white-space);
  text-align: var(--e-filter-item-align-text);
  box-sizing: var(--e-filter-item-box-sizing);
  overflow-wrap: break-word;
  overflow: hidden;
}
.elementor-widget-taxonomy-filter .e-filter-item[aria-pressed=true] {
  color: var(--e-filter-active-text-color);
  border-color: #0C0D0E;
}
.elementor-widget-taxonomy-filter .e-filter-item:hover:not([aria-pressed=true]) {
  color: var(--e-filter-hover-text-color);
  border-color: #0C0D0E;
}
.elementor-widget-taxonomy-filter .e-filter-item[aria-pressed=true], .elementor-widget-taxonomy-filter .e-filter-item:hover {
  background-color: initial;
}
.elementor-widget-taxonomy-filter .e-filter-item[data-filter=__all] {
  order: -1;
}
.elementor-widget-taxonomy-filter .e-filter-item:focus:not(:focus-visible) {
  outline: none;
}
.elementor-widget-taxonomy-filter .e-filter-empty {
  background-color: rgba(213, 216, 220, 0.8);
  color: #0C0D0E;
  text-align: center;
  font-size: 1rem;
  padding: 1rem 0;
}

.elementor-widget-loop-grid .e-loop-item.e-inactive {
  display: none;
}

body.e-off-canvas__no-scroll,
body.e-off-canvas__no-scroll-animation {
  overflow: hidden;
}

.elementor-widget-off-canvas {
  height: -moz-fit-content;
  height: fit-content;
  --e-off-canvas-width: 400px;
  --e-off-canvas-height: 100vh;
  --e-off-canvas-justify-content: flex-start;
  --e-off-canvas-align-items: flex-start;
  --e-off-canvas-animation-duration: 1.5s;
  --e-off-canvas-content-overflow: auto;
  --e-off-canvas-overlay-opacity: 1;
  --e-off-canvas-animation-duration-minimum: Max(0.001s, var(--e-off-canvas-animation-duration));
}
.elementor-widget-off-canvas .e-off-canvas {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2147483630;
  position: fixed;
  pointer-events: none;
}
.elementor-widget-off-canvas .e-off-canvas[aria-hidden=true] {
  visibility: hidden;
  opacity: 0;
}
.elementor-widget-off-canvas .e-off-canvas[aria-hidden=true] .elementor-add-section {
  display: none;
}
.elementor-widget-off-canvas .e-off-canvas__overlay {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: all;
  opacity: var(--e-off-canvas-overlay-opacity);
  transition: 0s;
}
.elementor-widget-off-canvas .e-off-canvas__overlay.no-pointer-events {
  pointer-events: none;
}
.elementor-widget-off-canvas .e-off-canvas__main {
  display: flex;
  justify-content: var(--e-off-canvas-justify-content);
  align-items: var(--e-off-canvas-align-items);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.elementor-widget-off-canvas .e-off-canvas__main.animated {
  animation-duration: var(--e-off-canvas-animation-duration-minimum);
}
.elementor-widget-off-canvas .e-off-canvas__main.animated.none {
  opacity: 1;
  visibility: visible;
  animation: e-off-canvas-without-animation 0.001s;
}
.elementor-widget-off-canvas .e-off-canvas__main.animated.none.reversed {
  opacity: 0;
  visibility: hidden;
}
.elementor-widget-off-canvas .e-off-canvas__content {
  background-color: #FFFFFF;
  box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, 0.2);
  width: var(--e-off-canvas-width);
  height: var(--e-off-canvas-height);
  pointer-events: all;
  overflow: var(--e-off-canvas-content-overflow);
}
.elementor-widget-off-canvas .animated-reverse-wrapper {
  visibility: hidden;
  opacity: 0;
  transform: initial;
}
.elementor-widget-off-canvas .animated-reverse-wrapper:not(.no-animation) {
  animation: e-off-canvas-close var(--e-off-canvas-animation-duration-minimum);
}
.elementor-widget-off-canvas .animated-reverse-wrapper .no-animation {
  animation: e-off-canvas-close 0.001s;
}

@keyframes e-off-canvas-close {
  0%, 99.99% {
    visibility: visible;
    opacity: 1;
  }
  100% {
    visibility: hidden;
    opacity: 0;
    transform: initial;
  }
}
@keyframes e-off-canvas-without-animation {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}
.elementor-widget-search {
  --e-search-white: #FFFFFF;
  --e-search-light-grey: #CDCDCD;
  --e-search-medium-grey: #515962;
  --e-search-dark-grey: #2D2D2D;
  --e-search-input-color: var(--e-search-medium-grey);
  --e-search-input-border-color: var(--e-search-light-grey);
  --e-search-input-border-radius: 0;
  --e-search-input-gap: 4px;
  --e-search-input-padding: 16px;
  --e-search-input-padding-inline-start: 16px;
  --e-search-input-padding-inline-end: 16px;
  --e-search-input-padding-block-start: 16px;
  --e-search-input-padding-block-end: 16px;
  --e-search-input-transition: 0.3s;
  --e-search-placeholder-color: var(--e-search-medium-grey);
  --e-search-icon-label-color: var(--e-search-medium-grey);
  --e-search-icon-label-size: 24px;
  --e-search-icon-label-absolute-width: initial;
  --e-search-icon-clear-color: var(--e-search-light-grey);
  --e-search-icon-clear-size: 12px;
  --e-search-icon-clear-absolute-width: initial;
  --e-search-icon-clear-transition: 0.3s;
  --e-search-submit-color: var(--e-search-white);
  --e-search-submit-background-color: var(--e-search-dark-grey);
  --e-search-submit-border-color: none;
  --e-search-submit-border-type: none;
  --e-search-submit-border-radius: 0;
  --e-search-submit-border-width: 0px;
  --e-search-submit-padding: 24px;
  --e-search-submit-margin-inline-start: 8px;
  --e-search-submit-button-width: initial;
  --e-search-submit-button-flex-direction: row;
  --e-search-submit-hover-transition: 0.3s;
  --e-search-icon-submit-color: var(--e-search-white);
  --e-search-submit-icon-gap: 8px;
  --e-search-submit-icon-margin-inline-start: 0px;
  --e-search-submit-icon-margin-inline-end: var(--e-search-submit-icon-gap);
  --e-search-icon-submit-size: 24px;
  --e-search-submit-transition: 0.3s;
  --e-search-results-background-color: var(--e-search-white);
  --e-search-results-border-color: var(--e-search-light-grey);
  --e-search-results-border-type: solid;
  --e-search-results-border-width: 1px;
  --e-search-results-border-radius: 0px;
  --e-search-results-padding: 16px;
  --e-search-results-width: 100%;
  --e-search-results-columns: 1;
  --e-search-results-max-height: initial;
  --e-search-input-and-results-gap: 8px;
  --e-search-results-transition: 0.3s;
  --e-search-loop-item-equal-height: initial;
  --e-search-results-grid-auto-rows: initial;
  --e-search-results-inset-inline-start: initial;
  --e-search-results-inset-inline-end: initial;
  --e-search-results-transform: initial;
  --e-search-results-default-gap: 16px;
  --e-search-results-column-gap: var(--e-search-results-default-gap);
  --e-search-results-row-gap: var(--e-search-results-default-gap);
  --e-search-nothing-found-padding-block-start: 0;
  --e-search-nothing-found-padding-block-end: 0;
  --e-search-nothing-found-results-columns: 1;
  --e-search-nothing-found-message-color: var(--e-search-medium-grey);
  --e-search-nothing-found-message-alignment: center;
}
.elementor-widget-search .e-search-form {
  display: flex;
}
.elementor-widget-search .e-search-label {
  display: flex;
  position: relative;
  z-index: 10;
}
.elementor-widget-search .e-search-label > svg, .elementor-widget-search .e-search-label > i {
  position: absolute;
  inset-block-start: 50%;
  transform: translateY(-50%);
  inset-inline-start: var(--e-search-input-padding-inline-start);
  transition: width 0s, height 0s;
}
.elementor-widget-search .e-search-label > svg:is(i), .elementor-widget-search .e-search-label > i:is(i) {
  font-size: var(--e-search-icon-label-size);
  color: var(--e-search-icon-label-color);
}
.elementor-widget-search .e-search-label > svg:is(svg), .elementor-widget-search .e-search-label > i:is(svg) {
  fill: var(--e-search-icon-label-color);
  height: var(--e-search-icon-label-size);
  width: auto;
}
.elementor-widget-search .e-search-input-wrapper {
  display: flex;
  flex-direction: column;
  flex: 1;
  position: relative;
}
.elementor-widget-search .e-search-input-wrapper > svg, .elementor-widget-search .e-search-input-wrapper > i {
  position: absolute;
  inset-block-start: 50%;
  transform: translateY(-50%);
  inset-inline-end: var(--e-search-input-padding-inline-end);
  cursor: pointer;
  transition: color var(--e-search-icon-clear-transition), fill var(--e-search-icon-clear-transition), width 0s, height 0s;
}
.elementor-widget-search .e-search-input-wrapper > svg:is(i), .elementor-widget-search .e-search-input-wrapper > i:is(i) {
  font-size: var(--e-search-icon-clear-size);
  color: var(--e-search-icon-clear-color);
}
.elementor-widget-search .e-search-input-wrapper > svg:is(svg), .elementor-widget-search .e-search-input-wrapper > i:is(svg) {
  fill: var(--e-search-icon-clear-color);
  height: var(--e-search-icon-clear-size);
  width: auto;
}
.elementor-widget-search .e-search-input {
  --e-search-icons-min-height: max(var(--e-search-icon-clear-size), var(--e-search-icon-label-size));
  height: 100%;
  min-height: calc(var(--e-search-input-padding-block-end) + var(--e-search-input-padding-block-start) + var(--e-search-icons-min-height));
  color: var(--e-search-input-color);
  border-color: var(--e-search-input-border-color);
  border-radius: var(--e-search-input-border-radius);
  padding-inline-start: calc(var(--e-search-input-padding-inline-start) + var(--e-search-icon-label-absolute-width) + var(--e-search-input-gap));
  padding-inline-end: calc(var(--e-search-input-padding-inline-end) + var(--e-search-icon-clear-absolute-width) + var(--e-search-input-gap));
  padding-block-start: var(--e-search-input-padding-block-start);
  padding-block-end: var(--e-search-input-padding-block-end);
  transition: padding-inline 0s;
  /* Clears the 鈥榅鈥� from Internet Explorer */
  /* Clears the 鈥榅鈥� from Chrome and Firefox*/
}
.elementor-widget-search .e-search-input::-moz-placeholder {
  color: var(--e-search-placeholder-color);
}
.elementor-widget-search .e-search-input::placeholder {
  color: var(--e-search-placeholder-color);
}
.elementor-widget-search .e-search-input.no-icon-clear {
  padding-inline-end: var(--e-search-input-padding-inline-end);
}
.elementor-widget-search .e-search-input.no-icon-label {
  padding-inline-start: var(--e-search-input-padding-inline-start);
}
.elementor-widget-search .e-search-input:focus {
  transition: var(--e-search-input-transition);
  outline: none;
}
.elementor-widget-search .e-search-input::-ms-clear, .elementor-widget-search .e-search-input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
.elementor-widget-search .e-search-input::-webkit-search-decoration, .elementor-widget-search .e-search-input::-webkit-search-cancel-button, .elementor-widget-search .e-search-input::-webkit-search-results-button, .elementor-widget-search .e-search-input::-webkit-search-results-decoration {
  display: none;
}
.elementor-widget-search .e-search-results {
  position: absolute;
  width: var(--e-search-results-width);
  inset-block-start: calc(100% + var(--e-search-input-and-results-gap));
  inset-inline-start: var(--e-search-results-inset-inline-start);
  inset-inline-end: var(--e-search-results-inset-inline-end);
  transform: var(--e-search-results-transform);
  height: -moz-fit-content;
  height: fit-content;
  z-index: 2000;
  border-radius: var(--e-search-results-border-radius);
  background-color: var(--e-search-results-background-color);
  display: flex;
}
.elementor-widget-search .e-search-results > div {
  width: 100%;
  max-height: var(--e-search-results-max-height);
  border-radius: var(--e-search-results-border-radius);
  border: var(--e-search-results-border-type) var(--e-search-results-border-width) var(--e-search-results-border-color);
  display: grid;
  grid-template-columns: repeat(var(--e-search-results-columns), 1fr);
  grid-auto-rows: var(--e-search-results-grid-auto-rows);
  padding: var(--e-search-results-padding);
  overflow: auto;
  -moz-column-gap: var(--e-search-results-column-gap);
       column-gap: var(--e-search-results-column-gap);
  row-gap: var(--e-search-results-row-gap);
}
.elementor-widget-search .e-search-results > div:empty {
  display: none;
}
.elementor-widget-search .e-search-results > div .e-loop-item > .elementor-section,
.elementor-widget-search .e-search-results > div .e-loop-item > .elementor-section > .elementor-container,
.elementor-widget-search .e-search-results > div .e-loop-item > .e-con,
.elementor-widget-search .e-search-results > div .e-loop-item .elementor-section-wrap > .e-con {
  height: var(--e-search-loop-item-equal-height);
}
.elementor-widget-search .e-search-submit {
  display: flex;
  flex-direction: var(--e-search-submit-button-flex-direction);
  align-items: center;
  width: var(--e-search-submit-button-width);
  background-color: var(--e-search-submit-background-color);
  margin-inline-start: var(--e-search-submit-margin-inline-start);
  font-size: var(--e-search-form-submit-icon-size);
  color: var(--e-search-submit-color);
  border-style: var(--e-search-submit-border-type);
  border-radius: var(--e-search-submit-border-radius);
  border-color: var(--e-search-submit-border-color);
  border-width: var(--e-search-submit-border-width);
  padding: var(--e-search-submit-padding);
  transition: var(--e-search-submit-hover-transition);
}
.elementor-widget-search .e-search-submit:focus {
  transition: --e-search-submit-transition;
}
.elementor-widget-search .e-search-submit:focus:not(:focus-visible) {
  outline: none;
}
.elementor-widget-search .e-search-submit > svg, .elementor-widget-search .e-search-submit > i {
  margin-inline-start: var(--e-search-submit-icon-margin-inline-start);
  margin-inline-end: var(--e-search-submit-icon-margin-inline-end);
  transition: inherit;
}
.elementor-widget-search .e-search-submit > svg:is(i), .elementor-widget-search .e-search-submit > i:is(i) {
  font-size: var(--e-search-icon-submit-size);
  color: var(--e-search-icon-submit-color);
}
.elementor-widget-search .e-search-submit > svg:is(svg), .elementor-widget-search .e-search-submit > i:is(svg) {
  fill: var(--e-search-icon-submit-color);
  height: var(--e-search-icon-submit-size);
  width: auto;
}
.elementor-widget-search .e-search-label *, .elementor-widget-search .e-search-input-wrapper {
  transition: var(--e-search-input-transition);
}
.elementor-widget-search .e-search-nothing-found-message {
  color: var(--e-search-nothing-found-message-color);
  padding-block-start: var(--e-search-nothing-found-padding-block-start);
  padding-block-end: var(--e-search-nothing-found-padding-block-end);
  text-align: var(--e-search-nothing-found-message-alignment);
}
.elementor-widget-search .hidden {
  visibility: hidden;
}
.elementor-widget-search .no-results > div {
  grid-template-columns: var(--e-search-nothing-found-results-columns);
}
/*# sourceMappingURL=frontend.css.map *//*! elementor - v3.24.0 - 15-10-2024 */
.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}/*! elementor - v3.24.0 - 15-10-2024 */
.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:#69727d;color:#fff}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap{color:#69727d;border:3px solid;background-color:transparent}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap{margin-top:8px}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter{width:1em;height:1em}.elementor-widget-text-editor .elementor-drop-cap{float:left;text-align:center;line-height:1;font-size:50px}.elementor-widget-text-editor .elementor-drop-cap-letter{display:inline-block}/*! elementor - v3.24.0 - 15-10-2024 */
.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:end;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:start;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}/*! elementor - v3.24.0 - 15-10-2024 */
.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=".svg"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}/*! elementor - v3.24.0 - 15-10-2024 */
.elementor-widget-icon-box .elementor-icon-box-wrapper{display:block;text-align:center}.elementor-widget-icon-box .elementor-icon-box-icon{margin-bottom:var(--icon-box-icon-margin,15px);margin-right:auto;margin-left:auto}@media (min-width:768px){.elementor-widget-icon-box.elementor-vertical-align-top .elementor-icon-box-wrapper{align-items:flex-start}.elementor-widget-icon-box.elementor-vertical-align-middle .elementor-icon-box-wrapper{align-items:center}.elementor-widget-icon-box.elementor-vertical-align-bottom .elementor-icon-box-wrapper{align-items:flex-end}}.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper,.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper{display:flex}.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon,.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-icon{display:inline-flex;flex:0 0 auto}.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper{text-align:end;flex-direction:row-reverse}.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-icon{margin-left:var(--icon-box-icon-margin,15px);margin-right:0;margin-bottom:unset}.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper{text-align:start;flex-direction:row}.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon{margin-right:var(--icon-box-icon-margin,15px);margin-left:0;margin-bottom:unset}.elementor-widget-icon-box.elementor-position-top .elementor-icon-box-wrapper{display:block;text-align:center;flex-direction:unset}.elementor-widget-icon-box.elementor-position-top .elementor-icon-box-icon{margin-bottom:var(--icon-box-icon-margin,15px);margin-right:auto;margin-left:auto}@media (min-width:-1){.elementor-widget-icon-box.elementor-widescreen-position-left .elementor-icon-box-wrapper,.elementor-widget-icon-box.elementor-widescreen-position-right .elementor-icon-box-wrapper{display:flex}.elementor-widget-icon-box.elementor-widescreen-position-left .elementor-icon-box-icon,.elementor-widget-icon-box.elementor-widescreen-position-right .elementor-icon-box-icon{display:inline-flex;flex:0 0 auto}.elementor-widget-icon-box.elementor-widescreen-position-right .elementor-icon-box-wrapper{text-align:end;flex-direction:row-reverse}.elementor-widget-icon-box.elementor-widescreen-position-right .elementor-icon-box-icon{margin-left:var(--icon-box-icon-margin,15px);margin-right:0;margin-bottom:unset}.elementor-widget-icon-box.elementor-widescreen-position-left .elementor-icon-box-wrapper{text-align:start;flex-direction:row}.elementor-widget-icon-box.elementor-widescreen-position-left .elementor-icon-box-icon{margin-right:var(--icon-box-icon-margin,15px);margin-left:0;margin-bottom:unset}.elementor-widget-icon-box.elementor-widescreen-position-top .elementor-icon-box-wrapper{display:block;text-align:center;flex-direction:unset}.elementor-widget-icon-box.elementor-widescreen-position-top .elementor-icon-box-icon{margin-bottom:var(--icon-box-icon-margin,15px);margin-right:auto;margin-left:auto}}@media (max-width:-1){.elementor-widget-icon-box.elementor-laptop-position-left .elementor-icon-box-wrapper,.elementor-widget-icon-box.elementor-laptop-position-right .elementor-icon-box-wrapper{display:flex}.elementor-widget-icon-box.elementor-laptop-position-left .elementor-icon-box-icon,.elementor-widget-icon-box.elementor-laptop-position-right .elementor-icon-box-icon{display:inline-flex;flex:0 0 auto}.elementor-widget-icon-box.elementor-laptop-position-right .elementor-icon-box-wrapper{text-align:end;flex-direction:row-reverse}.elementor-widget-icon-box.elementor-laptop-position-right .elementor-icon-box-icon{margin-left:var(--icon-box-icon-margin,15px);margin-right:0;margin-bottom:unset}.elementor-widget-icon-box.elementor-laptop-position-left .elementor-icon-box-wrapper{text-align:start;flex-direction:row}.elementor-widget-icon-box.elementor-laptop-position-left .elementor-icon-box-icon{margin-right:var(--icon-box-icon-margin,15px);margin-left:0;margin-bottom:unset}.elementor-widget-icon-box.elementor-laptop-position-top .elementor-icon-box-wrapper{display:block;text-align:center;flex-direction:unset}.elementor-widget-icon-box.elementor-laptop-position-top .elementor-icon-box-icon{margin-bottom:var(--icon-box-icon-margin,15px);margin-right:auto;margin-left:auto}}@media (max-width:-1){.elementor-widget-icon-box.elementor-tablet_extra-position-left .elementor-icon-box-wrapper,.elementor-widget-icon-box.elementor-tablet_extra-position-right .elementor-icon-box-wrapper{display:flex}.elementor-widget-icon-box.elementor-tablet_extra-position-left .elementor-icon-box-icon,.elementor-widget-icon-box.elementor-tablet_extra-position-right .elementor-icon-box-icon{display:inline-flex;flex:0 0 auto}.elementor-widget-icon-box.elementor-tablet_extra-position-right .elementor-icon-box-wrapper{text-align:end;flex-direction:row-reverse}.elementor-widget-icon-box.elementor-tablet_extra-position-right .elementor-icon-box-icon{margin-left:var(--icon-box-icon-margin,15px);margin-right:0;margin-bottom:unset}.elementor-widget-icon-box.elementor-tablet_extra-position-left .elementor-icon-box-wrapper{text-align:start;flex-direction:row}.elementor-widget-icon-box.elementor-tablet_extra-position-left .elementor-icon-box-icon{margin-right:var(--icon-box-icon-margin,15px);margin-left:0;margin-bottom:unset}.elementor-widget-icon-box.elementor-tablet_extra-position-top .elementor-icon-box-wrapper{display:block;text-align:center;flex-direction:unset}.elementor-widget-icon-box.elementor-tablet_extra-position-top .elementor-icon-box-icon{margin-bottom:var(--icon-box-icon-margin,15px);margin-right:auto;margin-left:auto}}@media (max-width:1024px){.elementor-widget-icon-box.elementor-tablet-position-left .elementor-icon-box-wrapper,.elementor-widget-icon-box.elementor-tablet-position-right .elementor-icon-box-wrapper{display:flex}.elementor-widget-icon-box.elementor-tablet-position-left .elementor-icon-box-icon,.elementor-widget-icon-box.elementor-tablet-position-right .elementor-icon-box-icon{display:inline-flex;flex:0 0 auto}.elementor-widget-icon-box.elementor-tablet-position-right .elementor-icon-box-wrapper{text-align:end;flex-direction:row-reverse}.elementor-widget-icon-box.elementor-tablet-position-right .elementor-icon-box-icon{margin-left:var(--icon-box-icon-margin,15px);margin-right:0;margin-bottom:unset}.elementor-widget-icon-box.elementor-tablet-position-left .elementor-icon-box-wrapper{text-align:start;flex-direction:row}.elementor-widget-icon-box.elementor-tablet-position-left .elementor-icon-box-icon{margin-right:var(--icon-box-icon-margin,15px);margin-left:0;margin-bottom:unset}.elementor-widget-icon-box.elementor-tablet-position-top .elementor-icon-box-wrapper{display:block;text-align:center;flex-direction:unset}.elementor-widget-icon-box.elementor-tablet-position-top .elementor-icon-box-icon{margin-bottom:var(--icon-box-icon-margin,15px);margin-right:auto;margin-left:auto}}@media (max-width:-1){.elementor-widget-icon-box.elementor-mobile_extra-position-left .elementor-icon-box-wrapper,.elementor-widget-icon-box.elementor-mobile_extra-position-right .elementor-icon-box-wrapper{display:flex}.elementor-widget-icon-box.elementor-mobile_extra-position-left .elementor-icon-box-icon,.elementor-widget-icon-box.elementor-mobile_extra-position-right .elementor-icon-box-icon{display:inline-flex;flex:0 0 auto}.elementor-widget-icon-box.elementor-mobile_extra-position-right .elementor-icon-box-wrapper{text-align:end;flex-direction:row-reverse}.elementor-widget-icon-box.elementor-mobile_extra-position-right .elementor-icon-box-icon{margin-left:var(--icon-box-icon-margin,15px);margin-right:0;margin-bottom:unset}.elementor-widget-icon-box.elementor-mobile_extra-position-left .elementor-icon-box-wrapper{text-align:start;flex-direction:row}.elementor-widget-icon-box.elementor-mobile_extra-position-left .elementor-icon-box-icon{margin-right:var(--icon-box-icon-margin,15px);margin-left:0;margin-bottom:unset}.elementor-widget-icon-box.elementor-mobile_extra-position-top .elementor-icon-box-wrapper{display:block;text-align:center;flex-direction:unset}.elementor-widget-icon-box.elementor-mobile_extra-position-top .elementor-icon-box-icon{margin-bottom:var(--icon-box-icon-margin,15px);margin-right:auto;margin-left:auto}}@media (max-width:767px){.elementor-widget-icon-box.elementor-mobile-position-left .elementor-icon-box-wrapper,.elementor-widget-icon-box.elementor-mobile-position-right .elementor-icon-box-wrapper{display:flex}.elementor-widget-icon-box.elementor-mobile-position-left .elementor-icon-box-icon,.elementor-widget-icon-box.elementor-mobile-position-right .elementor-icon-box-icon{display:inline-flex;flex:0 0 auto}.elementor-widget-icon-box.elementor-mobile-position-right .elementor-icon-box-wrapper{text-align:end;flex-direction:row-reverse}.elementor-widget-icon-box.elementor-mobile-position-right .elementor-icon-box-icon{margin-left:var(--icon-box-icon-margin,15px);margin-right:0;margin-bottom:unset}.elementor-widget-icon-box.elementor-mobile-position-left .elementor-icon-box-wrapper{text-align:start;flex-direction:row}.elementor-widget-icon-box.elementor-mobile-position-left .elementor-icon-box-icon{margin-right:var(--icon-box-icon-margin,15px);margin-left:0;margin-bottom:unset}.elementor-widget-icon-box.elementor-mobile-position-top .elementor-icon-box-wrapper{display:block;text-align:center;flex-direction:unset}.elementor-widget-icon-box.elementor-mobile-position-top .elementor-icon-box-icon{margin-bottom:var(--icon-box-icon-margin,15px);margin-right:auto;margin-left:auto}.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon,.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-icon{display:block;flex:unset}}.elementor-widget-icon-box .elementor-icon-box-title a{color:inherit}.elementor-widget-icon-box .elementor-icon-box-content{flex-grow:1}.elementor-widget-icon-box .elementor-icon-box-description{margin:0}/*! elementor - v3.24.0 - 15-10-2024 */
@charset "UTF-8";.elementor-star-rating{color:#ccd6df;font-family:eicons;display:inline-block}.elementor-star-rating i{display:inline-block;position:relative;font-style:normal;cursor:default}.elementor-star-rating i:before{content:"\e934";display:block;font-size:inherit;font-family:inherit;position:absolute;overflow:hidden;color:#f0ad4e;top:0;left:0}.elementor-star-rating .elementor-star-empty:before{content:none}.elementor-star-rating .elementor-star-1:before{width:10%}.elementor-star-rating .elementor-star-2:before{width:20%}.elementor-star-rating .elementor-star-3:before{width:30%}.elementor-star-rating .elementor-star-4:before{width:40%}.elementor-star-rating .elementor-star-5:before{width:50%}.elementor-star-rating .elementor-star-6:before{width:60%}.elementor-star-rating .elementor-star-7:before{width:70%}.elementor-star-rating .elementor-star-8:before{width:80%}.elementor-star-rating .elementor-star-9:before{width:90%}.elementor-star-rating__wrapper{display:flex;align-items:center}.elementor-star-rating__title{margin-inline-end:10px}.elementor-star-rating--align-right .elementor-star-rating__wrapper{text-align:right;justify-content:flex-end}.elementor-star-rating--align-left .elementor-star-rating__wrapper{text-align:left;justify-content:flex-start}.elementor-star-rating--align-center .elementor-star-rating__wrapper{text-align:center;justify-content:center}.elementor-star-rating--align-justify .elementor-star-rating__title{margin-inline-end:auto}@media (max-width:1024px){.elementor-star-rating-tablet--align-right .elementor-star-rating__wrapper{text-align:right;justify-content:flex-end}.elementor-star-rating-tablet--align-left .elementor-star-rating__wrapper{text-align:left;justify-content:flex-start}.elementor-star-rating-tablet--align-center .elementor-star-rating__wrapper{text-align:center;justify-content:center}.elementor-star-rating-tablet--align-justify .elementor-star-rating__title{margin-inline-end:auto}}@media (max-width:767px){.elementor-star-rating-mobile--align-right .elementor-star-rating__wrapper{text-align:right;justify-content:flex-end}.elementor-star-rating-mobile--align-left .elementor-star-rating__wrapper{text-align:left;justify-content:flex-start}.elementor-star-rating-mobile--align-center .elementor-star-rating__wrapper{text-align:center;justify-content:center}.elementor-star-rating-mobile--align-justify .elementor-star-rating__title{margin-inline-end:auto}}.last-star{letter-spacing:0}.elementor--star-style-star_unicode .elementor-star-rating{font-family:Arial,Helvetica,sans-serif}.elementor--star-style-star_unicode .elementor-star-rating i:not(.elementor-star-empty):before{content:"鈽�"}/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
          animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1); }

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em; }

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-acquisitions-incorporated:before {
  content: "\f6af"; }

.fa-ad:before {
  content: "\f641"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-card:before {
  content: "\f2bb"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-adn:before {
  content: "\f170"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-air-freshener:before {
  content: "\f5d0"; }

.fa-airbnb:before {
  content: "\f834"; }

.fa-algolia:before {
  content: "\f36c"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-alipay:before {
  content: "\f642"; }

.fa-allergies:before {
  content: "\f461"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-amazon-pay:before {
  content: "\f42c"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-amilia:before {
  content: "\f36d"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-android:before {
  content: "\f17b"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angry:before {
  content: "\f556"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-angular:before {
  content: "\f420"; }

.fa-ankh:before {
  content: "\f644"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-apper:before {
  content: "\f371"; }

.fa-apple:before {
  content: "\f179"; }

.fa-apple-alt:before {
  content: "\f5d1"; }

.fa-apple-pay:before {
  content: "\f415"; }

.fa-archive:before {
  content: "\f187"; }

.fa-archway:before {
  content: "\f557"; }

.fa-arrow-alt-circle-down:before {
  content: "\f358"; }

.fa-arrow-alt-circle-left:before {
  content: "\f359"; }

.fa-arrow-alt-circle-right:before {
  content: "\f35a"; }

.fa-arrow-alt-circle-up:before {
  content: "\f35b"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-arrows-alt-h:before {
  content: "\f337"; }

.fa-arrows-alt-v:before {
  content: "\f338"; }

.fa-artstation:before {
  content: "\f77a"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-atlas:before {
  content: "\f558"; }

.fa-atlassian:before {
  content: "\f77b"; }

.fa-atom:before {
  content: "\f5d2"; }

.fa-audible:before {
  content: "\f373"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-award:before {
  content: "\f559"; }

.fa-aws:before {
  content: "\f375"; }

.fa-baby:before {
  content: "\f77c"; }

.fa-baby-carriage:before {
  content: "\f77d"; }

.fa-backspace:before {
  content: "\f55a"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-bacon:before {
  content: "\f7e5"; }

.fa-bacteria:before {
  content: "\e059"; }

.fa-bacterium:before {
  content: "\e05a"; }

.fa-bahai:before {
  content: "\f666"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-balance-scale-left:before {
  content: "\f515"; }

.fa-balance-scale-right:before {
  content: "\f516"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-band-aid:before {
  content: "\f462"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-bars:before {
  content: "\f0c9"; }

.fa-baseball-ball:before {
  content: "\f433"; }

.fa-basketball-ball:before {
  content: "\f434"; }

.fa-bath:before {
  content: "\f2cd"; }

.fa-battery-empty:before {
  content: "\f244"; }

.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battle-net:before {
  content: "\f835"; }

.fa-bed:before {
  content: "\f236"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bezier-curve:before {
  content: "\f55b"; }

.fa-bible:before {
  content: "\f647"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-biking:before {
  content: "\f84a"; }

.fa-bimobject:before {
  content: "\f378"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-biohazard:before {
  content: "\f780"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitcoin:before {
  content: "\f379"; }

.fa-bity:before {
  content: "\f37a"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-blackberry:before {
  content: "\f37b"; }

.fa-blender:before {
  content: "\f517"; }

.fa-blender-phone:before {
  content: "\f6b6"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-blog:before {
  content: "\f781"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-blogger-b:before {
  content: "\f37d"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-bold:before {
  content: "\f032"; }

.fa-bolt:before {
  content: "\f0e7"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-bone:before {
  content: "\f5d7"; }

.fa-bong:before {
  content: "\f55c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-book-dead:before {
  content: "\f6b7"; }

.fa-book-medical:before {
  content: "\f7e6"; }

.fa-book-open:before {
  content: "\f518"; }

.fa-book-reader:before {
  content: "\f5da"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-bootstrap:before {
  content: "\f836"; }

.fa-border-all:before {
  content: "\f84c"; }

.fa-border-none:before {
  content: "\f850"; }

.fa-border-style:before {
  content: "\f853"; }

.fa-bowling-ball:before {
  content: "\f436"; }

.fa-box:before {
  content: "\f466"; }

.fa-box-open:before {
  content: "\f49e"; }

.fa-box-tissue:before {
  content: "\e05b"; }

.fa-boxes:before {
  content: "\f468"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-brain:before {
  content: "\f5dc"; }

.fa-bread-slice:before {
  content: "\f7ec"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-briefcase-medical:before {
  content: "\f469"; }

.fa-broadcast-tower:before {
  content: "\f519"; }

.fa-broom:before {
  content: "\f51a"; }

.fa-brush:before {
  content: "\f55d"; }

.fa-btc:before {
  content: "\f15a"; }

.fa-buffer:before {
  content: "\f837"; }

.fa-bug:before {
  content: "\f188"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-burn:before {
  content: "\f46a"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-bus:before {
  content: "\f207"; }

.fa-bus-alt:before {
  content: "\f55e"; }

.fa-business-time:before {
  content: "\f64a"; }

.fa-buy-n-large:before {
  content: "\f8a6"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-calendar:before {
  content: "\f133"; }

.fa-calendar-alt:before {
  content: "\f073"; }

.fa-calendar-check:before {
  content: "\f274"; }

.fa-calendar-day:before {
  content: "\f783"; }

.fa-calendar-minus:before {
  content: "\f272"; }

.fa-calendar-plus:before {
  content: "\f271"; }

.fa-calendar-times:before {
  content: "\f273"; }

.fa-calendar-week:before {
  content: "\f784"; }

.fa-camera:before {
  content: "\f030"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-campground:before {
  content: "\f6bb"; }

.fa-canadian-maple-leaf:before {
  content: "\f785"; }

.fa-candy-cane:before {
  content: "\f786"; }

.fa-cannabis:before {
  content: "\f55f"; }

.fa-capsules:before {
  content: "\f46b"; }

.fa-car:before {
  content: "\f1b9"; }

.fa-car-alt:before {
  content: "\f5de"; }

.fa-car-battery:before {
  content: "\f5df"; }

.fa-car-crash:before {
  content: "\f5e1"; }

.fa-car-side:before {
  content: "\f5e4"; }

.fa-caravan:before {
  content: "\f8ff"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-caret-square-down:before {
  content: "\f150"; }

.fa-caret-square-left:before {
  content: "\f191"; }

.fa-caret-square-right:before {
  content: "\f152"; }

.fa-caret-square-up:before {
  content: "\f151"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-carrot:before {
  content: "\f787"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cash-register:before {
  content: "\f788"; }

.fa-cat:before {
  content: "\f6be"; }

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-apple-pay:before {
  content: "\f416"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-centercode:before {
  content: "\f380"; }

.fa-centos:before {
  content: "\f789"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-chair:before {
  content: "\f6c0"; }

.fa-chalkboard:before {
  content: "\f51b"; }

.fa-chalkboard-teacher:before {
  content: "\f51c"; }

.fa-charging-station:before {
  content: "\f5e7"; }

.fa-chart-area:before {
  content: "\f1fe"; }

.fa-chart-bar:before {
  content: "\f080"; }

.fa-chart-line:before {
  content: "\f201"; }

.fa-chart-pie:before {
  content: "\f200"; }

.fa-check:before {
  content: "\f00c"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-check-double:before {
  content: "\f560"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-cheese:before {
  content: "\f7ef"; }

.fa-chess:before {
  content: "\f439"; }

.fa-chess-bishop:before {
  content: "\f43a"; }

.fa-chess-board:before {
  content: "\f43c"; }

.fa-chess-king:before {
  content: "\f43f"; }

.fa-chess-knight:before {
  content: "\f441"; }

.fa-chess-pawn:before {
  content: "\f443"; }

.fa-chess-queen:before {
  content: "\f445"; }

.fa-chess-rook:before {
  content: "\f447"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-chromecast:before {
  content: "\f838"; }

.fa-church:before {
  content: "\f51d"; }

.fa-circle:before {
  content: "\f111"; }

.fa-circle-notch:before {
  content: "\f1ce"; }

.fa-city:before {
  content: "\f64f"; }

.fa-clinic-medical:before {
  content: "\f7f2"; }

.fa-clipboard:before {
  content: "\f328"; }

.fa-clipboard-check:before {
  content: "\f46c"; }

.fa-clipboard-list:before {
  content: "\f46d"; }

.fa-clock:before {
  content: "\f017"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-closed-captioning:before {
  content: "\f20a"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-cloud-download-alt:before {
  content: "\f381"; }

.fa-cloud-meatball:before {
  content: "\f73b"; }

.fa-cloud-moon:before {
  content: "\f6c3"; }

.fa-cloud-moon-rain:before {
  content: "\f73c"; }

.fa-cloud-rain:before {
  content: "\f73d"; }

.fa-cloud-showers-heavy:before {
  content: "\f740"; }

.fa-cloud-sun:before {
  content: "\f6c4"; }

.fa-cloud-sun-rain:before {
  content: "\f743"; }

.fa-cloud-upload-alt:before {
  content: "\f382"; }

.fa-cloudflare:before {
  content: "\e07d"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-cocktail:before {
  content: "\f561"; }

.fa-code:before {
  content: "\f121"; }

.fa-code-branch:before {
  content: "\f126"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cog:before {
  content: "\f013"; }

.fa-cogs:before {
  content: "\f085"; }

.fa-coins:before {
  content: "\f51e"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-comment:before {
  content: "\f075"; }

.fa-comment-alt:before {
  content: "\f27a"; }

.fa-comment-dollar:before {
  content: "\f651"; }

.fa-comment-dots:before {
  content: "\f4ad"; }

.fa-comment-medical:before {
  content: "\f7f5"; }

.fa-comment-slash:before {
  content: "\f4b3"; }

.fa-comments:before {
  content: "\f086"; }

.fa-comments-dollar:before {
  content: "\f653"; }

.fa-compact-disc:before {
  content: "\f51f"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-compress:before {
  content: "\f066"; }

.fa-compress-alt:before {
  content: "\f422"; }

.fa-compress-arrows-alt:before {
  content: "\f78c"; }

.fa-concierge-bell:before {
  content: "\f562"; }

.fa-confluence:before {
  content: "\f78d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-cookie:before {
  content: "\f563"; }

.fa-cookie-bite:before {
  content: "\f564"; }

.fa-copy:before {
  content: "\f0c5"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-cotton-bureau:before {
  content: "\f89e"; }

.fa-couch:before {
  content: "\f4b8"; }

.fa-cpanel:before {
  content: "\f388"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-creative-commons-by:before {
  content: "\f4e7"; }

.fa-creative-commons-nc:before {
  content: "\f4e8"; }

.fa-creative-commons-nc-eu:before {
  content: "\f4e9"; }

.fa-creative-commons-nc-jp:before {
  content: "\f4ea"; }

.fa-creative-commons-nd:before {
  content: "\f4eb"; }

.fa-creative-commons-pd:before {
  content: "\f4ec"; }

.fa-creative-commons-pd-alt:before {
  content: "\f4ed"; }

.fa-creative-commons-remix:before {
  content: "\f4ee"; }

.fa-creative-commons-sa:before {
  content: "\f4ef"; }

.fa-creative-commons-sampling:before {
  content: "\f4f0"; }

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"; }

.fa-creative-commons-share:before {
  content: "\f4f2"; }

.fa-creative-commons-zero:before {
  content: "\f4f3"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-critical-role:before {
  content: "\f6c9"; }

.fa-crop:before {
  content: "\f125"; }

.fa-crop-alt:before {
  content: "\f565"; }

.fa-cross:before {
  content: "\f654"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-crow:before {
  content: "\f520"; }

.fa-crown:before {
  content: "\f521"; }

.fa-crutch:before {
  content: "\f7f7"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-css3-alt:before {
  content: "\f38b"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-cut:before {
  content: "\f0c4"; }

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-d-and-d-beyond:before {
  content: "\f6ca"; }

.fa-dailymotion:before {
  content: "\e052"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-deaf:before {
  content: "\f2a4"; }

.fa-deezer:before {
  content: "\e077"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-democrat:before {
  content: "\f747"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-dev:before {
  content: "\f6cc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-dharmachakra:before {
  content: "\f655"; }

.fa-dhl:before {
  content: "\f790"; }

.fa-diagnoses:before {
  content: "\f470"; }

.fa-diaspora:before {
  content: "\f791"; }

.fa-dice:before {
  content: "\f522"; }

.fa-dice-d20:before {
  content: "\f6cf"; }

.fa-dice-d6:before {
  content: "\f6d1"; }

.fa-dice-five:before {
  content: "\f523"; }

.fa-dice-four:before {
  content: "\f524"; }

.fa-dice-one:before {
  content: "\f525"; }

.fa-dice-six:before {
  content: "\f526"; }

.fa-dice-three:before {
  content: "\f527"; }

.fa-dice-two:before {
  content: "\f528"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-digital-tachograph:before {
  content: "\f566"; }

.fa-directions:before {
  content: "\f5eb"; }

.fa-discord:before {
  content: "\f392"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-disease:before {
  content: "\f7fa"; }

.fa-divide:before {
  content: "\f529"; }

.fa-dizzy:before {
  content: "\f567"; }

.fa-dna:before {
  content: "\f471"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-docker:before {
  content: "\f395"; }

.fa-dog:before {
  content: "\f6d3"; }

.fa-dollar-sign:before {
  content: "\f155"; }

.fa-dolly:before {
  content: "\f472"; }

.fa-dolly-flatbed:before {
  content: "\f474"; }

.fa-donate:before {
  content: "\f4b9"; }

.fa-door-closed:before {
  content: "\f52a"; }

.fa-door-open:before {
  content: "\f52b"; }

.fa-dot-circle:before {
  content: "\f192"; }

.fa-dove:before {
  content: "\f4ba"; }

.fa-download:before {
  content: "\f019"; }

.fa-draft2digital:before {
  content: "\f396"; }

.fa-drafting-compass:before {
  content: "\f568"; }

.fa-dragon:before {
  content: "\f6d5"; }

.fa-draw-polygon:before {
  content: "\f5ee"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-dribbble-square:before {
  content: "\f397"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-drum:before {
  content: "\f569"; }

.fa-drum-steelpan:before {
  content: "\f56a"; }

.fa-drumstick-bite:before {
  content: "\f6d7"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-dumbbell:before {
  content: "\f44b"; }

.fa-dumpster:before {
  content: "\f793"; }

.fa-dumpster-fire:before {
  content: "\f794"; }

.fa-dungeon:before {
  content: "\f6d9"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-ebay:before {
  content: "\f4f4"; }

.fa-edge:before {
  content: "\f282"; }

.fa-edge-legacy:before {
  content: "\e078"; }

.fa-edit:before {
  content: "\f044"; }

.fa-egg:before {
  content: "\f7fb"; }

.fa-eject:before {
  content: "\f052"; }

.fa-elementor:before {
  content: "\f430"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-ello:before {
  content: "\f5f1"; }

.fa-ember:before {
  content: "\f423"; }

.fa-empire:before {
  content: "\f1d1"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-open-text:before {
  content: "\f658"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-envira:before {
  content: "\f299"; }

.fa-equals:before {
  content: "\f52c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-erlang:before {
  content: "\f39d"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-ethernet:before {
  content: "\f796"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-euro-sign:before {
  content: "\f153"; }

.fa-evernote:before {
  content: "\f839"; }

.fa-exchange-alt:before {
  content: "\f362"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-expand:before {
  content: "\f065"; }

.fa-expand-alt:before {
  content: "\f424"; }

.fa-expand-arrows-alt:before {
  content: "\f31e"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-external-link-alt:before {
  content: "\f35d"; }

.fa-external-link-square-alt:before {
  content: "\f360"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-dropper:before {
  content: "\f1fb"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-facebook-messenger:before {
  content: "\f39f"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-fan:before {
  content: "\f863"; }

.fa-fantasy-flight-games:before {
  content: "\f6dc"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-faucet:before {
  content: "\e005"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-feather:before {
  content: "\f52d"; }

.fa-feather-alt:before {
  content: "\f56b"; }

.fa-fedex:before {
  content: "\f797"; }

.fa-fedora:before {
  content: "\f798"; }

.fa-female:before {
  content: "\f182"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-figma:before {
  content: "\f799"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-alt:before {
  content: "\f15c"; }

.fa-file-archive:before {
  content: "\f1c6"; }

.fa-file-audio:before {
  content: "\f1c7"; }

.fa-file-code:before {
  content: "\f1c9"; }

.fa-file-contract:before {
  content: "\f56c"; }

.fa-file-csv:before {
  content: "\f6dd"; }

.fa-file-download:before {
  content: "\f56d"; }

.fa-file-excel:before {
  content: "\f1c3"; }

.fa-file-export:before {
  content: "\f56e"; }

.fa-file-image:before {
  content: "\f1c5"; }

.fa-file-import:before {
  content: "\f56f"; }

.fa-file-invoice:before {
  content: "\f570"; }

.fa-file-invoice-dollar:before {
  content: "\f571"; }

.fa-file-medical:before {
  content: "\f477"; }

.fa-file-medical-alt:before {
  content: "\f478"; }

.fa-file-pdf:before {
  content: "\f1c1"; }

.fa-file-powerpoint:before {
  content: "\f1c4"; }

.fa-file-prescription:before {
  content: "\f572"; }

.fa-file-signature:before {
  content: "\f573"; }

.fa-file-upload:before {
  content: "\f574"; }

.fa-file-video:before {
  content: "\f1c8"; }

.fa-file-word:before {
  content: "\f1c2"; }

.fa-fill:before {
  content: "\f575"; }

.fa-fill-drip:before {
  content: "\f576"; }

.fa-film:before {
  content: "\f008"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-fingerprint:before {
  content: "\f577"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-fire-alt:before {
  content: "\f7e4"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-firefox-browser:before {
  content: "\e007"; }

.fa-first-aid:before {
  content: "\f479"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-first-order-alt:before {
  content: "\f50a"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-fish:before {
  content: "\f578"; }

.fa-fist-raised:before {
  content: "\f6de"; }

.fa-flag:before {
  content: "\f024"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-flag-usa:before {
  content: "\f74d"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-flipboard:before {
  content: "\f44d"; }

.fa-flushed:before {
  content: "\f579"; }

.fa-fly:before {
  content: "\f417"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-minus:before {
  content: "\f65d"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-folder-plus:before {
  content: "\f65e"; }

.fa-font:before {
  content: "\f031"; }

.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-font-awesome-flag:before {
  content: "\f425"; }

.fa-font-awesome-logo-full:before {
  content: "\f4e6"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-football-ball:before {
  content: "\f44e"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-frog:before {
  content: "\f52e"; }

.fa-frown:before {
  content: "\f119"; }

.fa-frown-open:before {
  content: "\f57a"; }

.fa-fulcrum:before {
  content: "\f50b"; }

.fa-funnel-dollar:before {
  content: "\f662"; }

.fa-futbol:before {
  content: "\f1e3"; }

.fa-galactic-republic:before {
  content: "\f50c"; }

.fa-galactic-senate:before {
  content: "\f50d"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-gas-pump:before {
  content: "\f52f"; }

.fa-gavel:before {
  content: "\f0e3"; }

.fa-gem:before {
  content: "\f3a5"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-ghost:before {
  content: "\f6e2"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-gifts:before {
  content: "\f79c"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-git-alt:before {
  content: "\f841"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-github:before {
  content: "\f09b"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-gitter:before {
  content: "\f426"; }

.fa-glass-cheers:before {
  content: "\f79f"; }

.fa-glass-martini:before {
  content: "\f000"; }

.fa-glass-martini-alt:before {
  content: "\f57b"; }

.fa-glass-whiskey:before {
  content: "\f7a0"; }

.fa-glasses:before {
  content: "\f530"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-globe-africa:before {
  content: "\f57c"; }

.fa-globe-americas:before {
  content: "\f57d"; }

.fa-globe-asia:before {
  content: "\f57e"; }

.fa-globe-europe:before {
  content: "\f7a2"; }

.fa-gofore:before {
  content: "\f3a7"; }

.fa-golf-ball:before {
  content: "\f450"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-google-pay:before {
  content: "\e079"; }

.fa-google-play:before {
  content: "\f3ab"; }

.fa-google-plus:before {
  content: "\f2b3"; }

.fa-google-plus-g:before {
  content: "\f0d5"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-gopuram:before {
  content: "\f664"; }

.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-greater-than:before {
  content: "\f531"; }

.fa-greater-than-equal:before {
  content: "\f532"; }

.fa-grimace:before {
  content: "\f57f"; }

.fa-grin:before {
  content: "\f580"; }

.fa-grin-alt:before {
  content: "\f581"; }

.fa-grin-beam:before {
  content: "\f582"; }

.fa-grin-beam-sweat:before {
  content: "\f583"; }

.fa-grin-hearts:before {
  content: "\f584"; }

.fa-grin-squint:before {
  content: "\f585"; }

.fa-grin-squint-tears:before {
  content: "\f586"; }

.fa-grin-stars:before {
  content: "\f587"; }

.fa-grin-tears:before {
  content: "\f588"; }

.fa-grin-tongue:before {
  content: "\f589"; }

.fa-grin-tongue-squint:before {
  content: "\f58a"; }

.fa-grin-tongue-wink:before {
  content: "\f58b"; }

.fa-grin-wink:before {
  content: "\f58c"; }

.fa-grip-horizontal:before {
  content: "\f58d"; }

.fa-grip-lines:before {
  content: "\f7a4"; }

.fa-grip-lines-vertical:before {
  content: "\f7a5"; }

.fa-grip-vertical:before {
  content: "\f58e"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-guilded:before {
  content: "\e07e"; }

.fa-guitar:before {
  content: "\f7a6"; }

.fa-gulp:before {
  content: "\f3ae"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-hackerrank:before {
  content: "\f5f7"; }

.fa-hamburger:before {
  content: "\f805"; }

.fa-hammer:before {
  content: "\f6e3"; }

.fa-hamsa:before {
  content: "\f665"; }

.fa-hand-holding:before {
  content: "\f4bd"; }

.fa-hand-holding-heart:before {
  content: "\f4be"; }

.fa-hand-holding-medical:before {
  content: "\e05c"; }

.fa-hand-holding-usd:before {
  content: "\f4c0"; }

.fa-hand-holding-water:before {
  content: "\f4c1"; }

.fa-hand-lizard:before {
  content: "\f258"; }

.fa-hand-middle-finger:before {
  content: "\f806"; }

.fa-hand-paper:before {
  content: "\f256"; }

.fa-hand-peace:before {
  content: "\f25b"; }

.fa-hand-point-down:before {
  content: "\f0a7"; }

.fa-hand-point-left:before {
  content: "\f0a5"; }

.fa-hand-point-right:before {
  content: "\f0a4"; }

.fa-hand-point-up:before {
  content: "\f0a6"; }

.fa-hand-pointer:before {
  content: "\f25a"; }

.fa-hand-rock:before {
  content: "\f255"; }

.fa-hand-scissors:before {
  content: "\f257"; }

.fa-hand-sparkles:before {
  content: "\e05d"; }

.fa-hand-spock:before {
  content: "\f259"; }

.fa-hands:before {
  content: "\f4c2"; }

.fa-hands-helping:before {
  content: "\f4c4"; }

.fa-hands-wash:before {
  content: "\e05e"; }

.fa-handshake:before {
  content: "\f2b5"; }

.fa-handshake-alt-slash:before {
  content: "\e05f"; }

.fa-handshake-slash:before {
  content: "\e060"; }

.fa-hanukiah:before {
  content: "\f6e6"; }

.fa-hard-hat:before {
  content: "\f807"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-hat-cowboy:before {
  content: "\f8c0"; }

.fa-hat-cowboy-side:before {
  content: "\f8c1"; }

.fa-hat-wizard:before {
  content: "\f6e8"; }

.fa-hdd:before {
  content: "\f0a0"; }

.fa-head-side-cough:before {
  content: "\e061"; }

.fa-head-side-cough-slash:before {
  content: "\e062"; }

.fa-head-side-mask:before {
  content: "\e063"; }

.fa-head-side-virus:before {
  content: "\e064"; }

.fa-heading:before {
  content: "\f1dc"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-headphones-alt:before {
  content: "\f58f"; }

.fa-headset:before {
  content: "\f590"; }

.fa-heart:before {
  content: "\f004"; }

.fa-heart-broken:before {
  content: "\f7a9"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-helicopter:before {
  content: "\f533"; }

.fa-highlighter:before {
  content: "\f591"; }

.fa-hiking:before {
  content: "\f6ec"; }

.fa-hippo:before {
  content: "\f6ed"; }

.fa-hips:before {
  content: "\f452"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-history:before {
  content: "\f1da"; }

.fa-hive:before {
  content: "\e07f"; }

.fa-hockey-puck:before {
  content: "\f453"; }

.fa-holly-berry:before {
  content: "\f7aa"; }

.fa-home:before {
  content: "\f015"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-hornbill:before {
  content: "\f592"; }

.fa-horse:before {
  content: "\f6f0"; }

.fa-horse-head:before {
  content: "\f7ab"; }

.fa-hospital:before {
  content: "\f0f8"; }

.fa-hospital-alt:before {
  content: "\f47d"; }

.fa-hospital-symbol:before {
  content: "\f47e"; }

.fa-hospital-user:before {
  content: "\f80d"; }

.fa-hot-tub:before {
  content: "\f593"; }

.fa-hotdog:before {
  content: "\f80f"; }

.fa-hotel:before {
  content: "\f594"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-start:before {
  content: "\f251"; }

.fa-house-damage:before {
  content: "\f6f1"; }

.fa-house-user:before {
  content: "\e065"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-hryvnia:before {
  content: "\f6f2"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-ice-cream:before {
  content: "\f810"; }

.fa-icicles:before {
  content: "\f7ad"; }

.fa-icons:before {
  content: "\f86d"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-id-card:before {
  content: "\f2c2"; }

.fa-id-card-alt:before {
  content: "\f47f"; }

.fa-ideal:before {
  content: "\e013"; }

.fa-igloo:before {
  content: "\f7ae"; }

.fa-image:before {
  content: "\f03e"; }

.fa-images:before {
  content: "\f302"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-industry:before {
  content: "\f275"; }

.fa-infinity:before {
  content: "\f534"; }

.fa-info:before {
  content: "\f129"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-innosoft:before {
  content: "\e080"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-instagram-square:before {
  content: "\e055"; }

.fa-instalod:before {
  content: "\e081"; }

.fa-intercom:before {
  content: "\f7af"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-invision:before {
  content: "\f7b0"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-italic:before {
  content: "\f033"; }

.fa-itch-io:before {
  content: "\f83a"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-java:before {
  content: "\f4e4"; }

.fa-jedi:before {
  content: "\f669"; }

.fa-jedi-order:before {
  content: "\f50e"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-jira:before {
  content: "\f7b1"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-joint:before {
  content: "\f595"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-journal-whills:before {
  content: "\f66a"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-kaaba:before {
  content: "\f66b"; }

.fa-kaggle:before {
  content: "\f5fa"; }

.fa-key:before {
  content: "\f084"; }

.fa-keybase:before {
  content: "\f4f5"; }

.fa-keyboard:before {
  content: "\f11c"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-khanda:before {
  content: "\f66d"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-kiss:before {
  content: "\f596"; }

.fa-kiss-beam:before {
  content: "\f597"; }

.fa-kiss-wink-heart:before {
  content: "\f598"; }

.fa-kiwi-bird:before {
  content: "\f535"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-landmark:before {
  content: "\f66f"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-laptop-code:before {
  content: "\f5fc"; }

.fa-laptop-house:before {
  content: "\e066"; }

.fa-laptop-medical:before {
  content: "\f812"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-laugh:before {
  content: "\f599"; }

.fa-laugh-beam:before {
  content: "\f59a"; }

.fa-laugh-squint:before {
  content: "\f59b"; }

.fa-laugh-wink:before {
  content: "\f59c"; }

.fa-layer-group:before {
  content: "\f5fd"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-lemon:before {
  content: "\f094"; }

.fa-less:before {
  content: "\f41d"; }

.fa-less-than:before {
  content: "\f536"; }

.fa-less-than-equal:before {
  content: "\f537"; }

.fa-level-down-alt:before {
  content: "\f3be"; }

.fa-level-up-alt:before {
  content: "\f3bf"; }

.fa-life-ring:before {
  content: "\f1cd"; }

.fa-lightbulb:before {
  content: "\f0eb"; }

.fa-line:before {
  content: "\f3c0"; }

.fa-link:before {
  content: "\f0c1"; }

.fa-linkedin:before {
  content: "\f08c"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-lira-sign:before {
  content: "\f195"; }

.fa-list:before {
  content: "\f03a"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-lock:before {
  content: "\f023"; }

.fa-lock-open:before {
  content: "\f3c1"; }

.fa-long-arrow-alt-down:before {
  content: "\f309"; }

.fa-long-arrow-alt-left:before {
  content: "\f30a"; }

.fa-long-arrow-alt-right:before {
  content: "\f30b"; }

.fa-long-arrow-alt-up:before {
  content: "\f30c"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-luggage-cart:before {
  content: "\f59d"; }

.fa-lungs:before {
  content: "\f604"; }

.fa-lungs-virus:before {
  content: "\e067"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-mail-bulk:before {
  content: "\f674"; }

.fa-mailchimp:before {
  content: "\f59e"; }

.fa-male:before {
  content: "\f183"; }

.fa-mandalorian:before {
  content: "\f50f"; }

.fa-map:before {
  content: "\f279"; }

.fa-map-marked:before {
  content: "\f59f"; }

.fa-map-marked-alt:before {
  content: "\f5a0"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-map-marker-alt:before {
  content: "\f3c5"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-markdown:before {
  content: "\f60f"; }

.fa-marker:before {
  content: "\f5a1"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mask:before {
  content: "\f6fa"; }

.fa-mastodon:before {
  content: "\f4f6"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-mdb:before {
  content: "\f8ca"; }

.fa-medal:before {
  content: "\f5a2"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f3c7"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-megaport:before {
  content: "\f5a3"; }

.fa-meh:before {
  content: "\f11a"; }

.fa-meh-blank:before {
  content: "\f5a4"; }

.fa-meh-rolling-eyes:before {
  content: "\f5a5"; }

.fa-memory:before {
  content: "\f538"; }

.fa-mendeley:before {
  content: "\f7b3"; }

.fa-menorah:before {
  content: "\f676"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-meteor:before {
  content: "\f753"; }

.fa-microblog:before {
  content: "\e01a"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-alt:before {
  content: "\f3c9"; }

.fa-microphone-alt-slash:before {
  content: "\f539"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-microscope:before {
  content: "\f610"; }

.fa-microsoft:before {
  content: "\f3ca"; }

.fa-minus:before {
  content: "\f068"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-mitten:before {
  content: "\f7b5"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-mixer:before {
  content: "\e056"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-mobile:before {
  content: "\f10b"; }

.fa-mobile-alt:before {
  content: "\f3cd"; }

.fa-modx:before {
  content: "\f285"; }

.fa-monero:before {
  content: "\f3d0"; }

.fa-money-bill:before {
  content: "\f0d6"; }

.fa-money-bill-alt:before {
  content: "\f3d1"; }

.fa-money-bill-wave:before {
  content: "\f53a"; }

.fa-money-bill-wave-alt:before {
  content: "\f53b"; }

.fa-money-check:before {
  content: "\f53c"; }

.fa-money-check-alt:before {
  content: "\f53d"; }

.fa-monument:before {
  content: "\f5a6"; }

.fa-moon:before {
  content: "\f186"; }

.fa-mortar-pestle:before {
  content: "\f5a7"; }

.fa-mosque:before {
  content: "\f678"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-mountain:before {
  content: "\f6fc"; }

.fa-mouse:before {
  content: "\f8cc"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-mug-hot:before {
  content: "\f7b6"; }

.fa-music:before {
  content: "\f001"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-neos:before {
  content: "\f612"; }

.fa-network-wired:before {
  content: "\f6ff"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-newspaper:before {
  content: "\f1ea"; }

.fa-nimblr:before {
  content: "\f5a8"; }

.fa-node:before {
  content: "\f419"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-not-equal:before {
  content: "\f53e"; }

.fa-notes-medical:before {
  content: "\f481"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-octopus-deploy:before {
  content: "\e082"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-oil-can:before {
  content: "\f613"; }

.fa-old-republic:before {
  content: "\f510"; }

.fa-om:before {
  content: "\f679"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-orcid:before {
  content: "\f8d2"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-otter:before {
  content: "\f700"; }

.fa-outdent:before {
  content: "\f03b"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-pager:before {
  content: "\f815"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-paint-roller:before {
  content: "\f5aa"; }

.fa-palette:before {
  content: "\f53f"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-pallet:before {
  content: "\f482"; }

.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-parachute-box:before {
  content: "\f4cd"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-parking:before {
  content: "\f540"; }

.fa-passport:before {
  content: "\f5ab"; }

.fa-pastafarianism:before {
  content: "\f67b"; }

.fa-paste:before {
  content: "\f0ea"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-peace:before {
  content: "\f67c"; }

.fa-pen:before {
  content: "\f304"; }

.fa-pen-alt:before {
  content: "\f305"; }

.fa-pen-fancy:before {
  content: "\f5ac"; }

.fa-pen-nib:before {
  content: "\f5ad"; }

.fa-pen-square:before {
  content: "\f14b"; }

.fa-pencil-alt:before {
  content: "\f303"; }

.fa-pencil-ruler:before {
  content: "\f5ae"; }

.fa-penny-arcade:before {
  content: "\f704"; }

.fa-people-arrows:before {
  content: "\e068"; }

.fa-people-carry:before {
  content: "\f4ce"; }

.fa-pepper-hot:before {
  content: "\f816"; }

.fa-perbyte:before {
  content: "\e083"; }

.fa-percent:before {
  content: "\f295"; }

.fa-percentage:before {
  content: "\f541"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-person-booth:before {
  content: "\f756"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-phoenix-squadron:before {
  content: "\f511"; }

.fa-phone:before {
  content: "\f095"; }

.fa-phone-alt:before {
  content: "\f879"; }

.fa-phone-slash:before {
  content: "\f3dd"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-phone-square-alt:before {
  content: "\f87b"; }

.fa-phone-volume:before {
  content: "\f2a0"; }

.fa-photo-video:before {
  content: "\f87c"; }

.fa-php:before {
  content: "\f457"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-pied-piper-hat:before {
  content: "\f4e5"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pied-piper-square:before {
  content: "\e01e"; }

.fa-piggy-bank:before {
  content: "\f4d3"; }

.fa-pills:before {
  content: "\f484"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-pizza-slice:before {
  content: "\f818"; }

.fa-place-of-worship:before {
  content: "\f67f"; }

.fa-plane:before {
  content: "\f072"; }

.fa-plane-arrival:before {
  content: "\f5af"; }

.fa-plane-departure:before {
  content: "\f5b0"; }

.fa-plane-slash:before {
  content: "\e069"; }

.fa-play:before {
  content: "\f04b"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-playstation:before {
  content: "\f3df"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-plus:before {
  content: "\f067"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-poll:before {
  content: "\f681"; }

.fa-poll-h:before {
  content: "\f682"; }

.fa-poo:before {
  content: "\f2fe"; }

.fa-poo-storm:before {
  content: "\f75a"; }

.fa-poop:before {
  content: "\f619"; }

.fa-portrait:before {
  content: "\f3e0"; }

.fa-pound-sign:before {
  content: "\f154"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-pray:before {
  content: "\f683"; }

.fa-praying-hands:before {
  content: "\f684"; }

.fa-prescription:before {
  content: "\f5b1"; }

.fa-prescription-bottle:before {
  content: "\f485"; }

.fa-prescription-bottle-alt:before {
  content: "\f486"; }

.fa-print:before {
  content: "\f02f"; }

.fa-procedures:before {
  content: "\f487"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-project-diagram:before {
  content: "\f542"; }

.fa-pump-medical:before {
  content: "\e06a"; }

.fa-pump-soap:before {
  content: "\e06b"; }

.fa-pushed:before {
  content: "\f3e1"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-python:before {
  content: "\f3e2"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-question:before {
  content: "\f128"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-quidditch:before {
  content: "\f458"; }

.fa-quinscape:before {
  content: "\f459"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-quran:before {
  content: "\f687"; }

.fa-r-project:before {
  content: "\f4f7"; }

.fa-radiation:before {
  content: "\f7b9"; }

.fa-radiation-alt:before {
  content: "\f7ba"; }

.fa-rainbow:before {
  content: "\f75b"; }

.fa-random:before {
  content: "\f074"; }

.fa-raspberry-pi:before {
  content: "\f7bb"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-react:before {
  content: "\f41b"; }

.fa-reacteurope:before {
  content: "\f75d"; }

.fa-readme:before {
  content: "\f4d5"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-receipt:before {
  content: "\f543"; }

.fa-record-vinyl:before {
  content: "\f8d9"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-redhat:before {
  content: "\f7bc"; }

.fa-redo:before {
  content: "\f01e"; }

.fa-redo-alt:before {
  content: "\f2f9"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-remove-format:before {
  content: "\f87d"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-reply:before {
  content: "\f3e5"; }

.fa-reply-all:before {
  content: "\f122"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-republican:before {
  content: "\f75e"; }

.fa-researchgate:before {
  content: "\f4f8"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-restroom:before {
  content: "\f7bd"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-rev:before {
  content: "\f5b2"; }

.fa-ribbon:before {
  content: "\f4d6"; }

.fa-ring:before {
  content: "\f70b"; }

.fa-road:before {
  content: "\f018"; }

.fa-robot:before {
  content: "\f544"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-route:before {
  content: "\f4d7"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-ruble-sign:before {
  content: "\f158"; }

.fa-ruler:before {
  content: "\f545"; }

.fa-ruler-combined:before {
  content: "\f546"; }

.fa-ruler-horizontal:before {
  content: "\f547"; }

.fa-ruler-vertical:before {
  content: "\f548"; }

.fa-running:before {
  content: "\f70c"; }

.fa-rupee-sign:before {
  content: "\f156"; }

.fa-rust:before {
  content: "\e07a"; }

.fa-sad-cry:before {
  content: "\f5b3"; }

.fa-sad-tear:before {
  content: "\f5b4"; }

.fa-safari:before {
  content: "\f267"; }

.fa-salesforce:before {
  content: "\f83b"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-satellite:before {
  content: "\f7bf"; }

.fa-satellite-dish:before {
  content: "\f7c0"; }

.fa-save:before {
  content: "\f0c7"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-school:before {
  content: "\f549"; }

.fa-screwdriver:before {
  content: "\f54a"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-scroll:before {
  content: "\f70e"; }

.fa-sd-card:before {
  content: "\f7c2"; }

.fa-search:before {
  content: "\f002"; }

.fa-search-dollar:before {
  content: "\f688"; }

.fa-search-location:before {
  content: "\f689"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-seedling:before {
  content: "\f4d8"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-server:before {
  content: "\f233"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-shapes:before {
  content: "\f61f"; }

.fa-share:before {
  content: "\f064"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-shekel-sign:before {
  content: "\f20b"; }

.fa-shield-alt:before {
  content: "\f3ed"; }

.fa-shield-virus:before {
  content: "\e06c"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-shipping-fast:before {
  content: "\f48b"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-shoe-prints:before {
  content: "\f54b"; }

.fa-shopify:before {
  content: "\e057"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-shopware:before {
  content: "\f5b5"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-shuttle-van:before {
  content: "\f5b6"; }

.fa-sign:before {
  content: "\f4d9"; }

.fa-sign-in-alt:before {
  content: "\f2f6"; }

.fa-sign-language:before {
  content: "\f2a7"; }

.fa-sign-out-alt:before {
  content: "\f2f5"; }

.fa-signal:before {
  content: "\f012"; }

.fa-signature:before {
  content: "\f5b7"; }

.fa-sim-card:before {
  content: "\f7c4"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-sink:before {
  content: "\e06d"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-sith:before {
  content: "\f512"; }

.fa-skating:before {
  content: "\f7c5"; }

.fa-sketch:before {
  content: "\f7c6"; }

.fa-skiing:before {
  content: "\f7c9"; }

.fa-skiing-nordic:before {
  content: "\f7ca"; }

.fa-skull:before {
  content: "\f54c"; }

.fa-skull-crossbones:before {
  content: "\f714"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f3ef"; }

.fa-slash:before {
  content: "\f715"; }

.fa-sleigh:before {
  content: "\f7cc"; }

.fa-sliders-h:before {
  content: "\f1de"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-smile:before {
  content: "\f118"; }

.fa-smile-beam:before {
  content: "\f5b8"; }

.fa-smile-wink:before {
  content: "\f4da"; }

.fa-smog:before {
  content: "\f75f"; }

.fa-smoking:before {
  content: "\f48d"; }

.fa-smoking-ban:before {
  content: "\f54d"; }

.fa-sms:before {
  content: "\f7cd"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-snowboarding:before {
  content: "\f7ce"; }

.fa-snowflake:before {
  content: "\f2dc"; }

.fa-snowman:before {
  content: "\f7d0"; }

.fa-snowplow:before {
  content: "\f7d2"; }

.fa-soap:before {
  content: "\e06e"; }

.fa-socks:before {
  content: "\f696"; }

.fa-solar-panel:before {
  content: "\f5ba"; }

.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-alpha-down:before {
  content: "\f15d"; }

.fa-sort-alpha-down-alt:before {
  content: "\f881"; }

.fa-sort-alpha-up:before {
  content: "\f15e"; }

.fa-sort-alpha-up-alt:before {
  content: "\f882"; }

.fa-sort-amount-down:before {
  content: "\f160"; }

.fa-sort-amount-down-alt:before {
  content: "\f884"; }

.fa-sort-amount-up:before {
  content: "\f161"; }

.fa-sort-amount-up-alt:before {
  content: "\f885"; }

.fa-sort-down:before {
  content: "\f0dd"; }

.fa-sort-numeric-down:before {
  content: "\f162"; }

.fa-sort-numeric-down-alt:before {
  content: "\f886"; }

.fa-sort-numeric-up:before {
  content: "\f163"; }

.fa-sort-numeric-up-alt:before {
  content: "\f887"; }

.fa-sort-up:before {
  content: "\f0de"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-sourcetree:before {
  content: "\f7d3"; }

.fa-spa:before {
  content: "\f5bb"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-speaker-deck:before {
  content: "\f83c"; }

.fa-spell-check:before {
  content: "\f891"; }

.fa-spider:before {
  content: "\f717"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-splotch:before {
  content: "\f5bc"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-spray-can:before {
  content: "\f5bd"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-square-full:before {
  content: "\f45c"; }

.fa-square-root-alt:before {
  content: "\f698"; }

.fa-squarespace:before {
  content: "\f5be"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-stackpath:before {
  content: "\f842"; }

.fa-stamp:before {
  content: "\f5bf"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-and-crescent:before {
  content: "\f699"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-star-half-alt:before {
  content: "\f5c0"; }

.fa-star-of-david:before {
  content: "\f69a"; }

.fa-star-of-life:before {
  content: "\f621"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-steam-symbol:before {
  content: "\f3f6"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-sticker-mule:before {
  content: "\f3f7"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stopwatch:before {
  content: "\f2f2"; }

.fa-stopwatch-20:before {
  content: "\e06f"; }

.fa-store:before {
  content: "\f54e"; }

.fa-store-alt:before {
  content: "\f54f"; }

.fa-store-alt-slash:before {
  content: "\e070"; }

.fa-store-slash:before {
  content: "\e071"; }

.fa-strava:before {
  content: "\f428"; }

.fa-stream:before {
  content: "\f550"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-stripe:before {
  content: "\f429"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-stroopwafel:before {
  content: "\f551"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-subway:before {
  content: "\f239"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-suitcase-rolling:before {
  content: "\f5c1"; }

.fa-sun:before {
  content: "\f185"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-surprise:before {
  content: "\f5c2"; }

.fa-suse:before {
  content: "\f7d6"; }

.fa-swatchbook:before {
  content: "\f5c3"; }

.fa-swift:before {
  content: "\f8e1"; }

.fa-swimmer:before {
  content: "\f5c4"; }

.fa-swimming-pool:before {
  content: "\f5c5"; }

.fa-symfony:before {
  content: "\f83d"; }

.fa-synagogue:before {
  content: "\f69b"; }

.fa-sync:before {
  content: "\f021"; }

.fa-sync-alt:before {
  content: "\f2f1"; }

.fa-syringe:before {
  content: "\f48e"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-table-tennis:before {
  content: "\f45d"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-tablet-alt:before {
  content: "\f3fa"; }

.fa-tablets:before {
  content: "\f490"; }

.fa-tachometer-alt:before {
  content: "\f3fd"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-tape:before {
  content: "\f4db"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-taxi:before {
  content: "\f1ba"; }

.fa-teamspeak:before {
  content: "\f4f9"; }

.fa-teeth:before {
  content: "\f62e"; }

.fa-teeth-open:before {
  content: "\f62f"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f3fe"; }

.fa-temperature-high:before {
  content: "\f769"; }

.fa-temperature-low:before {
  content: "\f76b"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-tenge:before {
  content: "\f7d7"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-the-red-yeti:before {
  content: "\f69d"; }

.fa-theater-masks:before {
  content: "\f630"; }

.fa-themeco:before {
  content: "\f5c6"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-thermometer:before {
  content: "\f491"; }

.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-think-peaks:before {
  content: "\f731"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbtack:before {
  content: "\f08d"; }

.fa-ticket-alt:before {
  content: "\f3ff"; }

.fa-tiktok:before {
  content: "\e07b"; }

.fa-times:before {
  content: "\f00d"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-tint:before {
  content: "\f043"; }

.fa-tint-slash:before {
  content: "\f5c7"; }

.fa-tired:before {
  content: "\f5c8"; }

.fa-threads:before {
  content: '\e9cb'; }

.fa-threads-square:before {
  content: '\e9cc'; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-toilet:before {
  content: "\f7d8"; }

.fa-toilet-paper:before {
  content: "\f71e"; }

.fa-toilet-paper-slash:before {
  content: "\e072"; }

.fa-toolbox:before {
  content: "\f552"; }

.fa-tools:before {
  content: "\f7d9"; }

.fa-tooth:before {
  content: "\f5c9"; }

.fa-torah:before {
  content: "\f6a0"; }

.fa-torii-gate:before {
  content: "\f6a1"; }

.fa-tractor:before {
  content: "\f722"; }

.fa-trade-federation:before {
  content: "\f513"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-traffic-light:before {
  content: "\f637"; }

.fa-trailer:before {
  content: "\e041"; }

.fa-train:before {
  content: "\f238"; }

.fa-tram:before {
  content: "\f7da"; }

.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-trash-alt:before {
  content: "\f2ed"; }

.fa-trash-restore:before {
  content: "\f829"; }

.fa-trash-restore-alt:before {
  content: "\f82a"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-trello:before {
  content: "\f181"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-truck-loading:before {
  content: "\f4de"; }

.fa-truck-monster:before {
  content: "\f63b"; }

.fa-truck-moving:before {
  content: "\f4df"; }

.fa-truck-pickup:before {
  content: "\f63c"; }

.fa-tshirt:before {
  content: "\f553"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-tv:before {
  content: "\f26c"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-typo3:before {
  content: "\f42b"; }

.fa-uber:before {
  content: "\f402"; }

.fa-ubuntu:before {
  content: "\f7df"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-umbraco:before {
  content: "\f8e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-umbrella-beach:before {
  content: "\f5ca"; }

.fa-uncharted:before {
  content: "\e084"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-undo:before {
  content: "\f0e2"; }

.fa-undo-alt:before {
  content: "\f2ea"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-unity:before {
  content: "\e049"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-university:before {
  content: "\f19c"; }

.fa-unlink:before {
  content: "\f127"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-unsplash:before {
  content: "\e07c"; }

.fa-untappd:before {
  content: "\f405"; }

.fa-upload:before {
  content: "\f093"; }

.fa-ups:before {
  content: "\f7e0"; }

.fa-usb:before {
  content: "\f287"; }

.fa-user:before {
  content: "\f007"; }

.fa-user-alt:before {
  content: "\f406"; }

.fa-user-alt-slash:before {
  content: "\f4fa"; }

.fa-user-astronaut:before {
  content: "\f4fb"; }

.fa-user-check:before {
  content: "\f4fc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-clock:before {
  content: "\f4fd"; }

.fa-user-cog:before {
  content: "\f4fe"; }

.fa-user-edit:before {
  content: "\f4ff"; }

.fa-user-friends:before {
  content: "\f500"; }

.fa-user-graduate:before {
  content: "\f501"; }

.fa-user-injured:before {
  content: "\f728"; }

.fa-user-lock:before {
  content: "\f502"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-user-minus:before {
  content: "\f503"; }

.fa-user-ninja:before {
  content: "\f504"; }

.fa-user-nurse:before {
  content: "\f82f"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-user-shield:before {
  content: "\f505"; }

.fa-user-slash:before {
  content: "\f506"; }

.fa-user-tag:before {
  content: "\f507"; }

.fa-user-tie:before {
  content: "\f508"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-users:before {
  content: "\f0c0"; }

.fa-users-cog:before {
  content: "\f509"; }

.fa-users-slash:before {
  content: "\e073"; }

.fa-usps:before {
  content: "\f7e1"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-utensil-spoon:before {
  content: "\f2e5"; }

.fa-utensils:before {
  content: "\f2e7"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-vector-square:before {
  content: "\f5cb"; }

.fa-venus:before {
  content: "\f221"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-vest:before {
  content: "\e085"; }

.fa-vest-patches:before {
  content: "\e086"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-vial:before {
  content: "\f492"; }

.fa-vials:before {
  content: "\f493"; }

.fa-viber:before {
  content: "\f409"; }

.fa-video:before {
  content: "\f03d"; }

.fa-video-slash:before {
  content: "\f4e2"; }

.fa-vihara:before {
  content: "\f6a7"; }

.fa-vimeo:before {
  content: "\f40a"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-virus:before {
  content: "\e074"; }

.fa-virus-slash:before {
  content: "\e075"; }

.fa-viruses:before {
  content: "\e076"; }

.fa-vk:before {
  content: "\f189"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-voicemail:before {
  content: "\f897"; }

.fa-volleyball-ball:before {
  content: "\f45f"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-mute:before {
  content: "\f6a9"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-vote-yea:before {
  content: "\f772"; }

.fa-vr-cardboard:before {
  content: "\f729"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-walking:before {
  content: "\f554"; }

.fa-wallet:before {
  content: "\f555"; }

.fa-warehouse:before {
  content: "\f494"; }

.fa-watchman-monitoring:before {
  content: "\e087"; }

.fa-water:before {
  content: "\f773"; }

.fa-wave-square:before {
  content: "\f83e"; }

.fa-waze:before {
  content: "\f83f"; }

.fa-weebly:before {
  content: "\f5cc"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-weight:before {
  content: "\f496"; }

.fa-weight-hanging:before {
  content: "\f5cd"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-wind:before {
  content: "\f72e"; }

.fa-window-close:before {
  content: "\f410"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-wine-bottle:before {
  content: "\f72f"; }

.fa-wine-glass:before {
  content: "\f4e3"; }

.fa-wine-glass-alt:before {
  content: "\f5ce"; }

.fa-wix:before {
  content: "\f5cf"; }

.fa-wizards-of-the-coast:before {
  content: "\f730"; }

.fa-wodu:before {
  content: "\e088"; }

.fa-wolf-pack-battalion:before {
  content: "\f514"; }

.fa-won-sign:before {
  content: "\f159"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-wpressr:before {
  content: "\f3e4"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-x-ray:before {
  content: "\f497"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-x-twitter:before {
  content: "\e9ca"; }

.fa-x-twitter-square:before {
  content: "\e9c9"; }

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-yammer:before {
  content: "\f840"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-yarn:before {
  content: "\f7e3"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-yen-sign:before {
  content: "\f157"; }

.fa-yin-yang:before {
  content: "\f6ad"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-youtube-square:before {
  content: "\f431"; }

.fa-zhihu:before {
  content: "\f63f"; }

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }
/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(./wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-solid-900.eot);
  src: url(./wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(./wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-solid-900.woff2) format("woff2"), url(./wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-solid-900.woff) format("woff"), url(./wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-solid-900.ttf) format("truetype"), url(./wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-solid-900.svg#fontawesome) format("svg"); }

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }
/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(./wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-regular-400.eot);
  src: url(./wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(./wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-regular-400.woff2) format("woff2"), url(./wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-regular-400.woff) format("woff"), url(./wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-regular-400.ttf) format("truetype"), url(./wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-regular-400.svg#fontawesome) format("svg"); }

.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }
.elementor-3520 .elementor-element.elementor-element-49669ab > .elementor-container{min-height:650px;}.elementor-3520 .elementor-element.elementor-element-49669ab:not(.elementor-motion-effects-element-type-background), .elementor-3520 .elementor-element.elementor-element-49669ab > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#1B1E51;}.elementor-3520 .elementor-element.elementor-element-49669ab{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 0px 0px;}.elementor-3520 .elementor-element.elementor-element-49669ab > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-3520 .elementor-element.elementor-element-9d05c85{text-align:center;}.elementor-3520 .elementor-element.elementor-element-9d05c85 .elementor-heading-title{color:#FFFFFF;font-size:60px;line-height:65px;}.elementor-3520 .elementor-element.elementor-element-af794a8{column-gap:10px;text-align:center;color:#FFFFFF;font-size:18px;}.elementor-3520 .elementor-element.elementor-element-f483f20 .elementor-button{font-size:18px;text-transform:capitalize;letter-spacing:0.3px;background-color:#00C8F4;border-radius:10px 10px 10px 10px;box-shadow:0px 15px 25px 0px rgba(0, 0, 0, 0.1);padding:18px 30px 18px 30px;}.elementor-3520 .elementor-element.elementor-element-f483f20 > .elementor-widget-container{margin:20px 0px 0px 0px;}.elementor-bc-flex-widget .elementor-3520 .elementor-element.elementor-element-b2cf53d.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-3520 .elementor-element.elementor-element-b2cf53d.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-3520 .elementor-element.elementor-element-b2cf53d.elementor-column > .elementor-widget-wrap{justify-content:flex-end;}.elementor-3520 .elementor-element.elementor-element-e9a2ea6.elementor-position-right .elementor-image-box-img{margin-left:25px;}.elementor-3520 .elementor-element.elementor-element-e9a2ea6.elementor-position-left .elementor-image-box-img{margin-right:25px;}.elementor-3520 .elementor-element.elementor-element-e9a2ea6.elementor-position-top .elementor-image-box-img{margin-bottom:25px;}.elementor-3520 .elementor-element.elementor-element-e9a2ea6 .elementor-image-box-title{margin-bottom:10px;color:#FFFFFF;}.elementor-3520 .elementor-element.elementor-element-e9a2ea6 .elementor-image-box-wrapper .elementor-image-box-img{width:18%;}.elementor-3520 .elementor-element.elementor-element-e9a2ea6 .elementor-image-box-img img{filter:brightness( 200% ) contrast( 0% ) saturate( 200% ) blur( 0px ) hue-rotate( 360deg );transition-duration:0.3s;}.elementor-3520 .elementor-element.elementor-element-e9a2ea6 .elementor-image-box-description{color:#FFFFFF;font-size:17px;}.elementor-3520 .elementor-element.elementor-element-e9a2ea6{width:var( --container-widget-width, 71.267% );max-width:71.267%;--container-widget-width:71.267%;--container-widget-flex-grow:0;}.elementor-bc-flex-widget .elementor-3520 .elementor-element.elementor-element-72e26e3.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-3520 .elementor-element.elementor-element-72e26e3.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-3520 .elementor-element.elementor-element-72e26e3.elementor-column > .elementor-widget-wrap{justify-content:flex-start;}.elementor-3520 .elementor-element.elementor-element-222fe1a.elementor-position-right .elementor-image-box-img{margin-left:26px;}.elementor-3520 .elementor-element.elementor-element-222fe1a.elementor-position-left .elementor-image-box-img{margin-right:26px;}.elementor-3520 .elementor-element.elementor-element-222fe1a.elementor-position-top .elementor-image-box-img{margin-bottom:26px;}.elementor-3520 .elementor-element.elementor-element-222fe1a .elementor-image-box-title{margin-bottom:10px;color:#FFFFFF;}.elementor-3520 .elementor-element.elementor-element-222fe1a .elementor-image-box-wrapper .elementor-image-box-img{width:18%;}.elementor-3520 .elementor-element.elementor-element-222fe1a .elementor-image-box-img img{filter:brightness( 200% ) contrast( 0% ) saturate( 200% ) blur( 0px ) hue-rotate( 360deg );transition-duration:0.3s;}.elementor-3520 .elementor-element.elementor-element-222fe1a .elementor-image-box-description{color:#FFFFFF;font-size:17px;}.elementor-3520 .elementor-element.elementor-element-222fe1a{width:var( --container-widget-width, 64.735% );max-width:64.735%;--container-widget-width:64.735%;--container-widget-flex-grow:0;align-self:center;}.elementor-3520 .elementor-element.elementor-element-708e6200:not(.elementor-motion-effects-element-type-background), .elementor-3520 .elementor-element.elementor-element-708e6200 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://www.mxbpos.com.cn/2024_www.wpcomstaging.com/wp-content/uploads/2021/03/bg-blob-gradient-1.svg");background-repeat:no-repeat;}.elementor-3520 .elementor-element.elementor-element-708e6200{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:50px 0px 0px 0px;}.elementor-3520 .elementor-element.elementor-element-708e6200 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-3520 .elementor-element.elementor-element-6f55a535 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-3520 .elementor-element.elementor-element-6f55a535{margin-top:0px;margin-bottom:66px;}.elementor-3520 .elementor-element.elementor-element-5b2c7ca5 > .elementor-element-populated{margin:0px 50px 0px 0px;--e-column-margin-right:50px;--e-column-margin-left:0px;}.elementor-3520 .elementor-element.elementor-element-2c42d634 .elementor-heading-title{font-size:40px;line-height:40px;}.elementor-3520 .elementor-element.elementor-element-3bac00e5 > .elementor-element-populated >  .elementor-background-overlay{background-image:url("https://i0.wp.com/ai4accountants.wpcomstaging.com/wp-content/uploads/2021/03/facilites-1.jpg?fit=640%2C959&ssl=1");background-position:bottom right;background-repeat:no-repeat;background-size:80% auto;opacity:0.4;filter:brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 40px ) hue-rotate( 0deg );}.elementor-3520 .elementor-element.elementor-element-3bac00e5 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 16px 0px;}.elementor-3520 .elementor-element.elementor-element-3bac00e5 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-3520 .elementor-element.elementor-element-5992918a{text-align:left;}.elementor-3520 .elementor-element.elementor-element-5992918a img{width:100%;border-radius:8px 8px 8px 8px;}.elementor-3520 .elementor-element.elementor-element-5992918a > .elementor-widget-container{margin:0px 0px 0px 56px;}.elementor-3520 .elementor-element.elementor-element-6c3f6b5b .elementor-icon-box-wrapper{text-align:left;}.elementor-3520 .elementor-element.elementor-element-6c3f6b5b{--icon-box-icon-margin:18px;bottom:64px;}.elementor-3520 .elementor-element.elementor-element-6c3f6b5b .elementor-icon-box-title{margin-bottom:10px;color:#FFFFFF;}.elementor-3520 .elementor-element.elementor-element-6c3f6b5b.elementor-view-stacked .elementor-icon{background-color:rgba(255, 255, 255, 0.23);fill:#FFFFFF;color:#FFFFFF;}.elementor-3520 .elementor-element.elementor-element-6c3f6b5b.elementor-view-framed .elementor-icon, .elementor-3520 .elementor-element.elementor-element-6c3f6b5b.elementor-view-default .elementor-icon{fill:rgba(255, 255, 255, 0.23);color:rgba(255, 255, 255, 0.23);border-color:rgba(255, 255, 255, 0.23);}.elementor-3520 .elementor-element.elementor-element-6c3f6b5b.elementor-view-framed .elementor-icon{background-color:#FFFFFF;}.elementor-3520 .elementor-element.elementor-element-6c3f6b5b .elementor-icon{font-size:25px;}.elementor-3520 .elementor-element.elementor-element-6c3f6b5b .elementor-icon-box-title, .elementor-3520 .elementor-element.elementor-element-6c3f6b5b .elementor-icon-box-title a{font-size:18px;}.elementor-3520 .elementor-element.elementor-element-6c3f6b5b .elementor-icon-box-description{color:#DEE1F8;font-size:0.9em;}.elementor-3520 .elementor-element.elementor-element-6c3f6b5b > .elementor-widget-container{margin:0px 240px 0px 0px;padding:32px 32px 32px 32px;background-color:#1B1E51;border-radius:8px 8px 8px 8px;box-shadow:24px 32px 80px -16px rgba(59, 79, 228, 0.65);}body:not(.rtl) .elementor-3520 .elementor-element.elementor-element-6c3f6b5b{left:0px;}body.rtl .elementor-3520 .elementor-element.elementor-element-6c3f6b5b{right:0px;}.elementor-3520 .elementor-element.elementor-element-2f6edd50 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-3520 .elementor-element.elementor-element-2f6edd50:not(.elementor-motion-effects-element-type-background), .elementor-3520 .elementor-element.elementor-element-2f6edd50 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(90deg, #FFFFFF 32%, #1B1E51 32%);}.elementor-3520 .elementor-element.elementor-element-2f6edd50 > .elementor-background-overlay{background-image:url("https://i0.wp.com/ai4accountants.wpcomstaging.com/wp-content/uploads/2021/03/dots-1.png?fit=264%2C264&ssl=1");background-repeat:no-repeat;opacity:1;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-3520 .elementor-element.elementor-element-2f6edd50{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:20px;margin-bottom:20px;}.elementor-3520 .elementor-element.elementor-element-51e81bc6:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-3520 .elementor-element.elementor-element-51e81bc6 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://i0.wp.com/ai4accountants.wpcomstaging.com/wp-content/uploads/2021/03/writing-notepad-1.jpg?fit=640%2C959&ssl=1");background-repeat:no-repeat;background-size:cover;}.elementor-3520 .elementor-element.elementor-element-51e81bc6 > .elementor-element-populated, .elementor-3520 .elementor-element.elementor-element-51e81bc6 > .elementor-element-populated > .elementor-background-overlay, .elementor-3520 .elementor-element.elementor-element-51e81bc6 > .elementor-background-slideshow{border-radius:8px 8px 8px 8px;}.elementor-3520 .elementor-element.elementor-element-51e81bc6 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 0px -80px 120px;--e-column-margin-right:0px;--e-column-margin-left:120px;}.elementor-3520 .elementor-element.elementor-element-51e81bc6 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-3520 .elementor-element.elementor-element-51e81bc6{z-index:1;}.elementor-3520 .elementor-element.elementor-element-47a3059e img{border-radius:8px 8px 8px 8px;box-shadow:16px 40px 80px -32px rgba(0, 0, 0, 0.5);}.elementor-3520 .elementor-element.elementor-element-47a3059e > .elementor-widget-container{margin:-80px 120px 80px -120px;}.elementor-3520 .elementor-element.elementor-element-488aefe4:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-3520 .elementor-element.elementor-element-488aefe4 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#1B1E51;}.elementor-3520 .elementor-element.elementor-element-488aefe4 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 20px 0px 0px;--e-column-margin-right:20px;--e-column-margin-left:0px;padding:60px 60px 60px 60px;}.elementor-3520 .elementor-element.elementor-element-488aefe4 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-3520 .elementor-element.elementor-element-44123437 .elementor-heading-title{color:#FFFFFF;font-size:40px;line-height:45px;}.elementor-3520 .elementor-element.elementor-element-39d36c11{color:#DEE1F8;}.elementor-3520 .elementor-element.elementor-element-47deb630:not(.elementor-motion-effects-element-type-background), .elementor-3520 .elementor-element.elementor-element-47deb630 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg, #FFFFFF 50%, #F7FDFB 50%);}.elementor-3520 .elementor-element.elementor-element-47deb630{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:80px;margin-bottom:0px;padding:0px 40px 40px 40px;}.elementor-3520 .elementor-element.elementor-element-47deb630 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-3520 .elementor-element.elementor-element-7dd0ae85{text-align:center;}.elementor-3520 .elementor-element.elementor-element-7dd0ae85 .elementor-heading-title{font-size:40px;}.elementor-3520 .elementor-element.elementor-element-7dd0ae85 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:30px 30px 30px 30px;}.elementor-3520 .elementor-element.elementor-element-5bf26e59{text-align:center;}.elementor-3520 .elementor-element.elementor-element-5bf26e59 > .elementor-widget-container{margin:0px 300px 40px 300px;}.elementor-3520 .elementor-element.elementor-element-70d6a00d > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:8px;}.elementor-3520 .elementor-element.elementor-element-70d6a00d > .elementor-element-populated{margin:10px 10px 10px 10px;--e-column-margin-right:10px;--e-column-margin-left:10px;}.elementor-3520 .elementor-element.elementor-element-741b9164 img{border-radius:10px 10px 0px 00px;box-shadow:0px 40px 80px -32px rgba(0, 0, 0, 0.24);}.elementor-3520 .elementor-element.elementor-element-741b9164 > .elementor-widget-container{margin:0px 0px 24px 0px;}.elementor-3520 .elementor-element.elementor-element-5cef39c5 .elementor-heading-title{font-size:20px;}.elementor-3520 .elementor-element.elementor-element-5cef39c5 > .elementor-widget-container{padding:0px 20px 0px 20px;}.elementor-3520 .elementor-element.elementor-element-6369a17f{font-size:15px;}.elementor-3520 .elementor-element.elementor-element-6369a17f > .elementor-widget-container{padding:0px 20px 0px 20px;}.elementor-3520 .elementor-element.elementor-element-6932ad44 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:8px;}.elementor-3520 .elementor-element.elementor-element-6932ad44 > .elementor-element-populated{margin:10px 10px 10px 10px;--e-column-margin-right:10px;--e-column-margin-left:10px;}.elementor-3520 .elementor-element.elementor-element-51bfe9c1 img{border-radius:10px 10px 0px 00px;box-shadow:0px 40px 80px -32px rgba(0, 0, 0, 0.24);}.elementor-3520 .elementor-element.elementor-element-51bfe9c1 > .elementor-widget-container{margin:0px 0px 24px 0px;}.elementor-3520 .elementor-element.elementor-element-1e8998e0 .elementor-heading-title{font-size:20px;}.elementor-3520 .elementor-element.elementor-element-1e8998e0 > .elementor-widget-container{padding:0px 20px 0px 20px;}.elementor-3520 .elementor-element.elementor-element-368df0d3{font-size:15px;}.elementor-3520 .elementor-element.elementor-element-368df0d3 > .elementor-widget-container{padding:0px 20px 0px 20px;}.elementor-3520 .elementor-element.elementor-element-21dbe8eb > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:8px;}.elementor-3520 .elementor-element.elementor-element-21dbe8eb > .elementor-element-populated{margin:10px 10px 10px 10px;--e-column-margin-right:10px;--e-column-margin-left:10px;}.elementor-3520 .elementor-element.elementor-element-45fad20e img{border-radius:10px 10px 0px 00px;box-shadow:0px 40px 80px -32px rgba(0, 0, 0, 0.24);}.elementor-3520 .elementor-element.elementor-element-45fad20e > .elementor-widget-container{margin:0px 0px 24px 0px;}.elementor-3520 .elementor-element.elementor-element-216e5388 .elementor-heading-title{font-size:20px;}.elementor-3520 .elementor-element.elementor-element-216e5388 > .elementor-widget-container{padding:0px 20px 0px 20px;}.elementor-3520 .elementor-element.elementor-element-5171971c{font-size:15px;}.elementor-3520 .elementor-element.elementor-element-5171971c > .elementor-widget-container{padding:0px 20px 0px 20px;}.elementor-3520 .elementor-element.elementor-element-9b86316 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:8px;}.elementor-3520 .elementor-element.elementor-element-9b86316 > .elementor-element-populated{margin:10px 10px 10px 10px;--e-column-margin-right:10px;--e-column-margin-left:10px;}.elementor-3520 .elementor-element.elementor-element-48acc63 img{border-radius:10px 10px 0px 00px;box-shadow:0px 40px 80px -32px rgba(0, 0, 0, 0.24);}.elementor-3520 .elementor-element.elementor-element-48acc63 > .elementor-widget-container{margin:0px 0px 24px 0px;}.elementor-3520 .elementor-element.elementor-element-3d60c3d .elementor-heading-title{font-size:20px;}.elementor-3520 .elementor-element.elementor-element-3d60c3d > .elementor-widget-container{padding:0px 20px 0px 20px;}.elementor-3520 .elementor-element.elementor-element-ec51473{font-size:15px;}.elementor-3520 .elementor-element.elementor-element-ec51473 > .elementor-widget-container{padding:0px 20px 0px 20px;}.elementor-3520 .elementor-element.elementor-element-9328328 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:8px;}.elementor-3520 .elementor-element.elementor-element-9328328 > .elementor-element-populated{margin:10px 10px 10px 10px;--e-column-margin-right:10px;--e-column-margin-left:10px;}.elementor-3520 .elementor-element.elementor-element-d516e15 img{width:350%;height:448px;border-radius:10px 10px 0px 00px;box-shadow:0px 40px 80px -32px rgba(0, 0, 0, 0.24);}.elementor-3520 .elementor-element.elementor-element-d516e15 > .elementor-widget-container{margin:0px 0px 24px 0px;}.elementor-3520 .elementor-element.elementor-element-addd27d .elementor-heading-title{font-size:20px;}.elementor-3520 .elementor-element.elementor-element-addd27d > .elementor-widget-container{padding:0px 20px 0px 20px;}.elementor-3520 .elementor-element.elementor-element-fa73d10{font-size:15px;}.elementor-3520 .elementor-element.elementor-element-fa73d10 > .elementor-widget-container{padding:0px 20px 0px 20px;}.elementor-3520 .elementor-element.elementor-element-c013152 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:8px;}.elementor-3520 .elementor-element.elementor-element-c013152 > .elementor-element-populated{margin:10px 10px 10px 10px;--e-column-margin-right:10px;--e-column-margin-left:10px;}.elementor-3520 .elementor-element.elementor-element-4a5a575 img{width:350%;height:448px;border-radius:10px 10px 0px 00px;box-shadow:0px 40px 80px -32px rgba(0, 0, 0, 0.24);}.elementor-3520 .elementor-element.elementor-element-4a5a575 > .elementor-widget-container{margin:0px 0px 24px 0px;}.elementor-3520 .elementor-element.elementor-element-aab6406 .elementor-heading-title{font-size:20px;}.elementor-3520 .elementor-element.elementor-element-aab6406 > .elementor-widget-container{padding:0px 20px 0px 20px;}.elementor-3520 .elementor-element.elementor-element-8542a0e{font-size:15px;}.elementor-3520 .elementor-element.elementor-element-8542a0e > .elementor-widget-container{padding:0px 20px 0px 20px;}.elementor-3520 .elementor-element.elementor-element-497f1929 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-3520 .elementor-element.elementor-element-497f1929:not(.elementor-motion-effects-element-type-background), .elementor-3520 .elementor-element.elementor-element-497f1929 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F7FDFB;}.elementor-3520 .elementor-element.elementor-element-497f1929{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:80px 40px 20px 40px;}.elementor-3520 .elementor-element.elementor-element-497f1929 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-3520 .elementor-element.elementor-element-166b1b12 > .elementor-element-populated{padding:0px 80px 0px 0px;}.elementor-3520 .elementor-element.elementor-element-4fea22c3 .elementor-heading-title{font-size:40px;}.elementor-3520 .elementor-element.elementor-element-2ae6fcd6 > .elementor-widget-container{margin:0px 0px 20px 0px;}.elementor-3520 .elementor-element.elementor-element-386cc915 .elementor-button-content-wrapper{flex-direction:row-reverse;}.elementor-3520 .elementor-element.elementor-element-386cc915 .elementor-button .elementor-button-content-wrapper{gap:15px;}.elementor-3520 .elementor-element.elementor-element-386cc915 .elementor-button{font-size:18px;font-weight:500;fill:#2538EA;color:#2538EA;background-color:rgba(2, 1, 1, 0);border-style:solid;border-width:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-3520 .elementor-element.elementor-element-386cc915 .elementor-button:hover, .elementor-3520 .elementor-element.elementor-element-386cc915 .elementor-button:focus{color:#1B5FC1;}.elementor-3520 .elementor-element.elementor-element-386cc915 .elementor-button:hover svg, .elementor-3520 .elementor-element.elementor-element-386cc915 .elementor-button:focus svg{fill:#1B5FC1;}.elementor-3520 .elementor-element.elementor-element-386cc915 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-3520 .elementor-element.elementor-element-7cca90d0 > .elementor-element-populated{margin:40px 0px 0px 40px;--e-column-margin-right:0px;--e-column-margin-left:40px;}.elementor-3520 .elementor-element.elementor-element-76a1b9f7 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-3520 .elementor-element.elementor-element-76a1b9f7:not(.elementor-motion-effects-element-type-background), .elementor-3520 .elementor-element.elementor-element-76a1b9f7 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-3520 .elementor-element.elementor-element-76a1b9f7{border-style:solid;border-width:1px 1px 1px 1px;border-color:#ECF0F5;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-3520 .elementor-element.elementor-element-76a1b9f7, .elementor-3520 .elementor-element.elementor-element-76a1b9f7 > .elementor-background-overlay{border-radius:16px 16px 16px 0px;}.elementor-3520 .elementor-element.elementor-element-76a1b9f7 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-3520 .elementor-element.elementor-element-308fb083 img{border-radius:15px 15px 15px 15px;box-shadow:32px 32px 80px -16px rgba(0, 0, 0, 0.24);}.elementor-3520 .elementor-element.elementor-element-308fb083 > .elementor-widget-container{margin:-40px 0px 0px -40px;padding:0px 0px 40px 0px;}.elementor-3520 .elementor-element.elementor-element-75b25b6e > .elementor-element-populated{padding:0px 56px 0px 40px;}.elementor-3520 .elementor-element.elementor-element-4edaf6b5 .elementor-heading-title{font-size:15px;font-weight:600;text-transform:uppercase;letter-spacing:2px;}.elementor-3520 .elementor-element.elementor-element-da1b320{color:#0C122D;font-size:18px;line-height:1.4em;}.elementor-3520 .elementor-element.elementor-element-da1b320 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-3520 .elementor-element.elementor-element-464c380f .elementor-star-rating{font-size:13px;}body:not(.rtl) .elementor-3520 .elementor-element.elementor-element-464c380f .elementor-star-rating i:not(:last-of-type){margin-right:2px;}body.rtl .elementor-3520 .elementor-element.elementor-element-464c380f .elementor-star-rating i:not(:last-of-type){margin-left:2px;}.elementor-3520 .elementor-element.elementor-element-464c380f .elementor-star-rating i:before{color:#FF8C00;}.elementor-3520 .elementor-element.elementor-element-464c380f{width:var( --container-widget-width, 50% );max-width:50%;--container-widget-width:50%;--container-widget-flex-grow:0;align-self:center;}.elementor-3520 .elementor-element.elementor-element-415a1238 .elementor-icon-wrapper{text-align:right;}.elementor-3520 .elementor-element.elementor-element-415a1238.elementor-view-stacked .elementor-icon{background-color:rgba(27, 95, 193, 0.18);}.elementor-3520 .elementor-element.elementor-element-415a1238.elementor-view-framed .elementor-icon, .elementor-3520 .elementor-element.elementor-element-415a1238.elementor-view-default .elementor-icon{color:rgba(27, 95, 193, 0.18);border-color:rgba(27, 95, 193, 0.18);}.elementor-3520 .elementor-element.elementor-element-415a1238.elementor-view-framed .elementor-icon, .elementor-3520 .elementor-element.elementor-element-415a1238.elementor-view-default .elementor-icon svg{fill:rgba(27, 95, 193, 0.18);}.elementor-3520 .elementor-element.elementor-element-415a1238{width:var( --container-widget-width, 50% );max-width:50%;--container-widget-width:50%;--container-widget-flex-grow:0;}.elementor-3520 .elementor-element.elementor-element-559c3cf{padding:0% 0% 4% 0%;}.elementor-3520 .elementor-element.elementor-element-2bb15cd{text-align:center;}.elementor-3520 .elementor-element.elementor-element-2bb15cd .elementor-heading-title{font-size:40px;}.elementor-3520 .elementor-element.elementor-element-1311b58 .wbcom-posts-card-body-wrapper{justify-content:flex-start;text-align:left;}.elementor-3520 .elementor-element.elementor-element-1311b58 .wbcom-posts-card-footer{justify-content:flex-start;}.elementor-3520 .elementor-element.elementor-element-1311b58 .wbcom-posts-card{background-color:#FFFFFF;border-style:solid;border-width:2px 2px 2px 2px;border-color:#02010112;border-top-left-radius:12px;border-top-right-radius:12px;border-bottom-right-radius:12px;border-bottom-left-radius:12px;}.elementor-3520 .elementor-element.elementor-element-1311b58 .wbcom-posts-card-featured-img img{opacity:1;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;}.elementor-3520 .elementor-element.elementor-element-1311b58 .wbcom-posts-horizontal .wbcom-posts-card-img-wrapper{opacity:1;}.elementor-3520 .elementor-element.elementor-element-1311b58 .wbcom-posts-horizontal-reverse .wbcom-posts-card-img-wrapper{opacity:1;}.elementor-3520 .elementor-element.elementor-element-1311b58 .wbcom-posts-card-featured-img:hover img{opacity:1;}.elementor-3520 .elementor-element.elementor-element-1311b58 .wbcom-posts-horizontal .wbcom-posts-card-img-wrapper:hover{opacity:1;}.elementor-3520 .elementor-element.elementor-element-1311b58 .wbcom-posts-horizontal-reverse .wbcom-posts-card-img-wrapper:hover{opacity:1;}.elementor-3520 .elementor-element.elementor-element-1311b58 .wbcom-posts-card-featured-img{padding:10px 10px 10px 10px;}.elementor-3520 .elementor-element.elementor-element-1311b58 .wbcom-posts-card-body{background-color:#FFFFFF;padding:20px 20px 20px 20px;margin:0px 0px 0px 0px;}.elementor-3520 .elementor-element.elementor-element-1311b58 .wbcom-posts-card-title,.elementor-3520 .elementor-element.elementor-element-1311b58 .wbcom-posts-card-title a{font-size:21px;line-height:28px;}.elementor-3520 .elementor-element.elementor-element-1311b58 .wbcom-posts-card-title{padding:0px 0px 0px 0px;}.elementor-3520 .elementor-element.elementor-element-1311b58 .wbcom-posts-excerpt p{padding:0px 0px 0px 0px;margin:0px 0px 0px 0px;}.elementor-3520 .elementor-element.elementor-element-1311b58 .wbcom-posts-card-author-img img.avatar{width:40px;height:40px;}.elementor-3520 .elementor-element.elementor-element-1311b58 .wbcom-posts-card-author-img img{width:40px;height:40px;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;}.elementor-3520 .elementor-element.elementor-element-1311b58 .wbcom-posts-card-author-link{padding:0px 0px 0px 20px;}.elementor-3520 .elementor-element.elementor-element-1311b58 .wbcom-posts-card-date-link{font-size:12px;text-transform:uppercase;letter-spacing:2px;padding:0px 0px 20px 20px;}.elementor-3520 .elementor-element.elementor-element-1311b58 .wbcom-post-carousel .slick-prev{color:#383636;background-color:#BBBABA5C;font-size:16px;height:45px;width:45px;line-height:45px;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;left:0px;}.elementor-3520 .elementor-element.elementor-element-1311b58 .wbcom-post-carousel .slick-next{color:#383636;background-color:#BBBABA5C;font-size:16px;height:45px;width:45px;line-height:45px;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;right:0px;}.elementor-3520 .elementor-element.elementor-element-1311b58 .wbcom-post-carousel .slick-prev:hover{color:#ffffff;background-color:rgba(0,0,0,0);}.elementor-3520 .elementor-element.elementor-element-1311b58 .wbcom-post-carousel .slick-next:hover{color:#ffffff;background-color:rgba(0,0,0,0);}@media(min-width:768px){.elementor-3520 .elementor-element.elementor-element-51e81bc6{width:39.665%;}.elementor-3520 .elementor-element.elementor-element-488aefe4{width:60%;}.elementor-3520 .elementor-element.elementor-element-511e6ea9{width:37.5%;}.elementor-3520 .elementor-element.elementor-element-75b25b6e{width:62.164%;}}@media(max-width:1024px){.elementor-3520 .elementor-element.elementor-element-708e6200{padding:80px 40px 80px 40px;}.elementor-3520 .elementor-element.elementor-element-6f55a535{margin-top:0px;margin-bottom:64px;}.elementor-3520 .elementor-element.elementor-element-5b2c7ca5 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 80px 56px 0px;}.elementor-3520 .elementor-element.elementor-element-5992918a > .elementor-widget-container{margin:0px 0px 0px 0px;}body:not(.rtl) .elementor-3520 .elementor-element.elementor-element-6c3f6b5b{left:0px;}body.rtl .elementor-3520 .elementor-element.elementor-element-6c3f6b5b{right:0px;}.elementor-3520 .elementor-element.elementor-element-6c3f6b5b{bottom:0px;}.elementor-3520 .elementor-element.elementor-element-2f6edd50 > .elementor-background-overlay{background-position:bottom left;}.elementor-3520 .elementor-element.elementor-element-488aefe4 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:40px 40px 40px 40px;}.elementor-3520 .elementor-element.elementor-element-44123437 .elementor-heading-title{font-size:30px;}.elementor-3520 .elementor-element.elementor-element-47deb630{padding:0px 20px 80px 20px;}.elementor-3520 .elementor-element.elementor-element-5bf26e59 > .elementor-widget-container{margin:0px 120px 0px 120px;}.elementor-3520 .elementor-element.elementor-element-497f1929{padding:20px 20px 20px 20px;}.elementor-3520 .elementor-element.elementor-element-166b1b12 > .elementor-element-populated{margin:0px 0px 40px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-3520 .elementor-element.elementor-element-da1b320{font-size:18px;}}@media(max-width:767px){.elementor-3520 .elementor-element.elementor-element-49669ab > .elementor-container{min-height:350px;}.elementor-3520 .elementor-element.elementor-element-49669ab{padding:10px 10px 10px 10px;}.elementor-3520 .elementor-element.elementor-element-9d05c85 .elementor-heading-title{font-size:28px;line-height:30px;}.elementor-3520 .elementor-element.elementor-element-af794a8{font-size:18px;}.elementor-3520 .elementor-element.elementor-element-f483f20 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-3520 .elementor-element.elementor-element-e9a2ea6 .elementor-image-box-img{margin-bottom:25px;}.elementor-3520 .elementor-element.elementor-element-222fe1a .elementor-image-box-img{margin-bottom:26px;}.elementor-3520 .elementor-element.elementor-element-708e6200{padding:64px 20px 48px 20px;}.elementor-3520 .elementor-element.elementor-element-6f55a535{margin-top:0px;margin-bottom:40px;}.elementor-3520 .elementor-element.elementor-element-5b2c7ca5 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 48px 0px;}.elementor-3520 .elementor-element.elementor-element-2c42d634 .elementor-heading-title{font-size:30px;}.elementor-3520 .elementor-element.elementor-element-3bac00e5 > .elementor-element-populated{padding:0px 0px 200px 0px;}.elementor-3520 .elementor-element.elementor-element-6c3f6b5b > .elementor-widget-container{margin:0px 0px 0px 0px;}body:not(.rtl) .elementor-3520 .elementor-element.elementor-element-6c3f6b5b{left:0px;}body.rtl .elementor-3520 .elementor-element.elementor-element-6c3f6b5b{right:0px;}.elementor-3520 .elementor-element.elementor-element-6c3f6b5b{bottom:0px;}.elementor-3520 .elementor-element.elementor-element-2f6edd50{margin-top:80px;margin-bottom:0px;}.elementor-3520 .elementor-element.elementor-element-488aefe4 > .elementor-element-populated{padding:120px 40px 64px 24px;}.elementor-3520 .elementor-element.elementor-element-44123437 .elementor-heading-title{font-size:30px;line-height:35px;}.elementor-3520 .elementor-element.elementor-element-47deb630{padding:0px 20px 20px 20px;}.elementor-3520 .elementor-element.elementor-element-7dd0ae85 .elementor-heading-title{font-size:30px;}.elementor-3520 .elementor-element.elementor-element-5bf26e59 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-3520 .elementor-element.elementor-element-2f4a075e{margin-top:16px;margin-bottom:0px;}.elementor-3520 .elementor-element.elementor-element-70d6a00d > .elementor-element-populated{margin:0px 0px 20px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-3520 .elementor-element.elementor-element-6932ad44 > .elementor-element-populated{margin:0px 0px 20px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-3520 .elementor-element.elementor-element-21dbe8eb > .elementor-element-populated{margin:0px 0px 20px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-3520 .elementor-element.elementor-element-666b0e8{margin-top:16px;margin-bottom:0px;}.elementor-3520 .elementor-element.elementor-element-9b86316 > .elementor-element-populated{margin:0px 0px 20px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-3520 .elementor-element.elementor-element-9328328 > .elementor-element-populated{margin:0px 0px 20px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-3520 .elementor-element.elementor-element-c013152 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-3520 .elementor-element.elementor-element-497f1929{padding:20px 20px 20px 20px;}.elementor-3520 .elementor-element.elementor-element-166b1b12 > .elementor-element-populated{padding:0px 40px 0px 0px;}.elementor-3520 .elementor-element.elementor-element-4fea22c3 .elementor-heading-title{font-size:30px;}.elementor-3520 .elementor-element.elementor-element-2ae6fcd6 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-3520 .elementor-element.elementor-element-7cca90d0 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-3520 .elementor-element.elementor-element-308fb083 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-3520 .elementor-element.elementor-element-75b25b6e > .elementor-element-populated{padding:24px 24px 24px 24px;}.elementor-3520 .elementor-element.elementor-element-2bb15cd .elementor-heading-title{font-size:30px;}}@media(max-width:1024px) and (min-width:768px){.elementor-3520 .elementor-element.elementor-element-5b2c7ca5{width:100%;}.elementor-3520 .elementor-element.elementor-element-3bac00e5{width:100%;}.elementor-3520 .elementor-element.elementor-element-51e81bc6{width:50%;}.elementor-3520 .elementor-element.elementor-element-488aefe4{width:50%;}.elementor-3520 .elementor-element.elementor-element-166b1b12{width:100%;}.elementor-3520 .elementor-element.elementor-element-7cca90d0{width:100%;}}/* Start custom CSS for image-box, class: .elementor-element-e9a2ea6 */filter: brightness(0) invert(1);/* End custom CSS *//*
Theme Name: REIGN
Theme URI: https://wbcomdesigns.com/downloads/reign-buddypress-theme/
Author: Wbcom Designs
Author URI: https://wbcomdesigns.com/
Description: Premium BuddyPress Theme with Elementor Page Builder support.
Version: 7.6.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: reign
Domain Path: /languages/
Tags: one-column, two-columns, right-sidebar, custom-background, custom-menu, featured-images, post-formats, full-width-template, translation-ready, theme-options, threaded-comments, footer-widgets, custom-logo
*/
/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInN0eWxlLmNzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7Ozs7Ozs7Ozs7O0VBWUUiLCJmaWxlIjoic3R5bGUuY3NzIiwic291cmNlc0NvbnRlbnQiOlsiLypcblRoZW1lIE5hbWU6IFJFSUdOXG5UaGVtZSBVUkk6IGh0dHBzOi8vd2Jjb21kZXNpZ25zLmNvbS9kb3dubG9hZHMvcmVpZ24tYnVkZHlwcmVzcy10aGVtZS9cbkF1dGhvcjogV2Jjb20gRGVzaWduc1xuQXV0aG9yIFVSSTogaHR0cHM6Ly93YmNvbWRlc2lnbnMuY29tL1xuRGVzY3JpcHRpb246IFByZW1pdW0gQnVkZHlQcmVzcyBUaGVtZSB3aXRoIEVsZW1lbnRvciBQYWdlIEJ1aWxkZXIgc3VwcG9ydC5cblZlcnNpb246IDEuMC43XG5MaWNlbnNlOiBHTlUgR2VuZXJhbCBQdWJsaWMgTGljZW5zZSB2MiBvciBsYXRlclxuTGljZW5zZSBVUkk6IExJQ0VOU0VcblRleHQgRG9tYWluOiByZWlnblxuRG9tYWluIFBhdGg6IC9sYW5ndWFnZXMvXG5UYWdzOiBvbmUtY29sdW1uLCB0d28tY29sdW1ucywgcmlnaHQtc2lkZWJhciwgY3VzdG9tLWJhY2tncm91bmQsIGN1c3RvbS1tZW51LCBmZWF0dXJlZC1pbWFnZXMsIHBvc3QtZm9ybWF0cywgZnVsbC13aWR0aC10ZW1wbGF0ZSwgdHJhbnNsYXRpb24tcmVhZHksIHRoZW1lLW9wdGlvbnMsIHRocmVhZGVkLWNvbW1lbnRzLCBmb290ZXItd2lkZ2V0cywgY3VzdG9tLWxvZ29cbiovXG4iXX0= */
/*
Theme Name: REIGN Child
Theme URI: https://wbcomdesigns.com/downloads/reign-buddypress-theme/
Author: Wbcom Designs
Author URI: https://wbcomdesigns.com/
Description: Premium BuddyPress Theme with Elementor Page Builder support.
Version: 3.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: reign-child
Template: reign-theme
Domain Path: /languages/
Tags: one-column, two-columns, right-sidebar, custom-background, custom-menu, featured-images, post-formats, full-width-template, translation-ready, theme-options, threaded-comments, footer-widgets, custom-logo
*/
#bbpress-forums fieldset.bbp-form input[type=password],#bbpress-forums fieldset.bbp-form input[type=text],#bbpress-forums fieldset.bbp-form select{height:38px;padding:6px 10px}#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content:focus{border:0}.bp-pagination.top .pag-count.top{display:none}div.bbp-breadcrumb{width:100%}#bbpress-forums{font-size:inherit;line-height:1.625}#bbpress-forums #bbp-search-form #bbp_search{margin-bottom:15px}.content-wrapper #bbpress-forums #bbp-search-form #bbp_search{min-width:200px}@media screen and (max-width:480px){.content-wrapper #bbpress-forums #bbp-search-form #bbp_search{min-width:160px}}#bbpress-forums ul.bbp-forums{list-style:none;margin:0;padding:0;background:var(--reign-site-sections-bg-color);border:1px solid var(--reign-site-border-color);border-bottom:0}#bbpress-forums .bbp-forums-list{border:0}#bbpress-forums li.bbp-header{background:0 0;margin:0;padding:0;border:0}#bbpress-forums li.bbp-footer,#bbpress-forums li.bbp-header{background:0 0;border-top:0;font-weight:700;padding:0;text-align:center}#bbpress-forums li.bbp-footer{display:none}#bbpress-forums li.bbp-header ul.forum-titles{list-style:none;margin:0;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid var(--reign-site-border-color);font-size:15px}.forum-titles .bbp-forum-freshness,.forum-titles .bbp-forum-info{padding:16px 24px}.forum-titles .bbp-forum-info{-webkit-box-flex:50%;-ms-flex:50%;flex:50%}.forum-titles .bbp-forum-reply-count,.forum-titles .bbp-forum-topic-count{-webkit-box-flex:10%;-ms-flex:10%;flex:10%;text-align:center;padding:16px 8px;display:none}@media screen and (min-width:450px){.forum-titles .bbp-forum-reply-count,.forum-titles .bbp-forum-topic-count{display:block}}.forum-titles .bbp-forum-freshness{-webkit-box-flex:30%;-ms-flex:30%;flex:30%;text-align:center;display:none}@media screen and (min-width:350px){.forum-titles .bbp-forum-freshness{display:block}}#bbpress-forums div.odd,#bbpress-forums ul.odd{background:var(--reign-site-sections-bg-color)}#bbpress-forums li.bbp-body ul.forum{list-style:none;margin:0;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-top:0;border-bottom:1px solid var(--reign-site-border-color);border-radius:var(--reign-global-border-radius)}#bbpress-forums li.bbp-body ul.forum .bbp-forum-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:50%;-ms-flex:50%;flex:50%;-ms-flex-flow:row wrap;flex-flow:row wrap}#bbpress-forums li.bbp-body ul.forum .bbp-forum-reply-count,#bbpress-forums li.bbp-body ul.forum .bbp-forum-topic-count{-webkit-box-flex:10%;-ms-flex:10%;flex:10%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;padding:24px 8px;font-size:15px;display:none}@media screen and (min-width:450px){#bbpress-forums li.bbp-body ul.forum .bbp-forum-reply-count,#bbpress-forums li.bbp-body ul.forum .bbp-forum-topic-count{display:-webkit-box;display:-ms-flexbox;display:flex}}#bbpress-forums li.bbp-body ul.forum .bbp-forum-freshness{-webkit-box-flex:30%;-ms-flex:30%;flex:30%;text-align:center;font-size:15px;display:none}@media screen and (min-width:350px){#bbpress-forums li.bbp-body ul.forum .bbp-forum-freshness{display:block}}#bbpress-forums li.bbp-body ul.forum .bbp-forum-freshness,#bbpress-forums li.bbp-body ul.forum .bbp-forum-info{padding:24px}#bbpress-forums .bbp-forum-info .bbp-forum-content{font-size:14px;line-height:20px;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin:5px 0 0}#bbpress-forums p.bbp-topic-meta,.bbp-forums p.bbp-topic-meta{display:none}#bbpress-forums .bbp-forum-info .bbp-forum-title{font-weight:600;font-size:18px}#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:0;border-radius:100%}.bbp-view .content-wrapper>.hentry,.bbpress .content-wrapper>.hentry{border:0!important}.bbp-template-notice ul{margin:0;padding:0;list-style:none}label[for=bbp_topic_title]{display:block}div.bbp-template-notice.info .bbp-author-avatar img{border:0;border-radius:100px;margin-right:4px}.rg-forums-list{clear:both}#bbpress-forums .rg-forums-list{margin:0 -15px!important;padding:0;list-style:none}#bbpress-forums .rg-forums-list li{font-size:inherit}#bbpress-forums .rg-forums-list>li{margin-bottom:30px}#bbpress-forums .rg-forums-list.rg-card-list .rg-cover-list-item{background:var(--reign-site-sections-bg-color);border:1px solid var(--reign-site-border-color);border-radius:var(--reign-global-border-radius);height:100%;padding-bottom:20px;-webkit-transition:.2s all;transition:.2s all}#bbpress-forums .rg-forums-list .rg-cover-list-item{position:relative}#bbpress-forums .rg-forums-list .rg-cover-wrap{border-radius:var(--reign-global-border-radius);position:relative;overflow:hidden;padding-top:96.52%;display:block;background:var(--reign-site-secondary-bg-color)}#bbpress-forums .rg-forums-list .rg-cover-wrap::before{content:"";background:transparent url(./wp-content/themes/reign-theme/assets/css/../img/svg/chat.svg) no-repeat;background-position:center;background-size:100px;position:absolute;left:0;top:0;right:0;bottom:0;margin:auto}#bbpress-forums .rg-forums-list.rg-card-list .rg-cover-wrap{border-radius:var(--reign-global-border-radius) var(--reign-global-border-radius) 0 0;padding-top:48%}#bbpress-forums .rg-forums-list.rg-card-list .rg-cover-wrap img{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;z-index:0;min-height:100%;width:auto;min-width:100%;object-fit:cover;border-radius:0}#bbpress-forums .rg-forums-list .rg-sec-header{margin-bottom:12px}#bbpress-forums .rg-forums-list .rg-sec-header h3{margin:0;font-size:20px;line-height:1.2}#bbpress-forums .rg-forums-list .rg-card-forum-details{padding:20px}#bbpress-forums .rg-forums-list .rg-forum-content-wrap{margin-bottom:15px}#bbpress-forums .rg-forums-list .rg-card-forum-details .rg-forum-content{font-size:14px;line-height:1.35;display:block;display:-webkit-box;max-height:2.69em;margin:0 auto;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}#bbpress-forums .rg-forums-list .forums-meta.bb-forums-meta:empty{display:none}#bbpress-forums .rg-forums-list .forums-meta span{opacity:.7;background:rgba(255,255,255,.15);border-radius:100px;display:inline-block;font-size:11px;font-weight:500;line-height:1;color:#fff;padding:4px 10px;margin-right:5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:90%}#bbpress-forums .rg-forums-list.rg-card-list .forums-meta span{background:rgba(18,43,70,.1);color:var(--reign-site-headings-color)}#bbpress-forums .rg-forums-list.rg-card-list .rg-timestamp{position:absolute;bottom:20px}#bbpress-forums .rg-forums-list .rg-timestamp{font-size:14px;line-height:1.6}#bbpress-forums .rg-forums-list.rg-cover-list .rg-cover-wrap{background:#444;padding-top:100%}#bbpress-forums .rg-forums-list.rg-cover-list .rg-cover-wrap::before{content:"";display:block;background:rgba(0,0,0,.2);width:100%;height:100%;position:absolute;top:0;left:0;z-index:1}#bbpress-forums .rg-forums-list.rg-cover-list .rg-cover-wrap img{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;z-index:0;min-height:100%;width:auto;min-width:100%;object-fit:cover;border-radius:0}#bbpress-forums .rg-forums-list.rg-cover-list .rg-forum-details{position:absolute;bottom:0;padding:20px;color:#fff;width:100%;z-index:2}#bbpress-forums .rg-forums-list.rg-cover-list .rg-forum-details .rg-sec-header h3 a{color:#fff}#bbpress-forums .rg-forums-list.rg-cover-list .rg-forum-details .forums-meta span{background:#fff}#bbpress-forums .rg-forums-list.rg-cover-list .rg-forum-details .forums-meta span:nth-child(n+3){display:none}.bbp-topics{list-style:none;margin:0 0 24px;padding:0}.bbp-topics .topic{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:var(--reign-site-sections-bg-color);padding:25px 15px;border-bottom:1px solid var(--reign-site-border-color)}@media screen and (max-width:480px){.bbp-topics .topic{-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.rg-topic-avatar{margin-right:20px}.rg-topic-avatar{min-width:60px;display:block}.rg-topic-avatar .bbp-author-avatar img.avatar{margin:0!important;border-radius:100%!important}.rg-topic-center{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}@media screen and (max-width:480px){.rg-topic-center{-webkit-box-flex:1;-ms-flex:1;flex:1}}.rg-topic-center .bbp-topic-title .bbp-topic-permalink{font-size:20px;line-height:1.3;display:block;margin-bottom:5px}@media screen and (max-width:600px){.rg-topic-center .bbp-topic-title .bbp-topic-permalink{font-size:18px}}.rg-topic-center .bbp-topic-meta{color:#797980;font-size:14px}.rg-topic-comments{text-align:right;font-size:14px;white-space:nowrap;margin-left:20px;margin-right:10px}@media screen and (max-width:480px){.rg-topic-comments{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;text-align:left;margin:15px 0 0 80px}}.rg-topic-comments .bbp-topic-reply-count{text-align:right}@media screen and (max-width:480px){.rg-topic-comments .bbp-topic-reply-count{text-align:left}}.rg-topic-comments .rg-topic-comments-avatars{margin-bottom:5px;text-align:center}@media screen and (max-width:480px){.rg-topic-comments .rg-topic-comments-avatars{text-align:left}}.rg-topic-comments .rg-topic-comments-avatars img.avatar{max-width:40px;border-radius:100%!important;margin-right:-10px!important}@media screen and (max-width:767px){.rg-topic-comments .rg-topic-comments-avatars img.avatar{max-width:28px}}.rg-topic-comments .bbp-author-avatar img.avatar{margin:0!important;border-radius:100%!important}#bbpress-forums .bbp-login-form fieldset.bbp-form,.bbp-reply-form,.bbp-topic-form{background:var(--reign-site-sections-bg-color);border:1px solid var(--reign-site-border-color);padding:48px;margin:64px 0;border-radius:var(--reign-global-border-radius)}@media screen and (max-width:600px){#bbpress-forums .bbp-login-form fieldset.bbp-form,.bbp-reply-form,.bbp-topic-form{padding:25px 15px}}.bbp-reply-form fieldset,.rg-bbp-form fieldset{border:0!important;margin:0!important;padding:0!important;min-width:100%;max-width:100%}.bbp-reply-form legend,.rg-bbp-form legend{display:block;margin:0 0 32px;padding:0!important;font-weight:600;font-size:28px;line-height:1.3}@media screen and (max-width:600px){.bbp-reply-form legend,.rg-bbp-form legend{font-size:20px}}#bbpress-forums .bbp-reply-form fieldset.bbp-form label,#bbpress-forums .rg-bbp-form fieldset.bbp-form label{margin:0 0 5px;display:block;font-size:16px}#bbpress-forums fieldset.bbp-form input,#bbpress-forums fieldset.bbp-form p,#bbpress-forums fieldset.bbp-form select,#bbpress-forums fieldset.bbp-form textarea{margin:0 0 16px}#bbpress-forums div.bbp-the-content-wrapper{margin-bottom:16px}#bbpress-forums fieldset.bbp-form input[type=text],#bbpress-forums fieldset.bbp-form select{height:38px;padding:6px 10px}.bbp-no-topic div.bbp-submit-wrapper,.bbp-reply-form div.bbp-submit-wrapper,.rg-bbp-form div.bbp-submit-wrapper,div.bbp-submit-wrapper{float:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}#bbp-cancel-reply-to-link{margin-left:15px}.bbp-login-form .bbp-submit-wrapper{text-align:left}.bbp-reply-form button#bbp_reply_submit,.rg-bbp-form button#bbp_topic_submit{padding:10px 25px}#bbpress-forums .bbp-reply-form fieldset.bbp-form label[for=bbp_topic_subscription],#bbpress-forums .rg-bbp-form fieldset.bbp-form label[for=bbp_topic_subscription]{display:inline}#subscription-toggle{margin-bottom:15px}span#subscription-toggle .is-subscribed a:before,span#subscription-toggle a:before{content:"\f02e";font-family:"Font Awesome 6 Pro",reign-icons;font-weight:400;margin-right:6px;display:inline-block}span#subscription-toggle .is-subscribed a:before{content:"\f02e";font-weight:900}#bbpress-forums #favorite-toggle,#bbpress-forums #subscription-toggle{font-weight:400}span#subscription-toggle{font-size:0}.favorite-toggle,.subscription-toggle{float:none;display:inline-block;background-color:var(--reign-site-button-bg-color);color:var(--reign-site-button-text-color);margin-left:10px;padding:10px 20px;border:1px solid var(--reign-site-button-bg-color);font-size:13px;font-weight:400;line-height:1.5;border-radius:var(--reign-global-button-radius);text-transform:none;-webkit-transition:all .3s;transition:all .3s;cursor:pointer;font-weight:400;text-shadow:none;font-family:inherit}.favorite-toggle:focus,.favorite-toggle:hover,.subscription-toggle:focus,.subscription-toggle:hover{background-color:var(--reign-site-button-bg-hover-color);color:var(--reign-site-button-text-hover-color);border:1px solid var(--reign-site-button-bg-hover-color)}span#favorite-toggle a:before,span#favorite-toggle is-favorite a:before{content:"\f004";font-family:"Font Awesome 6 Pro",reign-icons;margin-right:6px;display:inline-block}span#favorite-toggle .is-favorite a:before{content:"\f004";font-weight:900}#bbpress-forums div.bbp-the-content-wrapper input[type=button]:hover{border:1px solid rgba(0,0,0,.1)!important}#bbpress-forums ul.bbp-lead-topic .bbp-body .bbp-topic-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}#bbpress-forums ul.bbp-lead-topic .bbp-body div.bbp-topic-author,#bbpress-forums ul.bbp-lead-topic .bbp-body div.bbp-topic-author .bbp-author-link{float:none;text-align:left;width:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-flow:wrap;flex-flow:wrap}#bbpress-forums ul.bbp-lead-topic .bbp-body div.bbp-topic-author .bbp-author-link .bbp-topic-ip,#bbpress-forums ul.bbp-lead-topic .bbp-body div.bbp-topic-author .bbp-topic-ip{display:none}#bbpress-forums ul.bbp-lead-topic .bbp-body div.bbp-topic-author .bbp-author-role{margin-left:10px}#bbpress-forums ul.bbp-lead-topic .bbp-body div.bbp-topic-author span.bbp-author-avatar{margin-right:20px}#bbpress-forums ul.bbp-lead-topic .bbp-body div.bbp-topic-author img.avatar{max-width:50px;border-radius:100%!important;margin:0 0 10px!important}#bbpress-forums ul.bbp-lead-topic .bbp-body div.bbp-topic-author span.bbp-author-name{font-size:18px;font-weight:600;text-decoration:none}#bbpress-forums ul.bbp-lead-topic .bbp-body div.bbp-topic-author span.bbp-author-ip{font-size:80%}#bbpress-forums ul.bbp-lead-topic .bbp-body .bbp-topic-footer .bbp-meta{margin-left:70px;border-top:1px solid var(--reign-site-border-color);padding-top:15px}#bbpress-forums ul.bbp-lead-topic .bbp-body .bbp-topic-footer .bbp-topic-permalink{margin-right:15px}@media screen and (max-width:480px){#bbpress-forums ul.bbp-lead-topic .bbp-body .bbp-topic-header{display:block}#bbpress-forums ul.bbp-lead-topic .bbp-body .bbp-topic__date,#bbpress-forums ul.bbp-lead-topic .bbp-body div.bbp-topic-author{margin:0 0 15px}#bbpress-forums ul.bbp-lead-topic .bbp-body .bbp-topic-footer .bbp-meta{margin:0 0 15px!important}}#bbpress-forums ul.bbp-replies{border:0}#bbpress-forums .rg-replies .bbp-body>div,#bbpress-forums .rg-replies .bbp-body>ul>li>div,.wbpbi-bbpress-page #bbpress-forums div.reply{background:var(--reign-site-sections-bg-color);border:1px solid var(--reign-site-border-color);border-radius:var(--reign-global-border-radius);padding:20px 20px 10px;margin:0 0 20px}@media screen and (min-width:600px){#bbpress-forums .rg-replies .bbp-body>div,#bbpress-forums .rg-replies .bbp-body>ul>li>div,.wbpbi-bbpress-page #bbpress-forums div.reply{padding:30px 30px 20px}}.wbpbi-bbpress-page #bbpress-forums div.reply{padding:20px 20px 10px}.wbpbi-bbpress-page #bbpress-forums div.reply:after{content:"";display:table;clear:both}#bbpress-forums div.bbp-forum-header,#bbpress-forums div.bbp-reply-header,#bbpress-forums div.bbp-topic-header{background:var(--reign-site-sections-bg-color);margin:0;padding:0;border:0}#bbpress-forums div.bbp-forum-content,#bbpress-forums div.bbp-reply-content,#bbpress-forums div.bbp-topic-content{margin-left:70px;padding:0}@media screen and (max-width:480px){#bbpress-forums div.bbp-forum-content,#bbpress-forums div.bbp-reply-content,#bbpress-forums div.bbp-topic-content{margin:0 0 15px!important}}#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:inherit;border-color:var(--reign-site-border-color);border-radius:var(--reign-global-border-radius)}#bbpress-forums .rg-replies .bbp-reply-header{margin:0 0 30px}@media screen and (min-width:768px){#bbpress-forums .rg-replies .bbp-reply-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.rg-replies .bbp-reply-authoravatar{float:left;margin-right:15px}@media screen and (min-width:600px){.rg-replies .bbp-reply-authoravatar{margin-right:20px}}.rg-replies .bbp-reply-authoravatar .bbp-author-avatar{min-width:50px}.rg-replies .bbp-reply-authoravatar .bbp-author-avatar img.avatar{max-width:50px;border-radius:100%!important;margin:0!important}.rg-replies .bbp-reply--authorname{-webkit-box-flex:1;-ms-flex:1;flex:1}.rg-replies .bbp-reply--authorname .bbp-reply-ip{display:none}.rg-replies .bbp-reply--authorname a{font-size:18px;font-weight:600;text-decoration:none}.bbp-reply-footer .bbp-meta{margin-left:70px;border-top:1px solid var(--reign-site-border-color);padding-top:15px}@media screen and (max-width:480px){.bbp-reply-footer .bbp-meta{margin:0}}.bbp-reply-footer .bbp-meta .bbp-reply-permalink-wrapper{display:inline-block}.bbp-reply-permalink{margin-right:15px}span.bbp-reply-post-date:before{content:"\f017";font-family:"Font Awesome 6 Pro",reign-icons;margin-right:6px}#bbpress-forums .bbp-pagination-links .page-numbers{display:inline-block!important;min-width:25px;height:25px;line-height:22px!important;text-align:center;margin:5px;border-radius:3px!important;border:1px solid!important}#bbpress-forums .bbp-pagination-links .page-numbers:hover{box-shadow:0 1.5px 15px 0 rgba(0,0,0,.17)}#bbpress-forums .bbp-pagination-links span.current{background:var(--reign-colors-theme);color:var(--reign-color-white);border-color:var(--reign-color-white)}#bbpress-forums .bbp-pagination-links a:hover,#bbpress-forums .bbp-topic-pagination a:hover{color:var(--reign-colors-theme);background:0 0;opacity:1;border-color:var(--reign-colors-theme)}.bbp-search .hentry{margin-bottom:0;padding-bottom:0;border:0;border-radius:0}#bbpress-forums ul.forums.bbp-search-results{background:0 0;border:0}#bbpress-forums .forums.bbp-search-results .bbp-body>div{background:var(--reign-site-sections-bg-color);margin:0 0 20px;padding:0;border:1px solid var(--reign-site-border-color)}#bbpress-forums .forums.bbp-search-results .bbp-forum-header .bbp-meta,#bbpress-forums .forums.bbp-search-results .bbp-topic-top{margin-bottom:15px;padding:10px;border-bottom:1px solid var(--reign-site-border-color)}#bbpress-forums .forums.bbp-search-results .bbp-reply-header .bbp-reply-permalink,#bbpress-forums .forums.bbp-search-results .bbp-topic-top a.bbp-topic-permalink{display:block;margin:0}@media screen and (min-width:992px){#bbpress-forums .forums.bbp-search-results .bbp-reply-header .bbp-reply-permalink,#bbpress-forums .forums.bbp-search-results .bbp-topic-top a.bbp-topic-permalink{float:right}}#bbpress-forums .forums.bbp-search-results .bbp-forum-title{padding:5px 20px 10px}@media screen and (max-width:480px){#bbpress-forums .forums.bbp-search-results .bbp-forum-header .bbp-meta a.bbp-forum-permalink{margin:0;display:block;float:none}}#bbpress-forums .forums.bbp-search-results .bbp-reply-author,#bbpress-forums .forums.bbp-search-results .bbp-topic-header{margin-bottom:10px;padding:10px 20px 20px}@media screen and (min-width:768px){#bbpress-forums .forums.bbp-search-results .bbp-reply-author,#bbpress-forums .forums.bbp-search-results .bbp-topic-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}#bbpress-forums .forums.bbp-search-results .bbp-reply-author{float:none;width:auto}@media only screen and (max-width:480px){#bbpress-forums .forums.bbp-search-results .bbp-reply-author{margin:0;border:0;min-height:52px}}#bbpress-forums .forums.bbp-search-results .bbp-reply-authoravtar,#bbpress-forums .forums.bbp-search-results .bbp-topic-authoravtar{float:left;margin-right:15px}@media screen and (min-width:600px){#bbpress-forums .forums.bbp-search-results .bbp-reply-authoravtar,#bbpress-forums .forums.bbp-search-results .bbp-topic-authoravtar{margin-right:20px}}#bbpress-forums .forums.bbp-search-results .bbp-reply-authorname,#bbpress-forums .forums.bbp-search-results .bbp-topic-authorname{-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:left}#bbpress-forums .forums.bbp-search-results .bbp-reply-authorname a.bbp-author-link,#bbpress-forums .forums.bbp-search-results .bbp-reply-authorname span.bbp-author-name,#bbpress-forums .forums.bbp-search-results .bbp-topic-authorname a.bbp-author-link,#bbpress-forums .forums.bbp-search-results .bbp-topic-authorname span.bbp-author-name{font-size:18px;font-weight:600;margin:0;text-decoration:none}@media screen and (max-width:767px){#bbpress-forums .forums.bbp-search-results .bbp-reply-author .bbp-reply-date{text-align:left}}#bbpress-forums .forums.bbp-search-results .bbp-reply-authorname a.bbp-author-link{display:inline-block}#bbpress-forums .forums.bbp-search-results span.bbp-topic-post-date:before{content:"\f017";font-family:"Font Awesome 6 Pro",reign-icons;margin-right:6px;display:inline-block}#bbpress-forums .forums.bbp-search-results .bbp-reply-ip{display:none}#bbpress-forums .forums.bbp-search-results span.bbp-author-avatar{min-width:50px}#bbpress-forums .forums.bbp-search-results span.bbp-author-avatar img.avatar{position:static;max-width:50px;border-radius:100%!important;margin:0!important}#bbpress-forums .forums.bbp-search-results .bbp-reply-content,#bbpress-forums .forums.bbp-search-results .bbp-topic-content{padding:10px 15px 0!important}@media screen and (min-width:600px){#bbpress-forums .forums.bbp-search-results .bbp-reply-content,#bbpress-forums .forums.bbp-search-results .bbp-topic-content{padding:10px 20px 0!important}}#bbpress-forums .forums.bbp-search-results .bbp-reply-header{margin-bottom:15px;padding:10px;border-bottom:1px solid var(--reign-site-border-color)}#bbpress-forums .forums.bbp-search-results div.bbp-forum-content{margin-left:0;padding:0 20px 20px}#bbpress-forums .bbp-forums #favorite-toggle,#bbpress-forums .bbp-forums #subscription-toggle,#bbpress-forums .bbp-topics #favorite-toggle,#bbpress-forums .bbp-topics #subscription-toggle{display:none}.has-text-field #wp-link .query-results.query-results{top:250px}.wp-core-ui .button-secondary:hover,.wp-core-ui .button.hover,.wp-core-ui .button:hover{border:1px solid #016087!important}#bbpress-forums #bbp-single-user-details{width:100%;float:none;margin:0 0 40px}#bbpress-forums #bbp-single-user-details #bbp-user-avatar{margin:0;width:100%;position:relative;padding:40px 20px;color:#fff;background:var(--reign-colors-theme)}#bbpress-forums #bbp-single-user-details #bbp-user-avatar:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.2)),to(rgba(0,0,0,.5)));background:-webkit-linear-gradient(top,rgba(0,0,0,.2) 0,rgba(0,0,0,.5) 100%);background:linear-gradient(to bottom,rgba(0,0,0,.2) 0,rgba(0,0,0,.5) 100%);z-index:-1}#bbpress-forums #bbp-single-user-details #bbp-user-avatar .vcard{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#bbpress-forums #bbp-user-body{margin-left:0}#bbpress-forums #bbp-single-user-details #bbp-user-avatar img.avatar{border:none;margin:0 20px 0 0;padding:0;width:100px;height:100px;min-width:100px;max-width:100px;border-radius:100%}#bbp-user-avatar .rg-user-name{font-weight:700;font-size:22px}#bbp-user-navigation ul{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;background:var(--reign-site-sections-bg-color);border:1px solid var(--reign-site-border-color)}#bbpress-forums #bbp-single-user-details #bbp-user-navigation{background:var(--reign-site-sections-bg-color)}#bbpress-forums #bbp-single-user-details #bbp-user-navigation a{padding:12px 18px}#bbpress-forums #bbp-single-user-details #bbp-user-navigation li.current a{background:0 0;color:var(--reign-colors-theme);opacity:1}.widget.widget_display_forums ul.bbp-forums-widget{margin:0;padding:0;list-style:none}.widget.widget_display_forums ul.bbp-forums-widget li+li{margin-top:10px}.widget.widget_display_views .bbp-views-widget{margin:0;padding:0;list-style:none}.widget.widget_display_views .bbp-views-widget li+li{margin-top:10px}.widget.widget_display_stats dl{text-align:center}.widget.widget_display_stats dl dd{margin:0 1.5em 1.5em}.widget.widget_display_topics .bbp-topics-widget{margin:0;padding:0;list-style:none}.widget.widget_display_topics .bbp-topics-widget li+li{margin-top:10px}.widget.widget_display_topics .bbp-topics-widget li img.avatar.avatar{margin-right:6px}.widget.widget_display_replies .bbp-replies-widget{margin:0;padding:0;list-style:none}.widget.widget_display_replies .bbp-replies-widget li+li{margin-top:10px}.widget.widget_display_replies .bbp-replies-widget li img.avatar.avatar{margin-right:6px}.widget.widget_display_search #bbp_search{width:100%}.widget.widget_display_forums ul li,.widget.widget_display_replies ul li,.widget.widget_display_topics ul li,.widget.widget_display_views ul li{position:relative;margin:5px 0;padding-left:20px}.widget.widget_display_forums ul li:before,.widget.widget_display_replies ul li:before,.widget.widget_display_topics ul li:before,.widget.widget_display_views ul li:before{content:"\f086";font-family:"Font Awesome 6 Pro",reign-icons;text-align:center;font-size:14px;margin:0 0;vertical-align:middle;position:absolute;left:0}.bbp-header-search-wrap{background:#444}@media screen and (max-width:959px){.bbp-header-search-wrap{margin-top:50px}}.bbp-header-search-inner{max-width:500px;margin:auto;padding:50px 15px}.bbp-header-search-inner #bbp-search-form input#bbp_search{width:100%;height:50px;padding-left:24px}.bbp-header-search-inner #bbp-search-form input#bbp_search_submit{top:10px;right:20px;background-size:22px;background-color:unset!important}#bbpress-forums div.even,#bbpress-forums ul.even{background-color:var(--reign-site-sections-bg-color)}.bbp-forum-content a,.bbp-reply-content a{color:var(--reign-accent-color)}.bbp-forum-content a:hover,.bbp-reply-content a:hover{color:var(--reign-accent-hover-color)}#bbpress-forums fieldset.bbp-form{border-color:var(--reign-site-border-color)}.rg-group-section .item-list.rg-group-list>li{padding:15px}.rg-group-section .item-desc,.rg-group-section .item-meta,.rg-group-section .meta.group-meta{display:none}.rg-group-section .item-list.rg-group-list .item-title{font-size:18px;letter-spacing:-.02rem;line-height:1.4;margin-bottom:16px}.rg-group-section ul.item-list li img.avatar{float:left;margin:0 10px 0 0}.rg-group-section .bp-group-inner-wrap{background:var(--reign-site-sections-bg-color);border:1px solid var(--reign-site-border-color);border-radius:var(--reign-global-border-radius);display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-line-pack:center;align-content:center;height:100%}.rg-group-section a.item-avatar-group{position:relative;overflow:hidden;padding-top:32%;display:block;-webkit-box-flex:0;-ms-flex:0 0 42%;flex:0 0 42%;max-width:42%}.rg-group-section a.item-avatar-group img{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;z-index:0;min-height:100%;width:auto;min-width:100%;object-fit:cover}.rg-group-section .group-content-wrap{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:10px 20px}.rg-group-section .wbtm-bp-grp-type-hidden,.rg-group-section .wbtm-bp-grp-type-private,.rg-group-section .wbtm-bp-grp-type-public{color:#999}.rg-group-section .group-admins-wrap .avatar{width:36px;max-width:36px;height:36px;border-radius:100%}.bp-nouveau .rg-group-section .wbtm-bp-grp-type-hidden,.bp-nouveau .rg-group-section .wbtm-bp-grp-type-private,.bp-nouveau .rg-group-section .wbtm-bp-grp-type-public{display:block;text-align:left}.bp-nouveau .rg-group-section .wbtm-bp-grp-type-hidden .fa,.bp-nouveau .rg-group-section .wbtm-bp-grp-type-hidden .far,.bp-nouveau .rg-group-section .wbtm-bp-grp-type-private .fa,.bp-nouveau .rg-group-section .wbtm-bp-grp-type-private .far,.bp-nouveau .rg-group-section .wbtm-bp-grp-type-public .fa,.bp-nouveau .rg-group-section .wbtm-bp-grp-type-public .far{font-size:14px}.bp-nouveau .rg-group-section .group-admin-meta{margin-left:0}.reign-pagination{display:none}.site-activity-view-all-button{margin-top:30px}.reign-activity-header>p{font-size:14px;color:rgba(102,102,102,.9);margin:0 0 15px}.reign-activity-header>p a{display:inherit}.reign-activity-header>p a img{margin:0 4px;border-radius:50%}.reign-activity-header a.view.activity-time-since{font-size:13px;display:block;color:#aeb8bc;margin:5px 0;position:relative}.reign-activity-header a.view.activity-time-since span.time-since{display:block;margin:0}.reign-activity-inner p{font-size:12px;color:#222;font-weight:300}.reign-activity-header a{font-size:15px}ul.site-wide-stream.reign-activity-list.reign-clearfix{list-style:none;margin:0}ul.site-wide-stream.reign-activity-list.reign-clearfix>li{margin:30px 0}.reign-activity-content.reign-clearfix{margin-left:75px;margin-top:-50px}.site-wide-stream{position:relative}.site-wide-stream:after{content:" ";width:1px;height:100%;background:rgba(203,208,211,.5);position:absolute;top:0;left:30px}.reign-activity-avatar .avatar{margin-left:6px;border-radius:100%;max-width:50px;position:relative;z-index:100;box-shadow:0 0 0 6px #f5f6f7}.reign-activity-avatar+.reign-activity-content.reign-clearfix{margin-top:-50px}.reign-activity-content.reign-clearfix{margin-top:0}.rtmedia-activity-container .mejs-container.mejs-video{min-width:100%!important;min-height:100%!important;width:100%!important;overflow:hidden}.pag-count.top{display:none}body.bp-nouveau:before{position:fixed;content:"";background:rgba(0,0,0,.5);width:100%;height:100vh;top:0;left:0;opacity:0;z-index:-1;visibility:hidden;-webkit-transition:opacity .6s,visibility .6s,z-index 1s;transition:opacity .6s,visibility .6s,z-index 1s}body.bp-nouveau.activity-modal:not(.reign-mediapress){background-color:var(--reign-site-sections-bg-color)}body.bp-nouveau.activity-modal:not(.reign-mediapress):before{visibility:visible;opacity:1;z-index:99;-webkit-transition:all .3s;transition:all .3s}body.bp-nouveau.activity-modal:not(.reign-mediapress) #bp-nouveau-activity-form:not(.modal-popup):not(.bp-activity-edit){background-color:var(--reign-site-sections-bg-color);position:relative;z-index:99;-webkit-transition:all .15s;transition:all .15s}body #buddypress div.select-wrap,body #buddypress select{border-radius:var(--reign-global-border-radius)}body.activity .content-wrapper>.hentry{border:0!important}.bp-nouveau form#whats-new-form:after{content:" ";display:table;clear:both}.bp-nouveau .activity-update-form #whats-new-post-in-box #whats-new-post-in-box-items{margin:0;margin-left:10px;background:0 0}.bp-nouveau .activity-update-form #whats-new-post-in-box #whats-new-post-in-box-items li{margin-bottom:0}.bp-nouveau .activity-update-form #whats-new-post-in-box #whats-new-post-in-box-items #activity-autocomplete{margin-bottom:0}.bp-nouveau .activity-update-form{background:var(--reign-site-sections-bg-color);box-shadow:none;min-height:102px;padding:15px 15px 0;margin-top:0;border-color:var(--reign-site-border-color)}@media (max-width:46.8em){.bp-nouveau .activity-update-form{padding-top:0}}.bp-nouveau .activity-update-form .bpfb_form_container{background:0 0}.bp-nouveau .activity-update-form .bpfb_controls_container,.bp-nouveau .activity-update-form .bpfb_toolbar_container{padding-top:10px}.bp-nouveau .activity-update-form #bpfb_link_preview_url,.bp-nouveau .activity-update-form #bpfb_video_url,.bp-nouveau .activity-update-form input[type=text]{max-width:100%;margin-bottom:10px}.bp-nouveau .activity-update-form input#bpfb_add_remote_image,.bp-nouveau .activity-update-form input#bpfb_video_url_preview{margin-bottom:10px}.bp-nouveau .activity-update-form #whats-new-avatar img{max-width:50px;height:50px}.bp-nouveau .activity-update-form:not(.modal-popup){border-radius:var(--reign-global-border-radius)!important}.bp-nouveau .activity-update-form #whats-new-content{padding-bottom:5px}@media screen and (min-width:46.8em){.bp-nouveau .activity-update-form #whats-new-content,.bp-nouveau .activity-update-form #whats-new-post-in-box,.bp-nouveau .activity-update-form #whats-new-submit{margin-left:65px}.bp-nouveau .activity-update-form #whats-new-submit input{min-width:8em;width:auto}}.bp-nouveau .activity-update-form.activity-update-form .rtmedia-uploader-div{margin-bottom:10px;margin-left:65px}@media screen and (max-width:46.8em){.bp-nouveau .activity-update-form.activity-update-form .rtmedia-uploader-div{margin-left:0}}.bp-nouveau .activity-form input#aw-whats-new-reset{text-decoration:none}.bp-nouveau #buddypress form#whats-new-form textarea{min-height:70px;margin-bottom:0;outline:0;border:1px solid var(--reign-site-border-color);background:var(--reign-site-sections-bg-color);color:var(--reign-site-body-text-color);font-weight:500}.bp-nouveau #whats-new-textarea{margin-bottom:5px}.bp-nouveau .buddypress-wrap #whats-new-post-in{min-width:100px;height:34px;font-size:13px}.bp-nouveau #whats-new-post-in-box{margin-right:10px;margin-top:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bp-nouveau .activity-update-form.activity-update-form #aw-whats-new-submit{margin-top:0}.bp-nouveau .rtmedia-plupload-container{display:-webkit-box;display:-ms-flexbox;display:flex}.bp-nouveau #activity-autocomplete{min-width:160px}@media (max-width:767px){.bp-nouveau #activity-autocomplete{min-width:100%}}.bp-nouveau .rtm-upload-button-wrapper button#rtmedia-add-media-button-post-update{height:34px}.bp-nouveau div#rtmedia-action-update>span{display:none}.bp-nouveau #rtSelectPrivacy,.bp-nouveau .buddypress-wrap #whats-new-post-in-box select,.bp-nouveau select.rtmedia-user-album-list{font-size:13px;height:34px;border-color:var(--reign-site-border-color)}.bp-nouveau #rtSelectPrivacy:hover,.bp-nouveau .buddypress-wrap #whats-new-post-in-box select:hover,.bp-nouveau select.rtmedia-user-album-list:hover{box-shadow:0 0 11px rgba(33,33,33,.2)}.bp-nouveau .activity-list.bp-list{margin:0;padding:0;background:0 0;border:0}.bp-nouveau .bp-dir-vert-nav .dir-navs ul li.selected{border:0}.bp-nouveau .bp-navs ul li .count,.bp-nouveau .buddypress-wrap .bp-navs li.dynamic a .count,.bp-nouveau .buddypress-wrap .bp-navs li.dynamic.current a .count,.bp-nouveau .buddypress-wrap .bp-navs li.dynamic.selected a .count,.bp-nouveau .buddypress-wrap.bp-vertical-navs .dir-navs.activity-nav-tabs ul li.selected a span,.bp-nouveau .buddypress-wrap.bp-vertical-navs .dir-navs.groups-nav-tabs ul li.selected a span,.bp-nouveau .buddypress-wrap.bp-vertical-navs .dir-navs.members-nav-tabs ul li.selected a span,.bp-nouveau .buddypress-wrap.bp-vertical-navs .dir-navs.sites-nav-tabs ul li.selected a span,.bp-nouveau .buddypress-wrap.bp-vertical-navs .main-navs.group-nav-tabs ul li.selected a span,.bp-nouveau .buddypress-wrap.bp-vertical-navs .main-navs.user-nav-tabs ul li.selected a span,.bp-nouveau .buddypress_object_nav .bp-navs li.dynamic a .count,.bp-nouveau .buddypress_object_nav .bp-navs li.dynamic.current a .count,.bp-nouveau .buddypress_object_nav .bp-navs li.dynamic.selected a .count,.bp-nouveau .rtm-bp-navs.bp-navs ul.subnav li span{background:var(--reign-colors-theme);color:var(--reign-color-white);display:inline-block;vertical-align:top;margin:1px 0 -1px 2px;padding:0 5px;min-width:18px;height:18px;border:1px solid transparent;border-radius:9px;font-size:11px;line-height:16px;font-weight:400;text-align:center;z-index:26}.bp-nouveau .bp-navs ul li .count:empty,.bp-nouveau .buddypress-wrap .bp-navs li.dynamic a .count:empty,.bp-nouveau .buddypress-wrap .bp-navs li.dynamic.current a .count:empty,.bp-nouveau .buddypress-wrap .bp-navs li.dynamic.selected a .count:empty,.bp-nouveau .buddypress-wrap.bp-vertical-navs .dir-navs.activity-nav-tabs ul li.selected a span:empty,.bp-nouveau .buddypress-wrap.bp-vertical-navs .dir-navs.groups-nav-tabs ul li.selected a span:empty,.bp-nouveau .buddypress-wrap.bp-vertical-navs .dir-navs.members-nav-tabs ul li.selected a span:empty,.bp-nouveau .buddypress-wrap.bp-vertical-navs .dir-navs.sites-nav-tabs ul li.selected a span:empty,.bp-nouveau .buddypress-wrap.bp-vertical-navs .main-navs.group-nav-tabs ul li.selected a span:empty,.bp-nouveau .buddypress-wrap.bp-vertical-navs .main-navs.user-nav-tabs ul li.selected a span:empty,.bp-nouveau .buddypress_object_nav .bp-navs li.dynamic a .count:empty,.bp-nouveau .buddypress_object_nav .bp-navs li.dynamic.current a .count:empty,.bp-nouveau .buddypress_object_nav .bp-navs li.dynamic.selected a .count:empty,.bp-nouveau .rtm-bp-navs.bp-navs ul.subnav li span:empty{display:none}.bp-nouveau .buddypress-wrap .bp-navs li.current a .count,.bp-nouveau .buddypress-wrap .bp-navs li.selected a .count,.bp-nouveau .buddypress_object_nav .bp-navs li.current a .count,.bp-nouveau .buddypress_object_nav .bp-navs li.selected a .count{background:var(--reign-colors-theme);color:var(--reign-color-white)}.bp-nouveau .buddypress-wrap .bp-navs li.current a:focus,.bp-nouveau .buddypress-wrap .bp-navs li.current a:hover,.bp-nouveau .buddypress-wrap .bp-navs li.selected a:focus,.bp-nouveau .buddypress-wrap .bp-navs li.selected a:hover{background:rgba(var(--reign-colors-theme-rgb),.04)}.bp-nouveau .buddypress-wrap .bp-navs li.current a,.bp-nouveau .buddypress-wrap .bp-navs li.selected a{background:0 0}.bp-nouveau .buddypress-wrap .bp-navs li:not(.current) a:focus,.bp-nouveau .buddypress-wrap .bp-navs li:not(.current) a:hover,.bp-nouveau .buddypress-wrap .bp-navs li:not(.selected) a:focus,.bp-nouveau .buddypress-wrap .bp-navs li:not(.selected) a:hover{color:var(--reign-colors-theme);background:rgba(var(--reign-colors-theme-rgb),.04)}.bp-nouveau .buddypress-wrap .subnav-filters{margin-bottom:15px}.bp-nouveau .buddypress-wrap .subnav-filters .feed{height:34px;line-height:34px}.bp-nouveau .bp-navs ul::after,.bp-nouveau .bp-navs::after{content:" ";display:table;clear:both}.bp-nouveau .bp-navs ul li a,.bp-nouveau .bp-navs ul li span{padding:10px}@media (min-width:46.8em){.bp-nouveau .bp-single-vert-nav .item-body:not(#group-create-body) #subnav:not(.tabbed-links),.bp-nouveau .buddypress-wrap.bp-dir-hori-nav:not(.bp-vertical-navs) nav:not(.tabbed-links),.bp-nouveau .groups-type-navs,.bp-nouveau .mpp-type-navs{position:relative;background:var(--reign-site-sections-bg-color);border:0;box-shadow:none;border-radius:var(--reign-global-border-radius)}.bp-nouveau .bp-single-vert-nav .item-body:not(#group-create-body) #subnav:not(.tabbed-links):before,.bp-nouveau .buddypress-wrap.bp-dir-hori-nav:not(.bp-vertical-navs) nav:not(.tabbed-links):before,.bp-nouveau .groups-type-navs:before,.bp-nouveau .mpp-type-navs:before{content:"";position:absolute;left:0;bottom:0;width:100%;height:1px;background-color:var(--reign-site-border-color);z-index:1}.bp-nouveau .bp-single-vert-nav .item-body:not(#group-create-body) #subnav:not(.tabbed-links) li,.bp-nouveau .buddypress-wrap.bp-dir-hori-nav:not(.bp-vertical-navs) nav:not(.tabbed-links) li,.bp-nouveau .groups-type-navs li,.bp-nouveau .mpp-type-navs li{position:relative}.bp-nouveau .bp-single-vert-nav .item-body:not(#group-create-body) #subnav:not(.tabbed-links) li:after,.bp-nouveau .buddypress-wrap.bp-dir-hori-nav:not(.bp-vertical-navs) nav:not(.tabbed-links) li:after,.bp-nouveau .groups-type-navs li:after,.bp-nouveau .mpp-type-navs li:after{-webkit-transition:all .5s;transition:all .5s;content:"";position:absolute;right:0;bottom:0;width:0;height:1px;background-color:var(--reign-colors-theme);z-index:2}.bp-nouveau .bp-single-vert-nav .item-body:not(#group-create-body) #subnav:not(.tabbed-links) li:hover:after,.bp-nouveau .buddypress-wrap.bp-dir-hori-nav:not(.bp-vertical-navs) nav:not(.tabbed-links) li:hover:after,.bp-nouveau .groups-type-navs li:hover:after,.bp-nouveau .mpp-type-navs li:hover:after{left:0;width:100%;background-color:var(--reign-colors-theme)}.bp-nouveau .bp-single-vert-nav .item-body:not(#group-create-body) #subnav:not(.tabbed-links) li.current:after,.bp-nouveau .bp-single-vert-nav .item-body:not(#group-create-body) #subnav:not(.tabbed-links) li.selected:after,.bp-nouveau .buddypress-wrap.bp-dir-hori-nav:not(.bp-vertical-navs) nav:not(.tabbed-links) li.current:after,.bp-nouveau .buddypress-wrap.bp-dir-hori-nav:not(.bp-vertical-navs) nav:not(.tabbed-links) li.selected:after,.bp-nouveau .groups-type-navs li.current:after,.bp-nouveau .groups-type-navs li.selected:after,.bp-nouveau .mpp-type-navs li.current:after,.bp-nouveau .mpp-type-navs li.selected:after{width:100%;left:0}.bp-nouveau .buddypress-wrap.bp-dir-hori-nav:not(.bp-vertical-navs) .bp-navs li.current a,.bp-nouveau .buddypress-wrap.bp-dir-hori-nav:not(.bp-vertical-navs) .bp-navs li.current a:focus,.bp-nouveau .buddypress-wrap.bp-dir-hori-nav:not(.bp-vertical-navs) .bp-navs li.current a:hover,.bp-nouveau .buddypress-wrap.bp-dir-hori-nav:not(.bp-vertical-navs) .bp-navs li.selected a,.bp-nouveau .buddypress-wrap.bp-dir-hori-nav:not(.bp-vertical-navs) .bp-navs li.selected a:focus,.bp-nouveau .buddypress-wrap.bp-dir-hori-nav:not(.bp-vertical-navs) .bp-navs li.selected a:hover{background:0 0;color:var(--reign-colors-theme)}.bp-nouveau .buddypress-wrap.bp-dir-hori-nav:not(.bp-vertical-navs) .bp-navs li a:hover{color:var(--reign-colors-theme)}.bp-nouveau .buddypress-wrap.bp-dir-hori-nav:not(.bp-vertical-navs) .bp-navs li:not(.current) a:focus,.bp-nouveau .buddypress-wrap.bp-dir-hori-nav:not(.bp-vertical-navs) .bp-navs li:not(.current) a:hover,.bp-nouveau .buddypress-wrap.bp-dir-hori-nav:not(.bp-vertical-navs) .bp-navs li:not(.selected) a:focus,.bp-nouveau .buddypress-wrap.bp-dir-hori-nav:not(.bp-vertical-navs) .bp-navs li:not(.selected) a:hover{background:0 0}.bp-nouveau .groups-type-navs:before{content:none}.bp-nouveau.buddypress #buddypress .create-button{float:left}.bp-nouveau.buddypress #buddypress .create-button a{background:0 0;border:0;border-radius:0;box-shadow:none;margin:0}.bp-nouveau.buddypress #buddypress .groups-nav li{background:0 0}.bp-nouveau.buddypress #buddypress:not(.bp-vertical-navs) .groups-nav li a:hover,.bp-nouveau.buddypress #buddypress:not(.bp-vertical-navs) .groups-nav li.selected a,.bp-nouveau.buddypress #buddypress:not(.bp-vertical-navs) .groups-nav li.selected a:focus,.bp-nouveau.buddypress #buddypress:not(.bp-vertical-navs) .groups-nav li.selected a:hover{background:0 0;color:var(--reign-colors-theme)}}@media (min-width:46.8em){.bp-nouveau .buddypress-wrap.bp-vertical-navs .dir-navs.activity-nav-tabs ul li.selected,.bp-nouveau .buddypress-wrap.bp-vertical-navs .dir-navs.groups-nav-tabs ul li.selected,.bp-nouveau .buddypress-wrap.bp-vertical-navs .dir-navs.members-nav-tabs ul li.selected,.bp-nouveau .buddypress-wrap.bp-vertical-navs .dir-navs.sites-nav-tabs ul li.selected,.bp-nouveau .buddypress-wrap.bp-vertical-navs .main-navs.group-nav-tabs ul li.selected,.bp-nouveau .buddypress-wrap.bp-vertical-navs .main-navs.user-nav-tabs ul li.selected{border-right-color:var(--reign-site-border-color);border-left-width:3px}}.bp-nouveau .buddypress-wrap form#media_search_form,.bp-nouveau .buddypress-wrap form.bp-dir-search-form,.bp-nouveau .buddypress-wrap form.bp-invites-search-form,.bp-nouveau .buddypress-wrap form.bp-messages-search-form{background-color:var(--reign-site-sections-bg-color);border:1px solid var(--reign-site-border-color);-webkit-transition:all .3s;transition:all .3s;border-radius:var(--reign-global-border-radius)}.bp-nouveau .buddypress-wrap form#media_search_form input,.bp-nouveau .buddypress-wrap form.bp-dir-search-form input,.bp-nouveau .buddypress-wrap form.bp-invites-search-form input,.bp-nouveau .buddypress-wrap form.bp-messages-search-form input{color:var(--reign-site-body-text-color)}.bp-nouveau .buddypress-wrap form#media_search_form input::-webkit-input-placeholder,.bp-nouveau .buddypress-wrap form#media_search_form textarea::-webkit-input-placeholder,.bp-nouveau .buddypress-wrap form.bp-dir-search-form input::-webkit-input-placeholder,.bp-nouveau .buddypress-wrap form.bp-dir-search-form textarea::-webkit-input-placeholder,.bp-nouveau .buddypress-wrap form.bp-invites-search-form input::-webkit-input-placeholder,.bp-nouveau .buddypress-wrap form.bp-invites-search-form textarea::-webkit-input-placeholder,.bp-nouveau .buddypress-wrap form.bp-messages-search-form input::-webkit-input-placeholder,.bp-nouveau .buddypress-wrap form.bp-messages-search-form textarea::-webkit-input-placeholder{color:var(--reign-site-body-text-color)!important}.bp-nouveau .buddypress-wrap form#media_search_form input:-ms-input-placeholder,.bp-nouveau .buddypress-wrap form#media_search_form textarea:-ms-input-placeholder,.bp-nouveau .buddypress-wrap form.bp-dir-search-form input:-ms-input-placeholder,.bp-nouveau .buddypress-wrap form.bp-dir-search-form textarea:-ms-input-placeholder,.bp-nouveau .buddypress-wrap form.bp-invites-search-form input:-ms-input-placeholder,.bp-nouveau .buddypress-wrap form.bp-invites-search-form textarea:-ms-input-placeholder,.bp-nouveau .buddypress-wrap form.bp-messages-search-form input:-ms-input-placeholder,.bp-nouveau .buddypress-wrap form.bp-messages-search-form textarea:-ms-input-placeholder{color:var(--reign-site-body-text-color)!important}.bp-nouveau .buddypress-wrap form#media_search_form input::placeholder,.bp-nouveau .buddypress-wrap form#media_search_form textarea::placeholder,.bp-nouveau .buddypress-wrap form.bp-dir-search-form input::placeholder,.bp-nouveau .buddypress-wrap form.bp-dir-search-form textarea::placeholder,.bp-nouveau .buddypress-wrap form.bp-invites-search-form input::placeholder,.bp-nouveau .buddypress-wrap form.bp-invites-search-form textarea::placeholder,.bp-nouveau .buddypress-wrap form.bp-messages-search-form input::placeholder,.bp-nouveau .buddypress-wrap form.bp-messages-search-form textarea::placeholder{color:var(--reign-site-body-text-color)!important}.bp-nouveau .buddypress-wrap form#media_search_form input:focus::-webkit-input-placeholder,.bp-nouveau .buddypress-wrap form#media_search_form textarea:focus::-webkit-input-placeholder,.bp-nouveau .buddypress-wrap form.bp-dir-search-form input:focus::-webkit-input-placeholder,.bp-nouveau .buddypress-wrap form.bp-dir-search-form textarea:focus::-webkit-input-placeholder,.bp-nouveau .buddypress-wrap form.bp-invites-search-form input:focus::-webkit-input-placeholder,.bp-nouveau .buddypress-wrap form.bp-invites-search-form textarea:focus::-webkit-input-placeholder,.bp-nouveau .buddypress-wrap form.bp-messages-search-form input:focus::-webkit-input-placeholder,.bp-nouveau .buddypress-wrap form.bp-messages-search-form textarea:focus::-webkit-input-placeholder{color:var(--reign-site-body-text-color)!important}.bp-nouveau .buddypress-wrap form#media_search_form input:focus:-ms-input-placeholder,.bp-nouveau .buddypress-wrap form#media_search_form textarea:focus:-ms-input-placeholder,.bp-nouveau .buddypress-wrap form.bp-dir-search-form input:focus:-ms-input-placeholder,.bp-nouveau .buddypress-wrap form.bp-dir-search-form textarea:focus:-ms-input-placeholder,.bp-nouveau .buddypress-wrap form.bp-invites-search-form input:focus:-ms-input-placeholder,.bp-nouveau .buddypress-wrap form.bp-invites-search-form textarea:focus:-ms-input-placeholder,.bp-nouveau .buddypress-wrap form.bp-messages-search-form input:focus:-ms-input-placeholder,.bp-nouveau .buddypress-wrap form.bp-messages-search-form textarea:focus:-ms-input-placeholder{color:var(--reign-site-body-text-color)!important}.bp-nouveau .buddypress-wrap form#media_search_form input:focus::placeholder,.bp-nouveau .buddypress-wrap form#media_search_form textarea:focus::placeholder,.bp-nouveau .buddypress-wrap form.bp-dir-search-form input:focus::placeholder,.bp-nouveau .buddypress-wrap form.bp-dir-search-form textarea:focus::placeholder,.bp-nouveau .buddypress-wrap form.bp-invites-search-form input:focus::placeholder,.bp-nouveau .buddypress-wrap form.bp-invites-search-form textarea:focus::placeholder,.bp-nouveau .buddypress-wrap form.bp-messages-search-form input:focus::placeholder,.bp-nouveau .buddypress-wrap form.bp-messages-search-form textarea:focus::placeholder{color:var(--reign-site-body-text-color)!important}.bp-nouveau .buddypress-wrap form#media_search_form button[type=submit],.bp-nouveau .buddypress-wrap form.bp-dir-search-form button[type=submit],.bp-nouveau .buddypress-wrap form.bp-invites-search-form button[type=submit],.bp-nouveau .buddypress-wrap form.bp-messages-search-form button[type=submit]{line-height:0;padding:0;background:0 0!important;color:var(--reign-site-body-text-color);background:var(--reign-site-border-color)}.bp-nouveau .buddypress-wrap form#media_search_form button[type=submit] span,.bp-nouveau .buddypress-wrap form.bp-dir-search-form button[type=submit] span,.bp-nouveau .buddypress-wrap form.bp-invites-search-form button[type=submit] span,.bp-nouveau .buddypress-wrap form.bp-messages-search-form button[type=submit] span{font-size:22px;line-height:1}.bp-nouveau .buddypress-wrap form#media_search_form:hover,.bp-nouveau .buddypress-wrap form.bp-dir-search-form:hover,.bp-nouveau .buddypress-wrap form.bp-invites-search-form:hover,.bp-nouveau .buddypress-wrap form.bp-messages-search-form:hover{box-shadow:0 0 11px rgba(33,33,33,.2)}.bp-nouveau .buddypress-wrap form.bp-dir-search-form,.bp-nouveau .buddypress-wrap form.bp-invites-search-form,.bp-nouveau .buddypress-wrap form.bp-messages-search-form{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex}.bp-nouveau .buddypress-wrap form.bp-dir-search-form input[type=search],.bp-nouveau .buddypress-wrap form.bp-invites-search-form input[type=search],.bp-nouveau .buddypress-wrap form.bp-messages-search-form input[type=search]{width:100%}.bp-nouveau .buddypress-wrap form#group-members-search button[type=submit] span::before,.bp-nouveau .buddypress-wrap form.bp-dir-search-form button[type=submit] span::before,.bp-nouveau .buddypress-wrap form.bp-messages-search-form button[type=submit] span::before,.bp-nouveau .buddypress-wrap form[data-bp-search].bp-invites-search-form button[type=submit] span::before{content:"\f002";color:inherit;font-family:"Font Awesome 6 Pro",reign-icons;font-size:17px;opacity:.4;position:absolute;right:9px;top:12px}.bp-nouveau .buddypress-wrap .select-wrap{background:var(--reign-site-sections-bg-color);border:0;-webkit-transition:all .3s;transition:all .3s;display:inline-block}.bp-nouveau .buddypress-wrap .select-wrap:hover{box-shadow:0 0 11px rgba(33,33,33,.2)}.bp-nouveau .buddypress-wrap .select-wrap select{max-width:285px;text-indent:0}@media screen and (max-width:32em){.bp-nouveau .buddypress-wrap .select-wrap select{max-width:100%;width:100%}}@media screen and (max-width:32em){.bp-nouveau .buddypress-wrap .select-wrap{width:100%}}.bp-nouveau .buddypress-wrap .subnav-filters div input[type=search],.bp-nouveau .buddypress-wrap .subnav-filters div select,.bp-nouveau .media_search.media_search .media_search_input{font-size:14px}.bp-nouveau #buddypress .activity .item-list>li.load-more,.bp-nouveau #buddypress .activity .item-list>li.load-newest{background:0 0;border:0;padding:0;box-shadow:none}.bp-nouveau #buddypress .activity .item-list>li.load-more:hover,.bp-nouveau #buddypress .activity .item-list>li.load-newest:hover{box-shadow:none}.bp-nouveau .buddypress-wrap .avatar,.bp-nouveau .grid>li .item-avatar .avatar{border-radius:4px}.bp-nouveau.round-avatars .buddypress-wrap .avatar,.bp-nouveau.round-avatars .grid>li .item-avatar .avatar{border-radius:50%}.bp-nouveau .activity-list .activity-item div.item-avatar{margin:0 15px 15px 0;width:auto;float:left;text-align:left;z-index:1}.bp-nouveau .activity-list .activity-item div.item-avatar img.avatar{max-width:50px}.bp-nouveau .activity-list .activity-item.mini .activity-avatar{margin-left:0}.bp-nouveau .activity-list .activity-item.mini .activity-avatar img.avatar{max-width:50px}.bp-nouveau .activity-list.bp-list .activity-item{border:1px solid var(--reign-site-border-color);box-shadow:none;border-radius:var(--reign-global-border-radius)!important}.bp-nouveau .bp-dir-vert-nav .screen-content{border-radius:0}.bp-nouveau .activity-list .activity-item .activity-header{width:auto;margin-left:65px;padding-right:40px}.bp-nouveau .activity-list .activity-item .activity-content .activity-inner p,.bp-nouveau .buddypress-wrap .activity-inner{font-size:16px}@media (max-width:768px){.bp-nouveau .activity-list .activity-item .activity-content .activity-inner p,.bp-nouveau .buddypress-wrap .activity-inner{font-size:15px}}.bp-nouveau .activity-content img.bpsts-name-icon,.bp-nouveau .reign-activity-header img.bpsts-name-icon{max-width:22px;margin-left:5px;margin-top:-4px}.bp-nouveau .activity-list .activity-item .activity-content .activity-inner,.bp-nouveau .activity-list .activity-item .activity-content blockquote{overflow:visible;background:var(--reign-site-sections-bg-color)}.bp-nouveau .activity-list .activity-item .activity-content p{font-size:16px}@media (max-width:768px){.bp-nouveau .activity-list .activity-item .activity-content p{font-size:15px}}.bp-nouveau .activity-list .activity-item .activity-content p a{font-size:16px}@media (max-width:768px){.bp-nouveau .activity-list .activity-item .activity-content p a{font-size:15px}}.bp-nouveau .activity-list .activity-item .activity-content p a img{margin:0 3px}.bp-nouveau .activity-list .activity-item .activity-content p .activity-time-since{display:none}.bp-nouveau .activity-list .activity-item .activity-content p a>span:not(.bb-activity-edited-text),.bp-nouveau .activity-list .activity-item .activity-content p>span:not(.bb-activity-edited-text){display:block}.bp-nouveau .activity-list .activity-item .activity-content p a>span:not(.bb-activity-edited-text).bp-verified-badge,.bp-nouveau .activity-list .activity-item .activity-content p>span:not(.bb-activity-edited-text).bp-verified-badge{display:inline-block;width:16px;height:16px}.bp-nouveau .activity-list .activity-item .activity-content p span.activity-to,.bp-nouveau .activity-list .activity-item .activity-content p span.atwho-inserted,.bp-nouveau .activity-list .activity-item .activity-content p span.bp-status-activity-mood{display:inline-block}.bp-nouveau .activity-list .activity-item .activity-content p.activity-date{display:inline-block}.bp-nouveau .activity-list .activity-item .activity-content p.activity-date a{font-size:14px}.bp-nouveau .activity-list .activity-item .activity-content .activity-read-more{margin:0}.bp-nouveau .activity-list .activity-item .activity-content .activity-read-more a{font-size:13px;border:0;padding:0 10px;background-color:var(--reign-site-button-bg-color)!important;color:var(--reign-site-button-text-color)!important}.bp-nouveau .activity-list .activity-item .activity-content .activity-read-more a:focus,.bp-nouveau .activity-list .activity-item .activity-content .activity-read-more a:hover{background-color:var(--reign-site-button-bg-hover-color)!important;color:var(--reign-site-button-text-hover-color)!important}.bp-nouveau #buddypress .activity-comments .generic-button a,.bp-nouveau #buddypress .activity-comments div.generic-button a{font-size:13px}.bp-nouveau .buddypress-wrap .activity-comments ul li .activity-meta.action{margin-left:53px;font-size:13px}.bp-nouveau .buddypress-wrap .activity-comments .acomment-meta{color:var(--reign-site-alternate-text-color)}.bp-nouveau .buddypress-wrap .activity-comments .acomment-meta a{font-size:13px}.bp-nouveau .buddypress-wrap .activity-comments .acomment-meta time.time-since{color:var(--reign-site-alternate-text-color)}.bp-nouveau .activity-comments .bpolls-html-container{display:none}.bp-nouveau .wbtm_fav_avatar_listing{padding-top:10px;margin-bottom:0}.bp-nouveau .activity-list .activity-item .activity-meta.action,.bp-nouveau .activity-list .activity-item .bp-generic-meta.action{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-flow:row wrap;flex-flow:row wrap;margin:0;padding:0;border:0}.bp-nouveau #buddypress .activity-list .activity-comments .bp-generic-meta a,.bp-nouveau #buddypress .activity-list .activity-content .activity-meta a,.bp-nouveau #buddypress .activity-list .activity-meta .generic-button.bpsts-reaction-parent,.bp-nouveau #buddypress .activity-list div.activity-meta a{background:0 0!important;border-radius:25px;padding:0;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border:0;-webkit-animation:none!important;animation:none!important}.bp-nouveau #buddypress .activity-list .activity-comments .bp-generic-meta a:hover,.bp-nouveau #buddypress .activity-list .activity-content .activity-meta a:hover,.bp-nouveau #buddypress .activity-list .activity-meta .generic-button.bpsts-reaction-parent:hover,.bp-nouveau #buddypress .activity-list div.activity-meta a:hover{background:0 0}.bp-nouveau #buddypress .activity-list .activity-comments .bp-generic-meta a.delete-activity:hover,.bp-nouveau #buddypress .activity-list .activity-content .activity-meta a.delete-activity:hover,.bp-nouveau #buddypress .activity-list .activity-meta .generic-button.bpsts-reaction-parent.delete-activity:hover,.bp-nouveau #buddypress .activity-list div.activity-meta a.delete-activity:hover{color:#800!important}.bp-nouveau #buddypress .activity-list .activity-comments .bp-generic-meta a.bmpro-unflag-activity-btn:before,.bp-nouveau #buddypress .activity-list .activity-comments .bp-generic-meta a.button.fav:hover,.bp-nouveau #buddypress .activity-list .activity-comments .bp-generic-meta a.button.unfav,.bp-nouveau #buddypress .activity-list .activity-content .activity-meta a.bmpro-unflag-activity-btn:before,.bp-nouveau #buddypress .activity-list .activity-content .activity-meta a.button.fav:hover,.bp-nouveau #buddypress .activity-list .activity-content .activity-meta a.button.unfav,.bp-nouveau #buddypress .activity-list .activity-meta .generic-button.bpsts-reaction-parent.bmpro-unflag-activity-btn:before,.bp-nouveau #buddypress .activity-list .activity-meta .generic-button.bpsts-reaction-parent.button.fav:hover,.bp-nouveau #buddypress .activity-list .activity-meta .generic-button.bpsts-reaction-parent.button.unfav,.bp-nouveau #buddypress .activity-list div.activity-meta a.bmpro-unflag-activity-btn:before,.bp-nouveau #buddypress .activity-list div.activity-meta a.button.fav:hover,.bp-nouveau #buddypress .activity-list div.activity-meta a.button.unfav{color:#ffb91a!important}@media (min-width:461px){.bp-nouveau #buddypress .activity-list .activity-comments .bp-generic-meta a.acomment-reply .bp-screen-reader-text,.bp-nouveau #buddypress .activity-list .activity-comments .bp-generic-meta a.fav .bp-screen-reader-text,.bp-nouveau #buddypress .activity-list .activity-comments .bp-generic-meta a.unfav .bp-screen-reader-text,.bp-nouveau #buddypress .activity-list .activity-comments .bp-generic-meta a.view .bp-screen-reader-text,.bp-nouveau #buddypress .activity-list .activity-content .activity-meta a.acomment-reply .bp-screen-reader-text,.bp-nouveau #buddypress .activity-list .activity-content .activity-meta a.fav .bp-screen-reader-text,.bp-nouveau #buddypress .activity-list .activity-content .activity-meta a.unfav .bp-screen-reader-text,.bp-nouveau #buddypress .activity-list .activity-content .activity-meta a.view .bp-screen-reader-text,.bp-nouveau #buddypress .activity-list .activity-meta .generic-button.bpsts-reaction-parent.acomment-reply .bp-screen-reader-text,.bp-nouveau #buddypress .activity-list .activity-meta .generic-button.bpsts-reaction-parent.fav .bp-screen-reader-text,.bp-nouveau #buddypress .activity-list .activity-meta .generic-button.bpsts-reaction-parent.unfav .bp-screen-reader-text,.bp-nouveau #buddypress .activity-list .activity-meta .generic-button.bpsts-reaction-parent.view .bp-screen-reader-text,.bp-nouveau #buddypress .activity-list div.activity-meta a.acomment-reply .bp-screen-reader-text,.bp-nouveau #buddypress .activity-list div.activity-meta a.fav .bp-screen-reader-text,.bp-nouveau #buddypress .activity-list div.activity-meta a.unfav .bp-screen-reader-text,.bp-nouveau #buddypress .activity-list div.activity-meta a.view .bp-screen-reader-text{height:auto;margin-left:5px;overflow:visible;padding:0;position:relative;width:auto}.bp-nouveau #buddypress .activity-list .activity-comments .bp-generic-meta a.acomment-reply::after,.bp-nouveau #buddypress .activity-list .activity-comments .bp-generic-meta a.fav::after,.bp-nouveau #buddypress .activity-list .activity-comments .bp-generic-meta a.unfav::after,.bp-nouveau #buddypress .activity-list .activity-content .activity-meta a.acomment-reply::after,.bp-nouveau #buddypress .activity-list .activity-content .activity-meta a.fav::after,.bp-nouveau #buddypress .activity-list .activity-content .activity-meta a.unfav::after,.bp-nouveau #buddypress .activity-list .activity-meta .generic-button.bpsts-reaction-parent.acomment-reply::after,.bp-nouveau #buddypress .activity-list .activity-meta .generic-button.bpsts-reaction-parent.fav::after,.bp-nouveau #buddypress .activity-list .activity-meta .generic-button.bpsts-reaction-parent.unfav::after,.bp-nouveau #buddypress .activity-list div.activity-meta a.acomment-reply::after,.bp-nouveau #buddypress .activity-list div.activity-meta a.fav::after,.bp-nouveau #buddypress .activity-list div.activity-meta a.unfav::after{content:none}}@media (max-width:460px){.bp-nouveau #buddypress .activity-list .activity-comments .bp-generic-meta a .bp-react-button-text,.bp-nouveau #buddypress .activity-list .activity-comments .bp-generic-meta a span.bp-share-text,.bp-nouveau #buddypress .activity-list .activity-content .activity-meta a .bp-react-button-text,.bp-nouveau #buddypress .activity-list .activity-content .activity-meta a span.bp-share-text,.bp-nouveau #buddypress .activity-list .activity-meta .generic-button.bpsts-reaction-parent .bp-react-button-text,.bp-nouveau #buddypress .activity-list .activity-meta .generic-button.bpsts-reaction-parent span.bp-share-text,.bp-nouveau #buddypress .activity-list div.activity-meta a .bp-react-button-text,.bp-nouveau #buddypress .activity-list div.activity-meta a span.bp-share-text{display:none}.bp-nouveau #buddypress .activity-list .activity-comments .bp-generic-meta a .bp-post-react-icon img,.bp-nouveau #buddypress .activity-list .activity-content .activity-meta a .bp-post-react-icon img,.bp-nouveau #buddypress .activity-list .activity-meta .generic-button.bpsts-reaction-parent .bp-post-react-icon img,.bp-nouveau #buddypress .activity-list div.activity-meta a .bp-post-react-icon img{margin-right:0}}.bp-nouveau #buddypress .activity-list .activity-comments .bp-generic-meta a span.comment-count,.bp-nouveau #buddypress .activity-list .activity-content .activity-meta a span.comment-count,.bp-nouveau #buddypress .activity-list .activity-meta .generic-button.bpsts-reaction-parent span.comment-count,.bp-nouveau #buddypress .activity-list div.activity-meta a span.comment-count{margin-left:5px}.bp-nouveau #buddypress .activity-list .activity-comments .bp-generic-meta a .bpsts-open-reaction-div,.bp-nouveau #buddypress .activity-list .activity-content .activity-meta a .bpsts-open-reaction-div,.bp-nouveau #buddypress .activity-list .activity-meta .generic-button.bpsts-reaction-parent .bpsts-open-reaction-div,.bp-nouveau #buddypress .activity-list div.activity-meta a .bpsts-open-reaction-div{padding:0}.bp-nouveau .activity-list .activity-item .activity-content .activity-meta.action,.bp-nouveau .activity-list .activity-item .activity-content .bp-generic-meta.action{-ms-flex-pack:distribute;justify-content:space-around;border-top:1px solid var(--reign-site-border-color);margin:-15px;margin-top:0;padding:10px 0;border-radius:0 0 var(--reign-global-border-radius) var(--reign-global-border-radius)!important}.bp-nouveau .activity-list .activity-item .activity-content .activity-meta.action .bp-share-btn.generic-button,.bp-nouveau .activity-list .activity-item .activity-content .activity-meta.action .generic-button a,.bp-nouveau .activity-list .activity-item .activity-content .activity-meta.action .generic-button.bpsts-reaction-parent,.bp-nouveau .activity-list .activity-item .activity-content .bp-generic-meta.action .bp-share-btn.generic-button,.bp-nouveau .activity-list .activity-item .activity-content .bp-generic-meta.action .generic-button a,.bp-nouveau .activity-list .activity-item .activity-content .bp-generic-meta.action .generic-button.bpsts-reaction-parent{margin:0}.bp-nouveau .activity-list .activity-item .activity-content .activity-meta.action .generic-button:nth-child(2),.bp-nouveau .activity-list .activity-item .activity-content .bp-generic-meta.action .generic-button:nth-child(2){-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.bp-nouveau .activity-list .activity-item .activity-content .activity-meta.action .generic-button,.bp-nouveau .activity-list .activity-item .activity-content .activity-meta.action .generic-button.bp-activity-share-dropdown-toggle,.bp-nouveau .activity-list .activity-item .activity-content .bp-generic-meta.action .generic-button,.bp-nouveau .activity-list .activity-item .activity-content .bp-generic-meta.action .generic-button.bp-activity-share-dropdown-toggle{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.bp-nouveau .activity-list .activity-item .activity-content .activity-meta.action .generic-button.bp-activity-react-button-wrapper,.bp-nouveau .activity-list .activity-item .activity-content .bp-generic-meta.action .generic-button.bp-activity-react-button-wrapper{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.bp-nouveau .activity-list .activity-item.has-comments .activity-content .activity-meta.action,.bp-nouveau .activity-list .activity-item.has-comments .activity-content .bp-generic-meta.action{border-bottom:1px solid var(--reign-site-border-color)}.bp-nouveau .activity-list .activity-item.has-comments .activity-content .activity-meta.action,.bp-nouveau .activity-list .activity-item.has-comments .activity-content .bp-generic-meta.action{border-radius:0!important}.bp-nouveau .activity-list .activity-item .activity-meta .bp-share-button::before,.bp-nouveau .activity-list .activity-item .activity-meta.action .button:before,.bp-nouveau .activity-list .activity-item .activity-meta.action .icons:before{font-family:"Font Awesome 6 Pro",reign-icons}.bp-nouveau .activity-list .activity-item .activity-meta.action .acomment-reply.button:before{content:"\f4a6"}.bp-nouveau .activity-list .activity-item .activity-meta.action .view:before{content:"\f086"}.bp-nouveau .activity-list .activity-item .activity-meta.action .fav:before,.bp-nouveau .activity-list .activity-item .activity-meta.action .unfav:before{content:"\f164"}.bp-nouveau .activity-list .activity-item .activity-meta.action .delete-activity:before{content:"\f2ed"}.bp-nouveau .activity-list .activity-item .bmpro-flag-activity-btn:before,.bp-nouveau .activity-list .activity-item .bmpro-unflag-activity-btn:before{content:"\f024"}.bp-nouveau .activity-list .activity-item .activity-meta.action .buddyboss_edit_activity,.bp-nouveau .activity-list .activity-item .activity-meta.action .buddyboss_edit_activity_cancel{font-size:0!important}.bp-nouveau .activity-list .activity-item .activity-meta.action .buddyboss_edit_activity:before{content:"\f044";font-size:18px!important}.bp-nouveau .activity-list .activity-item .activity-meta.action .buddyboss_edit_activity.action-save:before{content:"\f0c7";font-size:18px!important}.bp-nouveau .activity-list .activity-item .activity-meta.action .buddyboss_edit_activity_cancel:before{content:"\f410";font-size:18px!important}.bp-nouveau .activity-list .activity-item .activity-meta .bp-share-button::before{content:"\f1e0";font-size:18px}.bp-nouveau .activity-list .activity-item .activity-meta.action div.generic-button{padding:0}.bp-nouveau .buddypress-wrap .activity-comments ul{margin-top:15px}.bp-nouveau .buddypress-wrap .activity-comments ul li{padding:0;border:0}.bp-nouveau #buddypress .activity-comments .activity-meta a.delete:hover{color:#800!important}.bp-nouveau .bp-nouveau #buddypress .activity-comments .activity-meta{padding-left:30px}.bp-nouveau .activity-list .activity-item .activity-meta.action .button span{color:inherit;font-weight:500}.bp-nouveau #buddypress .activity-content .activity-meta select{margin:10px;height:34px;border-color:var(--reign-site-border-color);padding-left:8px;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.bp-nouveau #buddypress .activity-content .activity-meta select:hover{box-shadow:0 0 11px rgba(33,33,33,.2)}.bp-nouveau .buddypress-wrap .activity-comments .rtmedia-comment-media-upload{margin-right:10px}.bp-nouveau .rtmedia-activity-container .rtmedia-item-title,.bp-nouveau .rtmedia-activity-container .rtmedia-item-title a{display:none}.bp-nouveau .activity-meta.action{clear:both}.bp-nouveau .activity-list .activity-item .activity-content .activity-inner{clear:both;padding:0;word-break:break-word}.bp-nouveau .activity-list .activity-item .activity-content .activity-inner p>img{margin-top:.5rem}.bp-nouveau .activity-list .activity-item .activity-content .activity-inner .rtmedia-activity-text>span{display:block;margin-top:10px}.bp-nouveau .activity-list .activity-item .activity-content .activity-inner iframe{max-width:100%}.bp-nouveau .activity-list .activity-item .activity-content .activity-inner .wbtm_fav_avatar_listing{display:none}.bp-nouveau .buddypress-wrap .activity-comments div.acomment-avatar img{width:38px;height:38px}.bp-nouveau .buddypress-wrap .activity-comments form.ac-form{margin-top:15px;padding:0}.bp-nouveau .buddypress-wrap .activity-comments>form.ac-form{margin-top:30px}.bp-nouveau .buddypress-wrap .activity-comments ul+form.ac-form{margin-top:15px}.bp-nouveau .buddypress-wrap .activity-comments form.ac-form .ac-reply-avatar{margin-right:15px}.bp-nouveau .buddypress-wrap .activity-comments form.ac-form .ac-reply-avatar img{max-width:38px;border:0}.bp-nouveau .buddypress-wrap .activity-comments form.ac-form .ac-reply-content .ac-textarea{margin:0;padding:0}.bp-nouveau .buddypress-wrap .activity-comments .acomment-content-wrapper{margin-left:53px;margin-bottom:10px;background:rgba(0,0,0,.03);padding:8px 12px;border-radius:4px!important}.bp-nouveau .buddypress-wrap .activity-comments .acomment-meta{margin-bottom:5px;padding-left:0}.bp-nouveau .buddypress-wrap .activity-comments .acomment-content{border-left:0;margin:0;padding:0}.bp-nouveau .buddypress-wrap .activity-comments .acomment-content p{margin-bottom:0}.bp-nouveau .buddypress-wrap .activity-comments form.ac-form .ac-reply-content{padding-left:53px}.bp-nouveau .buddypress-wrap button.ac-reply-cancel:focus,.bp-nouveau .buddypress-wrap button.ac-reply-cancel:hover{text-decoration:none}.bp-nouveau .buddypress-wrap .activity-comments{width:100%;margin:0;overflow:visible}.bp-nouveau .buddypress-wrap .activity-comments>ul{padding-top:15px}.bp-nouveau .buddypress-wrap .activity-comments .bp-react-activity-comment .emoji-picker{bottom:40px}.bp-nouveau .buddypress-wrap .activity-comments .activity-meta.action .bp-react-activity-comment,.bp-nouveau .buddypress-wrap .activity-comments .activity-meta.action .generic-button,.bp-nouveau .buddypress-wrap .activity-comments .bp-generic-meta.action .bp-react-activity-comment,.bp-nouveau .buddypress-wrap .activity-comments .bp-generic-meta.action .generic-button{margin-right:10px!important}#buddypress .activity-list>li>.bp-activity-more-options-wrap{position:absolute;right:15px;top:15px;z-index:9;background:0 0}#buddypress .activity-list>li>.bp-activity-more-options-wrap .bp-activity-more-options-action{width:35px;height:35px;border-radius:100px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer}#buddypress .activity-list>li>.bp-activity-more-options-wrap .bp-activity-more-options-action i{font-size:20px}#buddypress .activity-list>li>.bp-activity-more-options-wrap .bp-activity-more-options-action:hover{background:rgba(0,0,0,.05);color:var(--reign-colors-theme)}#buddypress .activity-list>li>.bp-activity-more-options-wrap .bp-activity-more-options{position:absolute;top:35px;right:0;background:var(--reign-site-sections-bg-color);border:1px solid var(--reign-site-border-color);box-shadow:rgba(0,0,0,.04) 0 0 15px 0;border-radius:var(--reign-global-border-radius);width:198px;padding:5px 0;display:none;z-index:11}#buddypress .activity-list>li>.bp-activity-more-options-wrap .bp-activity-more-options .generic-button{width:100%}#buddypress .activity-list>li>.bp-activity-more-options-wrap .bp-activity-more-options .generic-button .bp-screen-reader-text{position:static;height:auto;overflow:visible;margin-left:5px;padding:0;width:auto}#buddypress .activity-list>li>.bp-activity-more-options-wrap .bp-activity-more-options .generic-button a{width:100%;margin:0;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left;padding:10px 14px;border:0}#buddypress .activity-list>li>.bp-activity-more-options-wrap .bp-activity-more-options .generic-button .bp-tooltip:after{display:none}#buddypress .activity-list>li>.bp-activity-more-options-wrap .bp-activity-more-options .generic-button .button:before,#buddypress .activity-list>li>.bp-activity-more-options-wrap .bp-activity-more-options .generic-button .icons:before{display:inline-block;font-size:inherit;min-width:20px}#buddypress .activity-list>li>.bp-activity-more-options-wrap .bp-activity-more-options .generic-button:hover{background:rgba(0,0,0,.02)}#buddypress .activity-list>li>.bp-activity-more-options-wrap.selected .bp-activity-more-options{display:block}#buddypress .activity-list>li>.bp-activity-more-options-wrap.selected .bp-activity-more-options-action{background:rgba(0,0,0,.05);color:var(--reign-colors-theme)}.bp-activity-post-footer.bp-activity-content-actions{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between;-ms-flex-align:center;-webkit-box-align:center;align-items:center;margin:15px 0}.bp-activity-post-footer.bp-activity-content-actions .content-actions{height:auto}body:not(.logged-in) .bp-activity-post-footer.bp-activity-content-actions{margin:0}.bp-activity-post-footer .content-action{display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:auto}.bp-activity-post-footer .meta-line .meta-line-text,.bp-activity-post-footer .meta-line .meta-line-text a{display:-ms-flexbox;display:-webkit-box;display:flex;font-size:.75rem!important;font-weight:500}.bp-activity-post-footer .meta-line .meta-line-text a{cursor:auto;color:inherit}.bp-activity-post-footer .meta-line+.meta-line{margin-left:22px}.bp-activity-post-footer span.comment-count,.bp-activity-post-footer span.share-count{margin-right:3px}body.activity-permalink.bp-nouveau .activity-list>li{padding:15px}body.activity-permalink.bp-nouveau .activity-list>li.load-newest{display:none}body.activity-permalink.bp-nouveau .activity-list .activity-content .activity-header{margin-bottom:15px;text-align:left;padding:0;width:100%;min-height:50px}body.activity-permalink.bp-nouveau .activity-list .activity-content .activity-header .time-since{display:none}body.activity-permalink.bp-nouveau .activity-list .activity-content .activity-header p.activity-date{display:block}body.activity-permalink .activity-list .activity-comments{margin-bottom:0}body.activity-permalink .buddypress-wrap .activity-comments ul{margin-top:0}body.activity-permalink .activity-comments>ul{padding:15px}.activity-permalink.bp-nouveau #activity-stream.activity-list{margin:0;padding:0}.activity-permalink.bp-nouveau .bp-list{margin-top:0}.buddypress .buddypress-wrap button.text-button,.buddypress .buddypress-wrap button.text-button:focus,.buddypress .buddypress-wrap button.text-button:hover,.buddypress .buddypress-wrap input.text-button,.buddypress .buddypress-wrap input.text-button:focus,.buddypress .buddypress-wrap input.text-button:hover{color:inherit}@media screen and (min-width:46.8em){body.activity-permalink.bp-nouveau .activity-list>li{padding:0}body.activity-permalink.bp-nouveau .activity-list .activity-content{margin-right:0;padding:15px}body.activity-permalink.bp-nouveau .activity-list .activity-content .activity-header p{margin-left:65px}body.activity-permalink.bp-nouveau .activity-list .activity-avatar{position:relative;left:15px;top:15px}}.buddypress-wrap .activity-comments ul li ul{margin-left:0}.buddypress-wrap .activity-comments>ul>li>ul,.buddypress-wrap .activity-comments>ul>li>ul>li>ul,.buddypress-wrap .activity-comments>ul>li>ul>li>ul>li>ul{margin-left:51px;border-top:0}@media screen and (max-width:46.8em){.buddypress-wrap .activity-comments ul li ul{margin-left:0}.buddypress-wrap .activity-comments>ul>li>ul,.buddypress-wrap .activity-comments>ul>li>ul>li>ul,.buddypress-wrap .activity-comments>ul>li>ul>li>ul>li>ul{margin-left:0}.buddypress-wrap .activity-comments>ul>li>ul{margin-left:15px}}.buddypress-wrap .bp-feedback,.widget-error .bp-feedback{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:var(--reign-site-sections-bg-color);padding:10px 15px;box-shadow:none;border:1px solid var(--reign-site-border-color);border-radius:6px!important;color:inherit}.buddypress-wrap .bp-feedback p,.widget-error .bp-feedback p{margin:0;padding:0}.buddypress-wrap .bp-feedback::after,.widget-error .bp-feedback::after{content:"";display:table}.buddypress-wrap .bp-feedback .bp-icon,.widget-error .bp-feedback .bp-icon{width:30px;height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:100px;-webkit-animation:pulse-animation 2s infinite;animation:pulse-animation 2s infinite}.buddypress-wrap .bp-feedback.help .bp-icon,.buddypress-wrap .bp-feedback.info .bp-icon,.widget-error .bp-feedback.help .bp-icon,.widget-error .bp-feedback.info .bp-icon{background-color:#1c86f2}.buddypress-wrap .bp-feedback.loading .bp-icon,.buddypress-wrap .bp-feedback.warning .bp-icon,.widget-error .bp-feedback.loading .bp-icon,.widget-error .bp-feedback.warning .bp-icon{background-color:#f7ba45}.buddypress-wrap .bp-feedback.success .bp-icon,.buddypress-wrap .bp-feedback.updated .bp-icon,.widget-error .bp-feedback.success .bp-icon,.widget-error .bp-feedback.updated .bp-icon{background-color:#1cd991}.buddypress-wrap .bp-feedback.error .bp-icon,.widget-error .bp-feedback.error .bp-icon{background-color:#ef3e46}.buddypress-wrap .bp-feedback.custom-homepage-info{display:block}@-webkit-keyframes pulse-animation{0%{box-shadow:0 0 0 0 rgba(0,0,0,.2)}100%{box-shadow:0 0 0 10px transparent}}@keyframes pulse-animation{0%{box-shadow:0 0 0 0 rgba(0,0,0,.2)}100%{box-shadow:0 0 0 10px transparent}}body.activity-permalink.bp-nouveau .bp-feedback{margin:0}.bp-nouveau .rtm-like-comments-info:after{display:none}.bp-nouveau .rtmedia-comments-container{position:relative}.bp-nouveau .rtmedia-comments-container:after,.bp-nouveau .rtmedia-like-info:after{bottom:100%;left:15px;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;border-color:rgba(237,239,244,0);border-bottom-color:#edeff4;border-width:4px;margin-left:-4px}.bp-nouveau .rtmedia-comments-container:after{margin-left:40px}.bp-nouveau .rt_media_comment_form button.rtmedia-comment-media-upload{padding:7px 6px}.bp-nouveau .rtmedia-item-title{display:none}.bp-nouveau .rtm-mfp-close{font-family:dashicons}.bp-nouveau .rtm-lightbox-container div,.bp-nouveau .rtm-lightbox-container p{color:var(--reign-color-gray)}.rtm-lightbox-container a{color:var(--reign-color-gray)}.rtm-lightbox-container a:hover{color:var(--reign-color-black)}.bp-nouveau:not(.reign-mediapress) .mfp-arrow{cursor:pointer;position:absolute;opacity:.65;margin:0;top:50%;margin-top:-50px;padding:0;width:50px;height:60px;-webkit-tap-highlight-color:transparent;opacity:0;z-index:10;-webkit-transition:all .3s ease-out;transition:all .3s ease-out;background:0 0;-webkit-appearance:none}.bp-nouveau:not(.reign-mediapress) .mfp-arrow:after{content:"";display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:10px;margin-left:35px;border:medium inset transparent}.bp-nouveau:not(.reign-mediapress) .mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.bp-nouveau:not(.reign-mediapress) .mfp-arrow-left:after,.bp-nouveau:not(.reign-mediapress) .mfp-arrow-right:after{font-family:"Font Awesome 6 Pro",reign-icons;font-size:24px;color:var(--reign-color-white);border-left:0;margin-left:13px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.bp-nouveau:not(.reign-mediapress) .mfp-arrow-left:after{content:"\f137"}.bp-nouveau:not(.reign-mediapress) .mfp-arrow-right:after{content:"\f138"}.bp-nouveau:not(.reign-mediapress) .mfp-arrow-left:before{border:none}.bp-nouveau:not(.reign-mediapress) .mfp-arrow-right:before{border:none}.bp-nouveau:not(.reign-mediapress) .rtm-single-media:hover .mfp-arrow{opacity:1}#buddypress .activity-list li .activity-content .badgeos-item-image img{width:100px;max-width:100px;height:auto}.service-buttons a span{width:auto;min-width:30px}.activity-content>.service-buttons{margin-top:20px;padding-bottom:0}.rtm-tooltip{position:relative;font-size:11px;color:#fff;line-height:16px;width:16px;height:16px;display:inline-block;background:#202e5b;border-radius:100%;text-align:center;cursor:help}.rtm-tooltip .rtm-tooltiptext{visibility:hidden;width:200px;background-color:#000;color:#fff;text-align:center;border-radius:6px;padding:10px;position:absolute;z-index:1;bottom:120%;left:50%;margin-left:-110px}.rtm-tooltip .rtm-tooltiptext::after{content:"";position:absolute;top:100%;left:50%;margin-left:-5px;border-width:5px;border-style:solid;border-color:#000 transparent transparent transparent}.rtm-tooltip:hover .rtm-tooltiptext{visibility:visible;bottom:150%}@media screen and (max-width:670px){.rtm-tooltip{margin-left:50px}}.wbtm_fav_avatar_listing{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-bottom:5px}.wbtm_fav_avatar_listing .rtm-tooltip{width:auto;height:auto;background:0 0;cursor:pointer;margin:inherit}#buddypress .activity ul.item-list li .wbtm_fav_avatar_listing img.avatar,.widget .wbtm_fav_avatar_listing img.avatar{margin-right:-6px;max-width:35px;border-radius:100%;border:3px solid #fff}.widget-area .rtm-tooltiptext a{font-size:11px!important}.wbtm_fav_avatar_listing span.wbtm-likes-this{font-size:13px;margin-left:15px;color:#777;margin-top:-4px}.wbtm_fav_avatar_listing .rtm-tooltip .rtm-tooltiptext{max-width:100px;bottom:115%;margin-left:-46px;padding:5px}.wbtm_fav_avatar_listing .rtm-tooltip:last-child .rtm-tooltiptext{margin-left:-50px}.wbtm_fav_avatar_listing .rtm-tooltip .rtm-tooltiptext a{color:#fff;-webkit-transition:initial;transition:initial}.wbtm_fav_avatar_listing .rtm-tooltip .rtm-tooltiptext a:hover{color:var(--reign-colors-theme)}.wbtm_fav_avatar_listing span.round-fav-counter{background:#e8e8e8;width:35px;height:35px;line-height:31px;border-radius:100%;display:inline-block;border:3px solid #fff;vertical-align:middle;font-size:13px;color:#999}.wbtm_fav_avatar_listing ul.wbtm-rest-member-list{margin:0;list-style:none}.wbtm_fav_avatar_listing ul.wbtm-rest-member-list>li a{margin-bottom:4px;display:block}.wbtm-radio-img-selector-sec ul li{list-style-type:none}.wbtm-radio-img-selector-sec ul{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap}.wbtm-radio-img-selector-sec ul li{margin:5px;text-align:center}.wbtm-radio-img-selector-sec ul li label{font-size:14px;display:inline-grid}.wbtm-radio-img-selector-sec ul li label img{margin-bottom:10px;opacity:.4;max-width:100px}.wbtm-radio-img-selector-sec ul li label img:hover{opacity:1}.wbtm-radio-img-selector-sec input[type=radio]{visibility:hidden;opacity:0;display:none}.wbtm-radio-img-selector-sec input[type=radio]:checked+label img{opacity:1;box-shadow:0 0 4px rgba(0,0,0,.3),0 0 40px rgba(0,0,0,.1) inset}.wbtm-radio-img-selector-sec input[type=radio]:checked+label{color:#2872aa}.wbtm-rtm-header-view .wbtm-radio-img-selector-sec li span{display:block}.wbtm-rtm-header-view .bp-profile-field.editfield select{width:180px!important}.wbtm-rtm-header-view .bp-profile-field.editfield>label{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.wbtm-rtm-header-view .bp-profile-field.editfield>label .rtm-tooltip{margin-left:8px}.wbtm-rtm-header-view .bp-profile-field.editfield>label .rtm-tooltip .rtm-tooltiptext{margin-left:-65px;width:130px}@media screen and (max-width:359px){.wbtm-rtm-header-view .bp-profile-field.editfield>label .rtm-tooltip .rtm-tooltiptext{margin-left:-145px}.wbtm-rtm-header-view .bp-profile-field.editfield>label .rtm-tooltip .rtm-tooltiptext::after{content:"";top:42%;right:-10px;left:auto;margin-left:0;-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.wbtm-rtm-header-view .bp-profile-field.editfield>label .rtm-tooltip:hover .rtm-tooltiptext{visibility:visible;bottom:-110%}}#buddypress div#members-dir-search{position:static;margin:10px 0 15px}.wbtm-bps-form-wrapper{border:1px solid #f2f2f2;border-radius:5px;clear:both;margin-bottom:20px;padding:10px 15px}#buddypress .bps_filters{border:1px solid rgba(0,0,0,.15);border-radius:var(--reign-global-border-radius);display:inline-block;padding:10px;width:100%}.wbtm-bps_filter{background-color:#fff;float:left;margin:5px 10px 5px 0;padding:5px 10px}.bps_filters>a{color:red;float:left;line-height:2.8em}.item-list-tabs.bps_header h4{margin-bottom:0}#buddypress .wbtm-bps-form-wrapper div.item-list-tabs ul li.last{float:right;margin-top:0}#buddypress .wbtm-bps-form-wrapper .standard-form input[type=number],#buddypress .wbtm-bps-form-wrapper .standard-form select{height:38px}.wbtm-bps-form-wrapper.wbtm-bps-form-wrapper-horizontal .standard-form div{margin-right:10px;width:100%}.wbtm-bps-form-wrapper.wbtm-bps-form-wrapper-horizontal .standard-form div.submit{line-height:5em}#buddypress .wbtm-bps-form-wrapper.wbtm-bps-form-wrapper-horizontal .standard-form div.submit input{width:100%;height:38px;margin-top:30px}span.wbtm-bps-form-toggle{background:#e5e5e5;border-radius:100%;width:30px;height:30px;line-height:20px;cursor:pointer;-webkit-appearance:none}.wbtm-bps-form-open i.fa.fa-angle-down,.wbtm-bps-form-open i.far.fa-angle-down{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}body #buddypress div#members-dir-search{position:relative;right:0;margin:0;background:url(./wp-content/themes/reign-theme/assets/css/../img/svg/search.svg) no-repeat center right 14px;background-size:16px;margin-bottom:20px}.dark-mode body #buddypress div#members-dir-search,.dark-scheme body #buddypress div#members-dir-search{background:transparent url(./wp-content/themes/reign-theme/assets/css/../img/svg/search-white.svg) no-repeat center right 14px;background-size:16px;background-color:unset!important}.member-index-widget-area .editfield label{display:block;margin-bottom:5px}.member-index-widget-area .editfield select,.member-index-widget-area input[type=text]{width:100%}.member-index-widget-area .field_113_age_range input[type=text]{width:30%!important}.ls-wp-container #buddypress .wbtm-bps-form-wrapper .standard-form .field_birthday input[type=text]{width:22%!important}.ls-wp-container #buddypress .wbtm-bps-form-wrapper .standard-form input[type=text],.ls-wp-container #buddypress .wbtm-bps-form-wrapper .standard-form select{width:56%!important}.ls-wp-container #buddypress .standard-form div.submit{clear:both;padding:0 0 0 10%}.ls-wp-container #buddypress .standard-form label{font-size:14px;width:40%;float:left;padding-right:10px;text-align:right;font-weight:100;margin-top:0}.ls-wp-container .wbtm-bps-form-wrapper .search-desc{font-size:14px;padding:10px 0;color:#fff;line-height:18px;text-align:left}.ls-wp-container .wbtm-bps-form-wrapper{border:0!important;border-radius:0!important;min-width:320px!important}.ls-wp-container #buddypress .wbtm-bps-form-wrapper .standard-form select{height:34px;border-radius:0}#buddypress .bp-list .action .bpsts-open-reaction{max-width:22px!important}.bpsp-pin-tool .fa,.bpsp-pinned-post-tag .fa{font-family:"Font Awesome 6 Pro",reign-icons}.action .bpsp-pin-tool .fa{font-size:16px}.bpsp-pinned-post .bpsp-pinned-post-tag>span{color:var(--reign-site-body-text-color)}.mpp-activity-header .time-since{margin-top:4px;float:none;display:block}div.mpp-activity-meta a.delete-activity:hover{color:#c45200;border-color:#c45200}div.mpp-activity-meta a{border:1px solid;border-radius:4px}form#mpp-whats-new-form textarea{min-height:50px}.mpp-type-navs{background:0 0!important}.bpsp-pinned-post .bpsp-pinned-post-tag{width:30px;height:30px;top:18px;right:55px;overflow:visible}body:not(.logged-in) .bpsp-pinned-post .bpsp-pinned-post-tag{right:15px}.bpsp-pinned-post .bpsp-pinned-post-tag>span{-webkit-transform:none;-ms-transform:none;transform:none;width:24px;height:24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0;right:0;top:-1px;border-radius:2px}.bpsp-pinned-post .bpsp-pinned-post-tag>span .fa{margin-right:0;font-size:15px;font-weight:900}.bpsp-pinned-post .bpsp-pinned-post-label{position:absolute;top:-31px;background:rgba(30,33,50,.95);color:#fff;vertical-align:middle;pointer-events:none;-webkit-transition:all .18s ease-out .18s;transition:all .18s ease-out .18s;font-weight:500;font-size:13px;border-radius:4px!important;box-shadow:0 1px 3px 0 rgba(0,0,0,.02);line-height:1.3;padding:7px 15px;white-space:nowrap;z-index:10;opacity:0;visibility:hidden}.bpsp-pinned-post span:hover .bpsp-pinned-post-label{opacity:1;visibility:visible;top:-35px}.buddypress-wrap .mpp-upload-buttons a{margin-right:8px}.buddypress-wrap .mpp-upload-buttons a img{max-width:20px}#mpp-whats-new-avatar img{max-width:50px}.buddypress-wrap .activity-form .mpp-upload-buttons,.buddypress-wrap .mpp-upload-buttons{display:none}.buddypress-wrap .activity-form.activity-form-expanded .mpp-upload-buttons{display:block}.buddypress-wrap .mpp-upload-buttons{margin-top:0;padding-right:10px}#mpp-activity-upload-buttons{width:100%;margin-bottom:15px}@media screen and (min-width:46.8em){.buddypress-wrap .mpp-upload-buttons{margin-left:65px}#mpp-activity-upload-buttons{width:-webkit-calc(100% - 65px);width:calc(100% - 65px)}}.mpp-upload-container-active{display:block!important;-webkit-transition:none!important;transition:none!important;height:auto!important;overflow:visible!important}.mpp-uploading-media-list ul{margin-left:0}.mpp-uploading-media-list ul .fluid-width-video-wrapper{width:200px}.mpp-g:not(.mpp-form-wrap){margin:0 -15px}.mpp-g.mpp-bulk-edit-media-action-row,.mpp-g.mpp-bulk-edit-media-item,.mpp-g.mpp-form-wrap,.mpp-g.ui-sortable,.mpp-gallery-edit-form .mpp-g,.mpp-media-edit-form .mpp-g{margin:0}.mpp-item{padding:15px}.activity-inner .mpp-item{padding:0}.mpp-item .mpp-item-thumbnail img{width:100%;margin-bottom:15px}#change-gallery-cover a,.mpp-item-actions a,a.mpp-gallery-title{margin-top:5px;padding:2px 10px;display:inline-block;font-size:14px;border:1px solid;border-radius:4px}.mpp-type-navs .mpp-nav a{background:0 0!important}select#mpp-edit-media-bulk-action,select#mpp-gallery-status,select#mpp-gallery-type,select#mpp-media-status{padding-right:40px}.mpp-g.mpp-bulk-edit-media-action-row,.mpp-g.mpp-bulk-edit-media-item,.mpp-g.mpp-form-wrap{margin-bottom:20px}.mpp-g.mpp-bulk-edit-media-action-row select,.mpp-g.mpp-bulk-edit-media-item select,.mpp-g.mpp-form-wrap select{padding-right:40px}.mpp-breadcrumbs{margin-bottom:15px;background:0 0;color:inherit}.mpp-activity-meta a.button:empty{display:none!important}button.mpp-button-primary{margin-top:10px}.mpp-menu.mpp-menu-horizontal li .mpp-menu-children,.mpp-menu.mpp-menu-open{background:0 0}div.mpp-bulk-edit-media-action-row select{padding:.5em .6em}#subnav.mpp-group-nav{position:relative;margin:15px 0}#subnav.mpp-group-nav:before{content:"";position:absolute;left:0;bottom:0;width:100%;height:2px;background-color:var(--reign-site-border-color);z-index:1}#subnav.mpp-group-nav>ul{margin:0;padding:0;list-style:none;width:100%}#subnav.mpp-group-nav>ul:after{content:"";display:table;clear:both}#subnav.mpp-group-nav>ul>li{float:left;position:relative}#subnav.mpp-group-nav>ul>li:after{-webkit-transition:all .5s;transition:all .5s;content:"";position:absolute;right:0;bottom:0;width:0;height:2px;background-color:var(--reign-colors-theme);z-index:2}#subnav.mpp-group-nav>ul>li:hover:after{left:0;width:100%;background-color:var(--reign-colors-theme)}#subnav.mpp-group-nav>ul>li>a{display:block;padding:10px;position:relative}.reign-user-preview{position:relative;margin-top:28px;margin-bottom:15px}.bp-group-activity-preview,.bp-member-activity-preview,.reign-user-preview{position:relative;margin:0;padding:0;border:1px solid var(--reign-site-border-color);border-radius:12px!important}.reign-user-preview .reign-user-preview-cover img{width:100%;height:150px;border-radius:12px 12px 0 0!important;object-fit:cover;background:#c5c5c5}.bp-group-preview-cover,.bp-group-preview-cover img,.bp-member-preview-cover,.bp-member-preview-cover img{border-radius:12px 12px 0 0!important}.new_cover_photo .reign-user-preview .reign-user-preview-cover img,.new_group_cover_photo .reign-user-preview .reign-user-preview-cover img{height:auto;border-radius:12px!important}.reign-preview-widget .user-short-description{padding-top:44px}#buddypress .activity-content .activity-inner .bp-group-short-description a,#buddypress .activity-content .activity-inner .bp-member-short-description a,#buddypress .activity-content .activity-inner .reign-user-short-description a{color:var(--reign-site-link-color)}#buddypress .activity-content .activity-inner .bp-group-short-description a:hover,#buddypress .activity-content .activity-inner .bp-member-short-description a:hover,#buddypress .activity-content .activity-inner .reign-user-short-description a:hover{color:var(--reign-site-link-hover-color)}.reign-short-description{position:relative;padding-top:62px}.reign-user-avatar-content{margin-top:-75px}.reign-user-short-description{text-align:center}.bp-group-avatar-content img.group-photo,.bp-group-avatar-content img.profile-photo,.bp-member-avatar-content img.group-photo,.bp-member-avatar-content img.profile-photo,.reign-user-avatar-content img{margin:0 auto 10px;border:0;max-width:150px;width:100%!important;height:100%!important;box-shadow:0 2px 5px 0 rgba(18,43,70,.12),0 0 0 1px #e7edf2;border:3px solid #fff}.reign-user-stats{text-align:center;margin:15px 0}.reign-user-stat{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.bp-nouveau .activity-list .activity-item .activity-content .activity-inner .reign-user-stats .reign-user-stat-text,.bp-nouveau .activity-list .activity-item .activity-content .activity-inner .reign-user-stats .reign-user-stat-title{font-size:14px;line-height:normal;margin-bottom:0!important;padding:0}.bp-nouveau .activity-list .activity-item .activity-content .activity-inner .reign-user-stats .reign-user-stat-title{margin-bottom:0!important;margin-right:4px}.bp-profile-button{text-align:center;margin:15px 0}iframe.wp-embedded-content{width:100%}.activity-list div.blogs .activity-content .activity-inner,.activity-list li.blogs .activity-content .activity-inner{border:0;padding:0}.activity-list div.blogs .activity-content .activity-inner .reign-content-wrp,.activity-list li.blogs .activity-content .activity-inner .reign-content-wrp{display:block;padding:0;clear:both}.activity-list div.blogs .activity-content .activity-inner .bb-post-title,.activity-list div.blogs .activity-content .activity-inner .reign-post-title,.activity-list li.blogs .activity-content .activity-inner .bb-post-title,.activity-list li.blogs .activity-content .activity-inner .reign-post-title{display:block;font-size:20px;margin:0 0 10px}.activity-list div.blogs .activity-content .activity-inner .bb-post-title,.activity-list li.blogs .activity-content .activity-inner .bb-post-title{color:inherit}.activity-list div.blogs .activity-content .activity-inner a.reign-post-img-link,.activity-list li.blogs .activity-content .activity-inner a.reign-post-img-link{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:wrap;flex-flow:wrap;margin:0 0 15px;background:var(--reign-site-secondary-bg-color);border-radius:4px}.activity-list div.blogs .activity-content .activity-inner a.reign-post-img-link img,.activity-list li.blogs .activity-content .activity-inner a.reign-post-img-link img{margin:0 auto;width:auto;max-height:640px;border-radius:4px}.activity-share-modal .activity-list div.blogs .activity-content .activity-inner a.reign-post-img-link img{max-height:340px}.activity-list .activity-content .activity-inner .activity-reshare-item-container .activity-content .activity-inner a.reign-post-img-link{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:wrap;flex-flow:wrap;margin:0 0 15px;background:var(--reign-site-secondary-bg-color);border-radius:4px}.activity-list .activity-content .activity-inner .activity-reshare-item-container .activity-content .activity-inner a.reign-post-img-link img{margin:0 auto;width:auto;max-height:640px;border-radius:4px}#buddypress .standard-form p.description{color:var(--reign-site-body-text-color)}.activity-share-modal .bp-activity-share-avatar small.user-status-text,.buddypress-wrap .bp-pagination{color:var(--reign-site-body-text-color)}#bp-activity-share-widget-box-status-header.activity-list .activity-reshare-item-container .activity-item .activity-header .time-since,.activity-list .activity-item .activity-content .activity-header,.activity-list .activity-item .activity-content .activity-header p.activity-date a,.activity-list .activity-item .activity-content .comment-header,.activity-list .activity-reshare-item-container .activity-item .activity-header .time-since,.bp-nouveau #bp-activity-share-widget-box-status-header.activity-list .activity-reshare-item-container .activity-item .activity-content p .activity-time-since,.bp-nouveau .activity-list .activity-reshare-item-container .activity-item .activity-content p .activity-time-since,body.activity-permalink.bp-nouveau .activity-list .activity-reshare-item-container .activity-content .activity-header .time-since{color:var(--reign-site-alternate-text-color)}#bp-message-thread-list,#bp-message-thread-list li,#bptodo-tabs,#buddypress #cover-image-container.wbtm-cover-header-type-4,#buddypress .activity .item-list>li,#buddypress div#invite-list,#item-body #group-invites-container li.selected,.activity-list .activity-item .activity-meta.action,.activity-list .activity-item .bp-generic-meta.action,.activity-list.bp-list .activity-item,.activity-share-modal #bp-activity-share-widget-box-status-header,.activity-share-modal .bp-activity-share-filter label,.activity-share-modal .modal-body,.activity-share-modal .post-preview,.activity-share-modal .post-preview .post-preview-info,.activity-share-modal label[for=post-in],.activity-update-form .bb-model-header,.bp-messages-content #thread-preview .preview-content .preview-message,.bp-nouveau .bupr-row,.bp-nouveau-activity-form-placeholder- .bb-model-header,.bp-share-service-popup,.bp-single-vert-nav .subnav,.buddypress-wrap .profile.edit .editfield,.buddypress-wrap .standard-form .description,.buddypress-wrap:not(.bp-single-vert-nav) .bp-navs:not(.group-create-links) li,.media .rtmedia-container,.modal-header,.post-reshare-item-container .post-preview,.post-reshare-item-container .post-preview .post-preview-info,.post-reshare-item-container .post-preview .post-reshare-item-container .post-preview .post-preview-info,.privacy-status-form-footer,.reaction-box,.reaction-list-dropdown,.wbtm-group-directory-type-4 .group-content-wrap,.wbtm-member-directory-type-4 .item-wrapper{background-color:var(--reign-site-sections-bg-color)}.bp-nouveau .bp-avatar-nav ul.avatar-nav-items li.current,.bp-nouveau .buddypress-wrap .tabbed-links ul li.current{border-bottom-color:var(--reign-site-sections-bg-color)}#buddypress div.item-list-tabs ul li.current a,#buddypress div.item-list-tabs ul li.selected a,.bp-dir-vert-nav .dir-navs ul li.selected a,.bp-nouveau .buddypress-wrap.bp-dir-hori-nav:not(.bp-vertical-navs) .bp-navs li a:hover,.bp-nouveau .wbtm-member-directory-type-1 .action-wrap:hover,.bp-nouveau .wbtm-member-directory-type-3 .action-wrap:hover,.bp-single-vert-nav .bp-navs.vertical li.selected a,.bp-single-vert-nav .item-body:not(#group-create-body) #subnav:not(.tabbed-links) li a:hover,.bp-single-vert-nav .item-body:not(#group-create-body) #subnav:not(.tabbed-links) li.current a,.buddypress-wrap .bp-navs li.current a,.buddypress-wrap .bp-navs li.current a:focus,.buddypress-wrap .bp-navs li.current a:hover,.buddypress-wrap .bp-navs li.selected a,.buddypress-wrap .bp-navs li.selected a:focus,.buddypress-wrap .bp-navs li.selected a:hover,.buddypress-wrap .bp-navs li:not(.selected) a:hover,.buddypress-wrap .bp-navs.tabbed-links ul li a:hover,.buddypress-wrap .bp-navs.tabbed-links ul li.current a,.buddypress-wrap .grid-filters a.active,.buddypress-wrap.bp-vertical-navs .dir-navs.activity-nav-tabs ul li.selected a,.buddypress-wrap.bp-vertical-navs .dir-navs.groups-nav-tabs ul li.selected a,.buddypress-wrap.bp-vertical-navs .dir-navs.members-nav-tabs ul li.selected a,.buddypress-wrap.bp-vertical-navs .dir-navs.sites-nav-tabs ul li.selected a,.buddypress-wrap.bp-vertical-navs .main-navs.group-nav-tabs ul li.selected a,.buddypress-wrap.bp-vertical-navs .main-navs.user-nav-tabs ul li.selected a,.widget-area .widget.buddypress div.item-options a.selected{color:var(--reign-colors-theme)}#buddypress .activity-content .groups-meta a,#buddypress .activity-list .activity-item .activity-meta.action a.button,#buddypress .activity-list .activity-item .activity-meta.action div.generic-button a.button,#buddypress div.groups-meta a,.bp-nouveau #buddypress .activity-comments .activity-meta a,.bp-nouveau #buddypress .activity-comments .bp-generic-meta a,.bp-nouveau #buddypress .activity-meta .bp-share-btn .bp-share-button{color:var(--reign-site-link-color)}#buddypress .activity-content .groups-meta a:hover,#buddypress .activity-list .activity-item .activity-meta.action a.button:hover,#buddypress .activity-list .activity-item .activity-meta.action div.generic-button a.button:hover,#buddypress div.groups-meta a:hover,.bp-nouveau #buddypress .activity-comments .activity-meta a:hover,.bp-nouveau #buddypress .activity-comments .bp-generic-meta a:hover,.bp-nouveau #buddypress .activity-meta .bp-share-btn .bp-share-button:hover{color:var(--reign-site-link-hover-color)}#buddypress .activity-content .activity-inner a{color:var(--reign-accent-color)}#buddypress .activity-content .activity-inner a:hover{color:var(--reign-accent-hover-color)}.bp-avatar-nav li.current a{color:var(--reign-site-headings-color);opacity:1}#buddypress .activity-content .activity-inner .bp-profile-button a,.buddypress .buddypress-wrap .bp-list.grid .action button:hover,.buddypress .buddypress-wrap a.disabled,.buddypress .buddypress-wrap button,.buddypress .buddypress-wrap button.disabled,.buddypress .buddypress-wrap button.pending,.buddypress .buddypress-wrap div.pending a,.buddypress .buddypress-wrap input[type=button].disabled,.buddypress .buddypress-wrap input[type=button].pending,.buddypress .buddypress-wrap input[type=reset].disabled,.buddypress .buddypress-wrap input[type=reset].pending,.buddypress .buddypress-wrap input[type=submit].pending,.buddypress .buddypress-wrap input[type=submit]:disabled,.buddypress .buddypress-wrap input[type=submit][disabled=disabled]{color:var(--reign-site-button-text-color);background:var(--reign-site-button-bg-color);border-color:var(--reign-site-button-bg-color)}#buddypress .activity-content .activity-inner .bp-profile-button a:hover,.buddypress .buddypress-wrap .bp-list.grid .action button:hover,.buddypress .buddypress-wrap a.disabled:hover,.buddypress .buddypress-wrap button.disabled:hover,.buddypress .buddypress-wrap button.pending:hover,.buddypress .buddypress-wrap button:focus,.buddypress .buddypress-wrap button:hover,.buddypress .buddypress-wrap div.pending a:hover,.buddypress .buddypress-wrap input[type=button]:hover.disabled,.buddypress .buddypress-wrap input[type=button]:hover.pending,.buddypress .buddypress-wrap input[type=reset]:hover.disabled,.buddypress .buddypress-wrap input[type=reset]:hover.pending,.buddypress .buddypress-wrap input[type=submit]:hover.disabled,.buddypress .buddypress-wrap input[type=submit]:hover.pending{color:var(--reign-site-button-text-hover-color);background:var(--reign-site-button-bg-hover-color);border-color:var(--reign-site-button-bg-hover-color)}.buddypress .buddypress-wrap .bp-list.grid .action a,.buddypress .buddypress-wrap .bp-list.grid .action button{border-color:var(--reign-site-button-bg-color)}.buddypress .buddypress-wrap .bp-list.grid .action a:hover,.buddypress .buddypress-wrap .bp-list.grid .action button:hover{border-color:var(--reign-site-button-bg-hover-color)}.bp-nouveau.media #buddypress div#item-header div#item-header-content button,.bp-nouveau.media #buddypress div#item-header div#item-header-content div.generic-button a,form#bp-member-post.bp-member-blog-post-form input#submit{color:var(--reign-site-button-text-color);background:var(--reign-site-button-bg-color);border-color:var(--reign-site-button-bg-color);border-radius:var(--reign-global-button-radius)}.bp-nouveau.media #buddypress div#item-header div#item-header-content button:focus,.bp-nouveau.media #buddypress div#item-header div#item-header-content button:hover,.bp-nouveau.media #buddypress div#item-header div#item-header-content div.generic-button a:focus,.bp-nouveau.media #buddypress div#item-header div#item-header-content div.generic-button a:hover,form#bp-member-post.bp-member-blog-post-form input#submit:focus,form#bp-member-post.bp-member-blog-post-form input#submit:hover{color:var(--reign-site-button-text-hover-color);background:var(--reign-site-button-bg-hover-color);border-color:var(--reign-site-button-bg-hover-color)}body #buddypress input[type=submit]{border-radius:var(--reign-global-button-radius)}.profile.extended-fields .bprm_resume_form input[type=submit]{border-radius:var(--reign-global-button-radius)!important}#activity-form-submit-wrapper,#bp-message-thread-list,#bp-message-thread-list li,#bptodo-dashboard ul li,#bptodo-tabs .ui-widget-header,#bptodo-tabs.ui-tabs .ui-tabs-nav li.ui-tabs-active,#buddypress table#message-threads tr.unread td,#whats-new-form,.activity-list .activity-item>.activity-meta.action,.activity-update-form #whats-new-avatar,.bp-avatar-nav ul,.bp-avatar-nav ul.avatar-nav-items li.current,.bp-dir-vert-nav .screen-content,.bp-messages-content .preview-pane-header,.bp-messages-content .single-message-thread-header,.bp-nouveau #buddypress .activity-content .activity-meta a,.bp-nouveau #buddypress div.activity-meta a,.bp-nouveau .activity-list .activity-item .activity-content .activity-inner,.bp-nouveau .bp-messages,.bp-nouveau .bpolls-html-container,.bp-nouveau .buddypress-wrap .select-wrap,.bp-nouveau .wbtm-show-item-buttons,.bp-search-ac.ui-menu .ui-menu-item.bbls-view_all_type-type .bp-search-ajax-item,.bpolls-polls-option-html,.bprm-container,.bprm_resume_form fieldset,.bprm_resume_form select,.buddypress-wrap .activity-comments .acomment-content,.buddypress-wrap .activity-comments ul li,.buddypress-wrap .bp-tables-report thead tr,.buddypress-wrap .bp-tables-user thead tr,.buddypress-wrap .grid-filters,.buddypress-wrap .profile.edit .editfield,.buddypress-wrap table.forum thead tr,.buddypress-wrap table.wp-profile-fields thead tr,.buddypress.widget ul.item-list li,.main-notification-settings th,.main-notification-settings thead .title,.privacy-status-form-footer,.ui-tabs .ui-tabs-panel,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,a.bpolls-cancel{border-color:var(--reign-site-border-color)}#whats-new-form,.activity-update-form #whats-new-textarea textarea,.bp-share-service-popup,.whats-new-form-header #whats-new-textarea,form.ac-form .ac-reply-content .ac-textarea textarea{border-radius:var(--reign-global-border-radius)}form.ac-form .ac-reply-content .ac-textarea textarea{background:var(--reign-form-background-color);color:var(--reign-form-text-color);border:1px solid var(--reign-form-border-color)}form.ac-form .ac-reply-content .ac-textarea textarea:focus{background:var(--reign-form-focus-background-color);color:var(--reign-form-focus-text-color);border:1px solid var(--reign-form-focus-border-color)}.activity-share-modal .form-textarea textarea{background:var(--reign-form-background-color);color:var(--reign-form-text-color);border-color:var(--reign-form-border-color)}.activity-share-modal .form-textarea textarea:focus{background:var(--reign-form-focus-background-color);color:var(--reign-form-focus-text-color);border-color:var(--reign-form-focus-border-color)}#buddypress .bpsts-reaction-box,.bpsts-icon-dialog-container,.youzify .bpsts-reaction-box{background-color:var(--reign-site-sections-bg-color)}.bp-status-feeling-activities-list li.bp-status-feeling-activities-list-item,.bpstatus-option-panel{border-color:var(--reign-site-border-color)}.bpolls-check-radio-div{background-color:var(--reign-site-body-bg-color)}.bpolls-icon-dialog-container{background-color:var(--reign-site-sections-bg-color)}.bpolls-check-radio-wrap .bpolls-option-lbl,.bpolls-percent{color:var(--reign-site-body-text-color)}.bp-giphy-media-search-dropdown,.gif-search-query{background-color:var(--reign-site-body-bg-color)}.bp-giphy-media-search-dropdown:before{border-color:var(--reign-site-body-bg-color)}.gif-search-query{border-color:var(--reign-site-border-color)}#bmpro-modal .bmpro-modal{background-color:var(--reign-site-sections-bg-color)}#bmpro-modal .bmpro-modal-content-wrap{color:var(--reign-site-body-text-color)}body.dark-scheme .profile.extended-fields .bprm_resume_form fieldset{border-color:var(--reign-site-border-color)!important}.bprm-add-repeater-field{color:var(--reign-site-link-color)}.bprm-add-repeater-field:hover{color:var(--reign-site-link-hover-color)}.profile.extended-fields .bprm_resume_form input[type=email],.profile.extended-fields .bprm_resume_form input[type=tel],.profile.extended-fields .bprm_resume_form input[type=text],.profile.extended-fields .bprm_resume_form input[type=url],.profile.extended-fields .bprm_resume_form select,.profile.extended-fields .bprm_resume_form textarea,.profile.extended-fields .selectize-input{background:var(--reign-form-background-color);color:var(--reign-form-text-color);border:1px solid var(--reign-form-border-color)!important;outline:0;border-radius:var(--reign-global-form-radius)!important}.profile.extended-fields .bprm_resume_form input[type=email]:focus,.profile.extended-fields .bprm_resume_form input[type=tel]:focus,.profile.extended-fields .bprm_resume_form input[type=text]:focus,.profile.extended-fields .bprm_resume_form input[type=url]:focus,.profile.extended-fields .bprm_resume_form select:focus,.profile.extended-fields .bprm_resume_form textarea:focus,.profile.extended-fields .selectize-input:focus{background:var(--reign-form-focus-background-color);color:var(--reign-form-focus-text-color);border:1px solid var(--reign-form-focus-border-color)!important}.profile.extended-fields .bprm_resume_form textarea{border-radius:6px!important}.bprm_resume_form fieldset,.upload_bprm_profile_image{background:var(--reign-site-sections-bg-color);border-color:var(--reign-site-border-color)!important}.bprm_resume_form .selectize-input,.bprm_resume_form input[type=email],.bprm_resume_form input[type=tel],.bprm_resume_form input[type=text],.bprm_resume_form input[type=url],.bprm_resume_form select,.bprm_resume_form textarea{background:var(--reign-form-background-color);color:var(--reign-form-text-color);border-color:var(--reign-form-border-color)!important;border-radius:var(--reign-global-form-radius)!important}.bprm_resume_form .selectize-input:focus,.bprm_resume_form input[type=email]:focus,.bprm_resume_form input[type=tel]:focus,.bprm_resume_form input[type=text]:focus,.bprm_resume_form input[type=url]:focus,.bprm_resume_form select:focus,.bprm_resume_form textarea:focus{background:var(--reign-form-focus-background-color);color:var(--reign-form-focus-text-color);border-color:var(--reign-form-focus-border-color)}.bprm_resume_form textarea{border-radius:6px!important}.dark-scheme .bptodo-progress-section,.dark-scheme .todo-header{background-color:var(--reign-site-body-bg-color)}.dark-scheme #bptodo-task-tabs .bptodo-task-tabs-btn li,.dark-scheme .bptodo-modal.modal .content-wrapper,.dark-scheme .todo-header-list .todo-header-list-row{background-color:var(--reign-site-sections-bg-color)}.dark-scheme .todo-header-list .todo-header-list-row{border-color:var(--reign-site-border-color)}.bp-user #buddypress table a:not(.button){color:var(--reign-site-link-color)!important}.bp-user #buddypress table a:not(.button):hover{color:var(--reign-site-link-hover-color)!important}.buddypress-wrap .standard-form .groups-members-search input[type=search],.buddypress-wrap .standard-form .groups-members-search input[type=text],.buddypress-wrap .standard-form [data-bp-search] input[type=search],.buddypress-wrap .standard-form [data-bp-search] input[type=text],.buddypress-wrap .standard-form input[type=color],.buddypress-wrap .standard-form input[type=date],.buddypress-wrap .standard-form input[type=datetime-local],.buddypress-wrap .standard-form input[type=datetime],.buddypress-wrap .standard-form input[type=email],.buddypress-wrap .standard-form input[type=month],.buddypress-wrap .standard-form input[type=number],.buddypress-wrap .standard-form input[type=password],.buddypress-wrap .standard-form input[type=range],.buddypress-wrap .standard-form input[type=search],.buddypress-wrap .standard-form input[type=tel],.buddypress-wrap .standard-form input[type=text],.buddypress-wrap .standard-form input[type=time],.buddypress-wrap .standard-form input[type=url],.buddypress-wrap .standard-form input[type=week],.buddypress-wrap .standard-form select,.buddypress-wrap .standard-form textarea{background:var(--reign-form-background-color);color:var(--reign-form-text-color);border-color:var(--reign-form-border-color);border-radius:var(--reign-global-form-radius)}.buddypress-wrap .standard-form .groups-members-search input[type=search]:focus,.buddypress-wrap .standard-form .groups-members-search input[type=text]:focus,.buddypress-wrap .standard-form [data-bp-search] input[type=search]:focus,.buddypress-wrap .standard-form [data-bp-search] input[type=text]:focus,.buddypress-wrap .standard-form input[type=color]:focus,.buddypress-wrap .standard-form input[type=date]:focus,.buddypress-wrap .standard-form input[type=datetime-local]:focus,.buddypress-wrap .standard-form input[type=datetime]:focus,.buddypress-wrap .standard-form input[type=email]:focus,.buddypress-wrap .standard-form input[type=month]:focus,.buddypress-wrap .standard-form input[type=number]:focus,.buddypress-wrap .standard-form input[type=password]:focus,.buddypress-wrap .standard-form input[type=range]:focus,.buddypress-wrap .standard-form input[type=search]:focus,.buddypress-wrap .standard-form input[type=tel]:focus,.buddypress-wrap .standard-form input[type=text]:focus,.buddypress-wrap .standard-form input[type=time]:focus,.buddypress-wrap .standard-form input[type=url]:focus,.buddypress-wrap .standard-form input[type=week]:focus,.buddypress-wrap .standard-form select:focus,.buddypress-wrap .standard-form textarea:focus{background:var(--reign-form-focus-background-color);color:var(--reign-form-focus-text-color);border-color:var(--reign-form-focus-border-color)}.activity-update-form #whats-new-buttons{margin-left:0}@media screen and (min-width:46.8em){.activity-update-form #whats-new-buttons{margin-left:65px}}div#bp-attachments-activity-medium-preview{margin:0;padding:.5em;border:1px solid var(--reign-site-border-color);border-radius:var(--reign-global-form-radius)!important}div#bp-attachments-activity-medium-preview:empty{padding:0;border:0}body.activity.buddypress figure.wp-block-bp-image-attachment{margin-top:15px}body.activity.buddypress figure.wp-block-bp-image-attachment img,body.activity.buddypress figure.wp-block-bp-image-attachment video{margin-top:0}body.activity.buddypress figure a{width:100%}body.activity.buddypress figure a img{width:100%}.bp-attachments-media-list,.bp-attachments-medium{background:var(--reign-site-sections-bg-color);margin-top:15px;padding:15px;border:1px solid var(--reign-site-border-color);border-radius:var(--reign-global-border-radius)!important}.bp-attachments-medium{margin-top:0}body.personal.attachments #bp-media-library .screen-heading{font-size:20px;font-weight:400;margin:auto;margin-right:10px;padding-bottom:5px}body.personal.attachments #bp-media-library .wp-filter{box-shadow:none;border:1px solid var(--reign-site-border-color);background:var(--reign-site-sections-bg-color);color:var(--reign-site-body-text-color)}body.personal.attachments #bp-media-library .media-toolbar-primary .components-select-control__input{display:inline-block;font-family:inherit;font-style:inherit;font-size:14px;width:100%;height:38px;outline:0;vertical-align:middle;color:var(--reign-site-body-text-color);background-color:var(--reign-site-sections-bg-color);border:1px solid var(--reign-site-border-color);border-radius:var(--reign-global-border-radius)}@media (min-width:46.8em){body.personal.attachments #bp-media-library .media-toolbar-primary .components-select-control__input{width:200px}}body.personal.attachments #bp-media-library .wp-filter .view-switch a:before{color:var(--reign-site-body-text-color)}body.personal.attachments #bp-media-library .wp-filter .view-switch a.current:before{color:var(--reign-colors-theme)}body.personal.attachments #bp-media-library .split-button .split-button-toggle{background-color:transparent!important;color:var(--reign-site-body-text-color)!important}.media-toolbar-primary .components-input-control__backdrop{border-color:var(--reign-site-border-color)!important}.bp-attachments-media-list .media-items.list .media-item{color:var(--reign-site-body-text-color);background-color:var(--reign-site-sections-bg-color);border:1px solid var(--reign-site-border-color);border-radius:var(--reign-global-border-radius)!important;box-shadow:none}@media (max-width:480px){.bp-attachments-media-list .media-items.list .media-item{-ms-flex-wrap:wrap;flex-wrap:wrap}.bp-attachments-media-list .media-items.list .media-item .item-description{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;height:auto}}#bp-media-library .media-toolbar-secondary .media-button,#bp-media-library .split-button .split-button-head a,#bp-media-library .split-button .split-button-primary,#bp-media-library .split-button .split-button-toggle,.components-button.is-primary,.components-button.is-secondary,.components-button.is-tertiary,.components-modal__frame .components-button,body.activity.buddypress div.wp-block-bp-file-attachment .bp-attachments-button,body.personal.attachments #bp-media-library .components-button.is-secondary,body.personal.attachments #bp-media-library .components-button.is-tertiary{float:none;display:inline-block;background-color:var(--reign-site-button-bg-color)!important;color:var(--reign-site-button-text-color)!important;padding:10px 20px;border-color:var(--reign-site-button-bg-color)!important;font-size:13px;font-weight:400;line-height:1.5;border-radius:var(--reign-global-button-radius);text-transform:none;-webkit-transition:all .3s;transition:all .3s;cursor:pointer;font-weight:400;text-shadow:none;font-family:inherit;max-height:100%;box-shadow:none!important}#bp-media-library .media-toolbar-secondary .media-button:focus,#bp-media-library .media-toolbar-secondary .media-button:hover,#bp-media-library .split-button .split-button-head a:focus,#bp-media-library .split-button .split-button-head a:hover,#bp-media-library .split-button .split-button-primary:focus,#bp-media-library .split-button .split-button-primary:hover,#bp-media-library .split-button .split-button-toggle:focus,#bp-media-library .split-button .split-button-toggle:hover,.components-button.is-primary:focus,.components-button.is-primary:hover,.components-button.is-secondary:focus,.components-button.is-secondary:hover,.components-button.is-tertiary:focus,.components-button.is-tertiary:hover,.components-modal__frame .components-button:focus,.components-modal__frame .components-button:hover,body.activity.buddypress div.wp-block-bp-file-attachment .bp-attachments-button:focus,body.activity.buddypress div.wp-block-bp-file-attachment .bp-attachments-button:hover,body.personal.attachments #bp-media-library .components-button.is-secondary:focus,body.personal.attachments #bp-media-library .components-button.is-secondary:hover,body.personal.attachments #bp-media-library .components-button.is-tertiary:focus,body.personal.attachments #bp-media-library .components-button.is-tertiary:hover{background-color:var(--reign-site-button-bg-hover-color)!important;color:var(--reign-site-button-text-hover-color)!important;border-color:var(--reign-site-button-bg-hover-color)!important}#bp-media-library .split-button{top:auto}#bp-media-library .split-button .split-button-toggle i{padding:0}.components-popover__content{background-color:var(--reign-site-sections-bg-color);border:1px solid var(--reign-site-border-color);box-shadow:var(--reign-more-options-box-shadow)}#bp-media-library .split-button .split-button-body li+li{margin-top:5px}ul.split-button-body{margin:0;padding:0;list-style:none;min-width:200px}ul.split-button-body li a{display:block;padding:10px}ul.split-button-body li a:hover{background:var(--reign-site-secondary-bg-color)}#bp-media-library .uploader-container.enabled{font-size:16px;background:rgba(0,0,0,.05);border:1px dashed rgba(0,0,0,.2);border-radius:6px}#bp-media-directory-form,.bp-files-list{background-color:var(--reign-site-sections-bg-color);border:1px solid var(--reign-site-border-color)}.components-notice{background-color:var(--reign-site-sections-bg-color)}.bp-attachments-media-list .media-item{min-width:100px}.bp-attachments-media-list .media-item .media-name{font-size:13px}.components-modal__frame{background-color:var(--reign-site-sections-bg-color)}.components-modal__frame:focus-visible{outline-color:var(--reign-site-border-color)}.components-modal__content.has-scrolled-content:not(.hide-header) .components-modal__header{border-color:var(--reign-site-border-color)}.bp-attachment-edit-item audio,.bp-attachment-edit-item video{width:100%}@media (max-width:46.8em){.bp-attachment-edit-item{-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%}.bp-attachment-edit-item .bp-attachment-edit-item__form,.bp-attachment-edit-item .bp-attachment-edit-item__preview{width:100%}}.bp-attachment-edit-item__form-actions button{margin-bottom:1em}.activity-link-preview-container{color:var(--reign-site-body-text-color);background:var(--reign-site-sections-bg-color);border-color:var(--reign-site-border-color);border-radius:var(--reign-global-border-radius)!important}body.buddypress.activate header.page-title,body.buddypress.register header.page-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%}body.buddypress.activate header.page-title>span,body.buddypress.register header.page-title>span{margin:0 0 1.375rem;padding-top:5px}.buddypress-wrap .standard-form input[required]:invalid,.buddypress-wrap .standard-form select[required]:invalid,.buddypress-wrap .standard-form textarea[required]:invalid{border-color:var(--reign-site-border-color)}.buddypress-wrap .register-page .layout-wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.buddypress-wrap .register-page .layout-wrap .description{background:0 0}body.buddypress.activate.login-split-page.rg-sticky-header,body.buddypress.register.login-split-page.rg-sticky-header{margin-top:0}.buddypress-wrap.extended-default-reg .register-page .default-profile{padding:0}.buddypress-wrap.extended-default-reg .register-page .extended-profile{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:1rem 0 0}body.buddypress.register .rg-bp-container-reg article,body.buddypress.register article.bp_register{max-width:450px;max-height:100%;width:100%;margin-left:auto;margin-right:auto}.register-page .signup-form .default-profile input{margin-bottom:0}body.buddypress.activate .buddypress-wrap .standard-form input[required],body.buddypress.activate .buddypress-wrap .standard-form select[required],body.buddypress.activate .buddypress-wrap .standard-form textarea[required],body.buddypress.register .buddypress-wrap .standard-form input[required],body.buddypress.register .buddypress-wrap .standard-form select[required],body.buddypress.register .buddypress-wrap .standard-form textarea[required]{border-width:1px}body.buddypress.activate .register-page .default-profile .password-input-wrapper,body.buddypress.register .register-page .default-profile .password-input-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;gap:15px}body.buddypress.activate .register-page .default-profile .password-input-wrapper #pass1,body.buddypress.register .register-page .default-profile .password-input-wrapper #pass1{width:100%}body.buddypress.activate.login-split-page div#reign-menu-panel,body.buddypress.register.login-split-page div#reign-menu-panel{display:none!important}body.buddypress.activate.login-split-page div#page #masthead,body.buddypress.activate.login-split-page div#page .reign-header-top,body.buddypress.activate.login-split-page div#page aside,body.buddypress.activate.login-split-page div#page footer,body.buddypress.register.login-split-page div#page #masthead,body.buddypress.register.login-split-page div#page .reign-header-top,body.buddypress.register.login-split-page div#page aside,body.buddypress.register.login-split-page div#page footer{display:none!important}body.buddypress.activate.login-split-page div#page .register-page aside,body.buddypress.register.login-split-page div#page .register-page aside{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}body.buddypress.activate.login-split-page .site-content,body.buddypress.register.login-split-page .site-content{min-height:100vh;height:100%}body.buddypress.activate.login-split-page h2,body.buddypress.register.login-split-page h2{font-size:24px}body.buddypress.activate.login-split-page form,body.buddypress.register.login-split-page form{background-color:transparent;padding:0;border:none;box-shadow:none}body.buddypress.activate.login-split-page .login-split,body.buddypress.register.login-split-page .login-split{display:none}body.buddypress.activate.login-split-page .content-wrapper,body.buddypress.register.login-split-page .content-wrapper{position:relative}@media (min-width:992px){body.buddypress.activate.login-split-page .site-content,body.buddypress.register.login-split-page .site-content{padding:0}body.buddypress.activate.login-split-page article.bp_activate,body.buddypress.activate.login-split-page article.bp_register,body.buddypress.register.login-split-page article.bp_activate,body.buddypress.register.login-split-page article.bp_register{margin-left:-webkit-calc((50vw - 450px)/ 2);margin-left:-webkit-calc((50vw - 450px)/ 2);margin-left:calc((50vw - 450px)/ 2);margin-right:-webkit-calc((50vw - 450px)/ 2);margin-right:-webkit-calc((50vw - 450px)/ 2);margin-right:calc((50vw - 450px)/ 2)}body.buddypress.activate.login-split-page .login-split,body.buddypress.register.login-split-page .login-split{width:50%;position:fixed;left:0;padding:0;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-image:url(./wp-content/themes/reign-theme/assets/css/../img/community.jpg);background-repeat:no-repeat;background-position:center;background-size:cover}body.buddypress.activate.login-split-page .login-split .split-overlay,body.buddypress.register.login-split-page .login-split .split-overlay{width:100%;height:100%;background-color:#000;position:absolute;z-index:1;opacity:0}body.buddypress.activate.login-split-page .login-split div,body.buddypress.register.login-split-page .login-split div{color:#fff}body.buddypress.activate.login-split-page .login-split>div:not(.split-overlay),body.buddypress.register.login-split-page .login-split>div:not(.split-overlay){display:block;width:80%;max-width:450px;font-size:32px;line-height:1.15;position:relative;z-index:9;margin-left:-webkit-calc((50vw - 450px)/ 2);margin-left:-webkit-calc((50vw - 450px)/ 2);margin-left:calc((50vw - 450px)/ 2);margin-right:-webkit-calc((50vw - 450px)/ 2);margin-right:-webkit-calc((50vw - 450px)/ 2);margin-right:calc((50vw - 450px)/ 2);max-width:450px}body.buddypress.activate.login-split-page .login-split>div>span,body.buddypress.register.login-split-page .login-split>div>span{font-size:16px;line-height:1.4;display:block;margin-top:20px}body.buddypress.activate.login-split-page .content-wrapper,body.buddypress.register.login-split-page .content-wrapper{position:absolute;left:50%;right:auto;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:50%;height:100%}body.buddypress.activate.login-split-page .content-wrapper.rg-bp-container-reg,body.buddypress.register.login-split-page .content-wrapper.rg-bp-container-reg{padding:2rem 0}body.buddypress.register.login-split-page.rg-boxed-layout .site{background:var(--reign-site-body-bg-color);max-width:100%!important}body.buddypress.activate.login-split-page .login-exh .content-wrapper,body.buddypress.register.login-split-page .login-exh .content-wrapper{-webkit-transform:translateY(-35%);-ms-transform:translateY(-35%);transform:translateY(-35%)}body.buddypress.activate.login-split-page .content-wrapper h1 a,body.buddypress.register.login-split-page .content-wrapper h1 a{margin-left:0;text-align:left}}.widget-area-inner h2.widget-title{font-size:1.375rem}.widget .activity-list{padding:0}.buddypress-wrap .buddypress.widget .avatar-block,.buddypress.widget .avatar-block{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;margin:0 -5px}.buddypress.widget .avatar-block img{margin:5px}.widget .bp-block-groups .group-content .item-header-avatar img.avatar,.widget .bp-block-members .member-content .item-header-avatar img.avatar{width:50px;height:50px}.widget .bp-block-groups.avatar-full .item-header-avatar,.widget .bp-block-members.avatar-full .item-header-avatar{width:70px}.widget .bp-dynamic-block-container .item-options{font-size:13px}.widget .bp-block-group .group-content,.widget .bp-block-member .member-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.widget .bp-block-group .group-description,.widget .bp-block-member .member-description{padding:15px 0 0;text-align:center}.widget .bp-block-group.avatar-full.has-cover .item-header-avatar,.widget .bp-block-member.avatar-full.has-cover .item-header-avatar{width:100%;text-align:center}.widget .bp-block-group.avatar-full.has-cover img.avatar,.widget .bp-block-member.avatar-full.has-cover img.avatar{margin:auto}.widget .bp-block-group.has-description .bp-profile-button a.button{float:none}.widget .bp-block-group .bp-profile-button a.button,.widget .bp-block-member .bp-profile-button a.button,.widget .bp-profile-button{margin-top:0;position:static}.widget .bp-block-member .member-description .bp-profile-button{margin-top:15px}.widget .bp-block-group.has-description .bp-profile-button a.button,.widget .bp-block-member .bp-profile-button a.button{float:none;display:inline-block;background-color:var(--reign-site-button-bg-color);color:var(--reign-site-button-text-color);padding:10px 20px;border-color:var(--reign-site-button-bg-color);font-size:15px;font-weight:400;line-height:1.5;border-radius:var(--reign-global-button-radius);text-transform:none;-webkit-transition:all .3s;transition:all .3s;cursor:pointer;font-weight:400;text-shadow:none;font-family:inherit}.widget .bp-block-group.has-description .bp-profile-button a.button:focus,.widget .bp-block-group.has-description .bp-profile-button a.button:hover,.widget .bp-block-member .bp-profile-button a.button:focus,.widget .bp-block-member .bp-profile-button a.button:hover{background-color:var(--reign-site-button-bg-hover-color);color:var(--reign-site-button-text-hover-color);border-color:var(--reign-site-button-bg-hover-color)}.buddypress.widget div.activity-list blockquote{background:0 0;margin:0 0 15px;font-family:inherit;font-style:normal;font-weight:400}.buddypress.widget div.activity-list blockquote .activity-item:not(.mini){margin:0 0 10px;padding-top:15px;padding-bottom:15px;box-shadow:none;border:1px solid var(--reign-site-border-color);border-radius:var(--reign-global-border-radius)}.buddypress.widget div.activity-list blockquote .activity-item:not(.mini) .activity-read-more{margin-left:0}.buddypress.round-avatars .avatar,body.round-avatars #buddypress #item-header-cover-image #item-header-avatar img.avatar,body.round-avatars .buddypress-wrap .avatar{border-radius:50%}li.load-more a.loading::after{content:"\f110";font-family:"Font Awesome 6 Pro",reign-icons;font-size:16px;font-weight:400;line-height:1;margin-left:10px;text-align:center;display:inline-block;vertical-align:middle;-webkit-animation:spin 1s infinite linear;animation:spin 1s infinite linear}.buddypress .buddypress-wrap .generic-button .loading::after{content:"\f110";font-family:"Font Awesome 6 Pro",reign-icons;font-size:16px;font-weight:400;line-height:1;margin-left:10px;text-align:center;display:inline-block;vertical-align:middle;-webkit-animation:spin 1s infinite linear;animation:spin 1s infinite linear}@-webkit-keyframes spin{from{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(360deg)}}@keyframes spin{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.bp-list li .item-meta,.bp-list li .meta{color:var(--reign-site-alternate-text-color)}@media (min-width:46.8em){.bp-nouveau .bp-list li .item .list-title{font-size:20px}}.bp-nouveau .buddypress-wrap .members-list li .last-activity{margin-top:0}.bp-nouveau .bp-list .member-review-stars{width:100%;display:inline-block;font-size:15px;margin:0 0 10px}@media (max-width:46.8em){.bp-nouveau .bp-list .member-review-stars{text-align:center}}.bp-nouveau .bp-list.wbtm-member-directory-type-1 .member-review-stars,.bp-nouveau .bp-list.wbtm-member-directory-type-4 .member-review-stars{text-align:left;margin:0}.bp-nouveau .buddypress-wrap .activity-read-more a,.bp-nouveau .buddypress-wrap .comment-reply-link,.bp-nouveau .buddypress-wrap .generic-button a,.bp-nouveau .buddypress-wrap a.bp-title-button,.bp-nouveau .buddypress-wrap a.button,.bp-nouveau .buddypress-wrap button,.bp-nouveau .buddypress-wrap input[type=button],.bp-nouveau .buddypress-wrap input[type=reset],.bp-nouveau .buddypress-wrap input[type=submit],.bp-nouveau .buddypress-wrap ul.button-nav:not(.button-tabs) li a{display:inline-block;font-size:15px;padding:10px 20px;line-height:1.5;border-radius:var(--reign-global-button-radius)}.bp-nouveau .bp-list li .action .generic-button{margin:0 10px 0 0;padding:5px 0}.bp-nouveau .buddypress-wrap .members-list li .user-update{margin-bottom:0;border-color:var(--reign-site-border-color)}@media (min-width:46.8em){.bp-nouveau .buddypress-wrap .members-list li .user-update{font-size:14px;margin:0}}.bp-nouveau .buddypress-wrap .members-list li .user-update .update{margin:0}.bp-nouveau .buddypress-wrap .grid.bp-list{padding-top:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;margin-bottom:0;width:auto;margin:0 -15px}.bp-nouveau .buddypress-wrap .grid.bp-list:after,.bp-nouveau .buddypress-wrap .grid.bp-list:before,.bp-nouveau .buddypress-wrap .grid.bp-list>li:after,.bp-nouveau .buddypress-wrap .grid.bp-list>li:before{content:normal}.bp-nouveau .buddypress-wrap .grid.bp-list>li{border-bottom:none;margin:0;margin-bottom:30px;padding:0 15px}.bp-nouveau .bp-list:not(.grid)>li{margin-bottom:20px;padding:15px;background:var(--reign-site-sections-bg-color);border:1px solid var(--reign-site-border-color);border-radius:var(--reign-global-border-radius)!important}.bp-nouveau .bp-list:not(.grid)>li .item-avatar{margin-right:15px}@media (max-width:747px){.bp-nouveau .bp-list>li .item-avatar{margin-bottom:10px}}.bp-nouveau .buddypress-wrap .grid.bp-list{border:0}@media (min-width:24em){.bp-nouveau .buddypress-wrap .grid.bp-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap}.bp-nouveau .buddypress-wrap .grid.bp-list:after,.bp-nouveau .buddypress-wrap .grid.bp-list:before{content:normal}}@media (min-width:24em){.bp-nouveau .buddypress-wrap .grid.bp-list>li:after,.bp-nouveau .buddypress-wrap .grid.bp-list>li:before{content:normal}}.bp-nouveau .buddypress-wrap .grid.bp-list>li .item-avatar{margin-right:15px}.bp-nouveau .buddypress-wrap .grid.bp-list>li .item-avatar img.avatar{width:100%;min-width:60px;max-width:60px;height:60px;object-fit:cover}.bp-nouveau .buddypress-wrap .grid.bp-list>li .item-avatar a{position:relative;display:block}.bp-nouveau .reign-status{content:" ";width:12px;height:12px;border:2px solid var(--reign-color-white);border-radius:100%;position:absolute;right:0;top:0;box-shadow:0 0 4px rgba(0,0,0,.2)}.bp-nouveau .reign-status.online{background:#54ef17}.bp-nouveau .reign-status.offline{background:#ccc}.bp-nouveau .reign-status.away{background:#fcdd04}.bp-nouveau .round-avatars .reign-status{right:3px;top:3px}.bp-nouveau .grid.bp-list li .item .list-title{font-weight:600;margin:0 0 5px;padding:0;text-align:left;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.bp-nouveau .grid.bp-list.wbtm-member-directory-type-1 li .item .list-title{font-size:14px}.bp-nouveau .buddypress-wrap .grid.bp-list>li .item .last-activity{margin-bottom:0;text-align:left}.bp-nouveau .grid.members-list .list-wrap{min-height:100%}.bp-nouveau #buddypress.buddypress-wrap .grid.bp-list>li .item{margin:auto}.bp-nouveau #buddypress.buddypress-wrap .grid.bp-list>li .item .item-block{width:100%;min-height:100%}.bp-nouveau .grid.bp-list>li .list-wrap{background:var(--reign-site-sections-bg-color);border:1px solid var(--reign-site-border-color);box-shadow:none;border-radius:var(--reign-global-border-radius)!important;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:15px;-webkit-transition:all .3s;transition:all .3s;height:100%;overflow:visible}.bp-nouveau .grid.bp-list>li .list-wrap:hover{box-shadow:15px 15px 20px rgba(58,46,68,.08)}@media (min-width:24em){.bp-nouveau .buddypress-wrap .grid.four.bp-list>li{width:50%}}@media (min-width:46.8em){.bp-nouveau .buddypress-wrap .grid.four.bp-list>li{width:33.333333%}}@media (min-width:24em) and (max-width:991px){.bp-nouveau .buddypress-wrap .grid.four.bp-list>li{padding:5px}}@media (min-width:992px){.bp-nouveau .buddypress-wrap .grid.four.bp-list>li{width:25%}}.buddypress:not(.logged-in) .grid.members-list .list-wrap{min-height:100%}.buddypress:not(.logged-in) .grid.bp-list .list-wrap{padding-bottom:15px}body:not(.logged-in) .action-wrap{display:none}.logged-in .wbtm-member-directory-type-1 .action-wrap,.logged-in .wbtm-member-directory-type-3 .action-wrap{display:block}.bp-nouveau #buddypress .grid.bp-list.wbtm-member-directory-type-1>li .member-button-wrap.footer-button-wrap,.bp-nouveau #buddypress .grid.bp-list.wbtm-member-directory-type-3>li .member-button-wrap.footer-button-wrap,.bp-nouveau #buddypress.buddypress-wrap .grid.bp-list.wbtm-member-directory-type-1>li .action,.bp-nouveau #buddypress.buddypress-wrap .grid.bp-list.wbtm-member-directory-type-3>li .action{width:150px;position:absolute;background:var(--reign-site-sections-bg-color);top:32px;right:-11px;left:auto;bottom:auto;text-align:left;border-radius:var(--reign-global-border-radius);box-shadow:0 6px 10px 0 rgba(0,0,0,.1);z-index:2;margin:0;border:1px solid var(--reign-site-border-color);opacity:0;visibility:hidden;-webkit-transition:all .5s;transition:all .5s}.bp-nouveau #buddypress .grid.bp-list.wbtm-member-directory-type-1>li .member-button-wrap.footer-button-wrap:after,.bp-nouveau #buddypress .grid.bp-list.wbtm-member-directory-type-3>li .member-button-wrap.footer-button-wrap:after,.bp-nouveau #buddypress.buddypress-wrap .grid.bp-list.wbtm-member-directory-type-1>li .action:after,.bp-nouveau #buddypress.buddypress-wrap .grid.bp-list.wbtm-member-directory-type-3>li .action:after{content:" ";width:9px;height:9px;background:var(--reign-site-sections-bg-color);position:absolute;top:-5px;right:17px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);z-index:-1;border-top:1px solid var(--reign-site-border-color);border-left:1px solid var(--reign-site-border-color)}.bp-nouveau #buddypress .grid.bp-list.wbtm-member-directory-type-1>li .member-button-wrap.footer-button-wrap div.generic-button,.bp-nouveau #buddypress .grid.bp-list.wbtm-member-directory-type-1>li .member-button-wrap.footer-button-wrap li.generic-button,.bp-nouveau #buddypress .grid.bp-list.wbtm-member-directory-type-3>li .member-button-wrap.footer-button-wrap div.generic-button,.bp-nouveau #buddypress .grid.bp-list.wbtm-member-directory-type-3>li .member-button-wrap.footer-button-wrap li.generic-button,.bp-nouveau #buddypress.buddypress-wrap .grid.bp-list.wbtm-member-directory-type-1>li .action div.generic-button,.bp-nouveau #buddypress.buddypress-wrap .grid.bp-list.wbtm-member-directory-type-1>li .action li.generic-button,.bp-nouveau #buddypress.buddypress-wrap .grid.bp-list.wbtm-member-directory-type-3>li .action div.generic-button,.bp-nouveau #buddypress.buddypress-wrap .grid.bp-list.wbtm-member-directory-type-3>li .action li.generic-button{width:100%;margin:0;padding:5px;padding-top:0}.bp-nouveau #buddypress .grid.bp-list.wbtm-member-directory-type-1>li .member-button-wrap.footer-button-wrap div.generic-button:first-child,.bp-nouveau #buddypress .grid.bp-list.wbtm-member-directory-type-1>li .member-button-wrap.footer-button-wrap li.generic-button:first-child,.bp-nouveau #buddypress .grid.bp-list.wbtm-member-directory-type-3>li .member-button-wrap.footer-button-wrap div.generic-button:first-child,.bp-nouveau #buddypress .grid.bp-list.wbtm-member-directory-type-3>li .member-button-wrap.footer-button-wrap li.generic-button:first-child,.bp-nouveau #buddypress.buddypress-wrap .grid.bp-list.wbtm-member-directory-type-1>li .action div.generic-button:first-child,.bp-nouveau #buddypress.buddypress-wrap .grid.bp-list.wbtm-member-directory-type-1>li .action li.generic-button:first-child,.bp-nouveau #buddypress.buddypress-wrap .grid.bp-list.wbtm-member-directory-type-3>li .action div.generic-button:first-child,.bp-nouveau #buddypress.buddypress-wrap .grid.bp-list.wbtm-member-directory-type-3>li .action li.generic-button:first-child{padding-top:5px}.bp-nouveau #buddypress .grid.bp-list.wbtm-member-directory-type-1>li .member-button-wrap.footer-button-wrap div.generic-button a,.bp-nouveau #buddypress .grid.bp-list.wbtm-member-directory-type-1>li .member-button-wrap.footer-button-wrap div.generic-button button,.bp-nouveau #buddypress .grid.bp-list.wbtm-member-directory-type-1>li .member-button-wrap.footer-button-wrap li.generic-button a,.bp-nouveau #buddypress .grid.bp-list.wbtm-member-directory-type-1>li .member-button-wrap.footer-button-wrap li.generic-button button,.bp-nouveau #buddypress .grid.bp-list.wbtm-member-directory-type-3>li .member-button-wrap.footer-button-wrap div.generic-button a,.bp-nouveau #buddypress .grid.bp-list.wbtm-member-directory-type-3>li .member-button-wrap.footer-button-wrap div.generic-button button,.bp-nouveau #buddypress .grid.bp-list.wbtm-member-directory-type-3>li .member-button-wrap.footer-button-wrap li.generic-button a,.bp-nouveau #buddypress .grid.bp-list.wbtm-member-directory-type-3>li .member-button-wrap.footer-button-wrap li.generic-button button,.bp-nouveau #buddypress.buddypress-wrap .grid.bp-list.wbtm-member-directory-type-1>li .action div.generic-button a,.bp-nouveau #buddypress.buddypress-wrap .grid.bp-list.wbtm-member-directory-type-1>li .action div.generic-button button,.bp-nouveau #buddypress.buddypress-wrap .grid.bp-list.wbtm-member-directory-type-1>li .action li.generic-button a,.bp-nouveau #buddypress.buddypress-wrap .grid.bp-list.wbtm-member-directory-type-1>li .action li.generic-button button,.bp-nouveau #buddypress.buddypress-wrap .grid.bp-list.wbtm-member-directory-type-3>li .action div.generic-button a,.bp-nouveau #buddypress.buddypress-wrap .grid.bp-list.wbtm-member-directory-type-3>li .action div.generic-button button,.bp-nouveau #buddypress.buddypress-wrap .grid.bp-list.wbtm-member-directory-type-3>li .action li.generic-button a,.bp-nouveau #buddypress.buddypress-wrap .grid.bp-list.wbtm-member-directory-type-3>li .action li.generic-button button{display:block;font-size:12px;width:100%;margin:0;padding:6px 8px;text-align:left;border:none}.bp-nouveau #buddypress .grid.bp-list.wbtm-member-directory-type-1>li .member-button-wrap.footer-button-wrap div.generic-button a:hover,.bp-nouveau #buddypress .grid.bp-list.wbtm-member-directory-type-1>li .member-button-wrap.footer-button-wrap div.generic-button button:hover,.bp-nouveau #buddypress .grid.bp-list.wbtm-member-directory-type-1>li .member-button-wrap.footer-button-wrap li.generic-button a:hover,.bp-nouveau #buddypress .grid.bp-list.wbtm-member-directory-type-1>li .member-button-wrap.footer-button-wrap li.generic-button button:hover,.bp-nouveau #buddypress .grid.bp-list.wbtm-member-directory-type-3>li .member-button-wrap.footer-button-wrap div.generic-button a:hover,.bp-nouveau #buddypress .grid.bp-list.wbtm-member-directory-type-3>li .member-button-wrap.footer-button-wrap div.generic-button button:hover,.bp-nouveau #buddypress .grid.bp-list.wbtm-member-directory-type-3>li .member-button-wrap.footer-button-wrap li.generic-button a:hover,.bp-nouveau #buddypress .grid.bp-list.wbtm-member-directory-type-3>li .member-button-wrap.footer-button-wrap li.generic-button button:hover,.bp-nouveau #buddypress.buddypress-wrap .grid.bp-list.wbtm-member-directory-type-1>li .action div.generic-button a:hover,.bp-nouveau #buddypress.buddypress-wrap .grid.bp-list.wbtm-member-directory-type-1>li .action div.generic-button button:hover,.bp-nouveau #buddypress.buddypress-wrap .grid.bp-list.wbtm-member-directory-type-1>li .action li.generic-button a:hover,.bp-nouveau #buddypress.buddypress-wrap .grid.bp-list.wbtm-member-directory-type-1>li .action li.generic-button button:hover,.bp-nouveau #buddypress.buddypress-wrap .grid.bp-list.wbtm-member-directory-type-3>li .action div.generic-button a:hover,.bp-nouveau #buddypress.buddypress-wrap .grid.bp-list.wbtm-member-directory-type-3>li .action div.generic-button button:hover,.bp-nouveau #buddypress.buddypress-wrap .grid.bp-list.wbtm-member-directory-type-3>li .action li.generic-button a:hover,.bp-nouveau #buddypress.buddypress-wrap .grid.bp-list.wbtm-member-directory-type-3>li .action li.generic-button button:hover{border:none;outline:0;box-shadow:none}.bp-nouveau .wbtm-member-directory-type-1 .action-wrap,.bp-nouveau .wbtm-member-directory-type-3 .action-wrap{color:var(--reign-site-body-text-color);-webkit-box-flex:0;-ms-flex:0 0 20px;flex:0 0 20px;margin-left:10px;margin-top:auto;top:5px;position:relative;font-size:20px;cursor:pointer}.bp-nouveau .wbtm-member-directory-type-1 .action-wrap:hover .action,.bp-nouveau .wbtm-member-directory-type-1 .action-wrap:hover .member-button-wrap.footer-button-wrap,.bp-nouveau .wbtm-member-directory-type-3 .action-wrap:hover .action,.bp-nouveau .wbtm-member-directory-type-3 .action-wrap:hover .member-button-wrap.footer-button-wrap{opacity:1!important;visibility:visible!important}.bp-nouveau .wbtm-member-directory-type-1 .action-wrap:hover,.bp-nouveau .wbtm-member-directory-type-3 .action-wrap:hover{color:var(--reign-colors-theme)}.bp-nouveau #buddypress .item-list.rg-member-list.grid.bp-list.wbtm-member-directory-type-2 i.fa-plus-circle{display:none}.bp-nouveau #buddypress .item-list.rg-member-list.grid.bp-list.wbtm-member-directory-type-2>li .action,.bp-nouveau #buddypress .item-list.rg-member-list.grid.bp-list.wbtm-member-directory-type-2>li .member-button-wrap.footer-button-wrap{padding:15px 0 0!important;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative;opacity:1;visibility:visible;width:auto;top:0;right:0;margin:0;background:0 0;border-top:0;border-radius:0;box-shadow:none;text-align:center;border-top:1px solid var(--reign-site-border-color)}.bp-nouveau #buddypress .item-list.rg-member-list.grid.bp-list.wbtm-member-directory-type-2>li .action .generic-button,.bp-nouveau #buddypress .item-list.rg-member-list.grid.bp-list.wbtm-member-directory-type-2>li .member-button-wrap.footer-button-wrap{width:auto;margin:0 5px;padding:0}.bp-nouveau #buddypress .item-list.rg-member-list.grid.bp-list.wbtm-member-directory-type-2>li .action li.generic-button,.bp-nouveau #buddypress .item-list.rg-member-list.grid.bp-list.wbtm-member-directory-type-2>li .member-button-wrap.footer-button-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.bp-nouveau #buddypress .item-list.rg-member-list.grid.bp-list.wbtm-member-directory-type-2 .action>button,.bp-nouveau #buddypress .item-list.rg-member-list.grid.bp-list.wbtm-member-directory-type-2 .action>div a,.bp-nouveau #buddypress .item-list.rg-member-list.grid.bp-list.wbtm-member-directory-type-2 .action>li a,.bp-nouveau #buddypress .item-list.rg-member-list.grid.bp-list.wbtm-member-directory-type-2 .action>li button{display:inline-block;width:100%;max-width:170px;margin-bottom:15px;border-radius:var(--reign-global-button-radius)}.bp-nouveau #buddypress .item-list.rg-member-list.grid.bp-list.wbtm-member-directory-type-2>li .footer-button-wrap .generic-button,.bp-nouveau #buddypress .item-list.rg-member-list.grid.bp-list.wbtm-member-directory-type-2>li .item .primary-action .generic-button{margin:0}.bp-nouveau #buddypress .item-list.rg-member-list.grid.bp-list.wbtm-member-directory-type-2>li .member-button-wrap.footer-button-wrap{padding:15px 0 0!important;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative;opacity:1;visibility:visible;width:auto;top:0;right:0;margin:0;background:0 0;border-top:0;border-radius:0;box-shadow:none;text-align:center;border-top:1px solid var(--reign-site-border-color)}.bp-nouveau #buddypress .item-list.rg-member-list.grid.bp-list.wbtm-member-directory-type-2>li .item .primary-action,.bp-nouveau #buddypress .item-list.rg-member-list.grid.bp-list.wbtm-member-directory-type-2>li .member-button-wrap.footer-button-wrap{width:auto;margin:0 5px;padding:0}.bp-nouveau #buddypress .item-list.rg-member-list.grid.bp-list.wbtm-member-directory-type-2>li .item .primary-action,.bp-nouveau #buddypress .item-list.rg-member-list.grid.bp-list.wbtm-member-directory-type-2>li .member-button-wrap.footer-button-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.bp-nouveau #buddypress .item-list.rg-member-list.grid.bp-list.wbtm-member-directory-type-2 .item .primary-action .generic-button a,.bp-nouveau #buddypress .item-list.rg-member-list.grid.bp-list.wbtm-member-directory-type-2 .item .primary-action .generic-button button,.bp-nouveau #buddypress .item-list.rg-member-list.grid.bp-list.wbtm-member-directory-type-2 .member-button-wrap.footer-button-wrap .generic-button a,.bp-nouveau #buddypress .item-list.rg-member-list.grid.bp-list.wbtm-member-directory-type-2 .member-button-wrap.footer-button-wrap .generic-button button{display:inline-block;width:100%;max-width:170px;margin-bottom:15px;border-radius:var(--reign-global-button-radius)}.bp-nouveau #buddypress .item-list.rg-member-list.grid.bp-list.rg-nouveau-friends-request-list.wbtm-member-directory-type-2 .action>button,.bp-nouveau #buddypress .item-list.rg-member-list.grid.bp-list.rg-nouveau-friends-request-list.wbtm-member-directory-type-2 .action>div a,.bp-nouveau #buddypress .item-list.rg-member-list.grid.bp-list.rg-nouveau-friends-request-list.wbtm-member-directory-type-2 .action>li a,.bp-nouveau #buddypress .item-list.rg-member-list.grid.bp-list.rg-nouveau-friends-request-list.wbtm-member-directory-type-2 .action>li button{min-width:150px}.bp-nouveau #buddypress .item-list.rg-member-list.grid.bp-list.wbtm-member-directory-type-2.four .action>div a,.bp-nouveau #buddypress .item-list.rg-member-list.grid.bp-list.wbtm-member-directory-type-2.four .action>li a,.bp-nouveau #buddypress .item-list.rg-member-list.grid.bp-list.wbtm-member-directory-type-2.four .action>li button{min-width:136px}.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-2>li .list-wrap,.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-3>li .list-wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:0;display:block}.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-2>li .item-avatar img.avatar,.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-3>li .item-avatar img.avatar{width:100%;min-width:80px;max-width:80px;height:80px;border:6px solid rgba(255,255,255,.3);object-fit:cover}.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-2>li .item .list-title,.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-3>li .item .list-title{text-align:center;margin:10px 0 0}.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-2>li .item .last-activity,.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-3>li .item .last-activity{text-align:center}.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-2 .wbtm-mem-cover-img,.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-3 .wbtm-mem-cover-img{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;position:relative;overflow:hidden;padding-top:50%;border-radius:var(--reign-global-border-radius) var(--reign-global-border-radius) 0 0}.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-2 .wbtm-mem-cover-img img,.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-3 .wbtm-mem-cover-img img{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;z-index:0;min-height:100%;width:auto;min-width:100%;object-fit:cover}.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-2 .item-avatar,.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-3 .item-avatar{margin:-40px auto 0}.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-2 .item-avatar img,.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-3 .item-avatar img{max-width:70px}.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-2 .item-avatar a,.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-3 .item-avatar a{display:inline-block}.bp-nouveau .wbtm-member-directory-meta{margin:15px 0 0;padding-bottom:15px}.bp-nouveau .wbtm-member-directory-meta .rtm-tooltip{width:36px;height:36px;display:inline-block;border-radius:var(--reign-global-border-radius);line-height:33px;cursor:pointer;margin:4px}.bp-nouveau .wbtm-member-directory-meta i.fa,.bp-nouveau .wbtm-member-directory-meta i.fab,.bp-nouveau .wbtm-member-directory-meta i.far{font-size:18px;color:var(--reign-color-white);vertical-align:middle}.bp-nouveau .wbtm-member-directory-meta .rtm-tooltip .rtm-tooltiptext{width:120px;padding:10px;line-height:1.5;bottom:120%;margin-left:-60px;-webkit-transition:all .1s ease-in-out;transition:all .1s ease-in-out}.bp-nouveau .wbtm-member-directory-meta .rtm-tooltip:hover .rtm-tooltiptext{bottom:150%}.bp-nouveau #buddypress .grid.bp-list.item-list.rg-member-list.wbtm-member-directory-type-3 .action-wrap{margin-left:auto;margin-right:10px;top:-8px;max-width:30px}.bp-nouveau #buddypress .grid.bp-list.item-list.rg-member-list.wbtm-member-directory-type-3 .action-wrap>i{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding:5px 0;min-width:30px}.bp-nouveau #buddypress .grid.bp-list.item-list.rg-member-list.wbtm-member-directory-type-3 .wbtm-member-directory-meta{border-bottom:0}.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-4>li .list-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;padding:0;border-radius:.833333333rem!important;overflow:hidden}.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-4>li .list-wrap:hover .img-card img{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-4>li .list-wrap:hover .item-wrapper{-webkit-transform:translateY(-49px);-ms-transform:translateY(-49px);transform:translateY(-49px)}.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-4 .reign-status{right:10px;top:10px;z-index:1}.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-4 .item .list-title{font-size:20px;display:block}.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-4 .item-avatar{max-width:100%;margin:0}.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-4 .item-avatar .img-dynamic{position:relative;display:block;width:100%;margin:0}.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-4 .item-avatar .img-dynamic.aspect-ratio:before{display:block;content:"";width:100%;padding-top:100%}.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-4 .item-avatar .img-dynamic.aspect-ratio .img-card{position:absolute;top:0;left:0;right:0;bottom:0;outline:0;z-index:2;overflow:hidden;border-top-left-radius:.833333333rem;border-top-right-radius:.833333333rem}.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-4 .item-avatar .img-dynamic.aspect-ratio .img-card>img{position:absolute;top:0;left:0;-webkit-transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;object-fit:cover;-o-object-fit:cover}.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-4 .item-avatar .aspect-ratio .img-card>img{max-width:none;width:100%;height:100%;border-radius:0}.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-4 .action-wrap .fa,.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-4 .action-wrap .far,.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-4 .wbtm-member-directory-meta{display:none}.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-4 .item-wrapper{position:relative;z-index:2;padding:1.5rem 1.5rem;-ms-flex-negative:0;flex-shrink:0;-webkit-transition:-webkit-transform .25s cubic-bezier(.55, .055, .675, .19);transition:transform .25s cubic-bezier(.55, .055, .675, .19)}.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-4 li .action,.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-4 li .member-button-wrap{position:absolute;background:0 0;top:-webkit-calc(100% - 10px);top:calc(100% - 10px);bottom:auto;left:0;right:0;margin-top:0;opacity:0;text-align:center;-webkit-transition:opacity .2s cubic-bezier(.55, .055, .675, .19),background .25s ease-out,color .25s ease-out;transition:opacity .2s cubic-bezier(.55, .055, .675, .19),background .25s ease-out,color .25s ease-out}.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-4 li .list-wrap:hover .action,.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-4 li .list-wrap:hover .member-button-wrap{opacity:1;-webkit-transition:opacity .25s cubic-bezier(.55, .055, .675, .19) .15s,background .25s ease-out,color .25s ease-out;transition:opacity .25s cubic-bezier(.55, .055, .675, .19) .15s,background .25s ease-out,color .25s ease-out}.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-4 li .action .generic-button,.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-4 li .member-button-wrap .generic-button,.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-4 li .primary-action .generic-button{margin:5px 5px 0 0;width:auto!important}.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-4 li .action .generic-button a,.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-4 li .action .generic-button button,.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-4 li .member-button-wrap .generic-button a,.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-4 li .member-button-wrap .generic-button button,.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-4 li .primary-action .generic-button a,.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-4 li .primary-action .generic-button button{position:relative;font-size:0}.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-4 li .action .generic-button a span,.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-4 li .action .generic-button button span,.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-4 li .member-button-wrap .generic-button a span,.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-4 li .member-button-wrap .generic-button button span,.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-4 li .primary-action .generic-button a span,.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-4 li .primary-action .generic-button button span{position:absolute;top:-50%;left:-50%;right:auto;text-align:center;font-size:9px;width:100%;min-width:85px;margin:auto;display:inline-block;background:#333;padding:5px;border-radius:var(--reign-global-border-radius);opacity:0;visibility:hidden;-webkit-transition:all .3s ease-out;transition:all .3s ease-out;z-index:2}.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-4 li .action .generic-button a:hover span,.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-4 li .action .generic-button button:hover span,.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-4 li .member-button-wrap .generic-button a:hover span,.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-4 li .member-button-wrap .generic-button button:hover span,.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-4 li .primary-action .generic-button a:hover span,.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-4 li .primary-action .generic-button button:hover span{top:-100%;opacity:1;visibility:visible}.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-4 li .action .generic-button a:before,.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-4 li .action .generic-button button:before,.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-4 li .member-button-wrap .generic-button a:before,.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-4 li .member-button-wrap .generic-button button:before,.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-4 li .primary-action .generic-button a:before,.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-4 li .primary-action .generic-button button:before{content:"\f013";font-family:"Font Awesome 6 Pro",reign-icons;font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-4 li .action .generic-button a.accept:before,.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-4 li .action .generic-button a.friendship-button:before,.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-4 li .action .generic-button button.accept:before,.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-4 li .action .generic-button button.friendship-button:before,.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-4 li .member-button-wrap .generic-button a.accept:before,.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-4 li .member-button-wrap .generic-button a.friendship-button:before,.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-4 li .member-button-wrap .generic-button button.accept:before,.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-4 li .member-button-wrap .generic-button button.friendship-button:before,.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-4 li .primary-action .generic-button a.accept:before,.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-4 li .primary-action .generic-button a.friendship-button:before,.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-4 li .primary-action .generic-button button.accept:before,.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-4 li .primary-action .generic-button button.friendship-button:before{content:"\f234"}.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-4 li .action .generic-button a.friendship-button.pending_friend:before,.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-4 li .action .generic-button a.friendship-button.remove:before,.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-4 li .action .generic-button a.friendship-button.requested:before,.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-4 li .action .generic-button a.reject:before,.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-4 li .action .generic-button button.friendship-button.pending_friend:before,.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-4 li .action .generic-button button.friendship-button.remove:before,.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-4 li .action .generic-button button.friendship-button.requested:before,.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-4 li .action .generic-button button.reject:before,.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-4 li .member-button-wrap .generic-button a.friendship-button.pending_friend:before,.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-4 li .member-button-wrap .generic-button a.friendship-button.remove:before,.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-4 li .member-button-wrap .generic-button a.friendship-button.requested:before,.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-4 li .member-button-wrap .generic-button a.reject:before,.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-4 li .member-button-wrap .generic-button button.friendship-button.pending_friend:before,.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-4 li .member-button-wrap .generic-button button.friendship-button.remove:before,.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-4 li .member-button-wrap .generic-button button.friendship-button.requested:before,.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-4 li .member-button-wrap .generic-button button.reject:before,.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-4 li .primary-action .generic-button a.friendship-button.pending_friend:before,.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-4 li .primary-action .generic-button a.friendship-button.remove:before,.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-4 li .primary-action .generic-button a.friendship-button.requested:before,.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-4 li .primary-action .generic-button a.reject:before,.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-4 li .primary-action .generic-button button.friendship-button.pending_friend:before,.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-4 li .primary-action .generic-button button.friendship-button.remove:before,.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-4 li .primary-action .generic-button button.friendship-button.requested:before,.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-4 li .primary-action .generic-button button.reject:before{content:"\f235"}.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-4 li .action .generic-button a.follow:before,.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-4 li .action .generic-button button.follow:before,.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-4 li .member-button-wrap .generic-button a.follow:before,.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-4 li .member-button-wrap .generic-button button.follow:before,.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-4 li .primary-action .generic-button a.follow:before,.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-4 li .primary-action .generic-button button.follow:before{content:"\f004"}.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-4 li .action .generic-button a.unfollow:before,.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-4 li .action .generic-button button.unfollow:before,.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-4 li .member-button-wrap .generic-button a.unfollow:before,.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-4 li .member-button-wrap .generic-button button.unfollow:before,.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-4 li .primary-action .generic-button a.unfollow:before,.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-4 li .primary-action .generic-button button.unfollow:before{content:"\f004"}.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-4 li .action .generic-button a.bmpro-flag-member-btn:before,.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-4 li .action .generic-button button.bmpro-flag-member-btn:before,.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-4 li .member-button-wrap .generic-button a.bmpro-flag-member-btn:before,.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-4 li .member-button-wrap .generic-button button.bmpro-flag-member-btn:before,.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-4 li .primary-action .generic-button a.bmpro-flag-member-btn:before,.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-4 li .primary-action .generic-button button.bmpro-flag-member-btn:before{content:"\f024"}.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-4 li .action .generic-button a.bmpro-unflag-member-btn:before,.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-4 li .action .generic-button button.bmpro-unflag-member-btn:before,.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-4 li .member-button-wrap .generic-button a.bmpro-unflag-member-btn:before,.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-4 li .member-button-wrap .generic-button button.bmpro-unflag-member-btn:before,.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-4 li .primary-action .generic-button a.bmpro-unflag-member-btn:before,.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-4 li .primary-action .generic-button button.bmpro-unflag-member-btn:before{content:"\f024"}.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-4 li .action .generic-button a.wbtm-send-message:before,.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-4 li .action .generic-button button.wbtm-send-message:before,.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-4 li .member-button-wrap .generic-button a.wbtm-send-message:before,.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-4 li .member-button-wrap .generic-button button.wbtm-send-message:before,.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-4 li .primary-action .generic-button a.wbtm-send-message:before,.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-4 li .primary-action .generic-button button.wbtm-send-message:before{content:"\f0e0"}.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-4 li .action .generic-button.following a:before,.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-4 li .member-button-wrap .generic-button.following a:before,.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-4 li .primary-action .generic-button.following a:before{content:"\f004"}.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-4 li .action .generic-button.following a.unfollow:before,.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-4 li .member-button-wrap .generic-button.following a.unfollow:before,.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-4 li .primary-action .generic-button.following a.unfollow:before{content:"\f004"}.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-4 li .action .generic-button#user_switching_switch_to a:before,.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-4 li .member-button-wrap .generic-button#user_switching_switch_to a:before,.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-4 li .primary-action .generic-button#user_switching_switch_to a:before{content:"\f021"}.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-4 li .action .generic-button#send-private-message a:before,.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-4 li .member-button-wrap .generic-button#send-private-message a:before,.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-4 li .primary-action .generic-button#send-private-message a:before{content:"\f0e0"}.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-4 li .action .generic-button.view-as a:before,.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-4 li .member-button-wrap .generic-button.view-as a:before,.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-4 li .primary-action .generic-button.view-as a:before{content:"\f06e"}.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-4 #user_switching_switch_to{display:none}.bp-nouveau #buddypress div.bp-pagination .bp-pagination-links a,.bp-nouveau #buddypress div.bp-pagination .bp-pagination-links span{background:var(--reign-site-sections-bg-color);width:32px;display:inline-block;line-height:32px;text-align:center;height:32px;margin:auto 3px;padding:0;border-radius:100%}.bp-nouveau #buddypress div.bp-pagination .bp-pagination-links a:hover,.bp-nouveau #buddypress div.bp-pagination .bp-pagination-links span:hover{box-shadow:0 1.5px 15px 0 rgba(0,0,0,.17)}.bp-nouveau #buddypress div.bp-pagination .bp-pagination-links span{box-shadow:0 1.5px 15px 0 rgba(0,0,0,.17)}.bp-nouveau #buddypress div.bp-pagination .bp-pagination-links span.dots{box-shadow:none}.bp-nouveau #buddypress div.bp-pagination .bp-pagination-links span.dots:hover{box-shadow:0 1.5px 15px 0 rgba(0,0,0,.17)}.logged-out.bp-nouveau #buddypress .grid.bp-list.rg-member-list.wbtm-member-directory-type-4>li .list-wrap:hover .item-wrapper{-webkit-transform:none;-ms-transform:none;transform:none}@media (max-width:480px){.bp-nouveau .grid>li{padding-bottom:20px;margin:0}.bp-nouveau .grid.three>li,.bp-nouveau .grid.two>li{width:100%}}@media (min-width:768px) and (max-width:991px){body.groups.bp-nouveau aside#left,body.members.bp-nouveau aside#left{-webkit-box-flex:100%;-ms-flex:100%;flex:100%;max-width:100%}}.bp-list li .action .generic-button{font-size:inherit}#groups-carousel-list,#groups-carousel-list-widget{margin:0;list-style:none}#groups-carousel-list .bp-group-inner-wrap,#groups-carousel-list-widget .bp-group-inner-wrap{margin:0 10px;border:1px solid var(--reign-site-border-color);border-radius:var(--reign-global-border-radius)}#groups-carousel-list .wbtm-group-cover-img,#groups-carousel-list-widget .wbtm-group-cover-img{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;position:relative;overflow:hidden;padding-top:50%;border-radius:var(--reign-global-border-radius) var(--reign-global-border-radius) 0 0}#groups-carousel-list .wbtm-group-cover-img img,#groups-carousel-list-widget .wbtm-group-cover-img img{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;z-index:0;min-height:100%;width:auto;min-width:100%;max-width:150px;max-height:150px;object-fit:cover}#groups-carousel-list .item-avatar-group,#groups-carousel-list-widget .item-avatar-group{margin-top:-42px;display:block;position:relative;z-index:2}#groups-carousel-list img.avatar,#groups-carousel-list-widget img.avatar{width:100%;min-width:80px;max-width:80px;height:80px;margin:auto;border:6px solid rgba(255,255,255,.3);object-fit:cover}#groups-carousel-list .group-content-wrap,#groups-carousel-list-widget .group-content-wrap{padding:15px;text-align:center}#groups-carousel-list .wbtm-bp-grp-type-hidden,#groups-carousel-list .wbtm-bp-grp-type-private,#groups-carousel-list .wbtm-bp-grp-type-public,#groups-carousel-list-widget .wbtm-bp-grp-type-hidden,#groups-carousel-list-widget .wbtm-bp-grp-type-private,#groups-carousel-list-widget .wbtm-bp-grp-type-public{display:block!important}#groups-carousel-list .wbtm-bp-grp-type-hidden .fa,#groups-carousel-list .wbtm-bp-grp-type-hidden .far,#groups-carousel-list .wbtm-bp-grp-type-private .fa,#groups-carousel-list .wbtm-bp-grp-type-private .far,#groups-carousel-list .wbtm-bp-grp-type-public .fa,#groups-carousel-list .wbtm-bp-grp-type-public .far,#groups-carousel-list-widget .wbtm-bp-grp-type-hidden .fa,#groups-carousel-list-widget .wbtm-bp-grp-type-hidden .far,#groups-carousel-list-widget .wbtm-bp-grp-type-private .fa,#groups-carousel-list-widget .wbtm-bp-grp-type-private .far,#groups-carousel-list-widget .wbtm-bp-grp-type-public .fa,#groups-carousel-list-widget .wbtm-bp-grp-type-public .far{font-size:14px}#members-carousel-list,#members-carousel-list-widget{margin:0;list-style:none}#members-carousel-list .rg-member,#members-carousel-list-widget .rg-member{margin:0 10px;border:1px solid var(--reign-site-border-color);border-radius:var(--reign-global-border-radius)}#members-carousel-list .wbtm-mem-cover-img,#members-carousel-list-widget .wbtm-mem-cover-img{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;position:relative;overflow:hidden;padding-top:50%;border-radius:var(--reign-global-border-radius) var(--reign-global-border-radius) 0 0}#members-carousel-list .wbtm-mem-cover-img img,#members-carousel-list-widget .wbtm-mem-cover-img img{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;z-index:0;min-height:100%;width:auto;min-width:100%;max-width:150px;max-height:150px;object-fit:cover}#members-carousel-list .item-avatar,#members-carousel-list-widget .item-avatar{margin-top:-42px;margin-bottom:15px;display:block;position:relative;z-index:2}#members-carousel-list .item-avatar img.avatar,#members-carousel-list-widget .item-avatar img.avatar{width:100%;min-width:80px;max-width:80px;height:80px;margin:auto;border:6px solid rgba(255,255,255,.3);object-fit:cover}#members-carousel-list .item-avatar a,#members-carousel-list-widget .item-avatar a{display:block;min-width:80px;max-width:80px;height:80px;position:relative;margin:auto;object-fit:cover}#members-carousel-list .item-avatar a .reign-status,#members-carousel-list-widget .item-avatar a .reign-status{right:0!important}#members-carousel-list .rg-member-decription,#members-carousel-list-widget .rg-member-decription{padding:15px;padding-top:0;text-align:center}#groups-carousel-list .slick-next,#groups-carousel-list .slick-prev,#groups-carousel-list-widget .slick-next,#groups-carousel-list-widget .slick-prev,#members-carousel-list .slick-next,#members-carousel-list .slick-prev,#members-carousel-list-widget .slick-next,#members-carousel-list-widget .slick-prev{background-color:#fff;border:0;border-radius:50%;box-shadow:0 0 5px rgba(0,0,0,.2);color:#1a1a1a;font-size:0;width:40px;height:40px;line-height:40px;outline:0;padding:0;position:absolute;text-align:center;top:50%;-webkit-transition:color .5s ease-in-out,opacity .5s ease-in-out;transition:color .5s ease-in-out,opacity .5s ease-in-out;z-index:1}#groups-carousel-list .slick-next.slick-disabled,#groups-carousel-list .slick-prev.slick-disabled,#groups-carousel-list-widget .slick-next.slick-disabled,#groups-carousel-list-widget .slick-prev.slick-disabled,#members-carousel-list .slick-next.slick-disabled,#members-carousel-list .slick-prev.slick-disabled,#members-carousel-list-widget .slick-next.slick-disabled,#members-carousel-list-widget .slick-prev.slick-disabled{opacity:.3}#groups-carousel-list .slick-next:before,#groups-carousel-list .slick-prev:before,#groups-carousel-list-widget .slick-next:before,#groups-carousel-list-widget .slick-prev:before,#members-carousel-list .slick-next:before,#members-carousel-list .slick-prev:before,#members-carousel-list-widget .slick-next:before,#members-carousel-list-widget .slick-prev:before{font-size:21px;font-family:dashicons;content:"\f341";color:#1a1a1a;width:40px;height:40px;line-height:40px}#groups-carousel-list .slick-next:before,#groups-carousel-list-widget .slick-next:before,#members-carousel-list .slick-next:before,#members-carousel-list-widget .slick-next:before{content:"\f345"}#groups-carousel-list .slick-next,#groups-carousel-list-widget .slick-next,#members-carousel-list .slick-next,#members-carousel-list-widget .slick-next{right:0}#groups-carousel-list .slick-prev,#groups-carousel-list-widget .slick-prev,#members-carousel-list .slick-prev,#members-carousel-list-widget .slick-prev{left:0}#groups-carousel-list .slick-list,#groups-carousel-list-widget .slick-list,#members-carousel-list .slick-list,#members-carousel-list-widget .slick-list{border-radius:5px}#groups-carousel-list,#groups-carousel-list-widget,#members-carousel-list,#members-carousel-list-widget{opacity:0;visibility:hidden;-webkit-transition:opacity 1s ease;transition:opacity 1s ease}#groups-carousel-list-widget.slick-initialized,#groups-carousel-list.slick-initialized,#members-carousel-list-widget.slick-initialized,#members-carousel-list.slick-initialized{visibility:visible;opacity:1}.bp-nouveau.round-avatars #groups-carousel-list img.avatar,.bp-nouveau.round-avatars #groups-carousel-list-widget img.avatar,.bp-nouveau.round-avatars #members-carousel-list img.avatar,.bp-nouveau.round-avatars #members-carousel-list-widget img.avatar{border-radius:50%}.bp-nouveau.round-avatars #groups-carousel-list .item-avatar a .reign-status,.bp-nouveau.round-avatars #groups-carousel-list-widget .item-avatar a .reign-status,.bp-nouveau.round-avatars #members-carousel-list .item-avatar a .reign-status,.bp-nouveau.round-avatars #members-carousel-list-widget .item-avatar a .reign-status{right:10px!important;top:5px}.youzify-sidebar #groups-carousel-list,.youzify-sidebar #groups-carousel-list-widget,.youzify-sidebar #members-carousel-list,.youzify-sidebar #members-carousel-list-widget,aside #groups-carousel-list,aside #groups-carousel-list-widget,aside #members-carousel-list,aside #members-carousel-list-widget{padding:0}.youzify-sidebar #groups-carousel-list .bp-group-inner-wrap,.youzify-sidebar #groups-carousel-list .rg-member,.youzify-sidebar #groups-carousel-list-widget .bp-group-inner-wrap,.youzify-sidebar #groups-carousel-list-widget .rg-member,.youzify-sidebar #members-carousel-list .bp-group-inner-wrap,.youzify-sidebar #members-carousel-list .rg-member,.youzify-sidebar #members-carousel-list-widget .bp-group-inner-wrap,.youzify-sidebar #members-carousel-list-widget .rg-member,aside #groups-carousel-list .bp-group-inner-wrap,aside #groups-carousel-list .rg-member,aside #groups-carousel-list-widget .bp-group-inner-wrap,aside #groups-carousel-list-widget .rg-member,aside #members-carousel-list .bp-group-inner-wrap,aside #members-carousel-list .rg-member,aside #members-carousel-list-widget .bp-group-inner-wrap,aside #members-carousel-list-widget .rg-member{margin:0 1px}.youzify-sidebar #groups-carousel-list .bp-group-inner-wrap h3.item-title,.youzify-sidebar #groups-carousel-list .rg-member h3.item-title,.youzify-sidebar #groups-carousel-list-widget .bp-group-inner-wrap h3.item-title,.youzify-sidebar #groups-carousel-list-widget .rg-member h3.item-title,.youzify-sidebar #members-carousel-list .bp-group-inner-wrap h3.item-title,.youzify-sidebar #members-carousel-list .rg-member h3.item-title,.youzify-sidebar #members-carousel-list-widget .bp-group-inner-wrap h3.item-title,.youzify-sidebar #members-carousel-list-widget .rg-member h3.item-title,aside #groups-carousel-list .bp-group-inner-wrap h3.item-title,aside #groups-carousel-list .rg-member h3.item-title,aside #groups-carousel-list-widget .bp-group-inner-wrap h3.item-title,aside #groups-carousel-list-widget .rg-member h3.item-title,aside #members-carousel-list .bp-group-inner-wrap h3.item-title,aside #members-carousel-list .rg-member h3.item-title,aside #members-carousel-list-widget .bp-group-inner-wrap h3.item-title,aside #members-carousel-list-widget .rg-member h3.item-title{font-size:24px;line-height:normal;margin:0 0 15px}.youzify-sidebar #groups-carousel-list .slick-next,.youzify-sidebar #groups-carousel-list .slick-prev,.youzify-sidebar #groups-carousel-list-widget .slick-next,.youzify-sidebar #groups-carousel-list-widget .slick-prev,.youzify-sidebar #members-carousel-list .slick-next,.youzify-sidebar #members-carousel-list .slick-prev,.youzify-sidebar #members-carousel-list-widget .slick-next,.youzify-sidebar #members-carousel-list-widget .slick-prev,aside #groups-carousel-list .slick-next,aside #groups-carousel-list .slick-prev,aside #groups-carousel-list-widget .slick-next,aside #groups-carousel-list-widget .slick-prev,aside #members-carousel-list .slick-next,aside #members-carousel-list .slick-prev,aside #members-carousel-list-widget .slick-next,aside #members-carousel-list-widget .slick-prev{background:var(--reign-site-sections-bg-color);padding:5px 2px;width:24px;height:48px;opacity:0;visibility:hidden;-webkit-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s;border-radius:5px;box-shadow:0 0 4px rgba(0,0,0,.2)}.youzify-sidebar #groups-carousel-list .slick-next::before,.youzify-sidebar #groups-carousel-list .slick-prev::before,.youzify-sidebar #groups-carousel-list-widget .slick-next::before,.youzify-sidebar #groups-carousel-list-widget .slick-prev::before,.youzify-sidebar #members-carousel-list .slick-next::before,.youzify-sidebar #members-carousel-list .slick-prev::before,.youzify-sidebar #members-carousel-list-widget .slick-next::before,.youzify-sidebar #members-carousel-list-widget .slick-prev::before,aside #groups-carousel-list .slick-next::before,aside #groups-carousel-list .slick-prev::before,aside #groups-carousel-list-widget .slick-next::before,aside #groups-carousel-list-widget .slick-prev::before,aside #members-carousel-list .slick-next::before,aside #members-carousel-list .slick-prev::before,aside #members-carousel-list-widget .slick-next::before,aside #members-carousel-list-widget .slick-prev::before{color:var(--reign-site-body-text-color)}.youzify-sidebar #groups-carousel-list .slick-next,.youzify-sidebar #groups-carousel-list-widget .slick-next,.youzify-sidebar #members-carousel-list .slick-next,.youzify-sidebar #members-carousel-list-widget .slick-next,aside #groups-carousel-list .slick-next,aside #groups-carousel-list-widget .slick-next,aside #members-carousel-list .slick-next,aside #members-carousel-list-widget .slick-next{right:-20px}.youzify-sidebar #groups-carousel-list .slick-prev,.youzify-sidebar #groups-carousel-list-widget .slick-prev,.youzify-sidebar #members-carousel-list .slick-prev,.youzify-sidebar #members-carousel-list-widget .slick-prev,aside #groups-carousel-list .slick-prev,aside #groups-carousel-list-widget .slick-prev,aside #members-carousel-list .slick-prev,aside #members-carousel-list-widget .slick-prev{left:-20px}.youzify-sidebar #groups-carousel-list-widget:hover .slick-next,.youzify-sidebar #groups-carousel-list:hover .slick-next,.youzify-sidebar #members-carousel-list-widget:hover .slick-next,.youzify-sidebar #members-carousel-list:hover .slick-next,aside #groups-carousel-list-widget:hover .slick-next,aside #groups-carousel-list:hover .slick-next,aside #members-carousel-list-widget:hover .slick-next,aside #members-carousel-list:hover .slick-next{right:1px;opacity:1;visibility:visible}.youzify-sidebar #groups-carousel-list-widget:hover .slick-prev,.youzify-sidebar #groups-carousel-list:hover .slick-prev,.youzify-sidebar #members-carousel-list-widget:hover .slick-prev,.youzify-sidebar #members-carousel-list:hover .slick-prev,aside #groups-carousel-list-widget:hover .slick-prev,aside #groups-carousel-list:hover .slick-prev,aside #members-carousel-list-widget:hover .slick-prev,aside #members-carousel-list:hover .slick-prev{left:1px;opacity:1;visibility:visible}.wp-block-bp-login-form form#bp-login-widget-form{background:var(--reign-site-sections-bg-color);padding:15px;border-radius:var(--reign-global-border-radius);border:1px solid var(--reign-site-border-color)}.wp-block-bp-login-form form#bp-login-widget-form>p{margin:0;width:100%;display:block}.wp-block-bp-login-form form#bp-login-widget-form>p label{margin-top:0}.wp-block-bp-login-form form#bp-login-widget-form>p.login-submit{margin:10px 0}.wp-block-bp-login-form form#bp-login-widget-form>p .wp-block-button__link,.wp-block-bp-login-form form#bp-login-widget-form>p input#bp-login-widget-submit{width:100%}.wp-block-bp-login-form form#bp-login-widget-form>p.bp-login-widget-pwd-link{text-align:center}.wp-block-bp-login-form form#bp-login-widget-form>p.bp-login-widget-register-link .wp-block-button__link{background-color:var(--reign-site-button-bg-color);color:var(--reign-site-button-text-color);border-radius:var(--reign-global-button-radius);-webkit-filter:inherit;filter:inherit;margin:0 0 15px}.wp-block-bp-login-form form#bp-login-widget-form>p.bp-login-widget-register-link .wp-block-button__link:focus,.wp-block-bp-login-form form#bp-login-widget-form>p.bp-login-widget-register-link .wp-block-button__link:hover{background-color:var(--reign-site-button-bg-hover-color);color:var(--reign-site-button-text-hover-color)}@media (min-width:46.8em){.bp-nouveau.buddypress #buddypress .create-button a:focus,.bp-nouveau.buddypress #buddypress .create-button a:hover{text-decoration:none}}#groups-list li.hidden{display:block}.bp-nouveau .dir-list .bp-pagination-links.top{display:none}.bp-nouveau .groups-list.bp-list,.bp-nouveau .members-list.bp-list{border-top:0}.bp-nouveau .bp-list li .item .list-title{margin-bottom:10px}.bp-nouveau .buddypress-wrap .groups-list.grid li .group-content-wrap .last-activity{margin:0 0 10px}.bp-nouveau .buddypress-wrap .groups-list li .group-desc{font-size:14px;clear:both;margin-bottom:10px;padding:2px 10px;border-color:var(--reign-site-border-color)}.bp-nouveau .grid.groups-list .list-wrap{min-height:100%}.bp-nouveau .bgr-group-header-ratings{font-size:15px}.bp-nouveau .bp-list li .groups-meta.action{margin-top:15px}@media (min-width:46.8em){.bp-nouveau .bp-list li .groups-meta.action{margin-top:0}}.bp-nouveau .grid.groups-list .list-wrap .group-desc{margin:15px auto 15px}.bp-nouveau .grid.groups-list.bp-list>li .action .generic-button{margin:15px 0 0}.bp-nouveau .buddypress-wrap .grid.bp-list>li .item{width:100%}.bp-nouveau .buddypress-wrap .grid.bp-list>li .item .group-desc{display:none}.bp-nouveau .grid.bp-list li .item .list-title.groups-title{margin-bottom:10px}.bp-nouveau .grid.bp-list.wbtm-group-directory-type-1 li .item .list-title.groups-title{font-size:16px}.bp-nouveau .wbtm-bp-grp-type-hidden,.bp-nouveau .wbtm-bp-grp-type-private,.bp-nouveau .wbtm-bp-grp-type-public{font-size:12px;margin-bottom:10px;text-align:center;display:none}.bp-nouveau .wbtm-bp-grp-type-hidden .fa,.bp-nouveau .wbtm-bp-grp-type-hidden .far,.bp-nouveau .wbtm-bp-grp-type-private .fa,.bp-nouveau .wbtm-bp-grp-type-private .far,.bp-nouveau .wbtm-bp-grp-type-public .fa,.bp-nouveau .wbtm-bp-grp-type-public .far{font-size:14px}.bp-nouveau .buddypress-wrap .grid.bp-list .wbtm-bp-grp-type-hidden,.bp-nouveau .buddypress-wrap .grid.bp-list .wbtm-bp-grp-type-private,.bp-nouveau .buddypress-wrap .grid.bp-list .wbtm-bp-grp-type-public{display:block}.bp-nouveau .buddypress-wrap .grid.bp-list.wbtm-group-directory-type-1>li .list-wrap{padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;height:100%;overflow:hidden}.bp-nouveau .buddypress-wrap .grid.bp-list.wbtm-group-directory-type-1>li .item-avatar{-webkit-box-flex:0;-ms-flex:0 0 42%;flex:0 0 42%;max-width:42%;height:100%;border-radius:0}.bp-nouveau .buddypress-wrap .grid.bp-list.wbtm-group-directory-type-1>li .item-avatar a{padding-top:130%;display:block;position:relative;overflow:hidden;height:100%}.bp-nouveau .buddypress-wrap .grid.bp-list.wbtm-group-directory-type-1>li .item-avatar img{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;z-index:0;min-height:100%;width:auto;min-width:100%;object-fit:cover;border-radius:0}.bp-nouveau .buddypress-wrap .grid.bp-list.wbtm-group-directory-type-1 .group-content-wrap{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:10px 15px 10px 0}.bp-nouveau .buddypress-wrap .grid.bp-list.wbtm-group-directory-type-1 .item-meta,.bp-nouveau .buddypress-wrap .grid.bp-list.wbtm-group-directory-type-1 .list-title,.bp-nouveau .buddypress-wrap .grid.bp-list.wbtm-group-directory-type-1>li .item{text-align:left}.bp-nouveau .buddypress-wrap .grid.bp-list.wbtm-group-directory-type-1 .group-details{display:none}.bp-nouveau .buddypress-wrap .grid.bp-list.wbtm-group-directory-type-1 .wbtm-member-directory-meta{margin:0;padding:0}.bp-nouveau .buddypress-wrap .grid.bp-list.wbtm-group-directory-type-1 li.group-admin-item{margin:0;padding-bottom:0}.bp-nouveau .buddypress-wrap .grid.bp-list.wbtm-group-directory-type-1 .wbtm-bp-grp-type-hidden,.bp-nouveau .buddypress-wrap .grid.bp-list.wbtm-group-directory-type-1 .wbtm-bp-grp-type-private,.bp-nouveau .buddypress-wrap .grid.bp-list.wbtm-group-directory-type-1 .wbtm-bp-grp-type-public{text-align:left}.bp-nouveau .buddypress-wrap .grid.bp-list.wbtm-group-directory-type-1>li .action{text-align:left}.bp-nouveau .buddypress-wrap .grid.bp-list.wbtm-group-directory-type-1>li .action .generic-button{width:auto;margin:0 10px 10px 0}.bp-nouveau #buddypress.buddypress-wrap .grid.bp-list.wbtm-group-directory-type-2>li .list-wrap,.bp-nouveau #buddypress.buddypress-wrap .grid.bp-list.wbtm-group-directory-type-3>li .list-wrap{display:block;padding:0;overflow:hidden}.bp-nouveau #buddypress.buddypress-wrap .grid.bp-list.wbtm-group-directory-type-2 .list-title.groups-title,.bp-nouveau #buddypress.buddypress-wrap .grid.bp-list.wbtm-group-directory-type-2>li .item .last-activity,.bp-nouveau #buddypress.buddypress-wrap .grid.bp-list.wbtm-group-directory-type-3 .list-title.groups-title,.bp-nouveau #buddypress.buddypress-wrap .grid.bp-list.wbtm-group-directory-type-3>li .item .last-activity{text-align:center}.bp-nouveau #buddypress.buddypress-wrap .grid.bp-list.wbtm-group-directory-type-2 .wbtm-group-cover-img,.bp-nouveau #buddypress.buddypress-wrap .grid.bp-list.wbtm-group-directory-type-3 .wbtm-group-cover-img{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;position:relative;overflow:hidden;padding-top:50%;border-radius:var(--reign-global-border-radius) var(--reign-global-border-radius) 0 0}.bp-nouveau #buddypress.buddypress-wrap .grid.bp-list.wbtm-group-directory-type-2 .wbtm-group-cover-img img,.bp-nouveau #buddypress.buddypress-wrap .grid.bp-list.wbtm-group-directory-type-3 .wbtm-group-cover-img img{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;z-index:0;min-height:100%;width:auto;min-width:100%;object-fit:cover}.bp-nouveau #buddypress.buddypress-wrap .grid.bp-list.wbtm-group-directory-type-2>li .item-avatar,.bp-nouveau #buddypress.buddypress-wrap .grid.bp-list.wbtm-group-directory-type-3>li .item-avatar{margin-right:0;margin-top:-42px}.bp-nouveau #buddypress.buddypress-wrap .grid.bp-list.wbtm-group-directory-type-2>li .item-avatar img.avatar,.bp-nouveau #buddypress.buddypress-wrap .grid.bp-list.wbtm-group-directory-type-3>li .item-avatar img.avatar{width:100%;min-width:80px;max-width:80px;height:80px;border:6px solid rgba(255,255,255,.3);object-fit:cover}.bp-nouveau #buddypress.buddypress-wrap .grid.bp-list.wbtm-group-directory-type-2 .group-content-wrap,.bp-nouveau #buddypress.buddypress-wrap .grid.bp-list.wbtm-group-directory-type-3 .group-content-wrap{padding:15px;text-align:center}.bp-nouveau #buddypress.buddypress-wrap .grid.bp-list.wbtm-group-directory-type-2 .group-details,.bp-nouveau #buddypress.buddypress-wrap .grid.bp-list.wbtm-group-directory-type-3 .group-details{display:none}.bp-nouveau #buddypress.buddypress-wrap .grid.bp-list.wbtm-group-directory-type-2 li.group-admin-item,.bp-nouveau #buddypress.buddypress-wrap .grid.bp-list.wbtm-group-directory-type-3 li.group-admin-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0;padding-top:0}.bp-nouveau #buddypress.buddypress-wrap .grid.bp-list.wbtm-group-directory-type-2 .group-admin-meta,.bp-nouveau #buddypress.buddypress-wrap .grid.bp-list.wbtm-group-directory-type-3 .group-admin-meta{-webkit-box-flex:initial;-ms-flex:initial;flex:initial}.bp-nouveau #buddypress.buddypress-wrap .grid.bp-list.wbtm-group-directory-type-2 .wbtm-member-directory-meta,.bp-nouveau #buddypress.buddypress-wrap .grid.bp-list.wbtm-group-directory-type-3 .wbtm-member-directory-meta{margin:0}.bp-nouveau #buddypress.buddypress-wrap .grid.bp-list.wbtm-group-directory-type-2>li .action,.bp-nouveau #buddypress.buddypress-wrap .grid.bp-list.wbtm-group-directory-type-3>li .action{text-align:center}.bp-nouveau #buddypress.buddypress-wrap .grid.bp-list.wbtm-group-directory-type-2>li .action .generic-button,.bp-nouveau #buddypress.buddypress-wrap .grid.bp-list.wbtm-group-directory-type-3>li .action .generic-button{margin:5px}.bp-nouveau #buddypress.buddypress-wrap .grid.bp-list.wbtm-group-directory-type-2>li .action .generic-button a,.bp-nouveau #buddypress.buddypress-wrap .grid.bp-list.wbtm-group-directory-type-2>li .action .generic-button button,.bp-nouveau #buddypress.buddypress-wrap .grid.bp-list.wbtm-group-directory-type-3>li .action .generic-button a,.bp-nouveau #buddypress.buddypress-wrap .grid.bp-list.wbtm-group-directory-type-3>li .action .generic-button button{display:inline-block;width:100%;min-width:170px;border-radius:var(--reign-global-button-radius)}.bp-nouveau #buddypress.buddypress-wrap .grid.bp-list.wbtm-group-directory-type-2 li .joined,.bp-nouveau #buddypress.buddypress-wrap .grid.bp-list.wbtm-group-directory-type-3 li .joined{text-align:center}.bp-nouveau #buddypress.buddypress-wrap .grid.bp-list.wbtm-group-directory-type-2 .group-admins-wrap .activity,.bp-nouveau #buddypress.buddypress-wrap .grid.bp-list.wbtm-group-directory-type-3 .group-admins-wrap .activity{width:100%;text-align:center}.bp-nouveau .group-admins-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bp-nouveau .group-admins-wrap ul{margin:0;width:100%}.bp-nouveau .group-admins-wrap .avatar{max-width:36px;height:36px;object-fit:cover}.bp-nouveau .group-admins-wrap li:not(:first-child){display:none}.bp-nouveau li.group-admin-item{text-align:left}.bp-nouveau li.group-admin-item a img.avatar{float:left!important;margin-right:10px}.bp-nouveau .group-admin-meta{color:var(--reign-site-alternate-text-color);font-size:12px;text-align:left;float:left}.bp-nouveau .group-admin-meta span{display:block}.bp-nouveau .group-admin-meta .admin-name{font-size:13px;font-weight:600;line-height:1.4}.bp-nouveau .buddypress-wrap .grid.bp-list>li .action{position:static;padding:0;margin-top:15px;text-align:left}.bp-nouveau .buddypress-wrap .grid.bp-list>li .action .generic-button{margin:0;padding:0}.bp-nouveau #buddypress.buddypress-wrap .grid.bp-list.wbtm-group-directory-type-3>li .list-wrap{overflow:visible}.bp-nouveau #buddypress.buddypress-wrap .grid.bp-list.wbtm-group-directory-type-3 .group-content-wrap{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.bp-nouveau #buddypress.buddypress-wrap .grid.bp-list.wbtm-group-directory-type-3 .group-content-wrap .action-wrap .fa,.bp-nouveau #buddypress.buddypress-wrap .grid.bp-list.wbtm-group-directory-type-3 .group-content-wrap .action-wrap .far{display:block}.bp-nouveau #buddypress.buddypress-wrap .grid.bp-list.wbtm-group-directory-type-3 .hidden .action-wrap .fa,.bp-nouveau #buddypress.buddypress-wrap .grid.bp-list.wbtm-group-directory-type-3 .hidden .action-wrap .far{display:none}.bp-nouveau #buddypress.buddypress-wrap .grid.bp-list.wbtm-group-directory-type-3 .action-wrap{color:var(--reign-site-alternate-text-color);-webkit-box-flex:0;-ms-flex:0 0 20px;flex:0 0 20px;margin-left:auto;margin-top:auto;bottom:0;position:relative;font-size:20px;cursor:pointer}.bp-nouveau #buddypress.buddypress-wrap .grid.bp-list.wbtm-group-directory-type-3 .action-wrap:hover .action{opacity:1!important;visibility:visible!important}.bp-nouveau #buddypress.buddypress-wrap .grid.bp-list.wbtm-group-directory-type-3 .action-wrap:hover{color:var(--reign-color-black)}.bp-nouveau #buddypress.buddypress-wrap .grid.bp-list.wbtm-group-directory-type-3 .action-wrap .action{width:150px;position:absolute;background:var(--reign-site-sections-bg-color);top:28px;right:-11px;left:auto;bottom:auto;text-align:left;border-radius:var(--reign-global-border-radius);box-shadow:0 6px 10px 0 rgba(0,0,0,.1);z-index:2;margin:0;border:1px solid var(--reign-site-border-color);opacity:0;visibility:hidden;-webkit-transition:all .5s;transition:all .5s}.bp-nouveau #buddypress.buddypress-wrap .grid.bp-list.wbtm-group-directory-type-3>li .action .generic-button{margin:0;padding:5px;width:100%}.bp-nouveau #buddypress.buddypress-wrap .grid.bp-list.wbtm-group-directory-type-3>li .action .generic-button a,.bp-nouveau #buddypress.buddypress-wrap .grid.bp-list.wbtm-group-directory-type-3>li .action .generic-button button{display:block;font-size:12px;min-width:100%;width:100%;padding:6px 8px;text-align:left;border:none}.bp-nouveau #buddypress.buddypress-wrap .grid.bp-list.wbtm-group-directory-type-3>li .action:after{content:" ";width:9px;height:9px;background:var(--reign-site-sections-bg-color);position:absolute;top:-5px;right:14px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);z-index:-1;border-top:1px solid var(--reign-site-border-color);border-left:1px solid var(--reign-site-border-color)}.bp-nouveau #buddypress .item-list.grid.rg-group-list.wbtm-group-directory-type-4 .list-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;padding:0;border-radius:.833333333rem!important;overflow:hidden}.bp-nouveau #buddypress .item-list.grid.rg-group-list.wbtm-group-directory-type-4 .list-wrap:hover .img-card img{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}.bp-nouveau #buddypress .item-list.grid.rg-group-list.wbtm-group-directory-type-4 .list-wrap:hover .group-content-wrap{-webkit-transform:translateY(-49px);-ms-transform:translateY(-49px);transform:translateY(-49px)}.bp-nouveau #buddypress .item-list.grid.rg-group-list.wbtm-group-directory-type-4 .item-meta.group-details,.bp-nouveau #buddypress .item-list.grid.rg-group-list.wbtm-group-directory-type-4 .last-activity.item-meta,.bp-nouveau #buddypress .item-list.grid.rg-group-list.wbtm-group-directory-type-4 .wbtm-group-cover-img,.bp-nouveau #buddypress .item-list.grid.rg-group-list.wbtm-group-directory-type-4 .wbtm-member-directory-meta{display:none}.bp-nouveau #buddypress .item-list.grid.rg-group-list.wbtm-group-directory-type-4 .item{text-align:left}.bp-nouveau #buddypress .item-list.grid.rg-group-list.wbtm-group-directory-type-4 .groups-meta.action,.bp-nouveau #buddypress .item-list.grid.rg-group-list.wbtm-group-directory-type-4 li.group-admin-item{margin:0}.bp-nouveau #buddypress .item-list.grid.rg-group-list.wbtm-group-directory-type-4 .wbtm-bp-grp-type-hidden,.bp-nouveau #buddypress .item-list.grid.rg-group-list.wbtm-group-directory-type-4 .wbtm-bp-grp-type-private,.bp-nouveau #buddypress .item-list.grid.rg-group-list.wbtm-group-directory-type-4 .wbtm-bp-grp-type-public{display:inline-block;background:rgba(0,0,0,.1);margin-right:.5rem;margin-bottom:.5rem;vertical-align:middle;padding:.3125rem .5rem;font-size:11px;line-height:1.2;border-radius:1rem}.bp-nouveau #buddypress .item-list.grid.rg-group-list.wbtm-group-directory-type-4 .item .list-title{font-size:20px;display:block}.bp-nouveau #buddypress .item-list.grid.rg-group-list.wbtm-group-directory-type-4 a.item-avatar-group{position:relative;overflow:visible;padding-top:initial;max-width:100%}.bp-nouveau #buddypress .item-list.grid.rg-group-list.wbtm-group-directory-type-4 .item-avatar{margin:0}.bp-nouveau #buddypress .item-list.grid.rg-group-list.wbtm-group-directory-type-4 .img-dynamic{position:relative;display:block;width:100%;margin:0}.bp-nouveau #buddypress .item-list.grid.rg-group-list.wbtm-group-directory-type-4 .img-dynamic.aspect-ratio:before{display:block;content:"";width:100%;padding-top:100%}.bp-nouveau #buddypress .item-list.grid.rg-group-list.wbtm-group-directory-type-4 .img-dynamic.aspect-ratio .img-card{position:absolute;top:0;left:0;right:0;bottom:0;outline:0;z-index:2;overflow:hidden;border-top-left-radius:.833333333rem;border-top-right-radius:.833333333rem}.bp-nouveau #buddypress .item-list.grid.rg-group-list.wbtm-group-directory-type-4 .img-dynamic.aspect-ratio .img-card>img{position:absolute;top:0;left:0;float:none;margin:0;-webkit-transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;object-fit:cover;-o-object-fit:cover}.bp-nouveau #buddypress .item-list.grid.rg-group-list.wbtm-group-directory-type-4 .aspect-ratio .img-card>img{max-width:none;width:100%;height:100%;border-radius:0}.bp-nouveau #buddypress .item-list.grid.rg-group-list.wbtm-group-directory-type-4 .group-content-wrap{position:relative;z-index:2;padding:1.5rem 1.5rem;-ms-flex-negative:0;flex-shrink:0;-webkit-transition:-webkit-transform .25s cubic-bezier(.55, .055, .675, .19);transition:transform .25s cubic-bezier(.55, .055, .675, .19)}.bp-nouveau #buddypress .item-list.grid.rg-group-list.wbtm-group-directory-type-4 li .action .generic-button{margin:5px 5px 0 0;display:inline-block}.bp-nouveau #buddypress .item-list.grid.rg-group-list.wbtm-group-directory-type-4 li div.action{position:absolute;background:0 0;top:-webkit-calc(100% - 25px);top:calc(100% - 25px);left:0;right:0;opacity:0;text-align:center;-webkit-transition:opacity .2s cubic-bezier(.55, .055, .675, .19),background .25s ease-out,color .25s ease-out;transition:opacity .2s cubic-bezier(.55, .055, .675, .19),background .25s ease-out,color .25s ease-out}.bp-nouveau #buddypress .item-list.grid.rg-group-list.wbtm-group-directory-type-4 li .list-wrap:hover div.action{opacity:1;-webkit-transition:opacity .25s cubic-bezier(.55, .055, .675, .19) .15s,background .25s ease-out,color .25s ease-out;transition:opacity .25s cubic-bezier(.55, .055, .675, .19) .15s,background .25s ease-out,color .25s ease-out}.bp-nouveau #buddypress .item-list.grid.rg-group-list.wbtm-group-directory-type-4 li .action .generic-button{margin:5px 5px 0 0;display:inline-block}.bp-nouveau #buddypress .item-list.grid.rg-group-list.wbtm-group-directory-type-4 li .action .generic-button a,.bp-nouveau #buddypress .item-list.grid.rg-group-list.wbtm-group-directory-type-4 li .action .generic-button button{position:relative;font-size:0}.bp-nouveau #buddypress .item-list.grid.rg-group-list.wbtm-group-directory-type-4 li .action .generic-button a span,.bp-nouveau #buddypress .item-list.grid.rg-group-list.wbtm-group-directory-type-4 li .action .generic-button button span{position:absolute;top:-50%;left:-50%;right:auto;text-align:center;font-size:9px;width:100%;min-width:85px;margin:auto;display:inline-block;background:#333;padding:5px;border-radius:var(--reign-global-border-radius);opacity:0;visibility:hidden;-webkit-transition:all .3s ease-out;transition:all .3s ease-out;z-index:2}.bp-nouveau #buddypress .item-list.grid.rg-group-list.wbtm-group-directory-type-4 li .action .generic-button a:hover span,.bp-nouveau #buddypress .item-list.grid.rg-group-list.wbtm-group-directory-type-4 li .action .generic-button button:hover span{top:-100%;opacity:1;visibility:visible}.bp-nouveau #buddypress .item-list.grid.rg-group-list.wbtm-group-directory-type-4 li .action .generic-button a:before,.bp-nouveau #buddypress .item-list.grid.rg-group-list.wbtm-group-directory-type-4 li .action .generic-button button:before{content:"\f0c0";font-family:"Font Awesome 6 Pro",reign-icons;font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.bp-nouveau #buddypress .item-list.grid.rg-group-list.wbtm-group-directory-type-4 li .action .generic-button a.bmpro-flag-group-btn:before,.bp-nouveau #buddypress .item-list.grid.rg-group-list.wbtm-group-directory-type-4 li .action .generic-button button.bmpro-flag-group-btn:before{content:"\f024"}.bp-nouveau #buddypress .item-list.grid.rg-group-list.wbtm-group-directory-type-4 li .action .generic-button a.bmpro-unflag-group-btn:before,.bp-nouveau #buddypress .item-list.grid.rg-group-list.wbtm-group-directory-type-4 li .action .generic-button button.bmpro-unflag-group-btn:before{content:"\f024"}.logged-out.bp-nouveau #buddypress .item-list.rg-group-list.wbtm-group-directory-type-4 .list-wrap:hover .group-content-wrap{-webkit-transform:none;-ms-transform:none;transform:none}.buddypress:not(.logged-in) .grid.groups-list .list-wrap{min-height:100%}body.bp-nouveau.groups:not(.single-item) .group-subscription-div #js-dialogtooltip{width:100%;left:0;right:0;margin:auto;position:absolute;bottom:0;z-index:99}#groups-dir-list.wbtm-group-directory-type-2 .group-subscription-div,#groups-dir-list.wbtm-group-directory-type-3 .group-subscription-div,#groups-list.wbtm-group-directory-type-2 .group-subscription-div,#groups-list.wbtm-group-directory-type-3 .group-subscription-div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;position:relative}#groups-dir-list.wbtm-group-directory-type-2 .gemail_icon,#groups-dir-list.wbtm-group-directory-type-3 .gemail_icon,#groups-list.wbtm-group-directory-type-2 .gemail_icon,#groups-list.wbtm-group-directory-type-3 .gemail_icon{background:0 0!important;margin:0!important;padding:0!important}#groups-dir-list.wbtm-group-directory-type-2 .group-subscription-div .ges-change,#groups-list.wbtm-group-directory-type-2 .group-subscription-div .ges-change{display:block;font-size:13px;min-width:160px;padding:8px;border-radius:100px;border:0;margin:0 auto 10px}#groups-dir-list .group-subscription-div .group-email-tooltip #js-tooltip-content a,#groups-list .group-subscription-div .group-email-tooltip #js-tooltip-content a{display:inline-block;margin:0;margin-bottom:.4em;margin-right:.4em;width:auto;background:0 0;border:0;color:inherit;font-size:inherit;font-weight:700;padding:0;text-decoration:underline}#groups-dir-list .group-subscription-div .ges-ajax-processing,#groups-list .group-subscription-div .ges-ajax-processing{margin:0}#groups-dir-list.wbtm-group-directory-type-3 .group-subscription-div,#groups-list.wbtm-group-directory-type-3 .group-subscription-div{margin:0;padding:5px;width:100%}#groups-dir-list.wbtm-group-directory-type-3 .group-subscription-div .ges-change,#groups-list.wbtm-group-directory-type-3 .group-subscription-div .ges-change{display:block;font-size:12px;min-width:100%;width:100%;margin-bottom:8px;padding:6px 8px;text-align:left;border:none}#groups-dir-list.wbtm-group-directory-type-4 .group-subscription-div,#groups-list.wbtm-group-directory-type-4 .group-subscription-div{display:inline-block}#groups-dir-list.wbtm-group-directory-type-4 .group-subscription-div .ges-change,#groups-list.wbtm-group-directory-type-4 .group-subscription-div .ges-change{margin:auto}.wbtm-member-info-section .group-email-tooltip a{color:inherit!important;font-weight:700;text-decoration:underline!important}.single-item .wbtm-member-info-section .group-subscription-div{padding-top:0}.ass-email-type{margin:15px 0}.ass-email-type label input{margin-right:7px}.group-create.bp-nouveau.groups .buddypress-wrap #group-create-tabs{background:var(--reign-site-secondary-bg-color);border-top:1px solid var(--reign-site-border-color);border-bottom:1px solid var(--reign-site-border-color);margin:0 -100px 40px;padding:15px 30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:14px;border-radius:0}@media screen and (max-width:980px){.group-create.bp-nouveau.groups .buddypress-wrap #group-create-tabs{margin:0 -30px 40px}}@media screen and (max-width:359px){.group-create.bp-nouveau.groups .buddypress-wrap #group-create-tabs{margin:0 -15px 40px}}.group-create.bp-nouveau.groups .buddypress-wrap{background:var(--reign-site-sections-bg-color);border:1px solid var(--reign-site-border-color);border-radius:var(--reign-global-border-radius);max-width:960px;margin:50px auto;padding:50px 100px}@media screen and (max-width:980px){.group-create.bp-nouveau.groups .buddypress-wrap{margin:auto;padding:50px 30px}}@media screen and (max-width:359px){.group-create.bp-nouveau.groups .buddypress-wrap{padding:15px}}.group-create.bp-nouveau.groups .buddypress-wrap h2.bp-subhead{margin-top:0;text-align:center}.group-create.bp-nouveau.groups .buddypress-wrap fieldset{border:0;padding:0;margin:0 0 40px}.group-create.bp-nouveau.groups .buddypress-wrap fieldset input[type=checkbox],.group-create.bp-nouveau.groups .buddypress-wrap fieldset input[type=radio]{width:20px;height:20px;vertical-align:top}.group-create.bp-nouveau.groups .buddypress-wrap fieldset label{margin-bottom:10px}.group-create.bp-nouveau.groups .buddypress-wrap legend{color:var(--reign-site-headings-color);font-size:18px;font-weight:500;border-bottom:1px solid var(--reign-site-border-color);padding-bottom:15px;display:block;width:100%;line-height:1;margin-bottom:18px}.group-create.bp-nouveau.groups .buddypress-wrap .submit{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-flow:row wrap;flex-flow:row wrap}.group-create.bp-nouveau.groups .buddypress-wrap #group-creation-previous{margin-bottom:15px}.group-create.bp-nouveau.groups .buddypress-wrap #group-creation-next{margin-right:0;margin-bottom:15px}.group-create.bp-nouveau.groups .buddypress-wrap #drag-drop-area{background:var(--reign-site-secondary-bg-color);border:1px dashed var(--reign-site-border-color);border-radius:6px}.group-create.bp-nouveau.groups .buddypress-wrap .left-menu{float:none;max-width:160px;margin:0 auto 30px}.group-create.bp-nouveau.groups .buddypress-wrap #group-create-body{padding:0}.group-create.bp-nouveau.groups .buddypress-wrap #group-create-body .avatar{width:100%;border-radius:4px}.group-create.bp-nouveau.groups .buddypress-wrap #group-create-body .bp-cover-image-status p.warning{background-color:var(--reign-color-success);box-shadow:none;border-radius:6px}.group-create.bp-nouveau.groups .buddypress-wrap .group-create-buttons li{background:0 0;margin:0}.group-create.bp-nouveau.groups .buddypress-wrap .group-create-buttons li a,.group-create.bp-nouveau.groups .buddypress-wrap .group-create-buttons li span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0}.group-create.bp-nouveau.groups .buddypress-wrap .group-create-buttons li a{background:0 0}.group-create.bp-nouveau.groups .buddypress-wrap .group-create-buttons li a:focus,.group-create.bp-nouveau.groups .buddypress-wrap .group-create-buttons li a:hover{background:0 0!important}.group-create.bp-nouveau.groups .buddypress-wrap .group-create-buttons li:not(:last-child) a:after,.group-create.bp-nouveau.groups .buddypress-wrap .group-create-buttons li:not(:last-child) span:after{content:"";display:inline-block;width:24px;height:1px;background:var(--reign-site-alternate-text-color);margin:0 15px}.group-create.bp-nouveau.groups .buddypress-wrap .group-create-buttons li:not(:last-child) a:after{background:var(--reign-colors-theme)}.group-create.bp-nouveau header.entry-header.page-header{display:none}.group-create.bp-nouveau .buddypress-wrap .item-body .group-create-buttons{list-style:none;margin:0;border-bottom:0}.group-create.bp-nouveau .buddypress-wrap .item-body .group-create-buttons li.current{border:0;padding:0}.group-create.bp-nouveau .buddypress-wrap .item-body .group-create-buttons li.current a{color:var(--reign-colors-theme)}.group-create.bp-nouveau .buddypress-wrap.bp-dir-hori-nav .group-create-links li:after{content:none!important}.group-create.bp-nouveau .buddypress-wrap .left-menu{float:none;max-width:160px;margin:0 auto 30px}.group-create.bp-nouveau .buddypress-wrap .main-column{margin-left:0;font-size:14px;text-align:center;line-height:1.5}.group-create.bp-nouveau .buddypress-wrap .main-column p{margin:0 0 1em}.group-create.bp-nouveau button#group_invites_search_submit{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:inherit;border:0;border-radius:0}.group-create.bp-nouveau button#group_invites_search_submit:hover{color:inherit;border:0}.group-create.bp-nouveau #buddypress.buddypress-wrap .group-invites-column .bp-invites-content .item-avatar img.avatar{min-width:50px;max-width:50px}.group-create.bp-nouveau #buddypress.buddypress-wrap .bp-invites-content .item-list li .invite-button{background:0 0;color:inherit;padding:0;line-height:normal;border:0}.group-create.bp-nouveau #buddypress.buddypress-wrap .bp-invites-content .item-list li .invite-button:hover{color:inherit}.bp-nouveau.buddypress #buddypress.bp-dir-vert-nav .create-button a:hover{box-shadow:inset 0 0 10px #ccc}.bp-nouveau .single-headers .item-meta{color:var(--reign-site-alternate-text-color)}.bp-nouveau #item-header-cover-image{z-index:unset}.bp-nouveau #header-cover-image:after{content:"";display:block;background:rgba(0,0,0,.1);position:absolute;top:0;left:0;width:100%;height:100%;border-radius:var(--reign-global-border-radius)}.bp-nouveau .wbtm-cover-header-type-3 #header-cover-image:after,.bp-nouveau .wbtm-cover-header-type-4 #header-cover-image:after{border-radius:var(--reign-global-border-radius) var(--reign-global-border-radius) 0 0}.bp-nouveau .wbtm-cover-extra-info-section,.bp-nouveau .wbtm-member-info-section{z-index:2}.bp-nouveau #buddypress div#item-header .wbtm-social-media-links ul{list-style:none;margin:0;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bp-nouveau #buddypress div#item-header .wbtm-social-media-links ul li{float:none}.bp-nouveau #buddypress div#item-header .wbtm-social-media-links ul li a i.fab.fa-twitter,.bp-nouveau #buddypress div#item-header .wbtm-social-media-links ul li a i.fab.fa-x{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bp-nouveau #buddypress div#item-header .wbtm-social-media-links ul li a i.fab.fa-twitter::before,.bp-nouveau #buddypress div#item-header .wbtm-social-media-links ul li a i.fab.fa-x::before{content:"";background-image:url(./wp-content/themes/reign-theme/assets/css/../img/svg/twitter-x-line.svg);background-size:16px;background-repeat:no-repeat;background-position:center;width:16px;display:block;height:16px;-webkit-filter:invert(1);filter:invert(1)}.bp-nouveau .wbtm-cover-header-type-1 div#item-header-content .wbtm-social-media-links li a,.bp-nouveau .wbtm-cover-header-type-2 div#item-header-content .wbtm-social-media-links li a,.bp-nouveau .wbtm-cover-header-type-3 div#item-header-content .wbtm-social-media-links li a,.bp-nouveau .wbtm-cover-header-type-4 div#item-header-content .wbtm-social-media-links li a,.bp-nouveau.media #buddypress div#item-header div#item-header-content .wbtm-social-media-links li a{color:var(--reign-color-white);width:30px;height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:rgba(255,255,255,.2);text-align:center;line-height:30px;vertical-align:middle;font-size:15px;border-radius:100%;-webkit-transition:all .3s;transition:all .3s}.bp-nouveau .wbtm-cover-header-type-1 div#item-header-content .wbtm-social-media-links li a img,.bp-nouveau .wbtm-cover-header-type-2 div#item-header-content .wbtm-social-media-links li a img,.bp-nouveau .wbtm-cover-header-type-3 div#item-header-content .wbtm-social-media-links li a img,.bp-nouveau .wbtm-cover-header-type-4 div#item-header-content .wbtm-social-media-links li a img,.bp-nouveau.media #buddypress div#item-header div#item-header-content .wbtm-social-media-links li a img{margin-top:-3px;border-radius:100%}.bp-nouveau .wbtm-cover-header-type-1 div#item-header-content .wbtm-social-media-links li a:hover,.bp-nouveau .wbtm-cover-header-type-2 div#item-header-content .wbtm-social-media-links li a:hover,.bp-nouveau .wbtm-cover-header-type-3 div#item-header-content .wbtm-social-media-links li a:hover,.bp-nouveau .wbtm-cover-header-type-4 div#item-header-content .wbtm-social-media-links li a:hover,.bp-nouveau.media #buddypress div#item-header div#item-header-content .wbtm-social-media-links li a:hover{border:0;outline:0;-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.bp-nouveau .wbtm-cover-header-type-1 div#item-header-content .wbtm-social-media-links li a[title=Facebook],.bp-nouveau .wbtm-cover-header-type-2 div#item-header-content .wbtm-social-media-links li a[title=Facebook],.bp-nouveau .wbtm-cover-header-type-3 div#item-header-content .wbtm-social-media-links li a[title=Facebook],.bp-nouveau .wbtm-cover-header-type-4 div#item-header-content .wbtm-social-media-links li a[title=Facebook],.bp-nouveau.media #buddypress div#item-header div#item-header-content .wbtm-social-media-links li a[title=Facebook]{background:#1877f2}.bp-nouveau .wbtm-cover-header-type-1 div#item-header-content .wbtm-social-media-links li a[title=Twitter],.bp-nouveau .wbtm-cover-header-type-1 div#item-header-content .wbtm-social-media-links li a[title=X],.bp-nouveau .wbtm-cover-header-type-2 div#item-header-content .wbtm-social-media-links li a[title=Twitter],.bp-nouveau .wbtm-cover-header-type-2 div#item-header-content .wbtm-social-media-links li a[title=X],.bp-nouveau .wbtm-cover-header-type-3 div#item-header-content .wbtm-social-media-links li a[title=Twitter],.bp-nouveau .wbtm-cover-header-type-3 div#item-header-content .wbtm-social-media-links li a[title=X],.bp-nouveau .wbtm-cover-header-type-4 div#item-header-content .wbtm-social-media-links li a[title=Twitter],.bp-nouveau .wbtm-cover-header-type-4 div#item-header-content .wbtm-social-media-links li a[title=X],.bp-nouveau.media #buddypress div#item-header div#item-header-content .wbtm-social-media-links li a[title=Twitter],.bp-nouveau.media #buddypress div#item-header div#item-header-content .wbtm-social-media-links li a[title=X]{background:#1da1f2}.bp-nouveau .wbtm-cover-header-type-1 div#item-header-content .wbtm-social-media-links li a[title=Youtube],.bp-nouveau .wbtm-cover-header-type-2 div#item-header-content .wbtm-social-media-links li a[title=Youtube],.bp-nouveau .wbtm-cover-header-type-3 div#item-header-content .wbtm-social-media-links li a[title=Youtube],.bp-nouveau .wbtm-cover-header-type-4 div#item-header-content .wbtm-social-media-links li a[title=Youtube],.bp-nouveau.media #buddypress div#item-header div#item-header-content .wbtm-social-media-links li a[title=Youtube]{background:red}.bp-nouveau .wbtm-cover-header-type-1 div#item-header-content .wbtm-social-media-links li a[title=Linkedin],.bp-nouveau .wbtm-cover-header-type-2 div#item-header-content .wbtm-social-media-links li a[title=Linkedin],.bp-nouveau .wbtm-cover-header-type-3 div#item-header-content .wbtm-social-media-links li a[title=Linkedin],.bp-nouveau .wbtm-cover-header-type-4 div#item-header-content .wbtm-social-media-links li a[title=Linkedin],.bp-nouveau.media #buddypress div#item-header div#item-header-content .wbtm-social-media-links li a[title=Linkedin]{background:#0a66c2}.bp-nouveau .wbtm-cover-header-type-1 div#item-header-content .wbtm-social-media-links li a[title=Instagram],.bp-nouveau .wbtm-cover-header-type-2 div#item-header-content .wbtm-social-media-links li a[title=Instagram],.bp-nouveau .wbtm-cover-header-type-3 div#item-header-content .wbtm-social-media-links li a[title=Instagram],.bp-nouveau .wbtm-cover-header-type-4 div#item-header-content .wbtm-social-media-links li a[title=Instagram],.bp-nouveau.media #buddypress div#item-header div#item-header-content .wbtm-social-media-links li a[title=Instagram]{background:#c32aa3}.bp-nouveau .wbtm-cover-header-type-1 div#item-header-content .wbtm-social-media-links li a[title=Pinterest],.bp-nouveau .wbtm-cover-header-type-2 div#item-header-content .wbtm-social-media-links li a[title=Pinterest],.bp-nouveau .wbtm-cover-header-type-3 div#item-header-content .wbtm-social-media-links li a[title=Pinterest],.bp-nouveau .wbtm-cover-header-type-4 div#item-header-content .wbtm-social-media-links li a[title=Pinterest],.bp-nouveau.media #buddypress div#item-header div#item-header-content .wbtm-social-media-links li a[title=Pinterest]{background:#bd081c}.bp-nouveau .wbtm-cover-header-type-1 div#item-header-content .wbtm-social-media-links li a[title=Snapchat],.bp-nouveau .wbtm-cover-header-type-2 div#item-header-content .wbtm-social-media-links li a[title=Snapchat],.bp-nouveau .wbtm-cover-header-type-3 div#item-header-content .wbtm-social-media-links li a[title=Snapchat],.bp-nouveau .wbtm-cover-header-type-4 div#item-header-content .wbtm-social-media-links li a[title=Snapchat],.bp-nouveau.media #buddypress div#item-header div#item-header-content .wbtm-social-media-links li a[title=Snapchat]{background:#fffc00}.bp-nouveau .wbtm-cover-header-type-1 div#item-header-content .wbtm-social-media-links li a[title=Whatsapp],.bp-nouveau .wbtm-cover-header-type-2 div#item-header-content .wbtm-social-media-links li a[title=Whatsapp],.bp-nouveau .wbtm-cover-header-type-3 div#item-header-content .wbtm-social-media-links li a[title=Whatsapp],.bp-nouveau .wbtm-cover-header-type-4 div#item-header-content .wbtm-social-media-links li a[title=Whatsapp],.bp-nouveau.media #buddypress div#item-header div#item-header-content .wbtm-social-media-links li a[title=Whatsapp]{background:#25d366}.bp-nouveau .wbtm-cover-header-type-1 div#item-header-content .wbtm-social-media-links li a[title=Reddit],.bp-nouveau .wbtm-cover-header-type-2 div#item-header-content .wbtm-social-media-links li a[title=Reddit],.bp-nouveau .wbtm-cover-header-type-3 div#item-header-content .wbtm-social-media-links li a[title=Reddit],.bp-nouveau .wbtm-cover-header-type-4 div#item-header-content .wbtm-social-media-links li a[title=Reddit],.bp-nouveau.media #buddypress div#item-header div#item-header-content .wbtm-social-media-links li a[title=Reddit]{background:#ff4500}.bp-nouveau .wbtm-cover-header-type-1 div#item-header-content .wbtm-social-media-links li a[title=Slack],.bp-nouveau .wbtm-cover-header-type-2 div#item-header-content .wbtm-social-media-links li a[title=Slack],.bp-nouveau .wbtm-cover-header-type-3 div#item-header-content .wbtm-social-media-links li a[title=Slack],.bp-nouveau .wbtm-cover-header-type-4 div#item-header-content .wbtm-social-media-links li a[title=Slack],.bp-nouveau.media #buddypress div#item-header div#item-header-content .wbtm-social-media-links li a[title=Slack]{background:#4a154b}.bp-nouveau .wbtm-cover-header-type-1 div#item-header-content .wbtm-social-media-links li a[title="Google+"],.bp-nouveau .wbtm-cover-header-type-2 div#item-header-content .wbtm-social-media-links li a[title="Google+"],.bp-nouveau .wbtm-cover-header-type-3 div#item-header-content .wbtm-social-media-links li a[title="Google+"],.bp-nouveau .wbtm-cover-header-type-4 div#item-header-content .wbtm-social-media-links li a[title="Google+"],.bp-nouveau.media #buddypress div#item-header div#item-header-content .wbtm-social-media-links li a[title="Google+"]{background:#db4437}.bp-nouveau .wbtm-cover-header-type-2 div#item-header-content .wbtm-social-media-links li a,.bp-nouveau.media #buddypress div#item-header .wbtm-cover-header-type-2 div#item-header-content .wbtm-social-media-links li a{background:rgba(255,255,255,.2);border-radius:var(--reign-global-border-radius)}.bp-nouveau .wbtm-cover-header-type-2 div#item-header-content .wbtm-social-media-links li a img,.bp-nouveau.media #buddypress div#item-header .wbtm-cover-header-type-2 div#item-header-content .wbtm-social-media-links li a img{border-radius:var(--reign-global-border-radius)}.bp-nouveau .wbtm-cover-header-type-3 div#item-header-content .wbtm-social-media-links li a,.bp-nouveau.media #buddypress div#item-header .wbtm-cover-header-type-3 div#item-header-content .wbtm-social-media-links li a{background:rgba(0,0,0,.5);border-radius:100%}@media screen and (max-width:782px){.bp-nouveau.media #buddypress div#item-header div#item-header-content .wbtm-social-media-links{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.bp-nouveau.media #buddypress div#item-header div#item-header-content .wbtm-social-media-links ul li{display:inline-block;margin:0;margin-right:6px}.bp-nouveau.media #buddypress div#item-header div#item-header-content .wbtm-social-media-links ul li a{padding:0;border:0}.bp-nouveau.media #buddypress div#item-header div#item-header-content .wbtm-social-media-links ul li a:hover{background:#ededed;border:0;color:var(--reign-color-gray);outline:0}.bp-nouveau #buddypress .wbtm-cover-header-type-1 #header-cover-image{height:100%;border-radius:var(--reign-global-border-radius)}.bp-nouveau #buddypress #cover-image-container.wbtm-cover-header-type-1{min-height:initial}.bp-nouveau #buddypress #cover-image-container.wbtm-cover-header-type-1:after{display:none}.bp-nouveau #buddypress #item-header-cover-image #item-header-avatar{margin:0;padding:0;border:0;border-radius:0;max-width:initial;max-height:initial}.bp-nouveau #buddypress #item-header-cover-image #item-header-avatar img.avatar{margin:0;min-width:132px;max-width:132px;height:132px;background:0 0;border:6px solid rgba(255,255,255,.3);box-shadow:0 2px 5px 0 rgba(18,43,70,.15),0 0 0 1px #e0e0e0;object-fit:cover}@media screen and (max-width:782px){.bp-nouveau #buddypress #item-header-cover-image #item-header-avatar img.avatar{float:none}}.bp-nouveau #buddypress div#item-header #item-header-cover-image #item-header-content{clear:both;float:none;margin-left:0;margin-top:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.bp-nouveau #buddypress div#item-header #item-header-cover-image #item-header-content .item-meta{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;margin:0 0 10px;padding-bottom:0}.bp-nouveau #buddypress div#item-header #item-header-cover-image #item-header-content .bpsts-status-div{margin:0 0 10px}.bp-nouveau #buddypress div#item-header #item-header-cover-image #item-header-content .blpro-rating-wrapper{margin-top:10px}.bp-nouveau #buddypress div#item-header #item-header-cover-image #item-header-content .bpsts-status-div,.bp-nouveau #buddypress div#item-header #item-header-cover-image #item-header-content .wbtm-social-media-links{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.bp-nouveau #buddypress div#item-header #item-header-cover-image #item-header-content .wbtm-badge{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.bp-nouveau #buddypress div#item-header #item-header-cover-image #item-header-content .gamipress-buddypress-user-details-top{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.bp-nouveau #buddypress div#item-header #item-header-cover-image #item-header-content .wbtm-item-buttons-wrapper{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.bp-nouveau #buddypress div#item-header-cover-image .user-nicename,.bp-nouveau #buddypress div#item-header-cover-image .user-nicename a,.bp-nouveau.media.media #buddypress #item-header-cover-image .user-nicename{font-size:24px;margin:0 0 .6em}.bp-nouveau .wbtm-cover-header-type-1 div#item-header-content li{display:inline-block;margin-right:6px}.bp-nouveau #buddypress div#item-header.single-headers #item-header-cover-image #item-header-content #item-buttons{display:block!important;background:0 0!important;position:relative;z-index:100}.bp-nouveau #buddypress div#item-header.single-headers #item-header-cover-image #item-header-content #item-buttons div.generic-button,.bp-nouveau #buddypress div#item-header.single-headers #item-header-cover-image #item-header-content #item-buttons li.generic-button{margin:5px;padding:0;float:none}.bp-nouveau #buddypress div#item-header.single-headers #item-header-cover-image #item-header-content #item-buttons div.generic-button a,.bp-nouveau #buddypress div#item-header.single-headers #item-header-cover-image #item-header-content #item-buttons div.generic-button button,.bp-nouveau #buddypress div#item-header.single-headers #item-header-cover-image #item-header-content #item-buttons li.generic-button a,.bp-nouveau #buddypress div#item-header.single-headers #item-header-cover-image #item-header-content #item-buttons li.generic-button button{display:block;font-size:13px;width:100%;padding:10px 20px;text-align:center;border:none}.bp-nouveau #buddypress div#item-header.single-headers #item-header-cover-image #item-header-content #item-buttons div.generic-button a:hover,.bp-nouveau #buddypress div#item-header.single-headers #item-header-cover-image #item-header-content #item-buttons div.generic-button button:hover,.bp-nouveau #buddypress div#item-header.single-headers #item-header-cover-image #item-header-content #item-buttons li.generic-button a:hover,.bp-nouveau #buddypress div#item-header.single-headers #item-header-cover-image #item-header-content #item-buttons li.generic-button button:hover{border:none;outline:0;box-shadow:none}.bp-nouveau #buddypress div#item-header.single-headers #item-header-cover-image #item-header-content #item-buttons ul{margin:0}.bp-nouveau #buddypress div#item-header.single-headers #item-header-cover-image #item-header-content #item-buttons ul li{margin:0}.bp-nouveau #buddypress div#item-header #item-header-cover-image #item-header-content #item-buttons:after{right:24px}.bp-nouveau .member-review-stats{font-size:13px}.bp-nouveau #buddypress div#item-header .wbtm-cover-header-type-1 .wbtm-item-buttons-wrapper{position:absolute;right:15px;bottom:10px}.bp-nouveau #buddypress div#item-header .wbtm-cover-header-type-1 div#item-header-cover-image{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:300px;min-height:300px;padding:16px;border-radius:var(--reign-global-border-radius)}.bp-nouveau #buddypress div#item-header .wbtm-cover-header-type-1 div#item-header-cover-image:before{content:" ";background:-webkit-gradient(linear,left top,left bottom,color-stop(25%,rgba(0,0,0,0)),to(rgba(0,0,0,.45)));background:-webkit-linear-gradient(top,rgba(0,0,0,0) 25%,rgba(0,0,0,.45) 100%);background:linear-gradient(to bottom,rgba(0,0,0,0) 25%,rgba(0,0,0,.45) 100%);width:100%;position:absolute;left:0;top:0;bottom:0;right:0;height:100%;z-index:-1;border-radius:var(--reign-global-border-radius)}.bp-nouveau #buddypress div#item-header .wbtm-cover-header-type-1 .wbtm-member-info-section{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:60%}.bp-nouveau #buddypress div#item-header .wbtm-cover-header-type-1 #item-header-cover-image #item-header-content{color:var(--reign-color-white);padding-top:20px;padding-bottom:40px}.bp-nouveau #buddypress div#item-header .wbtm-cover-header-type-1 #item-header-cover-image #item-header-content .item-meta{color:var(--reign-color-white)}.bp-nouveau #buddypress div#item-header .wbtm-cover-header-type-1 #item-header-cover-image #item-header-content .wbtm-item-buttons-wrapper #item-buttons{top:0;background:0 0!important;box-shadow:none;width:auto;position:relative}.bp-nouveau #buddypress div#item-header .wbtm-cover-header-type-1 #item-header-cover-image #item-header-content .wbtm-item-buttons-wrapper #item-buttons:after{display:none}.bp-nouveau #buddypress div#item-header .wbtm-cover-header-type-1 #item-header-cover-image #item-header-content .wbtm-item-buttons-wrapper #item-buttons ul{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:start;-ms-flex-align:start;align-items:start;width:auto;position:relative}.bp-nouveau #buddypress div#item-header .wbtm-cover-header-type-1 #item-header-cover-image #item-header-content .wbtm-item-buttons-wrapper #item-buttons ul li.generic-button{width:auto}.bp-nouveau #buddypress div#item-header .wbtm-cover-header-type-1 #item-header-cover-image #item-header-content .wbtm-item-buttons-wrapper #item-buttons ul li.generic-button a,.bp-nouveau #buddypress div#item-header .wbtm-cover-header-type-1 #item-header-cover-image #item-header-content .wbtm-item-buttons-wrapper #item-buttons ul li.generic-button a:hover,.bp-nouveau #buddypress div#item-header .wbtm-cover-header-type-1 #item-header-cover-image #item-header-content .wbtm-item-buttons-wrapper #item-buttons ul li.generic-button button,.bp-nouveau #buddypress div#item-header .wbtm-cover-header-type-1 #item-header-cover-image #item-header-content .wbtm-item-buttons-wrapper #item-buttons ul li.generic-button button:hover{border-radius:var(--reign-global-button-radius)}.bp-nouveau #buddypress div#item-header .wbtm-cover-header-type-1 #item-header-cover-image #item-header-content .wbtm-item-buttons-wrapper #item-buttons ul div.generic-button{width:auto}.bp-nouveau #buddypress div#item-header .wbtm-cover-header-type-1 #item-header-cover-image #item-header-content .wbtm-item-buttons-wrapper #item-buttons ul div.generic-button a,.bp-nouveau #buddypress div#item-header .wbtm-cover-header-type-1 #item-header-cover-image #item-header-content .wbtm-item-buttons-wrapper #item-buttons ul div.generic-button a:hover{border-radius:var(--reign-global-button-radius)}.bp-nouveau #buddypress div#item-header .wbtm-cover-header-type-1 #item-header-cover-image #item-header-content .wbtm-item-buttons-wrapper #item-buttons ul div.generic-button button{width:auto}.bp-nouveau #buddypress div#item-header .wbtm-cover-header-type-2 #item-header-cover-image #item-header-content .wbtm-item-buttons-wrapper #item-buttons{top:0;background:0 0!important;box-shadow:none;width:auto;position:relative}.bp-nouveau #buddypress div#item-header .wbtm-cover-header-type-2 #item-header-cover-image #item-header-content .wbtm-item-buttons-wrapper #item-buttons:after{display:none}.bp-nouveau #buddypress div#item-header .wbtm-cover-header-type-2 #item-header-cover-image #item-header-content .wbtm-item-buttons-wrapper #item-buttons ul{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:start;-ms-flex-align:start;align-items:start;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;width:auto;position:relative}@media all and (max-width:992px) and (min-width:782px){.bp-nouveau #buddypress div#item-header .wbtm-cover-header-type-2 #item-header-cover-image #item-header-content .wbtm-item-buttons-wrapper #item-buttons ul{max-width:320px;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}}.bp-nouveau #buddypress div#item-header .wbtm-cover-header-type-2 #item-header-cover-image #item-header-content .wbtm-item-buttons-wrapper #item-buttons ul li.generic-button{width:auto}.bp-nouveau #buddypress div#item-header .wbtm-cover-header-type-2 #item-header-cover-image #item-header-content .wbtm-item-buttons-wrapper #item-buttons ul li.generic-button a,.bp-nouveau #buddypress div#item-header .wbtm-cover-header-type-2 #item-header-cover-image #item-header-content .wbtm-item-buttons-wrapper #item-buttons ul li.generic-button a:hover,.bp-nouveau #buddypress div#item-header .wbtm-cover-header-type-2 #item-header-cover-image #item-header-content .wbtm-item-buttons-wrapper #item-buttons ul li.generic-button button,.bp-nouveau #buddypress div#item-header .wbtm-cover-header-type-2 #item-header-cover-image #item-header-content .wbtm-item-buttons-wrapper #item-buttons ul li.generic-button button:hover{border-radius:var(--reign-global-button-radius)}.bp-nouveau #buddypress div#item-header .wbtm-cover-header-type-2 #item-header-cover-image #item-header-content .wbtm-item-buttons-wrapper #item-buttons ul div.generic-button{width:auto}.bp-nouveau #buddypress div#item-header .wbtm-cover-header-type-2 #item-header-cover-image #item-header-content .wbtm-item-buttons-wrapper #item-buttons ul div.generic-button a,.bp-nouveau #buddypress div#item-header .wbtm-cover-header-type-2 #item-header-cover-image #item-header-content .wbtm-item-buttons-wrapper #item-buttons ul div.generic-button a:hover{border-radius:var(--reign-global-button-radius)}.bp-nouveau #buddypress div#item-header .wbtm-cover-header-type-2 #item-header-cover-image #item-header-content .wbtm-item-buttons-wrapper #item-buttons ul div.generic-button button{width:auto}.bp-nouveau #buddypress div#item-header .wbtm-cover-header-type-3 #item-header-cover-image #item-header-content .wbtm-item-buttons-wrapper{top:inherit;bottom:auto;max-width:45%}@media screen and (max-width:782px){.bp-nouveau #buddypress div#item-header .wbtm-cover-header-type-3 #item-header-cover-image #item-header-content .wbtm-item-buttons-wrapper{max-width:100%}}.bp-nouveau #buddypress div#item-header .wbtm-cover-header-type-3 #item-header-cover-image #item-header-content .wbtm-item-buttons-wrapper #item-buttons{top:0;background:0 0!important;box-shadow:none;width:auto;position:relative}.bp-nouveau #buddypress div#item-header .wbtm-cover-header-type-3 #item-header-cover-image #item-header-content .wbtm-item-buttons-wrapper #item-buttons:after{display:none}.bp-nouveau #buddypress div#item-header .wbtm-cover-header-type-3 #item-header-cover-image #item-header-content .wbtm-item-buttons-wrapper #item-buttons ul{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:start;-ms-flex-align:start;align-items:start;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;width:auto;position:relative}.bp-nouveau #buddypress div#item-header .wbtm-cover-header-type-3 #item-header-cover-image #item-header-content .wbtm-item-buttons-wrapper #item-buttons ul li.generic-button{width:auto}.bp-nouveau #buddypress div#item-header .wbtm-cover-header-type-3 #item-header-cover-image #item-header-content .wbtm-item-buttons-wrapper #item-buttons ul li.generic-button a,.bp-nouveau #buddypress div#item-header .wbtm-cover-header-type-3 #item-header-cover-image #item-header-content .wbtm-item-buttons-wrapper #item-buttons ul li.generic-button a:hover,.bp-nouveau #buddypress div#item-header .wbtm-cover-header-type-3 #item-header-cover-image #item-header-content .wbtm-item-buttons-wrapper #item-buttons ul li.generic-button button,.bp-nouveau #buddypress div#item-header .wbtm-cover-header-type-3 #item-header-cover-image #item-header-content .wbtm-item-buttons-wrapper #item-buttons ul li.generic-button button:hover{border-radius:var(--reign-global-button-radius)}.bp-nouveau #buddypress div#item-header .wbtm-cover-header-type-3 #item-header-cover-image #item-header-content .wbtm-item-buttons-wrapper #item-buttons ul li:first-child{padding-top:0!important}.bp-nouveau #buddypress div#item-header .wbtm-cover-header-type-3 #item-header-cover-image #item-header-content .wbtm-item-buttons-wrapper #item-buttons ul div.generic-button{width:auto}.bp-nouveau #buddypress div#item-header .wbtm-cover-header-type-3 #item-header-cover-image #item-header-content .wbtm-item-buttons-wrapper #item-buttons ul div.generic-button a,.bp-nouveau #buddypress div#item-header .wbtm-cover-header-type-3 #item-header-cover-image #item-header-content .wbtm-item-buttons-wrapper #item-buttons ul div.generic-button a:hover{border-radius:var(--reign-global-button-radius)}.bp-nouveau #buddypress div#item-header .wbtm-cover-header-type-3 #item-header-cover-image #item-header-content .wbtm-item-buttons-wrapper #item-buttons ul div.generic-button button{width:auto}.bp-nouveau #buddypress div#item-header .wbtm-cover-header-type-1 .wbtm-cover-extra-info-section{color:var(--reign-color-white);text-align:center}@media (min-width:782px){.bp-nouveau #buddypress div#item-header .wbtm-cover-header-type-1 .wbtm-cover-extra-info-section{margin-left:auto}}.bp-nouveau #buddypress div#item-header .wbtm-cover-header-type-1 .reign-xprofile-data{margin:8px 0}.bp-nouveau #buddypress div#item-header .wbtm-cover-header-type-1 .wbtm-cover-extra-info-section>div{display:inline-block;background:rgba(0,0,0,.5);margin:5px;padding:10px;min-width:70px;border-radius:var(--reign-global-border-radius)}.bp-nouveau span.rtm-usermeta-count{display:block;text-align:center;font-size:24px;font-weight:600}.bp-nouveau span.rtm-usermeta-text{text-transform:uppercase;font-size:12px}.bp-nouveau #buddypress div#item-header .wbtm-cover-header-type-1 #item-header-cover-image #item-header-content div#latest-update a{color:var(--reign-color-white)}.bp-nouveau #buddypress div#item-header .wbtm-cover-header-type-1 #item-header-cover-image #item-header-content div#latest-update a:hover{color:var(--reign-colors-theme)}@media (max-width:960px){.bp-nouveau #buddypress .wbtm-cover-header-type-1 #header-cover-image{height:100%}}@media (max-width:782px){.bp-nouveau #buddypress #item-header-cover-image{padding:20px}.bp-nouveau #buddypress .wbtm-cover-header-type-2 #item-header-cover-image{padding:40px}.bp-nouveau #buddypress .wbtm-cover-header-type-1 #header-cover-image{height:100%}.bp-nouveau #buddypress .wbtm-cover-header-type-1 div#item-header-cover-image h2,.bp-nouveau #buddypress .wbtm-cover-header-type-1 div#item-header-cover-image h2 a{text-shadow:0 0 3px rgba(0,0,0,.8)}.bp-nouveau #buddypress div#item-header .wbtm-cover-header-type-1 div#item-header-cover-image{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%}.bp-nouveau #buddypress div#item-header .wbtm-cover-header-type-1 .wbtm-member-info-section{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.bp-nouveau #buddypress .wbtm-cover-header-type-1 #item-header-cover-image #item-header-avatar{margin-right:0}.bp-nouveau #buddypress div#item-header #cover-image-container.wbtm-member-cover-image-container .wbtm-item-buttons-wrapper{position:relative;right:inherit;top:inherit;bottom:inherit;margin-bottom:10px}.bp-nouveau #buddypress div#item-header #cover-image-container.wbtm-member-cover-image-container .wbtm-show-item-buttons,.bp-nouveau #buddypress div#item-header.single-headers #item-header-cover-image #item-header-content #item-buttons:after{display:none}.bp-nouveau #buddypress div#item-header #cover-image-container.wbtm-member-cover-image-container #item-buttons{display:block!important}.bp-nouveau #buddypress div#item-header.single-headers #item-header-cover-image #item-header-content .wbtm-item-buttons-wrapper #item-buttons{position:relative;width:100%;top:0;background:0 0;box-shadow:none;border-radius:0}.bp-nouveau #buddypress div#item-header.single-headers #item-header-cover-image #item-header-content #item-buttons ul.action{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:start;-ms-flex-align:start;align-items:start}.bp-nouveau .single-headers #item-header-content{padding-left:0}.bp-nouveau #buddypress div#item-header.single-headers #item-header-cover-image #item-header-content #item-buttons .action div.generic-button a,.bp-nouveau #buddypress div#item-header.single-headers #item-header-cover-image #item-header-content #item-buttons .action li.generic-button a,.bp-nouveau #buddypress div#item-header.single-headers #item-header-cover-image #item-header-content #item-buttons .action li.generic-button button{border-radius:var(--reign-global-button-radius)!important}.bp-nouveau #buddypress div#item-header .wbtm-cover-header-type-3 #item-header-cover-image #item-header-content .wbtm-item-buttons-wrapper{bottom:0}.bp-nouveau #buddypress div#item-header .wbtm-cover-header-type-1 .wbtm-item-buttons-wrapper{position:static}.bp-nouveau .wbtm-cover-header-type-1 #item-header-content .bpmpd-fields-loop-inner,.bp-nouveau .wbtm-cover-header-type-1 #item-header-content .bpmpd-fields-member-inner{text-align:center}}.bp-nouveau #buddypress div#item-header .wbtm-cover-header-type-1 .wbtm-social-media-links,.bp-nouveau #buddypress div#item-header .wbtm-cover-header-type-2 .wbtm-social-media-links{margin-bottom:10px}.bp-nouveau #buddypress div#item-header .wbtm-cover-header-type-1 .wbtm-social-media-links:empty,.bp-nouveau #buddypress div#item-header .wbtm-cover-header-type-2 .wbtm-social-media-links:empty{display:none!important}@media (max-width:767px){.bp-nouveau #buddypress div#item-header .wbtm-cover-header-type-1 .wbtm-social-media-links,.bp-nouveau #buddypress div#item-header .wbtm-cover-header-type-2 .wbtm-social-media-links{margin-top:10px}}.bp-nouveau #buddypress .wbtm-cover-header-type-2 #header-cover-image{height:100%;border-radius:var(--reign-global-border-radius)}.bp-nouveau #buddypress #cover-image-container.wbtm-cover-header-type-2{min-height:initial}.bp-nouveau #buddypress #cover-image-container.wbtm-cover-header-type-2:after{display:none}.bp-nouveau #buddypress div#item-header .wbtm-cover-header-type-2 #item-header-cover-image #item-header-content{clear:both;float:none;margin-left:0;margin-top:0;color:var(--reign-color-white)}.bp-nouveau #buddypress div#item-header .wbtm-cover-header-type-2 #item-header-cover-image #item-header-content .item-meta{color:var(--reign-color-white)}.bp-nouveau #buddypress .wbtm-cover-header-type-2 div#item-header-cover-image .user-nicename,.bp-nouveau #buddypress .wbtm-cover-header-type-2 div#item-header-cover-image .user-nicename a{font-size:24px}.bp-nouveau .wbtm-cover-header-type-2 div#item-header-content li{display:inline-block;margin-right:6px}.bp-nouveau .member-review-stats{font-size:13px}.bp-nouveau #buddypress div#item-header .wbtm-cover-header-type-2 .wbtm-item-buttons-wrapper{position:absolute;right:10px;bottom:10px}.bp-nouveau #buddypress div#item-header .wbtm-cover-header-type-2 div#item-header-cover-image{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:300px;border-radius:var(--reign-global-border-radius)}.bp-nouveau #buddypress div#item-header .wbtm-cover-header-type-2 .wbtm-member-info-section{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background:rgba(0,0,0,.5);-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;min-width:350px;max-width:350px;padding:55px 0 15px 0;border-radius:var(--reign-global-border-radius)}.bp-nouveau #buddypress .wbtm-cover-header-type-2 #item-header-cover-image #item-header-avatar{margin-right:0}.bp-nouveau #buddypress div#item-header .wbtm-cover-header-type-2 #item-header-cover-image #item-header-content{color:var(--reign-color-white);padding-top:20px;padding-left:10px;padding-right:10px;margin:auto}.bp-nouveau #buddypress div#item-header .wbtm-cover-header-type-2 .wbtm-cover-extra-info-section{color:var(--reign-color-white);text-align:center}@media (min-width:782px){.bp-nouveau #buddypress div#item-header .wbtm-cover-header-type-2 .wbtm-cover-extra-info-section{margin-left:auto;margin-bottom:50px}}.bp-nouveau #buddypress div#item-header .wbtm-cover-header-type-2 .reign-xprofile-data{margin:8px 0}.bp-nouveau #buddypress div#item-header .wbtm-cover-header-type-2 .wbtm-cover-extra-info-section>div{display:inline-block;margin:10px;background:rgba(0,0,0,.5);padding:10px;padding-top:18px;max-width:90px;min-width:90px;min-height:90px;max-height:90px;border-radius:var(--reign-global-border-radius)}.bp-nouveau #buddypress div#item-header .wbtm-cover-header-type-2 #item-header-cover-image #item-header-content div#latest-update a{color:var(--reign-color-white)}.bp-nouveau #buddypress div#item-header .wbtm-cover-header-type-2 #item-header-cover-image #item-header-content div#latest-update a:hover{color:var(--reign-colors-theme)}.bp-nouveau .wbtm-cover-header-type-2 #item-header-content .bpmpd-fields-loop-inner,.bp-nouveau .wbtm-cover-header-type-2 #item-header-content .bpmpd-fields-member-inner{text-align:center}@media (max-width:960px){.bp-nouveau #buddypress .wbtm-cover-header-type-2 #header-cover-image{height:100%}}@media (max-width:782px){.bp-nouveau #buddypress #item-header-cover-image{padding:20px}.bp-nouveau #buddypress .wbtm-cover-header-type-2 #header-cover-image{height:100%}.bp-nouveau #buddypress div#item-header .wbtm-cover-header-type-2 div#item-header-cover-image{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.bp-nouveau #buddypress div#item-header .wbtm-cover-header-type-2 .wbtm-member-info-section{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.bp-nouveau #buddypress div#item-header .wbtm-cover-header-type-2 .wbtm-item-buttons-wrapper{position:static}}@media (max-width:543px){.bp-nouveau #buddypress div#item-header .wbtm-cover-header-type-2 .wbtm-member-info-section{min-width:100%;padding-left:10px;padding-right:10px}}.bp-nouveau #buddypress .wbtm-cover-header-type-3 #header-cover-image{height:300px;border-radius:var(--reign-global-border-radius) var(--reign-global-border-radius) 0 0}.bp-nouveau #buddypress #cover-image-container.wbtm-cover-header-type-3{min-height:initial;background:var(--reign-site-sections-bg-color);border-radius:var(--reign-global-border-radius)}.bp-nouveau #buddypress #cover-image-container.wbtm-cover-header-type-3 .rating-text,.bp-nouveau #buddypress #cover-image-container.wbtm-cover-header-type-3 .rating-total{color:var(--reign-site-body-text-color)}.bp-nouveau #buddypress #cover-image-container.wbtm-cover-header-type-3:after{display:none}.bp-nouveau #buddypress div#item-header .wbtm-cover-header-type-3 #item-header-cover-image #item-header-content{clear:both;float:none;margin-left:0;margin-top:0;color:var(--reign-site-body-text-color)}.bp-nouveau #buddypress .wbtm-cover-header-type-3 div#item-header-cover-image .user-nicename,.bp-nouveau #buddypress .wbtm-cover-header-type-3 div#item-header-cover-image .user-nicename a{font-size:24px;color:var(--reign-site-headings-color);text-shadow:none;margin:0 0 .6em}.bp-nouveau #buddypress .wbtm-group-cover-image-container.wbtm-cover-header-type-3 div#item-header-cover-image .user-nicename,.bp-nouveau #buddypress .wbtm-group-cover-image-container.wbtm-cover-header-type-3 div#item-header-cover-image .user-nicename a{margin-top:10px}.bp-nouveau #buddypress div#item-header .wbtm-cover-header-type-3 .reign-xprofile-data{color:var(--reign-site-body-text-color)}.bp-nouveau .wbtm-cover-header-type-3 div#item-header-content li{display:inline-block;margin-right:6px}.bp-nouveau .member-review-stats{font-size:13px}.bp-nouveau #buddypress div#item-header .wbtm-cover-header-type-3 .wbtm-item-buttons-wrapper{position:absolute;right:15px;top:15px}.bp-nouveau #buddypress div#item-header .wbtm-cover-header-type-3 div#item-header-cover-image{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;min-height:410px;padding:16px;padding-top:230px;border:1px solid var(--reign-site-border-color);border-radius:var(--reign-global-border-radius)}.bp-nouveau #buddypress div#item-header .wbtm-cover-header-type-3 .wbtm-member-info-section{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;max-width:50%}.bp-nouveau #buddypress div#item-header .wbtm-cover-header-type-3 #item-header-cover-image #item-header-content{color:var(--reign-site-body-text-color);padding-top:80px}.bp-nouveau #buddypress div#item-header .wbtm-cover-header-type-3 .wbtm-social-media-links:empty{display:none!important}.bp-nouveau #buddypress div#item-header .wbtm-cover-header-type-3 .wbtm-social-media-links:empty+.user-nicename{margin-top:0}.bp-nouveau #buddypress div#item-header .wbtm-cover-header-type-3 .wbtm-cover-extra-info-section{color:var(--reign-site-body-text-color);text-align:center}@media (min-width:782px){.bp-nouveau #buddypress div#item-header .wbtm-cover-header-type-3 .wbtm-cover-extra-info-section{margin-left:auto;margin-top:-26px}}.bp-nouveau #buddypress div#item-header .wbtm-cover-header-type-3 .reign-xprofile-data{margin:8px 0}.bp-nouveau #buddypress div#item-header .wbtm-cover-header-type-3 .wbtm-cover-extra-info-section>div{display:inline-block;margin:0 10px}@media (min-width:782px){.bp-nouveau #buddypress div#item-header .wbtm-cover-header-type-3 .wbtm-cover-extra-info-section>div{display:inline-block;margin:5px;background:rgba(0,0,0,.5);color:#fff;padding:10px;padding-top:8px;min-width:70px;min-height:70px;max-height:70px;border-radius:var(--reign-global-border-radius)}}.bp-nouveau #buddypress div#item-header .wbtm-cover-header-type-3 #item-header-cover-image #item-header-content div#latest-update a{color:var(--reign-site-body-text-color)}.bp-nouveau #buddypress div#item-header .wbtm-cover-header-type-3 #item-header-cover-image #item-header-content div#latest-update a:hover{color:var(--reign-colors-theme)}@media (max-width:782px){.bp-nouveau #buddypress #item-header-cover-image{padding:20px}.bp-nouveau #buddypress div#item-header .wbtm-cover-header-type-3 div#item-header-cover-image{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bp-nouveau #buddypress div#item-header .wbtm-cover-header-type-3 .wbtm-member-info-section{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;max-width:100%}.bp-nouveau .wbtm-cover-header-type-3 div#item-header-content .wbtm-social-media-links li a{background:rgba(0,0,0,.5)}.bp-nouveau #buddypress div#item-header .wbtm-cover-header-type-3 #item-header-cover-image #item-header-content{padding-top:0}.bp-nouveau #buddypress div#item-header .wbtm-cover-header-type-3 .wbtm-social-media-links{margin:10px 0 10px}.bp-nouveau #buddypress div#item-header .wbtm-cover-header-type-3 .wbtm-cover-extra-info-section{margin-top:10px}.bp-nouveau #buddypress .wbtm-cover-header-type-3 #item-header-cover-image #item-header-avatar{margin-right:0;margin-bottom:15px}.bp-nouveau #buddypress .wbtm-cover-header-type-3 div#item-header-cover-image .user-nicename,.bp-nouveau #buddypress .wbtm-cover-header-type-3 div#item-header-cover-image .user-nicename a{margin-top:0}.bp-nouveau #buddypress div#item-header .wbtm-cover-header-type-3 .wbtm-item-buttons-wrapper{position:static}.bp-nouveau .wbtm-cover-header-type-3 #item-header-content .bpmpd-fields-loop-inner,.bp-nouveau .wbtm-cover-header-type-3 #item-header-content .bpmpd-fields-member-inner{text-align:center}}.bp-nouveau #buddypress .wbtm-cover-header-type-4 #header-cover-image{height:300px;border-radius:var(--reign-global-border-radius) var(--reign-global-border-radius) 0 0}.bp-nouveau #buddypress #cover-image-container.wbtm-cover-header-type-4{min-height:initial;background:var(--reign-site-sections-bg-color)}.bp-nouveau #buddypress #cover-image-container.wbtm-cover-header-type-4 .rating-text,.bp-nouveau #buddypress #cover-image-container.wbtm-cover-header-type-4 .rating-total{color:var(--reign-site-body-text-color)}.bp-nouveau #buddypress #cover-image-container.wbtm-cover-header-type-4:after{display:none}.bp-nouveau #buddypress div#item-header .wbtm-cover-header-type-4 #item-header-cover-image #item-header-content{clear:both;float:none;margin-left:0;margin-top:0;color:var(--reign-site-body-text-color)}.bp-nouveau #buddypress .wbtm-cover-header-type-4 div#item-header-cover-image .user-nicename,.bp-nouveau #buddypress .wbtm-cover-header-type-4 div#item-header-cover-image .user-nicename a{font-size:24px;color:var(--reign-site-headings-color);text-shadow:none;margin:0 0 .6em}.bp-nouveau #buddypress .wbtm-group-cover-image-container.wbtm-cover-header-type-4 div#item-header-cover-image .user-nicename,.bp-nouveau #buddypress .wbtm-group-cover-image-container.wbtm-cover-header-type-4 div#item-header-cover-image .user-nicename a{margin-top:10px}.bp-nouveau #buddypress div#item-header .wbtm-cover-header-type-4 .reign-xprofile-data{color:var(--reign-site-body-text-color)}.bp-nouveau .wbtm-cover-header-type-4 div#item-header-content li{display:inline-block;margin-right:6px}.bp-nouveau #buddypress div#item-header .wbtm-cover-header-type-4 .wbtm-item-buttons-wrapper #item-buttons ul{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.bp-nouveau #buddypress div#item-header .wbtm-cover-header-type-4 div#item-header-cover-image{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:300px;padding:16px;padding-top:180px;border:1px solid var(--reign-site-border-color);border-radius:var(--reign-global-border-radius)}.bp-nouveau #buddypress div#item-header .wbtm-cover-header-type-4 .wbtm-member-info-section{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%}.bp-nouveau #buddypress .wbtm-cover-header-type-4 #item-header-cover-image #item-header-avatar img.avatar{min-width:150px;max-width:150px;height:150px;box-shadow:0 2px 5px 0 rgba(18,43,70,.12),0 0 0 1px #e7e9ec;border:3px solid #fff}.bp-nouveau #buddypress div#item-header .wbtm-cover-header-type-4 #item-header-cover-image #item-header-content{color:var(--reign-site-body-text-color);margin:0;padding:0;text-align:center;width:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bp-nouveau #buddypress div#item-header .wbtm-cover-header-type-4 .wbtm-social-media-links:empty{display:none!important}.bp-nouveau #buddypress div#item-header .wbtm-cover-header-type-4 .wbtm-social-media-links:empty+.user-nicename{margin-top:0}.bp-nouveau .wbtm-cover-header-type-4 div#item-header-content .wbtm-social-media-links li a{background:rgba(0,0,0,.5)}.bp-nouveau #buddypress div#item-header .wbtm-cover-header-type-4 .wbtm-cover-extra-info-section{color:var(--reign-site-body-text-color);text-align:center}.bp-nouveau #buddypress div#item-header .wbtm-cover-header-type-4 .reign-xprofile-data{margin:8px 0}.bp-nouveau #buddypress div#item-header .wbtm-cover-header-type-4 .wbtm-cover-extra-info-section>div{display:inline-block;margin:0 10px}.bp-nouveau #buddypress div#item-header .wbtm-cover-header-type-4 #item-header-cover-image #item-header-content div#latest-update a{color:var(--reign-site-body-text-color)}.bp-nouveau #buddypress div#item-header .wbtm-cover-header-type-4 #item-header-cover-image #item-header-content div#latest-update a:hover{color:var(--reign-colors-theme)}.bp-nouveau .wbtm-cover-header-type-4 #item-header-avatar a.link-change-profile-image{top:65px}.bp-nouveau #buddypress .wbtm-cover-header-type-4 #item-header-cover-image #item-header-avatar{margin-bottom:15px}.bp-nouveau.single-item.groups #buddypress div#item-header .wbtm-cover-header-type-4 #item-header-cover-image #item-actions{padding-top:0}.bp-nouveau .wbtm-cover-header-type-4 #item-header-content .bpmpd-fields-loop-inner,.bp-nouveau .wbtm-cover-header-type-4 #item-header-content .bpmpd-fields-member-inner{text-align:center}.bp-nouveau #buddypress .wbtm-cover-header-type-4 #item-header-cover-image #item-buttons{margin-bottom:0;padding-bottom:0}@media (min-width:782px){.bp-nouveau #buddypress div#item-header .wbtm-cover-header-type-4 #item-header-cover-image #item-header-content{position:relative}.bp-nouveau #buddypress div#item-header .wbtm-cover-header-type-4 .wbtm-social-media-links{position:absolute;bottom:0;right:0}.bp-nouveau #buddypress div#item-header .wbtm-cover-header-type-4 .wbtm-cover-extra-info-section{position:absolute;bottom:20px;left:15px}.bp-nouveau #buddypress div#item-header .wbtm-cover-header-type-4 #item-header-cover-image #item-actions.group-item-actions{position:absolute;bottom:0;right:15px;margin:0;width:auto}}@media (max-width:782px){.bp-nouveau #buddypress div#item-header .wbtm-cover-header-type-4 .wbtm-member-info-section{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;max-width:100%}.bp-nouveau #buddypress div#item-header .wbtm-cover-header-type-4 #item-header-cover-image #item-header-content{padding-top:0}.bp-nouveau #buddypress div#item-header .wbtm-cover-header-type-4 .wbtm-social-media-links{margin:10px 0 10px}.bp-nouveau #buddypress div#item-header .wbtm-cover-header-type-4 .wbtm-cover-extra-info-section{margin-top:10px}.bp-nouveau #buddypress .wbtm-cover-header-type-4 #item-header-cover-image #item-header-avatar{margin-right:0;margin-bottom:15px}.bp-nouveau #buddypress .wbtm-cover-header-type-4 div#item-header-cover-image .user-nicename,.bp-nouveau #buddypress .wbtm-cover-header-type-4 div#item-header-cover-image .user-nicename a{margin-top:0}}body.bp-nouveau:not(.logged-in) #buddypress div#item-header .wbtm-cover-header-type-3 .wbtm-cover-extra-info-section{padding-bottom:0}@media screen and (min-width:992px){.reign-cover-image-inside.bp-nouveau #buddypress div#item-header .wbtm-cover-header-type-2 .wbtm-item-buttons-wrapper{max-width:300px}}#buddypress div#item-header .wbtm-badge{margin:5px 0}#buddypress div#item-header .wbtm-badge ul span{display:block;color:var(--reign-color-white)}#buddypress div#item-header .wbtm-badge ul.profile-achievements-listing{margin:0;list-style:none}#buddypress div#item-header .wbtm-badge ul.profile-achievements-listing li{display:inline-block;float:none;margin-right:0;position:relative}#buddypress div#item-header .wbtm-badge ul.profile-achievements-listing li:hover .widget-badgeos-item-title{opacity:1}#buddypress div#item-header .wbtm-badge ul.profile-achievements-listing li .badgeos-item-thumb img{width:40px;max-width:40px;height:40px}#buddypress div#item-header .wbtm-badge ul.profile-achievements-listing li#widget-achievements-listing-item-more{margin-left:8px}#buddypress div#item-header .wbtm-badge ul.profile-achievements-listing .widget-badgeos-item-title{position:absolute;bottom:-20px;right:0;left:0;margin:auto;color:var(--reign-color-white);font-size:13px;white-space:nowrap;opacity:0}.users-header #mycred-users-badges{height:35px}#mycred-users-badges .the-badge{display:inline-block}.users-header #mycred-users-badges .mycred-badge-image{width:30px;height:30px}#mycred-users-badges .mycred-badge-image{display:inline-block;margin:5px 5px 0 0}.buddypress-wrap .profile.public .mycred h4{border-bottom:1px solid var(--reign-site-border-color);padding-bottom:5px}table.mycred-table tbody,table.mycred-table tfoot,table.mycred-table thead{background:#fff}table.mycred-table tbody tr td,table.mycred-table tfoot tr th,table.mycred-table thead tr th{padding:10px;border:1px solid var(--reign-site-border-color)}#mycred-users-badges{margin-bottom:5px}#mycred-users-badges .the-badge{display:inline-block}#mycred-users-badges .mycred-badge-image{display:inline-block;margin:5px 5px 0 0}.mycred-table{background:var(--reign-site-sections-bg-color)}.mycred-table td:first-child,.mycred-table th:first-child{padding-left:13px}#buddypress div#item-header .wbtm-cover-header-type-3 .wbtm-badge ul span,#buddypress div#item-header .wbtm-cover-header-type-3 .wbtm-badge ul.profile-achievements-listing .widget-badgeos-item-title{color:var(--reign-color-black)}.wbtm-member-directory-type-4 .item-avatar .gamipress-buddypress-user-details{position:relative;padding:10px 5px 6px;background:rgba(0,0,0,.1);z-index:2}.wbtm-member-directory-type-1 .item-avatar .gamipress-buddypress-user-details-listing{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;position:absolute;background:var(--reign-site-sections-bg-color);border:1px solid var(--reign-site-border-color);padding:5px;left:0;z-index:1;opacity:0;visibility:hidden;border-radius:4px!important;box-shadow:15px 15px 20px rgba(58,46,68,.8)}.wbtm-member-directory-type-1 .item-avatar:hover .gamipress-buddypress-user-details-listing{opacity:1;visibility:visible}.wbtm-member-directory-type-1 .item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievements,.wbtm-member-directory-type-1 .item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points,.wbtm-member-directory-type-1 .item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-ranks{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.widget .item-avatar{position:relative}body.hide-overflow{overflow:hidden}body.hide-overflow #buddypress .activity-list>li>.bp-activity-more-options-wrap,body.hide-overflow #masthead,body.hide-overflow .bp-group-avatar-content,body.hide-overflow .bp-member-avatar-content,body.hide-overflow .reign-menu-panel,body.hide-overflow .rg-dark__scheme-toggle,body.hide-overflow.bp-nouveau .bp-single-vert-nav .item-body:not(#group-create-body) #subnav:not(.tabbed-links) li:after,body.hide-overflow.bp-nouveau .buddypress-wrap.bp-dir-hori-nav:not(.bp-vertical-navs) nav:not(.tabbed-links) li:after,body.hide-overflow.bp-nouveau .groups-type-navs li:after,body.hide-overflow.bp-nouveau .mpp-type-navs li:after{z-index:1}body.hide-overflow .footer-wrap .widget-area.footer-widget-area{z-index:0}#item-header-cover-image #item-header-avatar{position:relative}#item-header a.link-change-cover-image,#item-header a.link-change-profile-image,#item-header a.position-change-cover-image{background:rgba(255,255,255,.9);color:#153045;border-radius:50%;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;width:30px;height:30px;left:12px;top:12px;z-index:3;opacity:0;-webkit-transition:all .2s;transition:all .2s;text-decoration:none;box-shadow:0 0 3px 0 rgba(0,0,0,.2)}#item-header a.link-change-cover-image>i,#item-header a.link-change-profile-image>i,#item-header a.position-change-cover-image>i{font-size:16px}#item-header a.position-change-cover-image{top:55px;display:none}@media screen and (min-width:1220px){#buddypress #item-header a.position-change-cover-image{display:-webkit-box;display:-ms-flexbox;display:flex}#buddypress #item-header .header-cover-img{display:block}#buddypress #item-header #header-cover-image.has-cover-image{background-image:none}}#item-header-avatar a.link-change-profile-image{top:50px;left:50%;margin-left:-15px}#header-cover-image:hover a.link-change-cover-image,#header-cover-image:hover a.position-change-cover-image,#item-header-avatar:hover a.link-change-profile-image{opacity:1}#header-cover-image:hover a.link-change-cover-image .bp-tooltip:after{left:100px;right:auto;margin-top:3px;top:0;-webkit-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0)}@media screen and (min-width:782px){#item-header .wbtm-cover-header-type-2 a.link-change-cover-image,#item-header .wbtm-cover-header-type-2 a.position-change-cover-image{left:360px}}.bp-nouveau div#item-header-cover-image{border-radius:0}.bp-nouveau .wbtm-group-cover-image-container a:not(.link-change-profile-image):not(.link-change-cover-image):not(.position-change-cover-image){color:var(--reign-color-white)}.bp-nouveau .wbtm-group-cover-image-container.wbtm-cover-header-type-3 a{color:inherit}.bp-nouveau #buddypress div#item-header.single-headers #item-header-cover-image #item-header-content #item-buttons div.groups-meta{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end}.bp-nouveau #buddypress div#item-header.single-headers #item-header-cover-image #item-header-content #item-buttons div.groups-meta .generic-button{width:auto}.bp-nouveau .single-headers .activity{display:block;font-size:12px;padding:0}.bp-nouveau .single-headers .wbtm-group-cover-image-container .activity{color:var(--reign-site-alternate-text-color);margin-bottom:10px}.bp-nouveau .single-headers .wbtm-cover-header-type-1 .group-status,.bp-nouveau .single-headers .wbtm-cover-header-type-2 .group-status{color:var(--reign-color-white)}.bp-nouveau .groups-header .moderators-lists{margin-top:14px}.bp-nouveau .groups-header .wbtm-cover-header-type-1 .moderators-lists .moderators-title,.bp-nouveau .groups-header .wbtm-cover-header-type-2 .moderators-lists .moderators-title{color:var(--reign-color-white)}.bp-nouveau .groups-header .wbtm-cover-header-type-1 #item-header-content .activity,.bp-nouveau .groups-header .wbtm-cover-header-type-2 #item-header-content .activity{color:var(--reign-color-white)}.bp-nouveau .groups-header .moderators-lists .moderators-title{text-align:center}.bp-nouveau ul#group-admins,.bp-nouveau ul#group-mods{margin:0;text-align:center;list-style:none}.bp-nouveau #buddypress .single-group-content-area div#item-header div#item-meta{display:block;margin:0}.bp-nouveau #buddypress .single-group-content-area div#item-header div#item-meta p{margin-bottom:0}.bp-nouveau .single-headers .group-status{color:inherit;font-size:15px;margin:0 0 10px;padding:0}.bp-nouveau .single-headers .group-status strong{font-weight:400}.bp-nouveau #buddypress div#item-header.single-headers .wbtm-cover-header-type-1 #item-header-cover-image #item-header-content .wbtm-item-buttons-wrapper #item-buttons div.generic-button .button,.bp-nouveau #buddypress div#item-header.single-headers .wbtm-cover-header-type-1 #item-header-cover-image #item-header-content .wbtm-item-buttons-wrapper #item-buttons div.generic-button a,.bp-nouveau #buddypress div#item-header.single-headers .wbtm-cover-header-type-2 #item-header-cover-image #item-header-content .wbtm-item-buttons-wrapper #item-buttons div.generic-button .button,.bp-nouveau #buddypress div#item-header.single-headers .wbtm-cover-header-type-2 #item-header-cover-image #item-header-content .wbtm-item-buttons-wrapper #item-buttons div.generic-button a,.bp-nouveau #buddypress div#item-header.single-headers .wbtm-cover-header-type-3 #item-header-cover-image #item-header-content .wbtm-item-buttons-wrapper #item-buttons div.generic-button .button,.bp-nouveau #buddypress div#item-header.single-headers .wbtm-cover-header-type-3 #item-header-cover-image #item-header-content .wbtm-item-buttons-wrapper #item-buttons div.generic-button a,.bp-nouveau #buddypress div#item-header.single-headers .wbtm-cover-header-type-4 #item-header-cover-image #item-header-content .wbtm-item-buttons-wrapper #item-buttons div.generic-button .button,.bp-nouveau #buddypress div#item-header.single-headers .wbtm-cover-header-type-4 #item-header-cover-image #item-header-content .wbtm-item-buttons-wrapper #item-buttons div.generic-button a{border-radius:var(--reign-global-button-radius)}@media screen and (max-width:782px){.bp-nouveau #buddypress div#item-header.single-headers .wbtm-cover-header-type-1 #item-header-cover-image #item-header-content,.bp-nouveau #buddypress div#item-header.single-headers .wbtm-cover-header-type-2 #item-header-cover-image #item-header-content{padding-bottom:0}}@media screen and (max-width:782px){.bp-nouveau #buddypress div#item-header.single-headers #cover-image-container #item-header-cover-image{padding-bottom:40px}.bp-nouveau #buddypress div#item-header.single-headers #cover-image-container #item-header-cover-image .wbtm-item-buttons-wrapper{width:100%;left:0}.bp-nouveau #buddypress div#item-header.single-headers #cover-image-container #item-header-cover-image .wbtm-item-buttons-wrapper .groups-meta{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.bp-nouveau #buddypress div#item-header.single-headers #cover-image-container #item-header-cover-image .wbtm-item-buttons-wrapper .groups-meta div.generic-button .button{width:auto}.bp-nouveau #buddypress div#item-header.single-headers #cover-image-container.wbtm-cover-header-type-1 #item-header-cover-image{padding-top:40px}}.bp-nouveau #buddypress div#item-header.single-headers .wbtm-cover-header-type-3 .wbtm-member-info-section{width:70%;z-index:3}@media (max-width:782px){.bp-nouveau #buddypress div#item-header.single-headers .wbtm-cover-header-type-3 .wbtm-member-info-section{width:100%}}.bp-nouveau #buddypress div#item-header.single-headers .wbtm-cover-header-type-3 .wbtm-member-info-section #item-header-content .wbtm-item-buttons-wrapper #item-buttons{margin-bottom:10px!important}@media only screen and (max-width:300px){.bp-nouveau #buddypress div#item-header.single-headers .wbtm-cover-header-type-3 .wbtm-member-info-section #item-header-content .wbtm-item-buttons-wrapper #item-buttons{margin-bottom:0!important}}.bp-nouveau #buddypress div#item-header.single-headers .wbtm-cover-header-type-3 .wbtm-member-info-section #item-header-content .bp-group-type-list strong{color:inherit}.bp-nouveau #buddypress div#item-header.single-headers .wbtm-cover-header-type-3 .wbtm-member-info-section #item-header-content .wbtm-item-buttons-wrapper #item-buttons .groups-meta .generic-button a,.bp-nouveau #buddypress div#item-header.single-headers .wbtm-cover-header-type-3 .wbtm-member-info-section #item-header-content .wbtm-item-buttons-wrapper #item-buttons .groups-meta .generic-button button{margin:0;border-radius:var(--reign-global-button-radius)!important;height:auto}.bp-nouveau #buddypress div#item-header.single-headers #cover-image-container .wbtm-member-info-section #item-header-content .bp-group-type-list{margin-bottom:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;font-size:15px}@media only screen and (max-width:782px){.bp-nouveau #buddypress div#item-header.single-headers #cover-image-container .wbtm-member-info-section #item-header-content .bp-group-type-list{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:0}}.bp-nouveau #buddypress div#item-header.single-headers #cover-image-container .wbtm-member-info-section #item-header-content .bp-group-type-list a{display:inline-block;text-align:center;margin:0 5px 5px 0;padding:3px 10px;border-radius:20px;font-size:12px;color:#a66ff7;background-color:rgba(166,111,247,.1)}.bp-nouveau #buddypress div#item-header.single-headers #cover-image-container .wbtm-member-info-section #item-header-content .bp-group-type-list a:nth-child(2n){color:#416aef;background-color:rgba(65,106,239,.1)}.bp-nouveau #buddypress div#item-header.single-headers #cover-image-container .wbtm-member-info-section #item-header-content .bp-group-type-list a:hover:nth-child(2n){color:#fff;background-color:#416aef}.bp-nouveau #buddypress div#item-header.single-headers #cover-image-container .wbtm-member-info-section #item-header-content .bp-group-type-list a:nth-child(3n){color:#f81895;background-color:rgba(248,24,149,.1)}.bp-nouveau #buddypress div#item-header.single-headers #cover-image-container .wbtm-member-info-section #item-header-content .bp-group-type-list a:hover:nth-child(3n){color:#fff;background-color:#f81895}.bp-nouveau #buddypress div#item-header.single-headers #cover-image-container .wbtm-member-info-section #item-header-content .bp-group-type-list a:nth-child(4n){color:#cc7401;background-color:rgba(204,116,1,.1)}.bp-nouveau #buddypress div#item-header.single-headers #cover-image-container .wbtm-member-info-section #item-header-content .bp-group-type-list a:hover:nth-child(4n){color:#fff;background-color:#cc7401}.bp-nouveau #buddypress div#item-header.single-headers #cover-image-container .wbtm-member-info-section #item-header-content .bp-group-type-list a:nth-child(5n){color:#04bbf1;background-color:rgba(4,187,241,.1)}.bp-nouveau #buddypress div#item-header.single-headers #cover-image-container .wbtm-member-info-section #item-header-content .bp-group-type-list a:hover:nth-child(5n){color:#fff;background-color:#04bbf1}.bp-nouveau #buddypress div#item-header.single-headers #cover-image-container .wbtm-member-info-section #item-header-content .bp-group-type-list a:nth-child(6n){color:#28a745;background-color:rgba(40,167,69,.1)}.bp-nouveau #buddypress div#item-header.single-headers #cover-image-container .wbtm-member-info-section #item-header-content .bp-group-type-list a:hover:nth-child(6n){color:#fff;background-color:#28a745}.bp-nouveau #buddypress div#item-header.single-headers #cover-image-container .wbtm-member-info-section #item-header-content .bp-group-type-list a:nth-child(7n){color:#ff788c;background-color:rgba(255,120,140,.1)}.bp-nouveau #buddypress div#item-header.single-headers #cover-image-container .wbtm-member-info-section #item-header-content .bp-group-type-list a:hover:nth-child(7n){color:#fff;background-color:#ff788c}body.single-item.groups.bp-nouveau #buddypress div#item-header #item-header-cover-image #item-actions,body.single-item.groups.bp-nouveau #buddypress div#item-header #item-header-cover-image #item-header-content{margin-top:0}body.single-item.groups.bp-nouveau #buddypress div#item-header.single-headers .wbtm-cover-header-type-3 .wbtm-member-info-section{width:65%;max-width:100%}@media (max-width:782px){body.single-item.groups.bp-nouveau #buddypress div#item-header.single-headers .wbtm-cover-header-type-3 .wbtm-member-info-section{width:100%}}@media (min-width:782px){body.single-item.groups.bp-nouveau #buddypress div#item-header .wbtm-cover-header-type-1 #item-header-cover-image #item-actions{margin-left:50px}}body.single-item.groups.bp-nouveau #buddypress div#item-header .wbtm-cover-header-type-3 #item-header-cover-image #item-actions{margin-left:auto;width:auto;max-width:100%}@media (max-width:781px){body.single-item.groups.bp-nouveau #buddypress div#item-header .wbtm-cover-header-type-3 #item-header-cover-image #item-actions{padding-top:0;margin-left:0}}body.single-item.groups.bp-nouveau #buddypress div#item-header #item-header-cover-image #item-header-content{margin:0}body.single-item.groups.bp-nouveau #buddypress div#item-header .wbtm-cover-header-type-2 #item-header-cover-image #item-actions,body.single-item.groups.bp-nouveau #buddypress div#item-header .wbtm-group-cover-image-container.wbtm-cover-header-type-2 #item-header-cover-image #item-header-content{min-width:100%;text-align:center}body.single-item.groups.bp-nouveau #buddypress div#item-header .wbtm-cover-header-type-2 #item-header-cover-image #item-actions{padding-top:0;min-width:100%;margin:0;float:none}body.single-item.groups.bp-nouveau #buddypress div#item-header .wbtm-cover-header-type-2 .wbtm-member-info-section{padding-top:30px}body.single-item.groups.bp-nouveau #buddypress div#item-header .wbtm-cover-header-type-2 #item-header-content .bp-group-type-list{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.single-headers .wbtm-cover-header-type-2 .group-status{padding-right:0}body.bp-nouveau:not(.logged-in) #buddypress .item-list.rg-group-list.wbtm-group-directory-type-2 div.action{margin:0;padding:0;border:0}@media (min-width:782px){body.single-item.groups.bp-nouveau #buddypress div#item-header .wbtm-cover-header-type-3 #item-header-cover-image #item-actions{padding-top:80px;margin-bottom:0}}.wbtm-cover-header-type-1 p.bp-group-type-list,.wbtm-cover-header-type-2 p.bp-group-type-list{color:#fff}.bp-nouveau .widget-area .widget_bp_groups_widget #groups-list .item-avatar img{width:100%;min-width:50px;max-width:50px;height:auto;border-radius:var(--reign-global-border-radius);margin:initial}.bp-nouveau .buddypress.widget .activity-list img,.bp-nouveau .widget-area .bp-login-widget-user-avatar img,.bp-nouveau .widget-area .item-avatar img{border-radius:var(--reign-global-border-radius)}.bp-nouveau .buddypress.widget .activity-list img{margin:0 5px 0 2px}.bp-nouveau .buddypress-wrap.round-avatars .buddypress.widget .activity-list img.avatar,.bp-nouveau .buddypress-wrap.round-avatars .widget-area .bp-login-widget-user-avatar img,.bp-nouveau .buddypress-wrap.round-avatars .widget-area .item-avatar img,.bp-nouveau .buddypress-wrap.round-avatars .widget-area .widget_bp_groups_widget #groups-list .item-avatar img{border-radius:50%}.bp-nouveau .widget-area .widget.buddypress div.item-meta{color:var(--reign-site-alternate-text-color);font-size:12px}.bp-nouveau .buddypress.widget ul#friends-list li .item-avatar,.bp-nouveau .buddypress.widget ul#groups-list li .item-avatar,.bp-nouveau .buddypress.widget ul#members-list li .item-avatar{padding:.5em 0;text-align:left}.bp-nouveau .buddypress.widget ul#friends-list li .item,.bp-nouveau .buddypress.widget ul#groups-list li .item,.bp-nouveau .buddypress.widget ul#members-list li .item{margin-left:60px}.bp-nouveau .widget-area .widget.buddypress div.item{padding:.5em}.bp-nouveau .widget-area .widget.buddypress #friends-list li,.bp-nouveau .widget-area .widget.buddypress #groups-list li,.bp-nouveau .widget-area .widget.buddypress #members-list li{display:block;padding:0;margin:0}.bp-nouveau .buddypress-wrap .buddypress.widget ul#friends-list,.bp-nouveau .buddypress-wrap .buddypress.widget ul#groups-list,.bp-nouveau .buddypress-wrap .buddypress.widget ul#members-list{margin:0;width:100%;display:block}.bp-nouveau .buddypress-wrap .buddypress.widget ul#friends-list li,.bp-nouveau .buddypress-wrap .buddypress.widget ul#groups-list li,.bp-nouveau .buddypress-wrap .buddypress.widget ul#members-list li{-webkit-box-flex:1;-ms-flex:1;flex:1;margin:0;width:100%;border:0}.bp-nouveau .buddypress-wrap .widget-area .bp-login-widget-user-avatar img,.bp-nouveau .buddypress-wrap .widget-area .item-avatar img{border-radius:var(--reign-global-border-radius)}.bp-nouveau.round-avatars .buddypress-wrap .widget-area .bp-login-widget-user-avatar img,.bp-nouveau.round-avatars .buddypress-wrap .widget-area .item-avatar img{border-radius:50%}.bp-nouveau .widget_nav_menu .main-navs.dir-navs{margin-bottom:0}.bp-nouveau .widget.widget_nav_menu.buddypress_object_nav ul li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bp-nouveau .widget.widget_nav_menu.buddypress_object_nav ul li a{padding:2px 0}.bp-nouveau .buddypress-wrap .widget-area .widget.widget_nav_menu .bp-navs li{float:none}.bp-nouveau .widget.widget_nav_menu ul li:hover{margin-left:0}.bp-nouveau .widget.widget_nav_menu ul li a{display:block}.bp-nouveau .widget_bp_core_login_widget:after{content:" ";clear:both;display:table}.bp-nouveau form#bp-login-widget-form label{display:block;margin-bottom:5px}.bp-nouveau form#bp-login-widget-form input[type=password],.bp-nouveau form#bp-login-widget-form input[type=text]{margin-bottom:15px;width:100%}.bp-nouveau .bp-login-widget-user-avatar{float:left;margin-right:15px}.bp-nouveau .bp-login-widget-user-avatar::after{content:"";clear:both;display:table}.bp-nouveau .bp-login-widget-user-links{margin-bottom:10px}.bp-nouveau .widget_bps_widget .ui-accordion .ui-accordion-content{padding:15px}.bp-nouveau .widget_bps_widget input[type=number],.bp-nouveau .widget_bps_widget input[type=search]{width:100%;height:34px}.bp-nouveau .widget_bps_widget select{height:34px}.bp-nouveau .widget_bps_widget .bps-form label{display:inline-block;margin:6px 0}.bp-nouveau .widget_bps_widget .bps-description{margin-top:5px;display:inline-block}.bp-nouveau .widget_bps_widget .bps-description:empty{display:none}.bp-nouveau .widget.bp-latest-activities .activity-list{padding:0}.bp-nouveau .widget.bp-latest-activities .activity-list p{margin:0}.bp-nouveau .widget.bp-latest-activities .activity-list p+p{margin-bottom:10px}.bp-nouveau .widget.bp-latest-activities .activity-list blockquote{margin:0 0 1.375rem}.bp-nouveau .widget.bp-latest-activities .activity-list blockquote:last-child{margin:0}.bp-nouveau .widget.bp-latest-activities .activity-list .activity-item:not(.mini){word-wrap:break-word;margin-bottom:12px;padding-top:5px;padding-bottom:5px}.bp-nouveau .widget.bp-latest-activities .activity-list .activity-item p{margin-bottom:0}.bp-nouveau .widget.bp-latest-activities .activity-list iframe{max-width:100%}.bp-nouveau.round-avatars .buddypress.widget .activity-list img.avatar,.bp-nouveau.round-avatars .widget-area .bp-login-widget-user-avatar img,.bp-nouveau.round-avatars .widget-area .item-avatar img,.bp-nouveau.round-avatars .widget-area .widget_bp_groups_widget #groups-list .item-avatar img{border-radius:50%}.widget-area .widget.buddypress div.item-options{padding:0}.widget-area .widget.buddypress div.item-options a{font-size:12px;padding:0;margin-right:10px}.widget-area .widget.buddypress div.item-options span{display:none}.widget-area .widget.buddypress div.item-options a.selected{color:var(--reign-colors-theme)}.widget-area span.activity{color:var(--reign-site-alternate-text-color);font-weight:300}.widget-area .widget.buddypress #friends-list li,.widget-area .widget.buddypress #groups-list li{clear:both;list-style-type:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0;margin:20px 0}.widget-area .widget.buddypress #members-list li{display:inline-block;padding:0;margin:0 5px 5px 0}.widget-area .widget.buddypress .item-avatar a,.widget-area .widget.buddypress div.item-content,.widget-area .widget.buddypress div.item-meta{margin:0}.widget-area .widget.buddypress div.item{margin:0;margin-left:15px}.widget-area .widget_bp_groups_widget #groups-list{border:none;clear:both}.widget-area .widget_bp_groups_widget #groups-list .item-avatar img{min-width:60px;max-width:60px;height:auto;border-radius:inherit;margin:0}.widget-area .widget_bp_reign_activity_widget{margin:0 0 30px}.widget-area .widget_bp_core_login_widget .widget-title{float:none}.widget-area .widget_bp_core_recently_active_widget .item-avatar a{display:block}.widget-area .widget.buddypress div.avatar-block .item-avatar .avatar{margin:0 10px 10px 0}.widget-area .widget.widget_rign_groups_widget.buddypress #groups-list li{margin-bottom:15px!important}.widget-area .widget.widget_rign_groups_widget .rg-group-section ul.item-list li a.item-avatar-group{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;padding-top:52.56%;border-radius:var(--reign-global-border-radius) var(--reign-global-border-radius) 0 0}.widget-area .widget.widget_rign_groups_widget .rg-group-section ul.item-list li a.item-avatar-group img.avatar{margin:auto}.widget-area .widget_rign_groups_widget .item-list.rg-group-list .bp-group-inner-wrap{width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:auto}.widget-area .widget_rign_groups_widget .item-list.rg-group-list div.item{margin-left:0}.widget-area .widget_rign_groups_widget .item-list.rg-group-list #group-admins li{margin:0}.elementor-widget-wp-widget-bp_reign_groups_widget .container{padding:0}.buddypress.widget.widget_rign_groups_widget ul#groups-list li .item{margin-left:0}#buddypress .widget .group-mods-title{margin-top:15px}#buddypress .widget ul#group-mods li{display:inline-block}#buddypress .widget ul#group-mods li img.avatar{max-width:30px;border-radius:100%;margin:0 0 4px}.widget_bp_reign_activity_widget ul#activity-filter-links{margin:0}.widget_bp_reign_activity_widget #activity-filter-links li{display:inline-block;margin-right:6px}.widget_bp_reign_activity_widget .bpolls-options-attach-container{display:none}.widget-area .widget_bp_reign_activity_widget .reign-activity-header>p a{display:inline}.widget.buddypress div.item-avatar img.avatar{margin:0}body.buddypress .buddypress-wrap h1,body.buddypress .buddypress-wrap h2,body.buddypress .buddypress-wrap h3,body.buddypress .buddypress-wrap h4,body.buddypress .buddypress-wrap h5,body.buddypress .buddypress-wrap h6{margin:1rem 0}.bp-nouveau #buddypress.buddypress-wrap.bp-dir-hori-nav:not(.bp-vertical-navs) #item-body{padding:0;margin-top:0}.bp-nouveau .bp-list li .item-avatar img.avatar{max-width:100px}.bp-nouveau .buddypress-wrap a[data-bp-close],.bp-nouveau .buddypress-wrap button[data-bp-close]{background:0 0;color:#555;padding:0}.bp-nouveau .buddypress-wrap a[data-bp-close]:hover,.bp-nouveau .buddypress-wrap button[data-bp-close]:hover{background:0 0;color:#333}.bp-nouveau .buddypress-wrap .bp-subnavs{margin:15px 0!important}.bp-nouveau .bp-plugin-widgets{margin-bottom:20px}.bp-nouveau .group-front-page,.bp-nouveau .member-front-page{margin-top:20px}.bp-nouveau .group-front-page .bp-sidebar,.bp-nouveau .member-front-page .bp-sidebar{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;margin:0 -15px}@media (max-width:32em){.bp-nouveau .group-front-page .bp-sidebar,.bp-nouveau .member-front-page .bp-sidebar{display:block;margin:auto}}.bp-nouveau .group-front-page .bp-sidebar .widget,.bp-nouveau .member-front-page .bp-sidebar .widget{width:-webkit-calc(50% - 30px);width:calc(50% - 30px);margin:0 15px 20px 15px}@media (max-width:32em){.bp-nouveau .group-front-page .bp-sidebar .widget,.bp-nouveau .member-front-page .bp-sidebar .widget{width:100%;margin:auto;margin-bottom:30px}}.bp-nouveau .group-front-page .bp-sidebar .item-avatar img,.bp-nouveau .member-front-page .bp-sidebar .item-avatar img{max-width:46px}.bp-nouveau #send-invites-editor,.bp-nouveau .bp-member-add-form,.bp-nouveau .bp-messages-content,.bp-nouveau .bptodo-adming-setting,.bp-nouveau .bptodo-form-add,.bp-nouveau .buddypress-wrap .profile,.bp-nouveau .bupr-bp-member-reviews-block,.bp-nouveau form#account-capabilities-form,.bp-nouveau form#account-group-invites-form,.bp-nouveau form#group-settings-form{background:var(--reign-site-sections-bg-color);margin-top:15px;padding:15px;border:1px solid var(--reign-site-border-color);border-radius:var(--reign-global-border-radius)!important}.bp-nouveau .bp-messages-content #bp-message-thread-list .message-content,.bp-nouveau .bp-messages-content #bp-message-thread-list li:nth-child(2n) .message-content{padding:15px;background:var(--reign-site-secondary-bg-color)}.bp-nouveau .bp-messages-content #bp-message-thread-list .message-content p,.bp-nouveau .bp-messages-content #bp-message-thread-list li:nth-child(2n) .message-content p{margin-bottom:0}.bp-nouveau ul#bp-message-thread-list:empty{display:none}.bp-nouveau #bp-message-thread-list .message-content{margin:15px 0 0;width:100%;border-radius:var(--reign-global-border-radius)}.bp-nouveau #bp-message-thread-header{margin:0 0 1.375rem}.bp-nouveau .bp-messages-content #bp-message-thread-list{margin:0 0 1.375rem;padding:15px;border:1px solid var(--reign-site-border-color);border-radius:var(--reign-global-border-radius)}.bp-nouveau .bp-messages-content #bp-message-thread-list .message-metadata{padding:0 0 10px;box-shadow:none;border-radius:0;border-color:var(--reign-site-border-color)}.bp-nouveau .buddypress-wrap .standard-form .wbcom-user-social label{margin:-5px 0 10px}.bp-nouveau .buddypress-wrap .standard-form .wbtm-rtm-header-view label{margin:-5px 0 10px}.bp-nouveau .field-visibility-settings-toggle{margin-top:10px}.bp-nouveau .buddypress-wrap .profile.edit .editfield,.bp-nouveau .buddypress-wrap table.profile-fields{box-shadow:none;border-radius:var(--reign-global-border-radius)!important}.bp-nouveau .buddypress-wrap .profile.edit .button-nav li{margin-bottom:10px}.bp-nouveau .buddypress-wrap .profile.public .profile-group-title{padding-bottom:5px;border-color:var(--reign-site-border-color)}.bp-nouveau .buddypress-wrap .profile.edit .editfield>fieldset p{margin-bottom:0}.bp-nouveau .wbtm-rtm-header-view .bp-profile-field.editfield select{max-width:180px;height:34px}.bp-nouveau .buddypress-wrap .profile.edit .editfield .description{margin-bottom:10px}.bp-nouveau .buddypress-wrap .standard-form .datebox-selects{margin-bottom:20px}.bp-nouveau .buddypress-wrap .standard-form .datebox-selects select{margin-right:15px;height:34px}@media (max-width:543px){.bp-nouveau .buddypress-wrap .standard-form .datebox-selects select{width:100%;margin:10px 0}}.bp-nouveau #buddypress.buddypress-wrap .bptodo-form-add .mce-btn button,.bp-nouveau #buddypress.buddypress-wrap .standard-form .mce-btn button{padding:2px 3px;background:0 0}.bp-nouveau #buddypress input[type=button].ed_button{padding:0 8px 1px}.bp-nouveau .buddypress-wrap .standard-form a.clear-value{margin-top:15px}.bp-nouveau .drag-drop-inside p.drag-drop-info{margin-bottom:15px}.bp-nouveau .buddypress-wrap .bp-tables-user,.bp-nouveau .buddypress-wrap table.forum,.bp-nouveau .buddypress-wrap table.wp-profile-fields{border:1px solid transparent;border-radius:var(--reign-global-border-radius);overflow:hidden;box-shadow:0 0 1px 1px var(--reign-site-border-color)}.bp-nouveau .buddypress-wrap table.notifications .bulk-select-all,.bp-nouveau .buddypress-wrap table.notifications .bulk-select-check{padding-left:1em}.bp-nouveau .buddypress-wrap .bp-tables-user tr td.label,.bp-nouveau .buddypress-wrap table.forum tr td.label,.bp-nouveau .buddypress-wrap table.profile-fields .data,.bp-nouveau .buddypress-wrap table.wp-profile-fields tr td.label{border:0;border-color:var(--reign-site-border-color)}.bp-nouveau .buddypress-wrap .bp-tables-user tr.alt td,.bp-nouveau .buddypress-wrap table.wp-profile-fields tr.alt td{background:0 0}.bp-nouveau .buddypress-wrap .bp-tables-user tbody tr,.bp-nouveau .buddypress-wrap table.forum tbody tr,.bp-nouveau .buddypress-wrap table.wp-profile-fields tbody tr{background:var(--reign-site-sections-bg-color)}.bp-nouveau .buddypress-wrap .notifications-options-nav #notification-select,.bp-nouveau .buddypress-wrap .notifications-options-nav #notification-select:focus{display:inline-block;text-indent:0}.bp-nouveau .buddypress-wrap .notifications-options-nav input#notification-bulk-manage{margin-top:10px}@media screen and (min-width:32em){.bp-nouveau .buddypress-wrap .notifications-options-nav input#notification-bulk-manage{margin-top:0;margin-left:10px}}.bp-nouveau .buddypress-wrap .invitations-options-nav input#invitation-bulk-manage,.bp-nouveau .buddypress-wrap .notifications-options-nav input#notification-bulk-manage{border-radius:var(--reign-global-button-radius)}.bp-nouveau .buddypress-wrap .subnav-filters.bp-messages-filters ul{margin:0}.bp-nouveau .bp-messages-filters button#bp-messages-next-page,.bp-nouveau .bp-messages-filters button#bp-messages-prev-page{margin-right:10px}.bp-nouveau .bp-messages-filters button#bp-messages-next-page:before,.bp-nouveau .bp-messages-filters button#bp-messages-prev-page:before{content:none!important}.bp-nouveau #message-threads{background:var(--reign-site-sections-bg-color);border:1px solid var(--reign-site-border-color)}.bp-nouveau #message-threads li{padding:10px;border-color:var(--reign-site-border-color)}.bp-nouveau #message-threads li .thread-from img.avatar,.bp-nouveau #message-threads li .thread-to img.avatar{max-width:32px}.bp-nouveau #message-threads li .thread-content{padding:0 10px}.bp-nouveau .buddypress-wrap .subnav-filters .user-messages-bulk-actions label{margin-left:5px}.bp-nouveau .bp-messages-content #thread-preview,.bp-nouveau .buddypress-wrap table.notification-settings{background:var(--reign-site-sections-bg-color);box-shadow:none;border-color:var(--reign-site-border-color)}.bp-nouveau .buddypress-wrap table.notification-settings{border:1px solid var(--reign-site-border-color)}.bp-nouveau .bp-messages-content .thread-participants ul{margin:0;margin-top:10px}.bp-nouveau .bp-messages-content .actions .bp-icons.bp-hide{display:none}.bp-nouveau .bp-messages-content #bp-message-thread-list .message-metadata button,.bp-nouveau .bp-messages-content .actions .bp-icons:not(.bp-hide){box-shadow:none;border:0;color:#555;background:0 0}.bp-nouveau .bp-messages-content #bp-message-thread-list .message-metadata button:hover,.bp-nouveau .bp-messages-content .actions .bp-icons:not(.bp-hide):hover{box-shadow:none;border:0}.bp-nouveau .rtm-privacy-levels{margin-bottom:20px}.bp-nouveau .rtm-privacy-levels>label{line-height:2}.bp-nouveau .buddypress-wrap .grid.bp-list>li ul.friends-meta.action .generic-button{margin:0 5px 5px 0}.bp-nouveau .item-body-inner-wrapper{margin-bottom:30px}.bp-nouveau.followers .buddypress-wrap ul.subnav,.bp-nouveau.following .buddypress-wrap ul.subnav{width:100%}.bp-nouveau.followers .buddypress-wrap ul.subnav #members-order-select,.bp-nouveau.following .buddypress-wrap ul.subnav #members-order-select{padding:10px;float:right!important}.bp-nouveau.followers .buddypress-wrap ul.subnav #members-order-select.filter label:before,.bp-nouveau.following .buddypress-wrap ul.subnav #members-order-select.filter label:before{vertical-align:middle;margin-right:4px}.bp-nouveau #buddypress.buddypress-wrap.bp-dir-hori-nav #item-body #subnav{border:1px solid var(--reign-site-border-color);border-radius:var(--reign-global-border-radius)}.bp-nouveau #buddypress.buddypress-wrap.bp-dir-hori-nav #item-body #subnav::before{height:0}.bp-nouveau #buddypress.buddypress-wrap.bp-dir-hori-nav .bp-subnavs{margin:20px 0!important}.bp-nouveau #buddypress.buddypress-wrap.bp-dir-hori-nav .profile>.screen-heading{margin-top:0;border-bottom:0}@media (min-width:544px){.bp-nouveau #buddypress.buddypress-wrap.bp-dir-hori-nav #item-body #subnav ul li{float:left}}@media (max-width:543px){.bp-nouveau #buddypress.buddypress-wrap.bp-dir-hori-nav #item-body #subnav ul li{float:none;border-radius:var(--reign-global-border-radius)!important}}.bp-nouveau .buddypress-wrap:not(.bp-single-vert-nav) .bp-navs li{float:left}@media (min-width:46.8em){.bp-nouveau #buddypress.buddypress-wrap.bp-dir-hori-nav.bp-single-vert-nav .bp-subnavs{margin-top:0!important}.bp-nouveau .buddypress-wrap.bp-single-vert-nav .bp-list{margin-bottom:0}.bp-nouveau .bp-single-vert-nav .bp-navs.vertical ul{width:100%;border:0}.bp-nouveau .bp-single-vert-nav .bp-wrap{margin-bottom:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap}.bp-nouveau .bp-vertical-navs .rg-nouveau-sidebar-menu{width:100%;-webkit-box-flex:0;-ms-flex:0 0 230px;flex:0 0 230px;float:left;background:var(--reign-site-sections-bg-color);margin:0;min-height:50vh;padding:0;border-radius:var(--reign-global-border-radius) 0 0 var(--reign-global-border-radius)!important;border:1px solid var(--reign-site-border-color);border-right:0;padding:15px 0}.bp-nouveau .bp-single-vert-nav .bp-navs.vertical li:focus,.bp-nouveau .bp-single-vert-nav .bp-navs.vertical li:hover{background:var(--reign-site-body-bg-color)}.bp-nouveau #buddypress.bp-vertical-navs #item-body{padding:0;-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:1px;margin:0}.bp-nouveau #buddypress.bp-vertical-navs #item-body .wb-grid{height:100%}.bp-nouveau .bp-single-vert-nav .item-body:not(#group-create-body){border:0;border-color:var(--reign-site-border-color)}.bp-nouveau .bp-vertical-navs .item-body-inner-wrapper{padding:15px;background:var(--reign-site-sections-bg-color);border:1px solid var(--reign-site-border-color);height:100%;min-height:50vh;border-radius:0 var(--reign-global-border-radius) var(--reign-global-border-radius) 0!important}.bp-nouveau .bp-vertical-navs .messages-header+.item-body-inner-wrapper{height:auto;border-radius:var(--reign-global-border-radius)!important}.bp-nouveau .bp-single-vert-nav .bp-navs.vertical:not(.tabbed-links) ul{background:var(--reign-site-sections-bg-color)}.bp-nouveau .bp-single-vert-nav .bp-navs.vertical:not(.tabbed-links) ul>li a{padding:10px}.bp-nouveau .buddypress-wrap .main-navs.tabbed-links ol li a,.bp-nouveau .buddypress-wrap .main-navs.tabbed-links ol li span:not(.count),.bp-nouveau .buddypress-wrap .main-navs.tabbed-links ul li a,.bp-nouveau .buddypress-wrap .main-navs.tabbed-links ul li span:not(.count){padding:10px}.bp-nouveau .bp-single-vert-nav .item-body:not(#group-create-body){background:0 0}.bp-nouveau .bp-single-vert-nav .item-body:not(#group-create-body) #subnav:not(.tabbed-links){margin:0}.bp-nouveau .buddypress-wrap .tabbed-links ol li.current,.bp-nouveau .buddypress-wrap .tabbed-links ul li.current{border-bottom-color:var(--reign-site-border-color)}.bp-nouveau #buddypress #item-body{padding:0 0 0 1em}.bp-nouveau .bp-single-vert-nav .item-body:not(#group-create-body) #subnav:not(.tabbed-links) li{margin:0;font-size:14px}.bp-nouveau .bp-single-vert-nav .item-body:not(#group-create-body) #subnav:not(.tabbed-links) li a,.bp-nouveau .bp-single-vert-nav .item-body:not(#group-create-body) #subnav:not(.tabbed-links) li.current a{padding:10px;text-decoration:none;border-right:0}.bp-nouveau .buddypress-wrap .bp-navs.tabbed-links ul.subnav li.bp-personal-sub-tab.last a{margin-top:0}.bp-nouveau .bp-vertical-navs #send-invites-editor,.bp-nouveau .bp-vertical-navs .bp-member-add-form,.bp-nouveau .bp-vertical-navs .bp-messages-content,.bp-nouveau .bp-vertical-navs .bptodo-adming-setting,.bp-nouveau .bp-vertical-navs .bptodo-form-add,.bp-nouveau .bp-vertical-navs .bupr-bp-member-reviews-block,.bp-nouveau .bp-vertical-navs form#account-capabilities-form,.bp-nouveau .bp-vertical-navs form#account-group-invites-form,.bp-nouveau .bp-vertical-navs form#group-settings-form,.bp-nouveau .bp-vertical-navs form#settings-form,.bp-nouveau .buddypress-wrap.bp-vertical-navs .profile:not(.activity-item){padding:0;border:0;box-shadow:none}.bp-nouveau #buddypress.buddypress-wrap.bp-dir-hori-nav.bp-vertical-navs #item-body #subnav,.bp-nouveau.media .buddypress-wrap.bp-dir-hori-nav.bp-vertical-navs .rtmedia-container{padding:0;border:0}}@media (max-width:46.8em){.bp-nouveau .buddypress-wrap ul.subnav{border-radius:var(--reign-global-border-radius)}.bp-nouveau .buddypress-wrap .bp-subnavs,.bp-nouveau .buddypress-wrap .single-screen-navs{background:var(--reign-site-sections-bg-color);border:0}.bp-nouveau #buddypress #item-body{padding:0}.bp-nouveau #buddypress.buddypress-wrap.bp-dir-hori-nav #item-body #subnav{padding:0}.bp-nouveau .bp-vertical-navs .item-body-inner-wrapper{background:0 0!important}.bp-nouveau .bp-single-vert-nav .bp-navs.vertical li{float:left}.bp-nouveau #buddypress.buddypress-wrap.bp-dir-hori-nav.bp-single-vert-nav .bp-subnavs{margin-top:0!important}}.bp-nouveau #item-body .profile #drag-drop-area{background:rgba(0,0,0,.05);border:1px dashed rgba(0,0,0,.2);border-radius:6px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:16px}.bp-nouveau .rtmedia-uploader .drag-drop{background-color:var(--reign-site-sections-bg-color);border:1px dashed rgba(0,0,0,.2);border-radius:6px}.bp-nouveau #item-body .profile .drag-drop .drag-drop-inside{margin:0}.bp-nouveau .buddypress-wrap .single-screen-navs li{border-bottom:0;border-color:var(--reign-site-border-color)}@media (max-width:46.8em){.bp-nouveau .buddypress-wrap .rg-nouveau-sidebar-menu{margin-bottom:0;background:var(--reign-site-sections-bg-color);border:1px solid var(--reign-site-border-color);overflow:hidden;border-radius:var(--reign-global-border-radius)!important}.bp-nouveau .buddypress-wrap .rg-nouveau-sidebar-menu.reign-nav-more{overflow:visible}}.bp-nouveau .buddypress-wrap .rg-nouveau-sidebar-menu span.rg-toggle{float:right;font-size:20px;border-bottom:0}.bp-nouveau .buddypress-wrap .rg-nouveau-sidebar-menu .horizontal{width:100%;height:auto}.bp-nouveau .buddypress-wrap .rg-nouveau-sidebar-menu .vertical{border:0;display:block;border-left:0;height:auto}.bp-nouveau .buddypress-wrap .rg-nouveau-sidebar-menu.reign-nav-swipe{border:0}.bp-nouveau .group-front-page .widget-title,.bp-nouveau .member-front-page .widget-title{display:block}.bp-nouveau .group-front-page .buddypress.widget ul.item-list li,.bp-nouveau .member-front-page .buddypress.widget ul.item-list li{border:1px solid var(--reign-site-border-color)}.bp-nouveau .group-front-page div.avatar-block .item-avatar .avatar,.bp-nouveau .member-front-page div.avatar-block .item-avatar .avatar{margin:0 10px 10px 0}.bp-nouveau #invite-anyone-group-list{margin-top:15px}.bp-nouveau .bp-widget.social h2,.bp-nouveau .item-body-inner-wrapper .profile h2{font-size:20px;font-weight:400;padding-bottom:5px;border-bottom:1px solid var(--reign-site-border-color)}.bp-nouveau .bp-widget.social table.profile-fields,.bp-nouveau .item-body-inner-wrapper .profile table.profile-fields{background:var(--reign-site-sections-bg-color)}.bp-nouveau .bp-widget.social table.profile-fields td,.bp-nouveau .item-body-inner-wrapper .profile table.profile-fields td{padding:.5em;border:0}.bp-nouveau .bp-widget.social table.profile-fields td.label,.bp-nouveau .item-body-inner-wrapper .profile table.profile-fields td.label{font-weight:600;vertical-align:top}.bp-nouveau table.profile-fields.bprm-profile-fields tr.set-even:nth-child(2n+2){background-color:var(--reign-site-sections-bg-color)}.bp-nouveau .bprm-profile-fields td{border:0}.bp-nouveau .buddypress-wrap ul#friend-list .accept,.bp-nouveau .buddypress-wrap ul#friend-list .reject{margin-left:0}.bp-nouveau .buddypress-wrap ul#friend-list.wbtm-member-directory-type-1.grid.bp-list>li .item{text-align:left}.bp-nouveau .buddypress-wrap ul#friend-list.wbtm-member-directory-type-1.grid.bp-list>li .item .item-title{font-size:14px;font-weight:600}.bp-nouveau .buddypress-wrap ul#friend-list.wbtm-member-directory-type-1.grid.bp-list>li .item .item-meta{text-align:left;margin-bottom:0;margin-top:5px}.bp-nouveau .badgeos-achievements-list-item{background:var(--reign-site-sections-bg-color);padding:20px 15px}.bp-nouveau #badgeos-achievements-container .grid>li,.bp-nouveau #badgeos-achievements-container .list>li,.bp-nouveau #badgeos-earned-achievements-container .grid>li,.bp-nouveau #badgeos-earned-achievements-container .list>li,.bp-nouveau #badgeos-earned-ranks-container .grid>li,.bp-nouveau #badgeos-earned-ranks-container .list>li,.bp-nouveau .badgeos-achievements-list-item{border:0}.bp-nouveau h2.badgeos-item-title{margin:0 0 15px!important}.bp-nouveau #badgeos-achievements-container ul,.bp-nouveau #badgeos-earned-achievements-container ul,.bp-nouveau #badgeos-earned-ranks-container ul{margin:0}.bp-nouveau #badgeos-achievements-container .grid>li,.bp-nouveau #badgeos-earned-achievements-container .grid>li,.bp-nouveau #badgeos-earned-ranks-container .grid>li{width:50%}@media (max-width:767px){.bp-nouveau #badgeos-achievements-container .grid>li,.bp-nouveau #badgeos-earned-achievements-container .grid>li,.bp-nouveau #badgeos-earned-ranks-container .grid>li{width:100%}}.bp-nouveau .earned-user-credits-wrapper .badgeos-credits:nth-child(2n),.bp-nouveau .earned-user-credits-wrapper .badgeos-credits:nth-child(odd){padding:15px;box-shadow:none}.bp-nouveau .earned-user-credits-wrapper .badgeos-credits:nth-child(2n) h3,.bp-nouveau .earned-user-credits-wrapper .badgeos-credits:nth-child(odd) h3{margin:0 0 15px}@media (max-width:480px){.bp-nouveau .earned-user-credits-wrapper .badgeos-credits:nth-child(2n),.bp-nouveau .earned-user-credits-wrapper .badgeos-credits:nth-child(odd){margin:0;width:100%}}.bp-nouveau .earned-user-credits-wrapper .badgeos-credits .badgeos-earned-credit{padding:0}.bp-nouveau .badgeos-rank-table td,.bp-nouveau .badgeos-rank-table th{padding:10px}.bp-nouveau .badgeos-rank-table td.last-awarded{text-align:center}#avatar-crop-pane{margin-bottom:15px}.buddypress-wrap .bp-navs li:not(.current) a:focus,.buddypress-wrap .bp-navs li:not(.current) a:hover,.buddypress-wrap .bp-navs li:not(.selected) a:focus,.buddypress-wrap .bp-navs li:not(.selected) a:hover{color:var(--reign-colors-theme)}.bp-nouveau.invite-new-members form#invite-anyone-by-email{background:var(--reign-site-sections-bg-color);padding:15px;box-shadow:0 1.5px 3px 0 rgba(0,0,0,.16)}.bp-nouveau.invite-new-members form#invite-anyone-by-email .submit{padding:0}.bp-nouveau .buddypress-wrap .bptodo-form-add select,.bp-nouveau .buddypress-wrap select{font-size:12px;height:30px}.bp-nouveau .buddypress-wrap .bptodo-form-add select{border:1px solid var(--reign-site-border-color)}.buddypress-wrap .select-wrap span.select-arrow{display:none}.bp-nouveau .wp-switch-editor{float:left!important;box-sizing:content-box;top:1px;background:#ebebeb!important;color:var(--reign-color-gray)!important;cursor:pointer!important;font-size:13px!important;line-height:19px!important;height:20px;margin:5px 0 0 5px;border:1px solid #e5e5e5!important}.html-active .switch-html,.tmce-active .switch-tmce{background:#f5f5f5!important;color:#555!important;border-bottom-color:#f5f5f5!important}.bp-nouveau .mce-btn button{padding:4px 6px!important;font-size:14px!important;cursor:pointer!important;color:#595959!important;text-align:center!important;overflow:visible;-webkit-appearance:none;background:0 0!important}.mce-menubtn.mce-fixed-width span{text-align:left}.wb-bp-profile-completion-wrap .wb-bp-user-avatar-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:20px}.wb-bp-profile-completion-wrap .wb-bp-user-avatar img{width:50px;height:51px;max-width:50px;border-radius:50%!important}.wb-bp-profile-completion-wrap .wb-bp-progress-label{margin-left:12px}.wb-bp-profile-completion-wrap .wb-bp-progress-label span{display:block;line-height:1.1}.wb-bp-profile-completion-wrap span.wb-bp-completion{color:var(--reign-site-link-color);font-size:32px}.wb-bp-profile-completion-wrap .wb-bp-progress-wrap .wb-bp-progress-container{border-radius:12px!important;box-shadow:0 2px 5px rgba(0,0,0,.25) inset}.wb-bp-profile-completion-wrap .wb-bp-progress-container .wb-bp-progress{height:3px;background-color:#4caf50;border-radius:12px!important;background-image:-webkit-gradient(linear,left top,right top,from(#4cd964),color-stop(#5ac8fa),color-stop(#007aff),color-stop(#5856d6),to(#ff2d55));background-image:-webkit-linear-gradient(left,#4cd964,#5ac8fa,#007aff,#5856d6,#ff2d55);background-image:linear-gradient(to right,#4cd964,#5ac8fa,#007aff,#5856d6,#ff2d55)}.wb-bp-profile-completion-wrap .wb-bp-detailed-progress-container{margin-top:30px}.wb-bp-profile-completion-wrap ul.wb-bp-detailed-progress{list-style:none;margin:0;padding:0}.wb-bp-profile-completion-wrap ul.wb-bp-detailed-progress li.wb-bp-single-section-wrap{margin:10px 0;padding-bottom:10px;border-bottom:1px solid var(--reign-site-border-color);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.wb-bp-profile-completion-wrap .wb-bp-section-name{width:-webkit-calc(100% - 95px);width:calc(100% - 95px);display:inline-block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;vertical-align:middle;font-size:15px}.wb-bp-profile-completion-wrap ul.wb-bp-detailed-progress li.wb-bp-single-section-wrap:last-child{margin-bottom:0;padding-bottom:0;border-bottom:0}.wb-bp-profile-completion-wrap ul.wb-bp-detailed-progress li.wb-bp-single-section-wrap span.wb-bp-completed-staus{display:inline-block;font-size:14px;width:50px;height:26px;line-height:22px;text-align:center;float:right;vertical-align:middle;border:2px solid #4caf50;border-radius:30px}.wb-bp-profile-completion-wrap ul.wb-bp-detailed-progress li.wb-bp-single-section-wrap.incomplete span.wb-bp-completed-staus{border:2px solid red}.wb-bp-profile-completion-wrap ul.wb-bp-detailed-progress li.wb-bp-single-section-wrap span.wb-bp-section-number{text-indent:-9999px;width:20px;height:20px;display:inline-block;border:2px solid var(--reign-site-border-color);border-radius:100px;vertical-align:middle;margin-right:10px;position:relative}.wb-bp-profile-completion-wrap ul.wb-bp-detailed-progress li.wb-bp-single-section-wrap.completed span.wb-bp-section-number{background:#4caf50;border-color:#4caf50}.wb-bp-profile-completion-wrap ul.wb-bp-detailed-progress li.wb-bp-single-section-wrap.completed span.wb-bp-section-number:before{content:"";display:inline-block;font-size:14px;position:absolute;top:1px;left:5px;height:11px;width:7px;border-bottom:2px solid #fff;border-right:2px solid #fff;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}#buddypress.buddypress-wrap .main-navs>ul>li>a{padding:10px;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.rg-nouveau-sidebar-menu{display:inline-block;width:100%;background:var(--reign-site-sections-bg-color)}.rg-nouveau-sidebar-menu .widget-title{display:none}.rg-nouveau-sidebar-menu.reign-nav-more .main-navs ul li{margin:0;list-style:none;float:left}.rg-nouveau-sidebar-menu.reign-nav-more .main-navs{overflow:inherit;border-radius:var(--reign-global-border-radius)!important}.rg-nouveau-sidebar-menu.reign-nav-more .main-navs:not(.vertical)>ul{overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex}.rg-nouveau-sidebar-menu.reign-nav-more .main-navs:not(.vertical)>ul li{white-space:nowrap;border-radius:var(--reign-global-border-radius)!important}.rg-nouveau-sidebar-menu.reign-nav-more .hideshow{position:relative;margin-left:auto!important}.rg-nouveau-sidebar-menu.reign-nav-more .hideshow>a{background:0 0!important}.rg-nouveau-sidebar-menu.reign-nav-more .hideshow:after{display:none}.rg-nouveau-sidebar-menu.reign-nav-more .more-button{font-size:20px;line-height:normal}.rg-nouveau-sidebar-menu.reign-nav-more .sub-menu{background:var(--reign-site-sections-bg-color);box-shadow:0 2px 7px 1px rgba(0,0,0,.05),0 6px 32px 0 rgba(18,43,70,.1);border-radius:var(--reign-global-border-radius);list-style:none;padding:10px 0;position:absolute;right:0;top:40px;margin:0;min-width:168px;opacity:0;visibility:hidden;z-index:99}.rg-nouveau-sidebar-menu.reign-nav-more .sub-menu li:after{display:none}.rg-nouveau-sidebar-menu.reign-nav-more .sub-menu li a:hover{background:rgba(var(--reign-colors-theme-rgb),.04)!important}.rg-nouveau-sidebar-menu.reign-nav-more .sub-menu.active{opacity:1;visibility:visible}.rg-nouveau-sidebar-menu.reign-nav-more .sub-menu li{margin:0;display:block;width:100%;padding:0}.rg-nouveau-sidebar-menu.reign-nav-more .sub-menu a{font-size:14px;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-weight:inherit;line-height:1;margin-bottom:1px;padding:10px;overflow:hidden}.rg-nouveau-sidebar-menu.reign-nav-more .sub-menu a span.count{margin-left:auto}.rg-more-loaded .rg-nouveau-sidebar-menu.reign-nav-more .main-navs:not(.vertical) ul{overflow:visible;-ms-flex-flow:row wrap;flex-flow:row wrap}.rg-nouveau-sidebar-menu.reign-nav-swipe{border-radius:var(--reign-global-border-radius)!important}.rg-nouveau-sidebar-menu.reign-nav-swipe .main-navs:not(.vertical) ul{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;height:76px;overflow:hidden;width:100%;padding:0 40px;border:1px solid var(--reign-site-border-color);border-radius:var(--reign-global-border-radius)}.rg-nouveau-sidebar-menu.reign-nav-swipe .main-navs:not(.vertical) ul li{min-width:145px;height:73px;position:relative}.rg-nouveau-sidebar-menu.reign-nav-swipe .main-navs:not(.vertical) ul li:before{content:"";display:block;width:1px;height:20px;background:#888;position:absolute;right:0;top:0;bottom:0;margin:auto;opacity:.3}.rg-nouveau-sidebar-menu.reign-nav-swipe .main-navs:not(.vertical) ul li:hover a:before{-webkit-transform:translate(0,-20px);-ms-transform:translate(0,-20px);transform:translate(0,-20px);opacity:0;visibility:hidden}.rg-nouveau-sidebar-menu.reign-nav-swipe .main-navs:not(.vertical) ul li:hover a{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);opacity:1;visibility:visible}.rg-nouveau-sidebar-menu.reign-nav-swipe .main-navs:not(.vertical) ul li:first-child{border-left:0}.rg-nouveau-sidebar-menu.reign-nav-swipe .main-navs:not(.vertical) ul li>a{display:block;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;margin:0;padding:10px;text-align:center;white-space:nowrap;width:100%;font-size:.875rem;line-height:1.5;font-weight:700;text-align:center;position:absolute;top:15px;-webkit-transform:translate(0,54px);-ms-transform:translate(0,54px);transform:translate(0,54px);-webkit-transition:opacity .25s ease-in-out,visibility .25s ease-in-out,-webkit-transform .25s ease-in-out;transition:opacity .25s ease-in-out,visibility .25s ease-in-out,-webkit-transform .25s ease-in-out;transition:opacity .25s ease-in-out,visibility .25s ease-in-out,transform .25s ease-in-out;-webkit-transition:opacity .25s ease-in-out,visibility .25s ease-in-out,-webkit-transform .25s ease-in-out,-webkit-transform .25s ease-in-out;transition:opacity .25s ease-in-out,visibility .25s ease-in-out,transform .25s ease-in-out,-webkit-transform .25s ease-in-out}.rg-nouveau-sidebar-menu.reign-nav-swipe .main-navs:not(.vertical) ul li>a:focus,.rg-nouveau-sidebar-menu.reign-nav-swipe .main-navs:not(.vertical) ul li>a:hover{background:0 0!important}.rg-nouveau-sidebar-menu.reign-nav-swipe .reign-nav-swipe-arrow{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:0 0!important;color:var(--reign-site-body-text-color)!important;top:50%;width:40px!important;height:40px!important;font-size:16px!important;border:0!important;border-radius:100px!important}.rg-nouveau-sidebar-menu.reign-nav-swipe .reign-nav-swipe-arrow:hover{background:0 0!important;color:var(--reign-site-headings-color)!important}.rg-nouveau-sidebar-menu.reign-nav-swipe .reign-nav-swipe-arrow.slick-prev{left:0}.rg-nouveau-sidebar-menu.reign-nav-swipe .reign-nav-swipe-arrow.slick-next{right:0}.rg-nouveau-sidebar-menu.reign-nav-swipe .slick-disabled{opacity:.5}[dir=rtl] .reign-nav-swipe-arrow.slick-prev{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);top:0;bottom:0;margin:auto}[dir=rtl] .reign-nav-swipe-arrow.slick-next{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);top:0;bottom:0;margin:auto}.reign-default .rg-nouveau-sidebar-menu.reign-nav-swipe .main-navs:not(.vertical) ul li>a{-webkit-transform:none;-ms-transform:none;transform:none}.reign-default .rg-nouveau-sidebar-menu.reign-nav-swipe.text-icon .main-navs:not(.vertical) ul li>a{position:absolute}.reign-nav-iconic .rg-nouveau-sidebar-menu.reign-nav-swipe .groups-nav a:before,.reign-nav-iconic .rg-nouveau-sidebar-menu.reign-nav-swipe .users-nav a:before{display:block;margin:0;margin-bottom:10px;font-size:20px;opacity:.6;position:absolute;top:-46px;left:50%;margin-left:-10px;-webkit-transition:opacity .25s ease-in-out,visibility .25s ease-in-out,-webkit-transform .25s ease-in-out;transition:opacity .25s ease-in-out,visibility .25s ease-in-out,-webkit-transform .25s ease-in-out;transition:opacity .25s ease-in-out,visibility .25s ease-in-out,transform .25s ease-in-out;-webkit-transition:opacity .25s ease-in-out,visibility .25s ease-in-out,-webkit-transform .25s ease-in-out,-webkit-transform .25s ease-in-out;transition:opacity .25s ease-in-out,visibility .25s ease-in-out,transform .25s ease-in-out,-webkit-transform .25s ease-in-out}.reign-nav-iconic .rg-nouveau-sidebar-menu.reign-nav-swipe .groups-nav .selected a:before,.reign-nav-iconic .rg-nouveau-sidebar-menu.reign-nav-swipe .users-nav .selected a:before{opacity:1}.bp-nouveau .buddypress-wrap.bp-dir-hori-nav:not(.bp-vertical-navs) .reign-nav-swipe nav:not(.tabbed-links):before{background-color:transparent!important}.rg-nouveau-sidebar-menu.reign-nav-swipe.text-icon .main-navs:not(.vertical) ul li:hover a:before{opacity:0;visibility:visible}.rg-nouveau-sidebar-menu.reign-nav-swipe.text-icon .main-navs:not(.vertical) ul li>a{position:static;-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}.rg-nouveau-sidebar-menu.reign-nav-swipe.text-icon .main-navs:not(.vertical) ul li:hover a:before{opacity:1;visibility:visible;-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}.reign-nav-iconic .rg-nouveau-sidebar-menu.reign-nav-swipe.text-icon .groups-nav a:before,.reign-nav-iconic .rg-nouveau-sidebar-menu.reign-nav-swipe.text-icon .users-nav a:before{position:static;margin-left:0;line-height:1}.wbtm-badge{margin:5px 0}.wbtm-badge .ps-badgeos__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-flow:row wrap;flex-flow:row wrap}.wbtm-badge .ps-badgeos__list-wrapper{background:0 0}@media screen and (max-width:782px){.wbtm-badge .ps-badgeos__list{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.wbtm-badge .ps-badgeos__item img{max-width:36px;margin:5px 5px 0 0}.buddypress-wrap .field_type_multiselectbox select[multiple]{overflow:auto;background-image:none;min-height:85px;width:100%;padding:0 12px;border-radius:0}.buddypress-wrap .field_type_multiselectbox select[multiple] option{padding:2px 5px}@media screen and (max-width:46.8em){.item-body-inner-wrapper>.bp-subnavs .subnav.slick-slider{padding:0 40px}.item-body-inner-wrapper>.bp-subnavs .subnav.slick-slider .reign-nav-swipe-arrow{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:0 0!important;color:var(--reign-site-body-text-color)!important;top:50%;width:40px!important;height:40px!important;font-size:16px!important;border:0!important;border-radius:100px!important}.item-body-inner-wrapper>.bp-subnavs .subnav.slick-slider .reign-nav-swipe-arrow:hover{background:0 0!important;color:var(--reign-site-headings-color)!important}.item-body-inner-wrapper>.bp-subnavs .subnav.slick-slider .reign-nav-swipe-arrow.slick-prev{left:0}.item-body-inner-wrapper>.bp-subnavs .subnav.slick-slider .reign-nav-swipe-arrow.slick-next{right:0}.item-body-inner-wrapper>.bp-subnavs .subnav.slick-slider .slick-disabled{opacity:.5}}@media screen and (max-width:46.8em){.buddypress-wrap .item-body-inner-wrapper .bp-subnavs{overflow:visible}}.item-body-inner-wrapper>.bp-subnavs ul.subnav:not(.more) a.more-button{display:none}@media screen and (max-width:46.8em){.item-body-inner-wrapper>.bp-subnavs ul.subnav.more{display:-webkit-box;display:-ms-flexbox;display:flex;border-radius:var(--reign-global-border-radius)!important}.item-body-inner-wrapper>.bp-subnavs ul.subnav.more li{float:left!important;border-radius:var(--reign-global-border-radius)!important}.item-body-inner-wrapper>.bp-subnavs ul.subnav.more>li>a{white-space:nowrap}.item-body-inner-wrapper>.bp-subnavs ul.subnav.more li a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.item-body-inner-wrapper>.bp-subnavs ul.subnav.more .hideshow{position:relative;margin-left:auto!important}.item-body-inner-wrapper>.bp-subnavs ul.subnav.more .hideshow>a{background:0 0!important;height:100%}.item-body-inner-wrapper>.bp-subnavs ul.subnav.more .hideshow:after{display:none}.item-body-inner-wrapper>.bp-subnavs ul.subnav.more .more-button{font-size:20px;line-height:normal}.item-body-inner-wrapper>.bp-subnavs ul.subnav.more .sub-menu{background:var(--reign-site-sections-bg-color);box-shadow:0 2px 7px 1px rgba(0,0,0,.05),0 6px 32px 0 rgba(18,43,70,.1);border-radius:var(--reign-global-border-radius);list-style:none;padding:10px 0;position:absolute;right:0;top:40px;margin:0;min-width:168px;opacity:0;visibility:hidden;z-index:99}.item-body-inner-wrapper>.bp-subnavs ul.subnav.more .sub-menu li:after{display:none}.item-body-inner-wrapper>.bp-subnavs ul.subnav.more .sub-menu li a:hover{background:rgba(var(--reign-colors-theme-rgb),.04)!important}.item-body-inner-wrapper>.bp-subnavs ul.subnav.more .sub-menu.active{opacity:1;visibility:visible}.item-body-inner-wrapper>.bp-subnavs ul.subnav.more .sub-menu li{margin:0;display:block;width:100%;padding:0}.item-body-inner-wrapper>.bp-subnavs ul.subnav.more .sub-menu a{font-size:14px;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-weight:inherit;line-height:1;margin-bottom:1px;padding:10px;overflow:hidden}.item-body-inner-wrapper>.bp-subnavs ul.subnav.more .sub-menu a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}body.change-avatar #page #buddypress #item-body .item-body-inner-wrapper,body.change-cover-image #page #buddypress #item-body .item-body-inner-wrapper,body.notifications #page #buddypress #item-body .item-body-inner-wrapper,body.profile-edit #page #buddypress #item-body .item-body-inner-wrapper,body.settings #page #buddypress #item-body .item-body-inner-wrapper{background:0 0;margin:0;padding:0;border:0}body.change-avatar .single-headers,body.messages .single-headers,body.notifications .single-headers,body.profile-edit .single-headers,body.settings .single-headers{margin-bottom:0}.bp-profile-wrapper.need-separator{background-color:transparent;border-color:transparent}.push-right{margin-left:auto}#item-body .rg-profile-title,body.buddypress .buddypress-wrap #item-body .rg-profile-title{margin:0}@media (max-width:543px){#item-body .rg-profile-title,body.buddypress .buddypress-wrap #item-body .rg-profile-title{font-size:1.5rem;line-height:1.5}}@media (max-width:359px){#item-body .rg-profile-title,body.buddypress .buddypress-wrap #item-body .rg-profile-title{font-size:1.2rem}}header.profile-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:20px}header.profile-header .button i{margin-right:3px;font-size:inherit}.bp-profile-wrapper #public-personal-li{display:none}.bp-profile-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap}#page #buddypress #item-body .bp-profile-wrapper #subnav{-webkit-box-flex:0;-ms-flex:0 0 250px;flex:0 0 250px;min-height:60vh;margin:0!important;padding:0}.bp-profile-content{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:1px;background:var(--reign-site-sections-bg-color);margin:0 0 0 30px;padding:30px;border:1px solid var(--reign-site-border-color);border-radius:var(--reign-global-border-radius)!important}@media screen and (max-width:544px){.bp-profile-content{padding:15px}}.bp-nouveau .buddypress-wrap .bp-profile-content .profile{background:0 0;margin:0;padding:0;border:0}.bp-profile-wrapper.need-separator .bp-profile-content{background:0 0;margin:0;padding:0;border:0}.buddypress-wrap .item-body .bp-profile-content .screen-heading{margin-top:0}#page #buddypress #item-body .bp-profile-wrapper .rg-buddypress-profile-edit-link li:not(#edit-personal-li){display:none}#page #buddypress #item-body .bp-profile-wrapper .rg-buddypress-profile-edit-link #subnav{border-radius:0}#page #buddypress #item-body .bp-profile-wrapper .rg-buddypress-profile-edit-link #subnav li#edit-personal-li a{float:right;display:inline-block;background-color:var(--reign-site-button-bg-color);color:var(--reign-site-button-text-color);margin:0 0 10px;padding:10px 20px;border-color:var(--reign-site-button-bg-color);font-size:13px;font-weight:400;line-height:1.5;border-radius:var(--reign-global-button-radius);text-transform:none;-webkit-transition:all .3s;transition:all .3s;cursor:pointer;font-weight:400;text-shadow:none;font-family:inherit}#page #buddypress #item-body .bp-profile-wrapper .rg-buddypress-profile-edit-link #subnav li#edit-personal-li a:focus,#page #buddypress #item-body .bp-profile-wrapper .rg-buddypress-profile-edit-link #subnav li#edit-personal-li a:hover{background-color:var(--reign-site-button-bg-hover-color);color:var(--reign-site-button-text-hover-color);border-color:var(--reign-site-button-bg-hover-color)}#page #buddypress #item-body .bp-profile-wrapper .rg-buddypress-profile-edit-link::after{content:"";display:table;clear:both}#page #buddypress #item-body .bp-profile-wrapper #subnav .subnav{float:none;height:100%;margin:0;padding:15px 0;background:var(--reign-site-sections-bg-color)}#page #buddypress #item-body .bp-profile-wrapper .bp-profile-content #subnav,#page #buddypress #item-body .bp-profile-wrapper .bp-profile-content #subnav .subnav{padding:0;border:0;min-height:auto;-ms-flex-flow:wrap;flex-flow:wrap}#page #buddypress #item-body .bp-profile-wrapper .bp-profile-content #subnav .subnav li>a::before{font-family:"Font Awesome 6 Pro",reign-icons}#page #buddypress #item-body .bp-profile-wrapper #subnav li{float:none;padding:0}#page #buddypress #item-body .bp-profile-wrapper #subnav li:last-child{margin-bottom:0}#page #buddypress #item-body .bp-profile-wrapper #subnav a{display:block;position:relative;font-size:15px;font-weight:400;padding:10px 15px;border:0;border-radius:var(--reign-global-button-radius)}#page #buddypress #item-body .bp-profile-wrapper #subnav li::after{content:none!important}.bp-nouveau #buddypress.buddypress-wrap.bp-dir-hori-nav.bp-vertical-navs #item-body .bp-profile-wrapper #subnav{border:1px solid var(--reign-site-border-color)}.bp-profile-wrapper.need-separator .group-separator-block:first-child{margin-top:20px}.bp-nouveau .bp-vertical-navs .bp-profile-wrapper.need-separator .group-separator-block:first-child{margin-top:0}.bp-profile-wrapper.need-separator .group-separator-block{background:var(--reign-site-sections-bg-color);margin-bottom:30px;padding:15px;border:1px solid var(--reign-site-border-color);border-radius:var(--reign-global-border-radius)!important}.bp-profile-wrapper.need-separator .group-separator-block:last-child{margin-bottom:0}@media screen and (max-width:782px){#page #buddypress #item-body .bp-profile-wrapper #subnav{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;min-height:auto;margin:0 0 30px!important}.bp-profile-content{margin:0}}.buddypress-wrap .profile.edit ul.button-nav li a{font-family:inherit;font-size:14px;padding:10px 20px;font-weight:600!important;font-style:normal;text-decoration:none;text-align:center;cursor:pointer;display:inline-block;line-height:1.5;border:0;border-radius:var(--reign-global-button-radius)!important;outline:0;vertical-align:middle;-webkit-appearance:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-transition:all .2s linear;transition:all .2s linear}.bp-nouveau #buddypress.buddypress-wrap.bp-dir-hori-nav #item-body .entry-header.notifications-header+#subnav{margin:20px 0!important;border:1px solid var(--reign-site-border-color)}@media screen and (min-width:544px){.buddypress-wrap header.entry-header.notifications-header .subnav-filters .select-wrap{margin-right:12px}}#notifications-user-list .bp-pagination.top{display:none}.buddypress-wrap .bp-tables-user thead tr,.buddypress-wrap table.forum thead tr,.buddypress-wrap table.wp-profile-fields thead tr{border:1px solid var(--reign-site-border-color)}.buddypress-wrap .bp-tables-user tbody tr,.buddypress-wrap table.forum tbody tr,.buddypress-wrap table.wp-profile-fields tbody tr{background:0 0}.buddypress-wrap table.notifications .notification-actions{border:0;border-top:1px solid var(--reign-site-border-color)}.buddypress-wrap table.notifications .actions{border:0}.buddypress-wrap table.notifications .notification-actions:first-child{border-top:0}.buddypress-wrap table.notifications .actions,.buddypress-wrap table.notifications .notification-actions{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex}.buddypress-wrap table.notifications .notification-actions a.delete,.buddypress-wrap table.notifications .notification-actions a.mark-read{margin:0 2px}.buddypress-wrap table.notifications .bulk-select-all,.buddypress-wrap table.notifications .bulk-select-check{text-align:center}.bp-single-vert-nav .item-body:not(#group-create-body) #subnav:not(.tabbed-links) li.current:last-child a{border-bottom:1px solid}#friend-list.bp-list>li .list-wrap{width:100%}#friend-list.bp-list>li .list-wrap .action{line-height:1}.buddypress-wrap .accept,.buddypress-wrap .reject{margin-left:0}#buddypress.buddypress-wrap .notifications-options-nav input#notification-bulk-manage{margin-left:10px;line-height:1.3;border:1px solid transparent!important}body.buddypress.bp-user #page .entry-header.notifications-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-flow:wrap;flex-flow:wrap}body.buddypress.bp-user #page .entry-header.notifications-header .entry-title{margin:0!important;-webkit-box-flex:1;-ms-flex:1;flex:1}.buddypress-wrap .notifications-header .subnav-filters{margin:0}.notification-list.rg-nouveau-list .actions{font-size:0}.notification-list.rg-nouveau-list .actions a{display:inline-block;font-size:14px;margin-left:6px}.notification-list.rg-nouveau-list .actions a span{width:30px;height:30px;line-height:30px;background:var(--reign-site-secondary-bg-color);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:var(--reign-global-button-radius)}.notification-list.rg-nouveau-list .actions a span.dashicons-dismiss:before{content:"\f182"}.notification-list.rg-nouveau-list{margin:0;padding:0;margin-bottom:20px!important}.rg-item-wrap .bulk-select-all label,.rg-item-wrap .bulk-select-check label{margin:0!important}.rg-item-wrap .bulk-select-all,.rg-item-wrap .bulk-select-check{min-width:40px}.rg-styled-checkbox{position:absolute;opacity:0}.rg-styled-checkbox+label{cursor:pointer;display:inline-block;position:relative;padding:0;line-height:1}.rg-styled-checkbox+label:before{content:"";margin-right:10px;display:inline-block;vertical-align:text-top;width:20px;height:20px;background:var(--reign-site-sections-bg-color);border-radius:5.4px;border:1px solid var(--reign-site-border-color)}.rg-styled-checkbox:checked+label:before{background:var(--reign-colors-theme);border-color:var(--reign-colors-theme)}.rg-styled-checkbox:checked+label:after{content:"\f00c";position:absolute;left:3px;top:3px;font-family:"Font Awesome 6 Pro",reign-icons;font-weight:400;color:#fff;font-size:14px;display:block}.rg-sort-by-date.push-right{font-size:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.rg-item-list.list-view .rg-item-wrap{background:var(--reign-site-sections-bg-color);border:1px solid var(--reign-site-border-color);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-flow:row wrap;flex-flow:row wrap;margin:0 0 -1px;padding:15px 20px;position:relative;-webkit-transition:all linear .2s;transition:all linear .2s}.rg-item-list.list-view .rg-item-wrap:hover{background:var(--reign-site-secondary-bg-color)}.rg-item-list.list-view li.rg-item-wrap:first-child{border-top-left-radius:var(--reign-global-border-radius)!important;border-top-right-radius:var(--reign-global-border-radius)!important}.notification-list.list-view li.rg-item-wrap:last-child{border-bottom-right-radius:var(--reign-global-border-radius)!important;border-bottom-left-radius:var(--reign-global-border-radius)!important}.notifications-options-nav{-webkit-box-flex:1;-ms-flex:1;flex:1}.notification-content{-webkit-box-flex:1;-ms-flex:1;flex:1;line-height:1.3;position:relative}.notification-content .notification-since{color:var(--reign-site-body-text-color);font-size:14px}@media screen and (max-width:544px){.entry-header.notifications-header .subnav-filters,.notifications-options-nav>.select-wrap,.notifications-options-nav>.select-wrap select{width:100%}.notification-list .rg-header-item .rg-sort-by-date{margin-left:10px}.entry-header.notifications-header a.push-right.button{margin-top:15px}}@media screen and (max-width:440px){.rg-sort-by-date{margin-top:10px;width:100%}}body.messages .single-headers{margin:0}.bp-nouveau.messages #buddypress.buddypress-wrap.bp-dir-hori-nav .bp-subnavs{margin:0!important}body.buddypress.bp-user #page .entry-header.notifications-header.messages-header{margin-bottom:20px}.buddypress-wrap .bp-search form:focus,.buddypress-wrap .bp-search form:hover,.buddypress-wrap .select-wrap:focus,.buddypress-wrap .select-wrap:hover{box-shadow:none}.bp-messages-content #bp-message-thread-list .message-metadata time{color:var(--reign-site-body-text-color)}.buddypress-wrap .subnav-filters .user-messages-bulk-actions div select{-webkit-appearance:none}.buddypress-wrap .subnav-filters .user-messages-bulk-actions .bulk-apply{min-width:40px;border-radius:var(--reign-global-button-radius)}@media screen and (max-width:46.8em){.bp-messages-content .actions .bp-icons:not(.bp-hide):before{font-size:24px}#message-threads li .thread-from img.avatar,#message-threads li .thread-to img.avatar{margin-bottom:10px}}#message-threads li .thread-cb,li.user-messages-bulk-actions>div{min-width:40px;-webkit-box-flex:0;-ms-flex:0;flex:0}#message-threads li .thread-cb .message-check,input#user_messages_select_all{position:absolute;opacity:0}#message-threads li .thread-cb .message-check+label,input#user_messages_select_all+label{cursor:pointer;display:inline-block;position:relative;padding:0;line-height:1;width:auto;height:auto}#message-threads li .thread-cb .message-check+label{font-size:0}#message-threads li .thread-cb .message-check+label:before,input#user_messages_select_all+label:before{content:"";margin-right:10px;display:inline-block;vertical-align:text-top;width:20px;height:20px;background:var(--reign-site-sections-bg-color);border-radius:5.4px;border:1px solid var(--reign-site-border-color)}#message-threads li .thread-cb .message-check:checked+label:before,input#user_messages_select_all:checked+label:before{background:var(--reign-colors-theme);border-color:var(--reign-colors-theme)}#message-threads li .thread-cb .message-check:checked+label:after,input#user_messages_select_all:checked+label:after{content:"\f00c";position:absolute;left:3px;top:3px;font-family:"Font Awesome 6 Pro",reign-icons;font-weight:400;color:#fff;font-size:14px;display:block}.buddypress-wrap .subnav-filters .user-messages-bulk-actions .bulk-actions-wrap.bp-hide,.buddypress-wrap .subnav-filters .user-messages-bulk-actions .bulk-actions-wrap.bp-show.bp-hide{display:none}.buddypress-wrap .subnav-filters .user-messages-bulk-actions .bulk-actions-wrap.bp-show{display:-webkit-box;display:-ms-flexbox;display:flex;margin:15px 0 0}.buddypress-wrap .subnav-filters li.user-messages-bulk-actions{margin:10px 0 0}a.message-action-view.bp-tooltip.bp-icons::after{font-size:12px}#message-threads li .thread-content .excerpt,.bp-messages-content time,.bp-nouveau .bp-messages-content #bp-message-thread-list .message-metadata button,.bp-nouveau .bp-messages-content .actions .bp-icons:not(.bp-hide){color:var(--reign-site-body-text-color)}.bp-messages-content #bp-message-thread-list{border-top:0}#message-threads{border-top:1px solid var(--reign-site-border-color);border-bottom:1px solid var(--reign-site-border-color);border-radius:var(--reign-global-border-radius)}#message-threads li.thread-item{background:var(--reign-site-sections-bg-color);border-bottom:1px solid var(--reign-site-border-color);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-flow:row wrap;flex-flow:row wrap;margin:0;padding:15px 20px;position:relative;-webkit-transition:all .2s linear;transition:all .2s linear}#message-threads li.thread-item:hover{background:var(--reign-site-secondary-bg-color)}#message-threads li.thread-item:first-child{border-top:0;border-top-left-radius:var(--reign-global-border-radius)!important;border-top-right-radius:var(--reign-global-border-radius)!important}#message-threads li.thread-item:last-child{border-bottom:0;border-bottom-right-radius:var(--reign-global-border-radius)!important;border-bottom-left-radius:var(--reign-global-border-radius)!important}.bp-messages-content #thread-preview .preview-content .actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-ms-flex-flow:row wrap;flex-flow:row wrap;padding-bottom:.5em}#message-threads li{padding:.5em 1em}.bp-messages-content #bp-message-thread-header h2:first-child,.bp-messages-content #thread-preview h2:first-child{background-color:var(--reign-site-secondary-bg-color);color:var(--reign-site-headings-color);border-radius:var(--reign-global-border-radius) var(--reign-global-border-radius) 0 0}.bp-messages-content #bp-message-thread-header h2:first-child{border-radius:var(--reign-global-border-radius)}#message-threads li.selected,.bp-messages-content #thread-preview .preview-content .preview-message{background-color:var(--reign-site-secondary-bg-color)}.bp-messages-content #thread-preview{border-radius:var(--reign-global-border-radius)}.bp-messages-content #thread-preview,.bp-messages-content .preview-pane-header,.bp-messages-content .single-message-thread-header{border-color:var(--reign-site-border-color)}.bp-messages-content #thread-preview .preview-content .preview-message{margin:10px 0;padding:15px;border-radius:var(--reign-global-border-radius)}.bp-messages-content #thread-preview .preview-content .preview-message p{margin:0}.bp-messages-content #bp-message-thread-list .message-metadata{box-shadow:none;padding:0;width:100%;border:0}.bp-messages-content #bp-message-thread-list .message-content{overflow:hidden;margin:1em auto 0;width:100%}.bp-messages-content #bp-message-thread-list .message-content p{margin:0}.bp-messages-content #bp-message-thread-list li:nth-child(2n) .message-content{background:0 0}.compose .bp-messages-recipient .select2-container{z-index:auto}.buddypress-wrap table.notification-settings .no,.buddypress-wrap table.notification-settings .yes{padding-right:10px}form#account-group-invites-form .bp-checkbox-wrap label{display:inline-block!important;width:90%;vertical-align:top;margin:0}.bp-nouveau .buddypress-wrap table.notification-settings{border:0;border-radius:var(--reign-global-border-radius)!important;box-shadow:0 0 1px}.bp-nouveau .buddypress-wrap table.notification-settings td,.bp-nouveau .buddypress-wrap table.notification-settings th{border:0;border-bottom:1px solid var(--reign-site-border-color)}.bp-nouveau .buddypress-wrap table.notification-settings tr:last-child td{border:0}.buddypress.settings .profile-settings.bp-tables-user select{width:auto}@media screen and (min-width:46.8em){.reign-nav-iconic nav#object-nav.vertical a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.reign-nav-iconic .bp-navs.vertical li span{margin-left:auto}#buddypress.buddypress-wrap .bp-navs.vertical ul.bp-priority-object-nav-nav-items>li,#buddypress.buddypress-wrap .bp-navs.vertical ul.bp-priority-subnav-nav-items>li{display:block}#buddypress.buddypress-wrap .bp-navs.vertical ul.bp-priority-object-nav-nav-items li a,#buddypress.buddypress-wrap .bp-navs.vertical ul.bp-priority-object-nav-nav-items li span,#buddypress.buddypress-wrap .bp-navs.vertical ul.bp-priority-subnav-nav-items li a,#buddypress.buddypress-wrap .bp-navs.vertical ul.bp-priority-subnav-nav-items li span{display:block}}#buddypress.buddypress-wrap .bp-navs ul.bp-priority-object-nav-nav-items>li,#buddypress.buddypress-wrap .bp-navs ul.bp-priority-subnav-nav-items>li{display:inline-block}#buddypress.buddypress-wrap .item-body .bp-navs ul.bp-priority-object-nav-nav-items,#buddypress.buddypress-wrap .item-body .bp-navs ul.bp-priority-subnav-nav-items{display:block}@media screen and (max-width:46.8em){#buddypress.buddypress-wrap .bp-navs.vertical ul.bp-priority-object-nav-nav-items>li,#buddypress.buddypress-wrap .bp-navs.vertical ul.bp-priority-subnav-nav-items>li{display:inline-block}}.reign-nav-iconic .group-subnav a:before,.reign-nav-iconic .groups-nav a:before,.reign-nav-iconic .subnav_tab a:before,.reign-nav-iconic .user-subnav a:before,.reign-nav-iconic .users-nav a:before{color:inherit;margin-right:6px;display:inline-block;font-family:"Font Awesome 6 Pro",reign-icons;font-size:inherit;text-rendering:auto;content:"\f05a";min-width:20px;text-align:center}.reign-nav-iconic .group-subnav a.more-button:before,.reign-nav-iconic .groups-nav a.more-button:before,.reign-nav-iconic .user-subnav a.more-button:before,.reign-nav-iconic .users-nav a.more-button:before{display:none}.reign-nav-iconic .rg-nouveau-sidebar-menu .sub-menu a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.reign-nav-iconic li#newsfeed-personal-li>a:before{content:"\f09e"}.reign-nav-iconic li#just-me-personal-li>a:before{content:"\f007"}.reign-nav-iconic #activity-groups-li>a:before,.reign-nav-iconic #activity-personal-li>a:before,.reign-nav-iconic #li-nav-activity>a:before{content:"\f086"}.reign-nav-iconic #li-nav-xprofile>a:before,.reign-nav-iconic #xprofile-personal-li>a:before{content:"\f007"}.reign-nav-iconic #blogs-personal-li>a:before,.reign-nav-iconic #li-nav-blogs>a:before{content:"\f1ea"}.reign-nav-iconic #li-nav-notifications>a:before,.reign-nav-iconic #notifications-personal-li>a:before{content:"\f0f3"}.reign-nav-iconic #bp_better_messages_tab-personal-li>a:before,.reign-nav-iconic #compose-personal-li>a:before,.reign-nav-iconic #group-messages-groups-li>a:before,.reign-nav-iconic #li-nav-messages>a:before,.reign-nav-iconic #messages-personal-li>a:before,.reign-nav-iconic #nav-notifications-groups-li>a:before,.reign-nav-iconic #notifications-groups-li>a:before{content:"\f0e0"}.reign-nav-iconic #activity-friends-personal-li a:before,.reign-nav-iconic #friend-lists-personal-li a:before,.reign-nav-iconic #friends-personal-li a:before,.reign-nav-iconic #li-nav-friends a:before,.reign-nav-iconic #manage-members-groups-li a:before,.reign-nav-iconic #members-followers-personal-li a:before,.reign-nav-iconic #members-following-personal-li a:before,.reign-nav-iconic a.bp-invites-nav-item:before{content:"\f500"}.reign-nav-iconic #activity-groups-personal-li>a:before,.reign-nav-iconic #groups-personal-li>a:before,.reign-nav-iconic #li-nav-groups>a:before{content:"\f0c0"}.reign-nav-iconic #group-settings-groups-li>a:before,.reign-nav-iconic #li-nav-settings>a:before,.reign-nav-iconic #settings-personal-li>a:before{content:"\f013"}.reign-nav-iconic #events-personal-li>a:before{content:"\f073"}.reign-nav-iconic #notifications-my-notifications-personal-li>a:before{content:"\f023"}.reign-nav-iconic #docs-personal-li>a:before,.reign-nav-iconic #li-nav-bp_docs>a:before,.reign-nav-iconic #li-nav-docs>a:before,.reign-nav-iconic #my-resumes-personal-li>a:before,.reign-nav-iconic #resumes-personal-li>a:before{content:"\f15c"}.reign-nav-iconic #attachments-personal-li>a:before,.reign-nav-iconic #change-avatar-personal-li>a:before,.reign-nav-iconic #group-avatar-groups-li>a:before,.reign-nav-iconic #li-nav-media>a:before,.reign-nav-iconic #media-groups-li>a:before,.reign-nav-iconic #media-my-media-personal-li>a:before,.reign-nav-iconic #media-personal-li>a:before,.reign-nav-iconic #media-setting-groups-li>a:before,.reign-nav-iconic #nav-mediapress-groups-li>a:before,.reign-nav-iconic #photos-groups-li>a:before{content:"\f030"}.reign-nav-iconic #course-groups-li>a:before,.reign-nav-iconic #courses-groups-li>a:before,.reign-nav-iconic #courses-personal-li>a:before,.reign-nav-iconic #learning-activities-personal-li>a:before,.reign-nav-iconic #rla-courses-personal-li>a:before{content:"\f19d"}.reign-nav-iconic #albums-groups-li>a:before,.reign-nav-iconic #albums-personal-li>a:before{content:"\f302"}.reign-nav-iconic #gallery-my-gallery-personal-li>a:before{content:"\f87c"}.reign-nav-iconic #articles-personal-li>a:before,.reign-nav-iconic #li-nav-social-articles>a:before{content:"\f14b"}.reign-nav-iconic #li-nav-mute>a:before,.reign-nav-iconic #mute-personal-li>a:before{content:"\f1f6"}.reign-nav-iconic #buddydrive-personal-li>a:before,.reign-nav-iconic #li-nav-buddydrive>a:before,.reign-nav-iconic #nav-buddydrive-groups-li>a:before{content:"\f07c"}.reign-nav-iconic #li-nav-members-compliments>a:before,.reign-nav-iconic #members-compliments-personal-li>a:before{content:"\f164"}.reign-nav-iconic #li-nav-mycred-history>a:before,.reign-nav-iconic #mycred-history-personal-li>a:before{content:"\f091"}.reign-nav-iconic #thismonth-personal-li>a:before,.reign-nav-iconic #thisweek-personal-li>a:before,.reign-nav-iconic #today-personal-li>a:before,.reign-nav-iconic #yesterday-personal-li>a:before{content:"\f073"}.reign-nav-iconic #read-personal-li>a:before{content:"\f13e"}.reign-nav-iconic #front-personal-li>a:before,.reign-nav-iconic #home-groups-li>a:before{content:"\f015"}.reign-nav-iconic #nav-about-groups-li>a:before{content:"\f05a"}.reign-nav-iconic #events-groups-li>a:before{content:"\f073"}.reign-nav-iconic #groups-my-groups-personal-li>a:before,.reign-nav-iconic #members-groups-li>a:before,.reign-nav-iconic #subgroups-groups-li>a:before{content:"\f0c0"}.reign-nav-iconic #activity-following-personal-li>a:before,.reign-nav-iconic #invitations-personal-li>a:before,.reign-nav-iconic #invite-groups-li>a:before,.reign-nav-iconic #invites-personal-li>a:before,.reign-nav-iconic #send-invites-personal-li>a:before{content:"\f234"}.reign-nav-iconic #admin-groups-li>a:before,.reign-nav-iconic #general-personal-li>a:before{content:"\f013"}.reign-nav-iconic #nav-info-groups-li>a:before{content:"\f05a"}.reign-nav-iconic #request-membership-groups-li>a:before{content:"\f13e"}.reign-nav-iconic #nav-docs-groups-li>a:before,.reign-nav-iconic li>a#resume-layout:before{content:"\f15c"}.reign-nav-iconic #forum-groups-li>a:before,.reign-nav-iconic #forums-personal-li>a:before,.reign-nav-iconic #li-nav-forums>a:before,.reign-nav-iconic #nav-forum-groups-li>a:before,.reign-nav-iconic #topics-personal-li>a:before{content:"\f086"}.reign-nav-iconic #community-personal-li>a:before,.reign-nav-iconic #wpf-topics-personal-li>a:before{content:"\f086"}.reign-nav-iconic #wpf-replies-personal-li>a:before{content:"\f3e5"}.reign-nav-iconic #wpf-likes-personal-li>a:before{content:"\f004"}.reign-nav-iconic #wpf-subscriptions-personal-li>a:before{content:"\f02e"}.reign-nav-iconic #buddyblog-personal-li>a:before,.reign-nav-iconic #li-nav-buddyblog>a:before{content:"\f0ca"}.reign-nav-iconic #contact-me-personal-li>a:before{content:"\f2b6"}.reign-nav-iconic #members-following-personal-li>a:before{content:"\f234"}.reign-nav-iconic #li-nav-members-following>a:before{content:"\f0c0"}.reign-nav-iconic #members-followers-personal-li>a:before{content:"\f4fc"}.reign-nav-iconic #li-nav-members-followers>a:before{content:"\f0c0"}.reign-nav-iconic #li-nav-mediapress>a:before,.reign-nav-iconic #mediapress-personal-li>a:before,.reign-nav-iconic #type\/photo-personal-li>a:before{content:"\f030"}.reign-nav-iconic #type\/video-personal-li>a:before,.reign-nav-iconic #video-personal-li>a:before,.reign-nav-iconic #videos-groups-li>a:before{content:"\f03d"}.reign-nav-iconic #type\/audio-personal-li>a:before{content:"\f58f"}.reign-nav-iconic #type\/audio-personal-li>a:before{content:"\f58f"}.reign-nav-iconic #create-personal-li>a:before{content:"\f093"}.reign-nav-iconic #circle-personal-li>a:before{content:"\f111"}.reign-nav-iconic #achievements-personal-li>a:before,.reign-nav-iconic #bos-bp-achievements-personal-li>a:before{content:"\f091"}.reign-nav-iconic #bos-bp-ranks-personal-li>a:before,.reign-nav-iconic #ranks-personal-li>a:before{content:"\f201"}.reign-nav-iconic #points-personal-li>a:before{content:"\f06b"}.reign-nav-iconic #dashboard-link-id>a:before{content:"\f0e4"}.reign-nav-iconic #inbox-personal-li>a:before{content:"\f01c"}.reign-nav-iconic #manage-reviews-groups-li>a:before,.reign-nav-iconic #reviews-groups-li>a:before,.reign-nav-iconic #starred-personal-li>a:before{content:"\f005"}.reign-nav-iconic #add-reviews-personal-li>a:before,.reign-nav-iconic #nav-add-review-groups-li>a:before{content:"\f5c0"}.reign-nav-iconic #sentbox-personal-li>a:before{content:"\f1d8"}.reign-nav-iconic #profile-personal-li>a:before,.reign-nav-iconic #public-personal-li>a:before,.reign-nav-iconic #view-personal-li>a:before{content:"\f06e"}.reign-nav-iconic #blog-personal-li>a:before,.reign-nav-iconic #bp-member-blog-personal-li>a:before,.reign-nav-iconic #edit-personal-li>a:before,.reign-nav-iconic #group-blog-groups-li>a:before,.reign-nav-iconic #to-do-personal-li>a:before{content:"\f044"}.reign-nav-iconic #bp-new-post-personal-li>a:before{content:"\f303"}.reign-nav-iconic #change-cover-image-personal-li>a:before,.reign-nav-iconic #group-cover-image-groups-li>a:before{content:"\f03e"}.reign-nav-iconic #friends-my-friends-personal-li>a:before{content:"\f2b5"}.reign-nav-iconic #requests-personal-li>a:before{content:"\f059"}.reign-nav-iconic #data-personal-li>a:before,.reign-nav-iconic #export-personal-li>a:before{content:"\f56e"}.reign-nav-iconic #delete-account-personal-li>a:before,.reign-nav-iconic #delete-group-groups-li>a:before{content:"\f1f8"}.reign-nav-iconic #capabilities-personal-li>a:before{content:"\f084"}.reign-nav-iconic #activity-mentions-personal-li>a:before,.reign-nav-iconic #favorite-personal-li>a:before,.reign-nav-iconic #favorites-personal-li>a:before{content:"\f004"}.reign-nav-iconic #activity-favs-personal-li>a:before{content:"\f164"}.reign-nav-iconic li>a#rtmedia-nav-item-all:before{content:"\f87c"}.reign-nav-iconic li>a#rtmedia-nav-item-albums:before{content:"\f03e"}.reign-nav-iconic li>a#rtmedia-nav-item-photo:before{content:"\f030"}.reign-nav-iconic li>a#rtmedia-nav-item-video:before{content:"\f1c8"}.reign-nav-iconic li>a#rtmedia-nav-item-music:before{content:"\f001"}.reign-nav-iconic #quests-personal-li>a:before{content:"\f0a3"}.reign-nav-iconic #badges-personal-li>a:before{content:"\f4d6"}.reign-nav-iconic #level-personal-li>a:before{content:"\f3bf"}.reign-nav-iconic #grade-personal-li>a:before{content:"\f19d"}.reign-nav-iconic #document-personal-li>a:before,.reign-nav-iconic #documents-groups-li>a:before{content:"\f15c"}.reign-nav-iconic #reviews-personal-li>a:before{content:"\f5c0"}.reign-nav-iconic #add-review-personal-li>a:before{content:"\f005"}.reign-nav-iconic #invites-send-invite-personal-li>a:before,.reign-nav-iconic #invites-sent-invites-personal-li>a:before,.reign-nav-iconic #replies-personal-li>a:before{content:"\f064"}.reign-nav-iconic #add-review-personal-li>a:before{content:"\f005"}.reign-nav-iconic #check-ins-personal-li>a:before,.reign-nav-iconic #checkin-personal-li>a:before,.reign-nav-iconic #geodir-places-personal-li>a:before,.reign-nav-iconic #location-groups-li>a:before,.reign-nav-iconic #my-places-personal-li>a:before,.reign-nav-iconic #nav-location-groups-li>a:before,.reign-nav-iconic #place-personal-li>a:before,.reign-nav-iconic #places-personal-li>a:before{content:"\f3c5"}.reign-nav-iconic #jobs-personal-li>a:before,.reign-nav-iconic #my-jobs-personal-li>a:before{content:"\f0b1"}.reign-nav-iconic #post-job-personal-li>a:before{content:"\f055"}.reign-nav-iconic #activity-bookmarked-personal-li>a:before,.reign-nav-iconic #bookmarks-personal-li>a:before,.reign-nav-iconic #category-personal-li>a:before,.reign-nav-iconic #my-bookmarks-personal-li>a:before{content:"\f02e"}.reign-nav-iconic #job-alerts-personal-li>a:before{content:"\f0f3"}.reign-nav-iconic #resume-personal-li>a:before{content:"\f15c"}.reign-nav-iconic #list-personal-li>a:before{content:"\f0ae"}.reign-nav-iconic #add-personal-li>a:before{content:"\f044"}.reign-nav-iconic #add-resume-personal-li>a:before{content:"\f574"}.reign-nav-iconic #applied-jobs-personal-li>a:before{content:"\f477"}.reign-nav-iconic #my-notes-personal-li>a:before{content:"\f249"}.reign-nav-iconic #sales-personal-li>a:before{content:"\f46c"}.reign-nav-iconic #status-personal-li>a:before{content:"\f118"}.reign-nav-iconic #moderation-personal-li>a:before{content:"\f024"}.reign-nav-iconic #store-personal-li>a:before,.reign-nav-iconic #vendor-settings-personal-li>a:before{content:"\f54e"}.reign-nav-iconic #favourite-products-personal-li>a:before{content:"\f004"}.reign-nav-iconic #products-personal-li>a:before,.reign-nav-iconic #shop-personal-li>a:before{content:"\f290"}.reign-nav-iconic #order-personal-li>a:before{content:"\f218"}.reign-nav-iconic #order-tracking-personal-li>a:before{content:"\f48b"}.reign-nav-iconic #addresses-personal-li>a:before{content:"\f2b9"}.reign-nav-iconic #download-personal-li>a:before{content:"\f019"}.reign-nav-iconic #my-reviews-personal-li>a:before{content:"\f005"}.reign-nav-iconic #draft-personal-li>a:before{content:"\f31c"}.reign-nav-iconic #bp-ideadpush-integration-personal-li>a:before,.reign-nav-iconic #idea-personal-li>a:before,.reign-nav-iconic .subnav .bp-wbcom-ideapush a:before{content:"\f0eb"}.reign-nav-iconic #notifications-personal-li>a:before{content:"\f0f3"}.reign-nav-iconic #subscriptions-personal-li>a:before{content:"\f013"}.reign-nav-iconic #listings-groups-li>a:before,.reign-nav-iconic #listings-personal-li>a:before,.reign-nav-iconic #my-listings-personal-li>a:before,.reign-nav-iconic #nav-listings-groups-li>a:before{content:"\f3c5"}.reign-nav-iconic #send-invites-groups-li>a:before{content:"\f1d8"}.reign-nav-iconic #edited-personal-li>a:before{content:"\f044"}.reign-nav-iconic #started-personal-li>a:before{content:"\f15c"}.reign-nav-iconic #blocked-members-personal-li>a:before{content:"\f05e"}.reign-nav-iconic #bp-schedulde-activity-personal-li>a:before{content:"\f017"}.reign-nav-iconic #bp-statistics-personal-li>a:before{content:"\f080"}.bp-nouveau.buddypress.groups .activity-update-form{margin-top:15px}.bp-nouveau .groups-header .desc-wrap{padding:0;background:0 0;border-color:var(--reign-site-border-color);border-radius:var(--reign-global-border-radius)!important}.bp-nouveau .groups-header .desc-wrap .group-description{background:var(--reign-site-sections-bg-color);box-shadow:none;border-radius:var(--reign-global-border-radius)!important}.bp-nouveau .bp-invites-content ul.item-list>li .item-avatar img.avatar{max-width:50px}.bp-nouveau .bp-invites-content ul.item-list .invite-button{background:0 0;color:inherit;padding:0;line-height:normal;border:0}.bp-nouveau .bp-invites-content ul.item-list .invite-button:hover{color:inherit}.bp-nouveau.buddypress .bp-invites-content ul.item-list li .action{top:15px;right:15px}.bp-nouveau.buddypress .bp-invites-content ul.item-list>li{padding-left:15px;padding-right:15px;border-color:var(--reign-site-border-color)}.bp-nouveau.buddypress .bp-invites-content li .status{font-size:14px;margin-bottom:0}.bp-nouveau.buddypress .bp-invites-content li .item-meta{margin-bottom:0}.bp-nouveau.buddypress .bp-invites-content li ul.group-inviters li{font-size:14px}@media (max-width:46.8em){.bp-nouveau.buddypress .bp-invites-content li ul.group-inviters li{float:none;padding:2px 0}}.bp-nouveau .buddypress-wrap .group-settings-selections fieldset legend{padding:0 6px}.bp-nouveau .group-settings-selections fieldset{margin-bottom:20px;border:1px solid var(--reign-site-border-color)}.bp-nouveau .buddypress-wrap .bp-invites-content .item-list li .invite-button span.icons:before{font-size:27px}.bp-nouveau form#group-settings-form{margin-bottom:30px}.bp-nouveau .groups-manage-members-list .section-title{padding:10px;background:rgba(0,0,0,.05)}.bp-nouveau .groups-manage-members-list ul{margin:0}.bp-nouveau .groups-manage-members-list ul li{border:0;margin-bottom:15px;padding:15px;background:rgba(0,0,0,.05)}.bp-nouveau .groups-manage-members-list ul li .action{margin:20px 0 0}@media (max-width:32em){.bp-nouveau .groups-manage-members-list ul li .action{text-align:center}}.bp-nouveau .groups-manage-members-list ul .members-manage-buttons.text-links-list a.button{margin:0;margin-top:5px}.bp-nouveau .buddypress-wrap .subnav-filters>ul{margin:0}.bp-nouveau .buddypress-wrap .members-group-list li .joined{text-align:left}.bp-nouveau .buddypress-wrap .members-group-list.wbtm-member-directory-type-2 li .joined,.bp-nouveau .buddypress-wrap .members-group-list.wbtm-member-directory-type-3 li .joined{text-align:center}@media (max-width:32em){.bp-nouveau.group-home .buddypress-wrap .subnav-filters>ul{margin:0;width:100%}.bp-nouveau.group-home .buddypress-wrap .subnav-filters div{float:right;width:100%}}.single-item.group-members.bp-nouveau .item-body .filters{margin-top:15px}.buddypress-wrap #bp-delete-avatar-container .bp-messages.info{margin-bottom:15px}.bp-nouveau.invite-anyone .wb-grid-cell>p{margin:15px 0}.bp-nouveau.invite-anyone form#send-invite-form{background:var(--reign-site-sections-bg-color);padding:15px;box-shadow:0 1.5px 3px 0 rgba(0,0,0,.16)}.bp-nouveau.invite-anyone form#send-invite-form .submit{clear:both}.bp-nouveau.invite-anyone form#send-invite-form ul#invite-anyone-invite-list{list-style:none}.bp-nouveau.invite-anyone form#send-invite-form ul#invite-anyone-invite-list li{margin-bottom:15px}.bp-nouveau.invite-anyone form#send-invite-form ul#invite-anyone-invite-list li h4{margin:10px 0}table#group-members-list-table td{padding:15px}table#group-members-list-table img{max-width:60px;margin:0;margin-right:15px}.bp-nouveau .buddypress-wrap .grid.bp-list>li .action .generic-button{width:auto}.buddypress.bp-nouveau .buddypress-wrap .bp-list.grid .action a,.buddypress.bp-nouveau .buddypress-wrap .bp-list.grid .action button{line-height:1.5}.buddypress-wrap input[type=email]:focus,.buddypress-wrap input[type=password]:focus,.buddypress-wrap input[type=tel]:focus,.buddypress-wrap input[type=text]:focus,.buddypress-wrap input[type=url]:focus,.buddypress-wrap textarea:focus,form.ac-form .ac-reply-content .ac-textarea textarea:focus{box-shadow:none}.buddypress-wrap .bp-tables-user tr.alt td,.buddypress-wrap table.wp-profile-fields tr.alt td{background:rgba(0,0,0,.02)}.bp-nouveau .rtm-bp-navs.bp-navs ul.subnav li span{display:inline-block;background:#eaeaea;color:#555;margin-left:5px}.bp-nouveau .rtm-bp-navs.bp-navs ul.subnav li a{padding:.5em -webkit-calc(.5em + 2px);padding:.5em calc(.5em + 2px)}.bp-nouveau .rtm-bp-navs.bp-navs ul.subnav li.selected span{background:var(--reign-colors-theme);color:var(--reign-color-white)}.media.bp-nouveau #buddypress #cover-image-container{z-index:2}.media.bp-nouveau .media_search.media_search{margin-left:0;padding:0}.media.bp-nouveau .media_search.media_search .media_search_input{max-height:34px}.media.bp-nouveau .media_search button#media_search{font-size:20px;width:40px;border-radius:0}.media.bp-nouveau .rtm-media-options .media_search .dashicons{font-size:inherit;line-height:1}.media.bp-nouveau #buddypress .rt_media_comment_submit{color:var(--reign-color-white);padding:8px 15px}.media.bp-nouveau #buddypress .rt_media_comment_submit:hover{color:var(--reign-site-alternate-text-color)}.media.bp-nouveau #rtSelectPrivacy{margin:0}.media.bp-nouveau .rtm-load-more{background:0 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.media.bp-nouveau .rtm-load-more a{padding:10px 15px}.media.bp-nouveau .widget_bp_core_recently_active_widget .bp-tooltip:after{left:50%;right:auto;margin-top:7px;top:100%;-webkit-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0)}.media.bp-nouveau .rtmedia-popup label{color:var(--reign-site-alternate-text-color)}.media.bp-nouveau .bp-navs ul li .count{margin-left:5px}.media.bp-nouveau #buddypress a.button,.media.bp-nouveau #buddypress input[type=button],.media.bp-nouveau #buddypress input[type=submit]{border:0}.media.bp-nouveau .rtm-field-wrap select{height:30px}.media.bp-nouveau .rtm-tabs li{border:1px solid var(--reign-site-border-color);border-bottom:0;border-radius:0!important}.media.bp-nouveau .rtm-tabs.rtm-tabs{border-bottom:1px solid var(--reign-site-border-color)}.media.bp-nouveau .rtm-tabs .active:after{background:var(--reign-site-sections-bg-color)}.media.bp-nouveau .imgedit-menu div{background:0 0;width:auto;height:auto;border:0}.media.bp-nouveau .imgedit-menu div.imgedit-popup-menu{background:var(--reign-site-sections-bg-color);box-shadow:var(--reign-more-options-box-shadow)}.media.bp-nouveau .imgedit-menu div.imgedit-popup-menu hr{margin-bottom:10px}.media.bp-nouveau .imgedit-menu div.imgedit-popup-menu .button{margin:0 0 10px;width:100%;text-align:left}.media.bp-nouveau .imgedit-menu div.imgedit-popup-menu .button:last-child{margin-bottom:0}.media.bp-nouveau .imgedit-panel-tools>.imgedit-menu{margin:0;gap:10px}.media.bp-nouveau .imgedit-panel-tools>.imgedit-menu .button.disabled{opacity:.5;text-shadow:none}.media.bp-nouveau .imgedit-panel-tools>.imgedit-menu .imgedit-redo,.media.bp-nouveau .imgedit-panel-tools>.imgedit-menu .imgedit-submit-btn,.media.bp-nouveau .imgedit-panel-tools>.imgedit-menu .imgedit-undo{margin:0}.media.bp-nouveau .imgedit-wrap .nowrap{white-space:normal}.media.bp-nouveau .imgedit-panel-active .imgedit-group-controls>*{margin:10px 0}.media.bp-nouveau .imgedit-panel-active .imgedit-group-controls>* input{width:auto}.media.bp-nouveau button.imgedit-help-toggle{background-color:transparent}.media.bp-nouveau #buddypress div#item-header ul li{float:initial}.media.bp-nouveau #buddypress div#item-header ul{margin-bottom:0}.media.bp-nouveau .buddypress.widget ul.item-list li .item-avatar:after{content:" ";display:table;clear:both}.media.bp-nouveau .widget.buddypress div.item-avatar img{width:auto;height:auto}.media.bp-nouveau #buddypress ul.item-list li img.avatar{margin:auto;float:none}.media.bp-nouveau .buddypress.widget ul.item-list li .item-avatar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.media.bp-nouveau #buddypress ul.item-list li div.item-title,.media.bp-nouveau #buddypress ul.item-list li h3,.media.bp-nouveau #buddypress ul.item-list li h4{width:100%}.media.bp-nouveau .widget.buddypress .bp-login-widget-user-links>div{margin-bottom:0}.media.bp-nouveau #buddypress ul.item-list{border-top:0}.rtmedia-activity-container .rtmedia-list.masonry{margin-top:.5rem}.rtmedia-activity-container .rtmedia-list.masonry li.media-type-photo{width:32%!important;height:auto!important;margin:0}.rtmedia-activity-container .rtmedia-list-item.masonry-brick{display:inline-block;float:left;padding:0!important}.rtm-activity-media-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;margin:0 -3px!important;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;position:relative}.rtm-activity-media-list:after,.rtm-activity-media-list:before{content:normal}.rtm-activity-media-list.rtmedia-activity-media-length-1{margin:0!important}.bp-list li.rtmedia-list-item.media-type-photo{margin:0;padding:0}.media-type-photo .rtmedia-item-thumbnail{border-radius:var(--reign-global-border-radius)}.rtmedia-activity-container .rtm-activity-music-list,.rtmedia-activity-container .rtm-activity-video-list{padding:10px!important}.rtmedia-activity-container li.media-type-music,.rtmedia-activity-container li.media-type-video{margin:5px!important}.media-type-photo{-webkit-box-flex:0;-ms-flex:0 0 33.33%;flex:0 0 33.33%;max-width:33.33%}.rtmedia-activity-media-length-1 .media-type-photo,.rtmedia-activity-media-length-3 .media-type-photo:first-child,.rtmedia-activity-media-length-4 .media-type-photo:first-child{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;min-width:0}.rtm-activity-media-list.rtmedia-activity-media-length-3 .media-type-photo:nth-child(3),.rtm-activity-media-list:not(.rtmedia-activity-media-length-1):not(.rtmedia-activity-media-length-3):not(.rtmedia-activity-media-length-4) .media-type-photo:first-child,.rtm-activity-media-list:not(.rtmedia-activity-media-length-4) .media-type-photo:nth-child(2){-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.media-type-photo .rtmedia-item-thumbnail{margin:0;padding-top:100%;border-radius:var(--reign-global-border-radius);position:relative}.media-type-photo .rtmedia-item-thumbnail img{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;z-index:0;min-height:100%;width:auto;min-width:100%;object-fit:cover}.rtmedia-activity-media-length-1 .media-type-photo .rtmedia-item-thumbnail{padding-top:0}.rtmedia-activity-media-length-1 .media-type-photo .rtmedia-item-thumbnail img{position:relative}.rtm-activity-media-list.rtmedia-activity-media-length-3 .media-type-photo:first-child .rtmedia-item-thumbnail,.rtm-activity-media-list.rtmedia-activity-media-length-4 .media-type-photo:first-child .rtmedia-item-thumbnail{margin:0;padding-top:52.56%;border-radius:var(--reign-global-border-radius);position:relative}.rtm-activity-media-list.rtmedia-activity-media-length-3 .media-type-photo:first-child .rtmedia-item-thumbnail img,.rtm-activity-media-list.rtmedia-activity-media-length-4 .media-type-photo:first-child .rtmedia-item-thumbnail img{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;z-index:0;min-height:100%;width:auto;min-width:100%;object-fit:cover}.rtm-media-plus4 .rtmedia-item-thumbnail,.rtm-media-plus4 a{position:relative}.rtm-media-plus4 .rtmedia-item-thumbnail:after{top:0;left:0;right:0;bottom:0;content:"";height:100%;position:absolute;background-color:rgba(0,0,0,.3)}.rtmedia-remain-count{color:#fff;width:100%;height:100%;display:block;font-size:35px;text-align:center;font-weight:400;position:absolute;top:0;bottom:0;margin:auto;left:0;right:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media (max-width:543px){.rtmedia-remain-count{font-size:24px}}.widget .rtmedia-remain-count{font-size:16px}.rtm-media-after4{display:none!important}.rtmedia-list-item>a{cursor:pointer}.rtmedia-activity-container li.media-type-photo:not(.masonry-brick) .rtmedia-item-thumbnail img{object-fit:cover}.rtmedia-activity-container ul.rtmedia-list.rtm-activity-media-list:not(.rtmedia-activity-media-length-1) li.media-type-photo:not(.masonry-brick){width:100%!important;height:100%!important;margin:0!important;padding:3px!important;line-height:0}body .rtmedia-activity-container li.media-type-photo{width:100%!important;height:100%!important}body .rtmedia-activity-container ul.rtm-activity-media-list{overflow:hidden}#buddypress div.rtmedia-activity-container .rtmedia-item-title,.rtmedia-activity-container .rtmedia-item-title{display:none}.media .rtmedia-container{background:var(--reign-site-sections-bg-color);margin-top:15px;padding:15px;border:1px solid var(--reign-site-border-color);border-radius:var(--reign-global-border-radius)!important}.media .rtmedia-list:not(.masonry){display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.media .rtmedia-container .rtmedia-list.rtmedia-list-media:not(.masonry)>li.rtmedia-list-item{width:180px;height:180px;overflow:hidden;margin-bottom:5px}@media (max-width:480px){.media .rtmedia-container .rtmedia-list.rtmedia-list-media:not(.masonry)>li.rtmedia-list-item{width:100%;height:100%}}.media .rtmedia-list-item.masonry-brick{overflow:hidden}.media .rtmedia-list.rtmedia-list-media:not(.masonry)>li.rtmedia-list-item .rtmedia-item-thumbnail{background:#000}.media .rtmedia-container ul.rtmedia-list:not(.masonry) li.rtmedia-list-item div.rtmedia-item-thumbnail,.media .rtmedia-container ul.rtmedia-list:not(.masonry) li.rtmedia-list-item div.rtmedia-item-thumbnail img{width:180px!important;height:180px!important;line-height:inherit}@media (max-width:480px){.media .rtmedia-container ul.rtmedia-list:not(.masonry) li.rtmedia-list-item div.rtmedia-item-thumbnail,.media .rtmedia-container ul.rtmedia-list:not(.masonry) li.rtmedia-list-item div.rtmedia-item-thumbnail img{width:100%!important;height:100%!important;min-height:200px;max-height:200px}}.media .rtmedia-container ul.rtmedia-list li.rtmedia-list-item div.rtmedia-item-thumbnail img,.rtmedia-container ul.rtmedia-list li.rtmedia-list-item div.rtmedia-item-thumbnail{max-width:100%!important;max-height:100%!important}#buddypress ul.rtmedia-album-list li.rtmedia-list-item{height:auto}.media .rtmedia-container ul.rtmedia-list:not(.masonry) li.rtmedia-list-item div.rtmedia-item-thumbnail img{object-fit:cover}.media .rtmedia-list.rtmedia-list-media>li.rtmedia-list-item:hover .rtmedia-item-thumbnail>img{opacity:.4;-webkit-animation:lightBlur .5s forwards;animation:lightBlur .5s forwards}@-webkit-keyframes lightBlur{0%{-webkit-filter:blur(0px);filter:blur(0px)}100%{-webkit-filter:blur(4px);filter:blur(4px)}}@keyframes lightBlur{0%{-webkit-filter:blur(0px);filter:blur(0px)}100%{-webkit-filter:blur(4px);filter:blur(4px)}}.media .rtmedia-gallery-item-actions{position:absolute;top:0;left:0;right:0;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;pointer-events:none;z-index:9}.media .rtmedia-list.rtmedia-list-media>li.rtmedia-list-item .rtmedia-gallery-item-actions>a{color:rgba(255,255,255,.8);pointer-events:auto;text-decoration:none;-webkit-transition:background-color .25s ease-out,color .25s ease-out;transition:background-color .25s ease-out,color .25s ease-out;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:5px 10px;border-radius:20px}.media .rtmedia-list.rtmedia-list-media>li.rtmedia-list-item .rtmedia-gallery-item-actions>a:not(.rtm-delete-media){background:rgba(248,248,248,.15)}.media .rtmedia-list.rtmedia-list-media>li.rtmedia-list-item .rtmedia-gallery-item-actions .rtm-delete-media{margin-top:.5rem}.media .rtmedia-list.rtmedia-list-media>li.rtmedia-list-item .rtmedia-gallery-item-actions .rtm-delete-media:hover{color:red}@media (max-width:46.8em){.rtmedia-edit-change-album .rtmedia-merge-user-album-list,.rtmedia-edit-privacy .rtm-form-select,.rtmedia-edit-title input#media_title{width:100%}}#buddypress .rtmedia-editor-buttons .rtm-button-save,#buddypress a.button.rtm-button-back{padding:10px 20px}#rtmedia_create_new_album img,.rtm-like-loading{margin-right:4px}.rtmedia-activity-text .rtmedia-more-text{display:none!important}#whats-new-submit{display:block}.bp-nouveau .activity-update-form #aw-whats-new-reset{margin-top:0}#whats-new-post-in-box{float:none}#rtmp-url-scrapper-img-embed-data iframe{width:100%}#rtmp-url-scrapper-img-embed-data .fluid-width-video-wrapper{padding-top:75%!important}.activity-inner .rtmp_final_link .rtmp_link_preview_container{display:block;padding:0}.rtmedia_update .activity-inner .rtmp_link_preview_container a{max-width:100%}.activity-inner .rtmp_final_link .rtmp_link_preview_container .fluid-width-video-wrapper{padding-top:56.2%!important}.bp-nouveau .activity-list .activity-item .activity-content .activity-inner .rtmp_link_preview_container .fluid-width-video-wrapper iframe{height:100%}.group-request-list .avatar{border-radius:100%}.rating-text,.rating-total{color:var(--reign-color-white);font-size:13px}.group-content-wrap{position:relative}.group-content-wrap .item{font-size:12px;margin-bottom:10px}.bgr-group-header-ratings{padding:0}.bgr-submit-review,button#bupr_save_review{width:100%;margin:auto;max-width:130px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;display:-webkit-box;display:-ms-flexbox;display:flex}.rtm-header-meta-info{color:var(--reign-color-white);font-size:13px;float:right;padding-top:20px}.rtm-header-meta-info br{display:none}.reign-xprofile-data{color:var(--reign-color-white);font-size:13px}.reign-xprofile-data a{color:var(--reign-color-white);text-decoration:underline}.reign-badgeos-points,.reign-bp-follow-followers,.reign-bp-follow-following,.reign-mycred-points{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;min-width:100px}@media (max-width:767px){.reign-badgeos-points,.reign-bp-follow-followers,.reign-bp-follow-following,.reign-mycred-points{max-width:50%;margin:auto}body .rtm-header-meta-info{color:var(--reign-color-white);font-size:13px;float:none;text-align:center;clear:both}}body.bp-messages{border:0}.bp-messages-wrap,.bp-messages-wrap *{font-family:inherit;color:var(--reign-site-body-text-color)}.bp-messages-wrap{box-shadow:none}.bp-messages-wrap .threads-list .thread:hover>*{background:rgba(0,0,0,.1);border-color:var(--reign-site-border-color)}.bp-messages-wrap .bp-messages-side-threads{border-color:var(--reign-site-border-color)}.bp-messages-user-list,.bp-messages-wrap,.bp-messages-wrap .bulk-message .box.box,.bp-messages-wrap .chat-header,.bp-messages-wrap .reply{background:var(--reign-site-sections-bg-color);border-color:var(--reign-site-border-color)}.bp-messages-wrap .empty{color:var(--reign-site-body-text-color)}.bp-messages-wrap .threads-list .thread .bm-info h4{color:var(--reign-site-headings-color)}.bp-messages-wrap:not(.bp-messages-mobile) .threads-list .thread:hover>*{background:var(--reign-site-body-bg-color)}.bp-messages-wrap .chat-header>a,.bp-messages-wrap .chat-header>span,.bpbm-empty-link a{color:var(--reign-colors-theme)!important}.bp-messages-wrap .bp-messages-side-threads>*{border-color:var(--reign-site-border-color)}.bp-messages-wrap .chat-header.side-header .bpbm-search form input::-webkit-input-placeholder{color:var(--reign-form-text-color)!important}.bp-messages-wrap .chat-header.side-header .bpbm-search form input:-ms-input-placeholder{color:var(--reign-form-text-color)!important}.bp-messages-wrap .chat-header.side-header .bpbm-search form input::placeholder{color:var(--reign-form-text-color)!important}.bp-messages-wrap .chat-header.side-header .bpbm-search form input:focus::-webkit-input-placeholder{color:var(--reign-form-focus-text-color)!important}.bp-messages-wrap .chat-header.side-header .bpbm-search form input:focus:-ms-input-placeholder{color:var(--reign-form-focus-text-color)!important}.bp-messages-wrap .chat-header.side-header .bpbm-search form input:focus::placeholder{color:var(--reign-form-focus-text-color)!important}.bp-messages-wrap .threads-list .thread .unread-count{background:var(--reign-colors-theme)}.bp-messages-wrap .bm_thread_subject_input,.bp-messages-wrap .bm_thread_subject_input input.thread_subject__input[type=text],.bp-messages-wrap .bulk-message form>div input[type=text],.bp-messages-wrap .chat-header .bpbm-search form input[type=text]{background:var(--reign-form-background-color)!important;color:var(--reign-form-text-color)!important;border-color:var(--reign-form-border-color)!important;border-radius:var(--reign-global-form-radius)!important}.bp-messages-wrap .bm_thread_subject_input input.thread_subject__input[type=text]:focus,.bp-messages-wrap .bm_thread_subject_input:focus,.bp-messages-wrap .bulk-message form>div input[type=text]:focus,.bp-messages-wrap .chat-header .bpbm-search form input[type=text]:focus{background:var(--reign-form-focus-background-color)!important;color:var(--reign-form-focus-text-color)!important;border-color:var(--reign-form-focus-border-color)!important}.bp-messages-wrap,.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .bm-message-info .bm-time{color:var(--reign-site-body-text-color)}.bp-messages-wrap .chat-header.side-header{border-radius:var(--reign-global-border-radius);background:var(--reign-site-sections-bg-color)}.bp-messages-wrap .chat-header .new-message{color:var(--reign-colors-theme);border-radius:var(--reign-global-border-radius)}.bp-messages-wrap .bm-search-results .bm-search-results-section .bm-search-results-header{color:var(--reign-site-headings-color)}.bp-messages-wrap .bm-side-tabs{background:var(--reign-site-sections-bg-color);border-radius:var(--reign-global-border-radius)}.bp-messages-wrap .bm-side-tabs>div{border-radius:var(--reign-global-border-radius)}.bp-messages-wrap .bm-side-tabs>div.active{background:var(--reign-colors-theme);color:var(--reign-color-white)}.bp-messages-wrap .bpbm-search-in-list>input{background:var(--reign-site-sections-bg-color);color:var(--reign-site-body-text-color)!important}.bp-messages-wrap .bpbm-search-in-list>input::-webkit-input-placeholder{color:var(--reign-site-body-text-color)}.bp-messages-wrap .bpbm-search-in-list>input:-ms-input-placeholder{color:var(--reign-site-body-text-color)}.bp-messages-wrap .bpbm-search-in-list>input::placeholder{color:var(--reign-site-body-text-color)}.bp-messages-wrap .empty{background:var(--reign-site-sections-bg-color);border-radius:var(--reign-global-border-radius);color:var(--reign-site-body-text-color)}.bp-messages-wrap .bpbm-empty-icon{color:var(--reign-site-headings-color)}.bp-messages-wrap .bpbm-empty-text{color:var(--reign-site-body-text-color)}.bp-messages-wrap .threads-list .thread{border-radius:var(--reign-global-border-radius)}.bp-messages-wrap:not(.bp-messages-mobile) .threads-list .thread:hover>*{background:var(--reign-site-sections-bg-color)!important}.bp-messages-wrap .threads-list .thread>*{background:var(--reign-site-sections-bg-color)!important;border-color:var(--reign-site-body-bg-color)}.bp-messages-wrap .threads-list .thread:last-child>*{border-color:var(--reign-site-body-bg-color)}.bp-messages-wrap .bp-messages-side-threads .threads-list .thread .pic.group-thread::after{background:var(--reign-site-body-bg-color);color:var(--reign-site-body-text-color);border-color:var(--reign-site-border-color);border-radius:var(--reign-global-border-radius)}.bp-messages-wrap .bp-messages-side-threads .threads-list .thread .pic img{border-radius:var(--reign-global-border-radius)!important}.bbpm-avatar::before{outline:.125em solid var(--reign-site-sections-bg-color)}.bp-messages-wrap .threads-list .thread .info .name,.bp-messages-wrap .threads-list .thread .info h4{color:var(--reign-site-headings-color)}.bp-messages-wrap .threads-list .thread .info .name+h4{color:var(--reign-site-body-text-color)}.bp-messages-wrap .threads-list .thread .info .last-message{color:var(--reign-site-body-text-color)}.bm-name-verified{color:var(--reign-colors-theme)}.bp-messages-group-list{background:var(--reign-site-sections-bg-color)}.bp-messages-group-list .group,.bp-messages-user-list .user{background:var(--reign-site-sections-bg-color)!important;border-radius:var(--reign-global-border-radius)}.bp-messages-wrap .threads-list .thread .bm-info .name,.bp-messages-wrap .threads-list .thread .bm-info h4{color:var(--reign-site-headings-color)}.bp-messages-wrap .threads-list .thread .bm-info .last-message{color:var(--reign-site-body-text-color)}.bp-messages-user-list .user{color:var(--reign-site-headings-color)}.bp-messages-group-list .group:hover,.bp-messages-user-list .user:not(.not-clickable):hover{background:var(--reign-site-sections-bg-color)!important}.bp-messages-group-list .group .pic img,.bp-messages-user-list .user .pic img{border-radius:var(--reign-global-border-radius)!important}.bp-messages-wrap .bpbm-search-in-list{border-color:var(--reign-site-body-bg-color)}.bp-messages-group-list .group .name{color:var(--reign-site-headings-color)}.bp-messages-wrap .chat-footer{background:var(--reign-site-sections-bg-color);border-radius:var(--reign-global-border-radius);border-color:var(--reign-site-border-color)}.bp-messages-wrap .chat-footer>a>svg{stroke:var(--reign-colors-theme)}.bp-messages-wrap .chat-footer .bpbm-user-me .bpbm-user-me-popup{border-color:var(--reign-site-border-color);border-radius:var(--reign-global-border-radius)}.bp-messages-wrap .chat-header>a,.bp-messages-wrap .chat-header>span{color:var(--reign-colors-theme)!important}.bp-messages-wrap #bm-new-thread-title{color:var(--reign-site-headings-color)!important}.bp-messages-wrap .chat-footer .bpbm-user-me .bpbm-user-me-popup .bpbm-user-me-popup-list{background:var(--reign-site-body-bg-color)}.bm_user_selector,.bm_user_selector .bm_user_selector__control,.bm_user_selector .bm_user_selector__menu,.bp-messages-wrap .bm-alert.bm-info{color:var(--reign-site-body-text-color);background:var(--reign-site-sections-bg-color)!important;border-color:var(--reign-site-border-color)!important}.bm_user_selector .bm_user_selector__multi-value{background:var(--reign-site-body-bg-color);color:var(--reign-site-body-text-color)}.bm_user_selector .bm_user_selector__menu .bm_user_selector__menu-list .bm_user_selector__option.bm_user_selector__option_focused{background:var(--reign-site-body-bg-color);color:var(--reign-site-body-text-color)}.bm_user_selector .bm_user_selector__placeholder,.bm_user_selector input{color:var(--reign-site-body-text-color)}.css-1gtu0rj-indicatorContainer{color:var(--reign-site-headings-color)!important}.bp-messages-wrap .expandingButtons .bpbm-dropdown-menu{background:var(--reign-site-sections-bg-color);color:var(--reign-site-body-text-color);border-color:var(--reign-site-border-color)}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack.bm-left-side .bm-content .bm-info a,.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack.bm-right-side .bm-content .bm-info a,.bp-messages-wrap a{color:var(--reign-site-headings-color)!important}.bp-messages-wrap .chat-header{background:var(--reign-site-sections-bg-color);border-radius:var(--reign-global-border-radius)}.bp-messages-wrap .chat-header .thread-info .avatar{border-radius:var(--reign-global-border-radius)}.bp-messages-wrap .chat-header .thread-info .thread-info-data .name a{color:var(--reign-site-headings-color)!important}.bp-messages-wrap .chat-header .thread-info .thread-info-data{color:var(--reign-site-headings-color)}.bp-messages-wrap .chat-header .thread-info .thread-info-data .name strong{color:var(--reign-site-headings-color)}.bp-messages-wrap .chat-header .thread-info .thread-info-data .sub-name{color:var(--reign-site-body-text-color)}.bp-messages-wrap .chat-header .thread-actions>a,.bp-messages-wrap .chat-header .thread-actions>div.expandingButtons,.bp-messages-wrap .chat-header .thread-actions>span{color:var(--reign-colors-theme)!important}.bp-messages-wrap .bpbm-chat-content .bpbm-chat-main{background:var(--reign-site-sections-bg-color);border-radius:var(--reign-global-border-radius)}.bp-messages-wrap .threads-list .thread .pic img,.bp-messages-wrap img.avatar{border-radius:var(--reign-global-border-radius)!important}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack.bm-right-side .bm-content .bm-messages-listing .bm-message .bm-message-content:not(.bm-hide-background){background:var(--reign-colors-theme)!important;border-radius:var(--reign-global-border-radius)!important}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack.bm-right-side .bm-content .bm-messages-listing .bm-message .bm-replied-message,.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack.bm-right-side .bm-content .bm-messages-listing .bm-message .bpbm-replied-message{border-color:var(--reign-site-border-color)}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack.bm-left-side .bm-content .bm-messages-listing .bm-message .bm-message-content:not(.bm-hide-background){background:var(--reign-site-body-bg-color)!important;color:var(--reign-site-body-text-color)!important;border-radius:var(--reign-global-border-radius)!important}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack.bm-left-side .bm-content .bm-messages-listing .bm-message .bm-replied-message,.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack.bm-left-side .bm-content .bm-messages-listing .bm-message .bpbm-replied-message{background:var(--reign-site-sections-bg-color)!important;border-color:var(--reign-site-border-color)!important;border-radius:var(--reign-global-border-radius)!important}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack.bm-left-side .bm-content .bm-messages-listing .bm-message .bm-message-content:not(.bm-hide-background) *{color:var(--reign-site-body-text-color)!important}.bp-messages-wrap .bm-reply,.bp-messages-wrap .bm-reply>*{background:var(--reign-site-sections-bg-color);border-color:var(--reign-site-border-color)}.bp-messages-wrap:not(.bp-better-messages-mini) .bm-reply .bm-send-message{background:var(--reign-colors-theme);border-radius:var(--reign-global-border-radius)}.bp-messages-wrap .bm-reply .bm-editor .bm-editor-content{background:var(--reign-site-sections-bg-color)!important;color:var(--reign-site-body-text-color)!important}.bp-messages-wrap .bm-reply .bm-editor .bm-editor-content:empty::before{color:var(--reign-site-body-text-color)!important}.bp-messages-wrap .bm-reply{background:var(--reign-site-sections-bg-color);border-color:var(--reign-site-border-color)}.bp-messages-wrap .bm-reply .bm-attachment.bm-attachment-progress{color:var(--reign-site-headings-color)}.bp-messages-wrap:not(.bp-better-messages-mini) .bm-reply .bm-send-message svg{fill:var(--reign-color-white)}.bp-messages-wrap:not(.bp-better-messages-mini) .bm-reply .bm-attachment svg,.bp-messages-wrap:not(.bp-better-messages-mini) .bm-reply .bm-emojies svg{color:var(--reign-site-body-text-color)}.bp-messages-wrap .bm-messages-list .bm-list .bm-sticky-date{color:var(--reign-colors-theme);border-radius:var(--reign-global-border-radius)!important}.bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack .bm-content .bm-messages-listing .bm-message .message-controls>span{color:var(--reign-site-headings-color)}.contexify{background:var(--reign-site-sections-bg-color);color:var(--reign-site-body-text-color);border-color:var(--reign-site-border-color);border-radius:var(--reign-global-border-radius)}.contexify_item:not(.contexify_item-disabled)>.contexify_itemContent{color:var(--reign-site-body-text-color)}.contexify_item:not(.contexify_item-disabled):focus>.contexify_itemContent,.contexify_item:not(.contexify_item-disabled):hover>.contexify_itemContent{color:var(--reign-colors-theme);background:0 0}.bp-messages-wrap .bm-messages-list .bpbm-scroll-down{background:var(--reign-colors-theme);border-color:var(--reign-site-border-color);color:var(--reign-color-white)}.bp-messages-wrap .bulk-message form>div label.bm-bold{color:var(--reign-site-headings-color)}.bp-messages-wrap .bulk-message .box{background:var(--reign-site-sections-bg-color);border-color:var(--reign-site-border-color);border-color:var(--reign-site-border-color);border-radius:var(--reign-global-border-radius)}.bp-messages-wrap button{background-color:var(--reign-colors-theme)!important;color:var(--reign-color-white)!important;border-radius:var(--reign-global-border-radius)!important}.bp-messages-wrap .bulk-message .reports .reports-list td,.bp-messages-wrap .bulk-message .reports .reports-list th{color:var(--reign-site-headings-color)}table.reports-list tr{background:var(--reign-site-sections-bg-color);border-color:var(--reign-site-body-bg-color)}.bp-messages-wrap .bulk-message .reports .reports-list tbody td{color:var(--reign-site-body-text-color)}.bpbm-checkbox:checked+label::before,.bpbm-radio:checked+label::before{background-color:var(--reign-colors-theme);border-color:var(--reign-colors-theme)}.bp-messages-wrap .bulk-message form>div:nth-child(3){background:var(--reign-site-sections-bg-color);border-radius:var(--reign-global-border-radius)}.bp-messages-wrap .bulk-message .progress{background:var(--reign-site-sections-bg-color);border-color:var(--reign-site-sections-bg-color);color:var(--reign-site-headings-color)}.bp-messages-wrap .bulk-message form>div .bm-editor{border-color:var(--reign-site-border-color)!important}.bp-messages-wrap .bm-messages-list{background:var(--reign-site-sections-bg-color);border-radius:var(--reign-global-border-radius)}.bp-messages-wrap .threads-list .thread .info .name .bpbm-thread-muted{color:var(--reign-site-headings-color)}.bm-modal-window.bm-modal-add-participant .bm-modal-window-inner{background-color:var(--reign-site-sections-bg-color);border-radius:var(--reign-global-border-radius)}.bm-modal-window::after{background:var(--reign-site-body-bg-color)}.bm_user_selector .bm_user_selector__menu-loading,.bm_user_selector .bm_user_selector__menu-notice--no-options{color:var(--reign-site-body-text-color)}.bm-modal-window.bm-modal-add-participant .bm-modal-window-inner .bm-action-buttons button.bm-button{border-radius:var(--reign-global-border-radius)!important}.bm_user_selector .bm_user_selector__control input.bm_user_selector__input[type=text]{color:var(--reign-site-body-text-color)}.bm_user_selector .bm_user_selector__control input.bm_user_selector__input[type=text],.css-ackcql{color:var(--reign-site-body-text-color)!important}.bp-messages-wrap .bm-thread-settings-container{background:var(--reign-site-sections-bg-color)}.bp-messages-wrap .bpbm-thread-options .bpbm-thread-option-toggle input[type=text]{border-color:var(--reign-site-border-color)!important}.bp-messages-wrap label{color:var(--reign-site-headings-color)}.bp-messages-wrap .bpbm-thread-options .bpbm-thread-option-description{color:var(--reign-site-body-text-color)}.bp-messages-wrap .participants-panel .bp-messages-user-list .user{background:var(--reign-site-body-bg-color)!important}.bp-messages-user-list .user .actions>a,.bp-messages-user-list .user .actions>span{color:var(--reign-site-headings-color)}.bp-messages-wrap .participants-panel{background:var(--reign-site-sections-bg-color)}.bp-messages-wrap .bm-thread-settings{background:var(--reign-site-sections-bg-color)}.bp-messages-wrap .participants-panel .bp-messages-user-list .user .user{color:var(--reign-site-headings-color)!important}.bp-messages-wrap .bpbm-user-options{background:var(--reign-site-sections-bg-color);border-radius:var(--reign-global-border-radius)}.bp-messages-wrap .bpbm-user-options .bpbm-user-blacklist table tr{background:var(--reign-site-body-bg-color);border-color:var(--reign-site-sections-bg-color)}.bp-messages-wrap .bpbm-user-blacklist a.bpbm-unblock-user{color:var(--reign-color-white)!important;background-color:var(--reign-colors-theme);border-radius:var(--reign-global-border-radius)}.bp-messages-wrap .bpbm-user-blacklist a{color:var(--reign-site-headings-color)!important}.bp-messages-wrap .bpbm-user-options .bpbm-user-option-description{color:var(--reign-site-body-text-color)}.header-messages .bp-messages-wrap:not(.bp-messages-mobile) .threads-list .thread:hover>*{background:var(--reign-site-body-bg-color)!important}.bp-messages-wrap .threads-list .thread .bm-info .name+h4{color:var(--reign-site-body-text-color)}.header-messages .bp-messages-wrap .threads-list .thread .pic.group-thread::after{background:var(--reign-site-body-bg-color);color:var(--reign-site-body-text-color);border-color:var(--reign-site-border-color)}.bp-messages-wrap.bm-search-popup{background:var(--reign-site-body-bg-color)}.header-messages .bp-messages-wrap .threads-list .thread .info .last-message{color:var(--reign-site-body-text-color)}.header-messages .bp-messages-wrap .threads-list .thread .time{color:var(--reign-site-body-text-color)}.bm-wait-abit:before{background:var(--reign-site-body-bg-color)}.bpbm-preview-message{background:var(--reign-site-sections-bg-color);border-color:var(--reign-site-border-color)}.bpbm-preview-message .bpbm-preview-message-cancel{color:var(--reign-site-headings-color)}.bpbm-preview-message .bpbm-preview-message-content .bpbm-preview-message-name{color:var(--reign-site-body-text-color)}.uppy-Dashboard-inner{background:var(--reign-site-sections-bg-color)}.uppy-Dashboard-close{color:var(--reign-site-headings-color)!important}.uppy-Dashboard-Item-action:hover{color:var(--reign-colors-theme)}.uppy-Dashboard--modal .uppy-Dashboard-AddFiles{border-color:var(--reign-site-border-color)}.uppy-Dashboard-AddFiles-title{color:var(--reign-site-headings-color)}.uppy-Dashboard-browse{color:var(--reign-colors-theme)}.uppy-DashboardTab-btn{color:var(--reign-site-body-text-color)}.uppy-DashboardTab-btn:hover{background-color:var(--reign-site-body-bg-color);color:var(--reign-site-body-text-color)}.uppy-DashboardContent-panel{background:var(--reign-site-sections-bg-color)}.uppy-DashboardContent-bar{background:var(--reign-site-sections-bg-color);border-color:var(--reign-site-border-color)}.uppy-Dashboard-inner{color:var(--reign-site-headings-color)}.uppy-Webcam-permissonsIcon svg{fill:var(--reign-colors-theme)}.uppy-Webcam-title{color:var(--reign-site-headings-color)}.uppy-Webcam-permissons p{color:var(--reign-site-body-text-color)}.uppy-DashboardContent-back,.uppy-DashboardContent-save{background:0 0;color:var(--reign-colors-theme)}.uppy-DashboardContent-back:focus,.uppy-DashboardContent-save:focus{background:var(--reign-site-body-bg-color)}.uppy-StatusBar:not([aria-hidden=true]).is-waiting{border-color:var(--reign-site-border-color)}.uppy-StatusBar{background:var(--reign-site-sections-bg-color);color:var(--reign-site-body-text-color)}.uppy-StatusBar:before{background:var(--reign-site-border-color)}.uppy-Dashboard--modal .uppy-Dashboard-AddFiles,.uppy-Dashboard-AddFilesPanel{background:var(--reign-site-sections-bg-color)}.uppy-Dashboard-Item-status{color:var(--reign-site-body-text-color)}.uppy-Dashboard-FileCard-preview{border-color:var(--reign-site-border-color)}.uppy-Dashboard-FileCard,.uppy-Dashboard-FileCard-actions{background:var(--reign-site-sections-bg-color);border-color:var(--reign-site-border-color)}.uppy-Dashboard-FileCard-label{color:var(--reign-site-headings-color)}.uppy-Dashboard-Item{border-color:var(--reign-site-border-color)}.bp-messages-wrap .bm-mentions .bm-mention.bm-mention-active{background:var(--reign-site-sections-bg-color)}.bp-messages-wrap .chat-footer .bpbm-user-me .bpbm-user-me-popup .bpbm-user-me-popup-list .bpbm-user-me-popup-list-item{color:var(--reign-site-headings-color)!important}.uppy-c-btn-primary{background:var(--reign-colors-theme);color:var(--reign-color-white)}body.bm-messages-light .bm-emoji-picker-container{--rgb-background:var(--reign-site-sections-bg-color);background-color:var(--rgb-background)}body.bm-messages-light .bm-emoji-picker-container{--rgb-color:var(--reign-site-headings-color);--rgb-accent:var(--reign-site-body-text-color);--color-b:var(--reign-site-headings-color)}body.bm-messages-light .bm-emoji-picker-container{--color-border:var(--reign-site-border-color);--rgb-input:var(--reign-site-body-text-color)}.category button .background{--em-color-border:var(--reign-site-body-bg-color);background-color:var(--em-color-border)}#nav[data-position=top]:before,#preview[data-position=top]:before{--em-color-border:var(--reign-site-border-color);background:-webkit-gradient(linear,left top,left bottom,from(var(--em-color-border)),to(transparent));background:-webkit-linear-gradient(top,var(--em-color-border),transparent);background:linear-gradient(to bottom,var(--em-color-border),transparent)}.bp-messages-wrap.bp-messages-full-screen{background:var(--reign-site-body-bg-color)}.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--reign-site-sections-bg-color)!important;color:var(--reign-site-body-text-color)!important}.Toastify__close-button{color:var(--reign-site-headings-color)!important}.bm-toast-site-message .bm-toast-site-message-container .bm-toast-site-message-info .bm-toast-site-message-title{color:var(--reign-site-headings-color)}.bbpm-avatar img,.bm-toast-site-message-avatar img{border-radius:var(--reign-global-border-radius)!important}.bp-messages-wrap.bp-better-messages-list{background:var(--reign-site-sections-bg-color);border-color:var(--reign-site-border-color);box-shadow:0 12px 28px 0 rgba(0,0,0,.2),0 2px 4px 0 rgba(0,0,0,.1);border-radius:var(--reign-global-border-radius) var(--reign-global-border-radius) 0 0!important}.bp-better-messages-list .tabs{background:var(--reign-colors-theme);color:var(--reign-color-white)}.bp-better-messages-list .tabs>div{border-radius:var(--reign-global-border-radius)}.bp-messages-wrap.bp-better-messages-list .bp-messages-group-list .group,.bp-messages-wrap.bp-better-messages-list .bp-messages-user-list .user,.bp-messages-wrap.bp-better-messages-list .bp-messages-wrap .threads-list .thread{background:var(--reign-site-body-bg-color)!important}.bp-messages-wrap.bp-better-messages-list .chat-footer{background:var(--reign-site-body-bg-color)}.bp-messages-wrap.bp-better-messages-list .bpbm-search-in-list>input{background:var(--reign-site-body-bg-color);border-color:var(--reign-site-border-color)}.bp-messages-wrap .chat-footer .new-message{color:var(--reign-colors-theme)}.bm-emoji-picker-container{border-radius:var(--reign-global-border-radius);border-color:var(--reign-site-border-color)}#root{--em-rgb-color:var(--reign-site-headings-color);color:var(--em-rgb-color)}.bp-emojionearea-picker .bp-emojionearea-filters,.bp-emojionearea-picker .bp-emojionearea-filters .bp-emojionearea-filter.active,.bp-emojionearea-picker .bp-emojionearea-scroll-area .bp-emojionearea-category-title{background:var(--reign-site-sections-bg-color);color:var(--reign-site-body-text-color)}@media screen and (max-width:800px){#bp-better-messages-mini-mobile-open{background:var(--reign-colors-theme);border-radius:var(--reign-global-border-radius)}}body.bm-mobile-device #bp-better-messages-mini-mobile-open{background:var(--reign-colors-theme);border-radius:var(--reign-global-border-radius)}.bp-messages-chat-wrap.bp-messages-mobile,.bp-messages-wrap-group.bp-messages-mobile,.bp-messages-wrap-main.bp-messages-mobile{background:var(--reign-site-body-bg-color)}#bp-better-messages-mini-mobile-container,#bp-better-messages-mobile-view-container{background:var(--reign-site-body-bg-color)}.bp-messages-wrap.bp-messages-mobile .chat-header .mobileClose{color:var(--reign-colors-theme)}.bp-messages-wrap.mobile-ready:not(.bp-messages-mobile) .bp-messages-mobile-tap{color:var(--reign-colors-theme)}.bp-messages-wrap .chat-tabs{background:var(--reign-site-sections-bg-color);border-radius:var(--reign-global-border-radius)}.bp-messages-wrap .chat-tabs>div{border-radius:var(--reign-global-border-radius)}.bp-messages-wrap .chat-tabs>div.active{background:var(--reign-colors-theme);color:var(--reign-color-white)}.bp-messages-wrap.bp-messages-mobile .bp-messages-wrap.bm-search-popup{background:var(--reign-site-body-bg-color)}.bp-messages-wrap.bp-better-messages-mini .chats .chat .head{background:var(--reign-colors-theme);border-color:var(--reign-site-border-color);color:var(--reign-color-white)}.bp-messages-wrap.bp-better-messages-mini .chats .chat{border-radius:var(--reign-global-border-radius);background:var(--reign-site-sections-bg-color);box-shadow:0 12px 28px 0 rgba(0,0,0,.2),0 2px 4px 0 rgba(0,0,0,.1);border-color:var(--reign-site-border-color)}.bp-messages-wrap.bp-better-messages-mini .bm-reply .bm-send-message svg{fill:var(--reign-site-body-text-color)}.bp-messages-wrap.bp-better-messages-mini .bm-reply svg{color:var(--reign-site-body-text-color)}body.buddypress article.page>.entry-header:not(.alignwide):not(.alignfull) .entry-title{color:var(--reign-site-headings-color)}.bplock-locked-message{margin-bottom:30px}.bplock-locked-message{background-color:var(--reign-site-sections-bg-color)}ul.bplock-login-shortcode-tabs li{color:var(--reign-site-headings-color);border-color:var(--reign-site-border-color)}.dark-mode ul.bplock-login-shortcode-tabs li .register-icon,.dark-mode ul.bplock-login-shortcode-tabs li .sign-in-icon,.dark-scheme ul.bplock-login-shortcode-tabs li .register-icon,.dark-scheme ul.bplock-login-shortcode-tabs li .sign-in-icon{-webkit-filter:invert(1);filter:invert(1)}ul.bplock-login-shortcode-tabs li.current{color:var(--reign-colors-theme);border-bottom:2px solid var(--reign-colors-theme)}body.buddypress.bp-user .buddypress-wrap .users-header .bp-member-type-list{font-size:14px;color:inherit}body.buddypress.bp-user .buddypress-wrap .users-header .wbtm-cover-header-type-1 .bp-member-type-list,body.buddypress.bp-user .buddypress-wrap .users-header .wbtm-cover-header-type-1 .bp-member-type-list a,body.buddypress.bp-user .buddypress-wrap .users-header .wbtm-cover-header-type-2 .bp-member-type-list,body.buddypress.bp-user .buddypress-wrap .users-header .wbtm-cover-header-type-2 .bp-member-type-list a{color:#fff}.widget_bp_friend_follow_suggestion_widget .item-meta ul{margin:0}.single-headers a.button.follow,.single-headers a.button.unfollow{margin:0}.bmpro_moderation_content .item-body aside{display:none}#bmpro-modal .bmpro-modal .bmpro-content-form textarea#bmpro-activity_description{border:1px solid var(--reign-site-border-color)}.bpchk-checkins-column{background:var(--reign-site-sections-bg-color);border-color:var(--reign-site-border-color);border-radius:var(--reign-global-border-radius)!important}body:not(.members-proximity-search-enable):not(.groups-proximity-search-enable) .buddypress-wrap .bp-search:not(.activity-search) form.bp-dir-search-form button.groups-search-clear,body:not(.members-proximity-search-enable):not(.groups-proximity-search-enable) .buddypress-wrap .bp-search:not(.activity-search) form.bp-dir-search-form button.members-search-clear{border-radius:var(--reign-global-button-radius)}.bp-member-blog-container .bpmb-blog-post,.bp-member-blog-container form#bp-member-post,.bp-member-blog-container>div.bp_members{border:1px solid var(--reign-site-border-color);background:var(--reign-site-sections-bg-color)}.bp-member-blog-container .post-categories a{background:var(--reign-site-secondary-bg-color)}.bp-member-blog-field-container{background:var(--reign-site-secondary-bg-color)}#bp-member-post input#bp_member_blog_post_tag,#bp-member-post input[type=text],.bp-member-blog-post-form .selectize-dropdown,.bp-member-blog-post-form .selectize-input{background:var(--reign-form-background-color);color:var(--reign-form-text-color);border:1px solid var(--reign-form-border-color);border-radius:var(--reign-global-form-radius)!important}#bp-member-post input#bp_member_blog_post_tag:focus,#bp-member-post input[type=text]:focus,.bp-member-blog-post-form .selectize-dropdown:focus,.bp-member-blog-post-form .selectize-input:focus{background:var(--reign-form-focus-background-color);color:var(--reign-form-focus-text-color);border:1px solid var(--reign-form-focus-border-color)}.selectize-control.single .selectize-input.input-active{background:var(--reign-form-focus-background-color);color:var(--reign-form-focus-text-color)}.bp-member-blog-post-form .selectize-input.focus{box-shadow:inset 0 1px 1px var(--reign-form-border-color)}.selectize-input.dropdown-active::before{background:var(--reign-form-border-color)}.bp-member-blog-container.bpmb-blog-posts span.page-numbers.current,.bp-member-blog-post-form .selectize-dropdown .active{background-color:var(--reign-colors-theme);color:#fff;border-color:var(--reign-colors-theme)}.selectize-dropdown [data-selectable]{color:var(--reign-site-body-text-color)}.bp-member-blog-container.bpmb-blog-posts .page-numbers,.bp-member-blog-featured-image-wrapper{background:var(--reign-site-secondary-bg-color);border-color:var(--reign-site-border-color)}#wp-bp_member_blog_post_content-media-buttons button#insert-media-button,.add-bpmb-cat-row,.selectize-control.multi .selectize-input>div{background:var(--reign-site-secondary-bg-color);color:var(--reign-site-body-text-color);border-color:var(--reign-site-border-color)}button#bp_member_blog_custom_fieldcustom_text_editor-html,button#bp_member_blog_post_content-html,button#bp_member_blog_post_content-tmce{border-radius:0}.buddypress-wrap .bp-member-blog-container .wp-editor-container textarea{border-radius:0!important}.selectize-control.plugin-remove_button [data-value] .remove{border-color:var(--reign-site-border-color)}.bp-member-blog-post-category-wrapper a.add-bpmb-category{background-color:var(--reign-site-button-bg-color);color:var(--reign-site-button-text-color)}.bp-member-blog-post-category-wrapper a.add-bpmb-category:focus,.bp-member-blog-post-category-wrapper a.add-bpmb-category:hover{background-color:var(--reign-site-button-bg-hover-color);color:var(--reign-site-button-text-hover-color)}.activity ul li .activity-meta .service-buttons{margin-top:10px;-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.activity-content .bp-activity-reshare-icon{margin-right:4px}.activity-share-modal.modal .modal-content{border-radius:var(--reign-global-border-radius)}.activity-share-modal .modal-header{border-top-left-radius:var(--reign-global-border-radius);border-top-right-radius:var(--reign-global-border-radius)}span.bp-activity-reshare-icon i{font-size:18px}.activity-list .activity-content .activity-inner .activity-reshare-item-container img:not(.avatar),.activity-share-modal .activity-list .activity-content .activity-inner img:not(.avatar){max-width:100%;margin:0 0 15px}.activity-list .activity-content .activity-inner .activity-reshare-item-container .reign-post-title,.activity-share-modal .activity-list .activity-content .activity-inner .bb-post-title{display:block;font-size:20px;margin:0 0 10px}.activity-list .activity-item .activity-content .bp-generic-meta.action .bp-activity-share-button .reshare-count{display:none}.activity-share-modal .select2-container--default .select2-selection--single .select2-selection__rendered{color:var(--reign-site-body-text-color)}body.modal-open.modal-open .select2-dropdown{border-color:var(--reign-site-border-color)}.bp-activity-share-post-footer-actions .button{background-color:var(--reign-site-button-bg-color);color:var(--reign-site-button-text-color);border-radius:var(--reign-global-button-radius)}.bp-activity-share-post-footer-actions .button:hover{background-color:var(--reign-site-button-bg-hover-color);color:var(--reign-site-button-text-hover-color)}.bp-activity-share-dropdown-menu{background:var(--reign-site-sections-bg-color);border-color:var(--reign-site-border-color);box-shadow:var(--reign-more-options-box-shadow)}.bp-activity-share-dropdown-toggle .bp-activity-share-dropdown-menu .bp-activity-share-btn:hover,.bp-activity-share-dropdown-toggle .bp-activity-share-dropdown-menu .bp-share-wrapper:hover{background:var(--reign-site-secondary-bg-color)}.bp-share-activity-share-to-wrapper{border-color:var(--reign-site-border-color)}@media screen and (max-width:750px){.bp-activity-share-dropdown-toggle .bp-activity-share-dropdown-menu .bp-share-activity-share-to-wrapper .bp-share-wrapper{border-radius:var(--reign-global-button-radius)}}.reign-mediapress .mejs-button>button{background:transparent url(./wp-content/themes/reign-theme/assets/css/../img/svg/mejs-controls.svg)!important;padding:0!important;width:20px!important}.reign-mediapress .mejs-play>button{background-position:0 0!important}.reign-mediapress .mejs-pause>button{background-position:-20px 0!important}.reign-mediapress .mejs-replay>button{background-position:-160px 0!important}.reign-mediapress .mejs-fullscreen-button>button{background-position:-80px 0!important}.reign-mediapress .mejs-unfullscreen>button{background-position:-100px 0!important}.reign-mediapress .mejs-mute>button{background-position:-60px 0!important}.reign-mediapress .mejs-unmute>button{background-position:-40px 0!important}.reign-mediapress .mejs-captions-button>button{background-position:-140px 0!important}.reign-mediapress .mejs-chapters-button>button{background-position:-180px 0!important}.activity-list .mpp-media-list-view-grid.mpp-activity-media-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap}.activity-list .mpp-media-list-view-grid.mpp-activity-media-list a{margin:2px}.activity-list .mpp-media-list-view-grid.mpp-activity-media-list a img{width:200px;height:200px;object-fit:cover}@media screen and (max-width:480px){.activity-list .mpp-media-list-view-grid.mpp-activity-media-list a{width:-webkit-calc(50% - 4px);width:calc(50% - 4px)}.activity-list .mpp-media-list-view-grid.mpp-activity-media-list a img{width:auto;height:auto;object-fit:contain}}.mpp-paginator ul li{padding:0}.mpp-paginator ul .page-numbers{margin:0 5px 5px 0;padding:.5em 1em;background:0 0!important;color:#565a62!important;display:inline-block;font-size:1em;float:none;line-height:1.5;border-radius:2px;-webkit-transition:background-color ease-in-out .1s;transition:background-color ease-in-out .1s}.mpp-paginator ul .page-numbers:hover{background:#e6e6e6!important;color:#565a62!important}.mpp-paginator ul .page-numbers.current{background:#e6e6e6!important;color:#565a62!important}.mpp-form input[type=color],.mpp-form input[type=date],.mpp-form input[type=datetime-local],.mpp-form input[type=datetime],.mpp-form input[type=email],.mpp-form input[type=month],.mpp-form input[type=number],.mpp-form input[type=password],.mpp-form input[type=search],.mpp-form input[type=tel],.mpp-form input[type=text],.mpp-form input[type=time],.mpp-form input[type=url],.mpp-form input[type=week],.mpp-form select,.mpp-form textarea{box-shadow:none}.users-header .gamipress-buddypress-achievements .gamipress-buddypress-achievement,.users-header .gamipress-buddypress-points,.users-header .gamipress-buddypress-ranks,.users-header .gamipress-buddypress-ranks .gamipress-buddypress-rank,.users-header .gamipress-buddypress-user-achievements{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:wrap;flex-flow:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:10px 0 0}@media screen and (max-width:782px){.users-header .gamipress-buddypress-achievements .gamipress-buddypress-achievement,.users-header .gamipress-buddypress-points,.users-header .gamipress-buddypress-ranks,.users-header .gamipress-buddypress-ranks .gamipress-buddypress-rank,.users-header .gamipress-buddypress-user-achievements{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.users-header .wbtm-cover-header-type-2 .gamipress-buddypress-achievements .gamipress-buddypress-achievement,.users-header .wbtm-cover-header-type-2 .gamipress-buddypress-points,.users-header .wbtm-cover-header-type-2 .gamipress-buddypress-ranks,.users-header .wbtm-cover-header-type-2 .gamipress-buddypress-ranks .gamipress-buddypress-rank,.users-header .wbtm-cover-header-type-2 .gamipress-buddypress-user-achievements{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.users-header .wbtm-cover-header-type-2 .gamipress-buddypress-achievement-title,.users-header .wbtm-cover-header-type-2 .gamipress-buddypress-rank-title{color:var(--reign-color-white)}.users-header .wbtm-cover-header-type-1 .gamipress-buddypress-achievement-title,.users-header .wbtm-cover-header-type-1 .gamipress-buddypress-rank-title{color:var(--reign-color-white)}@media screen and (max-width:782px){.users-header .gamipress-buddypress-achievements .gamipress-buddypress-achievement,.users-header .gamipress-buddypress-points,.users-header .gamipress-buddypress-ranks .gamipress-buddypress-rank{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.users-header .center-view .gamipress-buddypress-achievements .gamipress-buddypress-achievement,.users-header .center-view .gamipress-buddypress-points,.users-header .center-view .gamipress-buddypress-ranks .gamipress-buddypress-rank{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.users-header .gamipress-buddypress-achievements .gamipress-buddypress-achievement,.users-header .gamipress-buddypress-ranks .gamipress-buddypress-rank{margin-top:0;margin-bottom:0}.users-header .gamipress-buddypress-points-type{margin:0 10px 0 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.users-header .gamipress-buddypress-points img.gamipress-points-thumbnail{border-radius:100%;margin-right:5px}body #buddypress #item-header-cover-image span.activity{font-size:14px}.gamipress-buddypress-achievements .activity,.gamipress-buddypress-points .activity,.gamipress-buddypress-ranks .activity{margin-bottom:10px}.users-header .gamipress-buddypress-achievements .gamipress-buddypress-achievement-type-label{margin-right:10px;font-weight:500}.users-header .gamipress-buddypress-achievements .gamipress-buddypress-achievement-type-label{margin-right:10px;font-weight:500}.users-header .gamipress-buddypress-achievement-title{font-size:14px;margin-right:10px;margin-bottom:10px}.users-header .gamipress-buddypress-achievements img.gamipress-achievement-thumbnail{border-radius:100%;margin-right:5px}.users-header .gamipress-buddypress-ranks{margin-bottom:10px}.users-header .gamipress-buddypress-ranks .gamipress-buddypress-rank-label{margin-right:10px;font-weight:500}.users-header .gamipress-buddypress-ranks .gamipress-buddypress-rank a.activity{font-size:14px}.users-header .gamipress-buddypress-ranks img.gamipress-rank-thumbnail{border-radius:100%;margin-right:5px}.users-header .gamipress-buddypress-rank-title{margin-right:10px}.gamipress-user-points:not(.gamipress-layout-none) .gamipress-points{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%;background-color:var(--reign-site-sections-bg-color);border:1px solid var(--reign-site-border-color);border-radius:var(--reign-global-border-radius);padding-bottom:20px;overflow:visible;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}@media (max-width:1200px){.gamipress-user-points:not(.gamipress-layout-none) .gamipress-points{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;padding:20px}}@media (max-width:767px){.gamipress-user-points:not(.gamipress-layout-none) .gamipress-points{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}.gamipress-user-points-image{margin-right:15px;min-width:50px}.gamipress-user-points:not(.gamipress-layout-none) .gamipress-points .gamipress-user-points-description span{display:block;margin-top:0}.gamipress-open-close-switch{text-align:left;padding:5px 0;font-size:12px;text-transform:uppercase}#gamipress-achievements-container[class*=gamipress-columns]>.gamipress-achievement,.gamipress-points-types[class*=gamipress-columns]>.gamipress-points-type,.gamipress-ranks-container[class*=gamipress-columns] .gamipress-rank,.gamipress-user-points[class*=gamipress-columns]>.gamipress-points{background:var(--reign-site-sections-bg-color);border:1px solid var(--reign-site-border-color);border-radius:var(--reign-global-border-radius)}.gamipress-achievements-list .gamipress-achievements-container .gamipress-achievement-description>h4,.gamipress-ranks-list .gamipress-ranks-container .gamipress-rank-description>h4{margin-bottom:5px;font-size:14px}table#gamipress-earnings-table tbody,table#gamipress-earnings-table thead{background:var(--reign-site-sections-bg-color)}table#gamipress-earnings-table tbody tr td,table#gamipress-earnings-table thead tr th{padding:10px}input#gamipress-achievements-search-input{height:44px;vertical-align:middle}.gamipress-logs-list .gamipress-log{margin:5px 0;padding:5px 0;border-bottom:1px solid var(--reign-site-border-color)}.gamipress-logs-list .gamipress-log:first-child{border-top:1px solid var(--reign-site-border-color)}#gamipress-achievements-filter select{margin-left:0}#gamipress-achievements-search{margin-right:0}.gamipress_achievements_widget #gamipress-achievements-search{width:100%}.gamipress_achievements_widget #gamipress-achievements-search label{display:block}.gamipress_achievements_widget input#gamipress-achievements-search-input{height:42px;display:block;float:left}.activity-list .activity-item .activity-content .gamipress-achievement,.activity-list .activity-item .activity-content .gamipress-points-award,.activity-list .activity-item .activity-content .gamipress-rank{-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:15px 0;padding:15px;border:1px solid var(--reign-site-border-color);border-radius:6px!important}.activity-content .gamipress-achievement.user-has-earned .gamipress-achievement-image{margin-right:15px}.widget .gamipress-buddypress-user-details{display:none}.acomment-content .gamipress-buddypress-user-details-activity,.activity-content .gamipress-buddypress-user-details-activity,.item-avatar .gamipress-buddypress-user-details-listing{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:10px 0 0 0}.item-avatar .gamipress-buddypress-user-details-listing{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement,.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points-type,.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-rank,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points-type,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-rank,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points-type,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-rank{margin-bottom:4px}.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievements .activity,.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points .activity,.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks .activity,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievements .activity,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points .activity,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks .activity,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievements .activity,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points .activity,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-ranks .activity{margin-bottom:0}.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievements,.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points,.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievements,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievements,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-ranks{display:-webkit-box;display:-ms-flexbox;display:flex;vertical-align:middle;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievements,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement,.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points>div,.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks .gamipress-buddypress-rank,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points>div,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks .gamipress-buddypress-rank,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points>div,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-ranks .gamipress-buddypress-rank{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:1px solid var(--reign-site-border-color);padding:3px 9px 3px 4px;box-shadow:0 1px 2px rgba(18,43,70,.12);font-size:13px;color:inherit;background-color:var(--reign-site-sections-bg-color);line-height:1.5;border-radius:6px!important;-webkit-transition:all ease .3s;transition:all ease .3s}.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement img,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points>div img,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-ranks .gamipress-buddypress-rank img{width:20px}.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement .gamipress-buddypress-achievement-thumbnail,.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points>div .gamipress-buddypress-points-thumbnail,.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks .gamipress-buddypress-rank .gamipress-buddypress-rank-thumbnail,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement .gamipress-buddypress-achievement-thumbnail,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points>div .gamipress-buddypress-points-thumbnail,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks .gamipress-buddypress-rank .gamipress-buddypress-rank-thumbnail,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement .gamipress-buddypress-achievement-thumbnail,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points>div .gamipress-buddypress-points-thumbnail,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-ranks .gamipress-buddypress-rank .gamipress-buddypress-rank-thumbnail{display:inline-block;vertical-align:middle;border-radius:100px;box-shadow:0 0 2px rgba(0,0,0,.13);margin-right:5px!important;width:20px}.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievements,.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points>div,.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks .gamipress-buddypress-rank,.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-user-points,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievements,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-points>div,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks .gamipress-buddypress-rank,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-user-points,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievements,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-points>div,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-ranks .gamipress-buddypress-rank,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-user-points{margin-right:4px!important}.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement .gamipress-buddypress-achievement-title,.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks .gamipress-buddypress-rank .gamipress-buddypress-rank-title,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement .gamipress-buddypress-achievement-title,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks .gamipress-buddypress-rank .gamipress-buddypress-rank-title,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement .gamipress-buddypress-achievement-title,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-ranks .gamipress-buddypress-rank .gamipress-buddypress-rank-title{margin-left:5px!important}.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement .gamipress-buddypress-achievement-thumbnail,.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks .gamipress-buddypress-rank .gamipress-buddypress-rank-thumbnail,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement .gamipress-buddypress-achievement-thumbnail,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-ranks .gamipress-buddypress-rank .gamipress-buddypress-rank-thumbnail,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement .gamipress-buddypress-achievement-thumbnail,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-ranks .gamipress-buddypress-rank .gamipress-buddypress-rank-thumbnail{margin-right:0!important}.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement:last-child,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievement:last-child,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievement:last-child{margin-right:0}.acomment-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievements .gamipress-buddypress-user-achievements .gamipress-buddypress-achievement:last-child,.activity-content .gamipress-buddypress-user-details-activity .gamipress-buddypress-achievements .gamipress-buddypress-user-achievements .gamipress-buddypress-achievement:last-child,.item-avatar .gamipress-buddypress-user-details-listing .gamipress-buddypress-achievements .gamipress-buddypress-user-achievements .gamipress-buddypress-achievement:last-child{margin-right:5px}.gamipress-achievement,.gamipress-rank,.single .single-achievement,.single-rank{padding:20px;background-color:var(--reign-site-sections-bg-color);border:1px solid var(--reign-site-border-color);font-size:14px;line-height:24px;border-radius:var(--reign-global-border-radius)}.gamipress-progress-map-item .gamipress-achievement-points>img{max-width:30px}.gamipress-ranks-list h2.gamipress-rank-title{margin-top:0!important}.buddypress.widget .GamiPress-data-popup{display:none}.buddypress.widget .GamiPress-data-popup.is_active{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;top:0;left:0;bottom:0;right:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:fixed;background-color:rgba(250,251,253,.9);z-index:999901}.buddypress.widget .GamiPress-data-popup.is_active .gamipress-buddypress-user-details-listing{display:block!important;background-color:var(--reign-site-sections-bg-color);padding:20px 20px 10px 20px;border:1px solid var(--reign-global-border-radius);box-shadow:0 6px 24px 0 rgba(18,43,70,.1);position:relative;border-radius:var(--reign-global-border-radius);max-width:90%}.buddypress.widget .GamiPress-data-popup.is_active .gamipress-buddypress-user-details-listing .hideGamipressData{font-size:18px;position:absolute;right:5px;top:5px;opacity:.8;cursor:pointer}.buddypress.widget .gamipress-buddypress-user-details-listing{display:none}.buddypress.widget span.activity.gamipress-buddypress-points-label,.buddypress.widget span.activity.gamipress-buddypress-user-points{display:inline-block}.buddypress.widget .showGamipressData{position:absolute;bottom:0;right:0;background-color:var(--reign-site-sections-bg-color);border-radius:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:17px;width:17px;cursor:pointer}.buddypress.widget .showGamipressData img{height:14px!important;width:14px!important}.buddypress.widget .showGamipressData .far{font-size:12px}.bp-business-settings-content .bp-business-section-container,.bp-profile-setting-loader{background-color:var(--reign-site-sections-bg-color)}.dark-mode #buddypress.buddypress-wrap.bp-business-single #cover-image-container:after,.dark-scheme #buddypress.buddypress-wrap.bp-business-single #cover-image-container:after{background:-webkit-gradient(linear,left bottom,left top,from(var(--reign-site-sections-bg-color)),color-stop(rgba(0,0,0,.9)),color-stop(rgba(0,0,0,.7)),color-stop(rgba(0,0,0,.4)),to(rgba(0,0,0,0)));background:-webkit-linear-gradient(bottom,var(--reign-site-sections-bg-color),rgba(0,0,0,.9),rgba(0,0,0,.7),rgba(0,0,0,.4),rgba(0,0,0,0));background:linear-gradient(to top,var(--reign-site-sections-bg-color),rgba(0,0,0,.9),rgba(0,0,0,.7),rgba(0,0,0,.4),rgba(0,0,0,0))}.dark-mode #bp-business-main-object-nav .hideshow .sub-menu,.dark-mode #bp-businesses-content .business-search .bp-dir-search-form,.dark-mode #bp-profile-settings-tabs-nav,.dark-mode #buddypress.buddypress-wrap.bp-business-single #cover-image-container,.dark-mode #buddypress.buddypress-wrap.bp-business-single .desc-wrap,.dark-mode #buddypress.buddypress-wrap:not(.bp-single-vert-nav) .business-main-nav.bp-navs,.dark-mode #buddypress.buddypress-wrap:not(.bp-single-vert-nav) .business-main-nav.bp-navs>ul,.dark-mode #business-create-body,.dark-mode .bp-business-jobs-content-box .job_listings .job-details-wrapper,.dark-mode .bp-business-list-wrap,.dark-mode .bp-business-settings-content .buddypress-wrap,.dark-mode .bp-business-settings-content>.widget-area .widget,.dark-mode .bp-business-tribe-wrapper>article .bp-business-single-tribe-events-col-last,.dark-mode .bp-profile-settings .item-body-inner,.dark-mode .buddypress-wrap .bp-businesses-content .select-wrap,.dark-mode .buddypress-wrap .bp-feedback,.dark-mode .buddypress-wrap .item-body .bp-feedback,.dark-mode .widget-error .bp-feedback{background-color:var(--reign-site-sections-bg-color)}body.archive article.bp_doc{border:0!important}ul.component-navigation.bp-docs-nav{margin-left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:wrap;flex-flow:wrap}ul.component-navigation.bp-docs-nav a#bp-create-doc-button{margin-left:auto;margin-right:0}div.doc-permissions.doc-permissions{padding:15px}#doc-permissions-summary.doc-public{color:#333}#doc-permissions-summary.doc-public a{color:inherit}div.doc-content.doc-content,div.doc-permissions.doc-permissions{background:var(--reign-site-sections-bg-color)}div.docs-info-header.docs-info-header{margin-bottom:15px;padding:15px}div.doc-tabs li a,div.docs-info-header.docs-info-header,div.entry-content p.toggle-switch,p.toggle-switch{background:var(--reign-site-secondary-bg-color)}div.entry-content p.toggle-switch a,p.toggle-switch a{color:var(--reign-site-headings-color)}div.docs-filter-section,div.docs-filters>p{color:var(--reign-site-alternate-text-color)}div.doc-tabs li.current a{background:var(--reign-site-sections-bg-color);color:var(--reign-colors-theme)}div#doc-meta,div.doc-content.doc-content,div.doc-meta,div.doc-permissions.doc-permissions,div.docs #comments,div.docs-filter-section,div.entry-content p.toggle-switch,div.toggle-content,p.toggle-switch{border-color:var(--reign-site-border-color)}div.docs-info-header.docs-info-header{border:1px solid var(--reign-site-border-color)}input#docs-search{min-height:38px;background:var(--reign-form-background-color);color:var(--reign-form-text-color);border:1px solid var(--reign-form-border-color);outline:0;border-radius:var(--reign-global-form-radius)!important;font-family:inherit}input#docs-search:focus{background:var(--reign-form-focus-background-color);color:var(--reign-form-focus-text-color);border:1px solid var(--reign-form-focus-border-color)}div#doc-submit-options input{margin:0 10px 5px 0}div.entry-content p.toggle-switch a,p.toggle-switch a{height:auto}div#buddypress table.doctable tr:nth-child(n){background-color:var(--reign-site-sections-bg-color)}div#buddypress table.doctable tr:nth-child(2n){background-color:var(--reign-site-secondary-bg-color)}div.row-actions a{color:var(--reign-site-alternate-text-color)}div.row-actions a:hover{color:var(--reign-colors-theme)}.doc-content-wrapper div#doc-content-permalink,.doc-content-wrapper div#doc-content-title{margin:0 0 15px}input#doc-permalink{margin-top:20px}p.comments-closed{background:var(--reign-site-secondary-bg-color)}div#doc-meta,div.doc-meta,div.docs #comments{border-color:var(--reign-site-border-color)}.bp-docs table th{color:var(--reign-site-headings-color);padding:10px}.bp-docs table td{padding:10px}.reign-nav-iconic #bp-create-doc-button:before{content:"\f067";color:inherit;margin-right:6px;display:inline-block;font-family:"Font Awesome 6 Pro",reign-icons;font-size:inherit;text-rendering:auto;min-width:20px;text-align:center}.bp-activity-schedule-model-wrap .modal-container,.bp-activity-schedule-post-dropdown-list,.bp-schedule-activity-posted .bp-schedule-item-list{background:var(--reign-site-sections-bg-color);border-color:var(--reign-site-border-color);box-shadow:var(--reign-more-options-box-shadow)}.bp-activity-schedule-post-dropdown-list ul li>a{color:var(--reign-site-body-text-color)}.bp-activity-schedule-post-dropdown-list ul li>a:hover{color:var(--reign-site-body-text-color);background:var(--reign-site-secondary-bg-color)}.bp-activity-schedule-post-dropdown-list ul li>a>i{color:var(--reign-site-alternate-text-color)}.bp-activity-schedule-model-wrap .modal-container .bp-model-header{background:var(--reign-site-secondary-bg-color);border-color:var(--reign-site-border-color)}.bp-activity-schedule-model-wrap .modal-container .bp-model-footer{border-color:var(--reign-site-border-color)}.bp-activity-schedule-model-wrap .modal-container .bp-modal-content .input-field [class*=dashicons]{color:var(--reign-site-alternate-text-color)}#buddypress .bp-activity-schedule-model-wrap .modal-container .bp-model-footer .button.button-outline{color:var(--reign-site-alternate-text-color)}#buddypress .bp-activity-schedule-model-wrap .modal-container .bp-model-footer .button.button-outline:hover{background-color:var(--reign-site-button-bg-color);color:var(--reign-site-button-text-color);border-color:var(--reign-site-button-bg-color)!important}.bp-activity-schedule-model-wrap .modal-container .bp-modal-content .input-field-inline .bp-schedule-activity-meridian-wrap label span{background:var(--reign-site-sections-bg-color);color:var(--reign-site-headings-color);border-color:var(--reign-site-border-color)}.bp-activity-schedule-model-wrap .modal-container .bp-modal-content .input-field-inline .bp-schedule-activity-meridian-wrap label input:checked+span{background:var(--reign-colors-theme);border-color:var(--reign-colors-theme)}.bp-schedule-activity-posted .bp-schedule-item-list .bp-schedule-messages-content span{color:var(--reign-site-body-text-color)}.bp-schedule-activity-posted .bp-schedule-item-list .bp-schedule-messages-content span.title{color:var(--reign-site-headings-color)}.buddypress-wrap .item-body .group-separator-block .screen-heading{font-size:1.5rem;font-weight:500;border:0}.bp-profile-wrapper.need-separator .group-separator-block h3{margin-top:0}.contact-me.buddypress .bp-member-blog-post-form{background:var(--reign-site-sections-bg-color);border-color:var(--reign-site-border-color);border-radius:var(--reign-global-border-radius)!important}div#fieldset-captchasum .captchasum{background:var(--reign-site-secondary-bg-color)}table.bp_contact-me-messages{background:var(--reign-site-sections-bg-color)}.bp_contact-me-messages thead{background:var(--reign-site-secondary-bg-color)}.bp_contact-me-messages td,.bp_contact-me-messages th{border-color:var(--reign-site-border-color)}.swal2-container .swal2-popup{background:var(--reign-site-sections-bg-color);color:var(--reign-site-body-text-color);box-shadow:var(--reign-more-options-box-shadow)}body.wbcom-bp-contact .bp-contact-me-popup-message{border-color:var(--reign-site-border-color)}body.wbcom-bp-contact .bp-contact-me-popup-message li:nth-child(2n+2){background:var(--reign-site-secondary-bg-color)}.bupr-members-profiles{text-align:center}.bupr-members-profiles img.avatar{max-width:80px;max-height:80px}#review_desc,.bupr-bp-member-review-no-popup-add-block #review_desc{margin-top:10px}.reviewer h4{font-size:18px}.wbtm-member-cover-image-container .bupr-member-review-stars{margin-right:0}.bp-nouveau .bupr-row{border:1px solid var(--reign-site-border-color);box-shadow:none;border-radius:var(--reign-global-border-radius)!important}.bupr-review-modal-content{background:var(--reign-site-sections-bg-color);box-shadow:var(--reign-more-options-box-shadow)}.dark-mode .bupr-review-modal-close-button svg path,.dark-scheme .bupr-review-modal-close-button svg path{fill:#fff}.wbtm-member-cover-image-container .bupr-member-rating-text{color:var(--reign-site-body-text-color)}.wbtm-cover-header-type-1 .bupr-member-rating-text,.wbtm-cover-header-type-2 .bupr-member-rating-text{color:#fff}.wbtm-cover-header-type-2 .bupr-member-review-wrapper{text-align:center;margin-left:auto;margin-right:auto}@media screen and (max-width:782px){.wbtm-member-cover-image-container .bupr-member-review-wrapper{text-align:center;margin-left:auto;margin-right:auto}}@media (min-width:768px){.bupr-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.multi-review{background:var(--reign-site-secondary-bg-color)}@charset "UTF-8";input[type=search]::-ms-clear{display:none;width:0;height:0}input[type=search]::-ms-reveal{display:none;width:0;height:0}[class*=" bb-icon-"]:before,[class^=bb-icon-]:before{margin-left:0;margin-right:0}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{display:none}.buddypress-wrap a.loading,.buddypress-wrap input.loading{-webkit-transition-property:none!important;transition-property:none!important;-webkit-transform:none!important;-ms-transform:none!important;transform:none!important;-webkit-animation:none!important;animation:none!important}.dir-list .bp-pagination.top{display:none}.buddypress-wrap .bp-invites-search-form:before,.buddypress-wrap form.bp-dir-search-form:before,.buddypress-wrap form.bp-messages-search-form:before{content:""!important}#dir-activity-search-form #dir-activity-search{height:38px;padding-left:10px}#dir-activity-search-form #dir-activity-search-submit{opacity:1}.buddypress .buddypress-wrap .search-form-has-reset .search-form_reset,.search-form-has-reset .search-form_reset{padding:0!important}.grid>li .item-avatar .avatar{border-radius:var(--reign-global-border-radius)}.round-avatars .buddypress-wrap ul.bp-list.groups-dir-list li.item-entry .group-avatar-wrap img.avatar,.round-avatars .grid>li .item-avatar .avatar{border-radius:50%}.dropzone .dz-default .dz-button,.dropzone .dz-default .dz-button:hover{background-color:transparent!important;border:0;color:rgba(18,43,70,.5)!important;box-shadow:none!important;padding:0!important;font-weight:300!important;font-size:16px!important;border-radius:0!important;color:#aaa!important}.dropzone .dz-default .dz-button:before,.dropzone .dz-default .dz-button:hover:before{content:"\ee24";font-family:bb-icons;font-size:24px;font-weight:400;height:54px;width:54px;display:inline-block;background-color:var(--reign-site-secondary-bg-color);border-radius:50%;line-height:54px;color:var(--reign-site-body-text-color);margin-bottom:10px}.dropzone.media-dropzone .dz-default .dz-button:before,.dropzone.media-dropzone .dz-default .dz-button:hover:before{content:"\ee06"}.dropzone.video-dropzone .dz-default .dz-button::before,.dropzone.video-dropzone .dz-default .dz-button:hover::before{content:"\ef65"}.dropzone.document-dropzone .dz-default .dz-button::before,.dropzone.document-dropzone .dz-default .dz-button:hover::before{content:"\e980"}.dropzone .dz-default .dz-button:hover>strong,.dropzone .dz-default .dz-button>strong{display:block;color:var(--reign-site-headings-color);font-weight:700;font-size:1.1em;margin-bottom:2px}.activity-list .bb-activity-more-options-wrap{top:10px;z-index:2}.activity-list .bb-pin-action{top:16px}.bb-action-popup .bb-model-header .bb-model-close-button .bb-icon-times{font-size:24px}.activity-list .bb-activity-more-options-wrap .bb-activity-more-options{top:30px}.bp-nouveau .bp-list li .bb-activity-more-options-wrap .bb-activity-more-options .generic-button{margin:0;padding:0}.buddypress-wrap .activity-header{font-size:inherit;padding-right:25px}.activity-list .activity-item.mini,.buddypress-wrap .acomment-meta,.buddypress-wrap .mini .activity-header{font-size:inherit}#whats-new-messages-toolbar .bb-icon,#whats-new-messages-toolbar .emojionearea .emojionearea-button:before,#whats-new-messages-toolbar [class*=" bb-icon-"],#whats-new-toolbar .bb-icon,#whats-new-toolbar .emojionearea .emojionearea-button:before,#whats-new-toolbar .wb-icons,#whats-new-toolbar [class*=" bb-icon-"],.ac-reply-toolbar .bb-icon,.ac-reply-toolbar .emojionearea .emojionearea-button:before,.ac-reply-toolbar [class*=" bb-icon-"]{color:inherit}.bp-activity-privacy__label:hover{background-color:rgba(0,0,0,.05)}.bp-activity-privacy__label .privacy-figure{color:#333}div .activity-update-form #whats-new-content .medium-editor-toolbar.active{bottom:70px}.activity-update-form #whats-new-form #whats-new-toolbar,.activity-update-form #whats-new-form-placeholder #whats-new-toolbar,.activity-update-form .whats-new-form-footer,.bp-nouveau-activity-form-placeholder- #whats-new-form #whats-new-toolbar,.bp-nouveau-activity-form-placeholder- #whats-new-form-placeholder #whats-new-toolbar,.bp-nouveau-activity-form-placeholder- .whats-new-form-footer{background-color:transparent;border-color:var(--reign-site-border-color)}.activity-list .activity-item .activity-inner>ol,.activity-list .activity-item .activity-inner>ul{margin:0}.activity-list .activity-item .activity-inner>ol li,.activity-list .activity-item .activity-inner>ul li{list-style:decimal;margin:0 0 3px 18px;padding:0}.activity-list .activity-item .activity-inner>ol li:before,.activity-list .activity-item .activity-inner>ul li:before{content:none}.activity-list .activity-item .activity-inner p{margin-bottom:15px}.activity-list .activity-item .activity-inner>ul li{list-style:disc}#buddypress.buddypress-wrap .main-navs.activity-type-navs>ul>li>a{padding:9px}.buddypress-wrap .current-visibility-level{color:inherit}.bb-media-model-inner{box-shadow:0 0 1px 1px rgba(255,255,255,.1)}.bp-nouveau .activity-list.bp-list{margin:0}.bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap .document-action_list ul li a:hover{background:rgba(0,0,0,.1)!important}.bp-nouveau .reign-status{right:-2px;top:-2px}.bp-nouveau .activity-update-form{padding:0}#whats-new-toolbar,.activity-update-form #whats-new,.activity-update-form #whats-new-avatar{padding:15px}#activity-form-submit-wrapper{padding:0 15px}#whats-new-submit{margin:15px 0 15px auto}.activity-update-form #whats-new-attachments.empty{padding:0}@media (max-width:650px){body.directory #buddypress form#whats-new-form #whats-new-submit{margin:15px 0 15px auto}}#whats-new-form{background-color:transparent;box-shadow:none;padding:0;position:relative}#whats-new-form:not(.focus-in){border:0}.activity-update-form #whats-new,.activity-update-form #whats-new-placeholder,.bp-nouveau-activity-form-placeholder- #whats-new,.bp-nouveau-activity-form-placeholder- #whats-new-placeholder{padding-left:0}.activity-update-form .activity-form.focus-in #whats-new,.bp-nouveau-activity-form-placeholder- .activity-form.focus-in #whats-new{padding-top:10px}#buddypress .activity-update-form #whats-new-submit #aw-whats-new-reset,#buddypress .bp-nouveau-activity-form-placeholder- #whats-new-submit #aw-whats-new-reset{display:none}.activity-update-form #activity-header h3{line-height:normal}#whats-new-form .bb-model-header{background-color:transparent;border-color:var(--reign-site-border-color)}.activity-update-form .activity-form.focus-in #editor-toolbar{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.activity-update-form .activity-form:not(.focus-in) #whats-new{background-color:transparent!important}.activity-update-form #whats-new-avatar{padding:0}.bp-nouveau .activity-update-form #whats-new-avatar img{max-width:45px;width:45px;height:45px}#whats-new-heading h5{margin:0}.bb-model-close-button{color:inherit}#whats-new-form.focus-in #bp-activity-privacy-point{font-size:12px;padding:4px 8px;padding-right:8px;border-radius:var(--reign-global-border-radius);line-height:1;border:1px solid var(--reign-site-border-color)}#whats-new-post-in{margin-right:0}select#bp-activity-privacy{height:34px}.bp-nouveau #whats-new-post-in-box{margin-top:10px}.bp-nouveau .activity-update-form #whats-new-content,.bp-nouveau .activity-update-form #whats-new-post-in-box{margin-left:0}.bp-nouveau .activity-update-form #whats-new-content{padding-bottom:0}.bp-nouveau #whats-new-textarea{margin-bottom:0}.bp-nouveau .activity-update-form #whats-new-submit{margin-left:auto}#buddypress input#aw-whats-new-reset{margin:0 10px;padding:0 10px;width:auto;box-shadow:none}.bb-media-length-1 .bb-activity-media-elem .entry-img{padding-top:0!important}.bb-media-length-1 .bb-activity-media-elem .entry-img img{position:static;width:100%}.dropzone.dz-started .dz-default.dz-message .dz-button{padding-top:0!important;background:0 0!important;color:inherit;border:0}.dropzone .dz-default{border:1px dashed var(--reign-site-border-color)}.activity-list .activity-item .activity-header .activity-time-since:before{content:none}.buddypress-wrap .activity-comments .bp-generic-meta.action .generic-button>a:hover{text-decoration:none!important}.activity-list .activity-item .acomment-display .ac-emotions_list.active{bottom:15px}#buddypress .activity-list .activity-item .activity-content .bp-generic-meta.action .button,#buddypress .activity-list .activity-item .activity-content .bp-generic-meta.action .button>.like-count,#buddypress .activity-list .activity-item .bp-generic-meta.action .acomment-reply.button .comment-count,#buddypress .activity-list .activity-item>.bp-generic-meta.action .button,#buddypress .activity-list .activity-item>.bp-generic-meta.action .button>.like-count{background:0 0!important;border-radius:25px;padding:0;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border:0;-webkit-animation:none!important;animation:none!important;color:var(--reign-site-link-color)}#buddypress .activity-list .activity-item .activity-content .bp-generic-meta.action .button:hover,#buddypress .activity-list .activity-item .activity-content .bp-generic-meta.action .button>.like-count:hover,#buddypress .activity-list .activity-item .bp-generic-meta.action .acomment-reply.button .comment-count:hover,#buddypress .activity-list .activity-item>.bp-generic-meta.action .button:hover,#buddypress .activity-list .activity-item>.bp-generic-meta.action .button>.like-count:hover{color:var(--reign-site-link-hover-color)}.bp-nouveau #buddypress .activity-content .activity-meta a.acomment-reply .bp-screen-reader-text,.bp-nouveau #buddypress .activity-content .activity-meta a.view .bp-screen-reader-text,.bp-nouveau #buddypress div.activity-meta a.acomment-reply .bp-screen-reader-text,.bp-nouveau #buddypress div.activity-meta a.view .bp-screen-reader-text,.bp-nouveau #buddypress div.activity-meta.activity-meta a.fav .bp-screen-reader-text,.bp-nouveau #buddypress div.activity-meta.activity-meta a.unfav .bp-screen-reader-text,.bp-nouveau #buddypress div.groups-meta a.acomment-reply .bp-screen-reader-text,.bp-nouveau #buddypress div.groups-meta a.view .bp-screen-reader-text{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden!important;padding:0;position:absolute!important;width:1px;word-wrap:normal!important}.bp-nouveau #buddypress .activity-content .activity-meta a span.comment-count,.bp-nouveau #buddypress div.activity-meta a span.comment-count,.bp-nouveau #buddypress div.groups-meta a span.comment-count{background:0 0!important;min-width:auto;display:inherit;padding:0;border-radius:0}@media screen and (max-width:460px){#buddypress .activity-content div.bp-generic-meta a .bp-react-button-text,#buddypress .activity-content div.bp-generic-meta a .bp-share-text,.bp-nouveau #buddypress .activity-content .activity-meta a span.comment-count,.bp-nouveau #buddypress .activity-content .bp-generic-meta a span.comment-count,.bp-nouveau #buddypress div.activity-meta a span.comment-count,.bp-nouveau #buddypress div.activity-meta a span.like-count,.bp-nouveau #buddypress div.bp-generic-meta a span.comment-count,.bp-nouveau #buddypress div.bp-generic-meta a span.like-count{display:none}}.bp-nouveau .activity-list .activity-item .activity-meta.action .button span,.bp-nouveau .activity-list .activity-item .groups-meta.action .button span{margin-left:2px}.bp-nouveau .activity-list .activity-item .activity-meta.action .button .bp-activity-reshare-count,.bp-nouveau .activity-list .activity-item .groups-meta.action .button .bp-activity-reshare-count{margin-left:5px}.bp-nouveau .activity-list .activity-item .activity-meta.action .button span{color:inherit!important}.bp-nouveau .activity-list .activity-item .activity-meta .bp-share-button::before,.bp-nouveau .activity-list .activity-item .activity-meta.action .button:before,.bp-nouveau .activity-list .activity-item .activity-meta.action .icons:before{font-family:bb-icons}.bp-nouveau .activity-list .activity-item .activity-meta.action .fav:before,.bp-nouveau .activity-list .activity-item .activity-meta.action .unfav:before{content:"\ef41"}.bp-nouveau .activity-list .activity-item .activity-meta.action .acomment-reply.button:before{content:"\ee33"}.bp-nouveau #buddypress .activity-comments .activity-meta a.delete:before,.bp-nouveau .activity-list .activity-item .activity-meta.action .delete-activity:before{content:"\eaea"}.bp-nouveau .activity-list .activity-item .activity-meta .bp-share-button::before{content:"\e927";font-size:inherit}.bp-nouveau .activity-list .activity-item .activity-meta.action .button.acomment-reply,.bp-nouveau .activity-list .activity-item .activity-meta.action .button.view{box-shadow:none!important}.bp-nouveau .activity-list .activity-item .activity-content .activity-meta.action .generic-button:nth-child(2),.bp-nouveau .activity-list .activity-item .activity-content .bp-generic-meta.action .generic-button:nth-child(2){-webkit-box-ordinal-group:3;-ms-flex-order:2;order:3}#buddypress .activity-list .bb-activity-more-options-wrap .bb-activity-more-options .generic-button a i{font-size:16px;display:inline-block;margin-right:10px;vertical-align:middle;width:20px;text-align:center}.view-more-comments{display:inline-block;margin-top:30px}.activity-list .activity-item .activity-content .activity-state.has-comments,.activity-list .activity-item .activity-content .activity-state.has-likes{display:none}.activity-inner .wbtm_fav_avatar_listing{display:none}.activity-list .activity-item .bp-generic-meta.action div.generic-button{padding:0}.bp-nouveau #buddypress .activity-content .activity-meta a,.bp-nouveau #buddypress div.activity-meta a{margin:0;padding:0}#buddypress .activity-list .activity-item .bp-generic-meta.action .button span{font-weight:inherit}.activity-list .activity-item .activity-state-reactions .reactions_item>i,.activity-list .activity-state-popup .activity-state-popup_tab .activity-state-popup_tab_item .activity-state_user .activity-state_user__avatar .activity-state_user__reaction>i{line-height:inherit}.activity-list .activity-state-popup .activity-state-popup_inner{background-color:var(--reign-site-sections-bg-color);border:1px solid var(--reign-site-border-color)}.activity-list .activity-state-popup .activity-state-popup_tab .activity-state-popup_tab_item .activity-state_user .activity-state_user__name a{color:var(--reign-site-headings-color)}.buddypress-wrap .activity-comments{margin:0}#buddypress .activity-list .comment-item .bb-activity-more-options-wrap .bb-activity-more-options .generic-button a.delete:before{line-height:1}.buddypress-wrap .activity-comments ul li:not(.detached-comment-item){margin-left:0}.bp-nouveau .buddypress-wrap .activity-comments form.ac-form .ac-reply-content{margin-left:0;padding-left:0}.bp-nouveau .buddypress-wrap .activity-comments form.ac-form .ac-reply-avatar{margin-top:0}.buddypress-wrap .activity-comments form.ac-form{padding:15px 0 0}.bp-nouveau .buddypress-wrap .activity-comments form.ac-form .ac-reply-content .ac-textarea,form.ac-form .ac-reply-content .ac-textarea{margin-bottom:15px;padding:0 .7em}form.ac-form .ac-reply-content .ac-textarea .ac-input[contenteditable=true],form.ac-form .ac-reply-content .ac-textarea .ac-input[contenteditable=true].medium-editor-element{min-height:38px}.bp-nouveau #buddypress .activity-comments .activity-meta a,.bp-nouveau #buddypress .activity-comments .generic-button a,.bp-nouveau #buddypress .activity-comments div.generic-button a{border:0;font-size:13px;line-height:1;margin:0;min-height:10px}.bp-nouveau #buddypress .activity-comments .activity-meta a.acomment-reply:before,.bp-nouveau #buddypress .activity-comments .activity-meta a.bmpro-flag-comment-btn:before,.bp-nouveau #buddypress .activity-comments .activity-meta a.bmpro-unflag-comment-btn:before,.bp-nouveau #buddypress .activity-comments .activity-meta a.delete:before{content:none}.bp-nouveau .buddypress-wrap .activity-comments ul li .activity-meta.action,.bp-nouveau .buddypress-wrap .activity-comments ul li .bp-generic-meta.action{margin-left:0}.bp-nouveau .activity-list .activity-item .activity-content .activity-inner p,.bp-nouveau .buddypress-wrap .activity-inner{font-size:16px}.activity-state{margin-top:15px}.bb-media-privacy-wrap:before{content:"路";display:inline-block;margin:0 4px}.buddypress .buddypress-wrap .activity-state a{background:0 0;color:inherit}span.bb-activity-edited-text{font-size:12px}.bb-media-privacy-wrap .activity-privacy{left:-5px}.activity-list li.bbp_reply_create .activity-content .activity-inner .activity-discussion-title-wrap,.activity-list li.bbp_topic_create .activity-content .activity-inner .activity-discussion-title-wrap{background:0 0}.activity-list li.bbp_reply_create .bb-content-inr-wrap,.activity-list li.bbp_topic_create .bb-content-inr-wrap{background:0 0}.activity-list li.bbp_reply_create .bb-content-inr-wrap p,.activity-list li.bbp_topic_create .bb-content-inr-wrap p{margin-bottom:0}.activity-list li.bbp_reply_create .activity-content .activity-inner .activity-discussion-title-wrap a,.activity-list li.bbp_topic_create .activity-content .activity-inner .activity-discussion-title-wrap a{display:inline;font-size:18px;font-weight:500}.activity-list li.bbp_reply_create .activity-content .activity-inner .activity-discussion-title-wrap .bb-reply-lable,.activity-list li.bbp_reply_create .activity-content .activity-inner .bb-post-title .bb-reply-lable,.activity-list li.bbp_topic_create .activity-content .activity-inner .activity-discussion-title-wrap .bb-reply-lable,.activity-list li.bbp_topic_create .activity-content .activity-inner .bb-post-title .bb-reply-lable,.activity-list li.blogs .activity-content .activity-inner .activity-discussion-title-wrap .bb-reply-lable,.activity-list li.blogs .activity-content .activity-inner .bb-post-title .bb-reply-lable{display:inline}#media-stream.media .bb-photo-thumb .media-action-wrap .media-action_list ul li.move_file.move-disabled[data-balloon]:after,#media-stream.media .bb-photo-thumb .media-action-wrap .video-action_list ul li.move_file.move-disabled[data-balloon]:after,#media-stream.media .bb-photo-thumb .video-action-wrap .media-action_list ul li.move_file.move-disabled[data-balloon]:after,#media-stream.media .bb-photo-thumb .video-action-wrap .video-action_list ul li.move_file.move-disabled[data-balloon]:after,.bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .media-action_list ul li.move_file.move-disabled[data-balloon]:after,.bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap .video-action_list ul li.move_file.move-disabled[data-balloon]:after,.bb-activity-media-wrap .bb-activity-media-elem.media-activity .video-action-wrap .media-action_list ul li.move_file.move-disabled[data-balloon]:after,.bb-activity-media-wrap .bb-activity-media-elem.media-activity .video-action-wrap .video-action_list ul li.move_file.move-disabled[data-balloon]:after,.bb-activity-media-wrap .bb-activity-video-elem .media-action-wrap .media-action_list ul li.move_file.move-disabled[data-balloon]:after,.bb-activity-media-wrap .bb-activity-video-elem .media-action-wrap .video-action_list ul li.move_file.move-disabled[data-balloon]:after,.bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .media-action_list ul li.move_file.move-disabled[data-balloon]:after,.bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap .video-action_list ul li.move_file.move-disabled[data-balloon]:after{padding:10px}#buddypress input#privacy-status-back,#buddypress input#privacy-status-group-back,.ac-reply-content,.activity-autocomplete-wrapper:before,form.ac-form .ac-reply-content .ac-textarea .ac-input[contenteditable=true]{color:inherit}.bb-activity-media-wrap .bb-activity-media-elem.media-activity .media-action-wrap,.bb-activity-media-wrap .bb-activity-media-elem.media-activity .video-action-wrap,.bb-activity-media-wrap .bb-activity-video-elem .media-action-wrap,.bb-activity-media-wrap .bb-activity-video-elem .video-action-wrap{z-index:99}.bb-activity-placeholder{background:var(--reign-site-sections-bg-color);border:1px solid var(--reign-site-border-color)}.bb-loading-bg{background-color:var(--reign-site-secondary-bg-color)}form.ac-form .ac-reply-content{border-color:var(--reign-site-border-color);background-color:var(--reign-site-secondary-bg-color);border-radius:var(--reign-global-form-radius)}form.ac-form .ac-reply-content .ac-submit-wrap{background-color:var(--reign-colors-theme)}.bp-activity-head{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:15px}.bp-activity-head p{margin-bottom:0}.bp-activity-head p.activity-date{display:inline-block}.bp-activity-head p.activity-date a{font-size:14px;color:var(--reign-site-alternate-text-color)}.bp-activity-head .activity-time-since{display:none!important}.bp-activity-head .activity-group-post-meta a:hover{text-decoration:none}.bp-nouveau .activity-list .activity-item .bp-activity-head .activity-header{margin:0;padding:0}.bp-nouveau .activity-list .activity-item .bp-activity-head div.item-avatar{margin-bottom:0}.bp-nouveau .activity-list .activity-item .bp-activity-head .activity-group-avatar{margin-right:15px}.activity-list .activity-item .activity-header .time-since{color:var(--reign-site-alternate-text-color)}.acomment-foot-actions .activity-time-since{color:var(--reign-site-alternate-text-color);font-size:13px;line-height:1}.bb-media-model-wrapper .activity-comments .acomment_inner .acomment-content_block,.buddypress-wrap .activity-comments .acomment_inner .acomment-content_block{background-color:var(--reign-site-secondary-bg-color)}.buddypress-wrap .activity-comments li.acomments-view-more{font-size:14px}.bb-media-model-wrapper .activity-comments .acomment-foot-actions .activity-time-since,.buddypress-wrap .activity-comments .acomment-foot-actions .activity-time-since{color:var(--reign-site-alternate-text-color)}.activity-list .activity-item .activity-state-reactions .reactions_item,.bb-media-model-wrapper .activity-comments .comment-reactions .activity-state-reactions,.buddypress-wrap .activity-comments .comment-reactions .activity-state-reactions{background-color:var(--reign-site-secondary-bg-color)}.bb-activity-model-wrapper .activity-modal{background:var(--reign-site-sections-bg-color);border:1px solid var(--reign-site-border-color);border-radius:var(--reign-global-border-radius)}body.buddypress .buddypress-wrap .bb-modal-activity-header h2{margin:0;font-size:1.5rem}.bp-nouveau .buddypress-wrap .activity-comments ul+form.ac-form{margin-bottom:5px}.bb-modal-activity-header,.footer-overflow{border-color:var(--reign-site-border-color)}.bb-document-privacy-wrap .activity-privacy,.bb-media-privacy-wrap .activity-privacy{background:var(--reign-site-sections-bg-color);border:1px solid var(--reign-site-border-color);box-shadow:var(--reign-more-options-box-shadow)}.bb-document-privacy-wrap .activity-privacy .selected,.bb-document-privacy-wrap .activity-privacy li:hover,.bb-media-privacy-wrap .activity-privacy .selected,.bb-media-privacy-wrap .activity-privacy li:hover{background:var(--reign-site-secondary-bg-color)}.bb-document-privacy-wrap .activity-privacy:before,.bb-media-privacy-wrap .activity-privacy:before{border-top-color:var(--reign-site-sections-bg-color);border-right-color:var(--reign-site-sections-bg-color)}.bb-modal-activity-body .bp-post-react-icon .emoji-lottie-holder svg:first-child{display:none}.bp-nouveau #buddypress .activity-list .activity-comments .bp-generic-meta a .bp-screen-reader-text.bp-screen-reader-text{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.activity-list .comment-item .bb-activity-more-options-wrap .bb-activity-more-options-action i{color:var(--reign-site-body-text-color)}.activity-list .comment-item .bb-activity-more-options-wrap .bb-activity-more-options-action:hover,.activity-list .comment-item .bb-activity-more-options-wrap:has(.bb-activity-more-options.is_visible) .bb-activity-more-options-action{background-color:var(--reign-site-secondary-bg-color)}.activity-list .activity-item.bb-closed-comments .bb-activity-closed-comments-notice{background:var(--reign-site-secondary-bg-color);color:var(--reign-site-body-text-color);margin-top:15px;margin-bottom:-15px;border-radius:0 0 var(--reign-global-border-radius-inner) var(--reign-global-border-radius-inner)}@media screen and (min-width:46.8em){body.activity-permalink.bp-nouveau .activity-list .bp-activity-head{padding:15px}body.activity-permalink.bp-nouveau .activity-list .bp-activity-head .activity-avatar{left:0;top:0}body.activity-permalink.bp-nouveau .buddypress-wrap .activity-comments ul+form.ac-form,body.activity-permalink.bp-nouveau .buddypress-wrap .activity-comments>form.ac-form{padding:15px}body.activity-permalink.bp-nouveau .buddypress-wrap .activity-comments ul+form.ac-form{padding-top:0}body.activity-permalink.bp-nouveau .bb-media-model-wrapper .activity-comments ul li>.acomment-display,body.activity-permalink.bp-nouveau .buddypress-wrap .activity-comments ul li>.acomment-display{padding-bottom:15px}}body.activity-permalink.bp-nouveau .bb-activity-placeholder{border:0}.bp-nouveau .buddypress-wrap .activity-group-avatar .author-avatar img{border-radius:50%;border:2px solid var(--reign-site-sections-bg-color)}.activity-list .activity-item .activity-header .time-since:hover{text-decoration:none}.activity-list div.blogs .activity-content .activity-inner,.activity-list li.blogs .activity-content .activity-inner{max-width:100%}.activity-list div.blogs .activity-content .activity-inner .bb-content-wrp,.activity-list li.blogs .activity-content .activity-inner .bb-content-wrp{display:block;padding:0;background-color:transparent}.activity-list div.blogs .activity-content .activity-inner .bb-post-img-link,.activity-list li.blogs .activity-content .activity-inner .bb-post-img-link{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:wrap;flex-flow:wrap;margin:0 0 15px;background:var(--reign-site-secondary-bg-color);border-radius:4px}.activity-list div.blogs .activity-content .activity-inner .bb-post-img-link img,.activity-list li.blogs .activity-content .activity-inner .bb-post-img-link img{margin:0 auto;width:auto;max-height:640px;border-radius:4px}.activity-share-modal .activity-list div.blogs .activity-content .activity-inner a.bb-post-img-link img{max-height:340px}.activity-list .activity-content .activity-inner .activity-reshare-item-container .activity-content .activity-inner a.bb-post-img-link{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:wrap;flex-flow:wrap;margin:0 0 15px;background:var(--reign-site-secondary-bg-color);border-radius:4px}.activity-list .activity-content .activity-inner .activity-reshare-item-container .activity-content .activity-inner a.bb-post-img-link img{margin:0 auto;width:auto;max-height:640px;border-radius:4px}.reign-both_sidebar #buddypress .members-list>li{min-width:auto}@media screen and (min-width:75em){.reign-both_sidebar .buddypress-wrap .grid.bp-list.groups-list>li,.reign-both_sidebar .buddypress-wrap .members-directory-wrapper .grid.bp-list>li{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}}.buddypress-wrap .members-list:not(.grid) .list-wrap{background:0 0;border:0;padding:0}.members-directory-wrapper{display:block}.members-directory-wrapper .bp-profile-search-widget{margin-bottom:20px}@media screen and (min-width:46.8em){.bp-list li .item-avatar{float:left;margin-right:15px}.members-directory-wrapper .bp-profile-search-widget{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin-left:0}.members-directory-wrapper .bps-form.standard-form{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:wrap;flex-flow:wrap}.members-directory-wrapper .bps-form.standard-form>div{width:33.3333%;padding:0 15px}.bp-profile-search-widget{border:1px solid var(--reign-site-border-color);border-radius:var(--reign-global-border-radius)}.bp-profile-search-widget .bps-form-title{padding:15px 15px 0 15px}.buddypress-wrap .bp-profile-search-widget .standard-form label{display:inline-block}}.bp-list li .item-avatar{position:relative}@media screen and (max-width:46.8em){.bp-list li .item-avatar{max-width:100px;margin:auto}}#buddypress .members-list:not(.wbtm-member-directory-type-1) .bb_more_options .bb_more_options_action i,.members-list:not(.wbtm-member-directory-type-1) .bb_more_options .bb_more_options_action i{background:rgba(0,0,0,.2);color:#fff;width:30px;height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:100px}@media screen and (min-width:46.8em){.bp-nouveau .friends-mutual-list.bp-list:not(.grid) .list-wrap .member-button-wrap.footer-button-wrap,.bp-nouveau .groups-list.bp-list:not(.grid) .list-wrap .member-button-wrap.footer-button-wrap,.bp-nouveau .members-group-list.bp-list:not(.grid) .list-wrap .member-button-wrap.footer-button-wrap,.bp-nouveau .members-list.bp-list:not(.grid) .list-wrap .member-button-wrap.footer-button-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.bp-nouveau .friends-mutual-list.bp-list:not(.grid) .list-wrap .member-button-wrap.footer-button-wrap .generic-button,.bp-nouveau .groups-list.bp-list:not(.grid) .list-wrap .member-button-wrap.footer-button-wrap .generic-button,.bp-nouveau .members-group-list.bp-list:not(.grid) .list-wrap .member-button-wrap.footer-button-wrap .generic-button,.bp-nouveau .members-list.bp-list:not(.grid) .list-wrap .member-button-wrap.footer-button-wrap .generic-button{margin:0 10px 0 0;padding:0}}@media screen and (max-width:46.8em){.bp-nouveau .friends-mutual-list.bp-list:not(.grid) .list-wrap .justify-center,.bp-nouveau .groups-list.bp-list:not(.grid) .list-wrap .justify-center,.bp-nouveau .members-group-list.bp-list:not(.grid) .list-wrap .justify-center,.bp-nouveau .members-list.bp-list:not(.grid) .list-wrap .justify-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.bp-nouveau .friends-mutual-list.bp-list:not(.grid) .list-wrap .item,.bp-nouveau .groups-list.bp-list:not(.grid) .list-wrap .item,.bp-nouveau .members-group-list.bp-list:not(.grid) .list-wrap .item,.bp-nouveau .members-list.bp-list:not(.grid) .list-wrap .item{text-align:center}.bp-nouveau .friends-mutual-list.bp-list:not(.grid) .list-wrap .member-buttons-wrap.action-wrap,.bp-nouveau .groups-list.bp-list:not(.grid) .list-wrap .member-buttons-wrap.action-wrap,.bp-nouveau .members-group-list.bp-list:not(.grid) .list-wrap .member-buttons-wrap.action-wrap,.bp-nouveau .members-list.bp-list:not(.grid) .list-wrap .member-buttons-wrap.action-wrap{display:inline-block;width:100%;margin:auto;text-align:center}}@media screen and (min-width:46.8em){.bp-nouveau .friends-mutual-list.bp-list:not(.grid).wbtm-member-directory-type-1 .member-buttons-wrap,.bp-nouveau .friends-mutual-list.bp-list:not(.grid).wbtm-member-directory-type-2 .member-buttons-wrap,.bp-nouveau .friends-mutual-list.bp-list:not(.grid).wbtm-member-directory-type-3 .member-buttons-wrap,.bp-nouveau .friends-mutual-list.bp-list:not(.grid).wbtm-member-directory-type-4 .member-buttons-wrap,.bp-nouveau .groups-list.bp-list:not(.grid).wbtm-member-directory-type-1 .member-buttons-wrap,.bp-nouveau .groups-list.bp-list:not(.grid).wbtm-member-directory-type-2 .member-buttons-wrap,.bp-nouveau .groups-list.bp-list:not(.grid).wbtm-member-directory-type-3 .member-buttons-wrap,.bp-nouveau .groups-list.bp-list:not(.grid).wbtm-member-directory-type-4 .member-buttons-wrap,.bp-nouveau .members-group-list.bp-list:not(.grid).wbtm-member-directory-type-1 .member-buttons-wrap,.bp-nouveau .members-group-list.bp-list:not(.grid).wbtm-member-directory-type-2 .member-buttons-wrap,.bp-nouveau .members-group-list.bp-list:not(.grid).wbtm-member-directory-type-3 .member-buttons-wrap,.bp-nouveau .members-group-list.bp-list:not(.grid).wbtm-member-directory-type-4 .member-buttons-wrap,.bp-nouveau .members-list.bp-list:not(.grid).wbtm-member-directory-type-1 .member-buttons-wrap,.bp-nouveau .members-list.bp-list:not(.grid).wbtm-member-directory-type-2 .member-buttons-wrap,.bp-nouveau .members-list.bp-list:not(.grid).wbtm-member-directory-type-3 .member-buttons-wrap,.bp-nouveau .members-list.bp-list:not(.grid).wbtm-member-directory-type-4 .member-buttons-wrap{display:-webkit-box;display:-ms-flexbox;display:flex}}@media screen and (max-width:46.8em){.bp-nouveau .friends-mutual-list.bp-list:not(.grid).wbtm-member-directory-type-1 .member-buttons-wrap,.bp-nouveau .friends-mutual-list.bp-list:not(.grid).wbtm-member-directory-type-2 .member-buttons-wrap,.bp-nouveau .friends-mutual-list.bp-list:not(.grid).wbtm-member-directory-type-3 .member-buttons-wrap,.bp-nouveau .friends-mutual-list.bp-list:not(.grid).wbtm-member-directory-type-4 .member-buttons-wrap,.bp-nouveau .groups-list.bp-list:not(.grid).wbtm-member-directory-type-1 .member-buttons-wrap,.bp-nouveau .groups-list.bp-list:not(.grid).wbtm-member-directory-type-2 .member-buttons-wrap,.bp-nouveau .groups-list.bp-list:not(.grid).wbtm-member-directory-type-3 .member-buttons-wrap,.bp-nouveau .groups-list.bp-list:not(.grid).wbtm-member-directory-type-4 .member-buttons-wrap,.bp-nouveau .members-group-list.bp-list:not(.grid).wbtm-member-directory-type-1 .member-buttons-wrap,.bp-nouveau .members-group-list.bp-list:not(.grid).wbtm-member-directory-type-2 .member-buttons-wrap,.bp-nouveau .members-group-list.bp-list:not(.grid).wbtm-member-directory-type-3 .member-buttons-wrap,.bp-nouveau .members-group-list.bp-list:not(.grid).wbtm-member-directory-type-4 .member-buttons-wrap,.bp-nouveau .members-list.bp-list:not(.grid).wbtm-member-directory-type-1 .member-buttons-wrap,.bp-nouveau .members-list.bp-list:not(.grid).wbtm-member-directory-type-2 .member-buttons-wrap,.bp-nouveau .members-list.bp-list:not(.grid).wbtm-member-directory-type-3 .member-buttons-wrap,.bp-nouveau .members-list.bp-list:not(.grid).wbtm-member-directory-type-4 .member-buttons-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;width:100%;margin:auto;text-align:center}}.bp-nouveau .friends-mutual-list.bp-list:not(.grid) .action-wrap .fa,.bp-nouveau .friends-mutual-list.bp-list:not(.grid) .action-wrap .far,.bp-nouveau .friends-mutual-list.bp-list:not(.grid) .wbtm-mem-cover-img,.bp-nouveau .friends-mutual-list.bp-list:not(.grid) .wbtm-member-directory-meta,.bp-nouveau .groups-list.bp-list:not(.grid) .action-wrap .fa,.bp-nouveau .groups-list.bp-list:not(.grid) .action-wrap .far,.bp-nouveau .groups-list.bp-list:not(.grid) .wbtm-mem-cover-img,.bp-nouveau .groups-list.bp-list:not(.grid) .wbtm-member-directory-meta,.bp-nouveau .members-group-list.bp-list:not(.grid) .action-wrap .fa,.bp-nouveau .members-group-list.bp-list:not(.grid) .action-wrap .far,.bp-nouveau .members-group-list.bp-list:not(.grid) .wbtm-mem-cover-img,.bp-nouveau .members-group-list.bp-list:not(.grid) .wbtm-member-directory-meta,.bp-nouveau .members-list.bp-list:not(.grid) .action-wrap .fa,.bp-nouveau .members-list.bp-list:not(.grid) .action-wrap .far,.bp-nouveau .members-list.bp-list:not(.grid) .wbtm-mem-cover-img,.bp-nouveau .members-list.bp-list:not(.grid) .wbtm-member-directory-meta{display:none}@media screen and (min-width:46.8em){.bp-nouveau .friends-mutual-list.bp-list:not(.grid) .action-wrap,.bp-nouveau .groups-list.bp-list:not(.grid) .action-wrap,.bp-nouveau .members-group-list.bp-list:not(.grid) .action-wrap,.bp-nouveau .members-list.bp-list:not(.grid) .action-wrap{display:-webkit-box;display:-ms-flexbox;display:flex}.bp-nouveau .friends-mutual-list.bp-list:not(.grid) .action-wrap .primary-action .generic-button,.bp-nouveau .groups-list.bp-list:not(.grid) .action-wrap .primary-action .generic-button,.bp-nouveau .members-group-list.bp-list:not(.grid) .action-wrap .primary-action .generic-button,.bp-nouveau .members-list.bp-list:not(.grid) .action-wrap .primary-action .generic-button{margin:0;margin-right:10px;padding:0}}.bp-nouveau .friends-mutual-list.bp-list:not(.grid).wbtm-member-directory-type-4 figure,.bp-nouveau .groups-list.bp-list:not(.grid).wbtm-member-directory-type-4 figure,.bp-nouveau .members-group-list.bp-list:not(.grid).wbtm-member-directory-type-4 figure,.bp-nouveau .members-list.bp-list:not(.grid).wbtm-member-directory-type-4 figure{margin:0}@media screen and (min-width:46.8em){.bp-nouveau .friends-mutual-list.bp-list:not(.grid).wbtm-member-directory-type-4 .item-avatar,.bp-nouveau .groups-list.bp-list:not(.grid).wbtm-member-directory-type-4 .item-avatar,.bp-nouveau .members-group-list.bp-list:not(.grid).wbtm-member-directory-type-4 .item-avatar,.bp-nouveau .members-list.bp-list:not(.grid).wbtm-member-directory-type-4 .item-avatar{margin-right:30px}}@media screen and (min-width:46.8em){.rg-nouveau-friends-request-list.bp-list:not(.grid) .list-wrap{-ms-flex-flow:wrap;flex-flow:wrap}}.rg-nouveau-friends-request-list.bp-list:not(.grid) .list-wrap .bp-feedback.error{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.rg-nouveau-friends-request-list.bp-list li .action .generic-button{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.wbtm-member-directory-type-4 .grid .action .generic-button:not(.friendship-button):not(#send-private-message):not(.view-as){display:none}body.friends .item-body-inner-wrapper .bp-pagination.top{display:none}body.friends .item-body-inner-wrapper ul#friend-list{margin:0;padding:0}.bp-nouveau #buddypress .item-list.rg-member-list.bp-list.wbtm-member-directory-type-2 .action>button,.bp-nouveau #buddypress .item-list.rg-member-list.bp-list.wbtm-member-directory-type-2 .action>div a,.bp-nouveau #buddypress .item-list.rg-member-list.bp-list.wbtm-member-directory-type-2 .action>li a,.bp-nouveau #buddypress .item-list.rg-member-list.bp-list.wbtm-member-directory-type-2 .action>li button{border-radius:var(--reign-global-button-radius)}.bp-nouveau #buddypress.buddypress-wrap .bp-list.wbtm-group-directory-type-2>li .action .generic-button a,.bp-nouveau #buddypress.buddypress-wrap .bp-list.wbtm-group-directory-type-2>li .action .generic-button button{border-radius:var(--reign-global-button-radius)}@media screen and (max-width:32em){.buddypress-wrap .subnav-filters .grid-filters{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}}.buddypress-wrap ul.bp-list.groups-dir-list:not(.grid) .item-entry .list-wrap,.buddypress-wrap ul.bp-list.groups-dir-list:not(.grid) .item-entry:first-child .list-wrap{background-color:var(--reign-site-sections-bg-color);border-radius:var(--reign-global-border-radius)}@media screen and (max-width:46.8em){#buddypress.buddypress-wrap .members-list:not(.grid) li .footer-button-wrap .generic-button>*,#buddypress.buddypress-wrap .members-list:not(.grid) li .member-button-wrap .generic-button>*,#buddypress.buddypress-wrap .members-list:not(.grid) li .primary-action .generic-button>*{display:inline-block;width:100%;max-width:170px}}.bp-nouveau #buddypress.buddypress-wrap .grid.wbtm-member-directory-type-1.bp-list>li .item{margin:0}.bp-nouveau #buddypress.buddypress-wrap .grid.wbtm-member-directory-type-1.bp-list>li .item .item-meta.member-type{margin-top:0}.bp-nouveau .grid.wbtm-member-directory-type-1.bp-list>li .list-wrap{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.buddypress-wrap .members-list.wbtm-member-directory-type-1 li .list-wrap .followers-wrap,.buddypress-wrap .members-list.wbtm-member-directory-type-1 li .list-wrap .member-type{text-align:left}.buddypress-wrap .members-list.wbtm-member-directory-type-1 li .list-wrap .primary-action{text-align:left;padding:0!important}.buddypress-wrap .members-list.wbtm-member-directory-type-1 li .primary-action{text-align:left}.buddypress-wrap .members-list.wbtm-member-directory-type-1 li .primary-action .generic-button{padding:0}.buddypress-wrap .members-list.wbtm-member-directory-type-1 li .primary-action .generic-button a{margin-bottom:0}.buddypress-wrap .members-list li .list-wrap .followers-wrap,.buddypress-wrap .members-list li .list-wrap .last-activity,.buddypress-wrap .members-list li .list-wrap .member-type{color:var(--reign-site-body-text-color)}#buddypress .members-list.wbtm-member-directory-type-4.grid>li [data-bp-tooltip]:after,#buddypress .members-list.wbtm-member-directory-type-4.grid>li [data-bp-tooltip]:before{display:none}#buddypress .members-list.wbtm-member-directory-type-4.grid>li .followers-wrap{text-align:left}#buddypress .members-list.wbtm-member-directory-type-4.grid>li .member-status.online{right:10px;top:10px;z-index:1}#buddypress .members-list.wbtm-member-directory-type-4.grid>li .bb_more_options.member-dropdown{z-index:9}#buddypress .members-list.wbtm-member-directory-type-4.grid>li .primary-action .generic-button{padding:0}#buddypress .members-list.wbtm-member-directory-type-4.grid>li .primary-action .generic-button a{font-size:13px!important}#buddypress .members-list.wbtm-member-directory-type-4.grid>li .primary-action .generic-button a::before{content:none!important}#buddypress .members-list.wbtm-member-directory-type-4.grid>li .member-button-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-flow:wrap;flex-flow:wrap}#buddypress .members-list.wbtm-member-directory-type-4.grid>li .member-button-wrap .generic-button{padding:0}#buddypress .members-list.wbtm-member-directory-type-4.grid>li .member-button-wrap .generic-button a{margin:0}#buddypress .members-list.wbtm-member-directory-type-4.grid>li .member-button-wrap .generic-button a{margin:0}#buddypress .members-list.wbtm-member-directory-type-4.grid>li .member-button-wrap .generic-button a::after{content:attr(data-balloon);position:absolute;top:-50%;left:-50%;right:auto;text-align:center;font-size:9px;width:100%;min-width:85px;margin:auto;display:inline-block;background:#333;padding:5px;border-radius:var(--reign-global-border-radius);opacity:0;visibility:hidden;-webkit-transition:all .3s ease-out;transition:all .3s ease-out;z-index:2}#buddypress .members-list.wbtm-member-directory-type-4.grid>li .member-button-wrap .generic-button a:hover::after{top:-100%;opacity:1;visibility:visible}@media screen and (max-width:590px){.buddypress-wrap .grid.bp-list.members-list>li{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}.buddypress-wrap .groups-list:not(.grid) li .last-activity{margin-top:0}.buddypress-wrap ul.bp-list.groups-dir-list:not(.grid).wbtm-group-directory-type-1 .bs-group-members,.buddypress-wrap ul.bp-list.groups-dir-list:not(.grid).wbtm-group-directory-type-2 .bs-group-members,.buddypress-wrap ul.bp-list.groups-dir-list:not(.grid).wbtm-group-directory-type-3 .bs-group-members,.buddypress-wrap ul.bp-list.groups-dir-list:not(.grid).wbtm-group-directory-type-4 .bs-group-members{margin-bottom:0}.bp-nouveau .buddypress-wrap .grid.bp-list.wbtm-group-directory-type-1 .group-content-wrap{padding:10px 15px 10px}@media screen and (min-width:46.8em){.bp-nouveau .groups-list.bp-list:not(.grid) .group-content-wrap{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:-webkit-calc(100% - 70px);width:calc(100% - 70px);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bp-nouveau .groups-list.bp-list:not(.grid) .groups-meta.action{margin-left:auto}.bp-nouveau .groups-list.bp-list:not(.grid) .group-admins-wrap{margin-left:5%}}@media screen and (max-width:46.8em){.bp-nouveau .groups-list.bp-list:not(.grid) li.group-admin-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0}.bp-nouveau .groups-list.bp-list:not(.grid) .wbtm-group-cover-img{display:none}}.bp-nouveau .groups-list.bp-list:not(.grid).wbtm-group-directory-type-4 figure{margin:0}.bp-nouveau .buddypress-wrap .groups-list li .group-desc{display:none}.bp-nouveau .buddypress-wrap .groups-list.bp-list.grid:not(.wbtm-group-directory-type-4) .item-avatar{margin-left:auto!important;margin-right:auto!important}.bp-list li .item-meta,.bp-list li .meta{color:var(--reign-site-alternate-text-color)}.bp-nouveau .buddypress-wrap .grid.bp-list.wbtm-group-directory-type-1 .wbtm-bp-grp-type-hidden,.bp-nouveau .buddypress-wrap .grid.bp-list.wbtm-group-directory-type-1 .wbtm-bp-grp-type-private,.bp-nouveau .buddypress-wrap .grid.bp-list.wbtm-group-directory-type-1 .wbtm-bp-grp-type-public,.bp-nouveau .buddypress-wrap .grid.bp-list.wbtm-group-directory-type-2 .wbtm-bp-grp-type-hidden,.bp-nouveau .buddypress-wrap .grid.bp-list.wbtm-group-directory-type-2 .wbtm-bp-grp-type-private,.bp-nouveau .buddypress-wrap .grid.bp-list.wbtm-group-directory-type-2 .wbtm-bp-grp-type-public,.bp-nouveau .buddypress-wrap .grid.bp-list.wbtm-group-directory-type-3 .wbtm-bp-grp-type-hidden,.bp-nouveau .buddypress-wrap .grid.bp-list.wbtm-group-directory-type-3 .wbtm-bp-grp-type-private,.bp-nouveau .buddypress-wrap .grid.bp-list.wbtm-group-directory-type-3 .wbtm-bp-grp-type-public,.bp-nouveau .buddypress-wrap .grid.bp-list.wbtm-group-directory-type-4 .wbtm-bp-grp-type-hidden,.bp-nouveau .buddypress-wrap .grid.bp-list.wbtm-group-directory-type-4 .wbtm-bp-grp-type-private,.bp-nouveau .buddypress-wrap .grid.bp-list.wbtm-group-directory-type-4 .wbtm-bp-grp-type-public{display:none}.buddypress-wrap ul.bp-list.groups-dir-list.wbtm-group-directory-type-1.grid li.item-entry .list-wrap .item{padding:0}.buddypress-wrap ul.bp-list.groups-dir-list.wbtm-group-directory-type-1.grid li.item-entry .list-title.groups-title{margin-top:0}.buddypress-wrap ul.bp-list.groups-dir-list.wbtm-group-directory-type-1.grid li.item-entry .item-avatar{display:block}.buddypress-wrap ul.bp-list.groups-dir-list.wbtm-group-directory-type-1.grid li.item-entry .group-avatar-wrap{margin:0}.buddypress-wrap ul.bp-list.groups-dir-list.wbtm-group-directory-type-1.grid li.item-entry .group-avatar-wrap img.avatar{margin:0;position:absolute}.buddypress-wrap ul.bp-list.groups-dir-list.wbtm-group-directory-type-1.grid li.item-entry .group-footer-wrap{display:block}.buddypress-wrap ul.bp-list.groups-dir-list.wbtm-group-directory-type-1.grid li.item-entry span.bs-group-members{margin:10px 0 0}.bp-nouveau #buddypress.buddypress-wrap .grid.bp-list.wbtm-group-directory-type-2 .group-details,.bp-nouveau #buddypress.buddypress-wrap .grid.bp-list.wbtm-group-directory-type-3 .group-details{display:inline}.buddypress-wrap ul.bp-list.groups-dir-list.grid.bb-cover-enabled .group-avatar-wrap img.avatar{margin-top:0}.bp-nouveau #buddypress.buddypress-wrap .grid.bp-list.wbtm-group-directory-type-2>li .action{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.bp-nouveau #buddypress.buddypress-wrap .grid.bp-list.wbtm-group-directory-type-2>li .group-avatar-wrap,.bp-nouveau #buddypress.buddypress-wrap .grid.bp-list.wbtm-group-directory-type-2>li .item .list-title,.bp-nouveau #buddypress.buddypress-wrap .grid.bp-list.wbtm-group-directory-type-3>li .group-avatar-wrap,.bp-nouveau #buddypress.buddypress-wrap .grid.bp-list.wbtm-group-directory-type-3>li .item .list-title{margin:0}.bp-nouveau #buddypress.buddypress-wrap .grid.bp-list.wbtm-group-directory-type-2>li .item-avatar,.bp-nouveau #buddypress.buddypress-wrap .grid.bp-list.wbtm-group-directory-type-3>li .item-avatar{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.bp-nouveau #buddypress.buddypress-wrap .grid.bp-list.wbtm-group-directory-type-2>li .item .item-block,.bp-nouveau #buddypress.buddypress-wrap .grid.bp-list.wbtm-group-directory-type-3>li .item .item-block{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bp-nouveau #buddypress.buddypress-wrap .grid.bp-list.wbtm-group-directory-type-2>li .item .item-block *,.bp-nouveau #buddypress.buddypress-wrap .grid.bp-list.wbtm-group-directory-type-3>li .item .item-block *{text-align:center}.bp-nouveau #buddypress.buddypress-wrap .grid.bp-list.wbtm-group-directory-type-2>li .bs-group-members,.bp-nouveau #buddypress.buddypress-wrap .grid.bp-list.wbtm-group-directory-type-3>li .bs-group-members{margin:0;padding:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.bp-nouveau #buddypress.buddypress-wrap .grid.bp-list.wbtm-group-directory-type-2>li .group-footer-wrap,.bp-nouveau #buddypress.buddypress-wrap .grid.bp-list.wbtm-group-directory-type-3>li .group-footer-wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.bp-nouveau #buddypress .item-list.grid.rg-group-list.wbtm-group-directory-type-4 .item{padding:0}.bp-nouveau #buddypress .item-list.grid.rg-group-list.wbtm-group-directory-type-4 .item .list-title.groups-title{margin-top:0}.bp-nouveau #buddypress .item-list.grid.rg-group-list.wbtm-group-directory-type-4 .img-dynamic.aspect-ratio .img-card{margin:0}.bp-nouveau #buddypress .item-list.grid.rg-group-list.wbtm-group-directory-type-4 .group-footer-wrap .footer-button-wrap .groups-meta{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.bp-nouveau #buddypress .item-list.grid.rg-group-list.wbtm-group-directory-type-4 .footer-button-wrap .generic-button .group-button{font-size:13px}.bp-nouveau #buddypress .item-list.grid.rg-group-list.wbtm-group-directory-type-4 .footer-button-wrap .generic-button .group-button::before{display:none}.bp-nouveau #buddypress .item-list.grid.rg-group-list.wbtm-group-directory-type-4 .footer-button-wrap .generic-button .group-button span{position:static;font-size:inherit;background:0 0;padding:0;border-radius:var(--reign-global-border-radius);opacity:1;visibility:visible;-webkit-transition:none;transition:none}.buddypress-wrap ul.bp-list.groups-dir-list:not(.grid) .group-admins-wrap,.buddypress-wrap ul.bp-list.groups-dir-list:not(.grid) .wbtm-group-cover-img,.buddypress-wrap ul.bp-list.groups-dir-list:not(.grid) .wbtm-member-directory-meta{display:none!important}.buddypress-wrap ul.bp-list.groups-dir-list:not(.grid) li.item-entry{margin-bottom:15px;border-bottom:1px solid var(--reign-site-border-color)}.buddypress-wrap ul.bp-list.groups-dir-list:not(.grid) .item-entry .list-wrap{border:0}.buddypress-wrap ul.bp-list.groups-dir-list:not(.grid) .item-entry .item{width:-webkit-calc(100% - 250px);width:calc(100% - 250px);-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}@media screen and (min-width:46.8em){.buddypress-wrap ul.bp-list.groups-dir-list:not(.grid) .item-entry .item{margin-right:auto}}.buddypress-wrap ul.bp-list.groups-dir-list:not(.grid) .item-entry .group-footer-wrap{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}@media screen and (max-width:46.8em){.buddypress-wrap ul.bp-list.groups-dir-list:not(.grid) .item-entry .list-wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.buddypress-wrap ul.bp-list.groups-dir-list:not(.grid) .item-entry .item-avatar{margin:auto;margin-bottom:10px}.buddypress-wrap ul.bp-list.groups-dir-list:not(.grid) .item-entry .item{-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;padding:0}.buddypress-wrap ul.bp-list.groups-dir-list:not(.grid) .bs-group-members,.buddypress-wrap ul.bp-list.groups-dir-list:not(.grid) .item-entry .group-footer-wrap{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0;padding:0}.buddypress-wrap ul.bp-list.groups-dir-list:not(.grid) .list-wrap .item .item-block{-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.buddypress-wrap ul.bp-list.groups-dir-list li.item-entry{margin-bottom:30px}#group-create-body .creation-step-name{margin-top:20px}#group-create-body p{margin-bottom:10px}.buddypress-wrap .standard-form #group-create-body label,.buddypress-wrap .standard-form #group-create-body span.label{display:inline-block}.group-create.bp-nouveau .bp-navs.group-create-links{margin-bottom:20px}.bp-nouveau.group-create .buddypress-wrap form.bp-invites-search-form{display:-webkit-box;display:-ms-flexbox;display:flex;border:0}.bp-nouveau .buddypress-wrap form.bp-invites-search-form button[type=submit]{height:38px}.bp-nouveau .group-invites-members-listing .bp-list li .item-avatar img.avatar{max-width:50px}.bp-nouveau .group-invites-members-listing .bp-list li .action{margin-left:auto}#send_group_invite_form .select2-selection__rendered{margin:0}.group-create.bp-nouveau button#group_invites_search_submit{display:none}@media screen and (max-width:767px){.group-create .bb-groups-invites-left .bp-list li .item-avatar{margin-left:0}.group-create #group-invites-container #send_group_invite_form{padding-bottom:0}}.select2-hidden-accessible{border:0!important;clip:rect(0 0 0 0)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important}#group-create-body img.avatar{width:auto;height:auto}body.groups.group-invites #send_group_invite_form .select2-container--default .select2-selection--multiple .select2-selection__choice{line-height:1.6875rem}#send_group_invite_form .select2-selection__choice__remove{margin-top:5px}#item-header a.link-change-cover-image>i,#item-header a.link-change-profile-image>i,#item-header a.position-change-cover-image>i{font-size:24px;font-weight:400}#buddypress #header-cover-image{background-position:center center;border:1px solid var(--reign-site-border-color)}.bp-nouveau #header-cover-image:after{content:none}#item-header #header-cover-image{position:absolute}.single-headers .member-status{background:#00e652;border:2px solid #fff;border-radius:100%;position:absolute;right:0;top:0;width:15px;height:15px}.groups-header #item-header-avatar:hover .link-change-overlay,.users-header #item-header-avatar:hover .link-change-overlay{display:none}.bp-nouveau #buddypress div#item-header .wbtm-cover-header-type-2 #item-header-cover-image #item-header-content{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bp-nouveau .buddypress-wrap:not(.bp-vertical-navs) .rg-nouveau-sidebar-menu{margin-bottom:10px}.bp-nouveau #buddypress #item-header-cover-image #item-header-avatar img.avatar{margin:auto}.bp-nouveau #buddypress .wbtm-cover-header-type-3 #item-header-cover-image #item-header-avatar img.avatar{margin:auto}.users-header #item-header-avatar a.link-change-profile-image{top:50%;margin:0;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.users-header #item-header-cover-image #item-header-content{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;position:static}#item-header-cover-image #item-header-content{position:static}#buddypress #item-header-content .bb_more_options,#item-header-content .bb_more_options{margin-top:0;margin-left:10px;z-index:999}#buddypress #item-header-content .bb_more_options .bb_more_options_action,#item-header-content .bb_more_options .bb_more_options_action{background-color:var(--reign-site-sections-bg-color);padding:0 8px;line-height:37px;border:1px solid var(--reign-site-border-color);border-radius:var(--reign-global-button-radius);text-shadow:none}#buddypress #item-header-content .bb_more_options .bb_more_options_action i,#item-header-content .bb_more_options .bb_more_options_action i{color:var(--reign-site-body-text-color)}.bp-nouveau #buddypress div#item-header .wbtm-cover-header-type-1 #item-header-cover-image #item-header-content,.bp-nouveau #buddypress div#item-header .wbtm-cover-header-type-1 #item-header-cover-image #item-header-content .item-meta{text-shadow:0 0 3px rgba(0,0,0,.8)}.bp-nouveau #buddypress div#item-header.single-headers #item-header-cover-image #item-header-content #item-buttons div.generic-button,.bp-nouveau #buddypress div#item-header.single-headers #item-header-cover-image #item-header-content #item-buttons li.generic-button{margin:0}.groups-header #cover-image-container #item-header-content .group-actions-absolute .bb_more_options{margin-left:10px}@media screen and (max-width:782px){#buddypress .wbtm-cover-header-type-2 .bb_more_options .bb_more_options_action i{color:#fff}.member-header-actions.action{margin-top:0}}@media screen and (max-width:782px){#buddypress #item-header-cover-image #item-buttons{margin:0}.bp-nouveau #buddypress div#item-header.single-headers #cover-image-container #item-header-cover-image .wbtm-item-buttons-wrapper{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.bp-nouveau #buddypress div#item-header.single-headers #item-header-cover-image #item-header-content .wbtm-item-buttons-wrapper #item-buttons{width:auto}}.bp-nouveau .buddypress-wrap .rg-nouveau-sidebar-menu .vertical{width:100%}.bp-nouveau #buddypress #item-header-cover-image #item-header-avatar{margin-right:20px}.bp-nouveau #buddypress .wbtm-cover-header-type-4 #item-header-cover-image #item-header-avatar{margin-right:0}@media screen and (max-width:782px){#buddypress #item-header-cover-image #item-header-avatar,.bp-user #buddypress #item-header #item-header-cover-image #item-header-avatar{width:auto}}@media screen and (min-width:46.8em){.bp-single-vert-nav .bp-navs.vertical li{float:none}}.bb-single-main-nav .bb-single-nav-item-point{display:inline}.groups.messages .bp-vertical-navs aside#secondary,.my-messages .bp-vertical-navs aside#secondary,.send-invites .bp-vertical-navs aside#secondary{display:none}.groups.messages.has-buddypress-sidebar-right .bp-vertical-navs .group-home aside#secondary,.send-invites.has-buddypress-sidebar-right .bp-vertical-navs .group-home aside#secondary{display:none}#member-invites-table .field-actions-add i{padding:0;height:20px;width:20px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}table#member-invites-table td.field-actions i{font-size:20px}.bp-nouveau.messages .bp-vertical-navs .item-body-inner-wrapper{height:auto;border-radius:var(--reign-global-border-radius)!important}#buddypress .bb_more_options a:before,.bb_more_options a:before{content:none!important}div#bb-messages-thread-list-nav .subnav li::after{content:none!important}#buddypress .bb_more_options .bb_more_options_list li,.bb_more_options .bb_more_options_list li{width:100%}#content .buddypress-wrap .subnav-filters div button#user_messages_search_submit span::before{left:8px}.subnav_tab .subnav li.selected a{border-bottom:0}.bp-nouveau #buddypress div#item-header .wbtm-cover-header-type-3 div#item-header-cover-image{border:1px solid var(--reign-site-border-color)}.rg-nouveau-friends-request-list #send-private-message,.rg-nouveau-friends-request-list .view-as.generic-button{display:none!important}@media screen and (max-width:46.8em){.rg-nouveau-friends-request-list .item-title{text-align:center}}.buddypress-wrap .profile.edit .standard-form label,.buddypress-wrap .profile.edit .standard-form span.label{display:inline-block}.member-header-actions-wrap{display:-webkit-box;display:-ms-flexbox;display:flex}.item-body-inner-wrapper .subnav_tab{overflow:hidden}.item-body-inner-wrapper .subnav_tab .subnav{margin:0}.item-body-inner-wrapper .subnav_tab .subnav li a{border:0;display:block;padding:10px;text-decoration:none}.buddypress-wrap .bp-tables-user thead tr th{border:0}.notifications-order-actions a.bp-tooltip{display:inline-block}.buddypress-wrap table.notifications .notification-actions a.mark-unread{display:inline-block}.bp-nouveau .buddypress-wrap .bp-tables-user thead [data-bp-tooltip][data-bp-tooltip-pos=up]:after,.bp-nouveau .buddypress-wrap .bp-tables-user thead [data-bp-tooltip][data-bp-tooltip-pos=up]:before{display:none}#message-new-submit #bp-messages-send,#message-reply-new-submit #send_reply_button{width:30px;height:30px}#bp-message-thread-list .message-metadata time,#bp-message-thread-list li.divider-date .bp-message-content-wrap,#message-threads .bp-message-link .thread-date,.bp-messages-content .bp-message-content_foot_note,.bp-messages-content .thread-date{color:var(--reign-site-body-text-color)}#buddypress .bb_more_options .bb_more_options_list .generic-button>button::before,#buddypress .bb_more_options .bb_more_options_list a::before,#buddypress .bb_more_options .bb_more_options_list button::before,.bb_more_options .bb_more_options_list .generic-button>button::before,.bb_more_options .bb_more_options_list a::before,.bb_more_options .bb_more_options_list button::before{font-family:bb-icons;font-size:18px;display:inline-block;margin-right:10px;vertical-align:middle;width:20px;text-align:center}#buddypress .bb_more_options .bb_more_options_list .generic-button>button.send-message::before,#buddypress .bb_more_options .bb_more_options_list a.send-message::before,#buddypress .bb_more_options .bb_more_options_list button.send-message::before,.bb_more_options .bb_more_options_list .generic-button>button.send-message::before,.bb_more_options .bb_more_options_list a.send-message::before,.bb_more_options .bb_more_options_list button.send-message::before{content:"\ee62"!important}#buddypress .bb_more_options .bb_more_options_list .generic-button>button.block-member::before,#buddypress .bb_more_options .bb_more_options_list a.block-member::before,#buddypress .bb_more_options .bb_more_options_list button.block-member::before,.bb_more_options .bb_more_options_list .generic-button>button.block-member::before,.bb_more_options .bb_more_options_list a.block-member::before,.bb_more_options .bb_more_options_list button.block-member::before{content:"\ee08"!important}#buddypress .bb_more_options .bb_more_options_list .generic-button>button.view-as::before,#buddypress .bb_more_options .bb_more_options_list a.view-as::before,#buddypress .bb_more_options .bb_more_options_list button.view-as::before,.bb_more_options .bb_more_options_list .generic-button>button.view-as::before,.bb_more_options .bb_more_options_list a.view-as::before,.bb_more_options .bb_more_options_list button.view-as::before{content:"\ee69"!important}.bp-nouveau #buddypress .users-header #cover-image-container:not(.wbtm-member-cover-image-container){background:var(--reign-site-sections-bg-color);border:1px solid var(--reign-site-border-color);-ms-flex-flow:row wrap;flex-flow:row wrap;margin:0;padding:20px;border-radius:var(--reign-global-border-radius)}.bp-nouveau #buddypress .users-header #cover-image-container:not(.wbtm-member-cover-image-container) #item-header-cover-image{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;margin:0;padding:0!important;width:100%}@media screen and (max-width:782px){.bp-nouveau #buddypress .users-header #cover-image-container:not(.wbtm-member-cover-image-container) #item-header-cover-image #item-header-avatar{margin:auto;margin-bottom:20px}}.bp-nouveau #buddypress .users-header #cover-image-container:not(.wbtm-member-cover-image-container) #item-header-content{-webkit-box-flex:1;-ms-flex:1;flex:1}@media screen and (max-width:782px){.bp-nouveau #buddypress .users-header #cover-image-container:not(.wbtm-member-cover-image-container) #item-header-content{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}.bp-nouveau #buddypress .users-header #cover-image-container:not(.wbtm-member-cover-image-container) #item-header-content .bb_more_options{margin:5px 10px 10px 0}@media screen and (max-width:782px){.bp-nouveau #buddypress .users-header #cover-image-container:not(.wbtm-member-cover-image-container) #item-header-content .member-header-actions-wrap{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.bp-nouveau #buddypress .users-header #cover-image-container:not(.wbtm-member-cover-image-container).centered #item-header-cover-image{display:grid;width:100%;padding:0!important}@media screen and (max-width:782px){.bp-nouveau #buddypress .users-header #cover-image-container:not(.wbtm-member-cover-image-container).centered #item-header-cover-image{-ms-flex-flow:row wrap;flex-flow:row wrap}}.bp-nouveau #buddypress .users-header #cover-image-container:not(.wbtm-member-cover-image-container).centered #item-header-content{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.bp-nouveau #buddypress .users-header #cover-image-container:not(.wbtm-member-cover-image-container).centered #item-header-content .flex{display:-webkit-box;display:-ms-flexbox;display:flex}#buddypress .users-header .wbtm-member-cover-image-container.centered #item-header-cover-image{-ms-flex-flow:row wrap;flex-flow:row wrap}#buddypress .users-header .wbtm-member-cover-image-container.centered #item-header-cover-image.bb-enable-cover-img #item-header-avatar{margin:0 20px 0 0}#buddypress .users-header .wbtm-member-cover-image-container.wbtm-cover-header-type-4.centered #item-header-cover-image.bb-enable-cover-img #item-header-avatar{margin:0 0 15px}.bp-nouveau #buddypress .groups-header #cover-image-container:not(.wbtm-group-cover-image-container){background:var(--reign-site-sections-bg-color);border:1px solid var(--reign-site-border-color);-ms-flex-flow:row wrap;flex-flow:row wrap;margin:0;padding:20px;border-radius:var(--reign-global-border-radius)}.bp-nouveau #buddypress .groups-header #cover-image-container:not(.wbtm-group-cover-image-container) #item-header-cover-image{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;margin:0!important;padding:0!important}.bp-nouveau #buddypress .groups-header #cover-image-container:not(.wbtm-group-cover-image-container) #item-header-cover-image #item-header-avatar{margin-bottom:auto}@media screen and (max-width:782px){.bp-nouveau #buddypress .groups-header #cover-image-container:not(.wbtm-group-cover-image-container) #item-header-cover-image #item-header-avatar{margin:auto;margin-bottom:15px}}.bp-nouveau #buddypress .groups-header #cover-image-container:not(.wbtm-group-cover-image-container) #item-header-cover-image #item-header-avatar img.avatar{margin:0}.bp-nouveau #buddypress .groups-header #cover-image-container:not(.wbtm-group-cover-image-container) #item-header-cover-image #item-header-content{padding:0}@media screen and (max-width:782px){.bp-nouveau #buddypress .groups-header #cover-image-container:not(.wbtm-group-cover-image-container) #item-header-cover-image #item-header-content{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}.bp-nouveau #buddypress .groups-header #cover-image-container:not(.wbtm-group-cover-image-container) #item-header-cover-image #item-header-content .bb-bp-group-title{margin:0 0 10px}.bp-nouveau #buddypress .groups-header #cover-image-container:not(.wbtm-group-cover-image-container) #item-header-cover-image #item-header-content .bp-group-type{margin:0 0 10px}.bp-nouveau #buddypress .groups-header #cover-image-container:not(.wbtm-group-cover-image-container) #item-header-cover-image #item-header-content>.item-title{display:none}.bp-nouveau #buddypress .groups-header #cover-image-container:not(.wbtm-group-cover-image-container) #item-header-cover-image #item-header-content .group-actions-absolute{margin:0 0 10px}.bp-nouveau #buddypress .groups-header #cover-image-container:not(.wbtm-group-cover-image-container) #item-header-cover-image #item-header-content .item-meta{margin-bottom:0}@media screen and (min-width:782px){.bp-nouveau #buddypress .groups-header #cover-image-container:not(.wbtm-group-cover-image-container) #item-header-cover-image #item-header-content .group-actions-wrap{position:absolute;right:0}}.bp-nouveau #buddypress .groups-header #cover-image-container:not(.wbtm-group-cover-image-container) #item-header-cover-image #item-header-content .group-item-actions{padding:0}.bp-nouveau #buddypress .groups-header #cover-image-container:not(.wbtm-group-cover-image-container).centered #item-header-cover-image{display:grid;width:100%;padding:0!important}@media screen and (max-width:782px){.bp-nouveau #buddypress .groups-header #cover-image-container:not(.wbtm-group-cover-image-container).centered #item-header-cover-image{-ms-flex-flow:row wrap;flex-flow:row wrap}}.bp-nouveau #buddypress .groups-header #cover-image-container:not(.wbtm-group-cover-image-container).centered #item-header-cover-image #item-header-avatar{margin-bottom:15px}.bp-nouveau #buddypress .groups-header #cover-image-container:not(.wbtm-group-cover-image-container).centered #item-header-cover-image #item-header-content{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.bp-nouveau #buddypress .groups-header #cover-image-container:not(.wbtm-group-cover-image-container).centered #item-header-cover-image #item-header-content .flex{display:-webkit-box;display:-ms-flexbox;display:flex}.bp-nouveau #buddypress .groups-header #cover-image-container:not(.wbtm-group-cover-image-container).centered #item-header-cover-image #item-header-content .group-actions-wrap{position:static}.bp-nouveau #buddypress .groups-header #cover-image-container:not(.wbtm-group-cover-image-container).centered #item-header-cover-image #item-header-content .group-actions-absolute{margin-bottom:0}#buddypress .groups-header .wbtm-group-cover-image-container.centered #item-header-cover-image{-ms-flex-flow:row wrap;flex-flow:row wrap}#buddypress .groups-header .wbtm-group-cover-image-container.wbtm-cover-header-type-4.centered #item-header-cover-image.bb-enable-cover-img #item-header-avatar{margin:0 0 15px}#buddypress .groups-header .wbtm-group-cover-image-container.wbtm-cover-header-type-4.centered .group-actions-wrap{position:static;width:auto}@media screen and (max-width:782px){#buddypress .groups-header .wbtm-group-cover-image-container.wbtm-cover-header-type-4.centered .group-actions-wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}#buddypress .groups-header .wbtm-group-cover-image-container.wbtm-cover-header-type-4.centered .group-actions-wrap .group-actions-absolute{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#buddypress .groups-header .wbtm-group-cover-image-container.wbtm-cover-header-type-4.centered .group-actions-wrap .group-actions-absolute .group-button.not-subscribed,#buddypress .groups-header .wbtm-group-cover-image-container.wbtm-cover-header-type-4.centered .group-actions-wrap .group-actions-absolute .group-button.subscribed{font-size:18px;line-height:1}#buddypress .groups-header .group-subscription.not-subscribed i:before{content:"\e86a"}p.bp-help-text{margin:15px 0}.main-notification-settings thead{background-color:var(--reign-site-secondary-bg-color)}table.main-notification-settings{border:0}.buddypress-wrap .main-notification-settings .app label,.buddypress-wrap .main-notification-settings .email label,.buddypress-wrap .main-notification-settings .web label{display:inline-block;margin:0}.main-notification-settings .email:last-child{min-width:95px}.main-notification-settings thead th{border:1px solid var(--reign-site-border-color)}.main-notification-settings tbody td{padding:10px!important;border:1px solid var(--reign-site-border-color)!important;border-bottom:0!important}.main-notification-settings tbody>tr:last-child td{border-bottom:1px solid var(--reign-site-border-color)!important}.bb-accordion,.bb-accordion .bb-accordion_panel{background-color:var(--reign-site-sections-bg-color);border-color:var(--reign-site-border-color)}.bb-accordion .bb-accordion_title{margin:0!important}.subscription-views{margin:15px 0 0}.subscription-items li:focus-within,.subscription-items li:hover{background-color:var(--reign-site-secondary-bg-color)}.groups-header button.group-button.leave-group{font-size:0}.groups-header button.group-button.leave-group:before{content:attr(data-title)!important;font-size:13px}.groups-header #cover-image-container #item-header-content .group-actions-absolute .groups-meta{margin-left:0}.bb-toast-messages-enable .bb-toast-messages .toast-messages-list .read-item{background:var(--reign-site-sections-bg-color);border:solid 1px var(--reign-site-border-color)}.bb-toast-messages-enable .bb-toast-messages .toast-messages-list .read-item .actions a .bb-icon,.bb-toast-messages-enable .bb-toast-messages .toast-messages-list .read-item .toast-messages-content span.toast-messages-content{color:var(--reign-site-body-text-color)}body.buddypress .bb-action-popup .bb-model-header h4{margin:0}.modal-container{border-color:var(--reign-site-border-color)}.bb-action-popup .bb-model-header{background-color:var(--reign-site-secondary-bg-color);border-color:var(--reign-site-border-color)}.groups-header #cover-image-container #item-header-content .bp-group-meta-wrap .bp-group-status+.last-activity{display:inline-block}.groups-header #cover-image-container #item-header-content .bp-group-meta-wrap .bp-group-status{font-size:14px}.item-header-wrap .bp-group-meta .group-type{background:rgba(var(--reign-colors-theme-rgb),.1);color:var(--reign-colors-theme);display:inline-block;font-size:11px;font-weight:500;padding:6px 10px;line-height:1;border-radius:100px;white-space:nowrap;text-shadow:none}.wbtm-cover-header-type-2 .item-header-wrap .bp-group-meta .group-type{background:#fff}#buddypress .bp-group-status .group-type{display:none}.wbtm-group-cover-image-container .bp-group-type{margin:0 0 10px}@media screen and (max-width:782px){.groups-header #cover-image-container.left #item-header-content .group-actions-absolute{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0 0 15px}}.bp-nouveau.single-item.groups .page-title{display:none}.groups-header .wbtm-cover-header-type-2 .moderators-lists{display:inline-block}.groups-header .moderators-lists .moderators-title{margin:0 0 5px}.groups-header .moderators-lists #group-admins{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.bp-nouveau .wbtm-cover-extra-info-section{z-index:1}.bp-nouveau #buddypress .item-list.rg-member-list.grid.bp-list.wbtm-member-directory-type-2>li .item .primary-action,.bp-nouveau #buddypress .item-list.rg-member-list.grid.bp-list.wbtm-member-directory-type-2>li .member-button-wrap.footer-button-wrap{border-top:0}@media screen and (min-width:46.8em){.buddypress .bp-vertical-navs .groups-list .item-avatar{margin-right:15px;width:auto}.bp-nouveau .buddypress-wrap .members-group-list.wbtm-member-directory-type-2:not(.grid) li .joined,.bp-nouveau .buddypress-wrap .members-group-list.wbtm-member-directory-type-3:not(.grid) li .joined{text-align:left}.buddypress-wrap.bp-single-vert-nav .bp-list:not(.grid) .item-entry{padding-left:15px}.bp-nouveau .bp-vertical-navs .item-body-inner-wrapper{border-radius:0 var(--reign-global-border-radius) var(--reign-global-border-radius) 0}}@media screen and (max-width:46.8em){.bp-nouveau .buddypress-wrap .members-group-list li .joined{text-align:center}}#buddypress .activity-content .groups-meta.action a,#buddypress .activity-list div.groups-meta.action a{background:0 0;margin:0;padding:0;border-radius:25px;height:34px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-animation:none!important;animation:none!important}#buddypress .activity-content .groups-meta.action a:hover,#buddypress .activity-list div.groups-meta.action a:hover{background:0 0}#buddypress .activity-content .groups-meta.action a.delete-activity:hover,#buddypress .activity-list div.groups-meta.action a.delete-activity:hover{color:#800!important}#buddypress .activity-content .groups-meta.action a.bmpro-unflag-activity-btn:before,#buddypress .activity-content .groups-meta.action a.button.fav:hover,#buddypress .activity-content .groups-meta.action a.button.unfav,#buddypress .activity-list div.groups-meta.action a.bmpro-unflag-activity-btn:before,#buddypress .activity-list div.groups-meta.action a.button.fav:hover,#buddypress .activity-list div.groups-meta.action a.button.unfav{color:#ffb91a!important}@media (min-width:46.8em){#buddypress .activity-content .groups-meta.action a.acomment-reply .bp-screen-reader-text,#buddypress .activity-content .groups-meta.action a.view .bp-screen-reader-text,#buddypress .activity-list div.groups-meta.action a.acomment-reply .bp-screen-reader-text,#buddypress .activity-list div.groups-meta.action a.view .bp-screen-reader-text{height:auto;margin:0 5px;overflow:visible;padding:0;position:relative;width:auto}}#buddypress .activity-content .groups-meta.action a span.comment-count,#buddypress .activity-list div.groups-meta.action a span.comment-count{background:rgba(0,0,0,.1)!important;min-width:20px;display:inline-block;padding:2px 8px;border-radius:6px}@media (max-width:46.8em){#buddypress .activity-content .groups-meta.action a span.comment-count,#buddypress .activity-list div.groups-meta.action a span.comment-count{padding:0;margin-left:5px}}.buddypress-wrap button.ac-reply-cancel{color:inherit!important}#item-body #group-invites-container{-ms-flex-flow:row wrap;flex-flow:row wrap}.group-invites .item-body:not(#group-create-body) #subnav.bp-invites-nav:not(.tabbed-links){-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin-bottom:0!important}#group-invites-container .bp-groups-tab{background:0 0}.buddypress-wrap #group-settings-form.standard-form label,.buddypress-wrap #group-settings-form.standard-form span.label{display:inline-block}.group-invites-column{width:100%;padding:15px}#item-body #group-invites-container .bp-invites-content .item-list>li{border:1px solid var(--reign-site-border-color);margin:0 0 -1px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;padding:15px;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:0;width:100%}#item-body #group-invites-container .bp-invites-content .item-list>li:last-child{border-bottom:1px solid var(--reign-site-border-color)}.buddypress .bp-invites-content ul.item-list>li .item{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;overflow:visible}.buddypress .bp-invites-content ul.item-list li .action{margin-left:auto;height:auto;min-height:10px;padding:0;min-width:40px;border:0;color:inherit;background:0 0;box-shadow:none}#buddypress ul.group-inviters{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:8px;margin:0;padding:0}#buddypress .bp-invites-content li ul.group-inviters li{padding:0;border:0;float:left;font-size:11px;width:inherit}#item-body #group-invites-container .bp-invites-content .list-title{font-size:20px;margin:0;width:100%;text-align:left}#buddypress .bp-invites-content li .item-meta{margin:0}#buddypress ul.group-inviters li .avatar{max-width:20px;margin-left:6px!important}#buddypress .bp-invites-content li .item-avatar{margin-left:0;margin-right:15px}.buddypress .bp-invites-content li .status{font-size:13px;font-style:normal;clear:both;color:inherit;margin:0;display:none}.buddypress-wrap button.ac-reply-cancel,.buddypress-wrap button.bp-icons{background:0 0!important;border:0!important;text-decoration:none!important}.groups-header .group-actions-wrap .parent-list{display:none}.groups-header .parent-list .parent-title{display:none}#buddypress #item-header .bp-group-parent-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width:782px){#buddypress #item-header .bp-group-parent-wrap{-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}#buddypress #item-header .bp-group-parent-wrap .parent-list{margin:0;padding:0}#buddypress #item-header .bp-group-parent-wrap .parent-list .avatar{max-width:26px;height:auto;border-radius:50%}#buddypress #item-header .bp-group-parent-wrap .group-list{margin:0 10px 0 0}#buddypress #item-header .bp-group-parent-wrap .group-list li{margin:0}#buddypress #item-header .bp-group-parent-wrap .bp-parent-group-title-wrap{margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-flow:wrap;flex-flow:wrap}#buddypress #item-header .bp-group-parent-wrap .bp-parent-group-title-wrap .bp-parent-group-title{font-size:14px;font-weight:500}#buddypress #item-header .bp-group-parent-wrap .bp-parent-group-title-wrap .bp-current-group-title{font-size:14px}#buddypress #item-header .wbtm-cover-header-type-3 .bp-parent-group-title-wrap .bp-parent-group-title,#buddypress #item-header .wbtm-cover-header-type-4 .bp-parent-group-title-wrap .bp-parent-group-title{color:var(--reign-site-link-color)}#buddypress #item-header .wbtm-cover-header-type-3 .bp-parent-group-title-wrap .bp-parent-group-title:hover,#buddypress #item-header .wbtm-cover-header-type-4 .bp-parent-group-title-wrap .bp-parent-group-title:hover{color:var(--reign-site-link-hover-color)}#buddypress #item-header .wbtm-cover-header-type-3 .bp-parent-group-title-wrap .bp-current-group-title,#buddypress #item-header .wbtm-cover-header-type-4 .bp-parent-group-title-wrap .bp-current-group-title{font-size:14px;color:var(--reign-site-alternate-text-color)}#media-folder-document-data-table .media-folder_items .media-folder_details .media-folder_name,.search-document-list .media-folder_items .media-folder_details .media-folder_name{color:inherit}.buddypress-wrap form.bp-dir-search-form input[type=search],.buddypress-wrap form.bp-dir-search-form input[type=text],.buddypress-wrap form.bp-invites-search-form input[type=search],.buddypress-wrap form.bp-invites-search-form input[type=text],.buddypress-wrap form.bp-messages-search-form input[type=search],.buddypress-wrap form.bp-messages-search-form input[type=text]{float:none}.directory.document .screen-content{position:relative}.directory.document .document-options{position:relative}.directory.document .bp-feedback{width:100%;margin:0}.directory.document .document-search{position:relative}.directory.document .document-search:after{content:"\e81f";font-family:bb-icons;display:inline-block;color:#4d5c6d;opacity:.4;position:absolute;left:10px;top:8px;line-height:1;font-size:16px}.bp-document-listing .media-search-form .bp-dir-search-form #group-document-search,.directory.document .subnav-filters .subnav-search .bp-dir-search-form #dir-document-search{width:100%}.bp-document-listing .media-search-form{float:none}.bp-document-listing .bp-media-header-wrap .bb-title{width:100%}.bp-document-listing .bb-media-actions-wrap{margin:0;margin-left:10px}.bp-document-listing .bp-media-header-wrap .bb-media-actions-wrap{margin-bottom:20px}.bp-feedback{background:0 0;width:100%}.bb-media-container .bp-feedback,.bb-media-container .bp-messages{width:100%}.bp-nouveau .buddypress-wrap .bp-document-listing form.bp-dir-search-form{border:0}.bp-nouveau .buddypress-wrap .bp-document-listing form.bp-dir-search-form button[type=submit]{display:none}#media-folder-document-data-table .media-folder_items,#media-stream .document-data-table-head,.search-document-list .media-folder_items{width:100%}.bp-document-listing .media-search-form .bp-dir-search-form{border-radius:100px}#media-stream.document-parent #media-folder-document-data-table .media-folder_items{margin:0}.widget-area .widget.buddypress div.item-options{margin-bottom:10px}.buddypress.widget ul.item-list li{border:0}.buddypress.widget ul.item-list{overflow:visible}.bp-nouveau .widget-area .widget.buddypress #friends-list li,.bp-nouveau .widget-area .widget.buddypress #groups-list li,.bp-nouveau .widget-area .widget.buddypress #members-list li,.widget.buddypress #groups-list li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 0 15px;padding:0;-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:100%}.widget.buddypress #friends-list li,.widget.buddypress #members-list li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:3px 0;-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:100%}.bp-nouveau .buddypress-wrap .buddypress.widget ul#friends-list li,.bp-nouveau .buddypress-wrap .buddypress.widget ul#groups-list li,.bp-nouveau .buddypress-wrap .buddypress.widget ul#members-list li{margin:0 0 15px}.bp-nouveau .buddypress.widget ul#friends-list li .item,.bp-nouveau .buddypress.widget ul#groups-list li .item,.bp-nouveau .buddypress.widget ul#members-list li .item{margin-left:0}.bp-nouveau .buddypress.widget ul#friends-list li .item-avatar,.bp-nouveau .buddypress.widget ul#groups-list li .item-avatar,.bp-nouveau .buddypress.widget ul#members-list li .item-avatar{padding:0}.bp-nouveau .widget-area .widget.buddypress div.item{padding:0}.buddypress.widget ul.item-list li .item-avatar{padding:0;-webkit-box-flex:0;-ms-flex:0 0 50px;flex:0 0 50px;margin-right:15px;position:relative}.buddypress-wrap .widget.buddypress .item-avatar a,.widget.buddypress .item-avatar a{display:block}.buddypress.widget ul.item-list li .item-avatar img.avatar{min-width:50px}.buddypress.widget ul.item-list li .item{padding:0}.more-block{text-align:center;text-transform:uppercase;margin:10px 0 0;display:block;height:14px;font-size:12px;line-height:14px}.buddypress-wrap .buddypress.widget .avatar-block,.buddypress.widget .avatar-block{margin:0}.buddypress.widget .activity-update .update-item p{margin:0}.buddypress.widget .activity-update{margin-bottom:15px}.buddypress.widget .activity-update:last-child{margin-bottom:0}.widget.widget_display_replies>ul,.widget.widget_display_topics>ul,.widget.widget_display_views>ul,ul.bb-sidebar-forums{margin:0;padding:0;list-style:none}.widget.activity_update.bp-latest-activities span.time-since{display:block;font-size:12px}.buddypress.widget ul.item-list,.widget-area .buddypress.widget ul.item-list{margin:0}.widget.widget_bp_follow_follower_widget .widget-num-count,.widget.widget_bp_follow_following_widget .widget-num-count{border-bottom:0;margin-left:5px}.widget.widget_bp_profile_completion_widget .profile_completion_wrap ul.pc_detailed_progress{margin:0;padding:0;list-style:none}.widget.widget_bp_profile_completion_widget .profile_completion_wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-flow:row wrap;flex-flow:row wrap}.widget.widget_bp_profile_completion_widget .profile_completion_wrap .pc_progress_wrap{display:-webkit-box;display:-ms-flexbox;display:flex;min-width:240px;-ms-flex-flow:column;flex-flow:column;-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%}.widget.widget_bp_profile_completion_widget .progress_text_wrap h3{line-height:1.2}.widget.widget_bp_profile_completion_widget .progress_text_wrap .progress_text_value{font-size:34px}.widget.widget_bp_profile_completion_widget .pc_progress_wrap .progress_text_label,.widget.widget_bp_profile_completion_widget .pc_progress_wrap .progress_text_unit{font-size:14px}.widget.widget_bp_profile_completion_widget .profile_completion_wrap .pc_detailed_progress_wrap{max-width:100%;-webkit-box-flex:1;-ms-flex:1 1 0%;flex:1 1 0%;min-width:200px}.widget.widget_bp_profile_completion_widget .profile_completion_wrap .pc_detailed_progress_wrap .single_section_wrap .section_number{display:none}.widget.widget_bp_profile_completion_widget .profile_completion_wrap .pc_detailed_progress_wrap .single_section_wrap .progress .completed_staus{background-color:transparent;border:1px solid #f78f02;color:#f78f02;border-radius:30px;width:40px;height:20px;line-height:1.5;font-size:12px;font-weight:600}.widget.widget_bp_profile_completion_widget .profile_completion_wrap .pc_detailed_progress_wrap .single_section_wrap.progress_not_started .progress .completed_staus{border-color:#ff3a30;color:#ff3a30}.widget.widget_bp_profile_completion_widget .profile_completion_wrap .pc_detailed_progress_wrap .single_section_wrap.completed .progress .completed_staus{border-color:#05d786;color:#05d786}div.bbp-breadcrumb{float:none}#bbpress-forums p.pag-data{margin:15px 0}#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{margin-left:0}#bbpress-forums .rg-replies>li>div{border:1px solid var(--reign-site-border-color);margin:0 0 20px;padding:20px 20px 10px;border-radius:var(--reign-global-border-radius)}@media screen and (min-width:600px){#bbpress-forums .rg-replies>li>div{padding:30px 30px 20px}}.bbp-template-notice ul{margin-left:0;padding:0;list-style:none}body.groups.reply-edit .bbp-reply-form{margin:0}.bbp-the-content-wrapper .medium-editor-element{margin-bottom:15px;padding:15px;min-height:130px;line-height:normal;border:1px solid var(--reign-site-border-color);border-radius:6px;outline:0}.bb-select-container li.select2-selection__choice{color:var(--reign-color-white)!important;border-radius:var(--reign-global-border-radius)!important}.bb-select-container span.select2-selection__choice__remove{font-size:0!important;line-height:1!important;margin:0 0 0 8px!important;padding:0!important;position:relative!important;border:0!important}.bbp-reply-form #whats-new-toolbar .medium-editor-toolbar,.bbp-topic-form #whats-new-toolbar .medium-editor-toolbar{bottom:0}.bb-password-wrap a.bb-toggle-password{height:38px}#page #buddypress #item-body .bp-profile-wrapper .bp-profile-content.bp-settings-content #subnav,#page #buddypress #item-body .bp-profile-wrapper .bp-profile-content.bp-settings-content #subnav .subnav{border-radius:0}.bp-profile-content.bp-settings-content table.main-notification-settings{margin:0 0 15px}#bbpress-forums ul.bbp-threaded-replies{margin-left:20px;padding:20px 20px 10px;list-style:none;border:1px solid var(--reign-site-border-color)}@media screen and (max-width:480px){#bbpress-forums ul.bbp-threaded-replies{margin-left:0}}#bbpress-forums ul.bbp-threaded-replies .type-reply{margin-bottom:30px}@media only screen and (max-width:480px){.bbp-replies span.bbp-admin-links{float:none}}#bbpress-forums .bbp-lead-topic li.bbp-body,#bbpress-forums .bbp-lead-topic li.bbp-footer,#bbpress-forums .bbp-lead-topic li.bbp-header{padding:20px;background:var(--reign-site-sections-bg-color);list-style-type:none}#bbpress-forums .bbp-lead-topic li.bbp-header{border-bottom:1px solid var(--reign-site-border-color)}@media screen and (max-width:543px){#bbpress-forums .bbp-lead-topic li.bbp-header .bbp-topic-author{display:none}#bbpress-forums .bbp-lead-topic li.bbp-header .bbp-topic-content{font-size:0;margin:0!important}#bbpress-forums .bbp-lead-topic li.bbp-header span#favorite-toggle,#bbpress-forums .bbp-lead-topic li.bbp-header span#subscription-toggle{float:none!important}}#bbpress-forums .bbp-lead-topic li.bbp-header .bbp-topic-links{float:right}@media screen and (max-width:543px){#bbpress-forums .bbp-lead-topic li.bbp-header .bbp-topic-links{float:none}}.bbp-lead-topic #subscription-toggle{margin-bottom:0}#bbpress-forums .bbp-lead-topic .bbp-topic-post-date:before{content:"\f017";font-family:"Font Awesome 6 Pro",reign-icons;margin-right:6px;display:inline-block}#bbpress-forums .bbp-lead-topic div.bbp-forum-author img.avatar,#bbpress-forums .bbp-lead-topic div.bbp-reply-author img.avatar,#bbpress-forums .bbp-lead-topic div.bbp-topic-author img.avatar{border-radius:100px}.bbp-reply-form #whats-new-toolbar .medium-editor-toolbar,.bbp-topic-form #whats-new-toolbar .medium-editor-toolbar{left:49px}div .bbp-reply-form #whats-new-toolbar .medium-editor-toolbar.active,div .bbp-topic-form #whats-new-toolbar .medium-editor-toolbar.active{bottom:15px}.directory.media .content-wrapper{position:relative}.directory.media .media-options{margin-top:-15px}@media screen and (max-width:1024px){.directory.media .media-options>*{margin-left:0}}.service-buttons a span{height:auto;line-height:1.5}.bpsp-pin-tool[data-bp-tooltip]:after,.bpsp-pin-tool[data-bp-tooltip]:before{content:none}.post-type-archive-bp-todo article.bp-todo{padding:15px;padding-bottom:15px!important}.post-type-archive-bp-todo article.bp-todo .read-more{margin-top:15px}.bp-nouveau .bgr-row{box-shadow:none;border:1px solid var(--reign-site-border-color)}.item-body .bgr-group-reviews-block{box-shadow:none}.item-body .bgr-group-profiles{text-align:left;width:50px}.item-body .bgr-group-content{margin-left:70px}.item-body .review-ratings{margin-top:20px}.bp-nouveau .groups-header .moderators-lists{margin:0 auto}@media (min-width:782px){.bp-nouveau .groups-header .wbtm-cover-header-type-3 .moderators-lists{margin:10px auto;display:block}}body.activity-permalink.bp-nouveau .activity-list .activity-content .activity-header p{margin-left:0}.bp-nouveau .activity-list .activity-item .bb-activity-more-options a.bmpro-flag-activity-btn[data-bp-tooltip]:before{content:none}.bp-nouveau .activity-list .activity-item .bb-activity-more-options a.bmpro-flag-activity-btn[data-bp-tooltip]:after{content:none}.bp-nouveau .activity-list .activity-item .bb-activity-more-options .bmpro-flag-activity-btn:before,.bp-nouveau .activity-list .activity-item .bb-activity-more-options .bmpro-unflag-activity-btn:before{font-size:0;content:"\ee9c"!important;font-family:bb-icons;opacity:1;position:relative;background:0 0;display:inline-block;text-rendering:auto;font-size:18px;min-width:22px;min-height:18px;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;list-style:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;vertical-align:middle}.bp-nouveau .activity-list .activity-item .activity-meta.action div.generic-button .fa,.bp-nouveau .activity-list .activity-item .activity-meta.action div.generic-button .far{font-size:16px}.bp-nouveau .activity-list .activity-item .activity-meta.action .bpsp-pin-tool[data-bp-tooltip]:before{content:none}.bp-nouveau .activity-list .activity-item .activity-meta.action .bpsp-pin-tool[data-bp-tooltip]:after{content:none}.bp-nouveau .activity-list .activity-item .activity-meta.action .button span.pin-count{display:block}.bp-nouveau #buddypress .activity-list .activity-item .activity-meta .bp-share-button{margin:0!important;padding:0!important;font-size:13px!important;font-weight:600}.bp-nouveau #buddypress .activity-list .activity-item .activity-meta .bp-share-button::before{font-weight:400}span.bp-activity-reshare-icon i{font-size:inherit}.bp-nouveau .activity-list .activity-item .activity-meta .bp-share-button::before{font-size:18px}.modal-backdrop{z-index:999999}.modal.activity-share-modal{z-index:9999999}#buddypress .wbtm-member-directory-type-1 .member-type-wrap,#buddypress .wbtm-member-directory-type-4 .member-type-wrap{text-align:left}.users-header .bp-member-type{background:var(--reign-colors-theme);border-radius:100px;font-size:11px;font-weight:600;color:var(--reign-color-white);letter-spacing:.25px;text-align:center;display:inline-block;padding:4px 10px 4px;line-height:1;margin:0 0 10px;width:max-content}.register-page .signup-form .bp-checkbox-wrap input#legal_agreement{float:left;margin-top:3px}body.bp-search .bp-search-ac{background-color:var(--reign-site-sections-bg-color);box-shadow:0 3px 8px rgba(0,0,0,.06),0 6px 24px rgba(0,0,0,.12);border-radius:var(--reign-global-border-radius);display:block;padding:0;right:0;overflow:auto;max-height:-webkit-calc(100vh - 76px);max-height:calc(100vh - 76px);width:100%;z-index:610}body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type){background-color:var(--reign-site-sections-bg-color);max-width:1190px;margin:auto;width:100%;float:none;padding:0 15px;border-bottom:1px solid var(--reign-site-border-color)}.bp-search-ac.ui-menu .ui-menu-item.ui-state-focus,.bp-search-ac.ui-menu .ui-menu-item.ui-state-hover,.bp-search-ac.ui-menu .ui-menu-item:hover{background:rgba(0,0,0,.05)}body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type) .item p{margin-bottom:5px}body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type) .item-avatar>i{font-size:24px;font-weight:300;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:rgba(0,0,0,.05);color:#aaa;height:48px;width:48px;border-radius:50%}.bp-search-ajax-item .item-title{color:inherit}body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type) .bp-search-ajax-item{margin:0;padding:15px 0}body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type) .bp-search-ajax-item .item-avatar{margin-right:15px;margin-top:5px}body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type) .bp-search-ajax-item .item-desc{font-size:14px;font-weight:400;margin:0;line-height:21px}body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type) .entry-meta{font-size:13px;font-weight:400;-ms-flex-wrap:wrap;flex-wrap:wrap;min-height:26px;margin-bottom:0}body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type):last-child{border-bottom:0}body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type):last-child:not(.bbls-view_all_type-type){margin-bottom:12px}body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-activity-type>.bp-search-ajax-item,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-activity_comment-type>.bp-search-ajax-item,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-reply-type>.bp-search-ajax-item{display:-webkit-box;display:-ms-flexbox;display:flex}body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-activity-type>.bp-search-ajax-item>.item a,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-activity_comment-type>.bp-search-ajax-item>.item a,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-reply-type>.bp-search-ajax-item>.item a{display:inline}body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-activity-type>.bp-search-ajax-item>.item .item-title a,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-activity-type>.bp-search-ajax-item>.item .item-title p,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-activity_comment-type>.bp-search-ajax-item>.item .item-title a,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-activity_comment-type>.bp-search-ajax-item>.item .item-title p,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-reply-type>.bp-search-ajax-item>.item .item-title a,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-reply-type>.bp-search-ajax-item>.item .item-title p{font-size:14px;font-weight:400;letter-spacing:-.24px}body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-activity-type>.bp-search-ajax-item>.item .item-title a,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-activity_comment-type>.bp-search-ajax-item>.item .item-title a,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-reply-type>.bp-search-ajax-item>.item .item-title a{font-weight:500}body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-activity-type>.bp-search-ajax-item>.item .item-title a>img,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-activity_comment-type>.bp-search-ajax-item>.item .item-title a>img,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-reply-type>.bp-search-ajax-item>.item .item-title a>img{display:none}body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-activity-type>.bp-search-ajax-item .woocommerce-product-details__short-description,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-activity_comment-type>.bp-search-ajax-item .woocommerce-product-details__short-description,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-reply-type>.bp-search-ajax-item .woocommerce-product-details__short-description{font-size:14px;font-weight:400}body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-members-type .bp-search-ajax-item .item-avatar{margin-top:0}body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-members-type .bp-search-ajax-item .item{margin-top:4px}body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-posts-type .bp-search-ajax-item .item-avatar{margin-top:0}body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-activity_comment-type>.bp-search-ajax-item .item .entry-title,body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-reply-type>.bp-search-ajax-item .item .entry-title{font-weight:400;margin-bottom:0}body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-topic-type>.bp-search-ajax-item{display:-webkit-box;display:-ms-flexbox;display:flex}body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-cpt-product-type>.bp-search-ajax-item{display:-webkit-box;display:-ms-flexbox;display:flex}body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-cpt-product-type>.bp-search-ajax-item>.item a{display:inline}body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-cpt-product-type>.bp-search-ajax-item .woocommerce-product-details__short-description{font-size:14px;font-weight:400}body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-groups-type>.bp-search-ajax-item{display:-webkit-box;display:-ms-flexbox;display:flex}body.bp-search .bp-search-ac>li:not(.bbls-view_all_type-type).bbls-groups-type>.bp-search-ajax-item .group-details{font-size:14px;font-weight:400}.bp-search-page .results-group ul#activity-stream li.activity-item{margin-bottom:20px;padding:15px;background:var(--reign-site-sections-bg-color);border:1px solid var(--reign-site-border-color)}body.bp-search .bp-search-ac li .bp-member-type,body.bp-search .bp-search-ac li .item-meta{background-color:transparent;display:inline-block;font-size:.8125rem;font-weight:400;letter-spacing:-.15px;line-height:1.1875rem}body.bp-search .bp-search-ac li .bp-member-type strong,body.bp-search .bp-search-ac li .item-meta strong{font-weight:400}body.bp-search .bp-search-ac li .middot{display:inline-block;font-size:17px;margin:0 6px;line-height:1}body.bp-search .bp-search-ac>li.bbls-view_all_type-type{margin-bottom:-10px;text-align:center}body.bp-search .bp-search-ac>li a:not(.x){display:-webkit-box;display:-ms-flexbox;display:flex}body.bp-search .bp-search-ac>li .ui-state-active{background:0 0;border:none}body.bp-search .bp-search-ac>li.bbls-view_all_type-type a{font-size:14px;font-weight:500;padding:11px 10px!important}body.bp-search .bp-search-ac>li.bbls-view_all_type-type a:after{content:"\e827";font-family:bb-icons;font-size:21px;font-weight:400;vertical-align:middle;display:inline-block;line-height:22px}body.bp-search .bp-search-ac>li.bbls-albums-type .media-album_items .item-avatar{float:left;margin-top:0}body.bp-search .bp-search-ac>li.bbls-albums-type .media-album_items .item-avatar+.media-album_details{width:-webkit-calc(100% - 65px);width:calc(100% - 65px)}body.bp-search .bp-search-ac img{border-radius:50%}body.bp-search .bbls-category a{font-size:12px;font-weight:600;color:#939597;letter-spacing:.7px;text-transform:uppercase}body.bp-search .bp-search-ac .item-avatar img{max-width:48px;min-height:48px;max-height:48px;object-fit:cover;width:100%;height:auto}body.admin-bar.bp-search .bp-search-ac{max-height:-webkit-calc(100vh - 300px);max-height:calc(100vh - 300px)}.bp-search-results-wrap .results-group-header{margin:0 0 15px;border-bottom:1px solid var(--reign-site-border-color)}.bp-nouveau .bp-search-results-list.friends-mutual-list.bp-list:not(.grid) .list-wrap,.bp-nouveau .bp-search-results-list.groups-list.bp-list:not(.grid) .list-wrap,.bp-nouveau .bp-search-results-list.members-group-list.bp-list:not(.grid) .list-wrap,.bp-nouveau .bp-search-results-list.members-list.bp-list:not(.grid) .list-wrap{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.bp-nouveau .bp-search-results-list.activity-list .activity-item .activity-header{margin:0;padding:0}.bp-search-results-list .bp-search-item .item-avatar{margin-right:12px;max-width:50px;width:100%}.bp-nouveau .bp-search-results-list.bp-list li .item-avatar img.avatar{max-width:50px}.bp-search-results-list .bp-search-item .item-avatar a{min-width:50px;border-radius:var(--reign-global-border-radius);overflow:hidden}.bp-search-results-list .bp-search-item .item-avatar a>i{min-height:50px;min-width:50px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;background-color:rgba(0,0,0,.05);color:#aaa;font-size:28px}.bp-search-results-list .rtmedia-activity-text{margin:10px 0}.bp-search-results-list .middot{display:none}li.bp-search-item.bp-search-item_product p{margin:0 0 10px}.search_results .pagination{margin:20px 0}.search_results .pagination a,.search_results .pagination span{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;width:40px;height:40px;margin:5px;padding:0;border-radius:25px;border:1px solid var(--reign-site-border-color)}.search_results .pagination a:hover,.search_results .pagination span:hover{box-shadow:0 1.5px 15px 0 rgba(0,0,0,.17)}.search_results .pagination span{box-shadow:0 1.5px 15px 0 rgba(0,0,0,.17)}.bp-search-results-list .bp-search-item .item-title{color:inherit}.member-status{background-color:#edbb34;border:2px solid #fff;border-radius:100%;z-index:1}.buddypress-wrap .members-list li .member-status.online{background:#00e652;border:2px solid #fff;border-radius:100%;position:absolute;width:12px;height:12px;right:0;top:0}.member-status.offline{opacity:0;visibility:hidden}.elementor-widget-wp-widget-bp_core_members_widget #members-list .item-avatar a .member-status,.widget_bp_core_members_widget #members-list .item-avatar a .member-status{width:13px;height:13px;position:absolute;right:-3px;top:1px;border:2px solid #fff}.elementor-widget-wp-widget-bp_core_members_widget #members-list .item-avatar a .member-status.offline,.widget_bp_core_members_widget #members-list .item-avatar a .member-status.offline{background-color:#bdbdbd}body.hide-overflow .activity-list .bb-activity-more-options-wrap{z-index:1}.buddypress.widget .gamipress-buddypress-user-details img{margin:0}#buddypress .bb_more_options .bb_more_options_list,.activity-list .bb-activity-more-options-wrap .bb-activity-more-options,.bb_more_options .bb_more_options_list{background-color:var(--reign-site-sections-bg-color);border:1px solid var(--reign-site-border-color);box-shadow:var(--reign-more-options-box-shadow)}.activity-list .bb-activity-more-options-wrap .bb-activity-more-options:after{content:none}#buddypress .activity-list .bb-activity-more-options-wrap .bb-activity-more-options .generic-button a,#buddypress .bb_more_options .bb_more_options_list .generic-button>button,#buddypress .bb_more_options .bb_more_options_list a,#buddypress .bb_more_options .bb_more_options_list button,.bb_more_options .bb_more_options_list .generic-button>button,.bb_more_options .bb_more_options_list a,.bb_more_options .bb_more_options_list button{color:var(--reign-site-link-color)!important}#buddypress .activity-list .bb-activity-more-options-wrap .bb-activity-more-options .generic-button a:hover,#buddypress .bb_more_options .bb_more_options_list .generic-button>button:hover,#buddypress .bb_more_options .bb_more_options_list a:hover,#buddypress .bb_more_options .bb_more_options_list button:hover,.bb_more_options .bb_more_options_list .generic-button>button:hover,.bb_more_options .bb_more_options_list a:hover,.bb_more_options .bb_more_options_list button:hover{background-color:var(--reign-site-secondary-bg-color)!important;border:0!important}#buddypress .bb_more_options .bb_more_options_list:after,.activity-list .bb-activity-more-options-wrap .bb-activity-more-options:after,.bb_more_options .bb_more_options_list:after{content:none}.bb-activity-media-wrap .bb-activity-media-elem.document-activity,.bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-action-wrap .document-action_list,.bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-description-wrap,.bb-activity-media-wrap .bb-activity-media-elem.document-activity:hover,.bb-media-info-section .activity-comments>ul,.bb-media-model-inner,.buddypress-wrap .subnav-filters .grid-filters,.emojionearea .emojionearea-picker .emojionearea-filters{background-color:var(--reign-site-sections-bg-color)}.emojionearea .emojionearea-picker .emojionearea-filters .emojionearea-filter.active{background-color:var(--reign-site-secondary-bg-color)}#send_message_form .select2-selection--multiple,.bb-activity-media-wrap .bb-activity-media-elem.document-activity,.bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-preview-wrap,.bb-groups-invites-left,.bb-media-info-section .activity-comments>ul,.bb-panel-head{border-color:var(--reign-site-border-color)}.activity-update-form #whats-new-content .medium-editor-toolbar,.emojionearea .emojionearea-picker,.emojionearea .emojionearea-picker .emojionearea-scroll-area .emojionearea-category-title,.gif-media-search-dropdown,.gif-search-query{background-color:var(--reign-site-body-bg-color)}.gif-media-search-dropdown:before{border-color:var(--reign-site-body-bg-color)}#whats-new-messages-toolbar #activity-gif-button.open .bb-icon,#whats-new-messages-toolbar .emojionearea .emojionearea-button.active:before,#whats-new-messages-toolbar .toolbar-button.active .bb-icon.bb-icon-text-format:before,#whats-new-toolbar #activity-gif-button.open .bb-icon,#whats-new-toolbar .emojionearea .emojionearea-button.active:before,#whats-new-toolbar .toolbar-button.active .bb-icon.bb-icon-text-format:before,.ac-reply-document-button.active .bb-icon,.ac-reply-gif-button.active .bb-icon,.ac-reply-media-button.active .bb-icon,.ac-reply-toolbar #activity-gif-button.open .bb-icon,.ac-reply-toolbar .emojionearea .emojionearea-button.active:before,.ac-reply-toolbar .toolbar-button.active .bb-icon.bb-icon-text-format:before,.active #activity-document-button .bb-icon,.active #activity-link-preview-button .bb-icon,.active #activity-media-button .bb-icon,.active#bp-group-messages-document-button .bb-icon,.active#bp-group-messages-gif-button .bb-icon,.active#bp-group-messages-media-button .bb-icon,.active#forums-document-button .bb-icon,.active#forums-gif-button .bb-icon,.active#forums-media-button .bb-icon,.active#messages-document-button .bb-icon,.active#messages-gif-button .bb-icon,.active#messages-media-button .bb-icon,.activity-list .activity-item .activity-content .activity-header,.activity-list .activity-item .activity-content .comment-header,.bb-action-popup .bb-model-footer .bb-close-action-popup{color:var(--reign-site-body-text-color)}#bbpress-forums ul.bp-list.loading,#buddypress ul.bp-list.loading,.bb-action-popup .bb-model-footer,.bb-media-info-section .activity-comments form,.bb-model-header,.bp-single-vert-nav .subnav,.modal-container,.privacy-status-form-footer,.reign-bb #group-invites-container{background-color:var(--reign-site-sections-bg-color)}.modal-mask,.modal-mask.bb-white{background-color:rgba(0,0,0,.7)}#whats-new-form.focus-in--attm #editor-toolbar,#whats-new-form.focus-in--scroll #editor-toolbar,.bb-action-popup .bb-model-footer,.bb-groups-invites-right-bottom,.bp-video-thumbnail-uploader .bb-model-footer,.main-notification-settings th,.main-notification-settings thead .title,.privacy-status-form-footer,.reign-bb #group-invites-container{border-color:var(--reign-site-border-color)}#bbpress-forums div.bbp-reply-content .bb-model-header,.bb-model-header{box-shadow:0 1px 0 0 var(--reign-site-border-color)}#bbpress-forums .bb-media-model-container .activity-list.bp-list .download-media,#bbpress-forums .bb-media-model-container .activity-list.bp-list .download-video,.bb-media-model-wrapper.media-theatre .activity-list.bp-list .download-media,.bb-media-model-wrapper.media-theatre .activity-list.bp-list .download-video,.bb-media-model-wrapper.video-theatre .activity-list.bp-list .download-media,.bb-media-model-wrapper.video-theatre .activity-list.bp-list .download-video{background-color:var(--reign-site-button-bg-color);color:var(--reign-site-button-text-color);border-color:var(--reign-site-border-color)}#bbpress-forums .bb-media-model-container .activity-list.bp-list .download-media:focus,#bbpress-forums .bb-media-model-container .activity-list.bp-list .download-media:hover,#bbpress-forums .bb-media-model-container .activity-list.bp-list .download-video:focus,#bbpress-forums .bb-media-model-container .activity-list.bp-list .download-video:hover,.bb-media-model-wrapper.media-theatre .activity-list.bp-list .download-media:focus,.bb-media-model-wrapper.media-theatre .activity-list.bp-list .download-media:hover,.bb-media-model-wrapper.media-theatre .activity-list.bp-list .download-video:focus,.bb-media-model-wrapper.media-theatre .activity-list.bp-list .download-video:hover,.bb-media-model-wrapper.video-theatre .activity-list.bp-list .download-media:focus,.bb-media-model-wrapper.video-theatre .activity-list.bp-list .download-media:hover,.bb-media-model-wrapper.video-theatre .activity-list.bp-list .download-video:focus,.bb-media-model-wrapper.video-theatre .activity-list.bp-list .download-video:hover{background-color:var(--reign-site-button-bg-hover-color);color:var(--reign-site-button-text-hover-color)}.activity-link-preview-container .activity-link-preview-info{display:-webkit-box;display:-ms-flexbox;display:flex;background-color:var(--reign-site-secondary-bg-color);-ms-flex-flow:column;flex-flow:column;padding:10px 15px 15px;-webkit-transition:all linear .2s;transition:all linear .2s;border-radius:0 0 var(--reign-global-border-radius) var(--reign-global-border-radius)}.activity-link-preview-container .activity-link-preview-info .activity-link-preview-link-name{font-size:13px;font-weight:500;color:var(--reign-site-body-text-color);text-transform:uppercase;line-height:20px}.activity-link-preview-container .activity-link-preview-info .activity-link-preview-title{color:var(--reign-site-headings-color)}.activity-link-preview-container .activity-link-preview-info .activity-link-preview-title a{color:var(--reign-site-headings-color)}.activity-link-preview-container .activity-link-preview-info p{margin-bottom:2px!important}.activity-link-preview-container .activity-url-error{padding:10px 15px}.activity-link-preview-container .activity-link-preview-image{position:relative;-webkit-transition:all linear .2s;transition:all linear .2s}.activity-link-preview-container .activity-link-preview-image .activity-link-preview-image-cover{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden;border-radius:var(--reign-global-border-radius) var(--reign-global-border-radius) 0 0;min-height:120px;max-height:340px}.activity-link-preview-container .activity-link-preview-image .activity-link-preview-image-cover a{width:100%}.activity-link-preview-container .activity-link-preview-image .activity-link-preview-image-cover:before{content:"";position:absolute;inset:0;z-index:1;background-color:rgba(0,0,0,.05);border-radius:var(--reign-global-border-radius) var(--reign-global-border-radius) 0 0;pointer-events:none}.activity-link-preview-container .activity-link-preview-image .activity-link-preview-image-cover img{object-fit:cover;object-position:center;min-width:100%}.activity-link-preview-container #activity-link-preview-close-image,.activity-link-preview-container .activity-link-preview-icons a{background-color:var(--reign-site-secondary-bg-color)}.activity-link-preview-container .activity-link-preview-image:before,.activity-link-preview-container .activity-link-preview-info:before{content:"";-webkit-transition:all linear .3s;transition:all linear .3s}.activity-link-preview-container:hover .activity-link-preview-image,.activity-link-preview-container:hover .activity-link-preview-info{position:relative}.activity-link-preview-container:hover .activity-link-preview-image:before,.activity-link-preview-container:hover .activity-link-preview-info:before{content:"";background-color:rgba(0,0,0,.05);position:absolute;inset:0;z-index:1;-webkit-transition:all linear .2s;transition:all linear .2s;pointer-events:none}.activity-link-preview-container:hover .activity-link-preview-image+.activity-link-preview-info::before{border-radius:0 0 var(--reign-global-border-radius) var(--reign-global-border-radius)}.activity-link-preview-container:hover .activity-link-preview-info::before{border-radius:var(--reign-global-border-radius)}.activity-link-preview-container:hover .activity-link-preview-image::before{border-radius:var(--reign-global-border-radius) var(--reign-global-border-radius) 0 0}.activity-link-preview-excerpt p{color:var(--reign-site-body-text-color)}body.buddypress.bp-user #page .entry-header.notifications-header.messages-header{display:none}.messages-wrapper{background:var(--reign-site-sections-bg-color);border:1px solid var(--reign-site-border-color);border-radius:var(--reign-global-border-radius);min-height:-webkit-calc(80vh - 110px);min-height:calc(80vh - 110px)}.messages-wrapper #compose-personal-li a{color:var(--reign-colors-theme)}.messages-wrapper #compose-action-personal-li .bb_more_options_action{position:relative;background-color:transparent;margin-top:-2px}@media screen and (max-width:1024px){.messages-wrapper #compose-action-personal-li .bb_more_options_action{margin-top:2px}}.messages-wrapper #compose-action-personal-li .bb_more_options_action>i{color:var(--reign-site-headings-color);font-size:20px;position:relative}.messages-wrapper #compose-action-personal-li .bb_more_options_action:hover>i,.messages-wrapper #compose-action-personal-li.optionsOpen .bb_more_options_action>i{color:var(--reign-colors-theme)}.messages-wrapper #compose-action-personal-li{margin-bottom:5px}.messages-wrapper #compose-action-personal-li .bb_more_options_action:hover>i,.messages-wrapper #compose-action-personal-li.optionsOpen .bb_more_options_action>i{color:var(--reign-site-headings-color)}.messages-wrapper #compose-action-personal-li .bb_more_options_action:hover:before,.messages-wrapper #compose-action-personal-li.optionsOpen .bb_more_options_action:before{content:"";height:34px;width:34px;background-color:var(--reign-site-secondary-bg-color);position:absolute;top:2px;border-radius:6.8px;left:-3px}.buddypress-wrap .messages-wrapper #compose-action-personal-li .message-action-options .message_action__list li{margin-bottom:0}.messages-wrapper .message-action-options .bb_more_options_list li{width:100%}.messages-wrapper #subnav .subnav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;min-height:65px}.messages-wrapper #subnav .subnav a:before{content:none}.messages-wrapper #subnav .subnav [class*=bb-icon]{padding:0}.messages-wrapper #subnav .subnav #back-to-thread>[class*=bb-icon]{margin-top:0}.messages-wrapper #subnav .subnav #back-to-thread-li{color:var(--reign-site-headings-color)}.messages-wrapper #subnav .subnav #back-to-thread{color:inherit;padding:0!important}.messages-wrapper #subnav .subnav #back-to-thread:hover>[class*=bb-icon]{color:var(--reign-colors-theme)}.messages-wrapper #subnav .subnav #back-to-thread:hover>[class*=bb-icon]{color:var(--reign-site-headings-color);position:relative}.messages-wrapper #subnav .subnav #back-to-thread:hover>[class*=bb-icon]:before{position:relative;z-index:1}.messages-wrapper #subnav .subnav #back-to-thread:hover>[class*=bb-icon]:after{content:"";height:34px;width:34px;background-color:var(--reign-site-secondary-bg-color);border-radius:6.8px;position:absolute;left:-5px;top:-5px}.messages-wrapper #subnav li{margin:0;padding:0}.messages-wrapper #subnav #compose-personal-li{margin-right:0;padding-right:0}.messages-wrapper #subnav a{border:0;font-weight:400;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:.875rem;-webkit-transition:all linear .2s;transition:all linear .2s}.messages-wrapper .bp-no-messages #subnav .subnav{min-height:76px}.messages-wrapper #inbox-personal-li a{color:var(--reign-site-headings-color);font-size:24px;font-weight:600;line-height:1.3;padding:0}.messages-wrapper #inbox-personal-li a:hover{color:var(--reign-colors-theme)}.messages-wrapper #compose-personal-li a{color:var(--reign-site-headings-color);font-size:0;padding:0!important;-webkit-transition:none;transition:none;position:relative;background:0 0}.messages-wrapper #compose-personal-li a:after{font-size:22px;font-weight:300;line-height:20px}.messages-wrapper #compose-personal-li a:hover{color:var(--reign-colors-theme);background:0 0}.messages-wrapper #compose-personal-li a:hover:after{color:var(--reign-site-headings-color);position:relative}.messages-wrapper #compose-personal-li a:hover:before{content:"";height:34px;width:34px;background-color:var(--reign-site-secondary-bg-color);position:absolute;top:-6px;border-radius:6.8px;left:-6.5px}.messages-wrapper #user_messages_search{height:38px;background-size:14px;background-position:left 12px center;padding-right:35px;border-radius:var(--reign-global-border-radius-inner)}.messages-wrapper #user_messages_search_reset{color:var(--reign-site-body-text-color)}.messages-wrapper .member-status{right:1px;top:inherit;bottom:1px}.bb-group-message-info{color:var(--reign-site-body-text-color)}.bb-group-message-info:before{font-weight:300}.bp-messages-nav-panel .messages-search,.bp-messages-nav-panel .user-messages-search{width:100%}.bp-messages-nav-panel #subnav{padding:0 20px;margin:0;border:0}.bp-nouveau #buddypress.buddypress-wrap.bp-dir-hori-nav #item-body .bp-messages-nav-panel #subnav{padding:0 20px}.bp-nouveau #buddypress.buddypress-wrap.bp-dir-hori-nav #item-body .bp-messages-nav-panel #subnav{border:0;overflow:visible}.buddypress-wrap .bp-messages-nav-panel .bp-messages-search-form{border-radius:var(--reign-global-border-radius-inner)}.bp-messages-nav-panel .messages-search-loader>i{color:var(--reign-site-body-text-color)}.buddypress-wrap .bp-wrap .bp-messages-nav-panel .subnav-filters{padding:0 20px 15px;margin-bottom:0;border-bottom:1px solid var(--reign-site-border-color)}.buddypress-wrap .bp-wrap .bp-messages-nav-panel .subnav-filters{border-bottom:0}.buddypress-wrap .bp-wrap .bp-messages-nav-panel.threads-scrolled .subnav-filters{box-shadow:0 4px 4px rgba(0,0,0,.1);position:relative;z-index:1}.bp-messages-feedback:empty{display:none}.bp-nouveau .messages-wrapper.messages-wrapper.messages-wrapper #subnav .subnav #back-to-thread-li{font-size:24px}@media screen and (min-width:46.8em){.bp-nouveau.messages .bp-vertical-navs .item-body-inner-wrapper{border:0;padding:0}}#buddypress div.message-search{margin-right:0;margin-left:10px}.messages-screen .bp-messages-container .bp-feedback p{font-size:13px}.messages-screen .bp-messages-container .bp-feedback .bb-allowed-file-types{font-size:13px}#message-thread{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:0;position:relative;padding:30px 30px 0;border-left:1px solid var(--reign-site-border-color);max-height:78vh;min-height:78vh;overflow-x:hidden;overflow-y:auto}div#buddypress #message-thread .confirm{position:absolute;top:20px;right:20px}div#buddypress #message-thread div.alt{background:rgba(247,250,254,.5)}.message-metadata{-ms-flex-flow:row wrap;flex-flow:row wrap}.message-metadata img{float:none;max-width:40px;border-radius:50%;margin-right:15px}.message-metadata .meta-user-info a{display:block;font-weight:500;font-size:14px;line-height:19px;color:var(--reign-site-headings-color);margin-bottom:2px}.message-metadata .meta-user-info a:hover{color:var(--reign-colors-theme)}.message-metadata .meta-user-info span{display:block;font-size:12px;line-height:14px;color:var(--reign-site-body-text-color)}.thread-load{display:block;text-align:center}#bb-message-subject{margin-bottom:5px;font-family:inherit;font-size:16px;font-weight:500;line-height:1.1875}#buddypress #message-thread #message-recipients{margin:0}#buddypress #message-thread #message-recipients .highlight{font-size:14px;font-weight:300;color:#939597;background-color:transparent}#buddypress #message-thread #message-recipients .highlight a{color:var(--reign-site-headings-color)}#buddypress #message-thread #message-recipients .highlight a:hover{color:var(--reign-colors-theme)}#message-thread{margin:0;font-size:14px;color:var(--reign-site-body-text-color);line-height:1.5}#message-thread .h1,#message-thread .h2,#message-thread .h3,#message-thread .h4,#message-thread .h5,#message-thread .h6,#message-thread address,#message-thread h1,#message-thread h2,#message-thread h3,#message-thread h4,#message-thread h5,#message-thread h6,#message-thread hr,#message-thread p{margin-bottom:1rem}a.bb-cover-link{display:block;position:absolute;width:100%;left:0;top:0;font-size:0;height:100%}.thread-excerpt,.thread-subject,.thread-to a{max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.thread-excerpt{max-width:-webkit-calc(100% - 107px);max-width:calc(100% - 107px);display:inline-block;vertical-align:middle}.thread-to a{color:var(--reign-site-headings-color)}.thread-to a:hover{color:var(--reign-colors-theme)}.thread-subject .emoji{max-width:14px;vertical-align:middle;line-height:1;margin-top:0;margin-bottom:0;height:auto!important}.reply-box{padding:30px}.reply-box .reply-box-header{margin-bottom:16px}.reply-box .avatar{width:40px;margin-right:10px}.reply-box .reply-user-info p{margin-bottom:0;line-height:20px}.reply-box .reply-user-info p:first-child{font-size:14px;font-weight:500;color:var(--reign-site-body-text-color)}.reply-box .reply-user-info p:last-child{font-size:12px;color:var(--reign-site-body-text-color)}.reply-box textarea{display:block;width:100%;height:100px;margin-bottom:16px;padding:0 0 0 50px;border:none;font-size:16px;resize:vertical}#buddypress .reply-box input[type=submit].small{font-size:14px;min-height:34px;padding:6px 20px;border-radius:var(--reign-global-button-radius);line-height:1.4}#buddypress .reply-box input[type=submit].small:hover{outline:0;text-decoration:none;color:#fff;background-color:#1f48ff;border-color:transparent}#send_message_form{padding:20px;margin:0;position:relative;color:var(--reign-site-body-text-color);height:80vh;max-height:80vh;min-height:670px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column}#send_message_form .bp-messages-form-header{border-bottom:1px solid var(--reign-site-border-color);margin:0 -20px 20px;padding:0 20px 18px}.compose #send_message_form .bp-messages-form-header{border:0;padding:0;margin:0}.compose #send_message_form .bp-messages-form-header .bp-close-compose-form{display:-webkit-box;display:-ms-flexbox;display:flex;height:34px;width:34px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:3px}.compose #send_message_form .bp-messages-form-header .bp-close-compose-form [class*=bb-icon]{color:var(--reign-site-headings-color)}.compose #send_message_form .bp-messages-form-header .bp-close-compose-form [class*=bb-icon]:hover{color:var(--reign-colors-theme)}@media screen and (min-width:1080px){.compose .bp-messages-container.bp-no-messages #send_message_form .bp-messages-form-header .bp-close-compose-form{display:none}}#send_message_form label[for=send-to-input]{margin:0}#send_message_form .select2-selection--multiple{border-color:transparent;padding:0;background-color:transparent}#send_message_form .select2-selection__rendered{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}#send_message_form .select2-selection__rendered li{margin:0}#send_message_form li.select2-selection__choice{margin-right:10px;margin-bottom:5px}#buddypress #send_message_form .select2-search__field{background:0 0;border-width:0;min-width:100%;width:100%;padding-left:0;padding-bottom:35px;height:auto;min-height:30px;box-shadow:none}#send_message_form .dropzone .dz-default{margin:0 0 0 5px}.compose .bp-messages-recipient .select2-container{z-index:1}.select2-container .select2-selection--multiple{min-height:32px}#send_message_form .select2-container--default .select2-selection--multiple .select2-selection__choice{border:0;border-radius:var(--reign-global-border-radius-inner);font-size:14px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:2px 6px 2px 10px;margin-right:5px}#send_message_form .select2-selection__choice__remove{font-size:0;line-height:1;margin:0 0 0 2px;opacity:.5}#send_message_form .select2-selection__choice__remove:before{font-size:18px;font-weight:400;line-height:initial;background-color:transparent}#send_message_form .select2-selection__choice__remove:hover{opacity:1}#send_message_form .bp-messages-feedback{top:90px;position:absolute;left:20px;right:20px}#send_message_form .bp-messages-feedback .bp-feedback{margin:0 0 20px}#send_message_form #bp-message-content{margin:auto 0 0}.messages-screen .bp-messages-container .compose-feedback{top:90px;position:absolute;left:20px;right:20px}.messages-screen .bp-messages-container .compose-feedback .bp-feedback{margin:0 0 20px}.bp-compose-message #send_message_form #bp-message-content{margin:auto 0 0}.bp-messages-content #bp-message-content{border:1px solid var(--reign-site-border-color);border-radius:var(--reign-global-border-radius-inner);margin:20px;padding:0;-webkit-transition:box-shadow ease .1s;transition:box-shadow ease .1s}.bp-messages-content #bp-message-content #whats-new-messages-attachments{margin-top:0;padding:0 9px}.bp-messages-content #bp-message-content:focus-within{box-shadow:0 3px 5px -2px rgba(0,0,0,.12);-webkit-transition:box-shadow ease .1s;transition:box-shadow ease .1s}.bp-messages-content #bp-message-content .medium-editor-toolbar .medium-editor-toolbar-actions button.medium-editor-button-first{padding-left:2px!important}.compose #send_message_form .bp-messages-form-header .bp-close-compose-form:hover{background-color:var(--reign-site-secondary-bg-color);border-radius:6px}.compose #send_message_form .bp-messages-form-header .bp-close-compose-form:hover [class*=bb-icon]{color:var(--reign-site-headings-color)}.bp-messages-recipient{border-bottom:1px solid var(--reign-site-border-color)}.bp-messages-recipient>span:first-child{color:var(--reign-site-headings-color)}#send_message_form .select2-selection--multiple,body .select2-container .select2-dropdown.bb-compose-input{display:block}.messages-wrapper #subnav #compose-action-personal-li{margin:0 0 0 auto!important}#send_message_form .select2-selection__rendered,body .select2-container .select2-dropdown.bb-compose-input ul{margin:0;padding:0;list-style:none}.select2-container--default .select2-results__option--highlighted[aria-selected]{color:inherit}body .select2-container .select2-dropdown.bb-compose-input{background-color:var(--reign-site-sections-bg-color);padding:8px;box-shadow:var(--reign-more-options-box-shadow);border:1px solid var(--reign-site-border-color);margin:40px 0 0 -30px;max-width:230px}body .select2-container .select2-dropdown.bb-compose-input .avatar{max-width:30px;margin-right:6px}body .select2-container .select2-dropdown.bb-compose-input .select2-results__option{border-radius:var(--reign-global-border-radius-inner);color:var(--reign-site-headings-color);font-size:13px;font-weight:500;padding:6px 8px}body .select2-container .select2-dropdown.bb-compose-input .select2-results__option strong{font-weight:500}body .select2-container .select2-dropdown.bb-compose-input .select2-results__option.select2-results__option--highlighted,body .select2-container .select2-dropdown.bb-compose-input .select2-results__option:hover:not(.select2-results__message,.loading-results){background-color:var(--reign-site-secondary-bg-color)}body .select2-container .select2-dropdown.bb-compose-input .select2-results__option.loading-results,body .select2-container .select2-dropdown.bb-compose-input .select2-results__option.select2-results__message{font-size:13px;font-weight:500;color:var(--reign-site-body-text-color);letter-spacing:.14px}body .select2-container .select2-dropdown.bb-compose-input .select2-results__option--load-more,body .select2-container .select2-dropdown.bb-compose-input .select2-results__option.loading-results{position:relative;overflow:hidden}body .select2-container .select2-dropdown.bb-compose-input .select2-results__option--load-more:before,body .select2-container .select2-dropdown.bb-compose-input .select2-results__option.loading-results:before{content:"\ef30";font-family:bb-icons;font-weight:400;font-size:20px;vertical-align:middle;margin-right:5px;margin-left:3px;-webkit-animation:spin 2s infinite linear;animation:spin 2s infinite linear;display:inline-block;height:25px;width:25px;text-align:center}body.bb-template-v1 .select2-container .select2-dropdown.bb-compose-input .select2-results__option--load-more:before,body.bb-template-v1 .select2-container .select2-dropdown.bb-compose-input .select2-results__option.loading-results:before{margin-left:0}body .select2-container .select2-dropdown.bb-compose-input{border-radius:8px;border:0}body .select2-container .select2-dropdown{background:var(--reign-site-sections-bg-color);box-shadow:var(--reign-more-options-box-shadow);border-radius:4px;border:0;padding:5px 10px;margin-right:0;max-width:300px}body .select2-container .select2-dropdown .select2-results__option{border-radius:3px;margin-bottom:0;font-size:14px;padding:2px 5px}.thread.bb-new-message{background:rgba(0,124,255,.1)}.messages .ac_results{background:var(--reign-site-sections-bg-color);box-shadow:var(--reign-more-options-box-shadow);border-radius:4px;border:none;min-width:200px;font-size:13px;max-width:200px;padding:5px 0;margin-left:-12px;margin-top:4px;overflow:visible}.messages .ac_results:after{content:" ";position:absolute;width:0;height:0;top:1px;margin:0 auto;left:15px;box-sizing:border-box;border:6px solid #000;border-color:#fff #fff transparent transparent;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);box-shadow:2px -3px 3px 0 rgba(0,0,0,.02);-webkit-transition:all linear .2s;transition:all linear .2s;z-index:101}.messages .ac_results li{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.messages .ac_results .ac_odd{background:var(--reign-site-sections-bg-color)}.messages .ac_results .ac_over{color:var(--reign-colors-theme);background:var(--reign-site-secondary-bg-color)}.messages .ac_results img{margin-right:0;width:auto!important;max-width:25px;border-radius:50%}#buddypress div#message-thread .bb-send-reply-title{font-size:13px;font-weight:500;color:var(--reign-site-body-text-color)}#sitewide-notice{position:fixed;z-index:9999;top:2%;right:1%}.bp-single-message-wrap .bp-avatar-wrap.bp-suspended-avatar{position:relative}#message-threads .message-thread-options .bb_more_options_action i{color:var(--reign-site-headings-color)}.bp-user-messages-loading.loading .message-user-loading{padding:15px 3px}.bp-user-messages-loading.loading .message-user-loading{padding:15px}@media (max-width:600px){#send_message_form{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.bb-messages-wrap{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.thread.bb-new-message{display:none}#message-thread,.bb-messages-wrap{overflow:initial;min-height:100%;max-height:100%}.bb-mobile-view .bb-messages-wrap{display:none}#message-thread{padding:30px 20px}.metadata-right{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;padding-left:50px}.message-metadata .message-star-actions{margin-left:auto}}@media (max-width:520px){#buddypress .bb-message-heading .message-search{margin:10px auto;width:100%}.bb-message-heading .message-search #messages_search{width:100%}}.buddypress-wrap .subnav-filters .user-messages-bulk-actions label{padding:0;margin:0;font-family:inherit;font-size:1rem;font-weight:500;text-transform:uppercase}.buddypress-wrap .subnav-filters .user-messages-bulk-actions .select-wrap:focus,.buddypress-wrap .subnav-filters .user-messages-bulk-actions .select-wrap:hover{box-shadow:none;outline:0}.buddypress-wrap .subnav-filters .user-messages-bulk-actions .bulk-apply{padding:0;margin:0;min-height:10px;line-height:1}.user-messages-bulk-actions .bulk-actions.select-wrap{margin-left:10px;margin-right:10px}.buddypress-wrap .subnav-filters .user-messages-bulk-actions div select{border:1px solid var(--reign-site-border-color);-webkit-appearance:none;appearance:none;background-repeat:no-repeat;background-position:right 10px center;font-size:14px;height:26px;padding:0 25px 0 8px}#bp-message-thread-list{max-height:initial}#bp-message-thread-list li{background-color:var(--reign-site-sections-bg-color)}#bp-message-thread-list .bp-message-content-wrap+.bb-activity-media-wrap,#bp-message-thread-list .bp-message-content-wrap+.bb-activity-video-wrap{margin-top:10px}#bp-message-thread-list .bp-message-content-wrap+.bb-activity-video-wrap{margin-left:-3px}#bp-message-thread-list .bp-message-content-wrap p.blocked,#bp-message-thread-list .bp-message-content-wrap p.deleted-message,#bp-message-thread-list .bp-message-content-wrap p.suspended,#bp-message-thread-list .bp-message-content-wrap span.blocked,#bp-message-thread-list .bp-message-content-wrap span.suspended{color:var(--reign-site-body-text-color);border-color:var(--reign-site-border-color)}#bp-message-thread-list .bp-message-content-wrap p.blocked,#bp-message-thread-list .bp-message-content-wrap p.deleted-message,#bp-message-thread-list .bp-message-content-wrap p.suspended,#bp-message-thread-list .bp-message-content-wrap span.blocked,#bp-message-thread-list .bp-message-content-wrap span.suspended{background-color:var(--reign-site-secondary-bg-color);border-color:transparent}#bp-message-thread-list li.divider-date .bp-message-content-wrap{color:var(--reign-site-body-text-color);opacity:1}.bp-messages-content-wrapper.has_info .bp-messages-feedback .bp-feedback{margin:10px 30px}.bp-messages-content-wrapper .message-thread-header~.bp-messages-feedback:not(:empty) .bp-feedback{border-radius:0;margin:0;border-width:0;border-color:var(--reign-site-border-color)}.bp-messages-content-wrapper .message-thread-header~.bp-messages-feedback:not(:empty)~#bp-message-thread-list{border-top:0}.bp-messages-content-wrapper.has_info .bp-messages-feedback{border-top:1px solid var(--reign-site-border-color);margin:0 -20px}.buddypress-wrap .subnav-filters.bp-messages-filters .messages-search{margin-bottom:0;margin-top:0}.buddypress-wrap .subnav-filters.bp-messages-filters .messages-search #user_messages_search_form:before{top:5px}.buddypress-wrap .subnav-filters.bp-messages-filters .messages-search #user_messages_search_form:focus-within{border-color:var(--reign-colors-theme);background-color:var(--reign-site-sections-bg-color)}.buddypress-wrap .subnav-filters.bp-messages-filters .messages-search #user_messages_search_form button[type=submit] span{font-size:20px;color:var(--reign-site-body-text-color);opacity:.4}.buddypress-wrap .subnav-filters.bp-messages-filters ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bp-messages-content{margin:0}.bp-messages-content-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column;padding:0 20px;height:80vh;max-height:80vh;min-height:670px}.bp-nouveau #bp-message-thread-header{margin:0}.bp-messages-content-wrapper .dropzone.dz-started .dz-default.dz-message{display:none}.bp-messages-content-wrapper .dropzone.dz-started.files-uploaded:not(.dz-max-files-reached) .dz-default.dz-message{display:-webkit-box;display:-ms-flexbox;display:flex}.bp-messages-content-wrapper .bb-pusher-typing-indicator{margin:0 -20px -10px;padding:15px 0 0 20px;z-index:1;position:relative;background-color:var(--reign-site-sections-bg-color)}.bp-messages-content-wrapper .bb-pusher-typing-indicator .bb-pusher-typing-indicator-text-inner strong{font-weight:500}.bp-messages-content-wrapper.focus-in--scroll .bb-pusher-typing-indicator{border-top:1px solid var(--reign-site-border-color)}.bp-messages-content-wrapper.focus-in--scroll .bb-pusher-typing-indicator{box-shadow:0 -4px 4px rgba(0,0,0,.1);border-top:0;z-index:111}#buddypress #bp-message-content .dropzone .dz-default .dz-button{line-height:1.5}#buddypress #bp-message-content .dropzone .dz-default .dz-button>strong{line-height:1}body .bp-messages-user-threads{min-height:550px;max-height:-webkit-calc(80vh - 118px);max-height:calc(80vh - 118px);height:-webkit-calc(80vh - 118px);height:calc(80vh - 118px)}#message-threads{border:0}.bp-nouveau #message-threads{background:0 0;border:0}#message-threads li.thread-item{padding:0;border:0;display:block;background-color:transparent}#message-threads li.thread-item:hover{background-color:transparent}#message-threads li.can-not-send-msg .thread-to:after{bottom:inherit;right:21px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}#message-threads li.can-not-send-msg .thread-to:after{right:36px}#message-threads .bb-user-avatar{margin-right:15px}#message-threads .bb-user-avatar .avatar{max-width:40px}.bb-thread-subject{line-height:1.3;margin-bottom:10px}nav#subnav #subnav{margin-bottom:0}.bb-thread-cb{margin-top:10px}#message-threads .bp-message-link{border-bottom:0;padding:15px 45px 15px 15px;border-left:3px solid transparent;min-width:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#message-threads .bp-message-link:last-child{border-bottom:0}#message-threads .bp-message-link.unread{background-color:inherit}#message-threads .bp-message-link.unread .thread-to{position:relative}#message-threads .bp-message-link.unread .thread-to:before{content:"鈼�";font-size:14px;color:var(--reign-colors-theme);position:absolute;left:-14px;top:0}#message-threads .bp-message-link{margin:0 15px 5px;border-radius:var(--reign-global-border-radius-inner);border:0}#message-threads .bp-message-link:hover,#message-threads .thread-item.optionsOpen:not(.current) .bp-message-link{background:var(--reign-site-secondary-bg-color)}#message-threads li.selected{background-color:var(--reign-site-secondary-bg-color)}#message-threads .bp-message-link .thread-cb{-webkit-box-flex:0;-ms-flex:0 0 35px;flex:0 0 35px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}#message-threads .bb-thread-info{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:0}.bb-thread-title{font-size:15px}.bb-thread-title .bb-user-link{font-weight:500;color:inherit}.bb-thread-header{-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:1;margin-bottom:3px}#message-threads .bp-message-link .thread-date{font-size:13px;font-weight:400;color:var(--reign-site-body-text-color);line-height:17px;min-width:0}#message-threads .bp-message-link .thread-date:before{background-color:var(--reign-site-body-text-color)}.bp-messages-content time{line-height:1.3;font-size:12px;font-weight:300;color:var(--reign-site-body-text-color)}.user-messages-bulk-actions .bs-styled-checkbox+label:before{margin-right:15px}#buddypress .mce-toolbar .mce-btn button,#buddypress .mce-toolbar .mce-btn button:focus,#buddypress .mce-toolbar .mce-btn button:hover{background:0 0;border:0;box-shadow:none;padding:0;margin:0;color:inherit;min-height:16px;padding-bottom:2px}#message-threads li .thread-content .excerpt{margin:0 0 3px;font-size:14px;color:var(--reign-site-body-text-color);line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bp-messages-content #bp-message-thread-header h2:first-child{background-color:transparent;color:var(--reign-site-headings-color);padding:0;margin-bottom:12px;font-family:inherit;font-size:16px;font-weight:500;line-height:1.25}.bp-messages-content .preview-thread-title .messages-title,.bp-messages-content .single-thread-title .messages-title{padding-left:0}ul.participants-list{list-style:none;margin:0}.preview-content .actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bp-messages-content .thread-participants dd,.bp-messages-content .thread-participants ul{margin-bottom:0}dl.thread-participants{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-flow:row wrap;flex-flow:row wrap;padding:10px 20px 10px 0}dl.thread-participants+.actions{position:absolute;right:20px}.bp-messages-content .thread-participants img{width:100%;max-width:30px;border-radius:50%}.bp-messages-content .preview-pane-header,.bp-messages-content .single-message-thread-header{margin-bottom:0}.bp-messages-content .thread-participants{margin:0;width:auto;font-size:16px;font-weight:500;color:var(--reign-site-headings-color)}.bp-messages-content .thread-participants .participants-name{color:var(--reign-site-link-color);word-break:break-all}.bp-messages-content .thread-participants .participants-name a{color:var(--reign-site-headings-color)}.bp-messages-content .thread-participants .participants-name a:hover{color:var(--reign-colors-theme)}.bp-messages-content .thread-participants #view_more_members:hover .num-name,.bp-messages-content .thread-participants a:hover .participants-name{color:var(--reign-colors-theme)}.bp-messages-content .thread-participants #view_more_members .num-name{color:var(--reign-site-link-color);font-size:16px}.bp-messages-content .thread-participants dt{padding-right:10px}.bp-messages-content .thread-participants dd,.bp-messages-content .thread-participants dt{display:block;width:100%;line-height:1.3}.bp-messages-content .participants-list a{display:inline-block;margin-right:3px}div#subsubnav:empty{display:none}dl.thread-participants{font-size:14px;line-height:1.5}body.compose .bp-messages-content{border:0}.bp-nouveau .bp-messages-content{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:0;margin:0;padding:0;border:0}.mce-btn button:hover,.mce-window-head .mce-close:hover{background:0 0;box-shadow:none}.message-action-delete.bp-tooltip.bp-icons{background:0 0;border:0;color:inherit}.message-action-delete.bp-tooltip.bp-icons:focus,.message-action-delete.bp-tooltip.bp-icons:hover{background:0 0;box-shadow:none;border:0}.bp-hide{display:none!important}.bp-messages-content .thread-participants li{float:left;margin:5px 2px}.bp-messages-content .single-message-thread-header{border-bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:76px}.bp-messages-content .single-message-thread-header .thread-avatar .thread-multiple-avatar:after{background-color:var(--reign-site-sections-bg-color)}.bp-messages-content .single-message-thread-header .actions .message_actions .message_action__list{min-width:200px}.bp-messages-content .single-message-thread-header .message_action__anchor{position:relative}.bp-messages-content .single-message-thread-header .message_action__anchor [class*=" bb-icon-"]{font-size:20px;color:var(--reign-site-headings-color)}.bp-messages-content .single-message-thread-header .message_action__anchor:hover [class*=" bb-icon-"]{color:var(--reign-colors-theme)}.bp-messages-content .single-message-thread-header .message_action__anchor:hover [class*=" bb-icon-"],.bp-messages-content .single-message-thread-header .message_actions.open .message_action__anchor [class*=" bb-icon-"]{color:var(--reign-site-headings-color);position:relative}.bp-messages-content .single-message-thread-header .message_action__anchor:hover:before,.bp-messages-content .single-message-thread-header .message_actions.open .message_action__anchor:before{content:"";height:34px;width:34px;background-color:var(--reign-site-secondary-bg-color);position:absolute;top:-14px;border-radius:6.8px;left:-6.5px}#buddypress .bp-messages-container .message_action__list li a{color:var(--reign-site-body-text-color);line-height:1.1;padding:10px 15px}#buddypress .bp-messages-container .message_action__list li a.button{background-color:transparent;border:0;font-size:13px;font-weight:500;display:block;text-align:left;border-radius:var(--reign-global-border-radius-inner);-webkit-transition:none;transition:none}#buddypress .bp-messages-container .message_action__list li a.button:before{font-weight:400}#buddypress .bp-messages-container .message_action__list li a:before{color:var(--reign-site-body-text-color)}#buddypress .bp-messages-container .message_action__list li a:hover{background-color:var(--reign-site-secondary-bg-color);color:var(--reign-colors-theme)}#buddypress .bp-messages-container .message_action__list li a:hover:before{color:var(--reign-colors-theme)}#buddypress .bp-messages-container .message_action__list li a:hover{color:var(--reign-site-body-text-color)}#buddypress .bp-messages-container .message_action__list li a:hover:before{color:var(--reign-site-body-text-color)}.single.messages.view .bp-messages-filters,.single.messages.view .bp-messages-threads-list{display:block}.bp-messages-content:empty{display:none}.bp-messages-content,.bp-messages-threads-list{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:0;padding:0}.bb-template-v1 .bp-messages-threads-list.bp-no-messages{border-top:1px solid var(--reign-site-border-color)}#message-threads .bp-message-link .thread-avatar{-webkit-box-flex:0;-ms-flex:0 0 52px;flex:0 0 52px;margin-right:15px}#message-threads .thread-avatar .user-status-icon,.messages-screen .user-status-icon{background-color:var(--reign-site-body-text-color);color:var(--reign-site-sections-bg-color)}#message-threads .bp-message-link .thread-avatar .thread-multiple-avatar:before{content:"";height:38px;width:38px;background-color:var(--reign-site-sections-bg-color);border-radius:50%;position:absolute;left:15px;top:15px;z-index:1}#message-threads .bp-message-link .thread-avatar .thread-multiple-avatar img{border:0}#message-threads .bp-message-link .thread-avatar .thread-multiple-avatar img+img{z-index:2}#message-threads .bp-message-link:hover .thread-avatar .thread-multiple-avatar:before,#message-threads .current .bp-message-link .thread-avatar .thread-multiple-avatar:before{background-color:var(--reign-site-secondary-bg-color)}#message-threads .bp-message-link:hover .thread-avatar .thread-multiple-avatar:before,#message-threads .current .bp-message-link .thread-avatar .thread-multiple-avatar:before{background:-webkit-linear-gradient(90deg,rgba(255,255,255,.9),rgba(255,255,255,.9)),var(--reign-colors-theme);background:linear-gradient(0deg,rgba(255,255,255,.9),rgba(255,255,255,.9)),var(--reign-colors-theme)}#message-threads .bp-message-link .thread-avatar img.avatar{margin:0}.thread-to{font-size:14px;color:var(--reign-site-headings-color);line-height:1.5;font-weight:500;opacity:.85;text-transform:capitalize}.unread .thread-to{font-weight:500;opacity:1}.unread .thread-subject{font-weight:500}.unread .thread-date time{position:relative}.unread .bp-message-link:after{content:"";height:10px;width:10px;border-radius:100%;background-color:var(--reign-colors-theme);display:inline-block;position:absolute;right:22px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.unread .bp-message-link:after{right:37px}.unread.optionsOpen .bp-message-link:after,.unread:hover .bp-message-link:after{display:none}.buddypress-wrap .bp-messages.bp-user-messages-feedback{border:0;border-radius:0}#bp-messages-next-page,#bp-messages-prev-page{padding:0 20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:34px;height:34px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-left:15px}#message-threads .bp-message-link .thread-content .thread-subject{color:var(--reign-site-body-text-color);font-size:13px;font-weight:500;line-height:1.5;min-height:21px;text-overflow:initial}#message-threads .bp-message-link .thread-content .thread-subject .typing-indicator{display:inline-block;max-width:-webkit-calc(100% - 107px);max-width:calc(100% - 107px);overflow:hidden;text-overflow:ellipsis;vertical-align:middle}#message-threads li.unread .thread-subject .subject{color:var(--reign-site-headings-color)}#message-threads li .thread-content .thread-subject a{color:var(--reign-site-headings-color)}#message-threads li .thread-content .thread-subject a:hover{color:var(--reign-colors-theme)}#message-threads li.unread .thread-date time:after{background-color:var(--reign-colors-theme)}#message-threads li.unread .thread-to:before{color:var(--reign-colors-theme)}.bp-avatar-wrap{margin-right:18px;max-width:38px}.bp-messages-content #bp-message-content .medium-editor-toolbar,.bp-messages-content #bp-message-content .medium-editor-toolbar .medium-editor-toolbar-form{background-color:var(--reign-site-secondary-bg-color)}.bp-messages-content #bp-message-content .medium-editor-toolbar.static-toolbar.active{overflow:visible}.bp-messages-content #bp-message-content .medium-editor-toolbar .medium-editor-toolbar-form{width:-webkit-calc(100% + 123px);width:calc(100% + 123px);overflow:visible;padding:5px 10px 5px 0;box-shadow:none}.bp-messages-content #bp-message-content #whats-new-messages-toolbar .media-off+.medium-editor-toolbar .medium-editor-toolbar-form{width:auto}@media screen and (max-width:430px){.bp-messages-content #bp-message-content .medium-editor-toolbar .medium-editor-toolbar-form{width:-webkit-calc(100% + 108px);width:calc(100% + 108px);padding:2px 10px 2px 0}}@media screen and (max-width:374px){.bp-messages-content #bp-message-content .medium-editor-toolbar .medium-editor-toolbar-form{width:-webkit-calc(100% + 68px);width:calc(100% + 68px)}}.bp-messages-content #bp-message-thread-list,.bp-nouveau .bp-messages-content #bp-message-thread-list{background:0 0;border:0;border-top:1px solid var(--reign-site-border-color);margin:0 -20px;padding:10px 20px;height:auto;min-height:0;-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border-radius:0}.bp-messages-content #bp-message-thread-list li{margin:0 -20px;border-radius:0;padding:10px 20px;border:0;box-shadow:none;width:auto;background-color:transparent}.bp-messages-content #bp-message-thread-list li .bp-avatar-wrap{margin-right:15px;max-width:40px}.bp-messages-content #bp-message-thread-list li.error,.bp-messages-content #bp-message-thread-list li.sending{padding-bottom:35px;position:relative}.bp-messages-content #bp-message-thread-list li.error .bb-activity-media-wrap,.bp-messages-content #bp-message-thread-list li.error .bp-avatar-wrap,.bp-messages-content #bp-message-thread-list li.error .bp-message-content-wrap>:not(.message_send_error,.message_send_sending),.bp-messages-content #bp-message-thread-list li.error .message-metadata,.bp-messages-content #bp-message-thread-list li.sending .bb-activity-media-wrap,.bp-messages-content #bp-message-thread-list li.sending .bp-avatar-wrap,.bp-messages-content #bp-message-thread-list li.sending .bp-message-content-wrap>:not(.message_send_error,.message_send_sending),.bp-messages-content #bp-message-thread-list li.sending .message-metadata{opacity:.5}.bp-messages-content #bp-message-thread-list li.error .message_send_error{color:var(--reign-site-border-color);font-size:13px;position:absolute;bottom:8px}.bp-messages-content #bp-message-thread-list li.error .message_send_error a{font-size:13px;font-weight:500;color:var(--reign-site-headings-color);opacity:.4;margin-right:3px}.bp-messages-content #bp-message-thread-list li.error .message_send_error a:hover{opacity:1}.bp-messages-content #bp-message-thread-list li.error .message_send_error a~a{margin-left:3px}.bp-messages-content #bp-message-thread-list li.error .info-text-error-message{font-size:13px;margin-right:5px}.bp-messages-content #bp-message-thread-list li.error .info-text-error-message:before{content:"\ee65";font-family:bb-icons;font-weight:100;font-size:14px;display:inline-block;vertical-align:top;margin-right:5px}.bp-messages-content #bp-message-thread-list li.error .info-text-error-message:before{font-weight:200}.bp-messages-content #bp-message-thread-list li.sending .message_send_sending{position:absolute;bottom:8px}.bp-messages-content #bp-message-thread-list li.sending .message_send_sending .info-text-send-message{color:var(--reign-site-body-text-color);font-size:13px;line-height:17px;display:inline-block}.bp-messages-content #bp-message-thread-list li.sending .message_send_sending .info-text-send-message:before{content:"\ef30";font-family:bb-icons;font-weight:400;font-size:16px;-webkit-animation:spin 2s infinite linear;animation:spin 2s infinite linear;display:inline-block;vertical-align:middle;margin-right:5px}.bp-messages-content #bp-message-thread-list li .fluid-width-video-wrapper iframe{border-radius:var(--reign-global-border-radius-inner)}.bp-messages-content #bp-message-thread-list li .bp-message-content-wrap iframe[style="border-radius: 12px"]{border-radius:var(--reign-global-border-radius-inner)!important}.bp-messages-content #bp-message-thread-list .message-metadata .user-link strong:after{display:none}.bp-messages-content .bp-messages-notice .bp-user-messages-feedback .bp-feedback{border:0;border-radius:0 0 var(--reign-global-border-radius) 0;border-top:1px solid var(--reign-site-border-color);background-color:var(--reign-site-secondary-bg-color);-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 -20px;padding:20px}.bp-messages-content .bp-messages-notice .bp-user-messages-feedback .bp-feedback p{margin:0;padding:0;text-align:center;line-height:1.5;color:var(--reign-site-body-text-color)}.bp-messages-content .bp-messages-notice .bp-user-messages-feedback .bp-feedback span.bp-icon{display:none}.bp-messages-content .bp-messages-notice .bp-user-messages-feedback .bp-feedback p+.generic-button{margin:10px 0 0}#buddypress .bp-messages-content .bp-messages-notice .bp-user-messages-feedback .bp-feedback .button-wrapper .generic-button>button,#buddypress .bp-messages-content .bp-messages-notice .bp-user-messages-feedback .bp-feedback .generic-button>a{font-size:14px;font-weight:600;color:var(--reign-colors-theme);line-height:1.5;min-height:auto;background:0 0;border:0;padding:0}#buddypress .bp-messages-content .bp-messages-notice .bp-user-messages-feedback .bp-feedback .button-wrapper .generic-button>button.requested,#buddypress .bp-messages-content .bp-messages-notice .bp-user-messages-feedback .bp-feedback .generic-button>a.requested{color:var(--reign-site-body-text-color);cursor:auto;pointer-events:none}#buddypress .bp-messages-content .bp-messages-notice .bp-user-messages-feedback .bp-feedback .button-wrapper .generic-button>button.requested:before,#buddypress .bp-messages-content .bp-messages-notice .bp-user-messages-feedback .bp-feedback .generic-button>a.requested:before{content:"\e876";color:var(--reign-site-body-text-color);font-family:bb-icons;font-size:20px;font-weight:300;line-height:1;vertical-align:middle;margin-right:5px}.bp-messages-content .bp-messages-notice .bp-user-messages-feedback .bp-feedback{border:0;border-radius:var(--reign-global-border-radius-inner);margin:20px 0}@media screen and (max-width:1080px){.bp-messages-content .bp-messages-notice .bp-user-messages-feedback .bp-feedback{border-radius:0 0 var(--reign-global-border-radius) var(--reign-global-border-radius)}}.bp-messages-content.has_info{position:relative}.bp-messages-content form.send-reply .avatar-box{padding:0}#message-threads .bp-message-link .thread-content{-webkit-box-flex:1;-ms-flex:1;flex:1;line-height:1;min-width:0}.bp-messages-content .thread-participants .thread-date{color:var(--reign-site-body-text-color);font-size:13px;font-weight:400;line-height:1.4;display:inline-block}#bp-message-load-more:empty{display:none}#buddypress .message-action-delete,#buddypress .message_action__anchor{background:0 0;border:0;color:inherit;font-size:10px;padding:0;line-height:1;min-height:1px;height:auto;width:100%}#buddypress .message-action-delete:focus,#buddypress .message-action-delete:hover,#buddypress .message_action__anchor:focus,#buddypress .message_action__anchor:hover{background:0 0;box-shadow:none}#buddypress .message-action-delete .bb-icon-trash,#buddypress .message_action__anchor .bb-icon-trash{color:#939597}#buddypress .message-action-delete .bb-icon-menu-dots-v,#buddypress .message_action__anchor .bb-icon-menu-dots-v{color:#939597;font-size:21px}.bp-messages-content .actions{line-height:1.3}.bp-messages-content .actions .message_actions .message_action__list li a:hover{color:var(--reign-site-link-hover-color)}.bp-messages-content .actions .message_actions.loading .message_action__anchor:hover:before{display:none}.bp-messages-content .actions .message_actions.loading .message_action__anchor>i:before{content:"";display:inline-block;box-sizing:border-box;width:20px;height:20px;border-radius:50%;border:2px solid var(--reign-site-body-text-color);border-top-color:var(--reign-site-body-text-color)}.message-metadata .user-link{height:auto}.bp-messages-content #bp-message-thread-list .message-metadata time{color:var(--reign-site-body-text-color);font-size:13px;padding-left:3px;line-height:1.5}.bp-messages-content #bp-message-thread-list .message-metadata .avatar{width:auto}.bp-messages-content #bp-message-thread-list .message-metadata .user-link{color:var(--reign-site-headings-color)}.bp-messages-content #bp-message-thread-list .message-metadata .user-link:hover{color:var(--reign-colors-theme)}.bp-messages-content #send-reply{margin:0 -20px;width:auto;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;display:-webkit-box;display:-ms-flexbox;display:flex;height:auto;min-height:0}.bp-messages-content #send-reply .message-box{width:100%;display:none}.bp-messages-content #send-reply .wp-editor-container{border-left:0;border-right:0}.bp-messages-content #send-reply .message-metadata{display:none}.bp-messages-content #send-reply .dropzone .dz-default{padding:18px 5px}.scrolled--up.focus-in--scroll #send-reply{border-top:1px solid var(--reign-site-border-color)}.scrolled--up.focus-in--scroll #send-reply{box-shadow:0 -4px 4px rgba(0,0,0,.1);border-top:0;z-index:11}.buddypress-wrap .standard-form#send-reply textarea{width:100%;border:0}#bp-message-thread-list:empty{border:0;max-height:initial;min-height:auto;padding:20px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:0;border-top:1px solid var(--reign-site-border-color)}#bp-message-thread-list:empty:before{font:normal normal normal 25px/1 bb-icons;speak:none;display:inline-block;text-decoration:inherit;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\ef30";-webkit-animation:spin 2s infinite linear;animation:spin 2s infinite linear}#bp-message-thread-header:empty~#bp-message-thread-list:empty{margin-top:76px}.archived-empty #bp-message-thread-list{margin-top:76px}.messages.compose .bp-messages-filters{display:block}#buddypress #bp-messages-reset,#buddypress #bp-messages-send{min-width:140px;font-weight:500;height:40px}.buddypress-wrap .standard-form .wp-editor-container{border:1px solid var(--reign-site-border-color)}.send-reply.loading{position:relative}.send-reply.loading:before{background:rgba(255,255,255,.6);content:"";position:absolute;height:100%;width:100%;z-index:10}.send-reply.loading:after{position:absolute;top:42%;left:0;right:0;margin:auto;content:"\ef30";font-family:bb-icons;font-size:24px;line-height:36px;text-align:center;-webkit-animation:spin 3s infinite linear;animation:spin 3s infinite linear;z-index:12}#message_content_ifr{max-height:80px}#message_content{margin-bottom:0}#message_content>p:last-child{margin-bottom:0}.no-message-wrap .dashicons-email-alt{display:block;margin:20px auto 0;height:80px;width:86px}.no-message-wrap .dashicons-email-alt:before{display:none}.no-message-wrap .bb-icon{color:var(--reign-site-body-text-color)}.no-message-content{font-size:14px;color:var(--reign-site-body-text-color);line-height:1.5;max-width:310px;margin:0 auto}#bp-messages-threads-list .no-message-content h3{font-size:24px;font-weight:600;margin-bottom:5px}.no-message-content>p{margin-bottom:20px}.no-message-content .no-messages-links{font-weight:600}#bp-message-content{border-top:1px solid var(--reign-site-border-color);padding:20px}#bp-message-content .medium-editor-element,#bp-message-content .medium-editor-placeholder{color:var(--reign-site-body-text-color);font-size:14px;line-height:1.5}#bp-message-content .medium-editor-element[contenteditable=true]:empty:after,#bp-message-content .medium-editor-placeholder[contenteditable=true]:empty:after{color:var(--reign-site-body-text-color);content:attr(data-placeholder);position:absolute;left:0;padding:0 15px;font-style:normal;opacity:.5}#bp-message-content pre{white-space:pre-wrap;position:relative;z-index:1}#bp-message-content pre p{margin-bottom:0}#bp-message-content p{margin-bottom:5px}#bp-message-content ol:not(.medium-editor-toolbar-actions),#bp-message-content ul:not(.medium-editor-toolbar-actions){margin-bottom:15px;margin-left:16px}#bp-message-content ol:not(.medium-editor-toolbar-actions) li,#bp-message-content ul:not(.medium-editor-toolbar-actions) li{margin:5px 0}#bp-message-content ol:not(.medium-editor-toolbar-actions) li>ol,#bp-message-content ol:not(.medium-editor-toolbar-actions) li>ul,#bp-message-content ul:not(.medium-editor-toolbar-actions) li>ol,#bp-message-content ul:not(.medium-editor-toolbar-actions) li>ul{margin-bottom:0}#bp-message-content .medium-editor-element:not(.emojionearea){border:0;min-height:60px;max-height:120px;margin:0;overflow:auto;padding:20px 15px;border-radius:var(--reign-global-border-radius-inner);position:relative}#bp-message-content .medium-editor-element:not(.emojionearea).medium-editor-placeholder:after{left:0;font-size:14px;position:absolute;font-style:normal;margin:0;padding:20px 15px;pointer-events:none}#bp-message-content .medium-editor-placeholder:after{color:var(--reign-site-body-text-color);opacity:.5}#bp-message-content .messages-media-container .dz-button>strong{line-height:1.3}.bp-messages-content .bp-message-content_foot_note{color:var(--reign-site-body-text-color)}.bp-messages-content #send_reply_button{margin:0}#message-new-submit,#message-reply-new-submit{padding:0}#message-new-submit input,#message-reply-new-submit input{margin-right:0}.bp-messages-container .bp-messages.loading{border:0;border-radius:0;padding-top:0}.bp-messages-container .bp-messages.loading .dashicons-update{font-family:bb-icons}.bp-messages-container .bp-messages.loading .dashicons-update:before{content:"\ef30"}.bb-template-v1 .bp-messages-container #message-threads:empty+.bp-messages.loading{border-top:1px solid var(--reign-site-border-color)}.bp-message-content-wrap .bp-messages.loading{display:none}#page .ql-bubble .ql-tooltip{padding:0 10px}#page .ql-bubble .ql-tooltip button{background:0 0;margin:0;padding:0}#page .ql-bubble .ql-toolbar button svg,#page .ql-bubble.ql-toolbar button svg{float:none;max-width:18px}#page .ql-bubble .ql-toolbar .ql-formats{margin:0}#page .ql-bubble .ql-toolbar .ql-formats:first-child{margin-left:0}.bp-single-message-content .bp-user-link,.bp-single-message-content .message-metadata>strong,.bp-single-message-content strong.bp-user-deleted{font-size:14px;color:var(--reign-site-headings-color);line-height:1.5;font-weight:500}.bp-single-message-content .bp-user-link>strong{font-weight:500}.bp-single-message-content .message-metadata{line-height:1;margin-bottom:3px}.bp-single-message-content .bb-activity-media-wrap .bb-item-cover-wrap{border:1px solid var(--reign-site-border-color);border-radius:var(--reign-global-border-radius-inner);background-color:var(--reign-site-secondary-bg-color)}.bp-single-message-content .bb-activity-media-wrap .bb-item-cover-wrap{border:0}.bp-single-message-content .bb-activity-media-wrap.bb-media-length-1 .bb-activity-media-elem{min-width:auto!important}.bp-single-message-content .bb-activity-media-wrap.bb-media-length-1 .bb-item-cover-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0;min-width:65px;min-height:65px}.bp-single-message-content .bb-activity-media-wrap.bb-media-length-1 .bb-item-cover-wrap img{position:static;height:auto;width:auto;max-width:360px;max-height:360px;min-width:auto;min-height:auto}.bp-single-message-content .bb-activity-media-wrap .bb-activity-media-elem.document-activity{max-width:400px}.bp-single-message-content .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-description-wrap .entry-img>i{margin-top:5px;line-height:1.5}.bp-single-message-content .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-description-wrap .document-detail-wrap{color:var(--reign-site-headings-color)}.bp-single-message-content .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-description-wrap .document-detail-wrap .document-description,.bp-single-message-content .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-description-wrap .document-detail-wrap .document-extension-description,.bp-single-message-content .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-description-wrap .document-detail-wrap .document-helper-text,.bp-single-message-content .bb-activity-media-wrap .bb-activity-media-elem.document-activity .document-description-wrap .document-detail-wrap .document-title{line-height:1.5}.bp-single-message-content .bb-activity-video-wrap.bb-video-length-1 .bb-activity-video-elem{min-width:auto;width:100%;max-width:400px}.bp-single-message-content .bb-activity-video-wrap.bb-video-length-1 .bb-activity-video-elem .video-js .vjs-control-bar button{width:3em}.bp-single-message-content .bb-activity-video-wrap.bb-video-length-1 .bb-activity-video-elem .video-js .vjs-control-bar .vjs-time-divider{min-width:1em}.bp-single-message-content .bb-activity-video-wrap.bb-video-length-1 .bb-activity-video-elem .video-js .vjs-control-bar .vjs-progress-control .vjs-progress-holder{margin:3px 10px 0}.bp-single-message-content .bb-activity-video-wrap .bb-activity-video-elem.video-activity .video-description-wrap .entry-img>i{margin-top:5px}.bp-single-message-content .bb-activity-video-wrap .bb-activity-video-elem.video-activity .video-description-wrap .video-detail-wrap .video-description,.bp-single-message-content .bb-activity-video-wrap .bb-activity-video-elem.video-activity .video-description-wrap .video-detail-wrap .video-extension-description,.bp-single-message-content .bb-activity-video-wrap .bb-activity-video-elem.video-activity .video-description-wrap .video-detail-wrap .video-helper-text,.bp-single-message-content .bb-activity-video-wrap .bb-activity-video-elem.video-activity .video-description-wrap .video-detail-wrap .video-title{line-height:1.5}.bp-single-message-content .bb-activity-media-wrap,.bp-single-message-content .bb-activity-video-wrap{max-width:600px}.bp-single-message-content .bb-activity-media-elem{padding:5px;min-width:25%}.bp-single-message-content .bb-activity-media-elem .bb-item-cover-wrap{padding-top:75%}@media screen and (max-width:590px){.bp-single-message-content .bb-activity-media-elem{min-width:33.3333%!important;-webkit-box-flex:initial!important;-ms-flex:initial!important;flex:initial!important}}@media screen and (max-width:435px){.bp-single-message-content .bb-activity-media-elem{max-width:initial!important;min-width:50%!important}.bp-single-message-content .bb-activity-media-elem .bb-item-cover-wrap{padding-top:100%}.bp-single-message-content .bb-activity-media-wrap.bb-media-length-1 .bb-activity-media-elem{max-width:100%!important}}.bp-single-message-content .bb-activity-video-wrap .bb-activity-video-elem{padding:5px;min-width:33.3333%}.bp-single-message-content .bb-activity-video-wrap .bb-activity-video-elem .bb-item-cover-wrap{padding-top:66.6666%}@media screen and (max-width:590px){.bp-single-message-content .bb-activity-video-wrap .bb-activity-video-elem{min-width:50%;max-width:50%;-webkit-box-flex:1;-ms-flex:auto;flex:auto}}@media screen and (max-width:435px){.bp-single-message-content .bb-activity-video-wrap .bb-activity-video-elem{min-width:100%;max-width:100%}}.bp-single-message-content .bb-video-wrapper{max-width:400px}.bp-single-message-content .fluid-width-video-wrapper{width:100%;max-width:400px;height:auto;margin:10px 0 0}.bp-single-message-content p>iframe{max-width:400px;width:100%;height:auto;min-height:200px}.bp-single-message-content .activity-attached-gif-container{display:inline-block;height:auto;width:auto;max-width:360px;max-height:360px}.bp-single-message-content .activity-attached-gif-container .gif-image-container{margin:15px 0 0}.bp-single-message-content .activity-attached-gif-container .gif-player{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;justify-self:center;min-width:65px;min-height:65px}.bp-single-message-content .activity-attached-gif-container .gif-player video{height:auto;max-width:360px;max-height:360px;width:100%;border:1px solid var(--reign-site-border-color);border-radius:var(--reign-global-border-radius-inner);background-color:var(--reign-site-secondary-bg-color)}.bp-single-message-content .activity-attached-gif-container .gif-player video{border:0}.bp-single-message-content img.emoji,.bp-single-message-content img.emojioneemoji{margin:1px 3px;width:18px!important;height:18px!important}.bp-single-message-content blockquote{margin-top:0}ul#bp-message-thread-list .bp-message-content-wrap{color:var(--reign-site-body-text-color);line-height:1.5;overflow:initial;word-wrap:break-word}ul#bp-message-thread-list .bp-message-content-wrap p{margin-bottom:5px;min-height:.1px}ul#bp-message-thread-list .bp-message-content-wrap p.joined{position:relative}ul#bp-message-thread-list .bp-message-content-wrap p.joined strong{font-weight:500;color:var(--reign-site-body-text-color)}ul#bp-message-thread-list .bp-message-content-wrap p.joined strong.bp-tooltip{display:inline-block}@media screen and (max-width:768px){ul#bp-message-thread-list .bp-message-content-wrap p.joined strong.bp-tooltip{position:static}ul#bp-message-thread-list .bp-message-content-wrap p.joined strong.bp-tooltip:before{display:none}ul#bp-message-thread-list .bp-message-content-wrap p.joined strong.bp-tooltip:after{width:180px;width:max-content;max-width:180px;white-space:break-spaces}}ul#bp-message-thread-list .bp-message-content-wrap li>ol,ul#bp-message-thread-list .bp-message-content-wrap li>ul{margin-bottom:0}ul#bp-message-thread-list .bp-message-content-wrap ol,ul#bp-message-thread-list .bp-message-content-wrap ul{margin-bottom:15px;margin-left:16px}ul#bp-message-thread-list .bp-message-content-wrap li{background:0 0;margin:5px 0;padding:0;list-style-type:disc}ul#bp-message-thread-list .bp-message-content-wrap li p{margin-bottom:0}ul#bp-message-thread-list .bp-message-content-wrap ol li{list-style-type:decimal}ul#bp-message-thread-list .bp-message-content-wrap pre{width:-webkit-calc(100% + 12px);width:calc(100% + 12px)}.messages .bp-single-vert-nav .item-body{padding:0}.messages .bp-single-vert-nav .bp-wrap{margin:0}.messages .bp-single-vert-nav #item-body{margin-left:0}#whats-new-formatting-toolbar a .bb-icon,#whats-new-messages-toolbar a .bb-icon{color:var(--reign-site-body-text-color)}#whats-new-formatting-toolbar a:hover .bb-icon,#whats-new-messages-toolbar a:hover .bb-icon{color:var(--reign-site-headings-color)}#whats-new-messages-toolbar .medium-editor-placeholder{background-color:transparent}#whats-new-messages-toolbar .gif-media-search-dropdown.open{margin:0 0 10px -20px;top:auto;bottom:100%}#whats-new-messages-toolbar .gif-media-search-dropdown:before{left:38px;top:auto;bottom:-11px;-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg)}#whats-new-messages-toolbar .gif-search-content{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column}#whats-new-messages-toolbar .gif-search-content .gif-search-results-list{margin:0}#whats-new-messages-toolbar .messages-attached-gif-container{margin-bottom:0}#whats-new-messages-toolbar .messages-attached-gif-container .gif-search-query .search-query-input{background-color:transparent;border:0}@media screen and (max-width:1080px){#whats-new-messages-toolbar .gif-media-search-dropdown.open{z-index:999}#whats-new-messages-toolbar .gif-media-search-dropdown.open .gif-search-results{max-height:280px}#whats-new-messages-toolbar .post-gif:first-child .gif-media-search-dropdown.open{left:-10px}#whats-new-messages-toolbar .post-gif:first-child .gif-media-search-dropdown.open:before{left:50px}#whats-new-messages-toolbar .post-gif:nth-child(2) .gif-media-search-dropdown.open{left:-44px}#whats-new-messages-toolbar .post-gif:nth-child(2) .gif-media-search-dropdown.open:before{left:84px}#whats-new-messages-toolbar .post-gif:nth-child(3) .gif-media-search-dropdown.open{left:-78px}#whats-new-messages-toolbar .post-gif:nth-child(3) .gif-media-search-dropdown.open:before{left:118px}#whats-new-messages-toolbar .post-gif:nth-child(4) .gif-media-search-dropdown.open{left:-112px}#whats-new-messages-toolbar .post-gif:nth-child(4) .gif-media-search-dropdown.open:before{left:152px}#whats-new-messages-toolbar .post-gif:nth-child(5) .gif-media-search-dropdown.open{left:-146px}#whats-new-messages-toolbar .post-gif:nth-child(5) .gif-media-search-dropdown.open:before{left:186px}}#whats-new-formatting-toolbar .emojionearea{background-color:transparent}#whats-new-formatting-toolbar .emojionearea .emojionearea-picker .emojionearea-search>input{outline:0;width:100%;min-width:100%;height:30px}#whats-new-formatting-toolbar .emojionearea .emojionearea-picker{top:auto;bottom:40px;right:100%;left:inherit;margin-right:-25px}#whats-new-formatting-toolbar .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after{bottom:-10px;top:auto;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);left:inherit;right:5px}#whats-new-formatting-toolbar .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after{display:none}@media screen and (max-width:1080px){#whats-new-formatting-toolbar .post-emoji .emojionearea .emojionearea-picker{z-index:999}}.bp-back-to-thread-list{margin-left:-5px}.bp-back-to-thread-list [class*=bb-icon]{font-size:24px;color:var(--reign-site-headings-color)}@media screen and (min-width:1081px){#message-threads .current>a{background:var(--reign-site-secondary-bg-color);border-color:var(--reign-colors-theme)}#message-threads .current>a,#message-threads .current>a.bp-message-link{background:rgba(var(--reign-colors-theme-rgb),.1)}}.message-thread-options:hover~.bp-message-link{background:var(--reign-site-secondary-bg-color);border-color:var(--reign-colors-theme)}.message-thread-options .current:hover+.bp-message-link{background:-webkit-linear-gradient(90deg,rgba(255,255,255,.9),rgba(255,255,255,.9)),var(--reign-colors-theme);background:linear-gradient(0deg,rgba(255,255,255,.9),rgba(255,255,255,.9)),var(--reign-colors-theme)}#message-threads .message-thread-options{right:30px}.bp-nouveau #message-threads li{padding:0}#message-threads .message-thread-options.loading .bb_more_options_action:hover{background-color:transparent}#message-threads .message-thread-options.loading .bb_more_options_action>i:before{content:"";display:inline-block;box-sizing:border-box;width:20px;height:20px;border-radius:50%;border:2px solid rgba(var(--reign-site-body-text-color-rgb),.2);border-top-color:var(--reign-site-body-text-color)}#message-threads .message-thread-options .bb_more_options_action:hover,#message-threads .optionsOpen .message-thread-options .bb_more_options_action{background-color:var(--reign-site-sections-bg-color);border-radius:6px}.bp-single-message-wrap .bb-messages-group-notices{color:var(--reign-site-body-text-color)}.bp-single-message-wrap .bb-messages-group-notices .bp-tooltip{color:var(--reign-site-body-text-color)}.header-aside .thread-multiple-avatar{min-height:36px;min-width:36px;margin:0 -2px;position:relative}.header-aside .thread-multiple-avatar img{border:2px solid #fff;max-width:28px;position:absolute;left:0;top:0}.header-aside .thread-multiple-avatar img+img{top:auto;right:0;bottom:0;left:auto}.header-aside li:hover .thread-multiple-avatar img{border-color:#f5f5f5}.header-aside .unread .thread-multiple-avatar img{border-color:#f7fafe}.messages-wrap .notification-dropdown .notification-avatar{-webkit-box-flex:0;-ms-flex:0 0 36px;flex:0 0 36px}.messages-wrap .notification-dropdown .notification-list{max-width:400px}.messages-wrap .notification-dropdown .notification-list li .notification-content{width:100%;overflow:hidden}.messages-wrap .notification-dropdown .notification-list li .notification-content .notification-users{width:-webkit-calc(100% - 50px);width:calc(100% - 50px);display:block;white-space:nowrap}.messages-wrap .notification-dropdown .notification-list li .notification-content .notification-users>a{display:block;text-overflow:ellipsis;overflow:hidden;width:100%}.bb-pusher-typing-indicator-text,.thread-item .typing-indicator{color:var(--reign-site-body-text-color)}#message-form-submit-wrapper,#message-reply-form-submit-wrapper{background-color:var(--reign-site-secondary-bg-color);border-radius:0 0 var(--reign-global-border-radius-inner) var(--reign-global-border-radius-inner);margin:0;padding:10px}.bb-template-v1 #message-form-submit-wrapper,.bb-template-v1 #message-reply-form-submit-wrapper{border-top:1px solid var(--reign-site-border-color)}#message-new-submit,#message-reply-new-submit{background-color:var(--reign-colors-theme);border-radius:var(--reign-global-button-radius)}.mass-user-block-list .bb-report-type-pagination .page-data #load_more_rl.loading,.message-members-list .bb-report-type-pagination .page-data #load_more_rl.loading{color:var(--reign-site-body-text-color)}#whats-new-formatting-toolbar .emojionearea .emojionearea-button,#whats-new-formatting-toolbar a [class*=" bb-icon-"],#whats-new-messages-toolbar .emojionearea .emojionearea-button,#whats-new-messages-toolbar a [class*=" bb-icon-"],#whats-new-toolbar .emojionearea .emojionearea-button,#whats-new-toolbar a [class*=" bb-icon-"],.ac-reply-toolbar .emojionearea .emojionearea-button,.ac-reply-toolbar a [class*=" bb-icon-"]{color:var(--reign-site-body-text-color)}#whats-new-formatting-toolbar .active a [class*=" bb-icon-"],#whats-new-formatting-toolbar .emojionearea .emojionearea-button.active,#whats-new-formatting-toolbar .emojionearea .emojionearea-button:hover:before,#whats-new-formatting-toolbar a.active [class*=" bb-icon-"],#whats-new-formatting-toolbar a.open [class*=" bb-icon-"],#whats-new-formatting-toolbar a:hover [class*=" bb-icon-"],#whats-new-messages-toolbar .active a [class*=" bb-icon-"],#whats-new-messages-toolbar .emojionearea .emojionearea-button.active,#whats-new-messages-toolbar .emojionearea .emojionearea-button:hover:before,#whats-new-messages-toolbar a.active [class*=" bb-icon-"],#whats-new-messages-toolbar a.open [class*=" bb-icon-"],#whats-new-messages-toolbar a:hover [class*=" bb-icon-"],#whats-new-toolbar .active a [class*=" bb-icon-"],#whats-new-toolbar .emojionearea .emojionearea-button.active,#whats-new-toolbar .emojionearea .emojionearea-button:hover:before,#whats-new-toolbar a.active [class*=" bb-icon-"],#whats-new-toolbar a.open [class*=" bb-icon-"],#whats-new-toolbar a:hover [class*=" bb-icon-"],.ac-reply-toolbar .active a [class*=" bb-icon-"],.ac-reply-toolbar .emojionearea .emojionearea-button.active,.ac-reply-toolbar .emojionearea .emojionearea-button:hover:before,.ac-reply-toolbar a.active [class*=" bb-icon-"],.ac-reply-toolbar a.open [class*=" bb-icon-"],.ac-reply-toolbar a:hover [class*=" bb-icon-"]{color:var(--reign-site-headings-color)}#buddypress .medium-editor-toolbar .medium-editor-toolbar-actions button,.buddypress .medium-editor-toolbar .medium-editor-toolbar-actions button,.medium-editor-toolbar .medium-editor-toolbar-actions button{color:var(--reign-site-body-text-color)}#buddypress .medium-editor-toolbar .medium-editor-toolbar-actions button:hover,.buddypress .medium-editor-toolbar .medium-editor-toolbar-actions button:hover,.medium-editor-toolbar .medium-editor-toolbar-actions button:hover{color:var(--reign-site-headings-color)}@media screen and (min-width:46.8em){.bp-single-vert-nav .subnav{background:0 0}.bp-single-vert-nav .subnav li{font-size:inherit;margin:0}.bp-single-vert-nav .subnav li a{border-right:0;padding:0 0 5px}}@media screen and (min-width:55em){.buddypress-wrap form.bp-dir-search-form,.buddypress-wrap form.bp-invites-search-form,.buddypress-wrap form.bp-messages-search-form{width:auto}}@media screen and (min-width:1081px){.bp-messages-nav-panel{border-right:1px solid var(--reign-site-border-color)}}@media screen and (max-width:1080px){.messages-wrapper{margin-bottom:20px}#send_message_form,.bp-messages-content-wrapper{min-height:670px}.message-thread-header .bp-back-to-thread-list{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.message-thread-header .thread-avatar{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.message-thread-header .thread-participants{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;width:-webkit-calc(100% - 100px);width:calc(100% - 100px)}}@media screen and (max-width:800px){.messages-screen>.flex{-ms-flex-wrap:wrap;flex-wrap:wrap}.messages-screen>.flex .bp-messages-content{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;border-top:1px solid var(--reign-site-border-color)}}@media screen and (max-width:680px){.messages-wrapper #subnav{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.buddypress-wrap .messages-wrapper .bp-subnavs{margin:0}.messages-wrapper #subnav .subnav{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap}.messages-screen{border-left:0;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.bp-messages-content #message-threads{max-width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;min-height:10px;max-height:100%;overflow:initial}}@media screen and (min-width:46.8em){.bp-messages-user-threads{max-height:66vh}}@media screen and (max-width:560px){.bp-messages-content #bp-message-content #message-form-submit-wrapper #whats-new-messages-toolbar .media-off,.bp-messages-content #bp-message-content #message-reply-form-submit-wrapper #whats-new-messages-toolbar .media-off{height:27px}.bp-messages-content #bp-message-content #message-form-submit-wrapper #message-new-submit,.bp-messages-content #bp-message-content #message-form-submit-wrapper #message-reply-new-submit,.bp-messages-content #bp-message-content #message-reply-form-submit-wrapper #message-new-submit,.bp-messages-content #bp-message-content #message-reply-form-submit-wrapper #message-reply-new-submit{padding:0;width:30px}}@media screen and (max-width:430px){.bp-messages-content #bp-message-content #whats-new-messages-toolbar{padding:1px 15px 0 0}.bp-messages-content #bp-message-content #whats-new-messages-toolbar [class*=" bb-icon-"]{font-size:20px}.bp-messages-content #bp-message-content #whats-new-messages-toolbar .post-elements-buttons-item{margin-right:8px}.bp-messages-content #bp-message-content .medium-editor-toolbar.active{height:35px}.bp-messages-content #bp-message-content .medium-editor-toolbar.active .medium-editor-toolbar-input{height:35px}.bp-messages-content #bp-message-content .medium-editor-toolbar .medium-editor-toolbar-actions button{min-width:20px}.bp-messages-content #bp-message-content .medium-editor-toolbar .medium-editor-toolbar-actions button.medium-editor-button-first{padding-left:0!important;padding-right:0}.bp-messages-content #bp-message-content .medium-editor-toolbar .medium-editor-toolbar-actions .medium-editor-button-last{padding-right:0!important}.bp-messages-content #bp-message-content .medium-editor-toolbar .medium-editor-toolbar-actions b:before{font-size:18px}.bp-messages-content #bp-message-content #whats-new-formatting-toolbar{margin:1px 5px 0 0}.bp-messages-content #bp-message-content #whats-new-formatting-toolbar [class*=" bb-icon-"]{font-size:20px}.bp-messages-content #bp-message-content #whats-new-formatting-toolbar .post-elements-buttons-item{margin-right:8px}.bp-messages-content #bp-message-content #whats-new-formatting-toolbar .emojionearea .emojionearea-button:before{font-size:20px;line-height:1.4}#whats-new-formatting-toolbar .emojionearea .emojionearea-picker{margin-right:-75px}#whats-new-formatting-toolbar .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after{right:55px}}@media screen and (max-width:374px){#message-form-submit-wrapper,#message-reply-form-submit-wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap}.bp-messages-content #bp-message-content #whats-new-messages-toolbar{padding:0;min-width:-webkit-calc(100% - 50px);min-width:calc(100% - 50px);min-height:20px}.bp-messages-content #bp-message-content #whats-new-messages-toolbar .post-elements-buttons-item{margin-right:6px}.bp-messages-content #bp-message-content #whats-new-messages-toolbar .medium-editor-toolbar-actions .medium-editor-action b{width:22px}.bp-messages-content #bp-message-content #whats-new-messages-toolbar [class*=" bb-icon-"]{font-size:20px}.bp-messages-content #bp-message-content #whats-new-formatting-toolbar{margin:0}.bp-messages-content #bp-message-content #whats-new-formatting-toolbar .post-elements-buttons-item:last-child{margin-right:0}.bp-messages-content #bp-message-content #message-form-submit-wrapper #message-new-submit,.bp-messages-content #bp-message-content #message-reply-form-submit-wrapper #message-reply-new-submit{margin:10px auto 5px;width:auto;padding:0 15px}.bp-messages-content #bp-message-content #message-new-submit #bp-messages-send,.bp-messages-content #bp-message-content #message-reply-new-submit #send_reply_button{position:static;opacity:1;background-color:transparent;border:0;padding:0 10px;min-width:auto}.bp-messages-content .bp-message-content_foot_note{font-size:11px;text-align:center}.bp-messages-content .bp-message-content_foot_note .space_note{margin-right:10px}#whats-new-formatting-toolbar .emojionearea .emojionearea-picker{margin-right:-60px}#whats-new-formatting-toolbar .emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after{right:40px}}.bs-styled-checkbox{position:absolute;opacity:0}.bs-styled-checkbox+label{cursor:pointer;display:inline-block;position:relative;padding:0;line-height:1}.bs-styled-checkbox+label:before{content:"";margin-right:10px;display:inline-block;vertical-align:text-top;width:20px;height:20px;background:var(--reign-site-sections-bg-color);border-radius:4px;border:1px solid var(--reign-site-border-color)}.bs-styled-checkbox:focus+label:before{border-color:var(--reign-form-focus-border-color)}.bs-styled-checkbox:checked+label:before{background:var(--reign-colors-theme);border-color:var(--reign-colors-theme)}.bs-styled-checkbox:disabled+label{color:#b8b8b8;cursor:auto}.bs-styled-checkbox:disabled+label:before{box-shadow:none;background:#ddd}.bs-styled-checkbox:checked+label:after{content:"\e876";position:absolute;left:3px;top:3px;font-family:bb-icons;font-weight:400;color:#fff;font-size:14px;display:block}.bs-styled-radio{position:absolute;opacity:0}.bs-styled-radio+.bb-radio-label,.bs-styled-radio+label{display:inline-block;position:relative;cursor:pointer;padding:0}.bs-styled-radio+.bb-radio-label:before,.bs-styled-radio+label:before{content:"";display:inline-block;vertical-align:middle;cursor:pointer;position:relative;overflow:hidden;width:22px;height:22px;line-height:1;background-color:var(--reign-site-sections-bg-color);border:2px solid var(--reign-site-border-color);border-radius:100%;margin-right:10px}.bs-styled-radio:checked+.bb-radio-label:before,.bs-styled-radio:checked+label:before{border-width:6px;border-color:var(--reign-colors-theme)}.bs-styled-radio:disabled+.bb-radio-label,.bs-styled-radio:disabled+label{color:#b8b8b8;cursor:auto}.bs-styled-radio:disabled+.bb-radio-label:before,.bs-styled-radio:disabled+label:before{box-shadow:none;background:#ddd}.reign-sign-form-register .bs-styled-checkbox{width:20px;height:20px;z-index:9}.reign-sign-form-register .bs-styled-checkbox:checked+label:after{content:"\f00c";font-family:"Font Awesome 6 Pro",reign-icons}body:not(.logged-in) .mfp-bg.mfp-ready{background:rgba(250,251,253,.9);opacity:1;z-index:9999999}body:not(.logged-in) .mfp-wrap.mfp-wrap.mfp-ready{z-index:9999999}body:not(.logged-in) .mfp-wrap #terms-modal{background:#fff;padding:30px;text-align:left;min-height:400px;max-width:650px;margin:40px auto;position:relative;border-radius:4px;border:1px solid #d2d4d6;box-shadow:0 6px 24px 0 rgba(18,43,70,.1)}#buddypress .bb_more_options .bb_more_options_list .generic-button>button.report-content:before,#buddypress .bb_more_options .bb_more_options_list .generic-button>button.reported-content:before,#buddypress .bb_more_options .bb_more_options_list a.report-content:before,#buddypress .bb_more_options .bb_more_options_list a.reported-content:before,#buddypress .bb_more_options .bb_more_options_list button.report-content:before,#buddypress .bb_more_options .bb_more_options_list button.reported-content:before,.bb_more_options .bb_more_options_list .generic-button>button.report-content:before,.bb_more_options .bb_more_options_list .generic-button>button.reported-content:before,.bb_more_options .bb_more_options_list a.report-content:before,.bb_more_options .bb_more_options_list a.reported-content:before,.bb_more_options .bb_more_options_list button.report-content:before,.bb_more_options .bb_more_options_list button.reported-content:before{content:"\ee9c"!important}#block-member .bb-model-header .mfp-close:hover,#content-report .bb-model-header .mfp-close:hover,#reported-content .bb-model-header .mfp-close:hover{background:0 0;border:0}.bb-schedule-post_dropdown_section .bb-schedule-post_dropdown_button{border-color:var(--reign-site-border-color)}.bb-schedule-post_dropdown_section .bb-schedule-post_dropdown_button i{color:var(--reign-site-body-text-color)}.bb-schedule-post_dropdown_section .bb-schedule-post_dropdown_list{background:var(--reign-site-sections-bg-color);box-shadow:var(--reign-more-options-box-shadow)}.bb-schedule-post_dropdown_section .bb-schedule-post_dropdown_list li>a{color:var(--reign-site-body-text-color)}.bb-schedule-post_dropdown_section .bb-schedule-post_dropdown_list li>a:hover{color:var(--reign-site-body-text-color);background:var(--reign-site-secondary-bg-color)}.bb-schedule-post_dropdown_section .bb-schedule-post_dropdown_list li>a>i{color:var(--reign-site-body-text-color)}body:not(.buddyboss-theme) .bb-schedule-post_dropdown_section .bb-action-popup-content .input-field>input{border-color:var(--reign-form-border-color);margin:0}body:not(.buddyboss-theme) .bb-schedule-post_dropdown_section .bb-action-popup-content .input-field>input:focus{border-color:var(--reign-form-focus-border-color)}.bb-schedule-post_dropdown_section .bb-action-popup .bb-model-footer>div{gap:10px}.bb-schedule-post_dropdown_section .bb-action-popup-content .input-field [class*=bb-icon]{color:var(--reign-site-alternate-text-color)}.bb-schedule-post_dropdown_section .bb-action-popup-content .input-field-inline .bb-schedule-activity-meridian-wrap label span{background:var(--reign-site-sections-bg-color);color:var(--reign-site-headings-color);border-color:var(--reign-site-border-color)}.bb-schedule-post_dropdown_section .bb-action-popup-content .input-field-inline .bb-schedule-activity-meridian-wrap label input:checked+span{background:var(--reign-colors-theme);color:var(--reign-site-headings-color);border-color:var(--reign-colors-theme)}ul.bbp-stats{margin:0}ul.bbp-stats li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;background-color:var(--reign-site-secondary-bg-color);border-radius:8px;padding:15px;margin-bottom:8px}.bbp-stats .bbp-count{font-size:24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.bbp-stats .bbp-count strong{font-size:18px;line-height:24px;font-weight:600;color:var(--reign-site-headings-color)}ul.bbp-stats h4{font-size:14px;font-weight:400;line-height:21px;color:var(--reign-site-body-text-color);text-align:left;margin:0;padding:0;min-height:auto}.bbp-stats .bbp-count i{display:inline-block;font-size:24px}@charset "UTF-8";:root{--reign-color-black:#000;--reign-color-white:#fff;--reign-color-gray:#666;--reign-color-info:#1c86f2;--reign-color-loading:#f7ba45;--reign-color-success:#1cd991;--reign-color-error:#ef3e46;--reign-header-topbar-bg-color:#1d76da;--reign-header-topbar-text-color:#fff;--reign-header-topbar-text-hover-color:#153045;--reign-header-bg-color:#fff;--reign-header-nav-bg-color:#f5f5f5;--reign-title-tagline-typography:#153045;--reign-header-main-menu-font:#153045;--reign-header-main-menu-text-hover-color:#1d76da;--reign-header-main-menu-text-active-color:#1d76da;--reign-header-main-menu-bg-hover-color:#1d76da;--reign-header-main-menu-bg-active-color:#1d76da;--reign-header-sub-menu-bg-color:#fff;--reign-header-sub-menu-font:#153045;--reign-header-sub-menu-text-hover-color:#fff;--reign-header-sub-menu-bg-hover-color:#1d76da;--reign-header-icon-color:#153045;--reign-header-icon-hover-color:#153045;--reign-mobile-menu-bg-color:#fff;--reign-mobile-menu-color:#153045;--reign-mobile-menu-hover-color:#1d76da;--reign-mobile-menu-active-color:#1d76da;--reign-mobile-menu-active-bg-color:rgba(var(--reign-mobile-menu-active-color-rgb), 0.1);--reign-left-panel-bg-color:#fff;--reign-left-panel-toggle-color:#1d76da;--reign-left-panel-menu-font-color:#153045;--reign-left-panel-menu-bg-active-color:#1d76da;--reign-left-panel-menu-icon-active-color:#ffffff;--reign-left-panel-menu-bg-hover-color:rgba(var(--reign-left-panel-menu-bg-active-color-rgb), 0.1);--reign-left-panel-menu-hover-color:var(--reign-left-panel-menu-font-color);--reign-left-panel-tooltip-bg-color:#383a45;--reign-left-panel-tooltip-color:#ffffff;--reign-site-body-bg-color:#fafbfd;--reign-site-body-text-color:#515b67;--reign-site-alternate-text-color:#767676;--reign-site-sections-bg-color:#fff;--reign-site-secondary-bg-color:#f6f6f6;--reign-colors-theme:#1d76da;--reign-site-headings-color:#303030;--reign-site-link-color:#153045;--reign-site-link-hover-color:#1d76da;--reign-accent-color:#1d76da;--reign-accent-hover-color:#3c8ce6;--reign-site-button-text-color:#fff;--reign-site-button-text-hover-color:#fff;--reign-site-button-bg-color:#1d76da;--reign-site-button-bg-hover-color:#3c8ce6;--reign-site-border-color:#e3e3e3;--reign-site-hr-color:#e3e3e3;--reign-footer-widget-area-bg-color:#fff;--reign-footer-widget-title-color:#153045;--reign-footer-widget-text-color:#515b67;--reign-footer-widget-link-color:#153045;--reign-footer-widget-link-hover-color:#1d76da;--reign-footer-copyright-bg-color:#fff;--reign-footer-copyright-text-color:#153045;--reign-footer-copyright-link-color:#153045;--reign-footer-copyright-link-hover-color:#1d76da;--reign-form-text-color:#111111;--reign-form-background-color:#ffffff;--reign-form-border-color:#e3e3e3;--reign-form-placeholder-color:#666666;--reign-form-focus-text-color:#000000;--reign-form-focus-background-color:#fdfdfd;--reign-form-focus-border-color:#1d76da;--reign-form-focus-placeholder-color:#333333;--reign-more-options-box-shadow:0 2px 7px 1px rgba(0, 0, 0, 0.05),0 6px 32px 0 rgba(18, 43, 70, 0.1);--reign-global-border-radius:8px;--reign-global-border-radius-inner:-webkit-calc(var(--reign-global-border-radius) - 4px);--reign-global-border-radius-inner:calc(var(--reign-global-border-radius) - 4px);--reign-global-button-radius:6px;--reign-global-form-radius:6px}.dark-mode{--reign-header-topbar-bg-color:#18191a!important;--reign-header-topbar-text-color:#b0b3b8!important;--reign-header-topbar-text-hover-color:#3772ff!important;--reign-header-bg-color:#1a2028!important;--reign-header-nav-bg-color:#161b21!important;--reign-title-tagline-typography:#e4e6eb!important;--reign-header-main-menu-font:#ffffff!important;--reign-header-main-menu-text-hover-color:#013a9a!important;--reign-header-main-menu-text-active-color:#013a9a!important;--reign-header-main-menu-bg-hover-color:#013a9a!important;--reign-header-main-menu-bg-active-color:#013a9a!important;--reign-header-sub-menu-bg-color:#1A2028!important;--reign-header-sub-menu-font:#ffffff!important;--reign-header-sub-menu-text-hover-color:#ffffff!important;--reign-header-sub-menu-bg-hover-color:#2B323C!important;--reign-header-icon-color:#b0b3b8!important;--reign-header-icon-hover-color:#e4e6eb!important;--reign-mobile-menu-bg-color:#161b21!important;--reign-mobile-menu-color:#ffffff!important;--reign-mobile-menu-hover-color:#013a9a!important;--reign-mobile-menu-active-color:#013a9a!important;--reign-mobile-menu-active-bg-color:rgba(var(--reign-mobile-menu-active-color-rgb), 0.1)!important;--reign-left-panel-bg-color:#1a2028!important;--reign-left-panel-toggle-color:#e4e6eb!important;--reign-left-panel-menu-font-color:#ffffff!important;--reign-left-panel-menu-bg-active-color:#013a9a!important;--reign-left-panel-menu-icon-active-color:#ffffff!important;--reign-left-panel-menu-bg-hover-color:rgba(var(--reign-left-panel-menu-bg-active-color-rgb), 0.1);--reign-left-panel-menu-hover-color:var(--reign-left-panel-menu-font-color);--reign-left-panel-tooltip-bg-color:#383a45!important;--reign-left-panel-tooltip-color:#ffffff!important;--reign-site-body-bg-color:#23262f!important;--reign-site-body-text-color:#bfbfbf!important;--reign-site-alternate-text-color:#a7a7a7!important;--reign-site-sections-bg-color:#1a2028!important;--reign-site-secondary-bg-color:#2B323C!important;--reign-colors-theme:#3772ff!important;--reign-site-headings-color:#ffffff!important;--reign-site-link-color:#ffffff!important;--reign-site-link-hover-color:#013a9a!important;--reign-accent-color:#ffffff!important;--reign-accent-hover-color:#013a9a!important;--reign-site-button-text-color:#ffffff!important;--reign-site-button-text-hover-color:#ffffff!important;--reign-site-button-bg-color:#2b58c5!important;--reign-site-button-bg-hover-color:#013a9a!important;--reign-site-border-color:#262e38!important;--reign-site-hr-color:#262e38!important;--reign-footer-widget-area-bg-color:#1a2028!important;--reign-footer-widget-title-color:#e4e6eb!important;--reign-footer-widget-text-color:#b0b3b8!important;--reign-footer-widget-link-color:#e4e6eb!important;--reign-footer-widget-link-hover-color:#3772ff!important;--reign-footer-copyright-bg-color:#1a2028!important;--reign-footer-copyright-text-color:#ababab!important;--reign-footer-copyright-link-color:#e4e6eb!important;--reign-footer-copyright-link-hover-color:#3772ff!important;--reign-form-text-color:#515b67!important;--reign-form-background-color:#1a2028!important;--reign-form-border-color:#262e38!important;--reign-form-placeholder-color:#666666!important;--reign-form-focus-text-color:#515b67!important;--reign-form-focus-background-color:#1a2028!important;--reign-form-focus-border-color:#3772ff!important;--reign-form-focus-placeholder-color:#333333!important;--reign-more-options-box-shadow:0 2px 7px 1px rgba(255, 255, 255, 0.05),0 6px 32px 0 rgba(79, 164, 255, 0.1)}.clearfix:after{content:" ";display:table;clear:both}address,dd,h1,h2,h3,h4,h5,h6,hr,ol,p,pre,table,ul{margin:0 0 1.375rem;padding:0}.fa,.fab,.fad,.fal,.far,.fas{font-size:16px}.site .far{font-family:"Font Awesome 6 Pro",reign-icons}.elementor-icon [class*=" fa-"]:before,.elementor-icon [class^=fa-]:before{margin-left:0;margin-right:0}/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */article,aside,footer,header,nav,section{display:block}figcaption,figure,main{display:block}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{margin:0;outline:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:0}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}template{display:none}[hidden]{display:none}html{box-sizing:border-box;font-family:"Open Sans",sans-serif;font-size:1.0625rem;line-height:1.2941176471;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;color:var(--reign-site-body-text-color)}body,html{width:100%;height:100%}body.wc-setup{height:auto}*,:after,:before{box-sizing:inherit}body{font-family:"GT Walsheim Pro",sans-serif;font-weight:400;font-style:normal;line-height:1.3;background:var(--reign-site-body-bg-color);color:var(--reign-site-body-text-color);margin:0}body.mce-content-body{font-family:inherit;margin:15px}img{border:0;font-style:italic;height:auto;max-width:100%;vertical-align:middle}a{background-color:transparent;-webkit-text-decoration-skip:objects}a{color:var(--reign-site-link-color);outline:0;text-decoration:none}a:hover{color:var(--reign-site-link-hover-color);outline:0;text-decoration:none}a:focus{outline:0;text-decoration:none}.wb-grid>script{display:none}p:empty{content:none;margin:0}p:empty::before{content:none}input[type=color],input[type=date],input[type=datetime-local],input[type=datetime],input[type=email],input[type=month],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week],textarea{-webkit-appearance:none;appearance:none;background:var(--reign-form-background-color);color:var(--reign-form-text-color);border:1px solid var(--reign-form-border-color);outline:0;border-radius:var(--reign-global-form-radius)!important;font-family:inherit}input[type=color]:focus,input[type=date]:focus,input[type=datetime-local]:focus,input[type=datetime]:focus,input[type=email]:focus,input[type=month]:focus,input[type=number]:focus,input[type=password]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=time]:focus,input[type=url]:focus,input[type=week]:focus,textarea:focus{background:var(--reign-form-focus-background-color);color:var(--reign-form-focus-text-color);border:1px solid var(--reign-form-focus-border-color)}textarea{border-radius:6px!important}input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:var(--reign-form-text-color)!important}input:-ms-input-placeholder,textarea:-ms-input-placeholder{color:var(--reign-form-text-color)!important}input::placeholder,textarea::placeholder{color:var(--reign-form-text-color)!important}input:focus::-webkit-input-placeholder,textarea:focus::-webkit-input-placeholder{color:var(--reign-form-focus-text-color)!important}input:focus:-ms-input-placeholder,textarea:focus:-ms-input-placeholder{color:var(--reign-form-focus-text-color)!important}input:focus::placeholder,textarea:focus::placeholder{color:var(--reign-form-focus-text-color)!important}input[type=color],input[type=date],input[type=datetime-local],input[type=datetime],input[type=email],input[type=month],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week]{font-size:15px;width:100%;height:42px;padding:10px 15px}input[type=tel]{border-width:1px;border-style:solid;padding:10px 15px}#bbp-search-form,#bbpress-forums div.bbp-search-form,#buddypress .widget_search,#buddypress form.woocommerce-product-search,.search-wrap .rg-search-form-wrap form.searchform,.widget_product_search .woocommerce-product-search,form.search-form,form.woocommerce-product-search{position:relative}#bbp-search-form #bbp_search,#bbp-search-form input.search-field,#bbpress-forums div.bbp-search-form #bbp_search,#bbpress-forums div.bbp-search-form input.search-field,#buddypress .widget_search #bbp_search,#buddypress .widget_search input.search-field,#buddypress form.woocommerce-product-search #bbp_search,#buddypress form.woocommerce-product-search input.search-field,.search-wrap .rg-search-form-wrap form.searchform #bbp_search,.search-wrap .rg-search-form-wrap form.searchform input.search-field,.widget_product_search .woocommerce-product-search #bbp_search,.widget_product_search .woocommerce-product-search input.search-field,form.search-form #bbp_search,form.search-form input.search-field,form.woocommerce-product-search #bbp_search,form.woocommerce-product-search input.search-field{border-radius:var(--reign-global-form-radius);padding-left:15px;height:42px}#bbp-search-form button[type=submit],#bbp-search-form input[type=submit],#bbpress-forums div.bbp-search-form button[type=submit],#bbpress-forums div.bbp-search-form input[type=submit],#buddypress .widget_search button[type=submit],#buddypress .widget_search input[type=submit],#buddypress form.woocommerce-product-search button[type=submit],#buddypress form.woocommerce-product-search input[type=submit],.search-wrap .rg-search-form-wrap form.searchform button[type=submit],.search-wrap .rg-search-form-wrap form.searchform input[type=submit],.widget_product_search .woocommerce-product-search button[type=submit],.widget_product_search .woocommerce-product-search input[type=submit],form.search-form button[type=submit],form.search-form input[type=submit],form.woocommerce-product-search button[type=submit],form.woocommerce-product-search input[type=submit]{position:absolute;right:5px;top:4px;height:30px;width:30px;background:transparent url(./wp-content/themes/reign-theme/assets/css/../img/svg/search.svg) no-repeat 7px;background-size:18px;background-color:unset!important;border:0!important;border-radius:100%;cursor:pointer;text-indent:-9999em}#bbp-search-form button[type=submit]:hover,#bbp-search-form input[type=submit]:hover,#bbpress-forums div.bbp-search-form button[type=submit]:hover,#bbpress-forums div.bbp-search-form input[type=submit]:hover,#buddypress .widget_search button[type=submit]:hover,#buddypress .widget_search input[type=submit]:hover,#buddypress form.woocommerce-product-search button[type=submit]:hover,#buddypress form.woocommerce-product-search input[type=submit]:hover,.search-wrap .rg-search-form-wrap form.searchform button[type=submit]:hover,.search-wrap .rg-search-form-wrap form.searchform input[type=submit]:hover,.widget_product_search .woocommerce-product-search button[type=submit]:hover,.widget_product_search .woocommerce-product-search input[type=submit]:hover,form.search-form button[type=submit]:hover,form.search-form input[type=submit]:hover,form.woocommerce-product-search button[type=submit]:hover,form.woocommerce-product-search input[type=submit]:hover{border-radius:100%;border:0!important}.dark-mode #bbp-search-form button[type=submit],.dark-mode #bbp-search-form input[type=submit],.dark-mode #bbpress-forums div.bbp-search-form button[type=submit],.dark-mode #bbpress-forums div.bbp-search-form input[type=submit],.dark-mode #buddypress .widget_search button[type=submit],.dark-mode #buddypress .widget_search input[type=submit],.dark-mode #buddypress form.woocommerce-product-search button[type=submit],.dark-mode #buddypress form.woocommerce-product-search input[type=submit],.dark-mode .search-wrap .rg-search-form-wrap form.searchform button[type=submit],.dark-mode .search-wrap .rg-search-form-wrap form.searchform input[type=submit],.dark-mode .widget_product_search .woocommerce-product-search button[type=submit],.dark-mode .widget_product_search .woocommerce-product-search input[type=submit],.dark-mode form.search-form button[type=submit],.dark-mode form.search-form input[type=submit],.dark-mode form.woocommerce-product-search button[type=submit],.dark-mode form.woocommerce-product-search input[type=submit],.dark-scheme #bbp-search-form button[type=submit],.dark-scheme #bbp-search-form input[type=submit],.dark-scheme #bbpress-forums div.bbp-search-form button[type=submit],.dark-scheme #bbpress-forums div.bbp-search-form input[type=submit],.dark-scheme #buddypress .widget_search button[type=submit],.dark-scheme #buddypress .widget_search input[type=submit],.dark-scheme #buddypress form.woocommerce-product-search button[type=submit],.dark-scheme #buddypress form.woocommerce-product-search input[type=submit],.dark-scheme .search-wrap .rg-search-form-wrap form.searchform button[type=submit],.dark-scheme .search-wrap .rg-search-form-wrap form.searchform input[type=submit],.dark-scheme .widget_product_search .woocommerce-product-search button[type=submit],.dark-scheme .widget_product_search .woocommerce-product-search input[type=submit],.dark-scheme form.search-form button[type=submit],.dark-scheme form.search-form input[type=submit],.dark-scheme form.woocommerce-product-search button[type=submit],.dark-scheme form.woocommerce-product-search input[type=submit]{background:transparent url(./wp-content/themes/reign-theme/assets/css/../img/svg/search-white.svg) no-repeat 7px;background-size:18px;background-color:unset!important}#bbpress-forums fieldset.bbp-form select,.buddypress-wrap #notification-select,.buddypress-wrap .select-wrap select,.buddypress-wrap .standard-form select,body #buddypress.buddypress-wrap form#whats-new-form #whats-new-options select,select,select.dokan-form-control{display:inline-block;font-family:inherit;font-style:inherit;font-size:15px;height:42px;outline:0;vertical-align:middle;color:var(--reign-site-body-text-color);background-color:var(--reign-site-sections-bg-color);border:1px solid var(--reign-site-border-color);border-radius:var(--reign-global-border-radius);box-shadow:none;margin:0;padding:0 12px;-webkit-appearance:none;background-image:url(./wp-content/themes/reign-theme/assets/css/../img/svg/arrow-down.svg);background-repeat:no-repeat;background-position:right 1rem center;padding-right:40px}.dark-mode #bbpress-forums fieldset.bbp-form select,.dark-mode .buddypress-wrap #notification-select,.dark-mode .buddypress-wrap .select-wrap select,.dark-mode .buddypress-wrap .standard-form select,.dark-mode select,.dark-mode select.dokan-form-control,.dark-scheme #bbpress-forums fieldset.bbp-form select,.dark-scheme .buddypress-wrap #notification-select,.dark-scheme .buddypress-wrap .select-wrap select,.dark-scheme .buddypress-wrap .standard-form select,.dark-scheme select,.dark-scheme select.dokan-form-control{background-image:url(./wp-content/themes/reign-theme/assets/css/../img/svg/arrow-down-white.svg);background-repeat:no-repeat;background-position:right 1rem center;padding-right:40px}body.dark-scheme #buddypress.buddypress-wrap form#whats-new-form #whats-new-options select{background-image:url(./wp-content/themes/reign-theme/assets/css/../img/svg/arrow-down-white.svg);background-repeat:no-repeat;background-position:right 1rem center;padding-right:40px}textarea{overflow:auto;font-size:15px;padding:10px 15px;width:100%;resize:vertical}#buddypress #profile-edit-form ul.button-nav li.current a,#buddypress .comment-reply-link,#buddypress .generic-button a,#buddypress .item-list.rg-group-list div.action a,#buddypress .standard-form button,#buddypress .widget_search input[type=submit],#buddypress a.button,#buddypress div#item-header #item-header-content1 div.generic-button a,#buddypress div.generic-button a,#buddypress form#whats-new-form #whats-new-submit input,#buddypress form.woocommerce-product-search input[type=submit],#buddypress input[type=button],#buddypress input[type=reset],#buddypress input[type=submit],.buddypress .buddypress-wrap .button-nav li a:focus,.buddypress .buddypress-wrap .button-nav li a:hover,.buddypress .buddypress-wrap .button-nav li.current a,.field-wrap button,.field-wrap input[type=button],.field-wrap input[type=submit],.form-submit #submit,.media .rtm-load-more a#rtMedia-galary-next,.nav-links>div,.post.post .entry-content .wp-block-button__link,.post.post .entry-content .wp-element-button,.rg-group-section .item-list.rg-group-list div.action a,.rg-login-btn-wrap .button,.rg-register-btn-wrap .button,.rg-woocommerce_mini_cart .button,.woocommerce #respond input#submit,.woocommerce #respond input#submit.alt,.woocommerce #respond input#submit.disabled,.woocommerce #respond input#submit:disabled,.woocommerce #respond input#submit:disabled[disabled],.woocommerce .cart .button,.woocommerce .cart input.button,.woocommerce a.button,.woocommerce a.button.alt,.woocommerce a.button.disabled,.woocommerce a.button:disabled,.woocommerce a.button:disabled[disabled],.woocommerce button.button,.woocommerce button.button.alt,.woocommerce button.button.disabled,.woocommerce button.button:disabled,.woocommerce button.button:disabled[disabled],.woocommerce div.product form.cart .button,.woocommerce input.button,.woocommerce input.button.alt,.woocommerce input.button.disabled,.woocommerce input.button:disabled,.woocommerce input.button:disabled[disabled],.wp-block-button__link,.wp-element-button,a.bp-title-button,a.btn,a.read-more.button,a.rg-action.button,body #buddypress .activity-list li.load-more a,body #buddypress .activity-list li.load-newest a,button,button#bbp_topic_submit,form.search-form input[type=submit],form.woocommerce-product-search input[type=submit],input[type=button],input[type=reset],input[type=submit]{float:none;display:inline-block;background-color:var(--reign-site-button-bg-color);color:var(--reign-site-button-text-color);padding:10px 20px;border:1px solid var(--reign-site-button-bg-color);font-size:15px;font-weight:400;line-height:1.5;border-radius:var(--reign-global-button-radius);text-transform:none;-webkit-transition:all .3s;transition:all .3s;cursor:pointer;font-weight:400;text-shadow:none;font-family:inherit}#buddypress #profile-edit-form ul.button-nav li.current a:focus,#buddypress #profile-edit-form ul.button-nav li.current a:hover,#buddypress .comment-reply-link:focus,#buddypress .comment-reply-link:hover,#buddypress .generic-button a:focus,#buddypress .generic-button a:hover,#buddypress .item-list.rg-group-list div.action a:focus,#buddypress .item-list.rg-group-list div.action a:hover,#buddypress .standard-form button:focus,#buddypress .standard-form button:hover,#buddypress .widget_search input[type=submit]:focus,#buddypress .widget_search input[type=submit]:hover,#buddypress a.button:focus,#buddypress a.button:hover,#buddypress div#item-header #item-header-content1 div.generic-button a:focus,#buddypress div#item-header #item-header-content1 div.generic-button a:hover,#buddypress div.generic-button a:focus,#buddypress div.generic-button a:hover,#buddypress form#whats-new-form #whats-new-submit input:focus,#buddypress form#whats-new-form #whats-new-submit input:hover,#buddypress form.woocommerce-product-search input[type=submit]:focus,#buddypress form.woocommerce-product-search input[type=submit]:hover,#buddypress input[type=button]:focus,#buddypress input[type=button]:hover,#buddypress input[type=reset]:focus,#buddypress input[type=reset]:hover,#buddypress input[type=submit]:focus,#buddypress input[type=submit]:hover,.buddypress .buddypress-wrap .button-nav li a:focus:focus,.buddypress .buddypress-wrap .button-nav li a:focus:hover,.buddypress .buddypress-wrap .button-nav li a:hover:focus,.buddypress .buddypress-wrap .button-nav li a:hover:hover,.buddypress .buddypress-wrap .button-nav li.current a:focus,.buddypress .buddypress-wrap .button-nav li.current a:hover,.field-wrap button:focus,.field-wrap button:hover,.field-wrap input[type=button]:focus,.field-wrap input[type=button]:hover,.field-wrap input[type=submit]:focus,.field-wrap input[type=submit]:hover,.form-submit #submit:focus,.form-submit #submit:hover,.media .rtm-load-more a#rtMedia-galary-next:focus,.media .rtm-load-more a#rtMedia-galary-next:hover,.nav-links>div:focus,.nav-links>div:hover,.post.post .entry-content .wp-block-button__link:focus,.post.post .entry-content .wp-block-button__link:hover,.post.post .entry-content .wp-element-button:focus,.post.post .entry-content .wp-element-button:hover,.rg-group-section .item-list.rg-group-list div.action a:focus,.rg-group-section .item-list.rg-group-list div.action a:hover,.rg-login-btn-wrap .button:focus,.rg-login-btn-wrap .button:hover,.rg-register-btn-wrap .button:focus,.rg-register-btn-wrap .button:hover,.rg-woocommerce_mini_cart .button:focus,.rg-woocommerce_mini_cart .button:hover,.woocommerce #respond input#submit.alt:focus,.woocommerce #respond input#submit.alt:hover,.woocommerce #respond input#submit.disabled:focus,.woocommerce #respond input#submit.disabled:hover,.woocommerce #respond input#submit:disabled:focus,.woocommerce #respond input#submit:disabled:hover,.woocommerce #respond input#submit:disabled[disabled]:focus,.woocommerce #respond input#submit:disabled[disabled]:hover,.woocommerce #respond input#submit:focus,.woocommerce #respond input#submit:hover,.woocommerce .cart .button:focus,.woocommerce .cart .button:hover,.woocommerce .cart input.button:focus,.woocommerce .cart input.button:hover,.woocommerce a.button.alt:focus,.woocommerce a.button.alt:hover,.woocommerce a.button.disabled:focus,.woocommerce a.button.disabled:hover,.woocommerce a.button:disabled:focus,.woocommerce a.button:disabled:hover,.woocommerce a.button:disabled[disabled]:focus,.woocommerce a.button:disabled[disabled]:hover,.woocommerce a.button:focus,.woocommerce a.button:hover,.woocommerce button.button.alt:focus,.woocommerce button.button.alt:hover,.woocommerce button.button.disabled:focus,.woocommerce button.button.disabled:hover,.woocommerce button.button:disabled:focus,.woocommerce button.button:disabled:hover,.woocommerce button.button:disabled[disabled]:focus,.woocommerce button.button:disabled[disabled]:hover,.woocommerce button.button:focus,.woocommerce button.button:hover,.woocommerce div.product form.cart .button:focus,.woocommerce div.product form.cart .button:hover,.woocommerce input.button.alt:focus,.woocommerce input.button.alt:hover,.woocommerce input.button.disabled:focus,.woocommerce input.button.disabled:hover,.woocommerce input.button:disabled:focus,.woocommerce input.button:disabled:hover,.woocommerce input.button:disabled[disabled]:focus,.woocommerce input.button:disabled[disabled]:hover,.woocommerce input.button:focus,.woocommerce input.button:hover,.wp-block-button__link:focus,.wp-block-button__link:hover,.wp-element-button:focus,.wp-element-button:hover,a.bp-title-button:focus,a.bp-title-button:hover,a.btn:focus,a.btn:hover,a.read-more.button:focus,a.read-more.button:hover,a.rg-action.button:focus,a.rg-action.button:hover,body #buddypress .activity-list li.load-more a:focus,body #buddypress .activity-list li.load-more a:hover,body #buddypress .activity-list li.load-newest a:focus,body #buddypress .activity-list li.load-newest a:hover,button#bbp_topic_submit:focus,button#bbp_topic_submit:hover,button:focus,button:hover,form.search-form input[type=submit]:focus,form.search-form input[type=submit]:hover,form.woocommerce-product-search input[type=submit]:focus,form.woocommerce-product-search input[type=submit]:hover,input[type=button]:focus,input[type=button]:hover,input[type=reset]:focus,input[type=reset]:hover,input[type=submit]:focus,input[type=submit]:hover{background-color:var(--reign-site-button-bg-hover-color);color:var(--reign-site-button-text-hover-color);border:1px solid var(--reign-site-button-bg-hover-color)}input.search-field{width:100%}.mc4wp-form-fields p{margin-bottom:10px}.mc4wp-form-fields p input[type=email]{width:100%;margin-bottom:0}.media-router .media-menu-item{font-size:14px;background:0 0!important}.media-router .media-menu-item:active,.media-router .media-menu-item:hover{color:#2271b1!important}.media-router .active,.media-router .media-menu-item.active:last-child{background:#fff!important}.media-router .active,.media-router .active:hover,.media-router button{color:#1d2327!important}.media-modal-close{background:0 0!important;color:#646970!important;border:1px solid transparent!important}.media-modal-close:active,.media-modal-close:hover{color:#135e96!important;background:0 0!important;border:1px solid transparent!important}.media-modal .delete-attachment,.media-modal .trash-attachment,.media-modal .untrash-attachment{color:#d63638!important;background:0 0!important}.wp-editor-container button{background-color:inherit!important;border-color:inherit!important}.wp-editor-wrap .wp-switch-editor.switch-html,.wp-editor-wrap .wp-switch-editor.switch-tmce{background:#f5f5f5;border-color:#e2e2e2;color:#555}.wp-editor-wrap.html-active .switch-tmce{border-color:#e2e2e2;border-radius:0}.wp-editor-wrap.tmce-active .switch-tmce{border-color:#e2e2e2;border-radius:0}.mce-container iframe,.wp-editor-container textarea.wp-editor-area{min-height:100px!important}.mce-toolbar .mce-btn-group .mce-btn.mce-active,.mce-toolbar .mce-btn-group .mce-btn:active,.qt-dfw.active{border-color:inherit!important;box-shadow:none!important}#buddypress .mce-toolbar .mce-btn-group .mce-btn.mce-listbox,.mce-toolbar .mce-btn-group .mce-btn.mce-listbox{border:1px transparent solid!important}.mce-toolbar .mce-listbox button:hover{color:#595959}.mce-toolbar .mce-btn-group .mce-btn button{background:inherit;border-color:inherit;border:1px transparent solid!important}.mce-toolbar .mce-btn-group .mce-btn button:hover{background:0 0!important;border:1px solid transparent!important}button.media-menu-item{color:#72777c!important}.media-router .media-menu-item:hover{background:0 0!important;border:0!important}.mce-btn.mce-active,.mce-btn.mce-active button,.mce-btn.mce-active i,.mce-btn.mce-active:hover button,.mce-btn.mce-active:hover i{color:inherit!important}@media print{*{background:0 0!important;color:#000!important;box-shadow:none!important;text-shadow:none!important}a,a:visited{text-decoration:underline}blockquote,pre{border:1px solid #999;page-break-inside:avoid}h2,h3,p{orphans:3;widows:3}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}h2,h3,h4{page-break-after:avoid}@page{margin:.5cm}#breadcrumbs,.author-bio,.content-ads,.footer-wrap,.heading,.make-comment,.meta-single,.moderation-popup,.post-byline,.post-tags,.readability,.reign-header-top,.related-posts,.rg-dark__scheme-toggle,.sidebar,.site-title img,aside.widget-area,nav{display:none!important}}.select2-dropdown{background:var(--reign-form-background-color);color:var(--reign-form-text-color);border:1px solid var(--reign-form-border-color);border-radius:var(--reign-global-form-radius)}.select2-dropdown:focus{background:var(--reign-form-focus-background-color);color:var(--reign-form-focus-text-color);border:1px solid var(--reign-form-focus-border-color)}.select2-close-mask{background:var(--reign-form-background-color);color:var(--reign-form-text-color);border:1px solid var(--reign-form-border-color)}.select2-close-mask:focus{background:var(--reign-form-focus-background-color);color:var(--reign-form-focus-text-color);border:1px solid var(--reign-form-focus-border-color)}.select2-container--default .select2-selection--single{background:var(--reign-form-background-color);color:var(--reign-form-text-color);border:1px solid var(--reign-form-border-color)}.select2-container--default .select2-selection--single:focus{background:var(--reign-form-focus-background-color);color:var(--reign-form-focus-text-color);border:1px solid var(--reign-form-focus-border-color)}.select2-container--default:not(.select2-container--open) .select2-selection--single{border-radius:var(--reign-global-form-radius)}.select2-container--default .select2-selection--single .select2-selection__rendered{color:var(--reign-form-text-color)}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent}.select2-container--default .select2-selection--multiple{background:var(--reign-form-background-color);color:var(--reign-form-text-color);border:1px solid var(--reign-form-border-color);border-radius:var(--reign-global-form-radius)}.select2-container--default .select2-selection--multiple:focus{background:var(--reign-form-focus-background-color);color:var(--reign-form-focus-text-color);border:1px solid var(--reign-form-focus-border-color)}.select2-container--default .select2-selection--multiple .select2-selection__choice{background:var(--reign-form-background-color);color:var(--reign-form-text-color);border:1px solid var(--reign-form-border-color);border-radius:var(--reign-global-form-radius)}.select2-container--default .select2-selection--multiple .select2-selection__choice:focus{background:var(--reign-form-focus-background-color);color:var(--reign-form-focus-text-color);border:1px solid var(--reign-form-focus-border-color)}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{border-right:1px solid var(--reign-site-border-color);border-top-left-radius:4px;border-bottom-left-radius:4px;color:#999}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus,.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{background-color:#f1f1f1;color:#333}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{border-left:1px solid var(--reign-site-border-color);border-top-right-radius:4px;border-bottom-right-radius:4px}.select2-container--default.select2-container--focus .select2-selection--multiple{border-color:var(--reign-site-border-color)}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid var(--reign-site-border-color)}.select2-container--open .select2-dropdown.select2-dropdown--below{border-color:var(--reign-site-border-color)}.select2-container--default .select2-results__option--disabled{color:#999}.select2-container--default .select2-results__option--selected{background-color:#ddd}.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{background-color:var(--reign-colors-theme);color:#fff}.select2-container--classic .select2-selection--single{background:var(--reign-form-background-color);color:var(--reign-form-text-color);border:1px solid var(--reign-form-border-color);border-radius:var(--reign-global-form-radius)}.select2-container--classic .select2-selection--single:focus{background:var(--reign-form-focus-background-color);color:var(--reign-form-focus-text-color);border:1px solid var(--reign-form-focus-border-color)}.select2-container--classic .select2-selection--single:focus{border:1px solid var(--reign-colors-theme)}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:var(--reign-form-text-color)}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border-left:1px solid var(--reign-site-border-color);border-top-right-radius:4px;border-bottom-right-radius:4px}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow{border-right:1px solid var(--reign-site-border-color);border-top-left-radius:4px;border-bottom-left-radius:4px}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid var(--reign-colors-theme)}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent}.select2-container--classic .select2-selection--multiple{background:var(--reign-form-background-color);color:var(--reign-form-text-color);border:1px solid var(--reign-form-border-color);border-radius:var(--reign-global-form-radius)}.select2-container--classic .select2-selection--multiple:focus{background:var(--reign-form-focus-background-color);color:var(--reign-form-focus-text-color);border:1px solid var(--reign-form-focus-border-color)}.select2-container--classic .select2-selection--multiple:focus{border:1px solid var(--reign-colors-theme)}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background:var(--reign-form-background-color);color:var(--reign-form-text-color);border:1px solid var(--reign-form-border-color);border-radius:var(--reign-global-form-radius)}.select2-container--classic .select2-selection--multiple .select2-selection__choice:focus{background:var(--reign-form-focus-background-color);color:var(--reign-form-focus-text-color);border:1px solid var(--reign-form-focus-border-color)}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid var(--reign-colors-theme)}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid var(--reign-site-border-color)}.select2-container--classic .select2-dropdown{background:var(--reign-form-background-color)}.select2-container--classic .select2-dropdown:focus{background:var(--reign-form-focus-background-color)}.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable{background-color:var(--reign-colors-theme);color:#fff}.select2-container--classic.select2-container--open .select2-dropdown{border-color:var(--reign-colors-theme)}.screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important;height:1px;width:1px;overflow:hidden}.screen-reader-text:active,.screen-reader-text:focus,.screen-reader-text:hover{background-color:#f1f1f1;border-radius:var(--reign-global-border-radius);box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;color:#21759b;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.alignleft{float:left}.alignright{float:right}.aligncenter{display:block;margin-left:auto;margin-right:auto;text-align:center}.clear-both{clear:both}.clear-none{clear:none}.clear-left{clear:left}.clear-right{clear:right}.rg-hide{display:none}.wp-caption{background-color:#e6e6e6;max-width:100%;overflow:hidden;text-align:center}.wp-caption.alignleft{margin:.5rem 2rem 1.625rem 0}.wp-caption.aligncenter{margin-left:auto;margin-right:auto}.wp-caption.alignright{margin:.5rem 0 1.625rem 2rem}.wp-caption-text{color:#666;font-size:.875rem;padding:.5rem;text-transform:uppercase}#tinymce.mce-content-body{font-size:16px;font-style:normal;font-weight:400;padding:15px!important}.entry-content img.alignleft{margin:.5rem 2rem 1.625rem 0}.entry-content img.aligncenter{margin-left:auto;margin-right:auto}.entry-content img.alignright{margin:.5rem 0 1.625rem 2rem}.no-margin{margin:0}.no-click{pointer-events:none}.gallery{margin:0 -5px 45px}.gallery br+br{display:none}.gallery-item{display:inline-block;margin:0;padding:5px;vertical-align:top}.gallery-columns-1 .gallery-item{width:100%}.gallery-columns-2 .gallery-item{width:50%}.gallery-columns-3 .gallery-item{width:33.3333333333%}.gallery-columns-4 .gallery-item{width:25%}.gallery-columns-5 .gallery-item{width:20%}.gallery-columns-6 .gallery-item{width:16.6666666667%}.gallery-columns-7 .gallery-item{width:14.2857142857%}.gallery-columns-8 .gallery-item{width:12.5%}.gallery-columns-9 .gallery-item{width:11.1111111111%}.gallery-caption{color:#666;margin:0 0 10px;padding:0;text-align:center}.gallery-icon{overflow:hidden;text-align:center}.gallery-icon .attachment-thumbnail{background-color:#f5f5f5;margin:0;max-width:100%;padding:5px}.gallery img{display:block;height:auto;width:100%}h1{font-size:2.25rem;line-height:1.2222222222}h2{font-size:1.875rem;line-height:1.4666666667}h3{font-size:1.5rem;line-height:1.8333333333}h4{font-size:1.375rem;line-height:1}h5{font-size:1.25rem;line-height:1.1}h6{font-size:1.125rem;line-height:1.2222222222}body{font-size:17px}@media (min-width:769px) and (max-width:1024px){h1{font-size:2.0625rem;line-height:1.397em}h2{font-size:1.6875rem;line-height:1.419em}h3{font-size:1.3125rem;line-height:1.452em}h4{font-size:1.1875rem;line-height:1.468em}h5{font-size:1.0625rem;line-height:1.488em}h6{font-size:.9375rem;line-height:1.513em}body{font-size:16px;line-height:1.5em}}@media (max-width:768px){h1{font-size:1.9375rem;line-height:1.403em}h2{font-size:1.5625rem;line-height:1.428em}h3{font-size:1.1875rem;line-height:1.468em}h4{font-size:1.0625rem;line-height:1.488em}h5{font-size:.9375rem;line-height:1.513em}h6{font-size:.875rem;line-height:1.529em}body{font-size:15px;line-height:1.513em}}dd,ol,ul{margin-left:1.375rem}li>ol,li>ul{margin-bottom:0}h1,h2,h3,h4,h5,h6{color:var(--reign-site-headings-color);font-weight:500}table{border-collapse:collapse;border-spacing:0;width:100%}td,th{border-bottom:1px solid var(--reign-site-border-color);border-top:1px solid var(--reign-site-border-color);padding:11px;text-align:left}td:first-child,th:first-child{padding-left:0}td:last-child,th:last-child{padding-right:0}#wp-calendar th,td{padding:10px}td:first-child{padding:0}.rthd-comment-content td,.rthd-comment-content th{vertical-align:top}.rthd-comment-content td:first-child,.rthd-comment-content th:first-child{width:18%}pre{background:var(--reign-site-secondary-bg-color);border:1px solid var(--reign-site-border-color);max-width:100%;overflow:auto;padding:1rem}pre code.bash,pre>code{background:0 0;border:0;display:block;margin:0;padding:0}pre code code.bash{font-size:inherit}code{padding:.125rem .375rem;margin:0 .1875rem;font-size:80%;background:var(--reign-site-secondary-bg-color);border:1px solid var(--reign-site-border-color);border-radius:var(--reign-global-border-radius)}code,kbd,pre,samp{font-family:Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace;font-size:1em}blockquote,q{border-left:4px solid var(--reign-colors-theme);color:var(--reign-site-body-text-color);font-style:italic;margin:1.375rem 0;padding:1rem;background:var(--reign-site-secondary-bg-color);border-radius:var(--reign-global-border-radius);width:100%}blockquote p,q p{margin:0}hr{background-color:var(--reign-site-hr-color);border:0;box-sizing:content-box;height:1px}figure{margin:1rem 1.625rem}.mCustomScrollbar{-ms-touch-action:pinch-zoom;touch-action:pinch-zoom}.mCustomScrollbar.mCS_no_scrollbar,.mCustomScrollbar.mCS_touch_action{-ms-touch-action:auto;touch-action:auto}.mCustomScrollBox{position:relative;overflow:hidden;height:100%;max-width:100%;outline:0;direction:ltr}.mCSB_container{overflow:hidden;width:auto;height:auto}.mCSB_inside>.mCSB_container{margin-right:30px}.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{margin-right:0}.mCS-dir-rtl>.mCSB_inside>.mCSB_container{margin-right:0;margin-left:30px}.mCS-dir-rtl>.mCSB_inside>.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{margin-left:0}.mCSB_scrollTools{position:absolute;width:16px;height:auto;left:auto;top:0;right:0;bottom:0}.mCSB_outside+.mCSB_scrollTools{right:-26px}.mCS-dir-rtl>.mCSB_inside>.mCSB_scrollTools,.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools{right:auto;left:0}.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools{left:-26px}.mCSB_scrollTools .mCSB_draggerContainer{position:absolute;top:0;left:0;bottom:0;right:0;height:auto}.mCSB_scrollTools a+.mCSB_draggerContainer{margin:20px 0}.mCSB_scrollTools .mCSB_draggerRail{width:2px;height:100%;margin:0 auto;border-radius:16px}.mCSB_scrollTools .mCSB_dragger{cursor:pointer;width:100%;height:30px;z-index:1}.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{position:relative;width:4px;height:100%;margin:0 auto;border-radius:16px;text-align:center}.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{width:12px}.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{width:8px}.mCSB_scrollTools .mCSB_buttonDown,.mCSB_scrollTools .mCSB_buttonUp{display:block;position:absolute;height:20px;width:100%;overflow:hidden;margin:0 auto;cursor:pointer}.mCSB_scrollTools .mCSB_buttonDown{bottom:0}.mCSB_horizontal.mCSB_inside>.mCSB_container{margin-right:0;margin-bottom:30px}.mCSB_horizontal.mCSB_outside>.mCSB_container{min-height:100%}.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden{margin-bottom:0}.mCSB_scrollTools.mCSB_scrollTools_horizontal{width:auto;height:16px;top:auto;right:0;bottom:0;left:0}.mCustomScrollBox+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox+.mCSB_scrollTools.mCSB_scrollTools_horizontal{bottom:-26px}.mCSB_scrollTools.mCSB_scrollTools_horizontal a+.mCSB_draggerContainer{margin:0 20px}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:2px;margin:7px 0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger{width:30px;height:100%;left:0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:4px;margin:6px auto}.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{height:12px;margin:2px auto}.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{height:8px;margin:4px 0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{display:block;position:absolute;width:20px;height:100%;overflow:hidden;margin:0 auto;cursor:pointer}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft{left:0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{right:0}.mCSB_container_wrapper{position:absolute;height:auto;width:auto;overflow:hidden;top:0;left:0;right:0;bottom:0;margin-right:30px;margin-bottom:30px}.mCSB_container_wrapper>.mCSB_container{padding-right:30px;padding-bottom:30px;box-sizing:border-box}.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_vertical{bottom:20px}.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_horizontal{right:20px}.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden+.mCSB_scrollTools.mCSB_scrollTools_vertical{bottom:0}.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal{right:0}.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal{left:20px}.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal{left:0}.mCS-dir-rtl>.mCSB_inside>.mCSB_container_wrapper{margin-right:0;margin-left:30px}.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden>.mCSB_container{padding-right:0}.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden>.mCSB_container{padding-bottom:0}.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden{margin-right:0;margin-left:0}.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden{margin-bottom:0}.mCSB_scrollTools,.mCSB_scrollTools .mCSB_buttonDown,.mCSB_scrollTools .mCSB_buttonLeft,.mCSB_scrollTools .mCSB_buttonRight,.mCSB_scrollTools .mCSB_buttonUp,.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{-webkit-transition:opacity .2s ease-in-out,background-color .2s ease-in-out;transition:opacity .2s ease-in-out,background-color .2s ease-in-out}.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar{-webkit-transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out}.mCSB_scrollTools{opacity:.75;filter:"alpha(opacity=75)";-ms-filter:"alpha(opacity=75)"}.mCS-autoHide>.mCustomScrollBox>.mCSB_scrollTools,.mCS-autoHide>.mCustomScrollBox~.mCSB_scrollTools{opacity:0;filter:"alpha(opacity=0)";-ms-filter:"alpha(opacity=0)"}.mCS-autoHide:hover>.mCustomScrollBox>.mCSB_scrollTools,.mCS-autoHide:hover>.mCustomScrollBox~.mCSB_scrollTools,.mCustomScrollBox:hover>.mCSB_scrollTools,.mCustomScrollBox:hover~.mCSB_scrollTools,.mCustomScrollbar>.mCustomScrollBox>.mCSB_scrollTools.mCSB_scrollTools_onDrag,.mCustomScrollbar>.mCustomScrollBox~.mCSB_scrollTools.mCSB_scrollTools_onDrag{opacity:1;filter:"alpha(opacity=100)";-ms-filter:"alpha(opacity=100)"}.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.4);filter:"alpha(opacity=40)";-ms-filter:"alpha(opacity=40)"}.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#fff;background-color:hsla(0,0%,100%,.75);filter:"alpha(opacity=75)";-ms-filter:"alpha(opacity=75)"}.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:hsla(0,0%,100%,.85);filter:"alpha(opacity=85)";-ms-filter:"alpha(opacity=85)"}.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:hsla(0,0%,100%,.9);filter:"alpha(opacity=90)";-ms-filter:"alpha(opacity=90)"}.mCSB_scrollTools .mCSB_buttonDown,.mCSB_scrollTools .mCSB_buttonLeft,.mCSB_scrollTools .mCSB_buttonRight,.mCSB_scrollTools .mCSB_buttonUp{background-image:url(./wp-content/themes/reign-theme/assets/css/mCSB_buttons.png);background-repeat:no-repeat;opacity:.4;filter:"alpha(opacity=40)";-ms-filter:"alpha(opacity=40)"}.mCSB_scrollTools .mCSB_buttonUp{background-position:0 0}.mCSB_scrollTools .mCSB_buttonDown{background-position:0 -20px}.mCSB_scrollTools .mCSB_buttonLeft{background-position:0 -40px}.mCSB_scrollTools .mCSB_buttonRight{background-position:0 -56px}.mCSB_scrollTools .mCSB_buttonDown:hover,.mCSB_scrollTools .mCSB_buttonLeft:hover,.mCSB_scrollTools .mCSB_buttonRight:hover,.mCSB_scrollTools .mCSB_buttonUp:hover{opacity:.75;filter:"alpha(opacity=75)";-ms-filter:"alpha(opacity=75)"}.mCSB_scrollTools .mCSB_buttonDown:active,.mCSB_scrollTools .mCSB_buttonLeft:active,.mCSB_scrollTools .mCSB_buttonRight:active,.mCSB_scrollTools .mCSB_buttonUp:active{opacity:.9;filter:"alpha(opacity=90)";-ms-filter:"alpha(opacity=90)"}.mCS-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.15)}.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:rgba(0,0,0,.85)}.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:rgba(0,0,0,.9)}.mCS-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-80px 0}.mCS-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-80px -20px}.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-80px -40px}.mCS-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-80px -56px}.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail,.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail{width:4px;background-color:#fff;background-color:hsla(0,0%,100%,.1);border-radius:1px}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:4px;background-color:#fff;background-color:hsla(0,0%,100%,.75);border-radius:1px}.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:4px;margin:6px auto}.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:hsla(0,0%,100%,.85)}.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:hsla(0,0%,100%,.9)}.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px 0}.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -20px}.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -40px}.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -56px}.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1);border-radius:1px}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75);border-radius:1px}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px 0}.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -20px}.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -40px}.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -56px}.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail,.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail{width:4px;background-color:#fff;background-color:hsla(0,0%,100%,.1);border-radius:2px}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:6px;background-color:#fff;background-color:hsla(0,0%,100%,.75);border-radius:2px}.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:4px;margin:6px 0}.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:6px;margin:5px auto}.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:hsla(0,0%,100%,.85)}.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:hsla(0,0%,100%,.9)}.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp{background-position:-16px 0}.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown{background-position:-16px -20px}.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft{background-position:-20px -40px}.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight{background-position:-20px -56px}.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1);border-radius:2px}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75);border-radius:2px}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp{background-position:-96px 0}.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown{background-position:-96px -20px}.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft{background-position:-100px -40px}.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight{background-position:-100px -56px}.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail{background-color:#fff;background-color:hsla(0,0%,100%,.1)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:2px}.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%}.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:2px;margin:7px auto}.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.15)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp{background-position:-80px 0}.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown{background-position:-80px -20px}.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft{background-position:-80px -40px}.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight{background-position:-80px -56px}.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail{background-color:#fff;background-color:hsla(0,0%,100%,.15)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger,.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,.mCS-rounded.mCSB_scrollTools .mCSB_dragger{height:14px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:14px;margin:0 1px}.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger{width:14px}.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{height:14px;margin:1px 0}.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{width:16px;height:16px;margin:-1px 0}.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{width:4px}.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{height:16px;width:16px;margin:0 -1px}.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{height:4px;margin:6px 0}.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp{background-position:0 -72px}.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown{background-position:0 -92px}.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft{background-position:0 -112px}.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight{background-position:0 -128px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.15)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-80px -72px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-80px -92px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-80px -112px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-80px -128px}.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail{width:4px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail{background-color:transparent;background-position:50%}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");background-repeat:repeat-y;opacity:.3;filter:"alpha(opacity=30)";-ms-filter:"alpha(opacity=30)"}.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail{height:4px;margin:6px 0;background-repeat:repeat-x}.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp{background-position:-16px -72px}.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown{background-position:-16px -92px}.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft{background-position:-20px -112px}.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight{background-position:-20px -128px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=")}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-96px -72px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-96px -92px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-100px -112px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-100px -128px}.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-repeat:repeat-y;background-image:-webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,.5)),to(hsla(0,0%,100%,0)));background-image:-webkit-linear-gradient(0deg,hsla(0,0%,100%,.5) 0,hsla(0,0%,100%,0));background-image:linear-gradient(90deg,hsla(0,0%,100%,.5) 0,hsla(0,0%,100%,0))}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{background-repeat:repeat-x;background-image:-webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,.5)),to(hsla(0,0%,100%,0)));background-image:-webkit-linear-gradient(270deg,hsla(0,0%,100%,.5) 0,hsla(0,0%,100%,0));background-image:linear-gradient(180deg,hsla(0,0%,100%,.5) 0,hsla(0,0%,100%,0))}.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger,.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger{height:70px}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger{width:70px}.mCS-3d-dark.mCSB_scrollTools,.mCS-3d.mCSB_scrollTools{opacity:1;filter:"alpha(opacity=30)";-ms-filter:"alpha(opacity=30)"}.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_draggerRail{border-radius:16px}.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-3d.mCSB_scrollTools .mCSB_draggerRail{width:8px;background-color:#000;background-color:rgba(0,0,0,.2);box-shadow:inset 1px 0 1px rgba(0,0,0,.5),inset -1px 0 1px hsla(0,0%,100%,.2)}.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#555}.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:8px}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:8px;margin:4px 0;box-shadow:inset 0 1px 1px rgba(0,0,0,.5),inset 0 -1px 1px hsla(0,0%,100%,.2)}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:8px;margin:4px auto}.mCS-3d.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px -72px}.mCS-3d.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -92px}.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -112px}.mCS-3d.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -128px}.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1);box-shadow:inset 1px 0 1px rgba(0,0,0,.1)}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{box-shadow:inset 0 1px 1px rgba(0,0,0,.1)}.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px -72px}.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -92px}.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -112px}.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -128px}.mCS-3d-thick-dark.mCSB_scrollTools,.mCS-3d-thick.mCSB_scrollTools{opacity:1;filter:"alpha(opacity=30)";-ms-filter:"alpha(opacity=30)"}.mCS-3d-thick-dark.mCSB_scrollTools,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer,.mCS-3d-thick.mCSB_scrollTools,.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer{border-radius:7px}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{border-radius:5px}.mCSB_inside+.mCS-3d-thick-dark.mCSB_scrollTools_vertical,.mCSB_inside+.mCS-3d-thick.mCSB_scrollTools_vertical{right:1px}.mCS-3d-thick-dark.mCSB_scrollTools_vertical,.mCS-3d-thick.mCSB_scrollTools_vertical{box-shadow:inset 1px 0 1px rgba(0,0,0,.1),inset 0 0 14px rgba(0,0,0,.5)}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal,.mCS-3d-thick.mCSB_scrollTools_horizontal{bottom:1px;box-shadow:inset 0 1px 1px rgba(0,0,0,.1),inset 0 0 14px rgba(0,0,0,.5)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{box-shadow:inset 1px 0 0 hsla(0,0%,100%,.4);width:12px;margin:2px;position:absolute;height:auto;top:0;bottom:0;left:0;right:0}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{box-shadow:inset 0 1px 0 hsla(0,0%,100%,.4)}.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#555}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{height:12px;width:auto}.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer{background-color:#000;background-color:rgba(0,0,0,.05);box-shadow:inset 1px 1px 16px rgba(0,0,0,.1)}.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail{background-color:transparent}.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px -72px}.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -92px}.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -112px}.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -128px}.mCS-3d-thick-dark.mCSB_scrollTools{box-shadow:inset 0 0 14px rgba(0,0,0,.2)}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal{box-shadow:inset 0 1px 1px rgba(0,0,0,.1),inset 0 0 14px rgba(0,0,0,.2)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{box-shadow:inset 1px 0 0 hsla(0,0%,100%,.4),inset -1px 0 0 rgba(0,0,0,.2)}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{box-shadow:inset 0 1px 0 hsla(0,0%,100%,.4),inset 0 -1px 0 rgba(0,0,0,.2)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#777}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer{background-color:#fff;background-color:rgba(0,0,0,.05);box-shadow:inset 1px 1px 16px rgba(0,0,0,.1)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:transparent}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px -72px}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -92px}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -112px}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -128px}.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical,.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical{right:0;margin:12px 0}.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools.mCSB_scrollTools_horizontal{bottom:0;margin:0 12px}.mCS-dir-rtl>.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical,.mCS-dir-rtl>.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical{left:0;right:auto}.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail{background-color:transparent}.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger,.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger{height:50px}.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger{width:50px}.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#fff;background-color:hsla(0,0%,100%,.2);filter:"alpha(opacity=20)";-ms-filter:"alpha(opacity=20)"}.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:hsla(0,0%,100%,.5);filter:"alpha(opacity=50)";-ms-filter:"alpha(opacity=50)"}.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.2);filter:"alpha(opacity=20)";-ms-filter:"alpha(opacity=20)"}.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.5);filter:"alpha(opacity=50)";-ms-filter:"alpha(opacity=50)"}.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail{width:6px;background-color:#000;background-color:rgba(0,0,0,.2)}.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:6px}.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:6px;margin:5px 0}.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{width:12px}.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{height:12px;margin:2px 0}.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px -72px}.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -92px}.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -112px}.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -128px}.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1)}.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px -72px}.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -92px}.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -112px}.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -128px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset.mCSB_scrollTools .mCSB_draggerRail{width:12px;background-color:#000;background-color:rgba(0,0,0,.2)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:6px;margin:3px 5px;position:absolute;height:auto;top:0;bottom:0;left:0;right:0}.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{height:6px;margin:5px 3px;position:absolute;width:auto;top:0;bottom:0;left:0;right:0}.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:12px;margin:2px 0}.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px -72px}.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -92px}.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -112px}.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -128px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px -72px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -92px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -112px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -128px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail{background-color:transparent;border:1px solid hsla(0,0%,100%,.2);box-sizing:border-box}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail{border-color:#000;border-color:rgba(0,0,0,.2)}.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail{background-color:#fff;background-color:hsla(0,0%,100%,.6)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.6)}.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#fff;background-color:hsla(0,0%,100%,.75)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:hsla(0,0%,100%,.85)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:hsla(0,0%,100%,.9)}.dark-mode .pmpro_message a,.pmpro_message a{color:#245269;text-decoration:underline}#pmpro_form .pmpro_btn.pmpro_btn-cancel{background:#ea1808;color:#fff;border-color:#ea1808;text-decoration:none}#pmpro_form .pmpro_btn.pmpro_btn-cancel:hover{color:var(--reign-color-white)}#pmpro_invoices_table td,#pmpro_invoices_table th{padding:10px;border-top:1px solid var(--reign-site-border-color);border-bottom:1px solid var(--reign-site-border-color);border-left:1px solid var(--reign-site-border-color)}#pmpro_invoices_table td:last-child,#pmpro_invoices_table th:last-child{border-right:1px solid var(--reign-site-border-color)}.pmpro_a-print{margin:-25px 0 0}.pmpro-confirmation h3.prpro_confirmation_title{font-size:22px;margin:0}body.pmpro-variation_high_contrast .pmpro{--pmpro--color--contrast:var(--reign-site-body-text-color)}body.pmpro-variation_high_contrast .pmpro .pmpro_card{--pmpro--color--base:var(--reign-site-sections-bg-color);--pmpro--color--border--variation:var(--reign-site-border-color);--pmpro--box-shadow:5px 4px 0px var(--reign-site-border-color);--pmpro--color--contrast:var(--reign-site-body-text-color);border-radius:var(--reign-global-border-radius)}body.pmpro-variation_high_contrast .pmpro .pmpro_btn,body.pmpro-variation_high_contrast .pmpro .pmpro_section #loginform .login-submit .button{--pmpro--color--accent:var(--reign-site-button-bg-color);--pmpro--color--base:var(--reign-site-button-text-color);border-radius:var(--reign-global-button-radius)}body.pmpro-variation_high_contrast .pmpro .pmpro_btn:focus,body.pmpro-variation_high_contrast .pmpro .pmpro_btn:hover,body.pmpro-variation_high_contrast .pmpro .pmpro_section #loginform .login-submit .button:focus,body.pmpro-variation_high_contrast .pmpro .pmpro_section #loginform .login-submit .button:hover{--pmpro--color--accent--variation:var(--reign-site-button-bg-hover-color);--pmpro--color--base:var(--reign-site-button-text-hover-color)}body.pmpro-variation_high_contrast .pmpro .pmpro_btn-cancel{--pmpro--color--border--variation:var(--reign-site-button-bg-color);--pmpro--color--contrast:var(--reign-site-button-bg-color)}body.pmpro-variation_high_contrast .pmpro .pmpro_btn-cancel:focus,body.pmpro-variation_high_contrast .pmpro .pmpro_btn-cancel:hover{background-color:var(--reign-site-button-bg-hover-color);border-color:var(--reign-site-button-bg-hover-color);color:var(--reign-site-button-text-hover-color)}body.pmpro-variation_high_contrast .pmpro .pmpro_form_input{--pmpro--color--base:var(--reign-form-background-color);--pmpro--color--border:var(--reign-form-border-color);--pmpro--color--contrast:var(--reign-form-text-color)}body.pmpro-variation_high_contrast .pmpro .pmpro_form_input:focus{--pmpro--color--base:var(--reign-form-focus-background-color);color:var(--reign-form-focus-text-color);border-color:var(--reign-form-focus-border-color)}body.pmpro-variation_1 .pmpro{--pmpro--color--contrast:var(--reign-site-body-text-color)}body.pmpro-variation_1 .pmpro .pmpro_card{--pmpro--color--base:var(--reign-site-sections-bg-color);--pmpro--color--border--variation:var(--reign-site-border-color);--pmpro--base--border-radius:var(--reign-global-border-radius)}body.pmpro-variation_1 .pmpro .pmpro_card_content+.pmpro_card_actions{border-top:1px solid var(--reign-site-border-color)}body.pmpro-variation_1 .pmpro .pmpro_card_actions{background-color:var(--reign-site-secondary-bg-color)}body.pmpro-variation_1 .pmpro .pmpro_card_title{--pmpro--color--contrast:var(--reign-site-headings-color)}body.pmpro-variation_1 .pmpro .pmpro_btn,body.pmpro-variation_1 .pmpro .pmpro_section #loginform .login-submit .button{--pmpro--color--accent:var(--reign-site-button-bg-color);--pmpro--color--base:var(--reign-site-button-text-color);border-radius:var(--reign-global-button-radius)}body.pmpro-variation_1 .pmpro .pmpro_btn:focus,body.pmpro-variation_1 .pmpro .pmpro_btn:hover,body.pmpro-variation_1 .pmpro .pmpro_section #loginform .login-submit .button:focus,body.pmpro-variation_1 .pmpro .pmpro_section #loginform .login-submit .button:hover{--pmpro--color--accent--variation:var(--reign-site-button-bg-hover-color)!important;--pmpro--color--base:var(--reign-site-button-text-hover-color)}body.pmpro-variation_1 .pmpro .pmpro_btn-cancel{--pmpro--color--border:var(--reign-site-button-bg-color);--pmpro--color--contrast:var(--reign-site-button-bg-color)}body.pmpro-variation_1 .pmpro .pmpro_btn-cancel:focus,body.pmpro-variation_1 .pmpro .pmpro_btn-cancel:hover{background-color:var(--reign-site-button-bg-hover-color);border-color:var(--reign-site-button-bg-hover-color);color:var(--reign-site-button-text-hover-color)}body.pmpro-variation_1 .pmpro .pmpro_form_input{--pmpro--color--base:var(--reign-form-background-color);--pmpro--color--border:var(--reign-form-border-color);--pmpro--color--contrast:var(--reign-form-text-color)}body.pmpro-variation_1 .pmpro .pmpro_form_input:focus{--pmpro--color--base:var(--reign-form-focus-background-color);color:var(--reign-form-focus-text-color);border-color:var(--reign-form-focus-border-color)}body.pmpro-variation_minimal .pmpro_card{margin:15px 0;padding:15px;background:var(--reign-site-sections-bg-color);border:1px solid var(--reign-site-border-color);border-radius:var(--reign-global-border-radius)!important}body.pmpro-variation_minimal .pmpro fieldset{border:0;margin:0;padding:0}body.pmpro-variation_minimal .pmpro fieldset label{margin-bottom:10px}body.pmpro-variation_minimal .pmpro fieldset .pmpro_form_field{margin:0 0 15px}body.pmpro-variation_minimal .pmpro fieldset p.pmpro_form_hint{margin:5px 0 0}body.pmpro-variation_minimal .pmpro_form_fields select{width:100%}body.pmpro-variation_minimal .pmpro_form_field-password-toggle{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;font-weight:500;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:15px 0 0;padding:0}body.pmpro-variation_minimal .pmpro_form_field-password-toggle button{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:0 0;color:var(--reign-site-headings-color);border:none;box-shadow:none;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:5px;font-size:16px;line-height:1;margin:0;min-height:1px;padding:0}body.pmpro-variation_minimal .pmpro_form_field-password-toggle button:active,body.pmpro-variation_minimal .pmpro_form_field-password-toggle button:focus,body.pmpro-variation_minimal .pmpro_form_field-password-toggle button:hover{color:var(--reign-colors-theme)}#pmpro_levels_table .rtm_pmpro_levels_plan{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:wrap;flex-flow:wrap;margin:0 -15px}#pmpro_levels_table .rtm_pmpro_levels_plan .rtm_pmpro_levels_section{position:relative;background:var(--reign-site-sections-bg-color);margin:15px;padding:0;border:1px solid var(--reign-site-border-color);border-radius:var(--reign-global-border-radius)!important;-webkit-transition:all .3s;transition:all .3s}#pmpro_levels_table .rtm_pmpro_levels_plan .rtm_pmpro_levels_section:hover{box-shadow:15px 15px 20px rgba(58,46,68,.08)}#pmpro_levels_table .rtm_pmpro_levels_plan .rtm_pmpro_levels_section.price_table_column_3,#pmpro_levels_table .rtm_pmpro_levels_plan .rtm_pmpro_levels_section.price_table_column_4{width:100%}@media (min-width:768px){#pmpro_levels_table .rtm_pmpro_levels_plan .rtm_pmpro_levels_section.price_table_column_3,#pmpro_levels_table .rtm_pmpro_levels_plan .rtm_pmpro_levels_section.price_table_column_4{width:-webkit-calc(50% - 30px);width:calc(50% - 30px)}}@media (min-width:992px){#pmpro_levels_table .rtm_pmpro_levels_plan .rtm_pmpro_levels_section.price_table_column_3,#pmpro_levels_table .rtm_pmpro_levels_plan .rtm_pmpro_levels_section.price_table_column_4{width:-webkit-calc(33.333333% - 30px);width:calc(33.333333% - 30px)}}@media (min-width:1200px){#pmpro_levels_table .rtm_pmpro_levels_plan .rtm_pmpro_levels_section.price_table_column_4{width:-webkit-calc(25% - 30px);width:calc(25% - 30px)}}#pmpro_levels_table .rtm_pmpro_levels_plan .rtm_pmpro_price{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:0;padding:0;height:100%;border-radius:var(--reign-global-border-radius)!important;overflow:hidden}#pmpro_levels_table .rtm_pmpro_levels_plan .rtm_pmpro_price_top{text-align:center;padding:20px}#pmpro_levels_table .rtm_pmpro_levels_plan .rtm_pmpro_price_top h2{font-size:16px;margin:0;padding:0 0 15px;border-bottom:1px solid var(--reign-site-border-color);text-transform:uppercase;font-weight:400}#pmpro_levels_table .rtm_pmpro_levels_plan .rtm_pmpro_price_top .rtm_levels_table_price{font-size:14px;margin-top:10px}#pmpro_levels_table .rtm_pmpro_levels_plan .rtm_pmpro_price_top .rtm_levels_table_price .rtm-pmpro-now-price{font-size:50px;line-height:50px;padding:20px 0 0}#pmpro_levels_table .rtm_pmpro_levels_plan .rtm_pmpro_price_top .rtm_levels_table_price strong{color:var(--reign-color-black);font-weight:400}#pmpro_levels_table .rtm_pmpro_levels_plan .rtm_pmpro_price_top .rtm-pmpro-recurring-price{margin:10px 0 0;font-weight:500}#pmpro_levels_table .rtm_pmpro_levels_plan .rtm_levels_table_des{margin:0;padding:20px;font-size:90%;max-width:300px;margin:0 auto}#pmpro_levels_table .rtm_pmpro_levels_plan .rtm_levels_table_des ul{list-style:none;display:block;margin:0;padding:0;position:relative}#pmpro_levels_table .rtm_pmpro_levels_plan .rtm_levels_table_des ul li{position:relative;padding:5px 2px;padding-left:24px}#pmpro_levels_table .rtm_pmpro_levels_plan .rtm_levels_table_des ul li:before{content:"\f058";font-family:"Font Awesome 6 Pro",reign-icons;margin:0;padding:0;font-size:14px;width:20px;position:absolute;left:0;top:5px;opacity:.5}#pmpro_levels_table .rtm_pmpro_levels_plan .rtm_levels_table_des ol li{padding:3px}#pmpro_levels_table .rtm_pmpro_levels_plan .rtm_levels_table_des img{margin:0 0 15px;display:block}#pmpro_levels_table .rtm_pmpro_levels_plan .rtm_levels_table_button{text-align:center;margin:0 20px 20px;margin-top:auto;padding-top:20px;display:block;border-top:1px solid var(--reign-site-border-color)}#pmpro_levels_table .rtm_pmpro_levels_plan .rtm_levels_table_button .pmpro_btn{margin:0;padding:10px 20px;font-size:14px;letter-spacing:.02em;font-weight:400;background-color:var(--reign-site-button-bg-color);color:var(--reign-site-button-text-color);border-radius:var(--reign-global-button-radius);border:1px solid transparent}#pmpro_levels_table .rtm_pmpro_levels_plan .rtm_levels_table_button .pmpro_btn:hover{background-color:var(--reign-site-button-bg-hover-color);color:var(--reign-site-button-text-hover-color);border-radius:var(--reign-global-button-radius)}#pmpro_levels_table .rtm_pmpro_levels_plan::after{content:"";display:table;clear:both}nav#nav-below{display:block;margin:10px 0}nav#nav-below .nav-next a:after,nav#nav-below .nav-previous a:before{content:none}nav#nav-below::after{content:"";display:table;clear:both}.pmpro_logged_in_welcome_wrap,.pmpro_login_wrap,.pmpro_lost_password_wrap,.pmpro_reset_password_wrap{position:relative;background:var(--reign-site-sections-bg-color);margin:0;padding:15px;border:1px solid var(--reign-site-border-color);border-radius:var(--reign-global-border-radius)!important}.pmpro_logged_in_welcome_wrap hr,.pmpro_login_wrap hr,.pmpro_lost_password_wrap hr,.pmpro_reset_password_wrap hr{margin:15px 0}#loginform input[type=password],#loginform input[type=text],form.pmpro_form .input,form.pmpro_form textarea{display:inline-block;width:100%;max-width:100%;min-height:1.5rem}#loginform label,form.pmpro_form label{margin:0 0 5px}.pmpro_actions_nav{margin:15px 0 0}#pmpro_form .pmpro_checkout{margin:15px 0;padding:15px;background:var(--reign-site-sections-bg-color);border:1px solid var(--reign-site-border-color);border-radius:var(--reign-global-border-radius)!important;overflow:hidden}#pmpro_form .pmpro_checkout h2{margin-top:0}#pmpro_form .pmpro_checkout hr{display:none}#pmpro_form .pmpro_checkout .input,#pmpro_form .pmpro_checkout select,#pmpro_form .pmpro_checkout textarea{width:100%;height:40px;padding:10px 15px}#pmpro_form .pmpro_checkout label{font-size:14px;text-transform:uppercase;font-weight:600}#pmpro_form .pmpro_checkout .pmpro_checkout-field-bcity_state_zip .input{max-width:29%}#pmpro_form .pmpro_checkout h3{margin:0;padding:7px 15px;border-bottom:1px solid var(--reign-site-border-color);font-size:20px;text-transform:uppercase}#pmpro_form .pmpro_checkout h3 span.pmpro_checkout-h3-name{margin:0}#pmpro_form .pmpro_checkout h3 span.pmpro_checkout-h3-msg{font-weight:400;font-size:12px}#pmpro_form .pmpro_checkout .input{display:inline-block;width:90%}#pmpro_form .pmpro_checkout .pmpro_payment-expiration select{width:130px;display:inline-block}#pmpro_form .pmpro_checkout .pmpro_checkout-fields::after{content:"";display:table;clear:both}@media (min-width:576px){#pmpro_form .pmpro_checkout .pmpro_checkout-fields .pmpro_checkout-field{width:50%;float:left}}#pmpro_form .pmpro_checkout .pmpro_asterisk{color:#ff0101}form.pmpro_form .pmpro_submit hr{display:none}input#pmpro_btn-submit{color:var(--reign-color-white)}.pmpro-confirmation .pmpro-has-access>.entry-content{position:relative;background:var(--reign-site-sections-bg-color);margin:0;padding:15px;border-radius:var(--reign-global-border-radius)!important;border:1px solid var(--reign-site-border-color)}.pmpro-confirmation .pmpro-has-access>.entry-content::after{content:"";display:table;clear:both}.pmpro_invoice_details{gap:15px}.pmpro_invoice_details>div{margin:0 0 15px;padding:15px;border-radius:var(--reign-global-border-radius)!important;border:1px solid var(--reign-site-border-color)}.pmpro_invoice_details>div>strong{margin:0 0 15px;padding:0 0 15px;display:block;border-bottom:1px solid var(--reign-site-border-color)}.pmpro_invoice_details>div .pmpro_price_part-total{border-top:0}ul.pmpro_billing_info_list{margin:0 0 20px!important;padding:5px 0;list-style:none;position:relative;display:block;background:var(--reign-site-sections-bg-color);border:1px solid var(--reign-site-border-color);border-radius:var(--reign-global-border-radius)}ul.pmpro_billing_info_list li{padding:2px 10px 10px;margin:5px 0;font-size:14px;border-bottom:1px solid var(--reign-site-border-color)}ul.pmpro_billing_info_list li:last-child{border:0;padding-bottom:0}ul.pmpro_billing_info_list li:before{content:"";font-family:"Font Awesome 6 Pro",reign-icons;text-align:center;font-size:18px;color:var(--reign-colors-theme);margin:0 10px 0 0;vertical-align:middle;width:30px;display:inline-block}ul.pmpro_billing_info_list li.level:before{content:"\f1d8"}ul.pmpro_billing_info_list li.level_fee:before{content:"\f155"}ul.pmpro_billing_info_list li.level_duration:before{content:"\f073"}ul.pmpro_billing_info_list li.level_user_info:before{content:"\f2bd"}ul.pmpro_billing_info_list li.level_dicount:before{content:"\f06b"}ul.pmpro_billing_info_list li strong{text-transform:uppercase;min-width:120px}.pmpro_change_password_wrap,.pmpro_member_profile_edit_wrap{position:relative;background:var(--reign-site-sections-bg-color);margin:0;padding:15px;border-radius:var(--reign-global-border-radius)!important;border:1px solid var(--reign-site-border-color)}.pmpro_change_password_wrap .pmpro_asterisk,.pmpro_member_profile_edit_wrap .pmpro_asterisk{color:#ff0101}form.pmpro_form .lite{font-size:13px;margin-top:5px}form.pmpro_form .pmpro_change_password-fields input{width:95%}#pmpro_account .pmpro_box{background:var(--reign-site-sections-bg-color);margin:0 0 20px;padding:15px;border:1px solid var(--reign-site-border-color);border-radius:var(--reign-global-border-radius)}#pmpro_account .pmpro_box h3{font-size:20px;padding:5px 10px;margin:0;display:block;border-bottom:1px solid var(--reign-site-border-color)}#pmpro_account .pmpro_box table{font-size:14px;margin:0}#pmpro_account .pmpro_box table td,#pmpro_account .pmpro_box table th{padding:10px;border-right:1px solid var(--reign-site-border-color)}#pmpro_account .pmpro_box table td:last-child,#pmpro_account .pmpro_box table th:last-child{border-right:0px}#pmpro_account .pmpro_box .pmpro_actionlinks{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-ms-flex-flow:wrap;flex-flow:wrap;margin:0;padding:0}#pmpro_account .pmpro_box .pmpro_actionlinks a{display:inline-block;overflow:hidden;padding:5px 20px;border-radius:var(--reign-global-border-radius);margin:5px;font-size:12px;font-weight:700;line-height:1.5;text-transform:uppercase;color:var(--reign-color-white)}#pmpro_account .pmpro_box table .pmpro_actionlinks{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}#pmpro_account .pmpro_box table .pmpro_actionlinks a{margin:0 5px;padding:0;font-size:11px;text-transform:none;font-weight:400;border:none;background:0 0;color:#828282}#pmpro_account .pmpro_box table .pmpro_actionlinks a:first-child{margin-left:0}#pmpro_account-profile .pmpro_actionlinks{border-top:1px solid var(--reign-site-border-color);margin:10px 0 0}#pmpro_account #pmpro_account-profile p{font-size:16px;text-transform:capitalize;font-weight:600;margin:10px 0;padding:0 10px}#pmpro_account #pmpro_account-profile ul{list-style:none;margin:0;padding:0;display:block;position:relative}#pmpro_account #pmpro_account-profile ul li{padding:5px 0;position:relative;font-size:14px}#pmpro_account #pmpro_account-profile ul li:before{content:"\f013";font-family:"Font Awesome 6 Pro",reign-icons;text-align:center;font-size:15px;width:30px;display:inline-block;vertical-align:middle}#pmpro_account #pmpro_account-profile ul li:first-child:before{content:"\f007"}#pmpro_account #pmpro_account-profile ul li:nth-child(2n):before{content:"\f0e0"}#pmpro_account #pmpro_account-profile ul li strong{font-weight:400}#pmpro_cancel .pmpro_actionlinks{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-flow:wrap;flex-flow:wrap;margin:0;padding:0}#pmpro_cancel .pmpro_actionlinks a{display:inline-block;overflow:hidden;padding:5px 20px;border-radius:var(--reign-global-border-radius);margin:5px;font-size:12px;font-weight:700;line-height:1.5;text-transform:uppercase;color:var(--reign-color-white)}#pmpro_cancel hr{display:none}.pmpro_btn.pmpro_btn-cancel{display:inline-block;padding:10px 20px;font-size:15px;font-weight:400;line-height:1.5;border-radius:var(--reign-global-button-radius);text-transform:none;-webkit-transition:all .3s;transition:all .3s;cursor:pointer;font-weight:400;text-shadow:none;font-family:inherit}#pmpro_account-membership .pmpro_actionlinks a,#pmpro_account-profile .pmpro_actionlinks a,#pmpro_cancel .pmpro_actionlinks a,#pmpro_form .pmpro_btn,.rtm_pmpro_levels_plan .rtm_pmpro_featured .rtm_pmpro_price_top{background:var(--reign-colors-theme)}#pmpro_account-membership .pmpro_actionlinks a,#pmpro_account-profile .pmpro_actionlinks a,#pmpro_cancel .pmpro_actionlinks a,#pmpro_form .pmpro_btn,.rtm_pmpro_levels_plan .rtm_pmpro_featured .rtm_pmpro_price_top{border-color:var(--reign-colors-theme)}.pmpro-confirmation .pmpro-has-access>.entry-content,.pmpro-invoice .pmpro-has-access>.entry-content,.pmpro_change_password_wrap,.pmpro_invoice_details>div,.pmpro_member_profile_edit_wrap{border-radius:var(--reign-global-border-radius)!important}.container,.container-fluid{margin-left:auto;margin-right:auto;padding-left:15px;padding-right:15px}.wb-grid{display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:-15px;margin-right:-15px;-ms-flex-wrap:wrap;flex-wrap:wrap}.wb-grid-cell,.wb-grid>*{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:1px;list-style:none}.wb-grid-cell:not(.no-gutter),.wb-grid>:not(.no-gutter){padding-left:15px;padding-right:15px}.wb-grid style,.wb-grid-cell style{opacity:0}.wb-grid-flex{display:-webkit-box;display:-ms-flexbox;display:flex}.wb-grid-reverse{-ms-flex-flow:row-reverse;flex-flow:row-reverse}.wb-grid-top{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.wb-grid-bottom{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.wb-grid-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.wb-grid-space-between{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.wb-grid-content-right{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.wb-grid-cell-top{-ms-flex-item-align:start;align-self:flex-start}.wb-grid-cell-bottom{-ms-flex-item-align:end;align-self:flex-end}.wb-grid-cell-center{-ms-flex-item-align:center;align-self:center}.widget-area{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}@media (max-width:543px){.wb-grid{-ms-flex-flow:row wrap;flex-flow:row wrap}.wb-grid-cell{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}@media (min-width:544px){.sm-wb-grid-1-1{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.sm-wb-grid-1-2{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.sm-wb-grid-1-3{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.sm-wb-grid-1-4{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.sm-wb-grid-1-5{-webkit-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.sm-wb-grid-1-6{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.sm-wb-grid-2-3{-webkit-box-flex:0;-ms-flex:0 0 66.66%;flex:0 0 66.66%;max-width:66.66%}.sm-wb-grid-3-4{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}}@media (min-width:768px){.md-wb-grid-1-1{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.md-wb-grid-1-2{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.md-wb-grid-1-3{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.md-wb-grid-1-4{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.md-wb-grid-1-5{-webkit-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.md-wb-grid-1-6{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.md-wb-grid-2-3{-webkit-box-flex:0;-ms-flex:0 0 66.66%;flex:0 0 66.66%;max-width:66.66%}.md-wb-grid-3-4{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}}@media (min-width:992px){.widget-area{-webkit-box-flex:0;-ms-flex:0 0 28.125%;flex:0 0 28.125%}.bp-user #secondary.group-single-widget-area,.bp-user #secondary.member-profile-widget-area,.single-item.groups #secondary.group-single-widget-area,.single-item.groups #secondary.member-profile-widget-area{-webkit-box-flex:0;-ms-flex:0 0 30%;flex:0 0 30%;max-width:30%}.lg-wb-grid-1-1{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.lg-wb-grid-1-2{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.lg-wb-grid-1-3{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.lg-wb-grid-1-4{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.lg-wb-grid-1-5{-webkit-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.lg-wb-grid-1-6{-webkit-box-flex:0;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.lg-wb-grid-2-3{-webkit-box-flex:0;-ms-flex:0 0 66.66%;flex:0 0 66.66%;max-width:66.66%}.lg-wb-grid-3-4{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}}@media (min-width:1200px){.container{max-width:1170px}}@media (max-width:991px){#secondary.activity-index-widget-area{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}@media (max-width:992px){body .site-content .widget-area,body.bp-user #secondary.group-single-widget-area,body.bp-user #secondary.member-profile-widget-area,body.reign-both_sidebar aside#reign-sidebar-left,body.reign-both_sidebar aside#reign-sidebar-right,body.single-item.groups #secondary.group-single-widget-area,body.single-item.groups #secondary.member-profile-widget-area{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}.rg-boxed-layout{background:var(--reign-site-body-bg-color)}.rg-boxed-layout .site{max-width:1170px;margin:auto;background:var(--reign-site-sections-bg-color);overflow:hidden}.rg-boxed-layout #masthead .header-desktop.fixed-top,.rg-boxed-layout #wbcom-header-topbar{max-width:1170px;margin:auto}.rg-boxed-layout .reign-fallback-header.navbar-fixed-top{max-width:1170px}.rg-boxed-layout .reign-menu-panel+#page #masthead .header-desktop.fixed-top{left:0;right:0;margin:auto}.rg-boxed-layout .reign-menu-panel+#page .search-wrap .rg-search-form-wrap{left:0}.rg-boxed-layout.panel-position-right .reign-menu-panel+#page #masthead .header-desktop.fixed-top{left:0;right:0;margin:auto}.rg-boxed-layout.panel-position-right .reign-menu-panel+#page .search-wrap .rg-search-form-wrap{left:0;right:0}@media (max-width:1170px){.rg-boxed-layout .reign-menu-panel+#page #masthead .header-desktop.fixed-top{left:80px}.rg-boxed-layout.panel-position-right .reign-menu-panel+#page #masthead .header-desktop.fixed-top{left:0;right:80px}}@media (min-width:960px){.rg-boxed-layout.reign-sticky-topbar .reign-header-top{width:1170px}}.reign-full_width_no_title .content-wrapper{padding:0}.reign-full_width_no_title .entry-header.page-header{display:none}.reign-stretched_view .container,.reign-stretched_view_no_title .container{max-width:100%;padding-left:0}.reign-stretched_view .container .content-wrapper,.reign-stretched_view_no_title .container .content-wrapper{padding-right:0}.reign-stretched_view .container ul#groups-list,.reign-stretched_view_no_title .container ul#groups-list{margin:5px;margin-right:-10px}.reign-stretched_view .footer-wrap .container,.reign-stretched_view_no_title .footer-wrap .container{max-width:1170px;padding-left:15px;padding-right:15px}.reign-stretched_view .container .content-wrapper .entry-header.page-header{max-width:1170px;margin:auto;padding:0 15px}.reign-stretched_view_no_title .content-wrapper{padding-top:0}.reign-stretched_view_no_title .content-wrapper .entry-header.page-header{display:none}.reign-stretched_view .reign-fallback-header .container,.reign-stretched_view .reign-header-top .container,.reign-stretched_view_no_title .reign-fallback-header .container,.reign-stretched_view_no_title .reign-header-top .container{max-width:1170px;padding-left:15px;padding-right:15px}.site{overflow:hidden;border-radius:0}.rg-has-border{background:var(--reign-site-sections-bg-color);padding:20px;border:2px solid var(--reign-colors-theme);border-radius:var(--reign-global-border-radius)}.lm-site-header-section{overflow:hidden}.lm-site-header-section .lm-header-banner{color:var(--reign-color-white);position:relative;background-size:cover;background-position:center center;background-color:rgba(45,51,57,.95);overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.lm-site-header-section .lm-header-banner:after{content:" ";width:100%;height:100%;position:absolute;top:0;left:0;right:0;bottom:0}.lm-site-header-section .lm-header-banner .rg-sub-header-inner-section{max-width:1170px;text-align:center;width:100%;margin:auto}.lm-site-header-section .lm-header-banner .lm-header-banner-overlay{background-position:50% 50%;background-size:cover;position:absolute;top:0;right:0;left:0;bottom:0}@media (max-width:959px){.lm-site-header-section .lm-header-banner{padding-top:50px;-webkit-transition:all .1s;transition:all .1s}}@media (max-width:959px){body.has-scroll .lm-site-header-section .lm-header-banner{padding-top:0!important}}h1.lm-header-title{color:var(--reign-color-white);font-size:32px;line-height:48px;margin:0;text-transform:uppercase;padding:0 5px;position:relative;z-index:10;text-align:center}h1.lm-header-title:after{content:"";width:70px;height:3px;margin:15px auto;background:var(--reign-colors-theme);display:block}.lm-breadcrumbs-wrapper{position:relative;z-index:10}@media (max-width:579px){h1.lm-header-title{font-size:28px}}.lm-breadcrumbs-wrapper #breadcrumbs{padding:0 0;margin:0;text-align:center}.lm-breadcrumbs-wrapper #breadcrumbs li{line-height:25px;display:inline-block;list-style:none;font-size:12px;text-transform:uppercase}.lm-breadcrumbs-wrapper #breadcrumbs li strong{color:#c7c7c7;font-weight:400}.lm-breadcrumbs-wrapper #breadcrumbs li a{line-height:25px;display:inline-block;margin-right:10px;color:var(--reign-color-white)}.lm-breadcrumbs-wrapper #breadcrumbs li.separator{line-height:25px;display:inline-block;margin-right:10px;color:var(--reign-color-white)}.lm-breadcrumbs-wrapper #breadcrumbs li.separator i{font-size:12px}.lm-breadcrumbs-wrapper #breadcrumbs span,.lm-breadcrumbs-wrapper #breadcrumbs span a{color:var(--reign-color-white);font-size:12px;text-transform:uppercase}.lm-breadcrumbs-wrapper #breadcrumbs span a{margin:0 10px}.lm-breadcrumbs-wrapper #breadcrumbs span.breadcrumb_last{margin-left:10px}.without-img-header h1.lm-header-title{color:var(--reign-color-black)}.without-img-header .lm-header-banner{background:#fbfbfb;padding-top:45px;padding-bottom:45px}.without-img-header .lm-header-banner:after{background:0 0}.without-img-header .lm-breadcrumbs-wrapper #breadcrumbs li a,.without-img-header .lm-breadcrumbs-wrapper #breadcrumbs li.separator{color:#757575}.error-404{text-align:center;margin:100px 0}.error404 .lm-site-header-section{display:none}.error-404 h2{font-size:16rem;margin:0;line-height:10rem;color:var(--reign-site-headings-color)}.error-404 h3{margin:50px 0 20px;padding:0;font-size:5rem;text-transform:uppercase;color:var(--reign-site-headings-color);line-height:normal;font-weight:400}.error-404 p{color:var(--reign-site-body-text-color);font-size:15px;font-weight:300}.error-404 a.button{display:inline-block;text-transform:uppercase;font-size:14px;font-weight:600;padding:8px 25px;background-color:var(--reign-site-button-bg-color);color:var(--reign-site-button-text-color)}.error-404 a.button:hover{background-color:var(--reign-site-button-bg-hover-color);color:var(--reign-site-button-text-hover-color)}@media screen and (max-width:479px){.error-404{margin:20px 0}.error-404 h2{font-size:10rem}.error-404 h3{margin:0 0 0;font-size:3rem}}.reign-footer .elementor-widget-container ul{list-style:none;margin:0;padding:0;list-style-position:initial;position:relative}.reign-footer .elementor-widget-container ul li{padding:3px 0}.reign-footer .elementor-widget-container ul li ul{display:none}.reign-footer .elementor-widget-container ul li a{display:inline-block;color:var(--reign-color-white);font-size:15px}.reign-footer .elementor-widget-container ul li a:hover{color:#d0d0d0;text-decoration:underline}.reign-footer .elementor-widget-container ul .menu-item-has-children>a:after{display:none}.bp-plugin-widgets,.bp-widget-area .widget,.widget-area .widget,.widget-area-inner .widget{background:var(--reign-site-sections-bg-color);padding:15px;border-radius:var(--reign-global-border-radius);border:1px solid var(--reign-site-border-color)}.widget-area .news_widget .widget{background:0 0;margin-bottom:0;padding:0;border:0;border-radius:0;box-shadow:none}#footer-area .widget-area .widget,#footer-area .widget-area-inner .widget{background:0 0;border:0;border-radius:0;box-shadow:none}#footer-area.widget-area .widget.buddypress div.item-meta,#footer-area.widget-area .widget.buddypress div.item-options a,.bp-nouveau #footer-area.widget-area .widget.buddypress div.item-meta{font-size:13px}body.buddypress .widget-area .widget-area-inner{padding-top:0}body.buddypress aside#left.widget-area .widget,body.buddypress aside#left.widget-area .widget-groups-nav-inner-wrap{margin-top:0}.widget-area a:not(.button){-webkit-transition:all .1s;transition:all .1s}.widget-title{margin:0 0 22px!important;text-transform:capitalize;border:none;font-weight:500;border-bottom:1px solid var(--reign-site-border-color);position:relative;text-align:left}.widget-title span{border-bottom:1px solid var(--reign-colors-theme);display:inline-block;padding-bottom:10px;margin-bottom:-1px}aside#left.widget-area .widget-area-inner,aside#left.widget-area .widget.widget-member-nav{margin-top:0;border-radius:var(--reign-global-border-radius)}aside#left.widget-area .widget,aside#left.widget-area .widget-groups-nav-inner-wrap{margin-top:20px}.widget-area.group-single-widget-area .widget-area-inner,.widget-area.member-profile-widget-area .widget-area-inner{padding-top:20px}.widget-area{position:relative;z-index:1}.widget-area .widget{margin-bottom:30px}.widget-area .widget:last-child{margin-bottom:0}.widget-area .widget_bp_reign_activity_widget{margin:0 0 30px}.widget-area .news_widget .rg-news-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:30px}.widget-area .news_widget .rg-news-wrapper:last-child{margin-bottom:0}.widget-area .news_widget h5.rg-news-post-title{font-size:16px;margin:0 0 5px}.widget-area .news_widget .rg-news-thumb img{margin-right:15px}.widget-area .news_widget .rg-image-content p{font-size:15px;margin-bottom:5px;line-height:1}.widget-area .news_widget .rg-image-content p a{line-height:1.3}.widget-area .news_widget .rg-image-content .entry-date{font-size:13px}.widget-area .news_widget .rg-image-content>div p{font-size:13px;color:#999;margin:0}.widget-area .news_widget .rg-news-thumb img{max-width:100px;border-radius:var(--reign-global-border-radius)}.widget-area .bp-login-widget-user-avatar img,.widget-area .item-avatar img{max-width:50px;height:50px;border-radius:100%}.widget-area .wb-grid-cell.sm-wb-grid-1-1.md-wb-grid-1-2.lg-wb-grid-1-2{min-width:100%;padding:0}.widget-area .wb-grid-cell.sm-wb-grid-1-1.md-wb-grid-1-2.lg-wb-grid-1-2 .item-avatar img{display:inline-block;height:90px;margin:1px;width:90px}a:focus,a:hover{outline:0;text-decoration:none}@media only screen and (max-width:320px){#buddypress li div.item{margin-left:0}#buddypress ul.item-list li div.action{float:initial}#buddypress li .group-content-wrap div.item{margin-left:0}}.widget-area.defalt{padding-top:50px}.widget-area.defalt .widget-area-inner{padding-top:0}.widget-area.defalt.both-side-sidebar{max-width:230px}@media only screen and (max-width:600px){.widget-area.defalt.both-side-sidebar:first-child{max-width:100%}}@media only screen and (max-width:991px){.widget-area.defalt.both-side-sidebar:last-child{max-width:100%}}.widget-area .widget-area-inner{padding-bottom:40px}.widget-area .widget-area-inner section h2.wp-block-heading{font-size:1.375rem}@media only screen and (min-width:1170px){.reign-both_sidebar aside#reign-sidebar-left,.reign-both_sidebar aside#reign-sidebar-right{max-width:22%}}@media only screen and (max-width:991px){body.reign-both_sidebar aside#reign-sidebar-left,body.reign-both_sidebar aside#reign-sidebar-right{max-width:100%}.reign-sticky-sidebar .widget-area-inner.is_stuck{position:static!important}.reign-sticky-sidebar .widget-area>div{height:auto!important}}.widget-area .widget.widget_nav_menu .menu-item-has-children>a:after,.widget-area .widget.widget_nav_menu ul.menu ul{display:none}.widget.buddypress ul li:before{display:none}@media only screen and (min-width:768px) and (max-width:991px){.widget-area-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:wrap;flex-flow:wrap;margin:0 -15px}.widget-area-inner>section.widget{width:-webkit-calc(50% - 30px);width:calc(50% - 30px);margin:15px}.footer-widget-area .widget-area-inner{margin:0}}.widget.widget_links ul,.widget.widget_meta ul,.widget.widget_nav_menu ul,.widget.widget_recent_comments ul,.widget.widget_recent_entries ul,.widget_archive ul,.widget_categories ul,.widget_pages ul,.widget_rss ul{margin:0;padding:0;list-style:none}.widget.widget_links ul li,.widget.widget_meta ul li,.widget.widget_nav_menu ul li,.widget.widget_recent_comments ul li,.widget.widget_recent_entries ul li,.widget_archive ul li,.widget_categories ul li,.widget_pages ul li,.widget_rss ul li{position:relative;margin:0 0 15px;-webkit-transition:all .3s;transition:all .3s;padding-left:25px}.widget.widget_links ul li:last-child,.widget.widget_meta ul li:last-child,.widget.widget_nav_menu ul li:last-child,.widget.widget_recent_comments ul li:last-child,.widget.widget_recent_entries ul li:last-child,.widget_archive ul li:last-child,.widget_categories ul li:last-child,.widget_pages ul li:last-child,.widget_rss ul li:last-child{margin-bottom:0}.widget.widget_links ul li:before,.widget.widget_meta ul li:before,.widget.widget_nav_menu ul li:before,.widget.widget_recent_comments ul li:before,.widget.widget_recent_entries ul li:before,.widget_archive ul li:before,.widget_categories ul li:before,.widget_pages ul li:before,.widget_rss ul li:before{content:"\f105";color:var(--reign-colors-theme);font-family:"Font Awesome 6 Pro",reign-icons;text-align:center;font-size:16px;margin:0 0;vertical-align:middle;position:absolute;left:0}.widget.widget_recent_entries ul li:before{content:"\f02e"}.widget.widget_recent_comments ul li:before{content:"\f4ad"}.widget_archive ul li:before{content:"\f1c6"}.widget_categories ul li:before{content:"\f03a"}.widget_pages ul li:before{content:"\f15b"}.widget.widget_meta ul li:before{content:"\f02b"}.widget.widget_categories select{width:100%}.widget.widget_tag_cloud .tagcloud a{display:inline-block;background:#484848;color:var(--reign-color-white);padding:3px 5px;font-size:14px!important;margin:5px 2px 0 0;margin-left:0}.learndash-course-layout-teachable .widget-area .widget-area-inner,.learndash-course-layout-udemy .widget-area .widget-area-inner,aside.widget-area .widget-area-inner{padding-top:0!important}.comment-form-comment textarea{font-family:inherit;padding:6px 10px}.widget h2.entry-title{font-size:16px}aside#footer-area .widget.widget_links ul li,aside#footer-area .widget.widget_meta ul li,aside#footer-area .widget.widget_nav_menu ul li,aside#footer-area .widget.widget_recent_comments ul li,aside#footer-area .widget.widget_recent_entries ul li,aside#footer-area .widget_archive ul li,aside#footer-area .widget_categories ul li,aside#footer-area .widget_pages ul li,aside#footer-area .widget_rss ul li{margin:0 0 15px;padding-left:0}aside#footer-area .widget.widget_links ul li:last-child,aside#footer-area .widget.widget_meta ul li:last-child,aside#footer-area .widget.widget_nav_menu ul li:last-child,aside#footer-area .widget.widget_recent_comments ul li:last-child,aside#footer-area .widget.widget_recent_entries ul li:last-child,aside#footer-area .widget_archive ul li:last-child,aside#footer-area .widget_categories ul li:last-child,aside#footer-area .widget_pages ul li:last-child,aside#footer-area .widget_rss ul li:last-child{margin-bottom:0}aside#footer-area .widget.widget_links ul li::before,aside#footer-area .widget.widget_meta ul li::before,aside#footer-area .widget.widget_nav_menu ul li::before,aside#footer-area .widget.widget_recent_comments ul li::before,aside#footer-area .widget.widget_recent_entries ul li::before,aside#footer-area .widget_archive ul li::before,aside#footer-area .widget_categories ul li::before,aside#footer-area .widget_pages ul li::before,aside#footer-area .widget_rss ul li::before{content:none}@media only screen and (max-width:991px){aside#reign-sidebar-left{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}aside#secondary{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}}@media only screen and (max-width:991px){body.activity aside#reign-sidebar-left{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10;margin:30px 0}}.wp-block-search .wp-block-search__button{border:0}div{border-radius:0}p.site-description{margin:5px 0 0;font-size:14px;line-height:normal}p.main-title.bhf-hidden{display:none}.header-left{padding-left:15px}.site-title{margin-bottom:0;font-weight:600}.site-branding{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%;padding-right:30px}.site-branding .site-title a{color:var(--reign-title-tagline-typography);font-size:36px;font-weight:600}@media screen and (max-width:960px){.site-branding .site-title a{font-size:32px}}.site-branding a img{max-width:150px;max-height:90px;width:auto;height:auto;padding:5px 0}.site-branding a img[src$=".svg"]{width:100%}.elementor-branding{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elementor-branding a img{max-width:150px}.header-right{-webkit-box-flex:inherit;-ms-flex:inherit;flex:inherit;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding-right:15px}.header-right .fa,.header-right .fab,.header-right .far,.header-right .fas{font-size:20px;font-style:normal;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.rg-icon-wrap{width:46px;height:90px;color:var(--reign-header-icon-color);position:relative;display:inline-block;text-align:center;line-height:90px;font-size:18px}.rg-icon-wrap:hover{color:var(--reign-header-icon-hover-color)}.rg-count,.rg-msg .rg-icon-wrap .bpbmuc{color:var(--reign-color-white);background-color:var(--reign-colors-theme);position:absolute;top:20px;right:4px;border:0;padding:0;margin-left:0;display:inline-block;line-height:17px;font-weight:400;padding:0 5px;vertical-align:top;border-radius:100%;font-size:11px;width:22px;height:22px;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.rg-msg .rg-icon-wrap .bpbmuc{margin-right:0}.search-wrap .rg-search-icon{font-weight:400;cursor:pointer}.search-wrap .rg-search-form-wrap{position:fixed;z-index:1000;left:0;right:0;width:100%;max-width:1140px;height:90px;line-height:90px;margin:auto;background:var(--reign-site-sections-bg-color);padding:0 60px 0 20px;border:1px solid var(--reign-site-border-color);border-radius:var(--reign-global-border-radius);box-shadow:0 .4rem 1.2rem rgba(0,0,0,.1)}.search-wrap .rg-search-form-wrap form.search-form input.search-field,.search-wrap .rg-search-form-wrap form.searchform input.ui-autocomplete-input{width:100%;height:50px;font-size:15px;line-height:1}.search-wrap .rg-search-form-wrap form.search-form input[type=submit],.search-wrap .rg-search-form-wrap form.searchform input[type=submit],.search-wrap .rg-search-form-wrap form.woocommerce-product-search button[type=submit]{top:0;bottom:0;margin:auto;background-position:0;background-size:20px;border:0}.search-wrap .rg-search-close{position:absolute;right:16px;top:0;bottom:0;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}.search-wrap .rg-search-close:before{font-size:24px;color:var(--reign-site-body-text-color)!important}.search-wrap .rg-search-close:hover:before{color:var(--reign-color-error)!important}.search-wrap .rg-search-form-wrap{opacity:0;pointer-events:none;-webkit-transform:translateY(15px);-ms-transform:translateY(15px);transform:translateY(15px);-webkit-transition:opacity .3s,-webkit-transform .5s cubic-bezier(.215, .61, .355, 1);transition:opacity .3s,transform .5s cubic-bezier(.215, .61, .355, 1)}.search-wrap.search-active .rg-search-form-wrap{opacity:1;pointer-events:all;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}#masthead .user-link-wrap{position:relative;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#masthead .user-link-wrap .user-link{font-size:16px;color:var(--reign-header-main-menu-font)}#masthead .user-link-wrap .user-link:hover{color:var(--reign-header-main-menu-text-hover-color)}#masthead .user-link-wrap .rg-user{margin:0 5px 0 15px;position:relative;padding-right:6px}#masthead .user-link-wrap .rg-user:after{color:inherit;content:"\f107";font-family:"Font Awesome 6 Pro",reign-icons;font-weight:400;display:inline-block;position:relative;right:-5px;font-size:inherit;top:0;bottom:0;margin:auto}#masthead .user-link-wrap img,#masthead .user-link-wrap img.avatar{width:40px;max-width:40px;height:40px;border-radius:100%}@media screen and (min-width:960px){#masthead .user-profile-menu{width:auto;min-width:250px;background:var(--reign-header-sub-menu-bg-color);border:1px solid var(--reign-site-border-color);border-radius:var(--reign-global-border-radius);position:absolute;top:90px;z-index:1000;right:0;margin:0;padding:10px;box-shadow:0 .4rem 1.2rem rgba(0,0,0,.1)}}#masthead .user-profile-menu li{list-style:none;padding:0;position:relative}#masthead .user-profile-menu li:last-child.bp-menu.bp-logout-nav{margin-top:10px;padding-top:10px;border-top:1px solid var(--reign-site-border-color)}#masthead .user-profile-menu li>a{color:var(--reign-header-sub-menu-font);font-size:14px;display:block;padding:10px 10px;line-height:initial;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;border-radius:var(--reign-global-border-radius-inner)}#masthead .user-profile-menu li>a:hover{background:var(--reign-header-sub-menu-bg-hover-color);color:var(--reign-header-sub-menu-text-hover-color)}#masthead .user-profile-menu li>a:hover span{color:inherit}#masthead .user-profile-menu li>a:after{display:none}#masthead .user-profile-menu li>a ._mi+span,#masthead .user-profile-menu li>a i+span{font-size:inherit;margin-right:auto}#masthead .user-profile-menu li>a span{color:inherit;font-size:10px}#masthead .user-profile-menu li>a span.count{color:#fff;background-color:var(--reign-colors-theme);border:0;line-height:17px;font-weight:400;padding:0 5px;vertical-align:top;border-radius:100%;font-size:11px;width:22px;height:22px;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;outline:1px solid #fff}#masthead .user-profile-menu li>a span:before{content:" ";position:absolute;z-index:-1;top:0;left:-5px;margin:auto}@media screen and (min-width:960px){#masthead .user-profile-menu li ul.sub-menu{display:none;margin:0;padding:5px;position:absolute;left:-187px;background:var(--reign-header-sub-menu-bg-color);height:auto;width:187px;top:0;box-shadow:rgba(94,92,154,.1) 3px 5px 40px 0;border-radius:var(--reign-global-border-radius)}}#masthead .user-profile-menu .menu-item i,#masthead .user-profile-menu .menu-item i._after,#masthead .user-profile-menu .menu-item i._before{font-size:inherit;min-width:20px;margin-top:0}#masthead .user-profile-menu .menu-item i{margin-right:.4em}#masthead .user-profile-menu li.menu-item-has-children:hover ul.sub-menu{display:block}.user-messages{position:relative}.user-messages #message li,.user-messages #message-threads li{width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;border-bottom:1px solid var(--reign-site-border-color)}.user-messages #message li:hover,.user-messages #message-threads li:hover{background:#f5f6f7}.user-messages #message li a,.user-messages #message-threads li a{display:block;max-width:-webkit-calc(100% - 90px);min-width:-webkit-calc(100% - 0px);min-width:calc(100% - 0px);overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.user-messages #message li p,.user-messages #message-threads li p{margin:0;padding-left:15px}.user-messages #message li a:hover,.user-messages #message-threads li a:hover{color:var(--reign-color-white)}.user-messages #message{font-size:14px;padding:10px}.user-messages:hover #message,.user-messages:hover #message-threads{opacity:1;margin-top:-4px;visibility:visible}.user-notifications{position:relative}.user-notifications:hover .rg-dropdown{opacity:1;margin-top:-4px;visibility:visible}.user-notifications .rg-dropdown,.user-notifications:hover .rg-dropdown{top:94px;right:-50px}.user-notifications .rg-dropdown:after,.user-notifications:hover .rg-dropdown:after{content:" ";width:12px;height:12px;background:var(--reign-site-sections-bg-color);position:absolute;top:-6px;right:66px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);z-index:-1;border-top:1px solid var(--reign-site-border-color);border-left:1px solid var(--reign-site-border-color)}.user-notifications ul#rg-notify li+li{border-top:1px solid var(--reign-site-border-color)}.rg-dropdown{position:absolute;right:0;margin:0;width:300px;opacity:0;visibility:hidden;z-index:10;background:var(--reign-site-sections-bg-color);border-top:1px solid var(--reign-site-border-color);border-radius:0 0 3px 3px;box-shadow:0 3px 4px 1px rgba(0,0,0,.25)}.rg-dropdown li{margin:0;padding:20px;font-size:14px;font-weight:400;line-height:1.5;list-style:none}.rg-dropdown li a{display:inline-block}.rg-dropdown li span{font-size:14px;display:block;padding:10px}.rg-dropdown li span:hover{color:var(--reign-color-white);background-color:#399dff}.rg-dropdown li.rg-view-all{padding:0}.rg-dropdown li.rg-view-all a{display:block!important;text-align:center;padding:12px 16px 15px;background:rgba(0,0,0,.1);border-top:1px solid #ccc;border-radius:0 0 3px 3px;font-size:14px}.rg-dropdown li.rg-view-all a:hover{background:rgba(0,0,0,.15)}.reign-custom-sticky-logo .sticky-menu-logo.custom-logo-link{display:none}.reign-custom-sticky-logo #masthead.site-header .header-desktop.nav-scrolling .site-branding .logo .custom-logo-link,.reign-custom-sticky-logo #masthead.site-header .header-desktop.nav-scrolling .site-branding .logo .site-description,.reign-custom-sticky-logo #masthead.site-header .header-desktop.nav-scrolling .site-branding .logo .site-title{display:none}.reign-custom-sticky-logo #masthead.site-header .header-desktop.nav-scrolling .site-branding .logo .sticky-menu-logo.custom-logo-link{display:block}a.btn-login,a.btn-register{color:#ccc;font-size:14px}@media (min-width:960px){.rg-login-btn-wrap{margin-left:12px}.rg-login-btn-wrap .button,.rg-register-btn-wrap .button{-webkit-transition:none;transition:none}body .rg-login-btn-wrap .button,body .rg-register-btn-wrap .button{border-radius:var(--reign-global-button-radius)}}@media (min-width:960px){.rg-login-btn-wrap,.rg-register-btn-wrap{width:auto}}@media (max-width:959px){.rg-login-btn-wrap a.button,.rg-register-btn-wrap a.button{font-size:0;line-height:0;border:0!important;background:0 0!important}.rg-login-btn-wrap a.button:hover,.rg-register-btn-wrap a.button:hover{border:0!important;background:0 0!important}}.rg-login-btn-wrap .fa,.rg-login-btn-wrap .far,.rg-register-btn-wrap .fa,.rg-register-btn-wrap .far{display:none}@media (max-width:959px){.rg-login-btn-wrap .fa,.rg-login-btn-wrap .far,.rg-register-btn-wrap .fa,.rg-register-btn-wrap .far{display:block;font-size:initial}}span.sep{color:#ccc;margin:auto 6px}.header-icon{font-size:20px;line-height:62px;text-align:center}.site-content,body.buddypress .site-content{padding-top:40px}.elementor-page .site-content,body.buddypress.elementor-page .site-content{padding-top:0}.elementor-page .site-content .widget-area,.elementor-page .site-content h1.entry-title{padding-top:40px}.content-wrapper{padding-top:0;padding-bottom:40px}.elementor-page .content-wrapper{padding-top:0;padding-bottom:0}.page-template-fluid-full-width .content-wrapper,.page-template-fullwidth .content-wrapper{padding:0}.admin-bar .site-content{min-height:-webkit-calc(100vh - 187px);min-height:calc(100vh - 187px)}.site-content{min-height:-webkit-calc(100vh - 153px);min-height:calc(100vh - 153px)}@media (max-width:959px){.site-content,body.bbpress.buddypress .site-content,body.buddypress .site-content{padding-top:40px}body.bbpress .site-content{padding-top:40px}body.lm-site-header-section-enabled .site-content{padding-top:40px}}.elementor-sidebar{z-index:1}::-webkit-input-placeholder{color:#bbb}::-moz-placeholder{color:#bbb}:-ms-input-placeholder{color:#bbb}input:-moz-placeholder{color:#bbb}#wbcom-header-topbar{display:none}.rg-header-top-bar #wbcom-header-topbar{display:block}.reign-header-top{background:var(--reign-header-topbar-bg-color);color:var(--reign-header-topbar-text-color);margin:0;padding:5px 0;overflow:hidden}.reign-header-top a{color:var(--reign-header-topbar-text-color)}.reign-header-top a:hover{color:var(--reign-header-topbar-text-hover-color)}.reign-header-top .header-top-left{float:left}.reign-header-top .header-top-left{float:left;text-align:left}.reign-header-top .header-top-left span{padding:0 10px;border-left:1px solid var(--reign-header-topbar-text-color)}.reign-header-top .header-top-left span i{margin-right:5px}.reign-header-top .header-top-left span:empty{border:0}.reign-header-top .header-top-left span:first-child{padding-left:0;border-left:0}.reign-header-top .header-top-right{float:right;text-align:right}.reign-header-top .header-top-right a{margin:0 5px;display:inline-block;vertical-align:middle}.reign-header-top .header-top-right a i.fab.fa-twitter{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.reign-header-top .header-top-right a i.fab.fa-twitter::before{content:"";background-image:url(./wp-content/themes/reign-theme/assets/css/../img/svg/twitter-x-line.svg);background-size:16px;background-repeat:no-repeat;background-position:center;width:16px;display:block;height:16px;-webkit-filter:invert(1);filter:invert(1)}@media (min-width:960px){.reign-sticky-topbar .reign-header-top{position:fixed;top:0;width:100%;z-index:999}.reign-sticky-topbar .site-content{padding-top:76px}}@media screen and (min-width:46.8em){body.buddypress.reign-sticky-topbar .site-content{padding-top:76px}}@media (max-width:959px){.reign-topbar-hide-mobile #wbcom-header-topbar,.reign-topbar-hide-mobile .reign-header-top{display:none}.site .reign-header-top{padding:0}.reign-header-top div.header-top-aside{padding:3px 0}}@media (max-width:767px){.reign-header-top div.header-top-aside{text-align:center;width:100%}}@media (max-width:480px){.reign-header-top div.header-top-aside span{display:block;border:0}}.reign-sticky-header .reign-header-top+#masthead .header-desktop{margin-top:33px}.reign-sticky-topbar .reign-fallback-header.header-desktop.fixed-top.nav-scrolling{top:32px!important}.admin-bar.reign-sticky-topbar .reign-fallback-header.header-desktop.fixed-top.nav-scrolling{top:64px!important}.reign-fallback-header{background:var(--reign-header-bg-color);-webkit-transition:all .3s .1s;transition:all .3s .1s;box-shadow:0 1px 0 0 rgba(65,71,108,.1)}.reign-fallback-header.fixed-top.nav-scrolling{box-shadow:0 1px 0 0 rgba(139,141,158,.05),0 5px 10px 0 rgba(65,71,107,.15)}.reign-fallback-header.fixed-top.nav-scrolling.to-top{margin-top:0!important}@media (min-width:960px){.reign-sticky-header #masthead.v1{height:146px}.reign-sticky-header #masthead.v2,.reign-sticky-header #masthead.v3{height:90px}.reign-sticky-header #masthead.v4{height:120px}.reign-sticky-header #masthead.v4 .psw-userbar__user-profile{height:70px}}.reign-fallback-header.header-mobile{display:none}@media (max-width:959px){.reign-fallback-header{display:none}.reign-fallback-header.header-mobile{display:block}#wbcom-ele-masthead,.rg-ele-header-show .header-mobile{display:none}.rg-ele-header-show #wbcom-ele-masthead{display:block}.rg-ele-header-show #masthead{height:auto}}#rg-mobile-icon-toggle .rg-icon-wrap{height:50px;line-height:50px}#rg-mobile-icon-toggle .rg-icon-wrap .rg-count{width:20px;height:20px;top:5px;line-height:22px}.reign-header-icons-enable .rg-mobile-header-icon-wrap .rg-msg,.reign-header-icons-enable .rg-mobile-header-icon-wrap .user-notifications{display:inline-block;height:50px;line-height:50px}.reign-header-icons-enable .rg-mobile-header-icon-wrap .rg-icon-wrap{height:50px;line-height:50px}.reign-header-icons-enable .rg-mobile-header-icon-wrap .rg-icon-wrap .rg-count{width:20px;height:20px;top:5px}.reign-header-icons-enable .rg-mobile-header-icon-wrap .rg-count{line-height:22px}.reign-header-icons-enable .rg-mobile-header-icon-wrap .search-wrap{width:32px}.reign-header-icons-enable .rg-mobile-header-icon-wrap .rg-search-icon{font-weight:400}.reign-header-icons-enable .rg-mobile-header-icon-wrap .rg-dropdown li{text-align:left}.reign-header-icons-enable .rg-mobile-header-icon-wrap .user-notifications .rg-dropdown,.reign-header-icons-enable .rg-mobile-header-icon-wrap .user-notifications:hover .rg-dropdown{top:-webkit-calc(100% + 6px);top:calc(100% + 6px)}.reign-header-icons-enable .rg-mobile-header-icon-wrap span.sep{margin:auto}@media (max-width:959px){.reign-header-icons-enable .rg-mobile-header-icon-wrap{display:inline-block}}.menu-hover-style1 .version-four .primary-menu>li a:hover:before,.menu-hover-style1 .version-four .primary-menu>li.current-menu-item a:before,.menu-hover-style1 .version-one .primary-menu>li a:hover:before,.menu-hover-style1 .version-one .primary-menu>li.current-menu-item a:before,.menu-hover-style1 .version-three .primary-menu>li a:hover:before,.menu-hover-style1 .version-three .primary-menu>li.current-menu-item a:before,.menu-hover-style1 .version-two .primary-menu>li a:hover:before,.menu-hover-style1 .version-two .primary-menu>li.current_page_item a:before{position:absolute;top:0;left:0;content:"";width:100%;border-top-width:3px;border-top-style:solid;border-top-color:transparent}.menu-hover-style2 .version-four .primary-menu>li a:before,.menu-hover-style2 .version-one .primary-menu>li a:before,.menu-hover-style2 .version-three .primary-menu>li a:before,.menu-hover-style2 .version-two .primary-menu>li a:before{content:"";position:absolute;z-index:-1;left:51%;right:51%;bottom:0;height:3px;-webkit-transition-property:left,right;transition-property:left,right;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.menu-hover-style2 .version-four .primary-menu>li a:hover:before,.menu-hover-style2 .version-four .primary-menu>li.current-menu-item a:before,.menu-hover-style2 .version-one .primary-menu>li a:hover:before,.menu-hover-style2 .version-one .primary-menu>li.current-menu-item a:before,.menu-hover-style2 .version-three .primary-menu>li a:hover:before,.menu-hover-style2 .version-three .primary-menu>li.current-menu-item a:before,.menu-hover-style2 .version-two .primary-menu>li a:hover:before,.menu-hover-style2 .version-two .primary-menu>li.current-menu-item a:before{left:0;right:0}.menu-hover-style3 .version-four .primary-menu>li.current-menu-item>a:before,.menu-hover-style3 .version-four .primary-menu>li>a:before,.menu-hover-style3 .version-one .primary-menu>li.current-menu-item>a:before,.menu-hover-style3 .version-one .primary-menu>li>a:before,.menu-hover-style3 .version-three .primary-menu>li.current-menu-item>a:before,.menu-hover-style3 .version-three .primary-menu>li>a:before,.menu-hover-style3 .version-two .primary-menu>li.current-menu-item>a:before,.menu-hover-style3 .version-two .primary-menu>li>a:before{content:"";position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0;border-width:2px;border-style:solid;border-color:transparent;-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0 50%;-ms-transform-origin:0 50%;transform-origin:0 50%;-webkit-transition-property:-webkit-transform;transition-property:transform;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out;border-radius:var(--reign-global-border-radius)}.menu-hover-style3 .version-four .primary-menu>li>a:hover:before,.menu-hover-style3 .version-one .primary-menu>li>a:hover:before,.menu-hover-style3 .version-three .primary-menu>li>a:hover:before,.menu-hover-style3 .version-two .primary-menu>li>a:hover:before{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1)}.menu-hover-style3 .version-four .primary-menu>li.current-menu-item>a:before,.menu-hover-style3 .version-one .primary-menu>li.current-menu-item>a:before,.menu-hover-style3 .version-three .primary-menu>li.current-menu-item>a:before,.menu-hover-style3 .version-two .primary-menu>li.current-menu-item>a:before{-webkit-transform:scaleY(1);-ms-transform:scaleY(1);transform:scaleY(1)}.menu-hover-style4 .version-four .primary-menu>li>a:before,.menu-hover-style4 .version-one .primary-menu>li>a:before,.menu-hover-style4 .version-three .primary-menu>li>a:before,.menu-hover-style4 .version-two .primary-menu>li>a:before{content:"";position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0;-webkit-transform:scaleY(0);-ms-transform:scaleY(0);transform:scaleY(0);-webkit-transform-origin:50% 0;-ms-transform-origin:50% 0;transform-origin:50% 0;-webkit-transition-property:-webkit-transform;transition-property:transform;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.menu-hover-style4 .version-four .primary-menu>li>a:hover:before,.menu-hover-style4 .version-one .primary-menu>li>a:hover:before,.menu-hover-style4 .version-three .primary-menu>li>a:hover:before,.menu-hover-style4 .version-two .primary-menu>li>a:hover:before{-webkit-transform:scaleY(1);-ms-transform:scaleY(1);transform:scaleY(1)}.menu-hover-style4 .version-four .primary-menu>li.current-menu-item>a:before,.menu-hover-style4 .version-one .primary-menu>li.current-menu-item>a:before,.menu-hover-style4 .version-three .primary-menu>li.current-menu-item>a:before,.menu-hover-style4 .version-two .primary-menu>li.current-menu-item>a:before{-webkit-transform:scaleY(1);-ms-transform:scaleY(1);transform:scaleY(1)}.menu-hover-style4 .version-four .primary-menu .children li>a:hover:before,.menu-hover-style4 .version-four .primary-menu .sub-menu li>a:hover:before,.menu-hover-style4 .version-one .primary-menu .children li>a:hover:before,.menu-hover-style4 .version-one .primary-menu .sub-menu li>a:hover:before,.menu-hover-style4 .version-three .primary-menu .children li>a:hover:before,.menu-hover-style4 .version-three .primary-menu .sub-menu li>a:hover:before,.menu-hover-style4 .version-two .primary-menu .children li>a:hover:before,.menu-hover-style4 .version-two .primary-menu .sub-menu li>a:hover:before{-webkit-transform:scaleY(0);-ms-transform:scaleY(0);transform:scaleY(0)}.menu-hover-style4 .version-four .primary-menu>li.current-menu-item>a,.menu-hover-style4 .version-four .primary-menu>li>a:hover,.menu-hover-style4 .version-one .primary-menu>li.current-menu-item>a,.menu-hover-style4 .version-one .primary-menu>li>a:hover,.menu-hover-style4 .version-three .primary-menu>li.current-menu-item>a,.menu-hover-style4 .version-three .primary-menu>li>a:hover,.menu-hover-style4 .version-two .primary-menu>li.current-menu-item>a,.menu-hover-style4 .version-two .primary-menu>li>a:hover{color:#fff}.menu-hover-style5 .version-four .primary-menu>li>a:before,.menu-hover-style5 .version-one .primary-menu>li>a:before,.menu-hover-style5 .version-three .primary-menu>li>a:before,.menu-hover-style5 .version-two .primary-menu>li>a:before{content:"";position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0;-webkit-transform:scaleY(0);-ms-transform:scaleY(0);transform:scaleY(0);-webkit-transform-origin:0 50%;-ms-transform-origin:0 50%;transform-origin:0 50%;-webkit-transition-property:-webkit-transform;transition-property:transform;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.menu-hover-style5 .version-four .primary-menu>li>a:hover:before,.menu-hover-style5 .version-one .primary-menu>li>a:hover:before,.menu-hover-style5 .version-three .primary-menu>li>a:hover:before,.menu-hover-style5 .version-two .primary-menu>li>a:hover:before{-webkit-transform:scaleY(1);-ms-transform:scaleY(1);transform:scaleY(1)}.menu-hover-style5 .version-four .primary-menu>li.current-menu-item>a:before,.menu-hover-style5 .version-one .primary-menu>li.current-menu-item>a:before,.menu-hover-style5 .version-three .primary-menu>li.current-menu-item>a:before,.menu-hover-style5 .version-two .primary-menu>li.current-menu-item>a:before{-webkit-transform:scaleY(1);-ms-transform:scaleY(1);transform:scaleY(1)}.menu-hover-style5 .version-four .primary-menu>li.current-menu-item>a,.menu-hover-style5 .version-four .primary-menu>li>a:hover,.menu-hover-style5 .version-one .primary-menu>li.current-menu-item>a,.menu-hover-style5 .version-one .primary-menu>li>a:hover,.menu-hover-style5 .version-three .primary-menu>li.current-menu-item>a,.menu-hover-style5 .version-three .primary-menu>li>a:hover,.menu-hover-style5 .version-two .primary-menu>li.current-menu-item>a,.menu-hover-style5 .version-two .primary-menu>li>a:hover{color:#fff}.menu-hover-style6 .version-four .primary-menu>li>a:before,.menu-hover-style6 .version-one .primary-menu>li>a:before,.menu-hover-style6 .version-three .primary-menu>li>a:before,.menu-hover-style6 .version-two .primary-menu>li>a:before{content:"";position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0;-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0 50%;-ms-transform-origin:0 50%;transform-origin:0 50%;-webkit-transition-property:-webkit-transform;transition-property:transform;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out;border-radius:var(--reign-global-border-radius)}.menu-hover-style6 .version-three .primary-menu>li>a:before{border-radius:0}.menu-hover-style6 .version-four .primary-menu>li>a:hover:before,.menu-hover-style6 .version-one .primary-menu>li>a:hover:before,.menu-hover-style6 .version-three .primary-menu>li>a:hover:before,.menu-hover-style6 .version-two .primary-menu>li>a:hover:before{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1)}.menu-hover-style6 .version-four .primary-menu>li.current-menu-item>a:before,.menu-hover-style6 .version-one .primary-menu>li.current-menu-item>a:before,.menu-hover-style6 .version-three .primary-menu>li.current-menu-item>a:before,.menu-hover-style6 .version-two .primary-menu>li.current-menu-item>a:before{-webkit-transform:scaleY(1);-ms-transform:scaleY(1);transform:scaleY(1)}.menu-hover-style6 .version-four .primary-menu>li.current-menu-item>a,.menu-hover-style6 .version-four .primary-menu>li>a:hover,.menu-hover-style6 .version-one .primary-menu>li.current-menu-item>a,.menu-hover-style6 .version-one .primary-menu>li>a:hover,.menu-hover-style6 .version-three .primary-menu>li.current-menu-item>a,.menu-hover-style6 .version-three .primary-menu>li>a:hover,.menu-hover-style6 .version-two .primary-menu>li.current-menu-item>a,.menu-hover-style6 .version-two .primary-menu>li>a:hover{color:#fff}.menu-hover-style2 .version-four .primary-menu>li a:hover:before,.menu-hover-style2 .version-one .primary-menu>li a:hover:before,.menu-hover-style2 .version-three .primary-menu>li a:hover:before,.menu-hover-style2 .version-two .primary-menu>li a:hover:before,.menu-hover-style4 .version-four .primary-menu>li a:before,.menu-hover-style4 .version-one .primary-menu>li a:before,.menu-hover-style4 .version-three .primary-menu>li a:before,.menu-hover-style4 .version-two .primary-menu>li a:before,.menu-hover-style5 .version-four .primary-menu>li>a:before,.menu-hover-style5 .version-one .primary-menu>li>a:before,.menu-hover-style5 .version-three .primary-menu>li>a:before,.menu-hover-style5 .version-two .primary-menu>li>a:before,.menu-hover-style6 .version-four .primary-menu>li a:before,.menu-hover-style6 .version-one .primary-menu>li a:before,.menu-hover-style6 .version-three .primary-menu>li a:before,.menu-hover-style6 .version-two .primary-menu>li a:before{background:var(--reign-header-main-menu-bg-hover-color)}.menu-hover-style1 .version-four .primary-menu>li a:hover:before,.menu-hover-style1 .version-one .primary-menu>li a:hover:before,.menu-hover-style1 .version-three .primary-menu>li a:hover:before,.menu-hover-style1 .version-two .primary-menu>li a:hover:before,.menu-hover-style3 .version-four .primary-menu>li a:before,.menu-hover-style3 .version-one .primary-menu>li a:before,.menu-hover-style3 .version-three .primary-menu>li a:before,.menu-hover-style3 .version-two .primary-menu>li a:before{border-color:var(--reign-header-main-menu-bg-hover-color)}.menu-hover-style2 .version-four .primary-menu>li.current-menu-item a:before,.menu-hover-style2 .version-four .primary-menu>li.current_page_item a:before,.menu-hover-style2 .version-one .primary-menu>li.current-menu-item a:before,.menu-hover-style2 .version-one .primary-menu>li.current_page_item a:before,.menu-hover-style2 .version-three .primary-menu>li.current-menu-item a:before,.menu-hover-style2 .version-three .primary-menu>li.current_page_item a:before,.menu-hover-style2 .version-two .primary-menu>li.current-menu-item a:before,.menu-hover-style2 .version-two .primary-menu>li.current_page_item a:before{background:var(--reign-header-main-menu-bg-active-color)}.menu-hover-style1 .version-four .primary-menu>li.current-menu-item a:before,.menu-hover-style1 .version-four .primary-menu>li.current_page_item a:before,.menu-hover-style1 .version-one .primary-menu>li.current-menu-item a:before,.menu-hover-style1 .version-one .primary-menu>li.current_page_item a:before,.menu-hover-style1 .version-three .primary-menu>li.current-menu-item a:before,.menu-hover-style1 .version-three .primary-menu>li.current_page_item a:before,.menu-hover-style1 .version-two .primary-menu>li.current_page_item a:before,.menu-hover-style3 .version-four .primary-menu>li.current-menu-item a:before,.menu-hover-style3 .version-four .primary-menu>li.current_page_item a:before,.menu-hover-style3 .version-one .primary-menu>li.current-menu-item a:before,.menu-hover-style3 .version-one .primary-menu>li.current_page_item a:before,.menu-hover-style3 .version-three .primary-menu>li.current-menu-item a:before,.menu-hover-style3 .version-three .primary-menu>li.current_page_item a:before,.menu-hover-style3 .version-two .primary-menu>li.current-menu-item a:before,.menu-hover-style3 .version-two .primary-menu>li.current_page_item a:before{border-color:var(--reign-header-main-menu-bg-active-color)}.style1.rg-dark__scheme-toggle,.style2.rg-dark__scheme-toggle{position:fixed;top:0;bottom:0;margin:auto;right:-42px;height:34px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;background:#f5f6f7;color:#333;padding-right:5px;border:1px solid #656565;border-right:0;border-radius:100px 0 0 100px;z-index:99999;-webkit-transition:all .3s ease-out;transition:all .3s ease-out;opacity:.4}.rg-dark__scheme-toggle:hover{box-shadow:-3px 0 10px rgba(58,46,68,.08);right:0;opacity:1}.rg-dark__scheme-toggle-icons{position:relative;width:2rem;height:2rem}.rg-dark__scheme-toggle .toggle-label{min-width:35px;font-size:12px;font-weight:500;text-transform:uppercase}.rg-dark__scheme-toggle-icons .rg__scheme-toggle-icon{position:absolute;left:0;top:0;right:0;bottom:0;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);display:block;height:2rem;margin:auto;line-height:2rem;font-size:1rem;text-align:center;-webkit-transition:.25s;transition:.25s}.dark-mode .rg-dark__scheme-toggle-icons .rg-dark__scheme-toggle-icon,.rg-dark__scheme-toggle-icons .rg-light__scheme-toggle-icon{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.dark-mode .rg-dark__scheme-toggle-icons .rg-light__scheme-toggle-icon{-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0)}.rg-dark__scheme-toggle-icons .rg__scheme-toggle-icon{line-height:2rem;font-size:1rem;text-align:center}.rg-dark__scheme-toggle .rg-dark__scheme-toggle-label-dark{display:block}.dark-mode .rg-dark__scheme-toggle .rg-dark__scheme-toggle-label-dark,.rg-dark__scheme-toggle .rg-dark__scheme-toggle-label-light{display:none}.dark-mode .rg-dark__scheme-toggle .rg-dark__scheme-toggle-label-light{display:block}.rg-dark__scheme-toggle.style2{right:-20px;-webkit-transform:rotate(90deg) translateY(-50%);-ms-transform:rotate(90deg) translateY(-50%);transform:rotate(90deg) translateY(-50%);border-radius:.85rem;background-color:rgba(150,144,162,.25);box-shadow:inset 0 0 0 2px rgba(150,144,162,.15);border:0;padding:2px;overflow:hidden;font-size:.85em;font-weight:500;height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}@media screen and (min-width:768px){.rg-dark__scheme-toggle.style2{opacity:1}}.rg-dark__scheme-toggle.style2 .toggle-label{text-transform:capitalize;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:70px;height:100%;border-radius:.85rem;text-align:center;-webkit-transition:all .3s ease;transition:all .3s ease;padding:5px}.rg-dark__scheme-toggle.style2 .rg-dark__scheme-toggle-icons{width:0;height:0}.rg-dark__scheme-toggle.style2 .rg-dark__scheme-toggle-label-light{background:#fff;padding:5px 0 5px 20px}.rg-dark__scheme-toggle.style2 .rg-dark__scheme-toggle-icons .rg__scheme-toggle-icon{left:auto;right:115px}.rg-dark__scheme-toggle.style2 .rg-dark__scheme-toggle-icons .rg__scheme-toggle-icon.fa-moon-stars{-webkit-transform:rotate(250deg);-ms-transform:rotate(250deg);transform:rotate(250deg)}.dark-mode .rg-dark__scheme-toggle.style2 .rg-dark__scheme-toggle-icons .rg__scheme-toggle-icon{left:auto;right:45px;color:#fff}.dark-mode .rg-dark__scheme-toggle.style2 .rg-dark__scheme-toggle-icons .rg__scheme-toggle-icon.fa-moon-stars{opacity:0;visibility:hidden}.dark-mode .rg-dark__scheme-toggle.style2 .rg-dark__scheme-toggle-label-dark{background:#1a2028;color:#fff;padding:5px 0 5px 20px}.dark-mode .rg-dark__scheme-toggle.style2 .rg-dark__scheme-toggle-label-light{background:0 0;color:#fff;padding:5px}.rg-dark__scheme-toggle.style3{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:var(--reign-site-sections-bg-color);color:var(--reign-site-headings-color);margin:0;margin-left:10px;padding:0;width:40px;height:40px;text-align:center;border-radius:100px;-webkit-transition:none;transition:none;box-shadow:0 2px 10px rgba(112,137,187,.1);cursor:pointer}.rg-dark__scheme-toggle.style3 .rg-dark__scheme-toggle-label-dark,.rg-dark__scheme-toggle.style3 .rg-dark__scheme-toggle-label-light{display:none!important}.reign-user-toggler{position:relative}.reign-user-toggler .user-link-wrap+.rg-dark__scheme-toggle.style3{position:absolute;right:50px;top:0}.reign-user-toggler .rg-dark__scheme-toggle.style3{margin-left:0}.header-v2 .reign-nav-top-bar .reign-user-toggler .rg-dark__scheme-toggle.style3{display:none;position:static}.header-v2 #masthead .reign-fallback-header.header-mobile .reign-navbar-user .rg-dark__scheme-toggle.style3{height:50px;line-height:50px;margin:0;margin-right:6px;background:0 0;box-shadow:none}@media screen and (max-width:960px) and (max-width:479px){.header-v2 #masthead .reign-fallback-header.header-mobile .reign-navbar-user .rg-dark__scheme-toggle.style3{width:30px;height:30px}}#masthead .user-profile-menu .dark-mode-toggle-layout-four{margin-bottom:10px;border-bottom:1px solid var(--reign-site-border-color)}#masthead .user-profile-menu .dark-mode-toggle-layout-four>a{margin-bottom:10px;padding:0 5px}#masthead .user-profile-menu .dark-mode-toggle-layout-four.menu-item-custom-menu-item{display:none!important}#masthead .user-profile-menu .dark-mode-toggle-layout-four .rg-dark__scheme-toggle:hover{box-shadow:none!important}#masthead .user-profile-menu .rg-dark__scheme-toggle.style4{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#masthead .user-profile-menu .rg-dark__scheme-toggle.style4 .toggle-label{font-size:14px;font-weight:inherit;text-transform:inherit}#masthead .user-profile-menu .rg-dark__scheme-toggle.style4 .rg__scheme-toggle-icon{font-size:14px}#masthead .fa,#masthead .fas{font-family:"Font Awesome 6 Pro",reign-icons;font-weight:400}.main-navigation{position:relative;-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:1px}.main-navigation ul{list-style:none;margin:0;padding-left:0}.main-navigation li{display:inline-block;position:relative}.primary-menu>.menu-item-has-children:hover:after{bottom:0;opacity:1}.primary-menu>.menu-item-has-children>a{padding-right:20px}.primary-menu>.menu-item-has-children>a:after{margin-top:1px}.primary-menu>li.current-menu-item a{color:var(--reign-color-white)}.primary-menu>li>a{font-size:16px;color:#ccc;display:block;height:90px;line-height:90px;padding:0 .9375rem}.primary-menu>li>a:hover{color:var(--reign-color-white)}.primary-menu a{color:#222;display:block;padding:1.25rem;text-decoration:none}.primary-menu .children,.primary-menu .sub-menu{padding:10px;background:var(--reign-header-sub-menu-bg-color);box-shadow:0 .4rem 1.2rem rgba(0,0,0,.1);position:absolute;top:90px;opacity:0;z-index:1;z-index:1;border:1px solid var(--reign-site-border-color);border-radius:var(--reign-global-border-radius);pointer-events:none;-webkit-transform:translateY(15px);-ms-transform:translateY(15px);transform:translateY(15px);-webkit-transition:opacity .3s,-webkit-transform .5s cubic-bezier(.215, .61, .355, 1);transition:opacity .3s,transform .5s cubic-bezier(.215, .61, .355, 1)}.primary-menu .children:after,.primary-menu .sub-menu:after{content:" ";width:12px;height:12px;background:var(--reign-header-sub-menu-bg-color);position:absolute;top:-5px;right:35px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);z-index:-1;display:none}.primary-menu .children ul,.primary-menu .sub-menu ul{top:0}.primary-menu .children .current-menu-item>a,.primary-menu .children .current_page_ancestor>a,.primary-menu .children .current_page_item>a,.primary-menu .sub-menu .current-menu-item>a,.primary-menu .sub-menu .current_page_ancestor>a,.primary-menu .sub-menu .current_page_item>a{color:#399dff}.primary-menu .children li a,.primary-menu .sub-menu li a{font-size:14px;padding:5px 15px;color:#222;text-transform:inherit}.primary-menu .menu-item a i._mi{font-size:inherit}#masthead.site-header .main-navigation .primary-menu .children li a,#masthead.site-header .main-navigation .primary-menu .sub-menu li a{border-radius:var(--reign-global-border-radius-inner)}.main-navigation ul li.focus>ul,.main-navigation ul li:hover>ul{opacity:1;pointer-events:all;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.main-navigation ul.primary-menu ul li>ul{left:100%;display:block}#masthead .header-desktop .menu-item-has-children>a{position:relative}#masthead .header-desktop .menu-item-has-children>a:after{color:inherit;content:"\f107";font-family:"Font Awesome 6 Pro",reign-icons;font-weight:400;display:inline-block;position:absolute;right:5px}#masthead .sub-menu .menu-item-has-children>a:after{margin-top:2px;margin-right:5px;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}.main-navigation .hideshow .menu-item-has-children .sub-menu li>.sub-menu .children:after,.sub-menu .sub-menu:after{display:none}@media screen and (min-width:960px){.more-menu-enable .main-navigation>ul{display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden}.more-menu-enable .main-navigation>ul>li{white-space:nowrap}.nav-more-loaded.more-menu-enable .main-navigation>ul{overflow:visible;-ms-flex-flow:row wrap;flex-flow:row wrap}}.hideshow>ul li.menu-item-has-children ul.sub-menu{top:0;left:-webkit-calc(-100% - 10px);left:calc(-100% - 10px)}#masthead ul.primary-menu li.hideshow a.dropdown-toggle{padding:0 .9375rem;left:auto}#masthead ul.primary-menu li.hideshow a.dropdown-toggle .far{font-size:16px;vertical-align:middle}#masthead ul.primary-menu li.hideshow a.dropdown-toggle:after{content:none}.primary-menu .sub-menu .hideshow>ul.sub-menu .menu-item-has-children>a:after{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}.main-navigation ul.primary-menu li.hideshow>.header-more-dropdown-menu{right:0;opacity:0;pointer-events:none;-webkit-transform:translateY(15px);-ms-transform:translateY(15px);transform:translateY(15px);-webkit-transition:opacity .3s,-webkit-transform .5s cubic-bezier(.215, .61, .355, 1);transition:opacity .3s,transform .5s cubic-bezier(.215, .61, .355, 1)}.main-navigation ul.primary-menu li.hideshow.selected>.header-more-dropdown-menu{opacity:1;pointer-events:all;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}@media screen and (min-width:960px){.main-navigation ul li.focus>ul,.main-navigation ul li:hover>ul{display:block!important}.menu-item .submenu-btn,.menu-toggle,.mobile-view-cart{display:none}.main-navigation>ul{width:100%}.main-navigation ul.primary-menu ul li>ul li a{background:var(--reign-color-white)}.main-navigation ul.primary-menu ul li{display:block}.main-navigation ul li>ul.sub-menu{min-width:250px}}#masthead{position:relative;z-index:100}body #masthead p{color:var(--reign-site-body-text-color)}#masthead .reign-fallback-header.version-four+.header-mobile .navbar-menu-container ul.sub-menu li a{width:100%}#masthead.site-header .main-navigation .primary-menu ul li a{height:auto;padding:10px 10px;border-bottom:1px rgba(239,239,239,.3) solid;border-radius:0;line-height:normal;display:block}#masthead.site-header .main-navigation .primary-menu:last-child a{border:none}#masthead.site-header .main-navigation .primary-menu ul ul li a{height:auto;padding:10px 10px;border-bottom:1px rgba(239,239,239,.3) solid!important;border-radius:0;line-height:normal}#masthead.site-header .main-navigation .primary-menu ul:last-child a{border:none!important}.reign-fallback-header{min-height:90px}.version-one{padding:15px 0 0;height:auto}.version-one .site-branding{padding:0;line-height:normal}.version-one .logo{max-width:300px;margin:auto;text-align:center}.version-one .header-right{padding:0 15px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-flex:1;-ms-flex:auto;flex:auto}.version-one .header-right .main-navigation{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.version-one .primary-menu>li{margin:0 5px}.version-one .primary-menu>li a{height:80px;line-height:80px;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent}.version-one .primary-menu>li ul.sub-menu{top:80px;right:-20px}.version-one .primary-menu>li ul.sub-menu ul.sub-menu{top:0}.version-one .primary-menu>li ul.sub-menu>li>a{height:auto;line-height:normal;padding:5px 10px}.version-one .primary-menu>li ul.sub-menu>li>a:before{display:none}.version-one .primary-menu>li:first-child{margin-left:0}.version-one .rg-icon-wrap{height:80px;line-height:80px}@media screen and (min-width:960px){.version-one .rg-count,.version-one .rg-msg .rg-icon-wrap .bpbmuc{top:16px}}@media screen and (min-width:960px){#masthead.v1 .user-profile-menu{top:80px}}.menu-hover-style3 .version-one .primary-menu>li{padding:25px 0}.menu-hover-style3 .version-one .primary-menu>li a{height:40px;line-height:40px;border-radius:var(--reign-global-border-radius);-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0)}.version-two .primary-menu>li{padding:25px 0}.version-two .primary-menu>li a{height:40px;line-height:40px;border-radius:var(--reign-global-border-radius);-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0)}.version-two .primary-menu .children,.version-two .primary-menu .sub-menu{top:90px}.version-two .primary-menu .children .sub-menu,.version-two .primary-menu .sub-menu .sub-menu{top:0;margin:0}.version-two .primary-menu .children a:before,.version-two .primary-menu .sub-menu a:before{display:none}.version-three .primary-menu>li a{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;position:relative;-webkit-transition-property:color;transition-property:color;-webkit-transition-duration:.3s;transition-duration:.3s}.version-three .primary-menu>li>ul>li>a:before{display:none}.version-three .header-left,.version-three .header-right{width:40%;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.version-three .site-branding{height:auto;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.menu-hover-style3 .version-three .primary-menu>li{padding:10px 0}.menu-hover-style3 .version-three .primary-menu>li a{height:70px;line-height:70px;border-radius:var(--reign-global-border-radius);-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0)}@media (min-width:960px){#masthead .version-four .rg-hdr-v4-row-1{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#masthead .version-four .rg-icon-wrap{height:70px;line-height:70px}#masthead .version-four .rg-count{top:10px}#masthead .version-four .user-notifications .rg-dropdown,#masthead .version-four .user-notifications:hover .rg-dropdown{top:74px;right:-50px}#masthead .version-four .user-link-wrap{min-height:70px}#masthead .version-four .user-profile-menu{top:70px}#masthead .version-four .rg-hdr-v4-row-1 .header-right{padding-right:0}#masthead .version-four .rg-hdr-v4-row-2 .header-right{padding:0 15px;width:100%}#masthead .version-four .primary-menu>.menu-item-has-children>a{padding-right:25px}#masthead .version-four .primary-menu>li>a{height:50px;line-height:50px}#masthead .version-four .menu-item-has-children>a:after{right:10px}#masthead .version-four .primary-menu .children,#masthead .version-four .primary-menu .sub-menu{top:50px}#masthead .version-four .primary-menu .children .sub-menu,#masthead .version-four .primary-menu .sub-menu .sub-menu{top:0;margin:0;margin-top:-11px}#masthead .version-four .primary-menu>li>a{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;position:relative;-webkit-transition-property:color;transition-property:color;-webkit-transition-duration:.3s;transition-duration:.3s}#masthead .version-four .primary-menu>li>ul>li>a:before{display:none}#masthead .version-four .rg-hdr-v4-row-2-col{width:35%}}@media (min-width:960px){.version-four .main-navigation>ul{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.rg-version-four-menu-top-icon{display:none}.version-four .rg-hdr-v4-row-2{background:var(--reign-header-nav-bg-color)}#masthead .version-four .search-wrap{display:none}}@media (min-width:960px){.menu-hover-style3 #masthead .version-four .primary-menu>li{padding:5px 0}.menu-hover-style3 #masthead .version-four .primary-menu>li a{height:40px;line-height:40px;border-radius:var(--reign-global-border-radius);-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0)}}.fixed-top{position:fixed;right:0;left:0;z-index:1030}.reign-fallback-header.fixed-top{top:0}body.admin-bar .reign-fallback-header.fixed-top{margin-top:0}.reign-header-top+#masthead .header-mobile{margin-top:33px}@media (max-width:767px){.reign-header-top+#masthead .header-mobile{margin-top:58px}}@media (max-width:499px){.reign-header-top+#masthead .header-mobile{margin-top:81px}}body:not(.reign-sticky-header) .reign-header-top+#masthead .header-mobile{margin-top:0}@-webkit-keyframes click-wave{0%{height:1rem;width:1rem;opacity:.35;position:relative}100%{height:80px;width:80px;margin-left:-2rem;margin-top:-2rem;opacity:0}}@keyframes click-wave{0%{height:1rem;width:1rem;opacity:.35;position:relative}100%{height:80px;width:80px;margin-left:-2rem;margin-top:-2rem;opacity:0}}@-webkit-keyframes topbar-x{0%{top:0;-webkit-transform:rotate(0);transform:rotate(0)}45%{top:6px;-webkit-transform:rotate(145deg);transform:rotate(145deg)}75%{-webkit-transform:rotate(130deg);transform:rotate(130deg)}100%{-webkit-transform:rotate(135deg);transform:rotate(135deg)}}@keyframes topbar-x{0%{top:0;-webkit-transform:rotate(0);transform:rotate(0)}45%{top:6px;-webkit-transform:rotate(145deg);transform:rotate(145deg)}75%{-webkit-transform:rotate(130deg);transform:rotate(130deg)}100%{-webkit-transform:rotate(135deg);transform:rotate(135deg)}}@-webkit-keyframes topbar-back{0%{top:6px;-webkit-transform:rotate(135deg);transform:rotate(135deg)}45%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}75%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}100%{top:0;-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes topbar-back{0%{top:6px;-webkit-transform:rotate(135deg);transform:rotate(135deg)}45%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}75%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}100%{top:0;-webkit-transform:rotate(0);transform:rotate(0)}}@-webkit-keyframes bottombar-x{0%{bottom:0;-webkit-transform:rotate(0);transform:rotate(0)}45%{bottom:6px;-webkit-transform:rotate(-145deg);transform:rotate(-145deg)}75%{-webkit-transform:rotate(-130deg);transform:rotate(-130deg)}100%{-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}}@keyframes bottombar-x{0%{bottom:0;-webkit-transform:rotate(0);transform:rotate(0)}45%{bottom:6px;-webkit-transform:rotate(-145deg);transform:rotate(-145deg)}75%{-webkit-transform:rotate(-130deg);transform:rotate(-130deg)}100%{-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}}@-webkit-keyframes bottombar-back{0%{bottom:6px;-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}45%{-webkit-transform:rotate(10deg);transform:rotate(10deg)}75%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}100%{bottom:0;-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes bottombar-back{0%{bottom:6px;-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}45%{-webkit-transform:rotate(10deg);transform:rotate(10deg)}75%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}100%{bottom:0;-webkit-transform:rotate(0);transform:rotate(0)}}@-webkit-keyframes reign-loading-ring{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes reign-loading-ring{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes loader-pulsate{0%{opacity:.5}50%{opacity:1}100%{opacity:.5}}@keyframes loader-pulsate{0%{opacity:.5}50%{opacity:1}100%{opacity:.5}}@-webkit-keyframes dashboard_hand{0%{-webkit-transform:rotate(-160deg)}100%{-webkit-transform:rotate(-20deg)}}@keyframes dashboard_hand{0%{-webkit-transform:rotate(-160deg);transform:rotate(-160deg)}100%{-webkit-transform:rotate(-20deg);transform:rotate(-20deg)}}@keyframes dropdown-in{0%{opacity:0}100%{opacity:1}0%{opacity:0}}@-webkit-keyframes dropdown-in{0%{-webkit-transform:transform;-webkit-opacity:0}100%{-webkit-transform:translateY(0);-webkit-opacity:1}0%{-webkit-transform:translateY(1rem);-webkit-opacity:0}}.navbar-menu-container .menu-label{display:none}.reign-toggler{background:0 0!important;padding:0;border:0!important;outline:0;box-shadow:none;-webkit-box-ordinal-group:100;-ms-flex-order:99;order:99;margin-left:1.5rem}.panel-position-right .reign-toggler{margin-left:auto;margin-right:1.5rem}.reign-toggler-right{display:none}.reign-toggler:active,.reign-toggler:focus,.reign-toggler:hover{background:0 0;border:0;border-radius:0;cursor:pointer}.reign-toggler .icon-bar{background:var(--reign-left-panel-toggle-color);display:block;position:relative;width:20px;height:2px;border-radius:1px}.reign-toggler .icon-bar.bar1{top:0;outline:1px solid transparent;-webkit-animation:topbar-back .5s 0s;animation:topbar-back .5s 0s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.reign-toggler .icon-bar.bar2{width:24px;outline:1px solid transparent;opacity:1}.reign-toggler .icon-bar.bar3{width:17px;bottom:0;outline:1px solid transparent;-webkit-animation:bottombar-back .5s 0s;animation:bottombar-back .5s 0s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.reign-toggler.panel-toggler{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.reign-toggler.account-toggler{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.reign-toggler .icon-bar+.icon-bar{margin-top:4px}.reign-navbar-mobile .container{padding:0!important}nav.reign-navbar-mobile{border-radius:0}nav.reign-navbar-mobile .navbar-menu-container .menu-label,nav.reign-navbar-mobile .reign-inner-panel .menu-label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:50px;margin-top:2rem;margin-bottom:1rem;border-bottom:1px solid var(--reign-site-border-color)}nav.reign-navbar-mobile .menu-item a>i,nav.reign-navbar-mobile .menu-item i._before,nav.reign-navbar-mobile.rtl .menu-item i._after{min-width:26px;text-align:left;margin-right:5px;font-size:inherit;width:auto;height:auto;vertical-align:inherit;background:0 0!important}nav.reign-navbar-mobile .primary-menu .menu-item i._before{margin-right:0}nav.reign-navbar-mobile .navbar-menu-container .menu-label span.h5{margin-bottom:0;font-weight:700}nav.reign-navbar-mobile .navbar-menu-container .menu-label.reign-panel-label{height:60px;margin-top:50px;border-top:1px solid var(--reign-site-border-color)}nav.reign-navbar-mobile .navbar-menu-container{overflow-y:auto;padding:0 30px 60px}nav.reign-navbar-mobile .navbar-menu-container>ul+ul{margin-top:2rem;padding-top:2rem;border-top:1px solid var(--reign-site-border-color)}nav.reign-navbar-mobile .navbar-nav>li a,nav.reign-navbar-mobile ul#user-profile-menu>li a{font-size:inherit;line-height:normal;color:var(--reign-mobile-menu-color);background:0 0;padding:12px 15px;position:relative;white-space:nowrap;width:100%;display:block;text-overflow:ellipsis;overflow:hidden}nav.reign-navbar-mobile .navbar-nav>li a:hover,nav.reign-navbar-mobile ul#user-profile-menu>li a:hover{background:0 0;color:var(--reign-mobile-menu-hover-color)}nav.reign-navbar-mobile ul#user-profile-menu>li.current-menu-item>a{color:var(--reign-mobile-menu-active-color);background-color:var(--reign-mobile-menu-active-bg-color);border-radius:6px}#masthead.site-header .header-mobile .main-navigation .primary-menu ul.sub-menu li a{font-size:inherit;padding:12px 15px}nav.reign-navbar-mobile ul#user-profile-menu>li a{display:-webkit-box;display:-ms-flexbox;display:flex}nav.reign-navbar-mobile ul.navbar-reign-panel li.menu-item.active>a,nav.reign-navbar-mobile ul.navbar-reign-panel li.menu-item.current-menu-item>a{color:var(--reign-mobile-menu-active-color);background-color:var(--reign-mobile-menu-active-bg-color);border-radius:6px}nav.reign-navbar-mobile ul.navbar-reign-panel li.menu-item a:hover i,nav.reign-navbar-mobile ul.navbar-reign-panel li.menu-item a:hover img._mi{background:0 0!important}nav.reign-navbar-mobile .navbar-nav>li>a .count{color:#fff;background-color:var(--reign-colors-theme);border:0;line-height:17px;font-weight:400;padding:0 5px;vertical-align:top;border-radius:100%;font-size:11px;width:22px;height:22px;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;float:right}.main-navigation.reign-navbar-mobile li{display:block}.main-navigation.reign-navbar-mobile li.reign-menu-section a{margin:10px 0 0;padding:0!important;color:var(--reign-header-main-menu-font)!important;opacity:.6}.main-navigation.reign-navbar-mobile li.reign-menu-section a i{display:none}.main-navigation.reign-navbar-mobile li.reign-menu-section a,.main-navigation.reign-navbar-mobile li.reign-menu-section span{font-size:12px!important;letter-spacing:.1em;text-transform:uppercase!important;pointer-events:none;margin:0;margin-top:.93em;margin-bottom:.4em}.main-navigation.reign-navbar-mobile .primary-menu li a{height:auto;line-height:normal}.admin-bar .reign-fallback-header.fixed-top,.admin-bar .reign-menu-panel{top:32px}#masthead .reign-navbar-mobile .menu-item-has-children>a:after{display:none}#masthead .reign-navbar-mobile .menu-item-has-children>a{position:relative;padding-right:40px}#masthead .reign-navbar-mobile .submenu-btn{width:32px;height:32px;line-height:32px;text-align:center;position:absolute;top:5px;right:0;border-radius:50%;z-index:2;cursor:pointer}.reign-navbar-mobile .navbar-reign-panel .children,.reign-navbar-mobile .navbar-reign-panel .sub-menu,.reign-navbar-mobile .primary-menu .children,.reign-navbar-mobile .primary-menu .sub-menu{background:0 0;position:static;margin:0;margin-left:10px;padding:0;border:0;box-shadow:none;opacity:1;visibility:visible;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}#masthead .reign-navbar-mobile .rg-woocommerce_mini_cart:after,#masthead .reign-navbar-mobile .user-profile-menu:after,.reign-navbar-mobile .user-notifications .rg-dropdown:after,.reign-navbar-mobile .user-notifications:hover .rg-dropdown:after{display:none}.reign-navbar-mobile .user-notifications .rg-dropdown,.reign-navbar-mobile .user-notifications:hover .rg-dropdown{top:100%;right:0;left:0;width:-webkit-calc(100% - 30px);width:calc(100% - 30px);margin:0 15px}#masthead .reign-navbar-mobile .rg-woocommerce_mini_cart{width:-webkit-calc(100% - 30px);width:calc(100% - 30px);margin:0 15px;max-width:400px}.reign-navbar-mobile .search-wrap .rg-search-form-wrap{position:absolute;height:50px;line-height:50px;bottom:0;border-radius:0!important}.reign-navbar-mobile .search-wrap .rg-search-form-wrap form.search-form input.search-field{height:40px}.reign-navbar-mobile .search-wrap .rg-search-close:before{font-weight:300}.reign-mobile-user-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:0 -30px 20px;padding:20px 30px;box-shadow:0 1px 7px -2px var(--reign-site-border-color)}.reign-mobile-user-header .reign-panel-close{width:30px;height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;line-height:1;margin-left:auto;cursor:pointer;color:var(--reign-mobile-menu-color)}.reign-mobile-user-header .reign-panel-close:hover{color:var(--reign-mobile-menu-hover-color)}.reign-mobile-user-header .reign-panel-close i{font-size:22px!important;font-weight:300}.navbar-menu-container:not(.is-visible) .reign-panel-close{opacity:0;visibility:hidden}.reign-mobile-user .user-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:1;-ms-flex:1;flex:1}.reign-mobile-user .user-wrap a{width:auto;padding:0}.reign-mobile-user .user-wrap .avatar,.reign-mobile-user .user-wrap img{border-radius:50%;margin-right:15px;width:52px;max-width:52px;height:52px}.reign-mobile-user .user-wrap .user-name{color:var(--reign-mobile-menu-color);font-size:18px;font-weight:600}.reign-mobile-user .user-wrap .user-name:hover{color:var(--reign-mobile-menu-hover-color)}.reign-mobile-user .my-account-link a{font-size:13px;color:var(--reign-mobile-menu-color);line-height:1}.reign-mobile-user .my-account-link a:hover{color:var(--reign-mobile-menu-hover-color)}@media screen and (max-width:960px){.reign-topbar-hide-mobile .reign-fallback-header.fixed-top{margin-top:0!important}#masthead{height:131px}.reign-sticky-topbar #masthead{top:0!important}.reign-mobile-menu,.site-branding a img{padding:0 15px;max-width:100%;max-height:46px}.reign-toggler-right{display:block}nav.reign-navbar-mobile .navbar-menu-container .site-branding{height:auto;-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;line-height:normal}.reign-nav-top-bar{width:100%;min-height:80px;padding:10px 15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;box-shadow:0 1px 0 0 rgba(65,71,108,.1)}.reign-nav-top-bar+.reign-navbar-user{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:distribute;justify-content:space-around}.reign-nav-top-bar+.reign-navbar-user>span.sep{display:none}.reign-navbar-user>div{-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:center;position:static!important}.reign-navbar-user .rg-user{display:none}#masthead .reign-navbar-user .user-link-wrap{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:50px;display:none}.reign-navbar-user .rg-icon-wrap{height:50px;line-height:50px}.reign-navbar-user .rg-count,.rg-msg .rg-icon-wrap .bpbmuc{top:8px;right:8px;width:16px;height:16px;font-size:9px}.user-profile-menu-wrapper .user-profile-menu{background-color:#fff;overflow-y:auto;padding:0 30px 60px}.reign-navbar-user .psw-userbar__logout,.reign-navbar-user .psw-userbar__user>.ps-avatar,.reign-navbar-user .psw-userbar__user>.psw-userbar__menu,.reign-navbar-user .psw-userbar__user>.psw-userbar__name{display:none}.reign-navbar-user .psw-userbar__inner{position:static}.reign-navbar-user .psw-userbar__inner .ps-notif__box{left:0;right:0;width:-webkit-calc(100% - 30px);width:calc(100% - 30px);margin:0 15px}.reign-navbar-user .widget_peepsowidgetuserbar{-webkit-box-flex:1;-ms-flex:auto;flex:auto;width:50%;display:none}.reign-navbar-user .psw-notifs--userbar,.reign-navbar-user .psw-userbar__inner,.reign-navbar-user .psw-userbar__user{width:100%}.reign-navbar-user .ps-notifications{max-height:unset!important;height:auto!important}#masthead .reign-navbar-user .psw-notifs--userbar{margin-left:15px}.reign-navbar-user .ps-widget--userbar__notifications{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;width:100%}.reign-nav-top-bar .ps-dropdown__menu{border-radius:0}.header-v2 #masthead{height:81px;box-shadow:none}.header-v2 #masthead .reign-fallback-header.header-mobile{min-height:auto;top:0!important}.header-v2 #masthead .reign-fallback-header.header-mobile .container>.reign-navbar-user{display:none}.header-v2 #masthead .reign-fallback-header.header-mobile .reign-navbar-user{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.header-v2 #masthead .reign-fallback-header.header-mobile .reign-nav-top-bar .site-branding{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left;margin-left:15px}.header-v2 #masthead .reign-fallback-header.header-mobile .header-notifications-dropdown-menu:not(.user-profile-menu){top:100%}.header-v2 #masthead .reign-fallback-header.header-mobile .reign-navbar-mobile .search-wrap .rg-search-form-wrap{height:90px;line-height:90px}.header-v2 #masthead .reign-fallback-header.header-mobile span.sep{display:none}.header-v2 #masthead .reign-fallback-header.header-mobile .rg-icon-wrap>a{padding:5px}}@media screen and (max-width:960px) and (max-width:479px){.header-v2 #masthead .reign-fallback-header.header-mobile .rg-icon-wrap{width:36px;font-size:inherit}.header-v2 #masthead .reign-fallback-header.header-mobile .user-link-wrap img.avatar{width:30px;max-width:30px;height:30px}.header-v2 #masthead .reign-fallback-header.header-mobile .reign-navbar-user{margin-right:0;margin-left:10px}.header-v2 #masthead .reign-fallback-header.header-mobile .reign-nav-top-bar .site-branding{-webkit-box-flex:1;-ms-flex:1;flex:1;margin-left:0;overflow:hidden;min-height:50px}.header-v2 #masthead .reign-fallback-header.header-mobile .reign-nav-top-bar .site-branding img{padding:0}.header-v2 #masthead .reign-fallback-header.header-mobile .reign-navbar-user .rg-count,.header-v2 #masthead .reign-fallback-header.header-mobile .rg-msg .rg-icon-wrap .bpbmuc{right:2px}}@media screen and (max-width:960px){.header-v3 #page{padding-bottom:50px}.header-v3 #masthead{height:81px;box-shadow:none}.header-v3 #masthead .reign-fallback-header.header-mobile{min-height:auto;top:0!important}.header-v3 #masthead .reign-navbar-user{position:fixed;right:0;left:0;bottom:0;width:100%;background-color:var(--reign-header-bg-color);z-index:1030;box-shadow:1px 0 0 1px rgba(139,141,158,.05),0 5px 10px 0 rgba(65,71,107,.15)}.header-v3 #masthead .header-notifications-dropdown-menu{top:auto;bottom:50px}.admin-bar.header-v2 #masthead .reign-fallback-header.header-mobile,.admin-bar.header-v3 #masthead .reign-fallback-header.header-mobile{top:32px!important}nav.reign-navbar-mobile ul#user-profile-menu{width:100%;max-width:100%;position:static;opacity:1;visibility:visible;background:0 0;box-shadow:none;border:0;border-radius:0;pointer-events:all;-webkit-transform:translate(0);-ms-transform:translate(0);transform:translate(0);-webkit-transition:none;transition:none}nav.reign-navbar-mobile ul#user-profile-menu li:last-child.bp-menu.bp-logout-nav{margin:0;padding:0;border:0}nav.reign-navbar-mobile ul#user-profile-menu.header-notifications-dropdown-menu li.menu-item{margin-right:0}nav.reign-navbar-mobile ul#user-profile-menu.header-notifications-dropdown-menu li.menu-item i{min-width:26px;margin-right:0}nav.reign-navbar-mobile ul#user-profile-menu.header-notifications-dropdown-menu li.menu-item a:hover{background:0 0}nav.reign-navbar-mobile ul#user-profile-menu.header-notifications-dropdown-menu li.menu-item.bp-logout-nav i{margin-right:.4em}nav.reign-navbar-mobile .navbar-menu-container{position:fixed;top:0;left:-110%;height:100%;width:100%;-webkit-transition:all .35s ease-in-out;transition:all .35s ease-in-out;background-color:var(--reign-mobile-menu-bg-color);z-index:999999}nav.reign-navbar-mobile .navbar-menu-container.is-visible{left:0}.mobile-panel-open{overflow:hidden}.mobile-panel-open .rg-dark__scheme-toggle{display:none}.admin-bar .reign-user-toggler .user-profile-menu-wrapper,.admin-bar nav.reign-navbar-mobile .navbar-menu-container{padding-top:32px}}@media screen and (max-width:960px) and (max-width:782px){.admin-bar .reign-user-toggler .user-profile-menu-wrapper,.admin-bar nav.reign-navbar-mobile .navbar-menu-container{padding-top:46px}}@media screen and (max-width:960px){.reign-user-toggler .user-profile-menu-wrapper{position:fixed;top:0;right:-110%;height:100%;width:100%;-webkit-transition:all .35s ease-in-out;transition:all .35s ease-in-out;background-color:var(--reign-mobile-menu-bg-color);z-index:999999}.reign-user-toggler .user-profile-menu-wrapper.is-visible{right:0}.reign-user-toggler .user-profile-menu-wrapper .reign-mobile-user-header{padding:20px 60px}}@media screen and (max-width:782px){.admin-bar .reign-fallback-header.fixed-top,.admin-bar .reign-menu-panel{top:46px}.admin-bar.header-v2 #masthead .reign-fallback-header.header-mobile,.admin-bar.header-v3 #masthead .reign-fallback-header.header-mobile{top:46px!important}}.reign-nav-top-bar .site-branding{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;padding:0;width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;line-height:normal}.reign-nav-top-bar .reign-toggler.reign-toggler-left{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;margin:0;width:40px;border:0}.reign-nav-top-bar .reign-user-toggler{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;width:40px}.header-v2 .reign-nav-top-bar .reign-user-toggler{width:auto}.menu-item i._mi,.menu-item img._mi{display:inline-block;vertical-align:middle}.menu-item i._mi{width:auto;height:auto;margin-top:-.265em;font-size:20px;line-height:1}.menu-item i._before,.rtl .menu-item i._after{margin-right:.4em}.reign-menu-panel{display:none}.reign-menu-panel .fa,.reign-menu-panel .fas{font-family:"Font Awesome 6 Pro",reign-icons;font-weight:400}.reign-user-toggler .psw-userbar__user .ps-dropdown__toggle,.reign-user-toggler .psw-userbar__user>.psw-userbar__logout{display:none}.plg-peepso #masthead .reign-navbar-mobile .reign-user-toggler{width:auto}.plg-peepso #masthead .reign-navbar-mobile .reign-user-toggler .rg-icon-wrap{height:60px;line-height:60px}@media screen and (max-width:359px){.plg-peepso #masthead .reign-navbar-mobile .reign-user-toggler .rg-icon-wrap{width:32px}}.plg-peepso #masthead .reign-navbar-mobile .reign-user-toggler .psw-notifs--userbar{margin:0}.plg-peepso #masthead .reign-navbar-mobile .reign-user-toggler .psw-userbar__menu-toggle,.plg-peepso #masthead .reign-navbar-mobile .reign-user-toggler .psw-userbar__name,.plg-peepso #masthead .reign-navbar-mobile .reign-user-toggler a.psw-userbar__logout{display:none}.plg-peepso #masthead .reign-navbar-mobile .reign-user-toggler .psw-userbar__inner{position:static}.plg-peepso #masthead .reign-navbar-mobile .reign-user-toggler .psw-userbar__inner .ps-notif__box{top:auto!important}@media screen and (max-width:61.24em){.plg-peepso #masthead .reign-navbar-mobile .reign-user-toggler .psw-userbar__inner .ps-notif__box{width:-webkit-calc(100vw - 30px)!important;width:calc(100vw - 30px)!important;right:0!important;left:auto!important}}.plg-peepso #masthead .reign-navbar-mobile .reign-user-toggler .psw-userbar__inner .ps-notifications{height:auto}.plg-peepso #masthead .reign-navbar-mobile .reign-user-toggler .reign-peepso-menu-toggle{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px}.plg-peepso #masthead .reign-navbar-mobile .reign-user-toggler .user-profile-menu-wrapper .ps-avatar,.plg-peepso #masthead .reign-navbar-mobile .reign-user-toggler .user-profile-menu-wrapper .psw-userbar__user{display:none}.plg-peepso #masthead .reign-navbar-mobile .reign-user-toggler .user-profile-menu-wrapper .ps-dropdown,.plg-peepso #masthead .reign-navbar-mobile .reign-user-toggler .user-profile-menu-wrapper .psw-userbar__inner,.plg-peepso #masthead .reign-navbar-mobile .reign-user-toggler .user-profile-menu-wrapper .psw-userbar__user-profile{width:100%;margin:0}.plg-peepso #masthead .reign-navbar-mobile .reign-user-toggler .user-profile-menu-wrapper .ps-dropdown__menu{width:100%;display:block;position:static;margin:0;box-shadow:none}#masthead .reign-navbar-mobile .ps-dropdown--menu{height:auto;line-height:normal}@media screen and (min-width:960px){.reign-menu-panel+#page{padding-left:80px}.reign-menu-panel+#page #masthead .fixed-top{left:80px;width:auto}.reign-menu-panel+#page .search-wrap .rg-search-form-wrap{width:-webkit-calc(100% - 80px);width:calc(100% - 80px);left:80px}.rg-shift-body:not(.rg-boxed-layout).reign-sticky-topbar .reign-header-top{left:40px;-webkit-transition:all .2s;transition:all .2s}.rg-shift-body:not(.rg-boxed-layout).reign-sticky-topbar .reign-menu-panel.reign-panel-open+#page .reign-header-top{left:120px}.rg-shift-body:not(.rg-boxed-layout) .reign-menu-panel+#page{-webkit-transition:padding-left .2s;transition:padding-left .2s}.rg-shift-body:not(.rg-boxed-layout) .reign-menu-panel+#page .reign-fallback-header{-webkit-transition:all .2s;transition:all .2s}.rg-shift-body:not(.rg-boxed-layout) .reign-menu-panel.reign-panel-open+#page{padding-left:230px}.rg-shift-body:not(.rg-boxed-layout) .reign-menu-panel.reign-panel-open+#page #masthead .fixed-top{left:230px}body.rg-shift-body:not(.elementor-template-canvas) .reign-menu-panel+#page .elementor-section-boxed[style*=width],body.rg-shift-body:not(.elementor-template-canvas) .reign-menu-panel+#page .elementor-section-full_width[style*=width],body.rg-shift-body:not(.elementor-template-canvas) .reign-menu-panel+#page .elementor-section-stretched[style*=width]{left:0!important;width:100%!important}.reign-menu-panel{display:block;background:var(--reign-left-panel-bg-color);width:80px;height:100vh;position:fixed;left:0;top:0;box-shadow:0 3px 13px 0 rgba(18,43,70,.1);z-index:1040;-webkit-transition:width .2s;transition:width .2s}.navbar-menu-container .navbar-reign-panel{display:none}.reign-menu-panel.reign-panel-open{width:230px}.reign-menu-panel-inner{height:100%}.reign-toggler-left{margin:0;padding:10px 28px;-webkit-box-ordinal-group:NaN;-ms-flex-order:unset;order:unset}.reign-menu-panel-header{height:80px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.reign-inner-panel{padding:1rem 1rem 2rem}.reign-panel-open .reign-toggler .icon-bar.bar3{width:20px}.reign-panel-open .reign-toggler .icon-bar.bar1{top:6px;-webkit-animation:topbar-x .5s 0s;animation:topbar-x .5s 0s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.reign-panel-open .reign-toggler .icon-bar.bar2{opacity:0}.reign-panel-open .reign-toggler .icon-bar.bar3{bottom:6px;-webkit-animation:bottombar-x .5s 0s;animation:bottombar-x .5s 0s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.navbar-reign-panel{list-style:none;margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column}.navbar-reign-panel ul{margin:0;padding:0;list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:column;flex-flow:column}ul.navbar-reign-panel li.menu-item a:hover i.rg-submenu-toggle{background:0 0;color:inherit}ul.navbar-reign-panel li.menu-item a i.rg-submenu-toggle{cursor:pointer;position:relative;z-index:22;opacity:0;visibility:hidden;-webkit-transition:all linear .2s;transition:all linear .2s;background:0 0!important;color:inherit!important;font-size:18px;min-width:auto;width:30px;height:20px;line-height:20px;text-align:center;margin:0;margin-left:auto;margin-right:10px;display:none!important}ul.navbar-reign-panel li.menu-item a i.rg-submenu-toggle.rg-submenu-open{-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg)}ul.navbar-reign-panel li.menu-item a i.rg-submenu-toggle:hover{background:0 0!important;color:inherit!important}.reign-panel-open ul.navbar-reign-panel li.menu-item a i.rg-submenu-toggle{opacity:1;visibility:visible;display:block!important}.navbar-reign-panel .sub-menu{display:none;position:static;opacity:1;visibility:visible}.reign-panel-open .navbar-reign-panel>li>.sub-menu{padding-left:20px}.reign-panel-open .navbar-reign-panel>li>.sub-menu a{margin:10px 0}.reign-panel-open .navbar-reign-panel .sub-menu.submenu-open{display:block}.reign-panel-open .sub-menu{display:none;position:static;opacity:1;visibility:visible}ul.navbar-reign-panel li a span:not(.count){display:block;min-width:0;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}ul.navbar-reign-panel .dropdown-toggle{white-space:unset}ul.navbar-reign-panel li.menu-item.reign-menu-section:first-child a i{display:none}ul.navbar-reign-panel li.menu-item.reign-menu-section a{margin:0;opacity:.6}ul.navbar-reign-panel li.menu-item.reign-menu-section a:hover{color:var(--reign-left-panel-menu-font-color)}ul.navbar-reign-panel li.menu-item.reign-menu-section a:hover i{background-color:var(--reign-left-panel-menu-font-color);opacity:.3}ul.navbar-reign-panel li.menu-item.reign-menu-section a i{background:0 0;width:auto;height:auto;min-width:auto;margin:10px 0}ul.navbar-reign-panel li.menu-item.reign-menu-section a i+span{opacity:0!important;visibility:hidden!important}ul.navbar-reign-panel li.menu-item.reign-menu-section a i::before{content:"";height:1px;width:20px;line-height:6px;text-align:center;background-color:var(--reign-left-panel-menu-font-color);opacity:.3;display:inline-block}ul.navbar-reign-panel li.menu-item.reign-menu-section span{font-size:12px;letter-spacing:.1em;text-transform:uppercase;pointer-events:none;margin-top:15px;margin-bottom:10px}.reign-panel-open ul.navbar-reign-panel li.menu-item.reign-menu-section a i{display:none}.reign-panel-open ul.navbar-reign-panel li.menu-item.reign-menu-section a i+span{opacity:1!important;width:auto;visibility:visible!important}.reign-panel-open ul.navbar-reign-panel li.menu-item.reign-menu-section span{font-size:12px;letter-spacing:.1em;text-transform:uppercase;pointer-events:none;margin:0;margin-top:.93em;margin-bottom:.4em}ul.navbar-reign-panel li.menu-item a i,ul.navbar-reign-panel li.menu-item a img._mi{font-size:18px;margin:0;min-width:47px;width:47px;height:47px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:all linear .2s;transition:all linear .2s}ul.navbar-reign-panel li.menu-item a img._mi{padding:10px}ul.navbar-reign-panel li.menu-item a:hover{background:var(--reign-left-panel-menu-bg-hover-color);color:var(--reign-left-panel-menu-hover-color)}ul.navbar-reign-panel li.menu-item.reign-menu-section a:hover{background:0 0}ul.navbar-reign-panel li.menu-item.active>a,ul.navbar-reign-panel li.menu-item.current-menu-item>a{background:var(--reign-left-panel-menu-bg-active-color);color:var(--reign-left-panel-menu-icon-active-color)}ul.navbar-reign-panel li.menu-item a i:before{margin:0;width:auto}ul.navbar-reign-panel li.menu-item a{color:var(--reign-left-panel-menu-font-color);font-size:16px;margin:8px 0;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;word-break:break-all;text-decoration:none}.reign-menu-panel:not(.reign-panel-open) ul.navbar-reign-panel{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.reign-menu-panel:not(.reign-panel-open) ul.navbar-reign-panel li.menu-item a>i+span,.reign-menu-panel:not(.reign-panel-open) ul.navbar-reign-panel li.menu-item a>img._mi+span{z-index:1;background-color:var(--reign-left-panel-tooltip-bg-color);color:var(--reign-left-panel-tooltip-color);font-size:90%;padding:.15rem .75rem;border-radius:12px;position:fixed;-webkit-transform:translate(50px,0);-ms-transform:translate(50px,0);transform:translate(50px,0);white-space:nowrap;visibility:hidden;opacity:0;width:auto;text-align:center;margin-left:10px}.reign-menu-panel:not(.reign-panel-open) ul.navbar-reign-panel li.menu-item a:hover i+span,.reign-menu-panel:not(.reign-panel-open) ul.navbar-reign-panel li.menu-item a:hover img._mi+span{visibility:visible;opacity:1;margin-left:0;-webkit-transition:all linear .2s;transition:all linear .2s}ul.navbar-reign-panel li.menu-item a>span{opacity:0;width:0;visibility:hidden}.reign-panel-open ul.navbar-reign-panel li.menu-item a>span{opacity:1;width:auto;visibility:visible}.reign-panel-open ul.navbar-reign-panel li.menu-item a>span.count{color:#fff;background-color:var(--reign-colors-theme);border:1px solid currentColor;border-radius:9px!important;line-height:17px;font-weight:400;padding:0 5px;vertical-align:top;border-radius:100%;font-size:11px;min-width:18px;height:18px;line-height:1.6;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-left:auto;margin-right:10px;display:none}.panel-position-right .reign-menu-panel+#page{padding-left:0;padding-right:80px}.panel-position-right .reign-menu-panel+#page #masthead .fixed-top{left:0;right:80px}.panel-position-right .reign-menu-panel+#page .search-wrap .rg-search-form-wrap{left:0;right:80px}.panel-position-right .reign-menu-panel{left:auto;right:0}.panel-position-right .reign-menu-panel:not(.reign-panel-open) ul.navbar-reign-panel li.menu-item a>i+span,.panel-position-right .reign-menu-panel:not(.reign-panel-open) ul.navbar-reign-panel li.menu-item a>img._mi+span{-webkit-transform:translate(-100%,0);-ms-transform:translate(-100%,0);transform:translate(-100%,0);margin-right:10px}.panel-position-right .reign-menu-panel:not(.reign-panel-open) ul.navbar-reign-panel li.menu-item a:hover i+span,.panel-position-right .reign-menu-panel:not(.reign-panel-open) ul.navbar-reign-panel li.menu-item a:hover img._mi+span{margin-left:0;margin-right:0}}@media screen and (min-width:1300px){.rg-boxed-layout .reign-menu-panel+#page{padding-left:0}.panel-position-right.rg-boxed-layout .reign-menu-panel+#page{padding-left:0;padding-right:0}}.ellipsis{white-space:nowrap;text-overflow:ellipsis;width:100%;display:block;overflow:hidden}.header-notifications-dropdown-menu{position:absolute;right:0;text-align:left;width:384px;padding:0;border:1px solid var(--reign-site-border-color);border-radius:var(--reign-global-border-radius);background-color:var(--reign-site-sections-bg-color);box-shadow:0 .4rem 1.2rem rgba(0,0,0,.1);opacity:0;pointer-events:none;-webkit-transform:translateY(15px);-ms-transform:translateY(15px);transform:translateY(15px);-webkit-transition:opacity .3s,-webkit-transform .5s cubic-bezier(.215, .61, .355, 1);transition:opacity .3s,transform .5s cubic-bezier(.215, .61, .355, 1)}@media screen and (max-width:960px){.header-notifications-dropdown-menu{width:-webkit-calc(100% - 30px);width:calc(100% - 30px);max-width:400px;margin:0 15px}}.header-notifications-dropdown-menu .dropdown-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:20px;color:var(--reign-site-headings-color);padding:20px 28px 20px;font-size:1rem;font-weight:700;box-shadow:0 1px 0 0 rgba(65,71,108,.1)}@media screen and (max-width:543px){.header-notifications-dropdown-menu .dropdown-title{font-size:15px;padding:10px 18px 10px}}.header-notifications-dropdown-menu .dropdown-title .mark-read-all{float:right;cursor:pointer;display:block;font-size:inherit}.header-notifications-dropdown-menu .dropdown-title .mark-read-all.hidden{display:none}.header-notifications-dropdown-menu .reign-header-loader{display:block;width:100%;text-align:center;margin:15px 0}.header-notifications-dropdown-menu .dropdown-item{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:16px 28px}@media screen and (max-width:543px){.header-notifications-dropdown-menu .dropdown-item{padding:10px 18px}}.header-notifications-dropdown-menu .dropdown-item.unread::before{content:"";background-color:var(--reign-colors-theme);border-radius:50%;height:10px;margin-top:-5px;position:absolute;right:28px;top:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:10px}@media screen and (max-width:543px){.header-notifications-dropdown-menu .dropdown-item.unread::before{right:18px}}.header-notifications-dropdown-menu .dropdown-item .actions{opacity:0;visibility:hidden;cursor:pointer}.header-notifications-dropdown-menu .dropdown-item .notification-item-content{width:-webkit-calc(100% - 50px);width:calc(100% - 50px)}.header-notifications-dropdown-menu .dropdown-item .notification-item-content .item-avatar a>i{background-color:var(--reign-site-secondary-bg-color);bottom:-5px;border-radius:50%;color:var(--reign-site-alternate-text-color);font-size:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:19px;line-height:19px;position:absolute;z-index:1;right:-5px;width:19px}.header-notifications-dropdown-menu .dropdown-item .notification-item-content .item-avatar a .member-status{background:#00e652;border:2px solid #fff;border-radius:100%;position:absolute;width:12px;height:12px;bottom:initial;top:0;right:-2px}.header-notifications-dropdown-menu .dropdown-item .item-avatar{position:absolute;left:28px;top:15px}@media screen and (max-width:543px){.header-notifications-dropdown-menu .dropdown-item .item-avatar{left:18px}}.header-notifications-dropdown-menu .dropdown-item .item-avatar img{width:40px;max-width:40px;height:40px;border-radius:100px}.header-notifications-dropdown-menu .dropdown-item .item-avatar .thread-multiple-avatar img{max-width:26px;width:26px;height:26px;border:2px solid #fff;max-width:26px;position:absolute;left:0;top:0}.header-notifications-dropdown-menu .dropdown-item .item-avatar .thread-multiple-avatar img+img{top:15px;left:15px}.header-notifications-dropdown-menu .dropdown-item .item-avatar+.item-info{padding-left:55px;width:100%}.header-notifications-dropdown-menu .dropdown-item:hover{background:var(--reign-site-secondary-bg-color)}.header-notifications-dropdown-menu .dropdown-item:hover .actions{opacity:1;visibility:visible}.header-notifications-dropdown-menu .dropdown-item:hover.unread::before{content:none}.header-notifications-dropdown-menu .dropdown-item [data-bp-tooltip][data-bp-tooltip-pos=left]:hover:after,.header-notifications-dropdown-menu .dropdown-item [data-bp-tooltip][data-bp-tooltip-pos=left][data-bp-tooltip-visible]:after{-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%)}.header-notifications-dropdown-menu .dropdown-item [data-bp-tooltip][data-bp-tooltip-pos=left]:after{margin-right:11px;right:100%;top:50%;-webkit-transform:translate(10px,-50%);-ms-transform:translate(10px,-50%);transform:translate(10px,-50%)}.header-notifications-dropdown-menu p.mute{margin:0;font-size:.75rem;font-weight:500}.header-notifications-dropdown-menu .dropdown-item-wrapper{width:100%;max-height:420px;overflow:hidden;overflow-y:auto}@media screen and (max-width:543px){.header-notifications-dropdown-menu .dropdown-item-wrapper{max-height:350px}}.header-notifications-dropdown-menu .reign-friend-request .dropdown-item-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-flow:wrap;flex-flow:wrap;width:100%}.header-notifications-dropdown-menu .reign-friend-request .dropdown-item-inner .item-detail-data .bp-feedback{background:0 0;color:inherit;margin:0;box-shadow:none}.header-notifications-dropdown-menu .reign-friend-request .dropdown-item-inner .item-avatar+.item-info{width:-webkit-calc(100% - 100px);width:calc(100% - 100px)}.header-notifications-dropdown-menu .reign-friend-request .dropdown-item-inner .request-button{margin-left:auto}.header-notifications-dropdown-menu .reign-friend-request .dropdown-item-inner .request-button .reign-friendship-btn{margin-left:5px;padding:0;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:30px;height:30px;border-radius:100%}.header-notifications-dropdown-menu .reign-friend-request .dropdown-item-inner .request-button .reign-friendship-btn i{font-size:14px}.header-notifications-dropdown-menu .reign-friend-request .dropdown-item-inner .request-button .reign-friendship-btn i::before{margin:0}.header-notifications-dropdown-menu .dropdown-footer{text-align:center;margin:-1px}.header-notifications-dropdown-menu .dropdown-footer a.button{width:100%;display:block;padding:15px;border-radius:0;border-bottom-left-radius:var(--reign-global-border-radius);border-bottom-right-radius:var(--reign-global-border-radius);color:#fff;font-size:.875rem;text-align:center;-webkit-transition:background-color .2s ease-in-out;transition:background-color .2s ease-in-out}@media screen and (max-width:543px){.header-notifications-dropdown-menu .dropdown-footer a.button{padding:10px}}.header-notifications-dropdown-menu .alert-message{padding:20px 28px 20px}.header-notifications-dropdown-toggle{position:relative;z-index:1}.header-notifications-dropdown-toggle.selected .header-notifications-dropdown-menu{opacity:1;pointer-events:all;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}#masthead .reign-navbar-mobile li.menu-item .submenu-btn,#masthead.site-header .main-navigation .primary-menu>li a{color:var(--reign-header-main-menu-font)}#masthead .reign-navbar-mobile li.menu-item .submenu-btn:hover,#masthead.site-header .main-navigation .primary-menu>li a:hover{color:var(--reign-header-main-menu-text-hover-color)}#masthead.site-header .main-navigation .primary-menu>li.current-menu-item a{color:var(--reign-header-main-menu-text-active-color)}#masthead .user-profile-menu li ul.sub-menu:before,#masthead .user-profile-menu:after,#primary-menu ul li ul li a{background-color:var(--reign-header-sub-menu-bg-color)}#masthead.site-header .main-navigation .primary-menu>li .sub-menu li a{color:var(--reign-header-sub-menu-font)}#masthead.site-header .fixed-top .main-navigation .primary-menu ul li a:hover,#masthead.site-header .main-navigation .primary-menu ul li a:hover{color:var(--reign-header-sub-menu-text-hover-color)}#masthead.site-header .main-navigation .primary-menu ul li a:hover{background:var(--reign-header-sub-menu-bg-hover-color)}#masthead .rg-icon-wrap,#masthead .version-four .user-link-wrap .user-link,.rg-icon-wrap span:before,.rg-search-icon:before{color:var(--reign-header-icon-color)}.wbcom-nav-menu-toggle span{background:var(--reign-header-icon-color)}#masthead .rg-icon-wrap:hover,#masthead .version-four .user-link-wrap .user-link:hover,.rg-icon-wrap span:hover:before,.rg-search-icon:hover:before{color:var(--reign-header-icon-hover-color)}#masthead .reign-navbar-mobile li.menu-item .submenu-btn,#masthead.site-header .header-mobile .main-navigation .primary-menu>li a{color:var(--reign-mobile-menu-color)}#masthead .reign-navbar-mobile li.menu-item .submenu-btn:hover,#masthead.site-header .header-mobile .main-navigation .primary-menu>li a:hover{color:var(--reign-mobile-menu-hover-color)}#masthead .reign-navbar-mobile li.current-menu-item>.submenu-btn,#masthead .reign-navbar-mobile li.current-menu-item>.submenu-btn:hover{color:var(--reign-mobile-menu-active-color)}#masthead.site-header .header-mobile .main-navigation .primary-menu>li .sub-menu>li.current-menu-item>a,#masthead.site-header .header-mobile .main-navigation .primary-menu>li.current-menu-item>a{color:var(--reign-mobile-menu-active-color);background-color:var(--reign-mobile-menu-active-bg-color);border-radius:6px}#masthead.site-header .header-mobile .main-navigation .primary-menu>li .sub-menu a{color:var(--reign-mobile-menu-color);background-color:transparent}#masthead.site-header .header-mobile .main-navigation .primary-menu>li .sub-menu a:hover{color:var(--reign-mobile-menu-hover-color)}#masthead.site-header .header-mobile .main-navigation .primary-menu ul.sub-menu li a:hover{background:var(--reign-mobile-sub-menu-bg-hover-color)}.entry-meta span.cat-links .cat.cat-green{color:#28a745;background-color:rgba(40,167,69,.1)}.entry-meta span.cat-links .cat.cat-green:hover{color:#fff;background-color:#28a745}.entry-meta span.cat-links .cat.cat-blue{color:#007bff;background-color:rgba(0,123,255,.1)}.entry-meta span.cat-links .cat.cat-blue:hover{color:#fff;background-color:#007bff}.entry-meta span.cat-links .cat.cat-violet{color:#a66ff7;background-color:rgba(166,111,247,.1)}.entry-meta span.cat-links .cat.cat-violet:hover{color:#fff;background-color:#a66ff7}.entry-meta span.cat-links .cat.cat-emerald{color:#1ad6ac;background-color:rgba(26,214,172,.1)}.entry-meta span.cat-links .cat.cat-emerald:hover{color:#fff;background-color:#1ad6ac}.entry-meta span.cat-links .cat.cat-salmon{color:#ff788c;background-color:rgba(255,120,140,.1)}.entry-meta span.cat-links .cat.cat-salmon:hover{color:#fff;background-color:#ff788c}.entry-meta span.cat-links .cat.cat-magenta{color:#f81895;background-color:rgba(248,24,149,.1)}.entry-meta span.cat-links .cat.cat-magenta:hover{color:#fff;background-color:#f81895}.entry-meta span.cat-links .cat.cat-sky{color:#04bbf1;background-color:rgba(4,187,241,.1)}.entry-meta span.cat-links .cat.cat-sky:hover{color:#fff;background-color:#04bbf1}.entry-meta span.cat-links .cat.cat-sapphire{color:#416aef;background-color:rgba(65,106,239,.1)}.entry-meta span.cat-links .cat.cat-sapphire:hover{color:#fff;background-color:#416aef}.entry-meta span.cat-links .cat.cat-brown{color:#cc7401;background-color:rgba(204,116,1,.1)}.entry-meta span.cat-links .cat.cat-brown:hover{color:#fff;background-color:#cc7401}.entry-meta span.cat-links .cat.cat-red{color:#dc3545;background-color:rgba(220,53,69,.1)}.entry-meta span.cat-links .cat.cat-red:hover{color:#fff;background-color:#dc3545}.rg-post-thumbnail{display:block;width:100%;position:relative;overflow:hidden}.rg-post-thumbnail img{max-width:100%;-webkit-transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out}body:not(.single) .rg-post-thumbnail:not(.rg-audio-block):not(.rg-link-block){margin-bottom:0}.entry-meta .entry-date{color:var(--reign-site-alternate-text-color)}.entry-meta{margin-bottom:8px;font-size:14px;display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:767px){.entry-meta{-ms-flex-flow:row wrap;flex-flow:row wrap}}.entry-meta i{margin-right:10px;font-size:46px;line-height:46px;vertical-align:middle;color:#dbdfe6;float:left}.entry-meta img.avatar{margin-right:15px;width:50px;height:50px;border:0 solid;border-radius:100%;vertical-align:middle;float:left;box-shadow:0 0 0 6px #f5f6f7}.entry-meta span.byline{min-width:200px;margin-right:15px;margin-bottom:15px;line-height:1.5;text-align:left}@media (max-width:767px){.entry-meta span.byline{min-width:100%;margin-bottom:15px}}.entry-meta span.posted-on{display:block;text-align:left;font-style:italic;font-size:12px;padding-left:56px}.entry-meta span.cat-links{position:relative;line-height:1.5;color:var(--reign-site-body-text-color)}.entry-meta span.cat-links a{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-decoration:none;font-size:14px;margin-right:.5rem;margin-bottom:.5rem;vertical-align:middle;padding:.3125rem 1rem;line-height:1.2;color:var(--reign-site-headings-color);background:var(--reign-site-secondary-bg-color);border-radius:1rem;-webkit-transition:color .15s ease-in-out,background-color 185ms ease-in-out;transition:color .15s ease-in-out,background-color 185ms ease-in-out}.entry-meta span.cat-links a:hover{background-color:var(--reign-colors-theme);color:#fff}.entry-meta span.author.vcard a{color:var(--reign-site-link-color);font-size:15px}.entry-meta span.author.vcard a:hover{color:var(--reign-site-link-hover-color);text-decoration:underline}.wb-grid-view .entry-meta,body:not(.single-post) .has-post-thumbnail:not(.default-view) .entry-meta,body:not(.single-post) .masonry-view .entry-meta{-ms-flex-flow:row wrap;flex-flow:row wrap}.default-view .rg-post-thumbnail img{width:100%;max-height:400px;object-fit:cover}.thumbnail-view .rg-post-thumbnail img{width:100%;height:100%;object-fit:cover}.masonry-view .rg-post-thumbnail img,.wb-grid-view .rg-post-thumbnail img{width:100%;max-height:200px;object-fit:cover}.single-post .masonry-view .rg-post-thumbnail img,.single-post .wb-grid-view .rg-post-thumbnail img{max-height:100%}header.page-header .page-title{margin:0;font-weight:400}.archive header.page-header .page-title,.search header.page-header .page-title{margin:0 0 1.625rem}.search .entry-content .no-margin{margin-top:15px}.posts-navigation.rg-posts-navigation{text-align:center;border:0}.rg-posts-navigation .nav-links .page-numbers{display:inline-block;font-size:14px;min-width:36px;height:36px;line-height:34px;text-align:center;margin:5px;border-radius:var(--reign-global-border-radius);padding:0 15px;border:1px solid}.rg-posts-navigation .nav-links .page-numbers:hover{box-shadow:0 1.5px 15px 0 rgba(0,0,0,.17)}.rg-posts-navigation .nav-links .page-numbers.current{background:var(--reign-colors-theme);color:var(--reign-color-white);border-color:var(--reign-colors-theme)}.post-navigation .nav-links{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.nav-links a{display:-webkit-box;display:-ms-flexbox;display:flex;padding:0;border-radius:var(--reign-global-border-radius);background:0 0}.post-navigation .nav-links span{display:block;font-size:14px;text-transform:uppercase}.nav-next a{text-align:right}.nav-next a:after,.nav-previous a:before{content:" ";font-family:"Font Awesome 6 Pro",reign-icons;font-style:normal;font-weight:400;text-decoration:inherit}.nav-previous a:before{content:"\f100";margin-right:5px}.nav-next a:after{content:"\f101";margin-left:5px}[dir=rtl] .nav-previous a:before{content:"\f101"}[dir=rtl] .nav-next a:after{content:"\f100"}.reign-blog-shortcode .default-view,.reign-blog-shortcode .masonry .masonry-view,.reign-blog-shortcode .thumbnail-view,.reign-blog-shortcode .wb-grid-view,.wb-post-listing .default-view,.wb-post-listing .masonry-view,.wb-post-listing .thumbnail-view,.wb-post-listing .wb-grid-view{margin-bottom:30px;border:1px solid var(--reign-site-border-color);border-radius:var(--reign-global-border-radius);overflow:hidden}.search .hentry,.search .post{background:var(--reign-site-sections-bg-color);border-color:var(--reign-site-border-color)}.entry-media{margin-bottom:1rem}body.page .entry-media{margin-bottom:1rem!important}body.page .masonry .masonry-view .entry-media{margin-bottom:0!important}.entry-header h2{margin-bottom:1rem}.content-wrapper .entry-header.page-header{border-bottom:1px solid var(--reign-site-border-color);margin-bottom:20px}.rg-post-content h2.entry-title{font-size:24px;line-height:1.3}.wb-grid-view-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:-15px;margin-right:-15px;-ms-flex-wrap:wrap;flex-wrap:wrap}.archive .wb-grid-view,.blog .wb-grid-view,.post-type-archive:not(.post-type-archive-tribe_events):not(.geodir-page) .hentry:not(.forum):not(.topic):not(.tribe_events) .wb-grid-view,.reign-blog-shortcode .wb-grid-view{width:-webkit-calc(50% - 30px);width:calc(50% - 30px);display:inline-block;vertical-align:top;margin-right:15px;margin-left:15px;background:#fdfdfd}.archive .wb-grid-view .rg-post-content,.blog .wb-grid-view .rg-post-content,.post-type-archive:not(.post-type-archive-tribe_events):not(.geodir-page) .hentry:not(.forum):not(.topic):not(.tribe_events) .wb-grid-view .rg-post-content,.reign-blog-shortcode .wb-grid-view .rg-post-content{padding:20px}.archive .wb-grid-view .entry-media,.blog .wb-grid-view .entry-media,.post-type-archive:not(.post-type-archive-tribe_events):not(.geodir-page) .hentry:not(.forum):not(.topic):not(.tribe_events) .wb-grid-view .entry-media,.reign-blog-shortcode .wb-grid-view .entry-media{margin-bottom:0}.archive .wb-grid-view,.blog .wb-grid-view,.reign-blog-shortcode .wb-grid-view{background:var(--reign-site-sections-bg-color)}@media screen and (min-width:992px){.reign-blog-shortcode .wb-grid-view-wrap.col-1 .wb-grid-view{width:-webkit-calc(100% - 30px);width:calc(100% - 30px)}.reign-blog-shortcode .wb-grid-view-wrap.col-2 .wb-grid-view{width:-webkit-calc(50% - 30px);width:calc(50% - 30px)}.reign-blog-shortcode .wb-grid-view-wrap.col-3 .wb-grid-view{width:-webkit-calc(33.333333% - 30px);width:calc(33.333333% - 30px)}.reign-blog-shortcode .wb-grid-view-wrap.col-4 .wb-grid-view{width:-webkit-calc(25% - 30px);width:calc(25% - 30px)}.reign-blog-shortcode .wb-grid-view-wrap.col-5 .wb-grid-view{width:-webkit-calc(20% - 30px);width:calc(20% - 30px)}}.archive .thumbnail-view,.blog .thumbnail-view,.post-type-archive:not(.post-type-archive-tribe_events):not(.geodir-page) .hentry:not(.forum):not(.topic):not(.tribe_events) .thumbnail-view,.reign-blog-shortcode .thumbnail-view{display:-webkit-box;display:-ms-flexbox;display:flex;padding:0;margin-bottom:30px;background:#fbfbfb}@media (min-width:544px){.archive .thumbnail-view .rg-post-thumbnail:not(.rg-audio-block):not(.rg-link-block),.blog .thumbnail-view .rg-post-thumbnail:not(.rg-audio-block):not(.rg-link-block),.post-type-archive:not(.post-type-archive-tribe_events):not(.geodir-page) .hentry:not(.forum):not(.topic):not(.tribe_events) .thumbnail-view .rg-post-thumbnail:not(.rg-audio-block):not(.rg-link-block),.reign-blog-shortcode .thumbnail-view .rg-post-thumbnail:not(.rg-audio-block):not(.rg-link-block){min-width:50%;max-width:50%;float:left;margin-right:0;margin-bottom:0!important}}.archive .thumbnail-view .rg-post-content,.blog .thumbnail-view .rg-post-content,.post-type-archive:not(.post-type-archive-tribe_events):not(.geodir-page) .hentry:not(.forum):not(.topic):not(.tribe_events) .thumbnail-view .rg-post-content,.reign-blog-shortcode .thumbnail-view .rg-post-content{padding:20px}.archive .thumbnail-view,.blog .thumbnail-view,.reign-blog-shortcode .thumbnail-view{background:var(--reign-site-sections-bg-color)}.masonry.wb-post-listing{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:wrap;flex-flow:wrap;margin:0 -15px}.masonry.wb-post-listing .masonry-view{width:-webkit-calc(100% - 30px);width:calc(100% - 30px);margin:0 15px;margin-bottom:30px}@media screen and (min-width:768px){.masonry.wb-post-listing .masonry-view{width:-webkit-calc(50% - 30px);width:calc(50% - 30px)}}.masonry.wb-post-listing .rg-post-content{padding:20px;background:var(--reign-site-sections-bg-color)}@media screen and (min-width:992px){.masonry.wb-post-listing.col-1 .masonry-view{width:-webkit-calc(100% - 30px);width:calc(100% - 30px)}.masonry.wb-post-listing.col-2 .masonry-view{width:-webkit-calc(50% - 30px);width:calc(50% - 30px)}.masonry.wb-post-listing.col-3 .masonry-view{width:-webkit-calc(33.333333% - 30px);width:calc(33.333333% - 30px)}.masonry.wb-post-listing.col-4 .masonry-view{width:-webkit-calc(25% - 30px);width:calc(25% - 30px)}.masonry.wb-post-listing.col-5 .masonry-view{width:-webkit-calc(20% - 30px);width:calc(20% - 30px)}}@media (max-width:544px){.reign-blog-shortcode .wb-grid-view,body.archive .wb-grid-view,body.blog .wb-grid-view,body.post-type-archive:not(.post-type-archive-tribe_events):not(.geodir-page) .hentry:not(.forum):not(.topic):not(.tribe_events) .wb-grid-view{width:100%;float:initial}.archive .thumbnail-view,.blog .thumbnail-view,.post-type-archive:not(.post-type-archive-tribe_events):not(.geodir-page) .hentry:not(.forum):not(.topic):not(.tribe_events) .thumbnail-view,.reign-blog-shortcode .thumbnail-view{display:block}.archive .thumbnail-view .rg-post-thumbnail,.blog .thumbnail-view .rg-post-thumbnail,.post-type-archive:not(.post-type-archive-tribe_events):not(.geodir-page) .hentry:not(.forum):not(.topic):not(.tribe_events) .thumbnail-view .rg-post-thumbnail,.reign-blog-shortcode .thumbnail-view .rg-post-thumbnail{max-width:100%;width:100%;float:initial;margin-right:0;margin-bottom:1rem}}@media (min-width:544px) and (max-width:992px){.archive .wb-grid-view,.blog .wb-grid-view,.post-type-archive:not(.post-type-archive-tribe_events):not(.geodir-page) .hentry:not(.forum):not(.topic):not(.tribe_events) .wb-grid-view,.reign-blog-shortcode .wb-grid-view{width:-webkit-calc(50% - 30px)!important;width:calc(50% - 30px)!important}}.post-meta-info{border-bottom:1px solid var(--reign-site-border-color);margin-bottom:40px;color:var(--reign-color-white);font-weight:400;border-radius:0}.post-navigation,.posts-navigation{border-top:1px solid var(--reign-site-border-color);border-bottom:1px solid var(--reign-site-border-color);padding:.625rem 0;margin-bottom:1.625rem;overflow:hidden}nav.navigation.posts-navigation{width:100%;padding:.625rem 0 0;margin:30px 0 0;clear:both}.post-navigation .nav-links div,.posts-navigation .nav-links div{float:left;width:50%;max-width:50%;margin:15px 0;padding:0;background:0 0!important;cursor:inherit;border-right:1px solid var(--reign-site-border-color);border-radius:0;position:relative}.post-navigation .nav-links div:last-child,.posts-navigation .nav-links div:last-child{border-right:0}.post-navigation .nav-links div.nav-previous,.posts-navigation .nav-links div.nav-previous{text-align:left;padding-left:20px}.post-navigation .nav-links div.nav-previous:hover,.posts-navigation .nav-links div.nav-previous:hover{padding-left:40px}.post-navigation .nav-links div.nav-next,.posts-navigation .nav-links div.nav-next{text-align:right;padding-right:20px;float:right;margin-left:auto}.post-navigation .nav-links div.nav-next:hover,.posts-navigation .nav-links div.nav-next:hover{padding-right:40px}.post-navigation .nav-links a,.posts-navigation .nav-links a{display:inline-block}.post-navigation .nav-links span.nav-title{text-transform:none;color:var(--reign-site-body-text-color)}.post-navigation .nav-links span.rg-next-prev{font-size:13px;font-weight:700}.post-navigation .nav-links a:after,.post-navigation .nav-links a:before,.posts-navigation .nav-links a:after,.posts-navigation .nav-links a:before{position:absolute;top:0;left:0}.post-navigation .nav-links a:after,.posts-navigation .nav-links a:after{right:0}.single-post .rg-post-content{padding-bottom:30px}.archive .default-view,.blog .default-view,.post-type-archive:not(.post-type-archive-tribe_events):not(.geodir-page) .hentry:not(.forum):not(.topic):not(.tribe_events) .default-view,.reign-blog-shortcode .default-view{margin-bottom:30px;padding-bottom:0!important;background:#fdfdfd}.archive .default-view:last-of-type,.blog .default-view:last-of-type,.post-type-archive:not(.post-type-archive-tribe_events):not(.geodir-page) .hentry:not(.forum):not(.topic):not(.tribe_events) .default-view:last-of-type,.reign-blog-shortcode .default-view:last-of-type{margin-bottom:0}.archive .default-view,.blog .default-view,.reign-blog-shortcode .default-view{background:var(--reign-site-sections-bg-color)}.archive .default-view .rg-post-content,.blog .default-view .rg-post-content,.post-type-archive:not(.post-type-archive-tribe_events):not(.geodir-page) .hentry:not(.forum):not(.topic):not(.tribe_events) .default-view .rg-post-content,.reign-blog-shortcode .default-view .rg-post-content{padding:20px;overflow:hidden}.rg-post-tags-wrapper{margin-bottom:3rem}.rg-post-tags-wrapper:empty{margin:0}.rg-post-tags-wrapper a{background-color:var(--reign-site-sections-bg-color);font-weight:500;margin:.35rem .35rem 0 0;padding:.35rem .55rem;line-height:1;font-size:14px;border:1px solid var(--reign-site-border-color);border-radius:var(--reign-global-border-radius);display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.rg-post-tags-wrapper a:hover{background:var(--reign-colors-theme);color:var(--reign-color-white);border-color:var(--reign-colors-theme)}.single-post .rg-post-thumbnail img{border-radius:var(--reign-global-border-radius)}.rg-post-meta-info-wrapper.align-center{text-align:center;max-width:740px;margin:auto;padding-left:20px;padding-right:20px}.rg-post-meta-info-wrapper.align-center .entry-meta{-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.rg-post-meta-info-wrapper.align-center .entry-meta span.byline{min-width:20%;margin:auto}.rg-post-meta-info-wrapper.align-center .post-meta-info{border:0}.rg-post-meta-info-wrapper.align-center span.cat-links{margin-bottom:20px}.rg-post-meta-info-wrapper.align-right{text-align:right}.rg-post-meta-info-wrapper.align-right .entry-meta{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media (min-width:768px){.rg-post-meta-info-wrapper.align-right .entry-meta span.cat-links{width:100%;text-align:right}}.infinite-loader.read-more.button{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;max-width:110px;margin:30px auto 0}.infinite-loader::after{content:"\f110";font-family:"Font Awesome 6 Pro",reign-icons;font-size:18px;line-height:normal;margin-left:10px;text-align:center;display:inline-block;-webkit-animation:spin 1s infinite linear;animation:spin 1s infinite linear;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@-webkit-keyframes spin{from{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(360deg)}}@keyframes spin{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}body.search .search-wrap:not(.rg-icon-wrap){margin-bottom:30px;padding:15px;border:1px solid var(--reign-site-border-color);border-radius:var(--reign-global-border-radius)}body.search .content-wrapper article{margin:30px 0;padding:0 0 30px;background:0 0!important;border-bottom:1px solid var(--reign-site-border-color)}.rg-post-content .rg-audio-block{margin-bottom:20px}.rg-audio-block iframe{width:100%;height:100%}body.single-post .rg-video-block{margin-bottom:20px}.thumbnail-view .rg-video-block .fluid-width-video-wrapper{padding-top:80%!important}.blog-play-icon{background:-webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,.2)),to(rgba(255,255,255,0)));background:-webkit-linear-gradient(top,rgba(255,255,255,.2) 0,rgba(255,255,255,0) 100%);background:linear-gradient(to bottom,rgba(255,255,255,.2) 0,rgba(255,255,255,0) 100%);position:absolute;top:50%;left:50%;border-radius:150px;text-align:center;width:72px;height:72px;line-height:72px;margin-top:-32px;margin-left:-36px;border:6px solid rgba(255,255,255,.45);color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.blog-play-icon i{position:relative;left:2px}body.single-post .rg-quote-block{margin-bottom:20px}.rg-quote-block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-size:100% 100%;background-repeat:no-repeat;background-color:#2f4f4f}.rg-quote-block:after{content:"";display:block;background-image:-webkit-linear-gradient(224deg,#96ce4e 0,#0acd7e 100%);background-image:linear-gradient(226deg,#96ce4e 0,#0acd7e 100%)}.rg-quote-block blockquote{background:0 0}.rg-quote-block .wp-block-quote{font-size:20px;border-left:0;margin:0;padding:20px}.rg-quote-block .wp-block-quote:before{content:"\f10d";font-family:"Font Awesome 6 Pro",reign-icons;font-weight:900;color:#fff;margin-bottom:20px;display:block}.rg-quote-block .wp-block-quote cite,.rg-quote-block .wp-block-quote p{color:#fff}.rg-quote-block .wp-block-quote p{font-size:20px}.rg-quote-block .wp-block-quote cite{margin-top:15px;font-size:14px}.container .rg-quote-block .wp-block-quote cite{color:#fff;margin-top:15px}.rg-link-block{background:rgba(255,255,255,.3);margin-bottom:20px;padding:10px;border-left:3px solid var(--reign-colors-theme)}.rg-link-block a i{margin-right:10px}.rg-link-block p{margin:0}.rg-gallery-block.single-rg-gallery-post{margin-bottom:20px}.rg-gallery-block .gallery{margin:0}.archive-rg-gallery-post .gallery .slick-next,.archive-rg-gallery-post .gallery .slick-prev{background-color:#fff;border:0;border-radius:50%;box-shadow:0 0 5px rgba(0,0,0,.2);color:#1a1a1a;font-size:21px;height:40px;line-height:40px;outline:0;padding:0;position:absolute;text-align:center;top:50%;-webkit-transition:color .5s ease-in-out,opacity .5s ease-in-out;transition:color .5s ease-in-out,opacity .5s ease-in-out;width:40px;z-index:1}.archive-rg-gallery-post .gallery .slick-next i,.archive-rg-gallery-post .gallery .slick-prev i{display:block}.archive-rg-gallery-post .gallery .slick-prev{left:0}.archive-rg-gallery-post .gallery .slick-next{right:0}.archive-rg-gallery-post .gallery .slick-disabled{color:#aaa;cursor:default}.rg-gallery-block .gallery a{margin:0;padding-top:100%;position:relative;display:block}.rg-gallery-block .gallery a img{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;z-index:0;min-height:100%;width:auto;min-width:100%;object-fit:cover}.single-post-wide-layout .content-wrapper,.single-post-wide-sidebar-layout .content-wrapper{max-width:900px;margin:auto}.single-post-wide-layout .post-meta-info,.single-post-wide-sidebar-layout .post-meta-info{margin:0;border:0}.single-post-wide-layout .entry-meta span.byline,.single-post-wide-sidebar-layout .entry-meta span.byline{min-width:auto;margin-bottom:.5rem;font-weight:500;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.single-post-wide-layout .entry-meta img.avatar,.single-post-wide-sidebar-layout .entry-meta img.avatar{width:32px;height:32px;float:none;box-shadow:none}.single-post-wide-layout .entry-meta span.posted-on,.single-post-wide-sidebar-layout .entry-meta span.posted-on{display:inline-block;font-style:normal;font-size:inherit;margin:0 15px;padding:0}.single-post-wide-layout .entry-meta .entry-date,.single-post-wide-sidebar-layout .entry-meta .entry-date{color:var(--reign-site-alternate-text-color)}.single-post-wide-sidebar-layout #content>.container{max-width:900px}.single-post-wide-sidebar-layout .reign-social-box-wrap{position:static!important;width:100%!important;background:var(--reign-site-sections-bg-color);margin:1rem 0;padding:15px;text-align:center;border:1px solid var(--reign-site-border-color);border-radius:var(--reign-global-border-radius);box-shadow:none}.single-post-wide-sidebar-layout .reign-social-box-wrap .reign-post-social-share{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.single-post-wide-sidebar-layout .reign-social-box-wrap .reign-post-social-share li:not(:last-child){margin:0;margin-right:10px}.single-post-wide-sidebar-layout .reign-social-box-wrap>div{height:auto!important}.reign-author-info{margin:1rem 0;padding:15px;background:var(--reign-site-sections-bg-color);border:1px solid var(--reign-site-border-color);border-radius:var(--reign-global-border-radius);clear:both}.reign-author-info:after{content:"";display:table;clear:both}.reign-author-info .author-avatar{float:left;margin-right:30px}.reign-author-info .author-avatar img{max-width:80px;border-radius:var(--reign-global-border-radius)}.reign-author-info .author-title{margin-bottom:14px}.reign-author-info span.author-name{display:block;font-size:18px}.reign-author-info .author-info{margin-left:110px}.reign-author-info .author-description{font-size:16px}@media screen and (max-width:543px){.reign-author-info .author-avatar{float:none;margin:0 0 1rem}.reign-author-info .author-info{margin-left:0}}.reign-social-box-wrap{width:100%;background:var(--reign-site-sections-bg-color);margin:1rem 0;padding:15px;text-align:center;border:1px solid var(--reign-site-border-color);border-radius:var(--reign-global-border-radius)}@media screen and (min-width:1400px){.reign-social-box-wrap{width:50px;position:absolute;top:380px;margin-left:-70px;padding:15px 0;box-shadow:var(--reign-more-options-box-shadow);z-index:21;border:0;border-radius:100px}}@media screen and (max-width:1399px){.reign-social-box-wrap{position:static!important}}.reign-social-box-wrap .reign-social-box{text-align:center}.reign-social-box-wrap .reign-post-social-share{display:inline-block;margin:0;padding:0;list-style:none}@media screen and (max-width:1399px){.reign-social-box-wrap .reign-post-social-share{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.reign-social-box-wrap .reign-post-social-share a.btn-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;text-decoration:none;width:30px;height:30px;line-height:1;font-size:16px;-webkit-transition:all linear .2s;transition:all linear .2s;border-radius:100%;cursor:pointer}.reign-social-box-wrap .reign-post-social-share a.btn-link:hover{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}.reign-social-box-wrap .reign-post-social-share a.btn-link.social-facebook{background-color:#3b5998;color:#fff}.reign-social-box-wrap .reign-post-social-share a.btn-link.social-twitter{background-color:#55acee;color:#fff}.reign-social-box-wrap .reign-post-social-share a.btn-link.social-twitter svg{width:16px;height:16px}.reign-social-box-wrap .reign-post-social-share a.btn-link.social-linkedin{background-color:#0077b5;color:#fff}.reign-social-box-wrap .reign-post-social-share a.btn-link.social-pinterest{background-color:#bd081c;color:#fff}.reign-social-box-wrap .reign-post-social-share a.btn-link.social-whatsapp{background-color:#43d854;color:#fff}.reign-social-box-wrap .reign-post-social-share li:not(:last-child){margin-bottom:10px}@media screen and (max-width:1399px){.reign-social-box-wrap .reign-post-social-share li:not(:last-child){margin:0;margin-right:10px}}.reign-related-posts{margin:40px 0 20px}@media screen and (max-width:543px){.reign-related-posts .reign-related-post{margin:0 0 30px}}.reign-related-posts .reign-related-post-wrap{background:var(--reign-site-sections-bg-color);margin:0;padding:15px;border:1px solid var(--reign-site-border-color);border-radius:var(--reign-global-border-radius);height:100%}.reign-related-posts .reign-related-post-wrap .entry-thumbnail-wrapper{margin:-15px;margin-bottom:15px;padding-bottom:100%;position:relative;background-color:var(--reign-site-secondary-bg-color);border-radius:var(--reign-global-border-radius) var(--reign-global-border-radius) 0 0}.reign-related-posts .reign-related-post-wrap .entry-thumbnail-wrapper img{position:absolute;left:0;top:0;object-fit:cover;width:100%;min-width:100%;height:100%;border-radius:var(--reign-global-border-radius) var(--reign-global-border-radius) 0 0}.reign-related-posts .reign-related-post-wrap .entry-content .entry-date{font-size:14px}.reign-related-posts .reign-related-post-wrap .entry-content .entry-title h4{margin:10px 0;line-height:normal;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.reign-related-posts .reign-related-post-wrap .entry-content .category-holder .tag{background-color:var(--reign-site-secondary-bg-color);font-weight:500;margin:.35rem .35rem 0 0;padding:.35rem .55rem;line-height:1;font-size:14px;border-radius:var(--reign-global-border-radius);display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.comments-title{display:none}.reign-content-actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.reign-content-actions .reign-content-action{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:52px}.reign-content-actions .reign-content-action .reign-meta-line-text{margin:0;font-size:.75rem;font-weight:500}.reign-content-actions .reign-content-action+.reign-content-action{margin-left:auto}.reign-meta-line+.reign-meta-line{margin-left:15px}.reign-post-options{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:1rem 0;border-top:1px solid var(--reign-site-border-color);border-bottom:1px solid var(--reign-site-border-color)}.reign-post-options .reign-post-option-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:40px;cursor:pointer}.reign-post-options .reign-post-option-wrap.reign-post-comment{cursor:auto}.reign-post-options .reign-post-option-wrap.active,.reign-post-options .reign-post-option-wrap:hover{color:var(--reign-colors-theme)}.reign-post-options .reign-post-option-wrap p{margin:0}.reign-post-options .reign-post-option-wrap i{font-size:18px;margin-right:5px}.reign-post-options .bp-activity-react-button-wrapper{position:relative;width:100%;text-align:center;height:100%}.reign-post-options .bp-activity-react-btn{height:100%}.reign-post-options .bp-activity-react-btn a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;height:100%}.reign-post-options .bp-activity-post-share-btn{margin:0}.reign-post-options .bp-activity-reactions{bottom:64px;z-index:99}.reign-post-options .bp-activity-post-share-btn .bp-activity-share-button{box-shadow:none;width:auto;height:auto;border-radius:0}body .bp-activity-react-btn a.button,body .bp-activity-react-btn a.button:hover,body .reign-post-options .bp-activity-post-share-btn a.bp-activity-share-button,body .reign-post-options .bp-activity-post-share-btn a.bp-activity-share-button:hover{background:0 0;color:var(--reign-site-link-color);font-size:inherit}body .bp-activity-react-btn a.button,body .reign-post-options .bp-activity-post-share-btn a.bp-activity-share-button{color:var(--reign-site-link-hover-color)}.comment-content-actions{margin-top:20px;margin-left:120px}.comment-content-actions .bp-react-post-comment{margin-right:15px}.comment-content-actions .bp-react-post-comment,.comment-content-actions .comment-content-action{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.comment-content-actions .content-actions{height:auto;margin-right:10px}.comment-content-actions .bp-activity-react-btn a{font-size:.75rem;letter-spacing:.06rem;cursor:pointer}.comment-content-actions .emoji-picker{height:34px;padding:0 8px;bottom:40px}.comment-content-actions .emoji-picker .emoji-pick .emoji-lottie-holder{width:33px;height:33px}.comment-content-actions .emoji-picker .emoji-pick .emoji-svg-holder{width:25px;height:25px;margin:4px}.comment-list .comment-content-action .reply,.commentlist .comment-content-action .reply{margin:0}.reign-posts-nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:15px;margin:40px auto 40px}.reign-posts-nav .reign-posts-nav-inner{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex}.reign-posts-nav .reign-posts-nav-inner.prev{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.reign-posts-nav .reign-posts-nav-inner.next{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.reign-posts-nav .reign-posts-nav-inner .nav-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-decoration:none;outline:0}.reign-posts-nav .reign-posts-nav-inner.next{text-align:right}.reign-posts-nav .reign-posts-nav-inner .nav-next,.reign-posts-nav .reign-posts-nav-inner .nav-prev{font-size:13px;text-transform:uppercase;margin:0 0 5px}.reign-posts-nav .reign-posts-nav-inner .nav-title{font-size:15px;margin:0}.reign-posts-nav .reign-posts-nav-inner .nav-title:hover{color:var(--reign-site-link-hover-color)}@media screen and (max-width:544px){.reign-posts-nav .reign-posts-nav-inner .nav-title{display:none}}.reign-posts-nav .reign-posts-nav-thumbnail .next,.reign-posts-nav .reign-posts-nav-thumbnail .prev{width:80px;height:80px;background-color:var(--reign-site-secondary-bg-color);border:1px solid var(--reign-site-border-color);border-radius:var(--reign-global-border-radius);position:relative}@media screen and (max-width:544px){.reign-posts-nav .reign-posts-nav-thumbnail .next,.reign-posts-nav .reign-posts-nav-thumbnail .prev{width:60px;height:60px}}.reign-posts-nav .reign-posts-nav-thumbnail .next::before,.reign-posts-nav .reign-posts-nav-thumbnail .prev::before{content:"\f781";font-family:"Font Awesome 6 Pro",reign-icons;font-size:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:80px;height:80px;position:absolute;top:0;left:0}.reign-posts-nav .reign-posts-nav-thumbnail .prev{margin-right:15px}.reign-posts-nav .reign-posts-nav-thumbnail .next{margin-left:15px}.reign-posts-nav .reign-posts-nav-thumbnail img{border-radius:var(--reign-global-border-radius);-webkit-transition:all .2s linear;transition:all .2s linear;position:relative;z-index:1}.reign-posts-nav .reign-posts-nav-thumbnail img:hover{box-shadow:var(--reign-more-options-box-shadow)}.single-post form#commentform{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:15px}.single-post form#commentform>p{margin:0;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.single-post form#commentform p.comment-form-comment{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.single-post form#commentform p.form-submit{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.single-post form#commentform p.comment-notes{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.single-post form#commentform p.comment-form-author,.single-post form#commentform p.comment-form-email,.single-post form#commentform p.comment-form-url{-webkit-box-flex:1;-ms-flex:1;flex:1}.single-post form#commentform p.comment-form-cookies-consent{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:10px}.single-post form#commentform p.comment-form-cookies-consent input#wp-comment-cookies-consent{margin-top:5px}@media screen and (max-width:544px){.single-post form#commentform{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.comments-area{font-size:14px;margin-top:1.375rem;margin-bottom:1.375rem}.comments-area>:last-child{margin-bottom:0}.comment-list+.comment-respond,.comment-navigation+.comment-respond{padding-top:1.6em}.comments-title{font-size:20px;margin-bottom:4rem}.comment-list,.commentlist{list-style:none;margin-left:0}.comment-list .pingback,.comment-list .trackback,.comment-list article,.commentlist article{min-height:152px;padding:1.375rem;margin:1.375rem 0;background:var(--reign-site-sections-bg-color);box-shadow:0 0 5px 1px rgba(164,164,164,.1);border-radius:var(--reign-global-border-radius)}.comment-list .children,.commentlist .children{list-style:none;margin:0}.comment-list .children>li,.commentlist .children>li{padding-left:2.5rem}.comment-author{color:#707070;float:left;margin-bottom:20px;margin-right:20px}.comment-author a:hover{border-bottom:1px solid rgba(51,51,51,.7)}.comment-author .avatar{width:60px;height:60px;border-radius:100%;border:3px solid #e8e8e8}.comment-content-wrap{overflow:hidden}.comment-content-wrap p{margin-bottom:1rem}.comment-meta{margin-bottom:5px}.comment-meta .fn{display:block;color:#333;text-align:center;font-size:15px;font-weight:700;text-transform:capitalize;word-break:break-word}.comment-meta a{font-size:12px;font-weight:400;color:#b1b1b1}.comment-metadata,.pingback .edit-link{color:#999;font-size:.75rem}.comment-metadata a:hover,.pingback .edit-link a:hover{border-bottom:1px solid #333}.comment-metadata a:focus,.comment-metadata a:hover,.pingback .edit-link a:focus,.pingback .edit-link a:hover{color:inherit}.comment-metadata{margin-bottom:.5em}.comment-metadata .edit-link{margin-left:1em}.pingback .edit-link{margin-left:1em}.pingback .edit-link:before{top:5px}.comment-content ol,.comment-content ul{margin:0 0 1.6em 1.3333em}.comment-content li>ol,.comment-content li>ul{margin-bottom:0}.comment-content>:last-child{margin-bottom:0}.comment-list .reply,.commentlist .reply{font-size:.75rem;letter-spacing:.06rem;margin-bottom:.625rem;margin-top:1rem}.comment .comment-respond{margin-left:80px;margin-bottom:60px}.comment-list .reply a,.commentlist .reply a{display:inline-block}.comment-list .reply a:focus,.comment-list .reply a:hover,.commentlist .reply a:focus,.commentlist .reply a:hover{border-color:inherit;outline:0}.comment-form label{letter-spacing:.04em;line-height:1.5;margin-bottom:8px}.comment-form input[type=email],.comment-form input[type=submit],.comment-form input[type=text],.comment-form input[type=url],.comment-form textarea{width:100%;margin:0;padding:15px;height:auto}.comment-form input[type=email]::-webkit-input-placeholder,.comment-form input[type=submit]::-webkit-input-placeholder,.comment-form input[type=text]::-webkit-input-placeholder,.comment-form input[type=url]::-webkit-input-placeholder,.comment-form textarea::-webkit-input-placeholder{color:#a5a5a5}.comment-form input[type=email]::-moz-placeholder,.comment-form input[type=submit]::-moz-placeholder,.comment-form input[type=text]::-moz-placeholder,.comment-form input[type=url]::-moz-placeholder,.comment-form textarea::-moz-placeholder{color:#a5a5a5}.comment-form input[type=email]:-ms-input-placeholder,.comment-form input[type=submit]:-ms-input-placeholder,.comment-form input[type=text]:-ms-input-placeholder,.comment-form input[type=url]:-ms-input-placeholder,.comment-form textarea:-ms-input-placeholder{color:#a5a5a5}.comment-form input[type=email]:-moz-placeholder,.comment-form input[type=submit]:-moz-placeholder,.comment-form input[type=text]:-moz-placeholder,.comment-form input[type=url]:-moz-placeholder,.comment-form textarea:-moz-placeholder{color:#a5a5a5}#respond .comment-form-comment textarea{height:150px;padding:15px}.logged-in-as a:hover{border-bottom:1px solid inherit}.no-comments{border-top:1px solid rgba(51,51,51,.1);font-weight:700;padding-top:1.6em}.comment-navigation+.no-comments{border-top:0}.required{color:#c0392b}.comment-reply-title small a{font-size:12px;border:0;float:right;height:32px;overflow:hidden}.says{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute!important;width:1px}.comment-form-comment textarea{height:90px}.comment-form .form-allowed-tags{display:none}label[for=subscribe-reloaded]{margin-bottom:1rem}#submit{width:auto}.comment-author{width:100px;text-align:center}.comment-author .avatar{margin-bottom:10px}.comment-content{margin-left:120px}.comment-metadata a{color:#b1b1b1}@media screen and (max-width:543px){.comment-author{float:none;width:100%;text-align:left}.comment-content,.comment-content-actions{margin-left:0}.comment-author .avatar{margin-bottom:0;margin-right:10px}.comment-meta .fn{display:inline-block}}footer div#reign-copyright-text{border-top:1px solid var(--reign-site-border-color)}.reign-footer-site-title{text-transform:capitalize}.footer-wrap{padding:70px 0;background:#04080e}.footer-wrap h2{font-size:20px;color:var(--reign-color-white);margin:0 0 15px}.footer-wrap ul{list-style:none;margin-left:0}.footer-wrap a{display:block;color:#888}.footer-wrap a:hover{color:var(--reign-color-white)}.footer-wrap .widget .item-options>a{display:inline-block}.footer-wrap .widget-title{border-bottom:1px solid var(--reign-site-border-color)}.footer-wrap .widget-area .widget-area-inner{margin:0;padding:0}.footer-wrap .widget-area.footer-widget-area{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.footer-wrap .widget-area.footer-widget-area .widget{margin-bottom:0}@media (max-width:768px){.footer-wrap .wb-grid-cell{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}}@media (max-width:991px){.footer-wrap .wb-grid-cell{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}}@media (max-width:544px){.footer-wrap .wb-grid-cell{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}#scrollUp{bottom:20px;right:20px;line-height:1;height:46px;width:46px;cursor:pointer;display:block;border-radius:50px;box-shadow:inset 0 0 0 2px var(--reign-site-border-color)}#scrollUp::after{position:absolute;content:"\f062";font-family:"Font Awesome 6 Pro",reign-icons;text-align:center;line-height:46px;font-size:16px;color:var(--reign-colors-theme);left:0;top:0;height:46px;width:46px;cursor:pointer;display:block;z-index:2;-webkit-transition:all .2s linear;transition:all .2s linear}#scrollUp svg.progress-circle path{stroke:var(--reign-colors-theme);stroke-width:4;box-sizing:border-box;-webkit-transition:all .2s linear;transition:all .2s linear}#scrollUp svg path{fill:none}.scrollup-position-left #scrollUp{left:20px;right:auto}.header-v3 #scrollUp{bottom:70px}#scrollUp2{bottom:auto;right:-5px;line-height:1;top:-webkit-calc(50% + 150px);top:calc(50% + 150px)}#scrollUp2 .scroll-top-bar-wrapper{position:relative}#scrollUp2 .scroll-text{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);display:block;position:relative;right:-4px}#scrollUp2 .scroll-top-bar{width:.125rem;height:3.75rem;background:var(--reign-site-border-color);left:47px;top:65px;position:absolute}#scrollUp2 .loading{background:var(--reign-colors-theme);height:0%;width:.125rem}footer .elementor .elementor-widget-wrap>.elementor-element p{color:inherit}footer div.footer-wrap{background-color:var(--reign-footer-widget-area-bg-color)}footer div.footer-wrap .widget-title{color:var(--reign-footer-widget-title-color)}footer div.footer-wrap .widget{color:var(--reign-footer-widget-text-color)}footer .widget-area .widget.buddypress div.item-options a,footer div.footer-wrap a{color:var(--reign-footer-widget-link-color)}footer .widget-area .widget.buddypress div.item-options a.selected,footer .widget-area .widget.buddypress div.item-options a:hover,footer div.footer-wrap a:hover{color:var(--reign-footer-widget-link-hover-color)}footer div#reign-copyright-text{background-color:var(--reign-footer-copyright-bg-color);color:var(--reign-footer-copyright-text-color)}footer div#reign-copyright-text a{color:var(--reign-footer-copyright-link-color)}footer div#reign-copyright-text a:hover{color:var(--reign-footer-copyright-link-hover-color)}.dataTables_wrapper .dataTables_paginate .paginate_button,.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active,.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover{color:var(--reign-site-body-text-color)!important}[data-bp-tooltip]::after{pointer-events:none;opacity:0;-webkit-transition:all .18s ease-out .18s;transition:all .18s ease-out .18s;font-weight:500;font-size:13px;background:rgba(18,43,70,.95);border:0;border-radius:4px!important;box-shadow:0 1px 3px 0 rgba(0,0,0,.22);color:#fff;content:attr(data-bp-tooltip);line-height:1.3;padding:7px 15px;position:absolute;white-space:nowrap;z-index:10}.description a:not(.wp-element-button),.geodir-field-post_content a:not(.wp-element-button),.job_description a:not(.wp-element-button),.lm-author-description a:not(.wp-element-button),.lm-tab-course-content a:not(.wp-element-button),.post .entry-content a:not(.read-more),.single-resume-content a:not(.wp-element-button){color:var(--reign-accent-color)}.description a:not(.wp-element-button):hover,.geodir-field-post_content a:not(.wp-element-button):hover,.job_description a:not(.wp-element-button):hover,.lm-author-description a:not(.wp-element-button):hover,.lm-tab-course-content a:not(.wp-element-button):hover,.post .entry-content a:not(.read-more):hover,.single-resume-content a:not(.wp-element-button):hover{color:var(--reign-accent-hover-color)}.emoji-picker,.mpp-lightbox-activity-container{background:var(--reign-site-sections-bg-color)}.mpp-menu a.mpp-selected-item{color:var(--reign-colors-theme)}#scroll-top,.content-wrapper header.woocommerce-products-header,.modal-footer,.modal-header,.mpp-lightbox-activity-container,.mpp-lightbox-media-uploader-meta,.reaction-box .reaction-box-options,a.layout-grid-view,ul.mpp-activity-list li{border-color:var(--reign-site-border-color)}.lm-course-item-wrapper,.lm-course-item-wrapper .lm-course-item{border-radius:var(--reign-global-border-radius)}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}body .slick-list{position:relative;display:block;overflow:hidden;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block}.slick-track:after,.slick-track:before{display:table;content:""}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left!important;height:100%;min-height:1px}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{background:#fff url(./wp-content/themes/reign-theme/assets/css/../img/svg/puff.svg) center center no-repeat}.slick-next,.slick-prev{position:absolute;top:50px;display:block;width:25px;height:25px;padding:0;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);cursor:pointer;border:none;outline:0;background:0 0;z-index:10}.slick-next:focus,.slick-next:hover,.slick-prev:focus,.slick-prev:hover{outline:0}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{font-size:20px;line-height:1;opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-5px}.slick-prev:before{content:" ";color:#333;font-size:40px}.slick-next{right:-5px}.slick-next:before{content:" ";color:#333;font-size:40px}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:0;background:0 0}.slick-dots li button:focus,.slick-dots li button:hover{outline:0}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:"鈥�";text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}.elementor-template-full-width .site-content>.container,.elementor-template-full-width .site-content>.container-fluid{max-width:100%;padding:0}.elementor-editor-active .user-link-wrap .user-link,.elmentor-banner-button{max-width:210px;margin:auto}@media (min-width:768px){.counter-image:after{content:" ";width:1px;height:80%;background:rgba(0,0,0,.2);position:absolute;top:15px;right:0}}.rg-page-loader{position:fixed;left:0;top:0;width:100%;height:100%;z-index:9999;background:url(./wp-content/themes/reign-theme/assets/css/../img/svg/puff.svg) center no-repeat var(--reign-color-white);-webkit-transition:.3s all;transition:.3s all}.rg-remove-loader .rg-page-loader{opacity:0;visibility:hidden;z-index:-1111}.elementor-editor-active .rg-page-loader,.elementor-editor-preview .rg-page-loader{display:none}.elementor-text-editor p{margin-bottom:0}.elementor-text-editor.elementor-text-editor p{color:inherit}.elementor-default .main-navigation ul li.menu-item-has-children ul li{background:0 0!important}.svg-icon-small{max-width:40px;height:auto;margin:auto}.svg-icon-small-left{max-width:40px;height:auto}.svg-icon-medium{max-width:50px;height:auto;margin:auto}.svg-icon-medium-left{max-width:50px;height:auto}.svg-icon-large-center{max-width:72px;height:auto;margin:auto}.svg-icon-large-left{max-width:72px;height:auto}[canvas=container]{margin:0;padding:0;box-sizing:border-box}@media screen and (min-width:960px){body:not(.elementor-template-canvas):not(.rg-shift-body) .reign-menu-panel+#page .elementor-section-boxed[style*=width],body:not(.elementor-template-canvas):not(.rg-shift-body) .reign-menu-panel+#page .elementor-section-full_width[style*=width],body:not(.elementor-template-canvas):not(.rg-shift-body) .reign-menu-panel+#page .elementor-section-stretched[style*=width]{padding-left:80px}}.wb-grid>style{display:none}.et_pb_pagebuilder_layout .site-content,.fl-builder .site-content{padding-top:0!important}.et_pb_pagebuilder_layout .content-wrapper,.fl-builder .content-wrapper{padding-bottom:0!important}#buddypress #register-page form#signup_form{padding:0}#buddypress #register-page form#signup_form>p{font-size:22px;background:#3a9cfc;color:var(--reign-color-white);width:100%;padding:10px;text-align:center}#buddypress #register-page form#signup_form .standard-form button{padding:0}#buddypress #commentform input[type=text],#buddypress #commentform textarea,#buddypress .form-allowed-tags,#buddypress .standard-form #basic-details-section input[type=password],#buddypress .standard-form #blog-details-section input#signup_blog_url,#buddypress .standard-form input[type=email],#buddypress .standard-form#signup_form input[type=text],#buddypress .standard-form#signup_form textarea{width:100%;border-radius:0}#buddypress #signup-form.standard-form select{width:100%;margin:0;height:38px;border-radius:var(--reign-global-form-radius)}.register-page .signup-form .field_type_datebox fieldset{margin:20px 0 0}#buddypress #signup-form.standard-form p.description{font-size:14px;margin:0 0 12px;background:0 0;color:var(--reign-site-alternate-text-color)}#buddypress #signup-form.standard-form label,#buddypress #signup-form.standard-form legend{color:var(--reign-site-headings-color)}.reign-window-popup{position:fixed;width:100vw;height:100vh;top:0;left:0;display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex-align:center;-webkit-box-align:center;align-items:center;z-index:999999;overflow-y:auto;outline:0;background:rgba(0,0,0,.6);opacity:0;-webkit-backface-visibility:hidden;backface-visibility:hidden;visibility:hidden;-webkit-transition:all .3s ease-out;transition:all .3s ease-out}.reign-window-popup.reign-window-popup-open{opacity:1;visibility:visible}body .modal-dialog{margin-top:100px}.modal-dialog,.window-popup{max-width:-webkit-calc(100% - 30px);max-width:calc(100% - 30px)}.registration-login-form-popup .icon-close{opacity:1;margin-top:0;margin-right:0;font-size:24px}.registration-login-form-popup .icon-close .far{font-size:inherit;font-family:"Font Awesome 6 Pro",reign-icons}.registration-login-form .icon{fill:#888da8;float:right;margin-top:7px;padding:0}.registration-login-form .input-group-addon .icon{margin-top:0}.registration-login-form .form-group{margin:1rem 0;position:relative}.registration-login-form .form-group.with-button button{width:50px;border-radius:0 5px 5px 0}.registration-login-form .form-group label{display:inline-block;margin-bottom:.5rem}.close{-webkit-transition:all .3s ease;transition:all .3s ease;cursor:pointer}.icon-close{position:absolute;top:-25px;right:-25px;color:#fff;color:#fff}.icon-close:hover{color:#1d76da}.registration-login-form-popup{width:520px}.registration-login-form-popup .registration-login-form{margin-bottom:0}.registration-login-form-popup .modal-content{border:none}.registration-login-form-popup .modal-body{margin:0;padding:0;border-radius:var(--reign-global-border-radius);overflow:hidden}.window-popup{position:relative;margin:auto;border-radius:5px;width:520px;max-width:-webkit-calc(100% - 30px);max-width:calc(100% - 30px);box-shadow:0 0 10px 0 rgba(0,0,0,.05);z-index:999999;height:max-content}.modal-active{overflow:hidden}.modal-content{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;pointer-events:auto;background-color:var(--reign-site-sections-bg-color);background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:var(--reign-global-border-radius);outline:0}.register-page .signup-form .error{color:var(--reign-color-error)}.registration-login-form-popup form#signup-form{margin:0;padding:25px}.registration-login-form-popup form#signup-form fieldset{border:0;margin:15px 0;padding:0}.registration-login-form-popup form#signup-form fieldset legend{margin:15px 0 5px;color:var(--reign-site-headings-color)}.registration-login-form-popup form#signup-form label,.registration-login-form-popup form#signup-form span.label{display:block;margin:15px 0 5px;width:auto;color:var(--reign-site-headings-color)}.registration-login-form-popup form#signup-form .password-input-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;gap:10px}.registration-login-form-popup form#signup-form .password-input-wrapper input{width:100%}.registration-login-form-popup form#signup-form select{width:100%}.registration-login-form-popup form#signup-form select[multiple]{overflow:auto;background-image:none;min-height:85px;padding:0 12px}.registration-login-form-popup form#signup-form.signup-form .editfield{margin:0}.registration-login-form-popup form#signup-form [type=checkbox],.registration-login-form-popup form#signup-form [type=radio]{margin-right:5px}.registration-login-form-popup form#signup-form .field-visibility-settings-toggle button.visibility-toggle-link{padding:2px 5px;font-size:12px}.registration-login-form-popup form#signup-form .field-visibility-settings-open{background-color:var(--reign-site-secondary-bg-color)}.registration-login-form-popup form#signup-form .field-visibility-settings-open fieldset,.registration-login-form-popup form#signup-form .field-visibility-settings-open legend{margin-top:0}.registration-login-form-popup form#signup-form .submit input#signup_submit,.registration-login-form-popup form#signup-form .submit input#submit{margin-top:20px;padding:12px;font-size:.875rem;line-height:1.5;border-radius:var(--reign-global-button-radius);position:relative;width:100%}.registration-login-form-popup form#signup-form a.clear-value{font-size:13px}@media (max-width:1080px){.icon-close,.window-popup .icon-close{right:50%;margin-right:-9px}}@media (max-width:768px){.icon-close,.window-popup .icon-close{right:50%;margin-right:-9px}}.registration-login-form{overflow:hidden;position:relative;border-radius:var(--reign-global-border-radius);border:1px solid var(--reign-site-border-color);background-color:var(--reign-site-sections-bg-color);margin-bottom:20px;min-height:550px}.registration-login-form.selected-forms-single{padding-left:0;min-height:unset}.registration-login-form .nav-tabs{margin:0;padding:0;list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex}.registration-login-form .nav-tabs span.icon-title{width:100%;text-align:center}.registration-login-form .nav-item{margin-bottom:0;height:50%;width:100%}.registration-login-form .nav-link{border-radius:0;border:none;border-bottom:1px solid var(--reign-site-border-color);border-right:1px solid var(--reign-site-border-color);padding:22px;color:#c0c4d8;background-color:var(--reign-site-sections-bg-color);height:100%;display:-ms-flexbox;display:-webkit-box;display:flex}.registration-login-form .nav-link.active{color:var(--reign-colors-theme);background-color:var(--reign-site-sections-bg-color);border-bottom:2px solid}.registration-login-form .tab-content{overflow:hidden}.registration-login-form .content{padding:25px}.registration-login-form .content .col>p{margin-top:15px}.registration-login-form .title{padding:25px;border-bottom:1px solid var(--reign-site-border-color);margin-bottom:0}.reign-sign-form-register-fields h6{margin-top:1rem;margin-bottom:5px}.registration-login-form p{margin-top:5px;margin-bottom:5px;font-size:13px}.registration-login-form .checkbox-acceptance-description{margin-top:5px}.registration-login-form .remember{margin:20px 0 5px}.registration-login-form.can-not-register{min-height:unset}.registration-login-form.can-not-register .nav-item{height:100%}.registration-login-form .modal-content{border:none}.registration-login-form .logy-social-buttons .logy-social-title{border-bottom:1px solid #e6ecf5}.registration-login-form .logy-social-buttons .logy-social-title span{color:#888da8}.registration-login-form .logy-social-buttons.logy-only-icons ul{padding-left:0}.registration-login-form .logy-social-buttons.logy-only-icons ul li a{display:block;color:#fff;font-size:18px}.remember{margin-bottom:1rem}.remember .checkbox{display:inline-block;margin-bottom:0}.remember a{margin-top:15px;line-height:2}#registration-login-form-popup .remember .forgot{float:right}.or{position:relative;width:100%;height:1px;margin:1rem 0 2rem 0;background-color:#e6ecf5}.or:after{content:"OR";display:block;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background-color:#fff;padding:0 25px;font-size:10px;z-index:5}.full-width{width:100%}.registration-login-form .form-control{width:100%;height:auto;margin:0;padding:12px;line-height:1}.password-eye-wrap{position:relative}.password-eye-wrap .password-eye{text-decoration:none;font-size:16px;color:#888da8;position:absolute;right:15px;top:3rem;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);z-index:9}.registration-login-submit{margin:15px 0 0;padding:12px;font-size:.875rem;line-height:1.5;border-radius:var(--reign-global-button-radius);position:relative}.reign-sign-form .icon-loader{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:50px;height:50px;background-image:url(./wp-content/themes/reign-theme/assets/css/../img/svg/preloader.svg);background-repeat:no-repeat;background-size:30px;background-position:50% 50%;display:none;opacity:0;visibility:hidden;-webkit-transition:all .3s ease;transition:all .3s ease}.reign-sign-form.loading .btn{min-height:50px}.reign-sign-form.loading .btn span{display:none;opacity:0;visibility:hidden}.reign-sign-form.loading .btn span.icon-loader{display:block;opacity:1;visibility:visible}@media (max-width:1023px){.registration-login-form{padding-left:0;min-height:unset}.registration-login-form .title{font-size:14px}.registration-login-form.selected-forms-single{padding-top:0}.registration-login-form .nav-tabs{-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;bottom:auto;width:100%;height:auto}.registration-login-form .nav-item{display:block;text-align:center}.registration-login-form .nav-link{display:block}.registration-login-form .nav-item:last-child .nav-link{border-bottom:1px solid var(--reign-site-border-color);border-right:none}}@media (max-width:480px){.registration-login-form .title{padding:15px 25px}.registration-login-form .content{padding:20px 25px}.registration-login-form .nav-link{padding:10px 22px}.registration-login-submit{padding:1rem}}.window-popup{-webkit-transform:translate(0,-50px);-ms-transform:translate(0,-50px);transform:translate(0,-50px);-webkit-transition:all .3s;transition:all .3s;opacity:0}.modal-active .window-popup{-webkit-transform:none;-ms-transform:none;transform:none;border-radius:0 0 3px 3px;opacity:1}.tab-pane{display:none}.tab-pane.active{display:block}.invalid-feedback{width:100%;margin-top:.25rem;font-size:80%;color:#dc3545}.form-control.is-invalid{border-color:#dc3545}.reign-sign-form-messages{margin-left:0;padding-left:0;list-style:none;font-size:13px}.reign-sign-form-messages li{border-left:4px solid;padding:8px 15px!important;border-radius:5px 0 0 5px;background-color:#f6f6f6}.reign-sign-form-messages.woocommerce-error{background:0 0;margin:0;padding:0!important;border:0;box-shadow:none}.reign-sign-form-messages.woocommerce-error::before{content:none}.modal-body.reign-custom-shortcode{padding:35px 25px}.user-welcomeback{background-color:var(--reign-site-sections-bg-color);border-radius:var(--reign-global-border-radius);border:1px solid var(--reign-site-border-color);text-align:center;overflow:hidden}.user-welcomeback .featured-background{height:80px;background-size:cover;background-position:center;background-color:#555}.user-welcomeback .user-active{border-top:1px solid var(--reign-site-border-color)}.user-welcomeback .author-thumb{display:inline-block;border-radius:100%;border:4px solid #fff;overflow:hidden;width:98px;height:98px;background-color:#fdfbee;margin-top:-50px;margin-bottom:15px}.user-welcomeback .author-thumb img{max-width:100%;width:100%;height:auto}.user-welcomeback .author-content{font-weight:500;margin-bottom:20px}.user-welcomeback .author-content .author-name{color:var(--reign-colors-theme)}.user-welcomeback .links{margin:0 -2px 0 -1px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.user-welcomeback .link-item{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:50%;border:1px solid var(--reign-site-border-color);padding:20px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:-1px;margin-right:-1px}.user-welcomeback .link-item i.link-item-icon{font-family:"Font Awesome 6 Pro",reign-icons;font-size:20px;width:20px;height:20px;margin-bottom:10px;-webkit-transition:all .3s ease;transition:all .3s ease}.user-welcomeback .link-item .title{-webkit-transition:all .3s ease;transition:all .3s ease}.user-welcomeback .link-item .sup-title{font-size:13px;color:#888da8}.reign-block-content{padding:24px 23px 23px}body .reign-block-content .button{padding:12px;font-size:.875rem;line-height:1.5;border-radius:.3rem;position:relative}.registar-lostpass-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-flow:wrap;flex-flow:wrap}ul.reign-sign-form-messages:empty{display:none}.elementor-widget-wp-widget-bp_reign_bp_login_widget .remember .forgot,.elementor-widget-wp-widget-bp_reign_bp_login_widget .remember .register,.widget_rign_bp_login_widget .remember .forgot,.widget_rign_bp_login_widget .remember .register{float:none;display:block;font-size:15px;line-height:normal}.elementor-widget-wp-widget-bp_reign_bp_login_widget .registration-login-form .content,.widget_rign_bp_login_widget .registration-login-form .content{padding:20px}.widget-area .widget.widget_rign_bp_login_widget,.widget-area-inner .widget.widget_rign_bp_login_widget{padding:0;border:0}.widget_rign_bp_login_widget .registration-login-form .content,.widget_rign_bp_login_widget .registration-login-form .title{padding:15px}.widget_rign_bp_login_widget .registration-login-form .form-group{margin:10px 0}.widget_rign_bp_login_widget .registration-login-form .remember{margin:15px 0}.widget_rign_bp_login_widget .registration-login-submit{margin:5px 0 0}.reign-sign-form-login .row{margin:0}.container p.has-larger-font-size.has-drop-cap:not(:focus)::first-letter,.container p.has-small-font-size.has-drop-cap:not(:focus)::first-letter{margin-right:.01em}.wp-block-button.alignleft,.wp-block-cover.alignleft,.wp-block-image .alignleft{margin-right:2em}.wp-block-button.alignright,.wp-block-cover.alignright,.wp-block-image .alignright{margin-left:2em}.wp-block-embed.alignfull,.wp-block-embed.alignwide,.wp-block-image.alignfull,.wp-block-image.alignwide{margin-bottom:30px}.reign-full_width .container .alignfull,.reign-full_width_no_title .container .alignfull{margin-left:-webkit-calc(-50vw + 50%);margin-left:calc(-50vw + 50%);margin-right:-webkit-calc(-50vw + 50%);margin-right:calc(-50vw + 50%);max-width:100vw}.rg-boxed-layout.reign-full_width .container .alignfull,.rg-boxed-layout.reign-full_width_no_title .container .alignfull{margin-left:0;margin-right:0;max-width:100%}.content-sidebar .container .alignfull,.sidebar-content .container .alignfull{margin:0 0 2em;width:100%}@media only screen and (max-width:600px){.wp-block-button.home-contact{float:left;margin-left:0}}.container .wp-block-columns{margin-bottom:30px}.container .wp-block-columns.alignfull{padding:0 30px}.reign-full_width .container .wp-block-cover.alignfull,.reign-full_width_no_title .container .wp-block-cover.alignfull{width:100vw}.rg-boxed-layout.reign-full_width .container .wp-block-cover.alignfull,.rg-boxed-layout.reign-full_width_no_title .container .wp-block-cover.alignfull{width:auto}.container .wp-block-cover .wp-block-cover-text{font-size:48px}.wp-block-pullquote.alignleft{margin:0 2em 1.5em 0}.wp-block-pullquote.alignright{margin:0 0 1.5em 2em}.wp-block-pullquote.is-style-solid-color.alignleft blockquote,.wp-block-pullquote.is-style-solid-color.alignright blockquote{max-width:80%}.container .wp-block-pullquote:not(.is-style-solid-color)[style*=border-color]{border:2px solid;border-left:none;border-right:none}.container .wp-block-pullquote cite,.container .wp-block-quote cite{color:#666;display:block;font-family:"Source Sans Pro",serif;font-size:16px;font-style:italic;margin-top:-25px;text-align:inherit;text-transform:none}.container .wp-block-pullquote cite{text-align:center}.container .wp-block-pullquote.is-style-solid-color cite{color:#fff;font-style:italic}.container .wp-block-pullquote .has-text-color cite,.container .wp-block-pullquote .has-text-color p{color:currentColor}.container .wp-block-audio figcaption,.container .wp-block-embed figcaption,.container .wp-block-image figcaption{color:#666;font-size:16px;font-style:italic;margin-bottom:30px;margin-top:10px}.container .wp-block-archives,.container .wp-block-categories,.container .wp-block-categories ol,.container .wp-block-categories ul{margin-left:0;padding-left:0}.container .wp-block-archives li,.container .wp-block-categories li{list-style-type:none;margin-bottom:10px}.container .wp-block-categories.aligncenter{text-align:center}.container .wp-block-categories-list.alignfull{padding:0 30px}.container .wp-block-latest-posts{clear:both;margin-left:0;padding-left:0}.container .wp-block-latest-posts li{list-style-type:none;margin-bottom:10px}.container .wp-block-latest-posts.aligncenter{text-align:center}.container .wp-block-latest-posts.alignfull{padding:0 30px}.wp-block-preformatted,.wp-block-verse{font-size:16px}.wp-block-preformatted{white-space:pre-wrap}hr.wp-block-separator{border:none;border-top:1px solid #eee;margin:1.65em auto}.wp-block-separator:not(.is-style-wide):not(.is-style-dots){max-width:100px}.wp-block-audio audio{display:inline-block;width:100%}.container .wp-block-gallery{padding-left:0}.reign-full_width .container .wp-block-table.alignfull,.reign-full_width_no_title .container .wp-block-table.alignfull{margin:0;width:100%}@media only screen and (min-width:960px){.reign-full_width .container .wp-block-table.alignwide,.reign-full_width_no_title .container .wp-block-table.alignwide{width:-webkit-calc(100% + 360px);width:calc(100% + 360px)}.reign-full_width .container .wp-block-table.alignfull,.reign-full_width_no_title .container .wp-block-table.alignfull{margin-left:-webkit-calc(-49vw + 50%);margin-left:calc(-49vw + 50%);margin-right:-webkit-calc(-49vw + 50%);margin-right:calc(-49vw + 50%);width:98vw}}@media only screen and (max-width:600px){.wp-block-media-text.is-stacked-on-mobile figure{margin-bottom:20px}}@media only screen and (max-width:781px){.has-3-columns .wp-block-column,.has-5-columns .wp-block-column{-ms-flex-preferred-size:100%;flex-basis:100%;margin-left:0;margin-right:0}}@media only screen and (min-width:960px){.reign-full_width .container .alignwide,.reign-full_width_no_title .container .alignwide{margin-left:-180px;margin-right:-180px;max-width:-webkit-calc(100% + 360px);max-width:calc(100% + 360px);width:auto}}figure.wp-block-table{margin:.5em 0}.wp-block-table td:first-child,.wp-block-table th:first-child{padding-left:10px}.wp-block-table td:last-child,.wp-block-table th:last-child{padding-right:10px}.wp-block-search__button{background-color:var(--reign-site-button-bg-color);color:var(--reign-site-button-text-color);font-size:15px;font-weight:400;line-height:normal;border-radius:var(--reign-global-button-radius)}.wp-block-search__button:focus,.wp-block-search__button:hover{background-color:var(--reign-site-button-bg-hover-color);color:var(--reign-site-button-text-hover-color)}@media (max-width:544px){#left div#item-header-avatar img.avatar{max-width:120px}}@media (max-width:992px){.item-header-avatar-wrap{padding-top:40px}#buddypress div#item-header #item-header-cover-image #item-header-content{margin-top:25px}}@media (max-width:768px){#buddypress .item-body-wrap div#members-dir-search{position:relative;right:0}}@media (max-width:650px){.widget-area .widget.widget-member-nav{position:relative}.widget-area .widget.widget-groups-nav{margin-bottom:15px;position:relative}#buddypress div#item-header #item-header-cover-image #item-header-content{margin-top:5px}.logged-in .rg-item-buttons-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}#buddypress div#item-header #item-header-cover-image #item-header-content div.generic-button a{font-size:11px}aside#left.widget-area .widget,aside#left.widget-area .widget-groups-nav-inner-wrap{margin-top:0}.logged-in .rg-item-buttons{width:28px;height:28px}#buddypress form#whats-new-form textarea{font-size:14px}.media .media_search.media_search{margin-top:20px}body #buddypress form#whats-new-form #whats-new-submit{margin:10px 0 0 auto}#buddypress .standard-form #basic-details-section,#buddypress .standard-form #blog-details-section,#buddypress .standard-form #profile-details-section{width:100%;margin-bottom:20px}.comment .comment-respond{margin-left:0}a.btn-login,a.btn-register{color:var(--reign-site-link-color)}}@media only screen and (max-width:320px){#buddypress .item-list.rg-group-list div.action{margin-left:0}}@media only screen and (min-device-width:375px) and (max-device-width:667px){.wb-grid-cell{width:100%}.widget-area{width:100%}.content-wrapper{width:100%}}@font-face {
  font-family: 'reign-icons';
  src: url(./wp-content/themes/reign-theme/assets/icons/../icons/reign-icons.eot?63677832);
  src: url(./wp-content/themes/reign-theme/assets/icons/../icons/reign-icons.eot?63677832#iefix) format('embedded-opentype'),
       url(./wp-content/themes/reign-theme/assets/icons/../icons/reign-icons.woff2?63677832) format('woff2'),
       url(./wp-content/themes/reign-theme/assets/icons/../icons/reign-icons.woff?63677832) format('woff'),
       url(./wp-content/themes/reign-theme/assets/icons/../icons/reign-icons.ttf?63677832) format('truetype'),
       url(./wp-content/themes/reign-theme/assets/icons/../icons/reign-icons.svg?63677832#reign-icons) format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'reign-icons';
    src: url(./wp-content/themes/reign-theme/assets/icons/../font/reign-icons.svg?63677832#reign-icons) format('svg');
  }
}
*/
 
 [class^="fa-"]:before, [class*=" fa-"]:before {
  font-family: "reign-icons";
  font-style: normal;
  font-weight: normal;
  speak: never;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.fa-glass-martini:before { content: '\f000'; } /* '飥�' */
.fa-music:before { content: '\f001'; } /* '飥�' */
.fa-search:before { content: '\f002'; } /* '飥�' */
.fa-heart:before { content: '\f004'; } /* '飥�' */
.fa-star:before { content: '\f005'; } /* '飥�' */
.fa-user:before { content: '\f007'; } /* '飥�' */
.fa-film:before { content: '\f008'; } /* '飥�' */
.fa-th-large:before { content: '\f009'; } /* '飥�' */
.fa-th:before { content: '\f00a'; } /* '飥�' */
.fa-th-list:before { content: '\f00b'; } /* '飥�' */
.fa-check:before { content: '\f00c'; } /* '飥�' */
.fa-times:before { content: '\f00d'; } /* '飥�' */
.fa-search-plus:before { content: '\f00e'; } /* '飥�' */
.fa-search-minus:before { content: '\f010'; } /* '飥�' */
.fa-power-off:before { content: '\f011'; } /* '飥�' */
.fa-signal:before { content: '\f012'; } /* '飥�' */
.fa-cog:before { content: '\f013'; } /* '飥�' */
.fa-home:before { content: '\f015'; } /* '飥�' */
.fa-clock:before { content: '\f017'; } /* '飥�' */
.fa-road:before { content: '\f018'; } /* '飥�' */
.fa-download:before { content: '\f019'; } /* '飥�' */
.fa-inbox:before { content: '\f01c'; } /* '飥�' */
.fa-redo:before { content: '\f01e'; } /* '飥�' */
.fa-sync:before { content: '\f021'; } /* '飥�' */
.fa-list-alt:before { content: '\f022'; } /* '飥�' */
.fa-lock:before { content: '\f023'; } /* '飥�' */
.fa-flag:before { content: '\f024'; } /* '飥�' */
.fa-headphones:before { content: '\f025'; } /* '飥�' */
.fa-volume-off:before { content: '\f026'; } /* '飥�' */
.fa-volume-down:before { content: '\f027'; } /* '飥�' */
.fa-volume-up:before { content: '\f028'; } /* '飥�' */
.fa-qrcode:before { content: '\f029'; } /* '飥�' */
.fa-barcode:before { content: '\f02a'; } /* '飥�' */
.fa-tag:before { content: '\f02b'; } /* '飥�' */
.fa-tags:before { content: '\f02c'; } /* '飥�' */
.fa-book:before { content: '\f02d'; } /* '飥�' */
.fa-bookmark:before { content: '\f02e'; } /* '飥�' */
.fa-print:before { content: '\f02f'; } /* '飥�' */
.fa-camera:before { content: '\f030'; } /* '飥�' */
.fa-font:before { content: '\f031'; } /* '飥�' */
.fa-bold:before { content: '\f032'; } /* '飥�' */
.fa-italic:before { content: '\f033'; } /* '飥�' */
.fa-text-height:before { content: '\f034'; } /* '飥�' */
.fa-text-width:before { content: '\f035'; } /* '飥�' */
.fa-align-left:before { content: '\f036'; } /* '飥�' */
.fa-align-center:before { content: '\f037'; } /* '飥�' */
.fa-align-right:before { content: '\f038'; } /* '飥�' */
.fa-align-justify:before { content: '\f039'; } /* '飥�' */
.fa-list:before { content: '\f03a'; } /* '飥�' */
.fa-outdent:before { content: '\f03b'; } /* '飥�' */
.fa-indent:before { content: '\f03c'; } /* '飥�' */
.fa-video:before { content: '\f03d'; } /* '飥�' */
.fa-image:before { content: '\f03e'; } /* '飥�' */
.fa-pencil:before { content: '\f040'; } /* '飦�' */
.fa-map-marker:before { content: '\f041'; } /* '飦�' */
.fa-adjust:before { content: '\f042'; } /* '飦�' */
.fa-tint:before { content: '\f043'; } /* '飦�' */
.fa-edit:before { content: '\f044'; } /* '飦�' */
.fa-arrows:before { content: '\f047'; } /* '飦�' */
.fa-step-backward:before { content: '\f048'; } /* '飦�' */
.fa-fast-backward:before { content: '\f049'; } /* '飦�' */
.fa-backward:before { content: '\f04a'; } /* '飦�' */
.fa-play:before { content: '\f04b'; } /* '飦�' */
.fa-pause:before { content: '\f04c'; } /* '飦�' */
.fa-stop:before { content: '\f04d'; } /* '飦�' */
.fa-forward:before { content: '\f04e'; } /* '飦�' */
.fa-fast-forward:before { content: '\f050'; } /* '飦�' */
.fa-step-forward:before { content: '\f051'; } /* '飦�' */
.fa-eject:before { content: '\f052'; } /* '飦�' */
.fa-chevron-left:before { content: '\f053'; } /* '飦�' */
.fa-chevron-right:before { content: '\f054'; } /* '飦�' */
.fa-plus-circle:before { content: '\f055'; } /* '飦�' */
.fa-minus-circle:before { content: '\f056'; } /* '飦�' */
.fa-times-circle:before { content: '\f057'; } /* '飦�' */
.fa-check-circle:before { content: '\f058'; } /* '飦�' */
.fa-question-circle:before { content: '\f059'; } /* '飦�' */
.fa-info-circle:before { content: '\f05a'; } /* '飦�' */
.fa-crosshairs:before { content: '\f05b'; } /* '飦�' */
.fa-ban:before { content: '\f05e'; } /* '飦�' */
.fa-arrow-left:before { content: '\f060'; } /* '飦�' */
.fa-arrow-right:before { content: '\f061'; } /* '飦�' */
.fa-arrow-up:before { content: '\f062'; } /* '飦�' */
.fa-arrow-down:before { content: '\f063'; } /* '飦�' */
.fa-share:before { content: '\f064'; } /* '飦�' */
.fa-expand:before { content: '\f065'; } /* '飦�' */
.fa-compress:before { content: '\f066'; } /* '飦�' */
.fa-plus:before { content: '\f067'; } /* '飦�' */
.fa-minus:before { content: '\f068'; } /* '飦�' */
.fa-asterisk:before { content: '\f069'; } /* '飦�' */
.fa-exclamation-circle:before { content: '\f06a'; } /* '飦�' */
.fa-gift:before { content: '\f06b'; } /* '飦�' */
.fa-leaf:before { content: '\f06c'; } /* '飦�' */
.fa-fire:before { content: '\f06d'; } /* '飦�' */
.fa-eye:before { content: '\f06e'; } /* '飦�' */
.fa-eye-slash:before { content: '\f070'; } /* '飦�' */
.fa-exclamation-triangle:before { content: '\f071'; } /* '飦�' */
.fa-plane:before { content: '\f072'; } /* '飦�' */
.fa-calendar-alt:before { content: '\f073'; } /* '飦�' */
.fa-random:before { content: '\f074'; } /* '飦�' */
.fa-comment:before { content: '\f075'; } /* '飦�' */
.fa-magnet:before { content: '\f076'; } /* '飦�' */
.fa-chevron-up:before { content: '\f077'; } /* '飦�' */
.fa-chevron-down:before { content: '\f078'; } /* '飦�' */
.fa-retweet:before { content: '\f079'; } /* '飦�' */
.fa-shopping-cart:before { content: '\f07a'; } /* '飦�' */
.fa-folder:before { content: '\f07b'; } /* '飦�' */
.fa-folder-open:before { content: '\f07c'; } /* '飦�' */
.fa-arrows-v:before { content: '\f07d'; } /* '飦�' */
.fa-arrows-h:before { content: '\f07e'; } /* '飦�' */
.fa-chart-bar:before { content: '\f080'; } /* '飩�' */
.fa-twitter-square:before { content: '\f081'; } /* '飩�' */
.fa-facebook-square:before { content: '\f082'; } /* '飩�' */
.fa-camera-retro:before { content: '\f083'; } /* '飩�' */
.fa-key:before { content: '\f084'; } /* '飩�' */
.fa-cogs:before { content: '\f085'; } /* '飩�' */
.fa-comments:before { content: '\f086'; } /* '飩�' */
.fa-star-half:before { content: '\f089'; } /* '飩�' */
.fa-sign-out:before { content: '\f08b'; } /* '飩�' */
.fa-linkedin:before { content: '\f08c'; } /* '飩�' */
.fa-thumbtack:before { content: '\f08d'; } /* '飩�' */
.fa-external-link:before { content: '\f08e'; } /* '飩�' */
.fa-sign-in:before { content: '\f090'; } /* '飩�' */
.fa-trophy:before { content: '\f091'; } /* '飩�' */
.fa-github-square:before { content: '\f092'; } /* '飩�' */
.fa-upload:before { content: '\f093'; } /* '飩�' */
.fa-lemon:before { content: '\f094'; } /* '飩�' */
.fa-phone:before { content: '\f095'; } /* '飩�' */
.fa-phone-square:before { content: '\f098'; } /* '飩�' */
.fa-twitter:before { content: '\f099'; } /* '飩�' */
.fa-facebook:before { content: '\f09a'; } /* '飩�' */
.fa-github:before { content: '\f09b'; } /* '飩�' */
.fa-unlock:before { content: '\f09c'; } /* '飩�' */
.fa-credit-card:before { content: '\f09d'; } /* '飩�' */
.fa-rss:before { content: '\f09e'; } /* '飩�' */
.fa-hdd:before { content: '\f0a0'; } /* '飩�' */
.fa-bullhorn:before { content: '\f0a1'; } /* '飩�' */
.fa-certificate:before { content: '\f0a3'; } /* '飩�' */
.fa-hand-point-right:before { content: '\f0a4'; } /* '飩�' */
.fa-hand-point-left:before { content: '\f0a5'; } /* '飩�' */
.fa-hand-point-up:before { content: '\f0a6'; } /* '飩�' */
.fa-hand-point-down:before { content: '\f0a7'; } /* '飩�' */
.fa-arrow-circle-left:before { content: '\f0a8'; } /* '飩�' */
.fa-arrow-circle-right:before { content: '\f0a9'; } /* '飩�' */
.fa-arrow-circle-up:before { content: '\f0aa'; } /* '飩�' */
.fa-arrow-circle-down:before { content: '\f0ab'; } /* '飩�' */
.fa-globe:before { content: '\f0ac'; } /* '飩�' */
.fa-wrench:before { content: '\f0ad'; } /* '飩�' */
.fa-tasks:before { content: '\f0ae'; } /* '飩�' */
.fa-filter:before { content: '\f0b0'; } /* '飩�' */
.fa-briefcase:before { content: '\f0b1'; } /* '飩�' */
.fa-arrows-alt:before { content: '\f0b2'; } /* '飩�' */
.fa-users:before { content: '\f0c0'; } /* '飪�' */
.fa-link:before { content: '\f0c1'; } /* '飪�' */
.fa-cloud:before { content: '\f0c2'; } /* '飪�' */
.fa-flask:before { content: '\f0c3'; } /* '飪�' */
.fa-cut:before { content: '\f0c4'; } /* '飪�' */
.fa-copy:before { content: '\f0c5'; } /* '飪�' */
.fa-paperclip:before { content: '\f0c6'; } /* '飪�' */
.fa-save:before { content: '\f0c7'; } /* '飪�' */
.fa-square:before { content: '\f0c8'; } /* '飪�' */
.fa-bars:before { content: '\f0c9'; } /* '飪�' */
.fa-list-ul:before { content: '\f0ca'; } /* '飪�' */
.fa-list-ol:before { content: '\f0cb'; } /* '飪�' */
.fa-strikethrough:before { content: '\f0cc'; } /* '飪�' */
.fa-underline:before { content: '\f0cd'; } /* '飪�' */
.fa-table:before { content: '\f0ce'; } /* '飪�' */
.fa-magic:before { content: '\f0d0'; } /* '飪�' */
.fa-truck:before { content: '\f0d1'; } /* '飪�' */
.fa-pinterest:before { content: '\f0d2'; } /* '飪�' */
.fa-pinterest-square:before { content: '\f0d3'; } /* '飪�' */
.fa-google-plus-square:before { content: '\f0d4'; } /* '飪�' */
.fa-google-plus-g:before { content: '\f0d5'; } /* '飪�' */
.fa-money-bill:before { content: '\f0d6'; } /* '飪�' */
.fa-caret-down:before { content: '\f0d7'; } /* '飪�' */
.fa-caret-up:before { content: '\f0d8'; } /* '飪�' */
.fa-caret-left:before { content: '\f0d9'; } /* '飪�' */
.fa-caret-right:before { content: '\f0da'; } /* '飪�' */
.fa-columns:before { content: '\f0db'; } /* '飪�' */
.fa-sort:before { content: '\f0dc'; } /* '飪�' */
.fa-sort-down:before { content: '\f0dd'; } /* '飪�' */
.fa-sort-up:before { content: '\f0de'; } /* '飪�' */
.fa-envelope:before { content: '\f0e0'; } /* '飪�' */
.fa-linkedin-in:before { content: '\f0e1'; } /* '飪�' */
.fa-undo:before { content: '\f0e2'; } /* '飪�' */
.fa-gavel:before { content: '\f0e3'; } /* '飪�' */
.fa-tachometer:before { content: '\f0e4'; } /* '飪�' */
.fa-bolt:before { content: '\f0e7'; } /* '飪�' */
.fa-sitemap:before { content: '\f0e8'; } /* '飪�' */
.fa-umbrella:before { content: '\f0e9'; } /* '飪�' */
.fa-paste:before { content: '\f0ea'; } /* '飪�' */
.fa-lightbulb:before { content: '\f0eb'; } /* '飪�' */
.fa-exchange:before { content: '\f0ec'; } /* '飪�' */
.fa-cloud-download:before { content: '\f0ed'; } /* '飪�' */
.fa-cloud-upload:before { content: '\f0ee'; } /* '飪�' */
.fa-user-md:before { content: '\f0f0'; } /* '飪�' */
.fa-stethoscope:before { content: '\f0f1'; } /* '飪�' */
.fa-suitcase:before { content: '\f0f2'; } /* '飪�' */
.fa-bell:before { content: '\f0f3'; } /* '飪�' */
.fa-coffee:before { content: '\f0f4'; } /* '飪�' */
.fa-hospital:before { content: '\f0f8'; } /* '飪�' */
.fa-ambulance:before { content: '\f0f9'; } /* '飪�' */
.fa-medkit:before { content: '\f0fa'; } /* '飪�' */
.fa-fighter-jet:before { content: '\f0fb'; } /* '飪�' */
.fa-beer:before { content: '\f0fc'; } /* '飪�' */
.fa-h-square:before { content: '\f0fd'; } /* '飪�' */
.fa-plus-square:before { content: '\f0fe'; } /* '飪�' */
.fa-angle-double-left:before { content: '\f100'; } /* '飫�' */
.fa-angle-double-right:before { content: '\f101'; } /* '飫�' */
.fa-angle-double-up:before { content: '\f102'; } /* '飫�' */
.fa-angle-double-down:before { content: '\f103'; } /* '飫�' */
.fa-angle-left:before { content: '\f104'; } /* '飫�' */
.fa-angle-right:before { content: '\f105'; } /* '飫�' */
.fa-angle-up:before { content: '\f106'; } /* '飫�' */
.fa-angle-down:before { content: '\f107'; } /* '飫�' */
.fa-desktop:before { content: '\f108'; } /* '飫�' */
.fa-laptop:before { content: '\f109'; } /* '飫�' */
.fa-tablet:before { content: '\f10a'; } /* '飫�' */
.fa-mobile:before { content: '\f10b'; } /* '飫�' */
.fa-quote-left:before { content: '\f10d'; } /* '飫�' */
.fa-quote-right:before { content: '\f10e'; } /* '飫�' */
.fa-spinner:before { content: '\f110'; } /* '飫�' */
.fa-circle:before { content: '\f111'; } /* '飫�' */
.fa-github-alt:before { content: '\f113'; } /* '飫�' */
.fa-smile:before { content: '\f118'; } /* '飫�' */
.fa-frown:before { content: '\f119'; } /* '飫�' */
.fa-meh:before { content: '\f11a'; } /* '飫�' */
.fa-gamepad:before { content: '\f11b'; } /* '飫�' */
.fa-keyboard:before { content: '\f11c'; } /* '飫�' */
.fa-flag-checkered:before { content: '\f11e'; } /* '飫�' */
.fa-terminal:before { content: '\f120'; } /* '飫�' */
.fa-code:before { content: '\f121'; } /* '飫�' */
.fa-reply-all:before { content: '\f122'; } /* '飫�' */
.fa-location-arrow:before { content: '\f124'; } /* '飫�' */
.fa-crop:before { content: '\f125'; } /* '飫�' */
.fa-code-branch:before { content: '\f126'; } /* '飫�' */
.fa-unlink:before { content: '\f127'; } /* '飫�' */
.fa-question:before { content: '\f128'; } /* '飫�' */
.fa-info:before { content: '\f129'; } /* '飫�' */
.fa-exclamation:before { content: '\f12a'; } /* '飫�' */
.fa-superscript:before { content: '\f12b'; } /* '飫�' */
.fa-subscript:before { content: '\f12c'; } /* '飫�' */
.fa-eraser:before { content: '\f12d'; } /* '飫�' */
.fa-puzzle-piece:before { content: '\f12e'; } /* '飫�' */
.fa-microphone:before { content: '\f130'; } /* '飫�' */
.fa-microphone-slash:before { content: '\f131'; } /* '飫�' */
.fa-shield:before { content: '\f132'; } /* '飫�' */
.fa-calendar:before { content: '\f133'; } /* '飫�' */
.fa-fire-extinguisher:before { content: '\f134'; } /* '飫�' */
.fa-rocket:before { content: '\f135'; } /* '飫�' */
.fa-maxcdn:before { content: '\f136'; } /* '飫�' */
.fa-chevron-circle-left:before { content: '\f137'; } /* '飫�' */
.fa-chevron-circle-right:before { content: '\f138'; } /* '飫�' */
.fa-chevron-circle-up:before { content: '\f139'; } /* '飫�' */
.fa-chevron-circle-down:before { content: '\f13a'; } /* '飫�' */
.fa-html5:before { content: '\f13b'; } /* '飫�' */
.fa-css3:before { content: '\f13c'; } /* '飫�' */
.fa-anchor:before { content: '\f13d'; } /* '飫�' */
.fa-unlock-alt:before { content: '\f13e'; } /* '飫�' */
.fa-bullseye:before { content: '\f140'; } /* '飬�' */
.fa-ellipsis-h:before { content: '\f141'; } /* '飬�' */
.fa-ellipsis-v:before { content: '\f142'; } /* '飬�' */
.fa-rss-square:before { content: '\f143'; } /* '飬�' */
.fa-play-circle:before { content: '\f144'; } /* '飬�' */
.fa-ticket:before { content: '\f145'; } /* '飬�' */
.fa-minus-square:before { content: '\f146'; } /* '飬�' */
.fa-level-up:before { content: '\f148'; } /* '飬�' */
.fa-level-down:before { content: '\f149'; } /* '飬�' */
.fa-check-square:before { content: '\f14a'; } /* '飬�' */
.fa-pen-square:before { content: '\f14b'; } /* '飬�' */
.fa-external-link-square:before { content: '\f14c'; } /* '飬�' */
.fa-share-square:before { content: '\f14d'; } /* '飬�' */
.fa-compass:before { content: '\f14e'; } /* '飬�' */
.fa-caret-square-down:before { content: '\f150'; } /* '飬�' */
.fa-caret-square-up:before { content: '\f151'; } /* '飬�' */
.fa-caret-square-right:before { content: '\f152'; } /* '飬�' */
.fa-euro-sign:before { content: '\f153'; } /* '飬�' */
.fa-pound-sign:before { content: '\f154'; } /* '飬�' */
.fa-dollar-sign:before { content: '\f155'; } /* '飬�' */
.fa-rupee-sign:before { content: '\f156'; } /* '飬�' */
.fa-yen-sign:before { content: '\f157'; } /* '飬�' */
.fa-ruble-sign:before { content: '\f158'; } /* '飬�' */
.fa-won-sign:before { content: '\f159'; } /* '飬�' */
.fa-btc:before { content: '\f15a'; } /* '飬�' */
.fa-file:before { content: '\f15b'; } /* '飬�' */
.fa-file-alt:before { content: '\f15c'; } /* '飬�' */
.fa-sort-alpha-down:before { content: '\f15d'; } /* '飬�' */
.fa-sort-alpha-up:before { content: '\f15e'; } /* '飬�' */
.fa-sort-amount-down:before { content: '\f160'; } /* '飬�' */
.fa-sort-amount-up:before { content: '\f161'; } /* '飬�' */
.fa-sort-numeric-down:before { content: '\f162'; } /* '飬�' */
.fa-sort-numeric-up:before { content: '\f163'; } /* '飬�' */
.fa-thumbs-up:before { content: '\f164'; } /* '飬�' */
.fa-thumbs-down:before { content: '\f165'; } /* '飬�' */
.fa-youtube:before { content: '\f167'; } /* '飬�' */
.fa-xing:before { content: '\f168'; } /* '飬�' */
.fa-xing-square:before { content: '\f169'; } /* '飬�' */
.fa-dropbox:before { content: '\f16b'; } /* '飬�' */
.fa-stack-overflow:before { content: '\f16c'; } /* '飬�' */
.fa-instagram:before { content: '\f16d'; } /* '飬�' */
.fa-flickr:before { content: '\f16e'; } /* '飬�' */
.fa-adn:before { content: '\f170'; } /* '飬�' */
.fa-bitbucket:before { content: '\f171'; } /* '飬�' */
.fa-tumblr:before { content: '\f173'; } /* '飬�' */
.fa-tumblr-square:before { content: '\f174'; } /* '飬�' */
.fa-long-arrow-down:before { content: '\f175'; } /* '飬�' */
.fa-long-arrow-up:before { content: '\f176'; } /* '飬�' */
.fa-long-arrow-left:before { content: '\f177'; } /* '飬�' */
.fa-long-arrow-right:before { content: '\f178'; } /* '飬�' */
.fa-apple:before { content: '\f179'; } /* '飬�' */
.fa-windows:before { content: '\f17a'; } /* '飬�' */
.fa-android:before { content: '\f17b'; } /* '飬�' */
.fa-linux:before { content: '\f17c'; } /* '飬�' */
.fa-dribbble:before { content: '\f17d'; } /* '飬�' */
.fa-skype:before { content: '\f17e'; } /* '飬�' */
.fa-foursquare:before { content: '\f180'; } /* '飭�' */
.fa-trello:before { content: '\f181'; } /* '飭�' */
.fa-female:before { content: '\f182'; } /* '飭�' */
.fa-male:before { content: '\f183'; } /* '飭�' */
.fa-gratipay:before { content: '\f184'; } /* '飭�' */
.fa-sun:before { content: '\f185'; } /* '飭�' */
.fa-moon:before { content: '\f186'; } /* '飭�' */
.fa-archive:before { content: '\f187'; } /* '飭�' */
.fa-bug:before { content: '\f188'; } /* '飭�' */
.fa-vk:before { content: '\f189'; } /* '飭�' */
.fa-weibo:before { content: '\f18a'; } /* '飭�' */
.fa-renren:before { content: '\f18b'; } /* '飭�' */
.fa-pagelines:before { content: '\f18c'; } /* '飭�' */
.fa-stack-exchange:before { content: '\f18d'; } /* '飭�' */
.fa-caret-square-left:before { content: '\f191'; } /* '飭�' */
.fa-dot-circle:before { content: '\f192'; } /* '飭�' */
.fa-wheelchair:before { content: '\f193'; } /* '飭�' */
.fa-vimeo-square:before { content: '\f194'; } /* '飭�' */
.fa-lira-sign:before { content: '\f195'; } /* '飭�' */
.fa-space-shuttle:before { content: '\f197'; } /* '飭�' */
.fa-slack:before { content: '\f198'; } /* '飭�' */
.fa-envelope-square:before { content: '\f199'; } /* '飭�' */
.fa-wordpress:before { content: '\f19a'; } /* '飭�' */
.fa-openid:before { content: '\f19b'; } /* '飭�' */
.fa-university:before { content: '\f19c'; } /* '飭�' */
.fa-graduation-cap:before { content: '\f19d'; } /* '飭�' */
.fa-yahoo:before { content: '\f19e'; } /* '飭�' */
.fa-google:before { content: '\f1a0'; } /* '飭�' */
.fa-reddit:before { content: '\f1a1'; } /* '飭�' */
.fa-reddit-square:before { content: '\f1a2'; } /* '飭�' */
.fa-stumbleupon-circle:before { content: '\f1a3'; } /* '飭�' */
.fa-stumbleupon:before { content: '\f1a4'; } /* '飭�' */
.fa-delicious:before { content: '\f1a5'; } /* '飭�' */
.fa-digg:before { content: '\f1a6'; } /* '飭�' */
.fa-pied-piper-pp:before { content: '\f1a7'; } /* '飭�' */
.fa-pied-piper-alt:before { content: '\f1a8'; } /* '飭�' */
.fa-drupal:before { content: '\f1a9'; } /* '飭�' */
.fa-joomla:before { content: '\f1aa'; } /* '飭�' */
.fa-language:before { content: '\f1ab'; } /* '飭�' */
.fa-fax:before { content: '\f1ac'; } /* '飭�' */
.fa-building:before { content: '\f1ad'; } /* '飭�' */
.fa-child:before { content: '\f1ae'; } /* '飭�' */
.fa-paw:before { content: '\f1b0'; } /* '飭�' */
.fa-cube:before { content: '\f1b2'; } /* '飭�' */
.fa-cubes:before { content: '\f1b3'; } /* '飭�' */
.fa-behance:before { content: '\f1b4'; } /* '飭�' */
.fa-behance-square:before { content: '\f1b5'; } /* '飭�' */
.fa-steam:before { content: '\f1b6'; } /* '飭�' */
.fa-steam-square:before { content: '\f1b7'; } /* '飭�' */
.fa-recycle:before { content: '\f1b8'; } /* '飭�' */
.fa-car:before { content: '\f1b9'; } /* '飭�' */
.fa-taxi:before { content: '\f1ba'; } /* '飭�' */
.fa-tree:before { content: '\f1bb'; } /* '飭�' */
.fa-spotify:before { content: '\f1bc'; } /* '飭�' */
.fa-deviantart:before { content: '\f1bd'; } /* '飭�' */
.fa-soundcloud:before { content: '\f1be'; } /* '飭�' */
.fa-database:before { content: '\f1c0'; } /* '飮�' */
.fa-file-pdf:before { content: '\f1c1'; } /* '飮�' */
.fa-file-word:before { content: '\f1c2'; } /* '飮�' */
.fa-file-excel:before { content: '\f1c3'; } /* '飮�' */
.fa-file-powerpoint:before { content: '\f1c4'; } /* '飮�' */
.fa-file-image:before { content: '\f1c5'; } /* '飮�' */
.fa-file-archive:before { content: '\f1c6'; } /* '飮�' */
.fa-file-audio:before { content: '\f1c7'; } /* '飮�' */
.fa-file-video:before { content: '\f1c8'; } /* '飮�' */
.fa-file-code:before { content: '\f1c9'; } /* '飮�' */
.fa-vine:before { content: '\f1ca'; } /* '飮�' */
.fa-codepen:before { content: '\f1cb'; } /* '飮�' */
.fa-jsfiddle:before { content: '\f1cc'; } /* '飮�' */
.fa-life-ring:before { content: '\f1cd'; } /* '飮�' */
.fa-circle-notch:before { content: '\f1ce'; } /* '飮�' */
.fa-rebel:before { content: '\f1d0'; } /* '飮�' */
.fa-empire:before { content: '\f1d1'; } /* '飮�' */
.fa-git-square:before { content: '\f1d2'; } /* '飮�' */
.fa-git:before { content: '\f1d3'; } /* '飮�' */
.fa-hacker-news:before { content: '\f1d4'; } /* '飮�' */
.fa-tencent-weibo:before { content: '\f1d5'; } /* '飮�' */
.fa-qq:before { content: '\f1d6'; } /* '飮�' */
.fa-weixin:before { content: '\f1d7'; } /* '飮�' */
.fa-paper-plane:before { content: '\f1d8'; } /* '飮�' */
.fa-history:before { content: '\f1da'; } /* '飮�' */
.fa-heading:before { content: '\f1dc'; } /* '飮�' */
.fa-paragraph:before { content: '\f1dd'; } /* '飮�' */
.fa-sliders-h:before { content: '\f1de'; } /* '飮�' */
.fa-share-alt:before { content: '\f1e0'; } /* '飮�' */
.fa-share-alt-square:before { content: '\f1e1'; } /* '飮�' */
.fa-bomb:before { content: '\f1e2'; } /* '飮�' */
.fa-futbol:before { content: '\f1e3'; } /* '飮�' */
.fa-tty:before { content: '\f1e4'; } /* '飮�' */
.fa-binoculars:before { content: '\f1e5'; } /* '飮�' */
.fa-plug:before { content: '\f1e6'; } /* '飮�' */
.fa-slideshare:before { content: '\f1e7'; } /* '飮�' */
.fa-twitch:before { content: '\f1e8'; } /* '飮�' */
.fa-yelp:before { content: '\f1e9'; } /* '飮�' */
.fa-newspaper:before { content: '\f1ea'; } /* '飮�' */
.fa-wifi:before { content: '\f1eb'; } /* '飮�' */
.fa-calculator:before { content: '\f1ec'; } /* '飮�' */
.fa-paypal:before { content: '\f1ed'; } /* '飮�' */
.fa-google-wallet:before { content: '\f1ee'; } /* '飮�' */
.fa-cc-visa:before { content: '\f1f0'; } /* '飮�' */
.fa-cc-mastercard:before { content: '\f1f1'; } /* '飮�' */
.fa-cc-discover:before { content: '\f1f2'; } /* '飮�' */
.fa-cc-amex:before { content: '\f1f3'; } /* '飮�' */
.fa-cc-paypal:before { content: '\f1f4'; } /* '飮�' */
.fa-cc-stripe:before { content: '\f1f5'; } /* '飮�' */
.fa-bell-slash:before { content: '\f1f6'; } /* '飮�' */
.fa-trash:before { content: '\f1f8'; } /* '飮�' */
.fa-copyright:before { content: '\f1f9'; } /* '飮�' */
.fa-at:before { content: '\f1fa'; } /* '飮�' */
.fa-eye-dropper:before { content: '\f1fb'; } /* '飮�' */
.fa-paint-brush:before { content: '\f1fc'; } /* '飮�' */
.fa-birthday-cake:before { content: '\f1fd'; } /* '飮�' */
.fa-chart-area:before { content: '\f1fe'; } /* '飮�' */
.fa-chart-pie:before { content: '\f200'; } /* '飯�' */
.fa-chart-line:before { content: '\f201'; } /* '飯�' */
.fa-lastfm:before { content: '\f202'; } /* '飯�' */
.fa-lastfm-square:before { content: '\f203'; } /* '飯�' */
.fa-toggle-off:before { content: '\f204'; } /* '飯�' */
.fa-toggle-on:before { content: '\f205'; } /* '飯�' */
.fa-bicycle:before { content: '\f206'; } /* '飯�' */
.fa-bus:before { content: '\f207'; } /* '飯�' */
.fa-ioxhost:before { content: '\f208'; } /* '飯�' */
.fa-angellist:before { content: '\f209'; } /* '飯�' */
.fa-closed-captioning:before { content: '\f20a'; } /* '飯�' */
.fa-shekel-sign:before { content: '\f20b'; } /* '飯�' */
.fa-buysellads:before { content: '\f20d'; } /* '飯�' */
.fa-connectdevelop:before { content: '\f20e'; } /* '飯�' */
.fa-dashcube:before { content: '\f210'; } /* '飯�' */
.fa-forumbee:before { content: '\f211'; } /* '飯�' */
.fa-leanpub:before { content: '\f212'; } /* '飯�' */
.fa-sellsy:before { content: '\f213'; } /* '飯�' */
.fa-shirtsinbulk:before { content: '\f214'; } /* '飯�' */
.fa-simplybuilt:before { content: '\f215'; } /* '飯�' */
.fa-skyatlas:before { content: '\f216'; } /* '飯�' */
.fa-cart-plus:before { content: '\f217'; } /* '飯�' */
.fa-cart-arrow-down:before { content: '\f218'; } /* '飯�' */
.fa-diamond:before { content: '\f219'; } /* '飯�' */
.fa-ship:before { content: '\f21a'; } /* '飯�' */
.fa-user-secret:before { content: '\f21b'; } /* '飯�' */
.fa-motorcycle:before { content: '\f21c'; } /* '飯�' */
.fa-street-view:before { content: '\f21d'; } /* '飯�' */
.fa-heartbeat:before { content: '\f21e'; } /* '飯�' */
.fa-venus:before { content: '\f221'; } /* '飯�' */
.fa-mars:before { content: '\f222'; } /* '飯�' */
.fa-mercury:before { content: '\f223'; } /* '飯�' */
.fa-transgender:before { content: '\f224'; } /* '飯�' */
.fa-transgender-alt:before { content: '\f225'; } /* '飯�' */
.fa-venus-double:before { content: '\f226'; } /* '飯�' */
.fa-mars-double:before { content: '\f227'; } /* '飯�' */
.fa-venus-mars:before { content: '\f228'; } /* '飯�' */
.fa-mars-stroke:before { content: '\f229'; } /* '飯�' */
.fa-mars-stroke-v:before { content: '\f22a'; } /* '飯�' */
.fa-mars-stroke-h:before { content: '\f22b'; } /* '飯�' */
.fa-neuter:before { content: '\f22c'; } /* '飯�' */
.fa-genderless:before { content: '\f22d'; } /* '飯�' */
.fa-pinterest-p:before { content: '\f231'; } /* '飯�' */
.fa-whatsapp:before { content: '\f232'; } /* '飯�' */
.fa-server:before { content: '\f233'; } /* '飯�' */
.fa-user-plus:before { content: '\f234'; } /* '飯�' */
.fa-user-times:before { content: '\f235'; } /* '飯�' */
.fa-bed:before { content: '\f236'; } /* '飯�' */
.fa-viacoin:before { content: '\f237'; } /* '飯�' */
.fa-train:before { content: '\f238'; } /* '飯�' */
.fa-subway:before { content: '\f239'; } /* '飯�' */
.fa-medium:before { content: '\f23a'; } /* '飯�' */
.fa-y-combinator:before { content: '\f23b'; } /* '飯�' */
.fa-optin-monster:before { content: '\f23c'; } /* '飯�' */
.fa-opencart:before { content: '\f23d'; } /* '飯�' */
.fa-expeditedssl:before { content: '\f23e'; } /* '飯�' */
.fa-battery-full:before { content: '\f240'; } /* '飰�' */
.fa-battery-three-quarters:before { content: '\f241'; } /* '飰�' */
.fa-battery-half:before { content: '\f242'; } /* '飰�' */
.fa-battery-quarter:before { content: '\f243'; } /* '飰�' */
.fa-battery-empty:before { content: '\f244'; } /* '飰�' */
.fa-mouse-pointer:before { content: '\f245'; } /* '飰�' */
.fa-i-cursor:before { content: '\f246'; } /* '飰�' */
.fa-object-group:before { content: '\f247'; } /* '飰�' */
.fa-object-ungroup:before { content: '\f248'; } /* '飰�' */
.fa-sticky-note:before { content: '\f249'; } /* '飰�' */
.fa-cc-jcb:before { content: '\f24b'; } /* '飰�' */
.fa-cc-diners-club:before { content: '\f24c'; } /* '飰�' */
.fa-clone:before { content: '\f24d'; } /* '飰�' */
.fa-balance-scale:before { content: '\f24e'; } /* '飰�' */
.fa-hourglass-start:before { content: '\f251'; } /* '飰�' */
.fa-hourglass-half:before { content: '\f252'; } /* '飰�' */
.fa-hourglass-end:before { content: '\f253'; } /* '飰�' */
.fa-hourglass:before { content: '\f254'; } /* '飰�' */
.fa-hand-rock:before { content: '\f255'; } /* '飰�' */
.fa-hand-paper:before { content: '\f256'; } /* '飰�' */
.fa-hand-scissors:before { content: '\f257'; } /* '飰�' */
.fa-hand-lizard:before { content: '\f258'; } /* '飰�' */
.fa-hand-spock:before { content: '\f259'; } /* '飰�' */
.fa-hand-pointer:before { content: '\f25a'; } /* '飰�' */
.fa-hand-peace:before { content: '\f25b'; } /* '飰�' */
.fa-trademark:before { content: '\f25c'; } /* '飰�' */
.fa-registered:before { content: '\f25d'; } /* '飰�' */
.fa-creative-commons:before { content: '\f25e'; } /* '飰�' */
.fa-gg:before { content: '\f260'; } /* '飰�' */
.fa-gg-circle:before { content: '\f261'; } /* '飰�' */
.fa-tripadvisor:before { content: '\f262'; } /* '飰�' */
.fa-odnoklassniki:before { content: '\f263'; } /* '飰�' */
.fa-odnoklassniki-square:before { content: '\f264'; } /* '飰�' */
.fa-get-pocket:before { content: '\f265'; } /* '飰�' */
.fa-wikipedia-w:before { content: '\f266'; } /* '飰�' */
.fa-safari:before { content: '\f267'; } /* '飰�' */
.fa-chrome:before { content: '\f268'; } /* '飰�' */
.fa-firefox:before { content: '\f269'; } /* '飰�' */
.fa-opera:before { content: '\f26a'; } /* '飰�' */
.fa-internet-explorer:before { content: '\f26b'; } /* '飰�' */
.fa-tv:before { content: '\f26c'; } /* '飰�' */
.fa-contao:before { content: '\f26d'; } /* '飰�' */
.fa-500px:before { content: '\f26e'; } /* '飰�' */
.fa-amazon:before { content: '\f270'; } /* '飰�' */
.fa-calendar-plus:before { content: '\f271'; } /* '飰�' */
.fa-calendar-minus:before { content: '\f272'; } /* '飰�' */
.fa-calendar-times:before { content: '\f273'; } /* '飰�' */
.fa-calendar-check:before { content: '\f274'; } /* '飰�' */
.fa-industry:before { content: '\f275'; } /* '飰�' */
.fa-map-pin:before { content: '\f276'; } /* '飰�' */
.fa-map-signs:before { content: '\f277'; } /* '飰�' */
.fa-map:before { content: '\f279'; } /* '飰�' */
.fa-comment-alt:before { content: '\f27a'; } /* '飰�' */
.fa-houzz:before { content: '\f27c'; } /* '飰�' */
.fa-vimeo-v:before { content: '\f27d'; } /* '飰�' */
.fa-black-tie:before { content: '\f27e'; } /* '飰�' */
.fa-fonticons:before { content: '\f280'; } /* '飱�' */
.fa-reddit-alien:before { content: '\f281'; } /* '飱�' */
.fa-edge:before { content: '\f282'; } /* '飱�' */
.fa-codiepie:before { content: '\f284'; } /* '飱�' */
.fa-modx:before { content: '\f285'; } /* '飱�' */
.fa-fort-awesome:before { content: '\f286'; } /* '飱�' */
.fa-usb:before { content: '\f287'; } /* '飱�' */
.fa-product-hunt:before { content: '\f288'; } /* '飱�' */
.fa-mixcloud:before { content: '\f289'; } /* '飱�' */
.fa-scribd:before { content: '\f28a'; } /* '飱�' */
.fa-pause-circle:before { content: '\f28b'; } /* '飱�' */
.fa-stop-circle:before { content: '\f28d'; } /* '飱�' */
.fa-shopping-bag:before { content: '\f290'; } /* '飱�' */
.fa-shopping-basket:before { content: '\f291'; } /* '飱�' */
.fa-hashtag:before { content: '\f292'; } /* '飱�' */
.fa-bluetooth:before { content: '\f293'; } /* '飱�' */
.fa-bluetooth-b:before { content: '\f294'; } /* '飱�' */
.fa-percent:before { content: '\f295'; } /* '飱�' */
.fa-gitlab:before { content: '\f296'; } /* '飱�' */
.fa-wpbeginner:before { content: '\f297'; } /* '飱�' */
.fa-wpforms:before { content: '\f298'; } /* '飱�' */
.fa-envira:before { content: '\f299'; } /* '飱�' */
.fa-universal-access:before { content: '\f29a'; } /* '飱�' */
.fa-blind:before { content: '\f29d'; } /* '飱�' */
.fa-audio-description:before { content: '\f29e'; } /* '飱�' */
.fa-phone-volume:before { content: '\f2a0'; } /* '飱�' */
.fa-braille:before { content: '\f2a1'; } /* '飱�' */
.fa-assistive-listening-systems:before { content: '\f2a2'; } /* '飱�' */
.fa-american-sign-language-interpreting:before { content: '\f2a3'; } /* '飱�' */
.fa-deaf:before { content: '\f2a4'; } /* '飱�' */
.fa-glide:before { content: '\f2a5'; } /* '飱�' */
.fa-glide-g:before { content: '\f2a6'; } /* '飱�' */
.fa-sign-language:before { content: '\f2a7'; } /* '飱�' */
.fa-low-vision:before { content: '\f2a8'; } /* '飱�' */
.fa-viadeo:before { content: '\f2a9'; } /* '飱�' */
.fa-viadeo-square:before { content: '\f2aa'; } /* '飱�' */
.fa-snapchat:before { content: '\f2ab'; } /* '飱�' */
.fa-snapchat-ghost:before { content: '\f2ac'; } /* '飱�' */
.fa-snapchat-square:before { content: '\f2ad'; } /* '飱�' */
.fa-pied-piper:before { content: '\f2ae'; } /* '飱�' */
.fa-first-order:before { content: '\f2b0'; } /* '飱�' */
.fa-yoast:before { content: '\f2b1'; } /* '飱�' */
.fa-themeisle:before { content: '\f2b2'; } /* '飱�' */
.fa-google-plus:before { content: '\f2b3'; } /* '飱�' */
.fa-font-awesome:before { content: '\f2b4'; } /* '飱�' */
.fa-handshake:before { content: '\f2b5'; } /* '飱�' */
.fa-envelope-open:before { content: '\f2b6'; } /* '飱�' */
.fa-linode:before { content: '\f2b8'; } /* '飱�' */
.fa-address-book:before { content: '\f2b9'; } /* '飱�' */
.fa-address-card:before { content: '\f2bb'; } /* '飱�' */
.fa-user-circle:before { content: '\f2bd'; } /* '飱�' */
.fa-id-badge:before { content: '\f2c1'; } /* '飲�' */
.fa-id-card:before { content: '\f2c2'; } /* '飲�' */
.fa-quora:before { content: '\f2c4'; } /* '飲�' */
.fa-free-code-camp:before { content: '\f2c5'; } /* '飲�' */
.fa-telegram:before { content: '\f2c6'; } /* '飲�' */
.fa-thermometer-full:before { content: '\f2c7'; } /* '飲�' */
.fa-thermometer-three-quarters:before { content: '\f2c8'; } /* '飲�' */
.fa-thermometer-half:before { content: '\f2c9'; } /* '飲�' */
.fa-thermometer-quarter:before { content: '\f2ca'; } /* '飲�' */
.fa-thermometer-empty:before { content: '\f2cb'; } /* '飲�' */
.fa-shower:before { content: '\f2cc'; } /* '飲�' */
.fa-bath:before { content: '\f2cd'; } /* '飲�' */
.fa-podcast:before { content: '\f2ce'; } /* '飲�' */
.fa-window-maximize:before { content: '\f2d0'; } /* '飲�' */
.fa-window-minimize:before { content: '\f2d1'; } /* '飲�' */
.fa-window-restore:before { content: '\f2d2'; } /* '飲�' */
.fa-times-square:before { content: '\f2d3'; } /* '飲�' */
.fa-bandcamp:before { content: '\f2d5'; } /* '飲�' */
.fa-grav:before { content: '\f2d6'; } /* '飲�' */
.fa-etsy:before { content: '\f2d7'; } /* '飲�' */
.fa-imdb:before { content: '\f2d8'; } /* '飲�' */
.fa-ravelry:before { content: '\f2d9'; } /* '飲�' */
.fa-sellcast:before { content: '\f2da'; } /* '飲�' */
.fa-microchip:before { content: '\f2db'; } /* '飲�' */
.fa-snowflake:before { content: '\f2dc'; } /* '飲�' */
.fa-superpowers:before { content: '\f2dd'; } /* '飲�' */
.fa-wpexplorer:before { content: '\f2de'; } /* '飲�' */
.fa-meetup:before { content: '\f2e0'; } /* '飲�' */
.fa-watch:before { content: '\f2e1'; } /* '飲�' */
.fa-volume-slash:before { content: '\f2e2'; } /* '飲�' */
.fa-utensil-fork:before { content: '\f2e3'; } /* '飲�' */
.fa-utensil-knife:before { content: '\f2e4'; } /* '飲�' */
.fa-utensil-spoon:before { content: '\f2e5'; } /* '飲�' */
.fa-utensils-alt:before { content: '\f2e6'; } /* '飲�' */
.fa-utensils:before { content: '\f2e7'; } /* '飲�' */
.fa-usd-circle:before { content: '\f2e8'; } /* '飲�' */
.fa-usd-square:before { content: '\f2e9'; } /* '飲�' */
.fa-undo-alt:before { content: '\f2ea'; } /* '飲�' */
.fa-trophy-alt:before { content: '\f2eb'; } /* '飲�' */
.fa-triangle:before { content: '\f2ec'; } /* '飲�' */
.fa-trash-alt:before { content: '\f2ed'; } /* '飲�' */
.fa-sync-alt:before { content: '\f2f1'; } /* '飲�' */
.fa-stopwatch:before { content: '\f2f2'; } /* '飲�' */
.fa-star-exclamation:before { content: '\f2f3'; } /* '飲�' */
.fa-spade:before { content: '\f2f4'; } /* '飲�' */
.fa-sign-out-alt:before { content: '\f2f5'; } /* '飲�' */
.fa-sign-in-alt:before { content: '\f2f6'; } /* '飲�' */
.fa-shield-check:before { content: '\f2f7'; } /* '飲�' */
.fa-scrubber:before { content: '\f2f8'; } /* '飲�' */
.fa-redo-alt:before { content: '\f2f9'; } /* '飲�' */
.fa-rectangle-landscape:before { content: '\f2fa'; } /* '飲�' */
.fa-rectangle-portrait:before { content: '\f2fb'; } /* '飲�' */
.fa-rectangle-wide:before { content: '\f2fc'; } /* '飲�' */
.fa-question-square:before { content: '\f2fd'; } /* '飲�' */
.fa-poo:before { content: '\f2fe'; } /* '飲�' */
.fa-images:before { content: '\f302'; } /* '飳�' */
.fa-pencil-alt:before { content: '\f303'; } /* '飳�' */
.fa-pen:before { content: '\f304'; } /* '飳�' */
.fa-pen-alt:before { content: '\f305'; } /* '飳�' */
.fa-long-arrow-alt-down:before { content: '\f309'; } /* '飳�' */
.fa-long-arrow-alt-left:before { content: '\f30a'; } /* '飳�' */
.fa-long-arrow-alt-right:before { content: '\f30b'; } /* '飳�' */
.fa-long-arrow-alt-up:before { content: '\f30c'; } /* '飳�' */
.fa-lock-alt:before { content: '\f30d'; } /* '飳�' */
.fa-jack-o-lantern:before { content: '\f30e'; } /* '飳�' */
.fa-info-square:before { content: '\f30f'; } /* '飳�' */
.fa-inbox-in:before { content: '\f310'; } /* '飳�' */
.fa-inbox-out:before { content: '\f311'; } /* '飳�' */
.fa-h1:before { content: '\f313'; } /* '飳�' */
.fa-h2:before { content: '\f314'; } /* '飳�' */
.fa-h3:before { content: '\f315'; } /* '飳�' */
.fa-file-check:before { content: '\f316'; } /* '飳�' */
.fa-file-times:before { content: '\f317'; } /* '飳�' */
.fa-file-minus:before { content: '\f318'; } /* '飳�' */
.fa-file-plus:before { content: '\f319'; } /* '飳�' */
.fa-file-exclamation:before { content: '\f31a'; } /* '飳�' */
.fa-file-edit:before { content: '\f31c'; } /* '飳�' */
.fa-expand-arrows:before { content: '\f31d'; } /* '飳�' */
.fa-expand-arrows-alt:before { content: '\f31e'; } /* '飳�' */
.fa-expand-wide:before { content: '\f320'; } /* '飳�' */
.fa-exclamation-square:before { content: '\f321'; } /* '飳�' */
.fa-chevron-double-down:before { content: '\f322'; } /* '飳�' */
.fa-chevron-double-left:before { content: '\f323'; } /* '飳�' */
.fa-chevron-double-right:before { content: '\f324'; } /* '飳�' */
.fa-chevron-double-up:before { content: '\f325'; } /* '飳�' */
.fa-compress-wide:before { content: '\f326'; } /* '飳�' */
.fa-club:before { content: '\f327'; } /* '飳�' */
.fa-clipboard:before { content: '\f328'; } /* '飳�' */
.fa-chevron-square-down:before { content: '\f329'; } /* '飳�' */
.fa-chevron-square-left:before { content: '\f32a'; } /* '飳�' */
.fa-chevron-square-right:before { content: '\f32b'; } /* '飳�' */
.fa-chevron-square-up:before { content: '\f32c'; } /* '飳�' */
.fa-caret-circle-down:before { content: '\f32d'; } /* '飳�' */
.fa-caret-circle-left:before { content: '\f32e'; } /* '飳�' */
.fa-caret-circle-right:before { content: '\f330'; } /* '飳�' */
.fa-caret-circle-up:before { content: '\f331'; } /* '飳�' */
.fa-camera-alt:before { content: '\f332'; } /* '飳�' */
.fa-calendar-edit:before { content: '\f333'; } /* '飳�' */
.fa-calendar-exclamation:before { content: '\f334'; } /* '飳�' */
.fa-badge:before { content: '\f335'; } /* '飳�' */
.fa-badge-check:before { content: '\f336'; } /* '飳�' */
.fa-arrows-alt-h:before { content: '\f337'; } /* '飳�' */
.fa-arrows-alt-v:before { content: '\f338'; } /* '飳�' */
.fa-arrow-square-down:before { content: '\f339'; } /* '飳�' */
.fa-arrow-square-left:before { content: '\f33a'; } /* '飳�' */
.fa-arrow-square-right:before { content: '\f33b'; } /* '飳�' */
.fa-arrow-square-up:before { content: '\f33c'; } /* '飳�' */
.fa-arrow-to-bottom:before { content: '\f33d'; } /* '飳�' */
.fa-arrow-to-left:before { content: '\f33e'; } /* '飳�' */
.fa-arrow-to-right:before { content: '\f340'; } /* '飴�' */
.fa-arrow-to-top:before { content: '\f341'; } /* '飴�' */
.fa-arrow-from-bottom:before { content: '\f342'; } /* '飴�' */
.fa-arrow-from-left:before { content: '\f343'; } /* '飴�' */
.fa-arrow-from-right:before { content: '\f344'; } /* '飴�' */
.fa-arrow-from-top:before { content: '\f345'; } /* '飴�' */
.fa-arrow-alt-from-bottom:before { content: '\f346'; } /* '飴�' */
.fa-arrow-alt-from-left:before { content: '\f347'; } /* '飴�' */
.fa-arrow-alt-from-right:before { content: '\f348'; } /* '飴�' */
.fa-arrow-alt-from-top:before { content: '\f349'; } /* '飴�' */
.fa-arrow-alt-to-bottom:before { content: '\f34a'; } /* '飴�' */
.fa-arrow-alt-to-left:before { content: '\f34b'; } /* '飴�' */
.fa-arrow-alt-to-right:before { content: '\f34c'; } /* '飴�' */
.fa-arrow-alt-to-top:before { content: '\f34d'; } /* '飴�' */
.fa-alarm-clock:before { content: '\f34e'; } /* '飴�' */
.fa-arrow-alt-square-down:before { content: '\f350'; } /* '飴�' */
.fa-arrow-alt-square-left:before { content: '\f351'; } /* '飴�' */
.fa-arrow-alt-square-right:before { content: '\f352'; } /* '飴�' */
.fa-arrow-alt-square-up:before { content: '\f353'; } /* '飴�' */
.fa-arrow-alt-down:before { content: '\f354'; } /* '飴�' */
.fa-arrow-alt-left:before { content: '\f355'; } /* '飴�' */
.fa-arrow-alt-right:before { content: '\f356'; } /* '飴�' */
.fa-arrow-alt-up:before { content: '\f357'; } /* '飴�' */
.fa-arrow-alt-circle-down:before { content: '\f358'; } /* '飴�' */
.fa-arrow-alt-circle-left:before { content: '\f359'; } /* '飴�' */
.fa-arrow-alt-circle-right:before { content: '\f35a'; } /* '飴�' */
.fa-arrow-alt-circle-up:before { content: '\f35b'; } /* '飴�' */
.fa-font-awesome-alt:before { content: '\f35c'; } /* '飴�' */
.fa-external-link-alt:before { content: '\f35d'; } /* '飴�' */
.fa-external-link-square-alt:before { content: '\f360'; } /* '飴�' */
.fa-retweet-alt:before { content: '\f361'; } /* '飴�' */
.fa-exchange-alt:before { content: '\f362'; } /* '飴�' */
.fa-repeat:before { content: '\f363'; } /* '飴�' */
.fa-repeat-alt:before { content: '\f364'; } /* '飴�' */
.fa-repeat-1:before { content: '\f365'; } /* '飴�' */
.fa-repeat-1-alt:before { content: '\f366'; } /* '飴�' */
.fa-share-all:before { content: '\f367'; } /* '飴�' */
.fa-accessible-icon:before { content: '\f368'; } /* '飴�' */
.fa-accusoft:before { content: '\f369'; } /* '飴�' */
.fa-adversal:before { content: '\f36a'; } /* '飴�' */
.fa-affiliatetheme:before { content: '\f36b'; } /* '飴�' */
.fa-algolia:before { content: '\f36c'; } /* '飴�' */
.fa-amilia:before { content: '\f36d'; } /* '飴�' */
.fa-angrycreative:before { content: '\f36e'; } /* '飴�' */
.fa-app-store:before { content: '\f36f'; } /* '飴�' */
.fa-app-store-ios:before { content: '\f370'; } /* '飴�' */
.fa-apper:before { content: '\f371'; } /* '飴�' */
.fa-asymmetrik:before { content: '\f372'; } /* '飴�' */
.fa-audible:before { content: '\f373'; } /* '飴�' */
.fa-avianex:before { content: '\f374'; } /* '飴�' */
.fa-aws:before { content: '\f375'; } /* '飴�' */
.fa-battery-bolt:before { content: '\f376'; } /* '飴�' */
.fa-battery-slash:before { content: '\f377'; } /* '飴�' */
.fa-bimobject:before { content: '\f378'; } /* '飴�' */
.fa-bitcoin:before { content: '\f379'; } /* '飴�' */
.fa-bity:before { content: '\f37a'; } /* '飴�' */
.fa-blackberry:before { content: '\f37b'; } /* '飴�' */
.fa-blogger:before { content: '\f37c'; } /* '飴�' */
.fa-blogger-b:before { content: '\f37d'; } /* '飴�' */
.fa-browser:before { content: '\f37e'; } /* '飴�' */
.fa-buromobelexperte:before { content: '\f37f'; } /* '飴�' */
.fa-centercode:before { content: '\f380'; } /* '飵�' */
.fa-cloud-download-alt:before { content: '\f381'; } /* '飵�' */
.fa-cloud-upload-alt:before { content: '\f382'; } /* '飵�' */
.fa-cloudscale:before { content: '\f383'; } /* '飵�' */
.fa-cloudsmith:before { content: '\f384'; } /* '飵�' */
.fa-cloudversify:before { content: '\f385'; } /* '飵�' */
.fa-code-commit:before { content: '\f386'; } /* '飵�' */
.fa-code-merge:before { content: '\f387'; } /* '飵�' */
.fa-cpanel:before { content: '\f388'; } /* '飵�' */
.fa-credit-card-blank:before { content: '\f389'; } /* '飵�' */
.fa-credit-card-front:before { content: '\f38a'; } /* '飵�' */
.fa-css3-alt:before { content: '\f38b'; } /* '飵�' */
.fa-cuttlefish:before { content: '\f38c'; } /* '飵�' */
.fa-d-and-d:before { content: '\f38d'; } /* '飵�' */
.fa-deploydog:before { content: '\f38e'; } /* '飵�' */
.fa-deskpro:before { content: '\f38f'; } /* '飵�' */
.fa-desktop-alt:before { content: '\f390'; } /* '飵�' */
.fa-digital-ocean:before { content: '\f391'; } /* '飵�' */
.fa-discord:before { content: '\f392'; } /* '飵�' */
.fa-discourse:before { content: '\f393'; } /* '飵�' */
.fa-dochub:before { content: '\f394'; } /* '飵�' */
.fa-docker:before { content: '\f395'; } /* '飵�' */
.fa-draft2digital:before { content: '\f396'; } /* '飵�' */
.fa-dribbble-square:before { content: '\f397'; } /* '飵�' */
.fa-dyalog:before { content: '\f399'; } /* '飵�' */
.fa-earlybirds:before { content: '\f39a'; } /* '飵�' */
.fa-ellipsis-h-alt:before { content: '\f39b'; } /* '飵�' */
.fa-ellipsis-v-alt:before { content: '\f39c'; } /* '飵�' */
.fa-erlang:before { content: '\f39d'; } /* '飵�' */
.fa-facebook-f:before { content: '\f39e'; } /* '飵�' */
.fa-facebook-messenger:before { content: '\f39f'; } /* '飵�' */
.fa-film-alt:before { content: '\f3a0'; } /* '飵�' */
.fa-firstdraft:before { content: '\f3a1'; } /* '飵�' */
.fa-fonticons-fi:before { content: '\f3a2'; } /* '飵�' */
.fa-fort-awesome-alt:before { content: '\f3a3'; } /* '飵�' */
.fa-freebsd:before { content: '\f3a4'; } /* '飵�' */
.fa-gem:before { content: '\f3a5'; } /* '飵�' */
.fa-gitkraken:before { content: '\f3a6'; } /* '飵�' */
.fa-gofore:before { content: '\f3a7'; } /* '飵�' */
.fa-goodreads:before { content: '\f3a8'; } /* '飵�' */
.fa-goodreads-g:before { content: '\f3a9'; } /* '飵�' */
.fa-google-drive:before { content: '\f3aa'; } /* '飵�' */
.fa-google-play:before { content: '\f3ab'; } /* '飵�' */
.fa-gripfire:before { content: '\f3ac'; } /* '飵�' */
.fa-grunt:before { content: '\f3ad'; } /* '飵�' */
.fa-gulp:before { content: '\f3ae'; } /* '飵�' */
.fa-hacker-news-square:before { content: '\f3af'; } /* '飵�' */
.fa-hire-a-helper:before { content: '\f3b0'; } /* '飵�' */
.fa-hotjar:before { content: '\f3b1'; } /* '飵�' */
.fa-hubspot:before { content: '\f3b2'; } /* '飵�' */
.fa-industry-alt:before { content: '\f3b3'; } /* '飵�' */
.fa-itunes:before { content: '\f3b4'; } /* '飵�' */
.fa-itunes-note:before { content: '\f3b5'; } /* '飵�' */
.fa-jenkins:before { content: '\f3b6'; } /* '飵�' */
.fa-joget:before { content: '\f3b7'; } /* '飵�' */
.fa-js:before { content: '\f3b8'; } /* '飵�' */
.fa-js-square:before { content: '\f3b9'; } /* '飵�' */
.fa-keycdn:before { content: '\f3ba'; } /* '飵�' */
.fa-kickstarter:before { content: '\f3bb'; } /* '飵�' */
.fa-kickstarter-k:before { content: '\f3bc'; } /* '飵�' */
.fa-laravel:before { content: '\f3bd'; } /* '飵�' */
.fa-level-down-alt:before { content: '\f3be'; } /* '飵�' */
.fa-level-up-alt:before { content: '\f3bf'; } /* '飵�' */
.fa-line:before { content: '\f3c0'; } /* '飶�' */
.fa-lock-open:before { content: '\f3c1'; } /* '飶�' */
.fa-lock-open-alt:before { content: '\f3c2'; } /* '飶�' */
.fa-lyft:before { content: '\f3c3'; } /* '飶�' */
.fa-magento:before { content: '\f3c4'; } /* '飶�' */
.fa-map-marker-alt:before { content: '\f3c5'; } /* '飶�' */
.fa-medapps:before { content: '\f3c6'; } /* '飶�' */
.fa-medium-m:before { content: '\f3c7'; } /* '飶�' */
.fa-medrt:before { content: '\f3c8'; } /* '飶�' */
.fa-microphone-alt:before { content: '\f3c9'; } /* '飶�' */
.fa-microsoft:before { content: '\f3ca'; } /* '飶�' */
.fa-mix:before { content: '\f3cb'; } /* '飶�' */
.fa-mizuni:before { content: '\f3cc'; } /* '飶�' */
.fa-mobile-alt:before { content: '\f3cd'; } /* '飶�' */
.fa-mobile-android:before { content: '\f3ce'; } /* '飶�' */
.fa-mobile-android-alt:before { content: '\f3cf'; } /* '飶�' */
.fa-monero:before { content: '\f3d0'; } /* '飶�' */
.fa-money-bill-alt:before { content: '\f3d1'; } /* '飶�' */
.fa-napster:before { content: '\f3d2'; } /* '飶�' */
.fa-node-js:before { content: '\f3d3'; } /* '飶�' */
.fa-npm:before { content: '\f3d4'; } /* '飶�' */
.fa-ns8:before { content: '\f3d5'; } /* '飶�' */
.fa-nutritionix:before { content: '\f3d6'; } /* '飶�' */
.fa-page4:before { content: '\f3d7'; } /* '飶�' */
.fa-palfed:before { content: '\f3d8'; } /* '飶�' */
.fa-patreon:before { content: '\f3d9'; } /* '飶�' */
.fa-periscope:before { content: '\f3da'; } /* '飶�' */
.fa-phabricator:before { content: '\f3db'; } /* '飶�' */
.fa-phoenix-framework:before { content: '\f3dc'; } /* '飶�' */
.fa-phone-slash:before { content: '\f3dd'; } /* '飶�' */
.fa-plane-alt:before { content: '\f3de'; } /* '飶�' */
.fa-playstation:before { content: '\f3df'; } /* '飶�' */
.fa-portrait:before { content: '\f3e0'; } /* '飶�' */
.fa-pushed:before { content: '\f3e1'; } /* '飶�' */
.fa-python:before { content: '\f3e2'; } /* '飶�' */
.fa-red-river:before { content: '\f3e3'; } /* '飶�' */
.fa-wpressr:before { content: '\f3e4'; } /* '飶�' */
.fa-reply:before { content: '\f3e5'; } /* '飶�' */
.fa-replyd:before { content: '\f3e6'; } /* '飶�' */
.fa-resolving:before { content: '\f3e7'; } /* '飶�' */
.fa-rocketchat:before { content: '\f3e8'; } /* '飶�' */
.fa-rockrms:before { content: '\f3e9'; } /* '飶�' */
.fa-schlix:before { content: '\f3ea'; } /* '飶�' */
.fa-searchengin:before { content: '\f3eb'; } /* '飶�' */
.fa-servicestack:before { content: '\f3ec'; } /* '飶�' */
.fa-shield-alt:before { content: '\f3ed'; } /* '飶�' */
.fa-sistrix:before { content: '\f3ee'; } /* '飶�' */
.fa-slack-hash:before { content: '\f3ef'; } /* '飶�' */
.fa-sliders-h-square:before { content: '\f3f0'; } /* '飶�' */
.fa-sliders-v:before { content: '\f3f1'; } /* '飶�' */
.fa-sliders-v-square:before { content: '\f3f2'; } /* '飶�' */
.fa-speakap:before { content: '\f3f3'; } /* '飶�' */
.fa-spinner-third:before { content: '\f3f4'; } /* '飶�' */
.fa-staylinked:before { content: '\f3f5'; } /* '飶�' */
.fa-steam-symbol:before { content: '\f3f6'; } /* '飶�' */
.fa-sticker-mule:before { content: '\f3f7'; } /* '飶�' */
.fa-studiovinari:before { content: '\f3f8'; } /* '飶�' */
.fa-supple:before { content: '\f3f9'; } /* '飶�' */
.fa-tablet-alt:before { content: '\f3fa'; } /* '飶�' */
.fa-tablet-android:before { content: '\f3fb'; } /* '飶�' */
.fa-tablet-android-alt:before { content: '\f3fc'; } /* '飶�' */
.fa-tachometer-alt:before { content: '\f3fd'; } /* '飶�' */
.fa-telegram-plane:before { content: '\f3fe'; } /* '飶�' */
.fa-ticket-alt:before { content: '\f3ff'; } /* '飶�' */
.fa-tree-alt:before { content: '\f400'; } /* '飷�' */
.fa-tv-retro:before { content: '\f401'; } /* '飷�' */
.fa-uber:before { content: '\f402'; } /* '飷�' */
.fa-uikit:before { content: '\f403'; } /* '飷�' */
.fa-uniregistry:before { content: '\f404'; } /* '飷�' */
.fa-untappd:before { content: '\f405'; } /* '飷�' */
.fa-user-alt:before { content: '\f406'; } /* '飷�' */
.fa-ussunnah:before { content: '\f407'; } /* '飷�' */
.fa-vaadin:before { content: '\f408'; } /* '飷�' */
.fa-viber:before { content: '\f409'; } /* '飷�' */
.fa-vimeo:before { content: '\f40a'; } /* '飷�' */
.fa-vnv:before { content: '\f40b'; } /* '飷�' */
.fa-whatsapp-square:before { content: '\f40c'; } /* '飷�' */
.fa-whmcs:before { content: '\f40d'; } /* '飷�' */
.fa-window:before { content: '\f40e'; } /* '飷�' */
.fa-window-alt:before { content: '\f40f'; } /* '飷�' */
.fa-window-close:before { content: '\f410'; } /* '飷�' */
.fa-wordpress-simple:before { content: '\f411'; } /* '飷�' */
.fa-xbox:before { content: '\f412'; } /* '飷�' */
.fa-yandex:before { content: '\f413'; } /* '飷�' */
.fa-yandex-international:before { content: '\f414'; } /* '飷�' */
.fa-apple-pay:before { content: '\f415'; } /* '飷�' */
.fa-cc-apple-pay:before { content: '\f416'; } /* '飷�' */
.fa-fly:before { content: '\f417'; } /* '飷�' */
.fa-node:before { content: '\f419'; } /* '飷�' */
.fa-osi:before { content: '\f41a'; } /* '飷�' */
.fa-react:before { content: '\f41b'; } /* '飷�' */
.fa-autoprefixer:before { content: '\f41c'; } /* '飷�' */
.fa-less:before { content: '\f41d'; } /* '飷�' */
.fa-sass:before { content: '\f41e'; } /* '飷�' */
.fa-vuejs:before { content: '\f41f'; } /* '飷�' */
.fa-angular:before { content: '\f420'; } /* '飷�' */
.fa-aviato:before { content: '\f421'; } /* '飷�' */
.fa-compress-alt:before { content: '\f422'; } /* '飷�' */
.fa-ember:before { content: '\f423'; } /* '飷�' */
.fa-expand-alt:before { content: '\f424'; } /* '飷�' */
.fa-font-awesome-flag:before { content: '\f425'; } /* '飷�' */
.fa-gitter:before { content: '\f426'; } /* '飷�' */
.fa-hooli:before { content: '\f427'; } /* '飷�' */
.fa-strava:before { content: '\f428'; } /* '飷�' */
.fa-stripe:before { content: '\f429'; } /* '飷�' */
.fa-stripe-s:before { content: '\f42a'; } /* '飷�' */
.fa-typo3:before { content: '\f42b'; } /* '飷�' */
.fa-amazon-pay:before { content: '\f42c'; } /* '飷�' */
.fa-cc-amazon-pay:before { content: '\f42d'; } /* '飷�' */
.fa-ethereum:before { content: '\f42e'; } /* '飷�' */
.fa-korvue:before { content: '\f42f'; } /* '飷�' */
.fa-elementor:before { content: '\f430'; } /* '飷�' */
.fa-youtube-square:before { content: '\f431'; } /* '飷�' */
.fa-baseball:before { content: '\f432'; } /* '飷�' */
.fa-baseball-ball:before { content: '\f433'; } /* '飷�' */
.fa-basketball-ball:before { content: '\f434'; } /* '飷�' */
.fa-bowling-pins:before { content: '\f437'; } /* '飷�' */
.fa-chess-king-alt:before { content: '\f440'; } /* '飸�' */
.fa-chess-knight:before { content: '\f441'; } /* '飸�' */
.fa-chess-knight-alt:before { content: '\f442'; } /* '飸�' */
.fa-flipboard:before { content: '\f44d'; } /* '飸�' */
.fa-hips:before { content: '\f452'; } /* '飸�' */
.fa-pennant:before { content: '\f456'; } /* '飸�' */
.fa-php:before { content: '\f457'; } /* '飸�' */
.fa-quinscape:before { content: '\f459'; } /* '飸�' */
.fa-racquet:before { content: '\f45a'; } /* '飸�' */
.fa-tennis-ball:before { content: '\f45e'; } /* '飸�' */
.fa-whistle:before { content: '\f460'; } /* '飸�' */
.fa-allergies:before { content: '\f461'; } /* '飸�' */
.fa-barcode-alt:before { content: '\f463'; } /* '飸�' */
.fa-barcode-read:before { content: '\f464'; } /* '飸�' */
.fa-box:before { content: '\f466'; } /* '飸�' */
.fa-box-check:before { content: '\f467'; } /* '飸�' */
.fa-boxes:before { content: '\f468'; } /* '飸�' */
.fa-briefcase-medical:before { content: '\f469'; } /* '飸�' */
.fa-clipboard-check:before { content: '\f46c'; } /* '飸�' */
.fa-clipboard-list:before { content: '\f46d'; } /* '飸�' */
.fa-dolly:before { content: '\f472'; } /* '飸�' */
.fa-dolly-empty:before { content: '\f473'; } /* '飸�' */
.fa-dolly-flatbed:before { content: '\f474'; } /* '飸�' */
.fa-dolly-flatbed-alt:before { content: '\f475'; } /* '飸�' */
.fa-dolly-flatbed-empty:before { content: '\f476'; } /* '飸�' */
.fa-file-medical:before { content: '\f477'; } /* '飸�' */
.fa-file-medical-alt:before { content: '\f478'; } /* '飸�' */
.fa-first-aid:before { content: '\f479'; } /* '飸�' */
.fa-hand-holding-box:before { content: '\f47b'; } /* '飸�' */
.fa-hand-receiving:before { content: '\f47c'; } /* '飸�' */
.fa-hospital-alt:before { content: '\f47d'; } /* '飸�' */
.fa-hospital-symbol:before { content: '\f47e'; } /* '飸�' */
.fa-id-card-alt:before { content: '\f47f'; } /* '飸�' */
.fa-notes-medical:before { content: '\f481'; } /* '飹�' */
.fa-prescription-bottle-alt:before { content: '\f486'; } /* '飹�' */
.fa-shipping-fast:before { content: '\f48b'; } /* '飹�' */
.fa-shipping-timed:before { content: '\f48c'; } /* '飹�' */
.fa-syringe:before { content: '\f48e'; } /* '飹�' */
.fa-thermometer:before { content: '\f491'; } /* '飹�' */
.fa-blanket:before { content: '\f498'; } /* '飹�' */
.fa-book-heart:before { content: '\f499'; } /* '飹�' */
.fa-box-alt:before { content: '\f49a'; } /* '飹�' */
.fa-box-full:before { content: '\f49c'; } /* '飹�' */
.fa-box-heart:before { content: '\f49d'; } /* '飹�' */
.fa-box-open:before { content: '\f49e'; } /* '飹�' */
.fa-boxes-alt:before { content: '\f4a1'; } /* '飹�' */
.fa-comment-alt-check:before { content: '\f4a2'; } /* '飹�' */
.fa-comment-alt-dots:before { content: '\f4a3'; } /* '飹�' */
.fa-comment-alt-edit:before { content: '\f4a4'; } /* '飹�' */
.fa-comment-alt-exclamation:before { content: '\f4a5'; } /* '飹�' */
.fa-comment-alt-lines:before { content: '\f4a6'; } /* '飹�' */
.fa-comment-alt-minus:before { content: '\f4a7'; } /* '飹�' */
.fa-comment-alt-plus:before { content: '\f4a8'; } /* '飹�' */
.fa-comment-alt-slash:before { content: '\f4a9'; } /* '飹�' */
.fa-comment-alt-smile:before { content: '\f4aa'; } /* '飹�' */
.fa-comment-alt-times:before { content: '\f4ab'; } /* '飹�' */
.fa-comment-check:before { content: '\f4ac'; } /* '飹�' */
.fa-comment-dots:before { content: '\f4ad'; } /* '飹�' */
.fa-comment-edit:before { content: '\f4ae'; } /* '飹�' */
.fa-comment-exclamation:before { content: '\f4af'; } /* '飹�' */
.fa-comment-lines:before { content: '\f4b0'; } /* '飹�' */
.fa-comment-minus:before { content: '\f4b1'; } /* '飹�' */
.fa-comment-plus:before { content: '\f4b2'; } /* '飹�' */
.fa-comment-slash:before { content: '\f4b3'; } /* '飹�' */
.fa-comment-smile:before { content: '\f4b4'; } /* '飹�' */
.fa-comment-times:before { content: '\f4b5'; } /* '飹�' */
.fa-comments-alt:before { content: '\f4b6'; } /* '飹�' */
.fa-couch:before { content: '\f4b8'; } /* '飹�' */
.fa-donate:before { content: '\f4b9'; } /* '飹�' */
.fa-dove:before { content: '\f4ba'; } /* '飹�' */
.fa-fragile:before { content: '\f4bb'; } /* '飹�' */
.fa-hand-holding:before { content: '\f4bd'; } /* '飹�' */
.fa-hands:before { content: '\f4c2'; } /* '飺�' */
.fa-hands-usd:before { content: '\f4c5'; } /* '飺�' */
.fa-home-heart:before { content: '\f4c9'; } /* '飺�' */
.fa-phone-plus:before { content: '\f4d2'; } /* '飺�' */
.fa-readme:before { content: '\f4d5'; } /* '飺�' */
.fa-ribbon:before { content: '\f4d6'; } /* '飺�' */
.fa-smile-wink:before { content: '\f4da'; } /* '飺�' */
.fa-truck-container:before { content: '\f4dc'; } /* '飺�' */
.fa-truck-moving:before { content: '\f4df'; } /* '飺�' */
.fa-video-plus:before { content: '\f4e1'; } /* '飺�' */
.fa-video-slash:before { content: '\f4e2'; } /* '飺�' */
.fa-wine-glass:before { content: '\f4e3'; } /* '飺�' */
.fa-java:before { content: '\f4e4'; } /* '飺�' */
.fa-pied-piper-hat:before { content: '\f4e5'; } /* '飺�' */
.fa-creative-commons-by:before { content: '\f4e7'; } /* '飺�' */
.fa-creative-commons-nc:before { content: '\f4e8'; } /* '飺�' */
.fa-creative-commons-nc-eu:before { content: '\f4e9'; } /* '飺�' */
.fa-creative-commons-nc-jp:before { content: '\f4ea'; } /* '飺�' */
.fa-creative-commons-nd:before { content: '\f4eb'; } /* '飺�' */
.fa-creative-commons-pd:before { content: '\f4ec'; } /* '飺�' */
.fa-creative-commons-pd-alt:before { content: '\f4ed'; } /* '飺�' */
.fa-creative-commons-remix:before { content: '\f4ee'; } /* '飺�' */
.fa-creative-commons-sa:before { content: '\f4ef'; } /* '飺�' */
.fa-creative-commons-sampling:before { content: '\f4f0'; } /* '飺�' */
.fa-creative-commons-sampling-plus:before { content: '\f4f1'; } /* '飺�' */
.fa-creative-commons-share:before { content: '\f4f2'; } /* '飺�' */
.fa-creative-commons-zero:before { content: '\f4f3'; } /* '飺�' */
.fa-ebay:before { content: '\f4f4'; } /* '飺�' */
.fa-keybase:before { content: '\f4f5'; } /* '飺�' */
.fa-mastodon:before { content: '\f4f6'; } /* '飺�' */
.fa-r-project:before { content: '\f4f7'; } /* '飺�' */
.fa-researchgate:before { content: '\f4f8'; } /* '飺�' */
.fa-teamspeak:before { content: '\f4f9'; } /* '飺�' */
.fa-user-alt-slash:before { content: '\f4fa'; } /* '飺�' */
.fa-user-check:before { content: '\f4fc'; } /* '飺�' */
.fa-user-clock:before { content: '\f4fd'; } /* '飺�' */
.fa-user-cog:before { content: '\f4fe'; } /* '飺�' */
.fa-user-edit:before { content: '\f4ff'; } /* '飺�' */
.fa-user-friends:before { content: '\f500'; } /* '飻�' */
.fa-user-graduate:before { content: '\f501'; } /* '飻�' */
.fa-user-lock:before { content: '\f502'; } /* '飻�' */
.fa-user-minus:before { content: '\f503'; } /* '飻�' */
.fa-user-ninja:before { content: '\f504'; } /* '飻�' */
.fa-user-shield:before { content: '\f505'; } /* '飻�' */
.fa-user-slash:before { content: '\f506'; } /* '飻�' */
.fa-user-tag:before { content: '\f507'; } /* '飻�' */
.fa-user-tie:before { content: '\f508'; } /* '飻�' */
.fa-users-cog:before { content: '\f509'; } /* '飻�' */
.fa-first-order-alt:before { content: '\f50a'; } /* '飻�' */
.fa-fulcrum:before { content: '\f50b'; } /* '飻�' */
.fa-galactic-republic:before { content: '\f50c'; } /* '飻�' */
.fa-galactic-senate:before { content: '\f50d'; } /* '飻�' */
.fa-jedi-order:before { content: '\f50e'; } /* '飻�' */
.fa-old-republic:before { content: '\f510'; } /* '飻�' */
.fa-phoenix-squadron:before { content: '\f511'; } /* '飻�' */
.fa-sith:before { content: '\f512'; } /* '飻�' */
.fa-trade-federation:before { content: '\f513'; } /* '飻�' */
.fa-wolf-pack-battalion:before { content: '\f514'; } /* '飻�' */
.fa-balance-scale-left:before { content: '\f515'; } /* '飻�' */
.fa-balance-scale-right:before { content: '\f516'; } /* '飻�' */
.fa-book-open:before { content: '\f518'; } /* '飻�' */
.fa-broadcast-tower:before { content: '\f519'; } /* '飻�' */
.fa-chalkboard:before { content: '\f51b'; } /* '飻�' */
.fa-chalkboard-teacher:before { content: '\f51c'; } /* '飻�' */
.fa-coins:before { content: '\f51e'; } /* '飻�' */
.fa-compact-disc:before { content: '\f51f'; } /* '飻�' */
.fa-crown:before { content: '\f521'; } /* '飻�' */
.fa-glasses:before { content: '\f530'; } /* '飻�' */
.fa-greater-than:before { content: '\f531'; } /* '飻�' */
.fa-greater-than-equal:before { content: '\f532'; } /* '飻�' */
.fa-infinity:before { content: '\f534'; } /* '飻�' */
.fa-less-than:before { content: '\f536'; } /* '飻�' */
.fa-less-than-equal:before { content: '\f537'; } /* '飻�' */
.fa-microphone-alt-slash:before { content: '\f539'; } /* '飻�' */
.fa-money-bill-wave:before { content: '\f53a'; } /* '飻�' */
.fa-money-bill-wave-alt:before { content: '\f53b'; } /* '飻�' */
.fa-money-check:before { content: '\f53c'; } /* '飻�' */
.fa-money-check-alt:before { content: '\f53d'; } /* '飻�' */
.fa-palette:before { content: '\f53f'; } /* '飻�' */
.fa-parking:before { content: '\f540'; } /* '飼�' */
.fa-percentage:before { content: '\f541'; } /* '飼�' */
.fa-receipt:before { content: '\f543'; } /* '飼�' */
.fa-shoe-prints:before { content: '\f54b'; } /* '飼�' */
.fa-store:before { content: '\f54e'; } /* '飼�' */
.fa-store-alt:before { content: '\f54f'; } /* '飼�' */
.fa-toolbox:before { content: '\f552'; } /* '飼�' */
.fa-tshirt:before { content: '\f553'; } /* '飼�' */
.fa-wallet:before { content: '\f555'; } /* '飼�' */
.fa-award:before { content: '\f559'; } /* '飼�' */
.fa-backspace:before { content: '\f55a'; } /* '飼�' */
.fa-bezier-curve:before { content: '\f55b'; } /* '飼�' */
.fa-bus-alt:before { content: '\f55e'; } /* '飼�' */
.fa-check-double:before { content: '\f560'; } /* '飼�' */
.fa-crop-alt:before { content: '\f565'; } /* '飼�' */
.fa-file-contract:before { content: '\f56c'; } /* '飼�' */
.fa-file-download:before { content: '\f56d'; } /* '飼�' */
.fa-file-export:before { content: '\f56e'; } /* '飼�' */
.fa-file-import:before { content: '\f56f'; } /* '飼�' */
.fa-file-invoice:before { content: '\f570'; } /* '飼�' */
.fa-file-invoice-dollar:before { content: '\f571'; } /* '飼�' */
.fa-file-prescription:before { content: '\f572'; } /* '飼�' */
.fa-file-signature:before { content: '\f573'; } /* '飼�' */
.fa-file-upload:before { content: '\f574'; } /* '飼�' */
.fa-fill:before { content: '\f575'; } /* '飼�' */
.fa-fill-drip:before { content: '\f576'; } /* '飼�' */
.fa-fingerprint:before { content: '\f577'; } /* '飼�' */
.fa-flushed:before { content: '\f579'; } /* '飼�' */
.fa-frown-open:before { content: '\f57a'; } /* '飼�' */
.fa-glass-martini-alt:before { content: '\f57b'; } /* '飼�' */
.fa-globe-africa:before { content: '\f57c'; } /* '飼�' */
.fa-globe-americas:before { content: '\f57d'; } /* '飼�' */
.fa-globe-asia:before { content: '\f57e'; } /* '飼�' */
.fa-grimace:before { content: '\f57f'; } /* '飼�' */
.fa-grin:before { content: '\f580'; } /* '飽�' */
.fa-grin-alt:before { content: '\f581'; } /* '飽�' */
.fa-grin-beam:before { content: '\f582'; } /* '飽�' */
.fa-grin-beam-sweat:before { content: '\f583'; } /* '飽�' */
.fa-grin-hearts:before { content: '\f584'; } /* '飽�' */
.fa-grin-squint:before { content: '\f585'; } /* '飽�' */
.fa-grin-squint-tears:before { content: '\f586'; } /* '飽�' */
.fa-grin-stars:before { content: '\f587'; } /* '飽�' */
.fa-grin-tears:before { content: '\f588'; } /* '飽�' */
.fa-grin-tongue:before { content: '\f589'; } /* '飽�' */
.fa-grin-tongue-squint:before { content: '\f58a'; } /* '飽�' */
.fa-grin-tongue-wink:before { content: '\f58b'; } /* '飽�' */
.fa-grin-wink:before { content: '\f58c'; } /* '飽�' */
.fa-grip-horizontal:before { content: '\f58d'; } /* '飽�' */
.fa-grip-vertical:before { content: '\f58e'; } /* '飽�' */
.fa-headphones-alt:before { content: '\f58f'; } /* '飽�' */
.fa-headset:before { content: '\f590'; } /* '飽�' */
.fa-hornbill:before { content: '\f592'; } /* '飽�' */
.fa-kiss:before { content: '\f596'; } /* '飽�' */
.fa-kiss-beam:before { content: '\f597'; } /* '飽�' */
.fa-kiss-wink-heart:before { content: '\f598'; } /* '飽�' */
.fa-laugh:before { content: '\f599'; } /* '飽�' */
.fa-laugh-beam:before { content: '\f59a'; } /* '飽�' */
.fa-laugh-squint:before { content: '\f59b'; } /* '飽�' */
.fa-laugh-wink:before { content: '\f59c'; } /* '飽�' */
.fa-mailchimp:before { content: '\f59e'; } /* '飽�' */
.fa-map-marked:before { content: '\f59f'; } /* '飽�' */
.fa-map-marked-alt:before { content: '\f5a0'; } /* '飽�' */
.fa-medal:before { content: '\f5a2'; } /* '飽�' */
.fa-megaport:before { content: '\f5a3'; } /* '飽�' */
.fa-meh-blank:before { content: '\f5a4'; } /* '飽�' */
.fa-meh-rolling-eyes:before { content: '\f5a5'; } /* '飽�' */
.fa-mortar-pestle:before { content: '\f5a7'; } /* '飽�' */
.fa-nimblr:before { content: '\f5a8'; } /* '飽�' */
.fa-paint-brush-alt:before { content: '\f5a9'; } /* '飽�' */
.fa-pen-fancy:before { content: '\f5ac'; } /* '飽�' */
.fa-pen-nib:before { content: '\f5ad'; } /* '飽�' */
.fa-prescription:before { content: '\f5b1'; } /* '飽�' */
.fa-rev:before { content: '\f5b2'; } /* '飽�' */
.fa-sad-cry:before { content: '\f5b3'; } /* '飽�' */
.fa-sad-tear:before { content: '\f5b4'; } /* '飽�' */
.fa-shopware:before { content: '\f5b5'; } /* '飽�' */
.fa-shuttle-van:before { content: '\f5b6'; } /* '飽�' */
.fa-signature:before { content: '\f5b7'; } /* '飽�' */
.fa-smile-beam:before { content: '\f5b8'; } /* '飽�' */
.fa-smile-plus:before { content: '\f5b9'; } /* '飽�' */
.fa-squarespace:before { content: '\f5be'; } /* '飽�' */
.fa-stamp:before { content: '\f5bf'; } /* '飽�' */
.fa-star-half-alt:before { content: '\f5c0'; } /* '飾�' */
.fa-surprise:before { content: '\f5c2'; } /* '飾�' */
.fa-themeco:before { content: '\f5c6'; } /* '飾�' */
.fa-tint-slash:before { content: '\f5c7'; } /* '飾�' */
.fa-tired:before { content: '\f5c8'; } /* '飾�' */
.fa-tooth:before { content: '\f5c9'; } /* '飾�' */
.fa-weebly:before { content: '\f5cc'; } /* '飾�' */
.fa-weight-hanging:before { content: '\f5cd'; } /* '飾�' */
.fa-wine-glass-alt:before { content: '\f5ce'; } /* '飾�' */
.fa-wix:before { content: '\f5cf'; } /* '飾�' */
.fa-apple-alt:before { content: '\f5d1'; } /* '飾�' */
.fa-atom:before { content: '\f5d2'; } /* '飾�' */
.fa-atom-alt:before { content: '\f5d3'; } /* '飾�' */
.fa-book-alt:before { content: '\f5d9'; } /* '飾�' */
.fa-book-reader:before { content: '\f5da'; } /* '飾�' */
.fa-car-alt:before { content: '\f5de'; } /* '飾�' */
.fa-car-side:before { content: '\f5e4'; } /* '飾�' */
.fa-ear:before { content: '\f5f0'; } /* '飾�' */
.fa-ello:before { content: '\f5f1'; } /* '飾�' */
.fa-file-certificate:before { content: '\f5f3'; } /* '飾�' */
.fa-gas-pump-slash:before { content: '\f5f4'; } /* '飾�' */
.fa-glasses-alt:before { content: '\f5f5'; } /* '飾�' */
.fa-globe-stand:before { content: '\f5f6'; } /* '飾�' */
.fa-hackerrank:before { content: '\f5f7'; } /* '飾�' */
.fa-heart-rate:before { content: '\f5f8'; } /* '飾�' */
.fa-kaggle:before { content: '\f5fa'; } /* '飾�' */
.fa-layer-group:before { content: '\f5fd'; } /* '飾�' */
.fa-location:before { content: '\f601'; } /* '飿�' */
.fa-location-circle:before { content: '\f602'; } /* '飿�' */
.fa-location-slash:before { content: '\f603'; } /* '飿�' */
.fa-lungs:before { content: '\f604'; } /* '飿�' */
.fa-map-marker-alt-slash:before { content: '\f605'; } /* '飿�' */
.fa-map-marker-check:before { content: '\f606'; } /* '飿�' */
.fa-map-marker-edit:before { content: '\f607'; } /* '飿�' */
.fa-map-marker-exclamation:before { content: '\f608'; } /* '飿�' */
.fa-map-marker-minus:before { content: '\f609'; } /* '飿�' */
.fa-map-marker-plus:before { content: '\f60a'; } /* '飿�' */
.fa-map-marker-question:before { content: '\f60b'; } /* '飿�' */
.fa-map-marker-slash:before { content: '\f60c'; } /* '飿�' */
.fa-map-marker-smile:before { content: '\f60d'; } /* '飿�' */
.fa-map-marker-times:before { content: '\f60e'; } /* '飿�' */
.fa-markdown:before { content: '\f60f'; } /* '飿�' */
.fa-monitor-heart-rate:before { content: '\f611'; } /* '飿�' */
.fa-neos:before { content: '\f612'; } /* '飿�' */
.fa-parking-circle:before { content: '\f615'; } /* '飿�' */
.fa-parking-circle-slash:before { content: '\f616'; } /* '飿�' */
.fa-parking-slash:before { content: '\f617'; } /* '飿�' */
.fa-route-interstate:before { content: '\f61b'; } /* '飿�' */
.fa-tachometer-alt-average:before { content: '\f624'; } /* '飿�' */
.fa-tachometer-alt-fast:before { content: '\f625'; } /* '飿�' */
.fa-tachometer-alt-fastest:before { content: '\f626'; } /* '飿�' */
.fa-tachometer-alt-slow:before { content: '\f627'; } /* '飿�' */
.fa-tachometer-alt-slowest:before { content: '\f628'; } /* '飿�' */
.fa-tachometer-average:before { content: '\f629'; } /* '飿�' */
.fa-tachometer-fast:before { content: '\f62a'; } /* '飿�' */
.fa-tachometer-fastest:before { content: '\f62b'; } /* '飿�' */
.fa-tachometer-slow:before { content: '\f62c'; } /* '飿�' */
.fa-tachometer-slowest:before { content: '\f62d'; } /* '飿�' */
.fa-traffic-light:before { content: '\f637'; } /* '飿�' */
.fa-traffic-light-go:before { content: '\f638'; } /* '飿�' */
.fa-traffic-light-slow:before { content: '\f639'; } /* '飿�' */
.fa-traffic-light-stop:before { content: '\f63a'; } /* '飿�' */
.fa-users-class:before { content: '\f63d'; } /* '飿�' */
.fa-zhihu:before { content: '\f63f'; } /* '飿�' */
.fa-ad:before { content: '\f641'; } /* '餀�' */
.fa-alipay:before { content: '\f642'; } /* '餀�' */
.fa-analytics:before { content: '\f643'; } /* '餀�' */
.fa-bullseye-arrow:before { content: '\f648'; } /* '餀�' */
.fa-bullseye-pointer:before { content: '\f649'; } /* '餀�' */
.fa-business-time:before { content: '\f64a'; } /* '餀�' */
.fa-chart-line-down:before { content: '\f64d'; } /* '餀�' */
.fa-chart-pie-alt:before { content: '\f64e'; } /* '餀�' */
.fa-comment-alt-dollar:before { content: '\f650'; } /* '餀�' */
.fa-comment-dollar:before { content: '\f651'; } /* '餀�' */
.fa-comments-alt-dollar:before { content: '\f652'; } /* '餀�' */
.fa-comments-dollar:before { content: '\f653'; } /* '餀�' */
.fa-cross:before { content: '\f654'; } /* '餀�' */
.fa-envelope-open-dollar:before { content: '\f657'; } /* '餀�' */
.fa-envelope-open-text:before { content: '\f658'; } /* '餀�' */
.fa-file-chart-line:before { content: '\f659'; } /* '餀�' */
.fa-file-chart-pie:before { content: '\f65a'; } /* '餀�' */
.fa-file-spreadsheet:before { content: '\f65b'; } /* '餀�' */
.fa-file-user:before { content: '\f65c'; } /* '餀�' */
.fa-folder-minus:before { content: '\f65d'; } /* '餀�' */
.fa-folder-plus:before { content: '\f65e'; } /* '餀�' */
.fa-folder-times:before { content: '\f65f'; } /* '餀�' */
.fa-folders:before { content: '\f660'; } /* '餀�' */
.fa-function:before { content: '\f661'; } /* '餀�' */
.fa-gift-card:before { content: '\f663'; } /* '餀�' */
.fa-landmark:before { content: '\f66f'; } /* '餀�' */
.fa-lightbulb-dollar:before { content: '\f670'; } /* '餀�' */
.fa-lightbulb-exclamation:before { content: '\f671'; } /* '餀�' */
.fa-lightbulb-on:before { content: '\f672'; } /* '餀�' */
.fa-lightbulb-slash:before { content: '\f673'; } /* '餀�' */
.fa-poll:before { content: '\f681'; } /* '餁�' */
.fa-poll-h:before { content: '\f682'; } /* '餁�' */
.fa-search-dollar:before { content: '\f688'; } /* '餁�' */
.fa-search-location:before { content: '\f689'; } /* '餁�' */
.fa-signal-4:before { content: '\f68f'; } /* '餁�' */
.fa-signal-alt:before { content: '\f690'; } /* '餁�' */
.fa-signal-alt-slash:before { content: '\f694'; } /* '餁�' */
.fa-signal-slash:before { content: '\f695'; } /* '餁�' */
.fa-square-root:before { content: '\f697'; } /* '餁�' */
.fa-square-root-alt:before { content: '\f698'; } /* '餁�' */
.fa-the-red-yeti:before { content: '\f69d'; } /* '餁�' */
.fa-user-chart:before { content: '\f6a3'; } /* '餁�' */
.fa-user-crown:before { content: '\f6a4'; } /* '餁�' */
.fa-users-crown:before { content: '\f6a5'; } /* '餁�' */
.fa-volume:before { content: '\f6a8'; } /* '餁�' */
.fa-volume-mute:before { content: '\f6a9'; } /* '餁�' */
.fa-wifi-2:before { content: '\f6ab'; } /* '餁�' */
.fa-wifi-slash:before { content: '\f6ac'; } /* '餁�' */
.fa-acquisitions-incorporated:before { content: '\f6af'; } /* '餁�' */
.fa-axe:before { content: '\f6b2'; } /* '餁�' */
.fa-cloud-sun:before { content: '\f6c4'; } /* '餂�' */
.fa-coffee-togo:before { content: '\f6c5'; } /* '餂�' */
.fa-critical-role:before { content: '\f6c9'; } /* '餂�' */
.fa-d-and-d-beyond:before { content: '\f6ca'; } /* '餂�' */
.fa-dev:before { content: '\f6cc'; } /* '餂�' */
.fa-dice-d6:before { content: '\f6d1'; } /* '餂�' */
.fa-fantasy-flight-games:before { content: '\f6dc'; } /* '餂�' */
.fa-hammer:before { content: '\f6e3'; } /* '餂�' */
.fa-hammer-war:before { content: '\f6e4'; } /* '餂�' */
.fa-knife-kitchen:before { content: '\f6f5'; } /* '餂�' */
.fa-mask:before { content: '\f6fa'; } /* '餂�' */
.fa-penny-arcade:before { content: '\f704'; } /* '餃�' */
.fa-pie:before { content: '\f705'; } /* '餃�' */
.fa-pig:before { content: '\f706'; } /* '餃�' */
.fa-pumpkin:before { content: '\f707'; } /* '餃�' */
.fa-turtle:before { content: '\f726'; } /* '餃�' */
.fa-vr-cardboard:before { content: '\f729'; } /* '餃�' */
.fa-wizards-of-the-coast:before { content: '\f730'; } /* '餃�' */
.fa-think-peaks:before { content: '\f731'; } /* '餃�' */
.fa-ballot:before { content: '\f732'; } /* '餃�' */
.fa-ballot-check:before { content: '\f733'; } /* '餃�' */
.fa-calendar-star:before { content: '\f736'; } /* '餃�' */
.fa-clipboard-list-check:before { content: '\f737'; } /* '餃�' */
.fa-cloud-drizzle:before { content: '\f738'; } /* '餃�' */
.fa-cloud-hail:before { content: '\f739'; } /* '餃�' */
.fa-cloud-hail-mixed:before { content: '\f73a'; } /* '餃�' */
.fa-cloud-meatball:before { content: '\f73b'; } /* '餃�' */
.fa-cloud-moon-rain:before { content: '\f73c'; } /* '餃�' */
.fa-cloud-rain:before { content: '\f73d'; } /* '餃�' */
.fa-cloud-rainbow:before { content: '\f73e'; } /* '餃�' */
.fa-cloud-showers:before { content: '\f73f'; } /* '餃�' */
.fa-cloud-showers-heavy:before { content: '\f740'; } /* '餄�' */
.fa-cloud-sleet:before { content: '\f741'; } /* '餄�' */
.fa-cloud-sun-rain:before { content: '\f743'; } /* '餄�' */
.fa-clouds:before { content: '\f744'; } /* '餄�' */
.fa-clouds-moon:before { content: '\f745'; } /* '餄�' */
.fa-eclipse-alt:before { content: '\f74a'; } /* '餄�' */
.fa-flag-alt:before { content: '\f74c'; } /* '餄�' */
.fa-flag-usa:before { content: '\f74d'; } /* '餄�' */
.fa-moon-stars:before { content: '\f755'; } /* '餄�' */
.fa-reacteurope:before { content: '\f75d'; } /* '餄�' */
.fa-adobe:before { content: '\f778'; } /* '餄�' */
.fa-artstation:before { content: '\f77a'; } /* '餄�' */
.fa-atlassian:before { content: '\f77b'; } /* '餄�' */
.fa-canadian-maple-leaf:before { content: '\f785'; } /* '餅�' */
.fa-centos:before { content: '\f789'; } /* '餅�' */
.fa-confluence:before { content: '\f78d'; } /* '餅�' */
.fa-dhl:before { content: '\f790'; } /* '餅�' */
.fa-diaspora:before { content: '\f791'; } /* '餅�' */
.fa-ear-muffs:before { content: '\f795'; } /* '餅�' */
.fa-fedex:before { content: '\f797'; } /* '餅�' */
.fa-fedora:before { content: '\f798'; } /* '餅�' */
.fa-figma:before { content: '\f799'; } /* '餅�' */
.fa-guitar:before { content: '\f7a6'; } /* '餅�' */
.fa-intercom:before { content: '\f7af'; } /* '餅�' */
.fa-invision:before { content: '\f7b0'; } /* '餅�' */
.fa-jira:before { content: '\f7b1'; } /* '餅�' */
.fa-mendeley:before { content: '\f7b3'; } /* '餅�' */
.fa-mug-hot:before { content: '\f7b6'; } /* '餅�' */
.fa-raspberry-pi:before { content: '\f7bb'; } /* '餅�' */
.fa-redhat:before { content: '\f7bc'; } /* '餅�' */
.fa-sd-card:before { content: '\f7c2'; } /* '餆�' */
.fa-sketch:before { content: '\f7c6'; } /* '餆�' */
.fa-sms:before { content: '\f7cd'; } /* '餆�' */
.fa-sourcetree:before { content: '\f7d3'; } /* '餆�' */
.fa-suse:before { content: '\f7d6'; } /* '餆�' */
.fa-ubuntu:before { content: '\f7df'; } /* '餆�' */
.fa-ups:before { content: '\f7e0'; } /* '餆�' */
.fa-usps:before { content: '\f7e1'; } /* '餆�' */
.fa-yarn:before { content: '\f7e3'; } /* '餆�' */
.fa-book-medical:before { content: '\f7e6'; } /* '餆�' */
.fa-book-user:before { content: '\f7e7'; } /* '餆�' */
.fa-clinic-medical:before { content: '\f7f2'; } /* '餆�' */
.fa-comment-alt-medical:before { content: '\f7f4'; } /* '餆�' */
.fa-comment-medical:before { content: '\f7f5'; } /* '餆�' */
.fa-hamburger:before { content: '\f805'; } /* '餇�' */
.fa-home-alt:before { content: '\f80a'; } /* '餇�' */
.fa-home-lg:before { content: '\f80b'; } /* '餇�' */
.fa-home-lg-alt:before { content: '\f80c'; } /* '餇�' */
.fa-pizza-slice:before { content: '\f818'; } /* '餇�' */
.fa-sack:before { content: '\f81c'; } /* '餇�' */
.fa-sack-dollar:before { content: '\f81d'; } /* '餇�' */
.fa-tasks-alt:before { content: '\f828'; } /* '餇�' */
.fa-users-medical:before { content: '\f830'; } /* '餇�' */
.fa-airbnb:before { content: '\f834'; } /* '餇�' */
.fa-battle-net:before { content: '\f835'; } /* '餇�' */
.fa-bootstrap:before { content: '\f836'; } /* '餇�' */
.fa-buffer:before { content: '\f837'; } /* '餇�' */
.fa-chromecast:before { content: '\f838'; } /* '餇�' */
.fa-evernote:before { content: '\f839'; } /* '餇�' */
.fa-itch-io:before { content: '\f83a'; } /* '餇�' */
.fa-salesforce:before { content: '\f83b'; } /* '餇�' */
.fa-speaker-deck:before { content: '\f83c'; } /* '餇�' */
.fa-symfony:before { content: '\f83d'; } /* '餇�' */
.fa-waze:before { content: '\f83f'; } /* '餇�' */
.fa-yammer:before { content: '\f840'; } /* '铩�' */
.fa-git-alt:before { content: '\f841'; } /* '铩�' */
.fa-stackpath:before { content: '\f842'; } /* '铩�' */
.fa-alarm-exclamation:before { content: '\f843'; } /* '铩�' */
.fa-alarm-plus:before { content: '\f844'; } /* '铩�' */
.fa-alarm-snooze:before { content: '\f845'; } /* '铩�' */
.fa-bell-exclamation:before { content: '\f848'; } /* '铩�' */
.fa-bell-plus:before { content: '\f849'; } /* '铩�' */
.fa-biking:before { content: '\f84a'; } /* '铩�' */
.fa-biking-mountain:before { content: '\f84b'; } /* '铩�' */
.fa-border-all:before { content: '\f84c'; } /* '铩�' */
.fa-border-bottom:before { content: '\f84d'; } /* '铩�' */
.fa-border-inner:before { content: '\f84e'; } /* '铩�' */
.fa-border-left:before { content: '\f84f'; } /* '铩�' */
.fa-border-none:before { content: '\f850'; } /* '铩�' */
.fa-border-outer:before { content: '\f851'; } /* '铩�' */
.fa-border-right:before { content: '\f852'; } /* '铩�' */
.fa-border-style:before { content: '\f853'; } /* '铩�' */
.fa-border-style-alt:before { content: '\f854'; } /* '铩�' */
.fa-border-top:before { content: '\f855'; } /* '铩�' */
.fa-money-check-edit:before { content: '\f872'; } /* '铩�' */
.fa-mug:before { content: '\f874'; } /* '铩�' */
.fa-phone-laptop:before { content: '\f87a'; } /* '铩�' */
.fa-phone-square-alt:before { content: '\f87b'; } /* '铩�' */
.fa-snooze:before { content: '\f880'; } /* '铫�' */
.fa-sort-alpha-down-alt:before { content: '\f881'; } /* '铫�' */
.fa-sort-alpha-up-alt:before { content: '\f882'; } /* '铫�' */
.fa-sort-alt:before { content: '\f883'; } /* '铫�' */
.fa-sort-amount-down-alt:before { content: '\f884'; } /* '铫�' */
.fa-sort-amount-up-alt:before { content: '\f885'; } /* '铫�' */
.fa-sort-numeric-down-alt:before { content: '\f886'; } /* '铫�' */
.fa-sort-numeric-up-alt:before { content: '\f887'; } /* '铫�' */
.fa-sort-shapes-down:before { content: '\f888'; } /* '铫�' */
.fa-sort-shapes-down-alt:before { content: '\f889'; } /* '铫�' */
.fa-sort-shapes-up:before { content: '\f88a'; } /* '铫�' */
.fa-sort-shapes-up-alt:before { content: '\f88b'; } /* '铫�' */
.fa-sort-size-down:before { content: '\f88c'; } /* '铫�' */
.fa-sort-size-down-alt:before { content: '\f88d'; } /* '铫�' */
.fa-sort-size-up:before { content: '\f88e'; } /* '铫�' */
.fa-sort-size-up-alt:before { content: '\f88f'; } /* '铫�' */
.fa-spell-check:before { content: '\f891'; } /* '铫�' */
.fa-sunglasses:before { content: '\f892'; } /* '铫�' */
.fa-text:before { content: '\f893'; } /* '铫�' */
.fa-text-size:before { content: '\f894'; } /* '铫�' */
.fa-trash-undo:before { content: '\f895'; } /* '铫�' */
.fa-voicemail:before { content: '\f897'; } /* '铫�' */
.fa-wave-sine:before { content: '\f899'; } /* '铫�' */
.fa-border-center-h:before { content: '\f89c'; } /* '铫�' */
.fa-border-center-v:before { content: '\f89d'; } /* '铫�' */
.fa-cotton-bureau:before { content: '\f89e'; } /* '铫�' */
.fa-buy-n-large:before { content: '\f8a6'; } /* '铫�' */
.fa-camcorder:before { content: '\f8a8'; } /* '铫�' */
.fa-camera-movie:before { content: '\f8a9'; } /* '铫�' */
.fa-guitar-electric:before { content: '\f8be'; } /* '铫�' */
.fa-lasso:before { content: '\f8c8'; } /* '铮�' */
.fa-list-music:before { content: '\f8c9'; } /* '铮�' */
.fa-mdb:before { content: '\f8ca'; } /* '铮�' */
.fa-microphone-stand:before { content: '\f8cb'; } /* '铮�' */
.fa-mouse:before { content: '\f8cc'; } /* '铮�' */
.fa-mouse-alt:before { content: '\f8cd'; } /* '铮�' */
.fa-music-alt:before { content: '\f8cf'; } /* '铮�' */
.fa-music-slash:before { content: '\f8d1'; } /* '铮�' */
.fa-orcid:before { content: '\f8d2'; } /* '铮�' */
.fa-phone-rotary:before { content: '\f8d3'; } /* '铮�' */
.fa-projector:before { content: '\f8d6'; } /* '铮�' */
.fa-radio:before { content: '\f8d7'; } /* '铮�' */
.fa-radio-alt:before { content: '\f8d8'; } /* '铮�' */
.fa-record-vinyl:before { content: '\f8d9'; } /* '铮�' */
.fa-router:before { content: '\f8da'; } /* '铮�' */
.fa-swift:before { content: '\f8e1'; } /* '铮�' */
.fa-tv-alt:before { content: '\f8e5'; } /* '铮�' */
.fa-umbraco:before { content: '\f8e8'; } /* '铮�' */
.fa-usb-drive:before { content: '\f8e9'; } /* '铮�' */
.fa-user-music:before { content: '\f8eb'; } /* '铮�' */
.fa-vhs:before { content: '\f8ec'; } /* '铮�' */
.fa-violin:before { content: '\f8ed'; } /* '铮�' */
.fa-wagon-covered:before { content: '\f8ee'; } /* '铮�' */
.fa-walkie-talkie:before { content: '\f8ef'; } /* '铮�' */
.fa-watch-calculator:before { content: '\f8f0'; } /* '铮�' */
.fa-waveform:before { content: '\f8f1'; } /* '铮�' */
.fa-waveform-path:before { content: '\f8f2'; } /* '铮�' */
.fa-scanner-image:before { content: '\f8f3'; } /* '铮�' */@font-face {
    font-family: 'GT Walsheim Pro';
    src: url(./wp-content/themes/reign-theme/assets/fonts/GTWalsheimPro-Light.eot);
    src: local('GT Walsheim Pro Light'), local('GTWalsheimPro-Light'),
        url(./wp-content/themes/reign-theme/assets/fonts/GTWalsheimPro-Light.eot?#iefix) format('embedded-opentype'),
        url(./wp-content/themes/reign-theme/assets/fonts/GTWalsheimPro-Light.woff2) format('woff2'),
        url(./wp-content/themes/reign-theme/assets/fonts/GTWalsheimPro-Light.woff) format('woff'),
        url(./wp-content/themes/reign-theme/assets/fonts/GTWalsheimPro-Light.ttf) format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GT Walsheim Pro';
    src: url(./wp-content/themes/reign-theme/assets/fonts/GTWalsheimPro-Regular.eot);
    src: local('GT Walsheim Pro Regular'), local('GTWalsheimPro-Regular'),
        url(./wp-content/themes/reign-theme/assets/fonts/GTWalsheimPro-Regular.eot?#iefix) format('embedded-opentype'),
        url(./wp-content/themes/reign-theme/assets/fonts/GTWalsheimPro-Regular.woff2) format('woff2'),
        url(./wp-content/themes/reign-theme/assets/fonts/GTWalsheimPro-Regular.woff) format('woff'),
        url(./wp-content/themes/reign-theme/assets/fonts/GTWalsheimPro-Regular.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GT Walsheim Pro Ultra';
    src: url(./wp-content/themes/reign-theme/assets/fonts/GTWalsheimPro-UltraBold.eot);
    src: local('GT Walsheim Pro Ultra Bold'), local('GTWalsheimPro-UltraBold'),
        url(./wp-content/themes/reign-theme/assets/fonts/GTWalsheimPro-UltraBold.eot?#iefix) format('embedded-opentype'),
        url(./wp-content/themes/reign-theme/assets/fonts/GTWalsheimPro-UltraBold.woff2) format('woff2'),
        url(./wp-content/themes/reign-theme/assets/fonts/GTWalsheimPro-UltraBold.woff) format('woff'),
        url(./wp-content/themes/reign-theme/assets/fonts/GTWalsheimPro-UltraBold.ttf) format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GT Walsheim Pro';
    src: url(./wp-content/themes/reign-theme/assets/fonts/GTWalsheimPro-Bold.eot);
    src: local('GT Walsheim Pro Bold'), local('GTWalsheimPro-Bold'),
        url(./wp-content/themes/reign-theme/assets/fonts/GTWalsheimPro-Bold.eot?#iefix) format('embedded-opentype'),
        url(./wp-content/themes/reign-theme/assets/fonts/GTWalsheimPro-Bold.woff2) format('woff2'),
        url(./wp-content/themes/reign-theme/assets/fonts/GTWalsheimPro-Bold.woff) format('woff'),
        url(./wp-content/themes/reign-theme/assets/fonts/GTWalsheimPro-Bold.ttf) format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GT Walsheim Pro';
    src: url(./wp-content/themes/reign-theme/assets/fonts/GTWalsheimPro-Medium.eot);
    src: local('GT Walsheim Pro Medium'), local('GTWalsheimPro-Medium'),
        url(./wp-content/themes/reign-theme/assets/fonts/GTWalsheimPro-Medium.eot?#iefix) format('embedded-opentype'),
        url(./wp-content/themes/reign-theme/assets/fonts/GTWalsheimPro-Medium.woff2) format('woff2'),
        url(./wp-content/themes/reign-theme/assets/fonts/GTWalsheimPro-Medium.woff) format('woff'),
        url(./wp-content/themes/reign-theme/assets/fonts/GTWalsheimPro-Medium.ttf) format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GT Walsheim Pro';
    src: url(./wp-content/themes/reign-theme/assets/fonts/GTWalsheimPro-RegularOblique.eot);
    src: local('GT Walsheim Pro Regular Oblique'), local('GTWalsheimPro-RegularOblique'),
        url(./wp-content/themes/reign-theme/assets/fonts/GTWalsheimPro-RegularOblique.eot?#iefix) format('embedded-opentype'),
        url(./wp-content/themes/reign-theme/assets/fonts/GTWalsheimPro-RegularOblique.woff2) format('woff2'),
        url(./wp-content/themes/reign-theme/assets/fonts/GTWalsheimPro-RegularOblique.woff) format('woff'),
        url(./wp-content/themes/reign-theme/assets/fonts/GTWalsheimPro-RegularOblique.ttf) format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'GT Walsheim Pro';
    src: url(./wp-content/themes/reign-theme/assets/fonts/GTWalsheimPro-LightOblique.eot);
    src: local('GT Walsheim Pro Light Oblique'), local('GTWalsheimPro-LightOblique'),
        url(./wp-content/themes/reign-theme/assets/fonts/GTWalsheimPro-LightOblique.eot?#iefix) format('embedded-opentype'),
        url(./wp-content/themes/reign-theme/assets/fonts/GTWalsheimPro-LightOblique.woff2) format('woff2'),
        url(./wp-content/themes/reign-theme/assets/fonts/GTWalsheimPro-LightOblique.woff) format('woff'),
        url(./wp-content/themes/reign-theme/assets/fonts/GTWalsheimPro-LightOblique.ttf) format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'GT Walsheim Pro';
    src: url(./wp-content/themes/reign-theme/assets/fonts/GTWalsheimPro-Black.eot);
    src: local('GT Walsheim Pro Black'), local('GTWalsheimPro-Black'),
        url(./wp-content/themes/reign-theme/assets/fonts/GTWalsheimPro-Black.eot?#iefix) format('embedded-opentype'),
        url(./wp-content/themes/reign-theme/assets/fonts/GTWalsheimPro-Black.woff2) format('woff2'),
        url(./wp-content/themes/reign-theme/assets/fonts/GTWalsheimPro-Black.woff) format('woff'),
        url(./wp-content/themes/reign-theme/assets/fonts/GTWalsheimPro-Black.ttf) format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}.jq-ry-container {
  position: relative;
  padding: 0 5px;
  line-height: 0;
  display: block;
  cursor: pointer;
  box-sizing: content-box;
  direction: ltr;
}

.jq-ry-container[readonly=readonly] {
  cursor: default;
}

.jq-ry-container>.jq-ry-group-wrapper {
  position: relative;
  width: 100%;
}

.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group {
  position: relative;
  line-height: 0;
  z-index: 10;
  white-space: nowrap;
}

.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group>svg {
  display: inline-block;
}

.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group.jq-ry-normal-group {
  width: 100%;
}

.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group.jq-ry-rated-group {
  width: 0;
  z-index: 11;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

/* average-rating */

.average-rating {
  width: 100%;
}

.rating-box-wrapper {
  float: left;
  width: 50%;
  margin-right: 30px;
  margin-bottom: 15px;
}

.learndash .commentlist {
  clear: both;
}

.rating-box {
  text-align: center;
  padding-bottom: 30px;
  border: 1px solid #eee;
}

.wb-ld-average-value {
  font-weight: 700;
  font-size: 72px;
  line-height: 80px;
  margin: 27px 0 11px;
}

.rating-box .jq-ry-container {
  margin: auto;
}

.detailed-rating {
  width: auto;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 15px;
}

.detailed-rating .rating-box {
  width: 100%;
  overflow: hidden;
  padding: 20px 0;
}

.detailed-rating .rating-box .stars {
  clear: both;
  padding: 0 30px 3px;
}

.detailed-rating .rating-box .key {
  font-weight: 700;
  min-width: 60px;
  text-align: left;
}

.detailed-rating .stars>div {
  display: inline-table;
  line-height: 30px;
}

.detailed-rating .stars>div.bar {
  width: 200px;
  margin: 0 7px;
}

.detailed-rating .stars>div.bar .full_bar {
  background: #dcdcdc;
  height: 12px;
  position: relative;
}

.detailed-rating .stars>div.bar .full_bar > div {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: #ffb606;
}

@media screen and (max-width: 768px) {
  .rating-box-wrapper {
	float: none;
	width: 100%;
	margin-right: 0;
  }

  .detailed-rating {
	display: block;
  }
}

/* course-commentlist */

ul.wb-ld-course-commentlist {
  list-style: none;
}

ul.wb-ld-course-commentlist li {
  border-top: 1px solid #eee;
  padding: 50px 0;
  overflow: hidden;
  list-style: none;
  display: block;
}

ul.wb-ld-course-commentlist .wb-ld-comment-author {
  width: 60px;
  overflow: hidden;
  float: left;
  margin-right: 30px;
}

ul.wb-ld-course-commentlist .wb-ld-comment-author img {
  border-radius: 50%;
  width: 60px;
}

ul.wb-ld-course-commentlist .comment-text {
  margin-left: 100px;
}

ul.wb-ld-course-commentlist p.meta {
  margin: 0 0 15px;
}

ul.wb-ld-course-commentlist .jq-ry-container {
  padding: 0;
}

ul.wb-ld-course-commentlist .review-title {
  font-size: 14px;
  font-style: italic;
  font-weight: 700;
  line-height: 25px;
  margin: 9px 0 15px;
}

ul.wb-ld-course-commentlist  .description {
  margin: 10px 0;
}
/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImpxdWVyeS5yYXRleW8ubWluLmNzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTtFQUNFLG1CQUFtQjtFQUNyQixlQUFBO0VBQ0EsZUFBQTtFQUNFLGVBQUQ7RUFDQSxnQkFBQTtFQUVELHdCQUFBO0VBQ0UsZUFBRDtDQUNBOztBQUVEO0VBQ0MsZ0JBQUE7Q0FDQTs7QUFFRDtFQUNDLG1CQUFBO0VBQ0MsWUFBWTtDQUNkOztBQUVBO0VBQ0UsbUJBQUY7RUFDQyxlQUFBO0VBQ0MsWUFBWTtFQUNkLG9CQUFBO0NBQ0M7O0FBRUQ7RUFDRSxzQkFBRjtDQUNDOztBQUVEO0VBQ0UsWUFBRjtDQUNDOztBQUVEO0VBQ0UsU0FBRTtFQUNGLFlBQUQ7RUFDQyxtQkFBa0I7RUFDbEIsT0FBRjtFQUNDLFFBQUE7RUFDQyxpQkFBaUI7Q0FDbkI7O0FBRUEsb0JBQUk7O0FBRUo7RUFDRSxZQUFZO0NBQ2Q7O0FBRUE7RUFDQyxZQUFBO0VBQ0MsV0FBVztFQUNiLG1CQUFBO0VBQ0Usb0JBQUQ7Q0FDQTs7QUFFRDtFQUNFLFlBQVk7Q0FDZDs7QUFFQTtFQUNDLG1CQUFBO0VBQ0MscUJBQXFCO0VBQ3ZCLHVCQUFBO0NBQ0M7O0FBRUQ7RUFDRSxpQkFBaUI7RUFDbkIsZ0JBQUE7RUFDRSxrQkFBRDtFQUNDLG9CQUFlO0NBQ2hCOztBQUVEO0VBQ0EsYUFBQTtDQUNDOztBQUVEO0VBQ0UsWUFBWTtFQUNaLHNCQUFGO0VBQ0MsZ0JBQUE7RUFDQyxvQkFBb0I7Q0FDdEI7O0FBRUE7RUFDRSxZQUFGO0VBQ0UsaUJBQUQ7RUFDQyxnQkFBRztDQUNKOztBQUVEO0VBQ0UsWUFBRDtFQUNBLG9CQUFBO0NBQ0E7O0FBRUQ7RUFDQSxpQkFBQTtFQUNFLGdCQUFEO0VBQ0EsaUJBQUE7Q0FDQTs7QUFFRDtFQUNFLHNCQUFrQjtFQUNsQixrQkFBRjtDQUNDOztBQUVEO0VBQ0UsYUFBYTtFQUNmLGNBQUE7Q0FDQzs7QUFFRDtFQUNFLG9CQUFGO0VBQ0MsYUFBQTtFQUNDLG1CQUFtQjtDQUNyQjs7QUFFQTtFQUNDLG1CQUFBO0VBQ0MsT0FBTztFQUNULFFBQUE7RUFDRSxVQUFEO0VBQ0Esb0JBQUE7Q0FDQTs7QUFFRDtFQUNDO0NBQUEsWUFDRztDQUFILFlBQ0Q7Q0FBQyxnQkFDRztHQUNIOztFQUVEO0NBQUMsZUFDRztHQUNEO0NBQ0Y7O0FBRUQsd0JBQXVCOztBQUV2QjtFQUNBLGlCQUFBO0NBQ0M7O0FBRUQ7RUFDRSwyQkFBMkI7RUFDM0IsZ0JBQWdCO0VBQ2hCLGlCQUFpQjtFQUNqQixpQkFBaUI7RUFDakIsZUFBZTtDQUNoQjs7QUFFRDtFQUNFLFlBQVk7RUFDWixpQkFBaUI7RUFDakIsWUFBWTtFQUNaLG1CQUFtQjtDQUNwQjs7QUFFRDtFQUNFLG1CQUFtQjtFQUNuQixZQUFZO0NBQ2I7O0FBRUQ7RUFDRSxtQkFBbUI7Q0FDcEI7O0FBRUQ7RUFDRSxpQkFBaUI7Q0FDbEI7O0FBRUQ7RUFDRSxXQUFXO0NBQ1o7O0FBRUQ7RUFDRSxnQkFBZ0I7RUFDaEIsbUJBQW1CO0VBQ25CLGlCQUFpQjtFQUNqQixrQkFBa0I7RUFDbEIsbUJBQW1CO0NBQ3BCOztBQUVEO0VBQ0UsZUFBZTtDQUNoQiIsImZpbGUiOiJqcXVlcnkucmF0ZXlvLm1pbi5jc3MiLCJzb3VyY2VzQ29udGVudCI6WyIuanEtcnktY29udGFpbmVye3Bvc2l0aW9uOnJlbGF0aXZlO3BhZGRpbmc6MCA1cHg7bGluZS1oZWlnaHQ6MDtkaXNwbGF5OmJsb2NrO2N1cnNvcjpwb2ludGVyOy13ZWJraXQtYm94LXNpemluZzpjb250ZW50LWJveDstbW96LWJveC1zaXppbmc6Y29udGVudC1ib3g7Ym94LXNpemluZzpjb250ZW50LWJveDtkaXJlY3Rpb246bHRyfS5qcS1yeS1jb250YWluZXJbcmVhZG9ubHk9cmVhZG9ubHlde2N1cnNvcjpkZWZhdWx0fS5qcS1yeS1jb250YWluZXI+LmpxLXJ5LWdyb3VwLXdyYXBwZXJ7cG9zaXRpb246cmVsYXRpdmU7d2lkdGg6MTAwJX0uanEtcnktY29udGFpbmVyPi5qcS1yeS1ncm91cC13cmFwcGVyPi5qcS1yeS1ncm91cHtwb3NpdGlvbjpyZWxhdGl2ZTtsaW5lLWhlaWdodDowO3otaW5kZXg6MTA7d2hpdGUtc3BhY2U6bm93cmFwfS5qcS1yeS1jb250YWluZXI+LmpxLXJ5LWdyb3VwLXdyYXBwZXI+LmpxLXJ5LWdyb3VwPnN2Z3tkaXNwbGF5OmlubGluZS1ibG9ja30uanEtcnktY29udGFpbmVyPi5qcS1yeS1ncm91cC13cmFwcGVyPi5qcS1yeS1ncm91cC5qcS1yeS1ub3JtYWwtZ3JvdXB7d2lkdGg6MTAwJX0uanEtcnktY29udGFpbmVyPi5qcS1yeS1ncm91cC13cmFwcGVyPi5qcS1yeS1ncm91cC5qcS1yeS1yYXRlZC1ncm91cHt3aWR0aDowO3otaW5kZXg6MTE7cG9zaXRpb246YWJzb2x1dGU7dG9wOjA7bGVmdDowO292ZXJmbG93OmhpZGRlbn1cclxuXHJcbi8qIGN1c3RvbSBjc3MgKi9cclxuLmF2ZXJhZ2UtcmF0aW5nIHtcclxuXHR3aWR0aDogMjAwcHg7XHJcbiAgICBkaXNwbGF5OiBpbmxpbmUtYmxvY2s7XHJcbiAgICBmbG9hdDogbGVmdDtcclxuICAgIG1hcmdpbi1yaWdodDogMzBweDtcclxufVxyXG5cclxuLnJhdGluZy1ib3gge1xyXG5cdHRleHQtYWxpZ246IGNlbnRlcjtcclxuICAgIHBhZGRpbmctYm90dG9tOiAzMHB4O1xyXG4gICAgYm9yZGVyOiAxcHggc29saWQgI2VlZTtcclxufVxyXG5cclxuLndiLWxkLWF2ZXJhZ2UtdmFsdWUge1xyXG5cdGZvbnQtd2VpZ2h0OiA3MDA7XHJcbiAgICBmb250LXNpemU6IDcycHg7XHJcbiAgICBsaW5lLWhlaWdodDogODBweDtcclxuICAgIG1hcmdpbjogMjdweCAwIDExcHg7XHJcbn1cclxuXHJcbi5yYXRpbmctYm94IC5qcS1yeS1jb250YWluZXIge1xyXG5cdG1hcmdpbjogYXV0bztcclxufVxyXG5cclxuLmRldGFpbGVkLXJhdGluZyB7XHJcblx0d2lkdGg6IGF1dG87XHJcbiAgICBkaXNwbGF5OiBpbmxpbmUtYmxvY2s7XHJcbiAgICBtYXgtd2lkdGg6IDEwMCU7XHJcbn1cclxuXHJcbi5kZXRhaWxlZC1yYXRpbmcgLnJhdGluZy1ib3gge1xyXG5cdHdpZHRoOiAxMDAlO1xyXG4gICAgb3ZlcmZsb3c6IGhpZGRlbjtcclxuICAgIHBhZGRpbmc6IDIwcHggMDtcclxufVxyXG5cclxuLmRldGFpbGVkLXJhdGluZyAucmF0aW5nLWJveCAuc3RhcnMge1xyXG5cdGNsZWFyOiBib3RoO1xyXG4gICAgcGFkZGluZzogMCAzMHB4IDNweDtcclxufVxyXG5cclxuLmRldGFpbGVkLXJhdGluZyAucmF0aW5nLWJveCAua2V5IHtcclxuICAgIGZvbnQtd2VpZ2h0OiA3MDA7XHJcbiAgICBtaW4td2lkdGg6IDYwcHg7XHJcbiAgICB0ZXh0LWFsaWduOiBsZWZ0O1xyXG59XHJcblxyXG4uZGV0YWlsZWQtcmF0aW5nIC5zdGFycz5kaXYge1xyXG4gICAgZGlzcGxheTogaW5saW5lLXRhYmxlO1xyXG4gICAgbGluZS1oZWlnaHQ6IDMwcHg7XHJcbn1cclxuXHJcbi5kZXRhaWxlZC1yYXRpbmcgLnN0YXJzPmRpdi5iYXIge1xyXG5cdHdpZHRoOiAyMDBweDtcclxuICAgIG1hcmdpbjogMCA3cHg7XHJcbn1cclxuXHJcbi5kZXRhaWxlZC1yYXRpbmcgLnN0YXJzPmRpdi5iYXIgLmZ1bGxfYmFyIHtcclxuXHRiYWNrZ3JvdW5kOiAjZWVlO1xyXG4gICAgaGVpZ2h0OiAxMnB4O1xyXG4gICAgcG9zaXRpb246IHJlbGF0aXZlO1xyXG59XHJcblxyXG4uZGV0YWlsZWQtcmF0aW5nIC5zdGFycz5kaXYuYmFyIC5mdWxsX2JhciA+IGRpdiB7XHJcbiAgICBwb3NpdGlvbjogYWJzb2x1dGU7XHJcbiAgICB0b3A6IDA7XHJcbiAgICBsZWZ0OiAwO1xyXG4gICAgYm90dG9tOiAwO1xyXG4gICAgYmFja2dyb3VuZDogI2ZmYjYwNjtcclxufVxyXG5cclxuLyovLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8qLyAvKioqKiovXHJcblxyXG51bC53Yi1sZC1jb3Vyc2UtY29tbWVudGxpc3Qge1xyXG4gICAgbGlzdC1zdHlsZTogbm9uZTtcclxufVxyXG5cclxudWwud2ItbGQtY291cnNlLWNvbW1lbnRsaXN0IGxpIHtcclxuXHRib3JkZXItdG9wOiAxcHggc29saWQgI2VlZTtcclxuICAgIHBhZGRpbmc6IDUwcHggMDtcclxuICAgIG92ZXJmbG93OiBoaWRkZW47XHJcbiAgICBsaXN0LXN0eWxlOiBub25lO1xyXG4gICAgZGlzcGxheTogYmxvY2s7XHJcbn1cclxuXHJcbnVsLndiLWxkLWNvdXJzZS1jb21tZW50bGlzdCAud2ItbGQtY29tbWVudC1hdXRob3Ige1xyXG4gICAgd2lkdGg6IDcwcHg7XHJcbiAgICBvdmVyZmxvdzogaGlkZGVuO1xyXG4gICAgZmxvYXQ6IGxlZnQ7XHJcbiAgICBtYXJnaW4tcmlnaHQ6IDMwcHg7XHJcbn1cclxuXHJcbnVsLndiLWxkLWNvdXJzZS1jb21tZW50bGlzdCAud2ItbGQtY29tbWVudC1hdXRob3IgaW1nIHtcclxuXHRib3JkZXItcmFkaXVzOiA1MCU7XHJcbiAgICB3aWR0aDogMTAwcHg7XHJcbn1cclxuXHJcbnVsLndiLWxkLWNvdXJzZS1jb21tZW50bGlzdCAuY29tbWVudC10ZXh0IHtcclxuXHRtYXJnaW4tbGVmdDogMTAwcHg7XHJcbn1cclxuXHJcbnVsLndiLWxkLWNvdXJzZS1jb21tZW50bGlzdCBwLm1ldGEge1xyXG5cdG1hcmdpbjogMCAwIDE1cHg7XHJcbn1cclxuXHJcbnVsLndiLWxkLWNvdXJzZS1jb21tZW50bGlzdCAuanEtcnktY29udGFpbmVyIHtcclxuXHRwYWRkaW5nOiAwO1xyXG59XHJcblxyXG51bC53Yi1sZC1jb3Vyc2UtY29tbWVudGxpc3QgLnJldmlldy10aXRsZSB7XHJcblx0Zm9udC1zaXplOiAxNHB4O1xyXG4gICAgZm9udC1zdHlsZTogaXRhbGljO1xyXG4gICAgZm9udC13ZWlnaHQ6IDcwMDtcclxuICAgIGxpbmUtaGVpZ2h0OiAyNXB4O1xyXG4gICAgbWFyZ2luOiA5cHggMCAxNXB4O1xyXG59XHJcblxyXG51bC53Yi1sZC1jb3Vyc2UtY29tbWVudGxpc3QgIC5kZXNjcmlwdGlvbiB7XHJcbiAgICBtYXJnaW46IDEwcHggMDtcclxufVxyXG5cclxuXHJcblxyXG4iXX0= *//**
 * Sharedaddy Base Styles
 *
 * Contains styles for modules, containers, buttons
 */


/* Master container */
#jp-post-flair {
	padding-top: .5em;
}


/* Overall Sharedaddy block title */
div.sharedaddy,
#content div.sharedaddy,
#main div.sharedaddy {
	clear: both;
}

div.sharedaddy h3.sd-title {
	margin: 0 0 1em 0;
	display: inline-block;
	line-height: 1.2;
	font-size: 9pt;
	font-weight: bold;
}

body.highlander-light h3.sd-title:before {
	border-top: 1px solid rgba(0,0,0,.2);
}

body.highlander-dark h3.sd-title:before {
	border-top: 1px solid rgba(255,255,255,.4);
}


/* Sharing services list */
.sd-sharing {
	margin-bottom: 1em;
}
.sd-content ul {
	padding: 0 !important;
	margin: 0 !important;
	list-style: none !important;
}

.sd-content ul li {
	display: inline-block;
}

.sd-content ul li.share-deprecated {
	opacity: 0.5;
}

.sd-content ul li.share-deprecated a span {
	text-decoration: line-through;
}

.sd-block.sd-gplus {
	margin: 0 0 .5em 0;
}

.sd-gplus .sd-content {
	font-size: 12px;
}

/* Sharing email errors */
.sd-content .share-email-error .share-email-error-title {
	margin: 0.5em 0;
}
.sd-content .share-email-error .share-email-error-text {
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
	margin: 0.5em 0;
}


/* Buttons */
.sd-social-icon .sd-content ul li a.sd-button,
.sd-social-text .sd-content ul li a.sd-button,
.sd-content ul li a.sd-button,
.sd-content ul li .option a.share-ustom,	/* Ugh. */
.sd-content ul li.preview-item div.option.option-smart-off a,
.sd-content ul li.advanced a.share-more,
.sd-social-icon-text .sd-content ul li a.sd-button,
.sd-social-official .sd-content>ul>li>a.sd-button,
#sharing_email .sharing_send,
.sd-social-official .sd-content>ul>li .digg_button >a {		/* official Digg button no longer works, needs cleaning */
	text-decoration: none !important;
	display: inline-block;
	font-size: 13px;
	font-family: "Open Sans", sans-serif;
	font-weight: 500;
	border-radius: 4px;
	color: #2C3338 !important;
	background: #fff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(0, 0, 0, 0.12);
	text-shadow: none;
	line-height: 23px;
	padding: 4px 11px 3px 9px;
}

.sd-social-official .sd-content ul li a.sd-button,
.sd-social-official .sd-content ul li.preview-item div.option.option-smart-off a {
	align-items: center;
	display: flex;
	font-size: 12px;
	line-height: 12px;
	padding: 1px 6px 0px 5px;
	min-height: 20px;
}

.sd-social-official .sd-content ul.preview li a.sd-button,
.sd-social-official .sd-content ul.preview li.preview-item div.option.option-smart-off a {
	position: relative;
	top: 2px;
}

.sd-content ul li a.sd-button>span,
.sd-content ul li .option a.share-ustom span,	/* Ugh. */
.sd-content ul li.preview-item div.option.option-smart-off a span,
.sd-content ul li.advanced a.share-more span,
.sd-social-icon-text .sd-content ul li a.sd-button>span,
.sd-social-official .sd-content>ul>li>a.sd-button span,
.sd-social-official .sd-content>ul>li .digg_button >a span {		/* official Digg button no longer works, needs cleaning */
	line-height: 23px;
	margin-left: 6px;
}

/* Icon Only */
.sd-social-icon .sd-content ul li a.sd-button>span {
	margin-left: 0;
}

/* Text Only */
.sd-social-text .sd-content ul li a.sd-button span {
	margin-left: 3px;
}

.sd-social-official .sd-content ul li a.sd-button>span,
.sd-social-official .sd-content ul li.preview-item div.option.option-smart-off a span {
	line-height: 12px;
	margin-left: 3px;
}


.sd-social-official .sd-content>ul>li>a.sd-button:before,
.sd-social-official .sd-content>ul>li .digg_button>a:before,
.sd-social-official .sd-content .sharing-hidden .inner>ul>li>a.sd-button:before,
.sd-social-official .sd-content .sharing-hidden .inner>ul>li .digg_button>a:before {
	margin-bottom: -1px;
}

.sd-social-icon .sd-content ul li a.sd-button:hover,
.sd-social-icon .sd-content ul li a.sd-button:active,
.sd-social-text .sd-content ul li a.sd-button:hover,
.sd-social-text .sd-content ul li a.sd-button:active,
.sd-social-icon-text .sd-content ul li a.sd-button:hover,
.sd-social-icon-text .sd-content ul li a.sd-button:active,
.sd-social-official .sd-content>ul>li>a.sd-button:hover,
.sd-social-official .sd-content>ul>li>a.sd-button:active,
.sd-social-official .sd-content>ul>li .digg_button>a:hover,
.sd-social-official .sd-content>ul>li .digg_button>a:active {
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22), 0 0 0 1px rgba(0, 0, 0, 0.22);
}

.sd-social-icon .sd-content ul li a.sd-button:active,
.sd-social-text .sd-content ul li a.sd-button:active,
.sd-social-icon-text .sd-content ul li a.sd-button:active,
.sd-social-official .sd-content>ul>li>a.sd-button:active,
.sd-social-official .sd-content>ul>li .digg_button>a:active {
	box-shadow: inset 0 1px 0 rgba(0,0,0,.16);
}

/* All icons */
.sd-content ul li a.sd-button:before {
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font: normal 18px/1 'social-logos';
	vertical-align: top;
	text-align: center;
}
/* text + icon styles should have relative and top position */
.sd-social-icon-text ul li a.sd-button:before {
	position: relative;
	top: 2px;
}

/* Make it look great in Chrome and Safari */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.sd-content ul li a.sd-button:before {
		position: relative;
		top: 2px;
	}
}

.sd-social-official ul li a.sd-button:before {
	position: relative;
	top: -2px;
}
/* Make it look great in Chrome and Safari */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.sd-social-official ul li a.sd-button:before {
		top: 0px;
	}
}

.sd-content ul li {
	margin: 0 8px 12px 0;
	padding: 0;
}
/* Add more pading on touch devices */
.jp-sharing-input-touch .sd-content ul li { padding-left: 10px; }

.sd-content ul li.preview-item.no-icon a.sd-button span {
	margin-left: 0;
}

/* Text only */
.sd-social-text .sd-content ul li a:before,
.sd-content ul li.no-icon a:before {
	display: none;
}
body .sd-social-text .sd-content ul li.share-custom a span,
body .sd-content ul li.share-custom.no-icon a span {
	background-image: none;
	background-position: -500px -500px !important;	/* hack to work around !important inline style */
	background-repeat: no-repeat !important;
	padding-left: 0;
	height: 0;
	line-height: inherit;
}

.sd-social-icon .sd-content ul li a.share-more {
	position: relative;
	top: -4px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.sd-social-icon .sd-content ul li a.share-more {
		top: 2px;
	}
}
/* Firefox specific hack to make the share more button look better on Firefox. */
@-moz-document url-prefix() {
	.sd-social-icon .sd-content ul li a.share-more {
		top: 2px;
	}
}

.sd-social-icon .sd-content ul li a.share-more span {
	margin-left: 3px;
}


/* Individual icons */
.sd-social-icon .sd-content ul li.share-print a:before,
.sd-social-text .sd-content ul li.share-print a:before,
.sd-content ul li.share-print div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-print a:before,
.sd-social-official .sd-content li.share-print a:before {
	content: '\f469';
}

.sd-social-icon .sd-content ul li.share-email a:before,
.sd-social-text .sd-content ul li.share-email a:before,
.sd-content ul li.share-email div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-email a:before,
.sd-social-official .sd-content li.share-email a:before {
	content: '\f410';
}
.sd-social-icon .sd-content ul li.share-linkedin a:before,
.sd-social-text .sd-content ul li.share-linkedin a:before,
.sd-content ul li.share-linkedin div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-linkedin a:before {
	content: '\f207';
}
.sd-social-icon .sd-content ul li.share-twitter a:before,
.sd-social-text .sd-content ul li.share-twitter a:before,
.sd-content ul li.share-twitter div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-twitter a:before {
	content: '\f202';
}
.sd-social-icon .sd-content ul li.share-x a:before,
.sd-social-text .sd-content ul li.share-x a:before,
.sd-content ul li.share-x div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-x a:before {
	content: '\f10e';
}
.sd-social-icon .sd-content ul li.share-reddit a:before,
.sd-social-text .sd-content ul li.share-reddit a:before,
.sd-content ul li.share-reddit div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-reddit a:before,
.sd-social-official .sd-content li.share-reddit a:before {
	content: '\f222';
}
.sd-social-icon .sd-content ul li.share-tumblr a:before,
.sd-social-text .sd-content ul li.share-tumblr a:before,
.sd-content ul li.share-tumblr div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-tumblr a:before {
	content: '\f607';
}

.sd-social-icon .sd-content ul li.share-pocket a:before,
.sd-social-text .sd-content ul li.share-pocket a:before,
.sd-content ul li.share-pocket div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-pocket a:before {
	content: '\f224';
}
.sd-social-icon .sd-content ul li.share-pinterest a:before,
.sd-social-text .sd-content ul li.share-pinterest a:before,
.sd-content ul li.share-pinterest div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-pinterest a:before {
	content: '\f210';
}
.sd-social-icon .sd-content ul li.share-facebook a:before,
.sd-social-text .sd-content ul li.share-facebook a:before,
.sd-content ul li.share-facebook div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-facebook a:before {
	content: '\f203';
}
.sd-social-icon .sd-content ul li.share-press-this a:before,
.sd-social-text .sd-content ul li.share-press-this a:before,
.sd-content ul li.share-press-this div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-press-this a:before,
.sd-social-official .sd-content li.share-press-this a:before {
	content: '\f205';
}
.sd-social-official .sd-content li.share-press-this a:before {
	color: #2ba1cb;
}
.sd-social-icon .sd-content ul li.share-telegram a:before,
.sd-social-text .sd-content ul li.share-telegram a:before,
.sd-content ul li.share-telegram div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-telegram a:before,
.sd-social-official .sd-content li.share-telegram a:before {
	content: '\f606';
}
.sd-social-official .sd-content li.share-telegram a:before {
	color: #0088cc;
}

.sd-social-icon .sd-content ul li.share-threads a:before,
.sd-social-text .sd-content ul li.share-threads a:before,
.sd-content ul li.share-threads div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-threads a:before,
.sd-social-official .sd-content li.share-threads a:before {
	content: '\f10d';
}
.sd-social-official .sd-content li.share-threads a:before {
	color: #000;
}
.sd-social-icon .sd-content ul li[class*='share-'].share-threads a.sd-button {
	background: #000;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li.share-mastodon a:before,
.sd-social-text .sd-content ul li.share-mastodon a:before,
.sd-content ul li.share-mastodon div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-mastodon a:before,
.sd-social-official .sd-content li.share-mastodon a:before {
	content: '\f10a';
}
.sd-social-official .sd-content li.share-mastodon a:before {
	color: #563ACC;
}
.sd-social-icon .sd-content ul a.share-more:before,
.sd-social-text .sd-content ul a.share-more:before,
.sd-content ul li.advanced a.share-more:before,
.sd-social-icon-text .sd-content a.share-more:before,
.sd-social-official .sd-content a.share-more:before {
	content: '\f415';
}
.sd-social-official .sd-content a.share-more:before {
	color: #2ba1cb;
}

.sd-social-icon .sd-content ul li.share-jetpack-whatsapp a:before,
.sd-social-text .sd-content ul li.share-jetpack-whatsapp a:before,
.sd-content ul li.share-jetpack-whatsapp div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-jetpack-whatsapp a:before,
.sd-social-official .sd-content li.share-jetpack-whatsapp a:before {
	content: '\f608';
}
.sd-social-official .sd-content li.share-jetpack-whatsapp a:before {
	color: #43d854;
}
.sd-social-icon .sd-content ul li[class*='share-'].share-jetpack-whatsapp a.sd-button {
	background: #43d854;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li.share-nextdoor a:before,
.sd-social-text .sd-content ul li.share-nextdoor a:before,
.sd-content ul li.share-nextdoor div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-nextdoor a:before,
.sd-social-official .sd-content li.share-nextdoor a:before {
	content: '\f10c';
}
.sd-social-official .sd-content li.share-nextdoor a:before {
	color: #8ED500;
}
.sd-social-icon .sd-content ul li[class*='share-'].share-nextdoor a.sd-button {
	background: #8ED500;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li.share-bluesky a:before,
.sd-social-text .sd-content ul li.share-bluesky a:before,
.sd-content ul li.share-bluesky div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-bluesky a:before,
.sd-social-official .sd-content li.share-bluesky a:before {
	content: '\f10f';
}
.sd-social-official .sd-content li.share-bluesky a:before {
	color: #0085ff;
}
.sd-social-icon .sd-content ul li[class*='share-'].share-bluesky a.sd-button {
	background: #0085ff;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li.share-deprecated a:before,
.sd-social-icon-text .sd-content li.share-deprecated a:before,
.sd-social-official .sd-content li.share-deprecated a:before,
.sd-content ul li.share-deprecated div.option.option-smart-off a:before {
	width: 1em;
	height: 1em;
	content: "\1F6AB";
}

/* Share count */
.sd-social .sd-button .share-count {
	background: #2ea2cc;
	color: #fff;
	-moz-border-radius: 10px;
	border-radius: 10px;
	display: inline-block;
	text-align: center;
	font-size: 10px;
	padding: 1px 3px;
	line-height: 1;
}

.sd-social-official .sd-content>ul>li>a.sd-button span {
	line-height: 1;
}

.sd-social-official .sd-content ul {
	display: flex;
	flex-wrap: wrap;
}

.sd-social-official .sd-content ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.sd-social-official .sd-content li.share-press-this a {
	margin: 0 0 5px 0;
}

.sd-social-official .sd-content ul>li {
	display: flex;
	max-height: 18px;
}

.sd-social-official .sd-content ul>li .option-smart-off {
	margin-right: 8px;
}

.sd-social-official .fb-share-button > span {
	vertical-align: top !important;
}

.sd-social-official .sd-content .pocket_button iframe {
	width: 98px;
}


/* Individual official buttons */
.pocket_button iframe, .pinterest_button, .twitter_button, .linkedin_button>span {
	margin: 0 !important;
}

.linkedin_button>span, .pinterest_button a {
	display: block !important;
}

.sd-social-official .sd-content .share-tumblr iframe {
	max-width: 53px;
	width: unset;
}

body .sd-social-official li.share-print ,
body .sd-social-official li.share-email a,
body .sd-social-official li.share-custom a,
body .sd-social-official li a.share-more,
body .sd-social-official li.share-digg a,
body .sd-social-official li.share-press-this a
{
	position: relative;
	top: 0;
}


/* Custom icons */
body .sd-social-icon .sd-content li.share-custom>a {
	padding: 2px 3px 0 3px;
	position: relative;
	top: 4px;
}

body .sd-social-icon .sd-content li.share-custom a span,
body .sd-social-icon-text .sd-content li.share-custom a span,
body .sd-social-text .sd-content li.share-custom a span,
body .sd-social-official .sd-content li.share-custom a span,
body .sd-content ul li.share-custom a.share-icon span
{
	background-size: 16px 16px;
	background-repeat: no-repeat;
	margin-left: 0;
	padding: 0 0 0 19px;
	display: inline-block;
	height: 21px;
	line-height: 16px;
}

body .sd-social-icon .sd-content li.share-custom a span {
	width: 0;
}

body .sd-social-icon .sd-content li.share-custom a span {
	padding-left: 16px !important;
}


/* Overflow Sharing dialog */
.sharing-hidden .inner {
	position: absolute;
	z-index: 2;
	border: 1px solid #ccc;
	padding: 10px;
	background: #fff;
	box-shadow: 0px 5px 20px rgba(0,0,0,.2);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin-top: 5px;
	max-width: 400px;
}

.sharing-hidden .inner ul{
	margin: 0 !important;
}

.sd-social-official .sd-content .sharing-hidden ul>li.share-end {
	clear: both;
	margin: 0 !important;
	height: 0 !important;
}

.sharing-hidden .inner:before, .sharing-hidden .inner:after {
	position: absolute;
	z-index: 1;
	top: -8px;
	left: 20px;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 8px solid #ccc;
	content: "";
	display: block;
}

.sharing-hidden .inner:after {
	z-index: 2;
	top: -7px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 8px solid #fff;
}

.sharing-hidden ul {
	margin: 0;
}


/**
 * Special colorful look for "Icon Only" option
 */

.sd-social-icon .sd-content ul li[class*='share-'] a,
.sd-social-icon .sd-content ul li[class*='share-'] a:hover,
.sd-social-icon .sd-content ul li[class*='share-'] div.option a {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 0;
	box-shadow: none;
	padding: 7px;
	position: relative;
	top: -2px;
	line-height: 1;
	width: auto;
	height: auto;
	margin-bottom: 0;
	max-width: 32px;
}

.sd-social-icon .sd-content ul li[class*='share-'] a.sd-button>span,
.sd-social-icon .sd-content ul li[class*='share-'] div.option a span {
	line-height: 1;
}

.sd-social-icon .sd-content ul li[class*='share-'] a:hover,
.sd-social-icon .sd-content ul li[class*='share-'] div.option a:hover {
	border: none;
	opacity: .6;
}



.sd-social-icon .sd-content ul li[class*='share-'] a.sd-button:before {
	top: 0;
}

.sd-social-icon .sd-content ul li[class*='share-'] a.sd-button.share-custom {
	padding: 8px 8px 6px 8px;
	top: 5px;
}

.sd-social-icon .sd-content ul li a.sd-button.share-more {
	margin-left: 10px;
}

.sd-social-icon .sd-content ul li:first-child a.sd-button.share-more {
	margin-left: 0;
}


.sd-social-icon .sd-button span.share-count {
	position: absolute;
	bottom: 0;
	right: 0;
	border-radius: 0;
	background: #555;
	font-size: 9px;
}

/* Special look colors */
.sd-social-icon .sd-content ul li[class*='share-'] a.sd-button {
	background: #e9e9e9;
	margin-top: 2px;
	text-indent: 0;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-tumblr a.sd-button {
	background: #2c4762;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-facebook a.sd-button {
	background: #0866ff;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-twitter a.sd-button {
	background: #00acee;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-x a.sd-button {
	background: #000;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-pinterest a.sd-button {
	background: #ca1f27;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-digg a.sd-button {
	color: #555555 !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-press-this a.sd-button {
	background: #4f94d4;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-telegram a.sd-button {
	background: #0088cc;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-linkedin a.sd-button {
	background: #0077b5;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-pocket a.sd-button {
	background: #ee4056;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-reddit a.sd-button {
	background: #cee3f8;
	color: #555555 !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-mastodon a.sd-button {
	background: linear-gradient(to top, #563ACC 0%, #6364FF 100%);
	color: #fff !important;
}

/**
 * Screen Reader Text for "Icon Only" option
 */

.sharing-screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.sharing-screen-reader-text:hover,
.sharing-screen-reader-text:active,
.sharing-screen-reader-text:focus {
	background-color: #f0f0f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}


#jetpack-source_f_name {
	display: none!important;
	position: absolute !important;
	left: -9000px;
}

.sd-content .share-customize-link {
	margin-top: 8px;
	line-height: 11px;
}

.sd-content .share-customize-link a {
	font-size: 11px;
	font-family: "Open Sans", sans-serif;
}

@media print {
	.sharedaddy.sd-sharing-enabled {
		display: none;
	}
}
/* Generated by grunt-webfont */
/* Based on https://github.com/endtwist/fontcustom/blob/master/lib/fontcustom/templates/fontcustom.css */



@font-face {
	font-family:"social-logos";
	src: url(data:application/octet-stream;base64,d09GMgABAAAAAB2IAAsAAAAANSAAAB05AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHFQGYACKAArQCL9RATYCJAOBaAt2AAQgBYRGB4UBG60rRUaGjQMQAvmaIio2tYhqTZr9Xx9wcj1WMEGJoo6qrgODWGccXRNTYYue4+Oz39Vk4Ms+2MVqxDJYsAcLqX50bj3CPJ2YsN8PJUh46Pfrd649sb3rX81C/eCNjIcOIRG6J4bW1xOzPPBc7t9t6nnkRWNiOMZ0nICRHtXy9hmQ951v9pukyd0GaNBYv/Aev+P7ccVWHF9sy5PkthlAYARt3nTWS5mbNLnZMoTpDwIJU3pf2Z597K9buFylq3S1JcpMx9SUCqRPLzYUQIBhbuYQ0ce9Sqetw9M2/x0VendEGUTZCBYYlIBiJNpTnDMLv3/mSl2Xuvibq3CtyzYW+iNL+CeuxkvLC9xkXyGS7tfxpsDC0tNugczT+AZJOFJsaE21/2OWBXQDYTYh59zfU3v5XKB8+RIlxc8wnxFmE4ZIVVUOKM0o3E8H+XEZ7FBOkQMUdkbOqtoRuBz+6eDSQhL1RWwHEYciHcZmEbpdlBXYnMNIUDHu8xMECMzYImuNXl/pMH2clGlxKXCsisN2PZVPE/qiEryhc/dm0BBnIGrBCMfbz2vMZ0gmIu64eVJf+BbrlwBT4dSTO65LYIACE382lbXrmahS+3yCEpx9Lw4yYEAPTRe2rLh8LeWe8lDVVrPVfPV5jdRVfrbeUe9vNikJMDcKW/Y1mHUy58W2MGCPFr0sBuWituLA4295kNJyFnVqM2FSQatQh3HLjCGWa1ZgSVZRty6xeaum5Tl6ZQzqN6qHJ9EiMqDPsBmCovlGjJmyYMWclHaIFMsRQD7HxSpKYq4jUQrSKCnJvdBkEYZ0wiFtcMkEPDIJnxQQkFaEemxEpAMxGUdClpEiBlYwhDKBRVkELsoymEVZSQBDluCQLFxShE+6YUkX0iRGhswjS1aRI9PI64GCHs9RJL1o0eNX9JBB9JF+TTKKAT3uMUg8DAkSVG3Qgmo2iFDNBwOoPg/6UMvL8EZBMIM6IjSJgiQaivgwZAQOGYNLpuCRBfhkBZbMoYOk0C+YHe0A1lZYXt6A74grSN19pYkfLkJzVr87weMyJCFHwWjJEKQSDAVL0JYgNCzxaMxKdEGjyZLPoS1B0GuNofRMysqh1LA90J1BFEe2Rc/AaaWBTeyHie/H+ivas5Ny/AIvcBa4rr9SlPhx3NKPa9RDTDpocWvU18uj+75uaYFxEeX4xU567OtBG+hlPiVZeudlj+7SOppmCr4ddq4fq4yZXUUFgmB6Kp3mMRCOF0xvO42NAZk3LNCEwJuwPiIGO4gRgHcWgjhyagpxVZnyeWHMGZVkJVMHbKSB5VLW9LXlLdjKak6IUgEhJ6VRNVxF4nB3i+ebF7S2yi0sA5pGAepVkGhCnq5hwAzP7p5/3bqsd1Jp80OEpav9jZ6y4GzpPBLK0mkd+AWjkJNBUGT1ZDAOWKE+h9A6W9YgV5EAIWBLjSFv+mG7PpY1C9/vItFuPuSPWp2UXBh/EEOs6CokPOoBLjkYojyCQhHIX35FSHx+DmAvvmAsv72CDM0OlsVCGi6V7QYYuX7N95n3Z+lRGGRjzZVq6zHfHWB1tL4/dut4Cw/KBk2kGcNVBS4rcEVp1BrMK6OS6R5fjpVOrh5tDivDy/GWbXxiPjgQHHqdqd9ZSdd2lTdb5oN4MRWcWoPl0erB+XRns978CHKi8pAQRwmDGgYwHb60XMuxrzsOoDc3HDlsO7fsrOPaFLo3Nh895opej/f7MopYGLpquL0/2tp6RXsOCqPqsS9YOuXsq2uWIu/pHLofOTL97tLM2W7ovtjTyWprsWd7yfrhYrxzIEjxmRx1XGq7jm1Q3FKb0qPAduHh/P/FMhjo2rQ/a6CrMup5yNmAJTfQPbNGaItbi3kepDMuIcpytaV1s2lL38+JMATvo+gCRBBDvoZlygRIGB4AeAsC7/p9yHu9nGfY6ZHkHW25l+OuotQ3a9eOYPfnHI8gW5v4hG8ww1aQgs40KqeEqC0nkNoeIXZqexGz6TgMqGLiQIzuNk7QetRs1+83bHc2lUnJSdCYAwNpBiF3elo1kHZkEx/rnqizhmzxZk68n2LTH+SnWT7zEStCvk8FA8z0u25xLYylk1JuDpYUCQ8A5sezfWMLWWlQD67jMjeGiyDGCGC4Hgw6DnQNbtisbF9DWFluiJgmbuGV6NkspnyrbLVHm5BnFSwlpiMrVZMFrQc2VIwxowFYpr7frxRZgwzYgZnAst8PPd498fUlf/UNyxPHm0gssxWZ1QkEsQ9YmLO0IXdxufO+sx9E6539iSACCGCAIX6Y3U/+S45kFBoo0HOWUcGyiwA9hLS3AzgHcCFWSFZQzcVHfvuJGECsuod8KCdTQdAoxossVijUt6DuFcPVarM0VOKJcrlVS9duiddz9fuP2ZMHjfk38l2n9egZf/qw2X5LRXeMjS/IpUk+sUjFKl+TK1gUheIqBo1Wh10kujEsGwCwOkLFBYzlLwj5z/8C9iNIWUrIrCzIW+aVFlHh9/x6MZ+KfDwoNVzH1T0E8ahQimvNoJDVbbRkGW4GqQUAa+uG40VQhqyTDbIlb1LqwMFceHi19FSsAAAD0Y7pC28O1dLa2pSsDLdJdUhBOH8guNT5lihvLkPId5YIXHSojMcTZSxXmB/BkbC3WMvJLy/Y88/j2Oy2HJ9mU2NiYobPTtryCXssnvJnuYHBdTTjAcDMEYBgVkNIkQM8cwfRmF2aQE5GIbZdnHsdhlvCKIi+fa/nKFv+AMjCeiDkTVEPqSbtoRJUGh+QoGj6WFpWeSnPR5sH2+Hh7vaxLZud2/j4AZnVm8tWOa3TnV/5A8IcgvfxhrhGJDRRD1XOpltYRuB9iEQzoROPeBOJMcBMkxY2FuPK+joxmdjnLwgEK7Zy8D668jDhEjU7GskdEsNrYPlq8lKQOKhAU57EiHmkOgP5q+wSlh9esKnPSFTJlsL2APNoYV5V0cyEB+K7oyPmwoH5Q7hzzFrqb05ATqkniKOUjov6pu1q2WD87eX4fDTim82eCDNGfWw3aXaZrvS+vuz1f/Xt0su3n6emP3yanRlWlbpRGPEDqzY5pBSpGl7BhH6APUK0fqk1P36/2554tPRm5cnY+7erT2c/vRkJxuOQTb1HYjhId15R0etB3u9fMubCcEaa9Ku/qbQ6/ObECmCxsdDFAP2JBJgWVgHdGZPmbBpa/o8hsjcSa66U8Dwgu7bM82bb+Oq49kbmBYmK4SjPoHNhUomxAzTwR0cb+gU50WVHFwuI0zX/HWupWY8pW/T4DPdlxHOW0C2N6lqs2H9Fk7eWQrJbrN9m1GdGHUExqrQ2ixjKhJZ/ioyjOXEbco2vimXATNqUOdCuUbOSoixnmRSYTg4hoRJg7LKx5e5oRGBiVpLwp2qbMAkoQT65NrXOUgYmsIY70Y/o3ScxYdHhQ6WDB6tE8Zo8saRgeWXQtkVDYhYPXAhAAxk5mqLEiOBUgGWakBd06fMkcJD4+azsF7ZFBRRSps8EMWK+rMHS8CMl0rQSCievwabyciQMwysLUQohpwGCjDgwqRbkUsEx8A8uiZbb3z2P9KinlLb6tu/vC4uLvfOq7FN0xfe3fXSg57LV6V94c8RnlXxTZKjHLgkyXQv8YsGgH6YWpxeIFE/078LMbMisq7lDt540/Vr5en5hk1vue2E9WoloTDnxfZ2bhYIQCQKzOUq19AFIhS8yRKMgua5KFcL9bYfGvfDmYeQdVNP2XtWoHVCufZBX5OnPi5L3RR9pYTwf9+PV/XPfNxYbqcahd7tam4PxWGH5PeqZXvJzr+SZxsZDT3f2HBhm5jwYOe4KZT+7tvnRpglaWXxo6bQ6UvczXk7CZiOKJ9yUAmR6VdhsrPt29eHkEsZAVQqsGNTKMI/NonnxKj8AUHU49UB2ggK4OlffUVR0WvBPD1WIghBDBJEA92Nj+wEG7MJWZwPXOtbWXnhvbrS0ALNqCZ3zMAZOECimpbXRq+TfNI5hpANpNr9hF9Lb6DZdrcF8JdlKDM6bb99Pxd/2ThbYeEo0pXwlVRkuLu95GQnyBctb3/bNQtg6SpqPARZmuuJo0LFEk/hWtQmhj9VDq/Ehpcq1ebNmFQxtefnR84yE4/SQyIwuZdfS7+wovs+6SjxCItm3o1PuzPHOrB9XYYigOLrZXMBwyzXO/CxDv8p2mPRPRUh1n6MSuAWLQ8qaVqokZJNSiPA5rrORQQXSXRKkda2sW8udiVPsvc/0ufERC1sex5nhCdJ0poxC3RCKzDhca0uCaKu7n1riT+L9XYIpZX/SD9eIs9mXOGP/4xcfWrYByQua85DbsUynpe+hpO06ikChNE4Fcdt9j1wfsA10qf0H3Tsjh5h3EXWQTbFrY2fIwb+jHAboFwVoG+QASQGnaksXLav2xYvnX+/vL5WpsdihXbjRLDauXrLgwoVL7w5ZGpkSVuKw/p8aotB2/YlSCUOMn29y35J40oBtK5TCkf6wjpDyC6WLwLI0MVkSsktRgFRKgnLh+dojT41uXYd3qA6qHDjhCErl7BHg3aiD1QvoiIIpuZanhNk87x2duhi6ytjif09tCaa1eEXnZojTK9vFagxQTYRBWJzonuanm2XRdY3gwDLGZwsuyPnEthIe89v1XKSb0FzpHoOQ88+9IIbHRNeRPx6robCKGfq4X8Fltnu9MnB4TsgJ2DnpO7kjxcANbtjCHqAuNBbuYNL+OBpFdKCFmdX8anDAnwUos2Qg5vaI9KIerrjfm7D8BjmU738LsLpNz7gtLu7e2TG2mjzLmCWrtYF2kuAiZM8CDX7IUoMf0UV3Ef0IK+grfmz3RftRmCB+O6GfQE+AB8JH3orpwkwyfViCmxfPTJg/JSfwvp9vSVR+rj51e2kUl+Nv4I14z2X+xe6u6f+iVbr5IYi+2DvPfzfFehDXFS4qmfVen5sSAdOUUWDKBMnQO0vVNPXNXnHYyog7S3xnt/vibny+tujvlBDJr1Trhvz90fvv7+klTd4GXy09cChpczDvq3NGRDhbKs8Z0eIN4XfGfk0vjeVZdn66pqyUYhTYIAP7SvkBgl52JOrV9p9OO+u7esx4sQDDMaJLOT/vL/xcXRJi6nSmz6yd+W+lp4O50rbK66/hXmfpzT6GMB7ML36b5IhdnLb47WzIjntTSa3UnuKIjTMkUZif49FpT2ceOaDnCMTgx/IxRvNAjCEN/w1fo85RLqM7wS4jPa2Rg+NE9xrJCetLQDFKrHOqpE0Th9xYQQS++ACPmTuS9mEFoE15gvnJXoWpCwnMS4vkbA6NCQ1SXJa5Qx+FeqCDFe7yqNXBmzmnhYF5IbrudgNYbKy5U1d/7NGx9trp5G0/RNukhxeJNyXsCFxlC5mxrYpN3PTRogMS68c73FKyDkzgmCtM9y4cjhLXz8TiyRENG2M6Pho17lJ0oXbaWVxz52J9R/SOwNZ8o0bGgQkVxXJrIW//gZMGzs5bRhyeEmehvGl7sJ+Hw5Ej2ovh9xgdwcB8ehh+D/XWw1Y6HqEH48ueSOCtySIF7yAfwNYWwVsYHcDXauuZAluS3Cg1GKRGeeJqW3F6UEqQ7j292NaiLQkvLg4v0cbo2d/7a97BYJUnbUI3QdPRTupO0h572oIuOmJA2+SnrKMdblWMKWPxOktNlwhrRXdaA5QP8iiBddjluFziNhKVuJ2YQGjHr8OWEaLJzVZ7LoD4BBd+DO9igdf6HUk7Pjdu1JPYs/2zz5M+356YFElTMOasqXUGprMMLzV/fGNFaZhcVx5qUrcSDPiepRlW6S3jsynx4bPpX4WLsiOoSBOBtO8zvy3hy/0+20ciNCHUiCxx+Fcl+9966PBljQZmSr1lwjjGu+LdF63LlAzzrfxhiVplVnsKHxseG8XfS6xB7QG0cLMFjDJXe1D9JEaDNCNWoTCnF9U399FtWd4mUWQlp9SFyDL1ar8vwpdGe1KD0xJfCcaKsbSumGWwhta336Pt/ipRGo8ke3+bhS8QCnTFfDAvT22TnJquGZdJRvxsfiMSldelgxnMCC2p/bJ0UQUh6gVRTBuY37XYYzgs3oEjVZFwO8SHDT1VpB9TWHDd498ZNYzfH9UH1wTTPp+1Dy0QPDgadvRBmFXBHxHEhmn3a79Kv3vHjTzHmANVX0/7TjMdLP75T6rkkvOqT87zWRJE6itFXA7zUJKM+sG+8TjafGT0z/+Gdkx7j/TnGnTNn6RE7CH+5Kk2l60tUnTmsfO0Y2E8KP/uXwzlX6f9wOhoFtKPArQfcfLhvNHyHEKqLPD/4zzQt2nrjvHmfi9EwoCSKZV1tBcTK86UILGbig2/74gmEEDc82ehmWOhiQI8AsJvfjQFNuSBKIvoz+HhP0UeclGNX2VX4q3U+mqV3h6iSr8akRzs7pasn/fU9RZr1W8IyATBRJgQS5to5Cd5T1AjH+jHe6Ln9XlmEXYDVqTBleEyEVyLdgPJvKGEEDKES8QNxRKa8Jp3cQnaTnVnHPj3p4kKrWlhIt4Y1lxh76M2h9krqH3BPRrwE9h+36XyaowI44/HLURX+axCF6o3KsYbwm8PySAx5ll7XSF2JBUrBTfvgFGnpLNKsMqJLdmfzCH4qEv/t6oE8mO/PF55XXv7fAcV4Cd151t94/28v3MfXMjuwooHTyFen12bUGiMUaqw4Fg5a5fZt23Mm4WwpgTu0XbhMoeMKcSooIrbKod7jZHlY/SXJQT6B1iTFasvDLO9eizcwq1U+NLYhTD9GW+PiauXw55ZfssvofC7MiCnD5ajmBxcmrKBJ6E8gwKk4wrbFYk3fC3+hcX4pVD8QwcvD+qi6YVwGdzD0/nadaL8e2OHoItaEW4cr4dY0L2wyMV1lRZZkmNGP/0kMyUxz2c5B+IsonHWnGoRdw6+22kW2o1eHRqMJ1fqd1qKYmfNmA01JCsnVmMV1Jx33/e6gbwlwyZev/SXvyPcCXCZY32GYtj21zrhCSusAD6e1KFNzXuI4iO9je+UjbavWqxhWi6Zk2O01ws+7Y1ZxQPeL2K82Mrz75G3LNgZmqPR5ISqAx3podjGg9ZgnzhMlshuCkmmJfNz4JRbq3ZfGggrj/D+YG2BDoyP9vj1MJkGA9KPTBvYYDgizCLbFw1j1JdtGvW+K2soTI1P90zrH5BXf4l82UmmowIxmMQyLxfPwRYMN9nsDpeJ2kQumO5vt8PCdIxHnsqA7n2ouMyknzvAJkp0WaKKegE6CYFw4I55dOKLL+jrHjEeJ+ymi+mU1nNHDt3cEpTi+VH0RwNa4EgGVu0830rN60YYF0BDuDAXcKH1njSIB3EBD3AzUCJiUQGVRczrVf/oA3x+FBFA9ygP2ZLNpXE3Z4tCLKEbhEFAOHCWMMRLHCLcnM0mChoVagEzt2F4eC8GGrRBAMLsG4Hi8bDHyzgC6BTXexxrgDGwT7x3mVe8DyKCsJivvVOHudduGAcDMaMh3svlHe+DqjE4zNe1MG/il/CvGc13uEWKmebBrOAMIvUbivv9p2yfoU/knOOfKH5oZdKb/F617KpQZzJmKW7VOQPi4AMbwTujsixFocg5U1Sfv13uN5MiS+ZeDAfRQE5TGpm1TKjeIkmmQ+FNJSSkGTZufgzraUhc3+tym2HTQUkMHSWayCXPXURuFolQBLDOkbBDLoQI2DAlAuFBKhykIFHgQDgNCTgfJBj9WVSHjEItHVEnBNRzDZv4OcYOQYbG5Lso9Eb6aBs9KO18VL5z/RJ3ekYUi5aAt+BTRv63juQvwpDtjs1cO7iidcW6+vocyGXE0RW5LJZ5+uDq7rksvlyy0BVrQh1oEr4ivpJpRh2u2BXFctDgfhddzrC4WrNMjrLVl8Uu8eVbBTDNn4VtI8D8vpEyZT95Fp0lR8fplW0pX9+WQfIcOkf2mN3loSyDj0Qr2pLbFFFxUfSaGnr0rk7eiKiFIHFfek4QBo6hhLIC04NNRJMIfpNpbMKDdlQoku2EIa8/P9f6yyHw85XwW8jPTSxsEOVmCTJiz+3018Z8t9QnH9zbfGfzvQtfVh8efXEzMr4BgEqoi1cbQROgukYX+wLUcYJHokLHR/zhTKeE8fa7n2BuRlTwHKgav0R3OTqg9ydR4vLHXqf6r6Pt+/UCyOVeuEFC9wYMcmn+p7Necl+Ulb2kAdxkPB3p2hzVHRwHq2RbYzbLol/GfxJtX/94MoZdVlBPrM/Pr2eC0lXTjNTdlUhPekx6ZRQWp3oVuyfUdzlv7M3a576px7PBpvFzfLOsCFKF/sxN5nm33+pCIUgSrZKqEoiptOZh6TZQlC6pkBSVm38HB57xLJzikBBzckXFr+KPHxVrQlL+E4LXvR0bTu7Zczv0UEJrjakwiHs2wCpg8SFh/WehmoHrJ3+Npqy7E5943vT13ShqX81DxLYGhxUJDS9xmTJ13jdwX/LwCDYPgTbT/l62V26f0L//Pu4I5pXxz2dTe8BcGcaQXZ/bqlfwbeI+ho2Dn7TT/jmXJqX2F5RmdjOjbuHZ7FAxTBBW5WNiIXDJs2aiKaLYGaH1TfIe9U7y1X0QxaGBsK8s6dtUQJUSGJSqkpyADHyJ6oLZzSrNaChioDVC6aInI3hJ6DVziSjH87bU0Y4yIIb0d5YJN9TgAKi6ANz4Ye67qS9FjV2pnmDTpK+HxuNro9LRrU+pCl7J6KLvM7YFUBkRjP7vGaa+Nb1MJ77MBtBOAt56i4GSDDOaInkrAZasO0rODK9yW5LlDjDfRxwc3o/+dypcV0jM+xu34wUn+dSIO+V2Cp3pJjxk4klVjoBtNLoKwdvC8WmWpz6dnmnr1gG8woZHVLykz/Bx0KS8iksVfqI7fF+dowkexy8D9cDHY+WIqH1V8aqG9ZPrR0Xdm8o21d869GnrIc1XyRowrj9LGLu7zQnzuh63DcGzTA7X6Bq46RwSGk+qVCeNwiHnzQGXUcXksYWSYL0ROtN4KtX448nkqFv97Ua9Czbv/7b2pijQPf9l/wUAgL6App2FM9CKhePQ9bTrUB6aJtE0zQ7Y0V3IpiV/mzujhR9B1WiIdDRBy6Mjv4G2IMdPEKqui28LOoInPjnyQ6gHL/wDqiw8Ar1yfLbth3MdoTMseXzwVF07wMmjBx/AR85iwJhMPoM6WPBpCyegq2u/hU4s/Bi66XiqrSzS3yzLjwna+n9UNwMDL+q8ityjfiOF9Z/xMW1fl5MK/ZGWHuJpHuJyYUf//5Li/kPgX0caqYie5n2RGwwYaHnQhDnWv7HJESJqGkGXYG9QeSgLST25O9YIjcc6IkswSEF70H8o6zUREfsILd6DWCnxFar3yd+ghpP/xBoFh/gPVnDy/9h29fvuo3Wrb/9CxkM4BnIk39GVABzdCb3Nb2TxlPrr1ExSeB+YkEHR9sPSy93dVMd+ZIr9O6V2XyFQn5k+0ehpUs1v5+knWMXJUFwJYnggOAqIQ7fE3yGnHB9gij1C4m9YAvr7lUt6VycXSvJDSNSJgUIWDxZkK+6cG9XwqDfsGYl670xpSiEwEXs5HX6+QXMTT6YS5uzNWXM00oonhgm7yNj/Pdztl/c7BRoMWHDgIUD8B/BLrUCFBh1Gs9XudHv9wXA0TibT2XyxXK03293+cDydL9fb/fF8fXx+ff/8vv9UEOEvpXrACZLBbgjkHPIRgtYBcBpRUOalNmQxY2os+2EciQFry5QHerZ4x6QDe8VmBIMD0XwY0fo7suBuRLTVGLyZuR2psPwpwLh3E4lWzutUhtYRuYA1oq9+YQ5FyNU7bfXq8eCTKDiGuAs+zY0JaqqddhF8aNiIkqXUxnhKieW1lf8oTcKnWiKuMygjpdfskyKjKIX+8CmpMpkZn51RCBasXfaZ04nK2lqve5naDkbDV8atRKklk/px6TqFJcMYFoiWODzykik1igFbeuNaJ0aw0qqfFdMq1hdaSi3HGCSr9OHVTJ2NdC64IKz93Uek5jGBCuTcPYgMxYhs8NAw21x/KLJ+7p+QHNQLFS0DrlYA) format('woff2');
	font-weight:normal;
	font-style:normal;
}


.social-logo {
	font-family:"social-logos";
	display:inline-block;
	vertical-align:middle;
	line-height:1;
	font-weight:normal;
	font-style:normal;
	speak:none;
	text-decoration:inherit;
	text-transform:none;
	text-rendering:auto;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}


/* Icons */


.social-logo__amazon:before {
	content:"\f600";
}


.social-logo__behance:before {
	content:"\f101";
}


.social-logo__blogger-alt:before {
	content:"\f601";
}


.social-logo__blogger:before {
	content:"\f602";
}


.social-logo__bluesky:before {
	content: "\f10f";
}


.social-logo__codepen:before {
	content:"\f216";
}


.social-logo__dribbble:before {
	content:"\f201";
}


.social-logo__dropbox:before {
	content:"\f225";
}


.social-logo__eventbrite:before {
	content:"\f603";
}


.social-logo__facebook:before {
	content:"\f203";
}


.social-logo__fediverse:before {
	content:"\f10b";
}


.social-logo__feed:before {
	content:"\f413";
}


.social-logo__flickr:before {
	content:"\f211";
}


.social-logo__foursquare:before {
	content:"\f226";
}


.social-logo__ghost:before {
	content:"\f61c";
}


.social-logo__github:before {
	content:"\f200";
}


.social-logo__google-alt:before {
	content:"\f102";
}


.social-logo__google-plus-alt:before {
	content:"\f218";
}


.social-logo__google-plus:before {
	content:"\f206";
}


.social-logo__google:before {
	content:"\f103";
}


.social-logo__instagram:before {
	content:"\f215";
}


.social-logo__link:before {
	content:"\f109";
}


.social-logo__linkedin:before {
	content:"\f207";
}


.social-logo__mail:before {
	content:"\f410";
}


.social-logo__mastodon:before {
	content:"\f10a";
}


.social-logo__medium-alt:before {
	content:"\f106";
}


.social-logo__medium:before {
	content:"\f623";
}


.social-logo__nextdoor:before {
	content:"\f10c";
}


.social-logo__patreon:before {
	content:"\f105";
}


.social-logo__pinterest-alt:before {
	content:"\f210";
}


.social-logo__pinterest:before {
	content:"\f209";
}


.social-logo__pocket:before {
	content:"\f224";
}


.social-logo__polldaddy:before {
	content:"\f217";
}


.social-logo__print:before {
	content:"\f469";
}


.social-logo__reddit:before {
	content:"\f222";
}


.social-logo__share:before {
	content:"\f415";
}


.social-logo__skype:before {
	content:"\f220";
}


.social-logo__sms:before {
	content: "\f110";
}


.social-logo__spotify:before {
	content:"\f515";
}


.social-logo__squarespace:before {
	content:"\f605";
}


.social-logo__stumbleupon:before {
	content:"\f223";
}


.social-logo__telegram:before {
	content:"\f606";
}


.social-logo-threads:before {
	content: "\f10d";
}


.social-logo__tiktok-alt:before {
	content:"\f107";
}


.social-logo__tiktok:before {
	content:"\f108";
}


.social-logo__tumblr-alt:before {
	content:"\f607";
}


.social-logo__tumblr:before {
	content:"\f214";
}


.social-logo__twitch:before {
	content:"\f516";
}


.social-logo__twitter-alt:before {
	content:"\f202";
}


.social-logo__twitter:before {
	content:"\f610";
}


.social-logo__vimeo:before {
	content:"\f212";
}


.social-logo__whatsapp:before {
	content:"\f608";
}


.social-logo__woocommerce:before {
	content:"\f104";
}


.social-logo__wordpress:before {
	content:"\f205";
}


.social-logo__x:before {
	content: "\f10e";
}


.social-logo__xanga:before {
	content:"\f609";
}


.social-logo__youtube:before {
	content:"\f213";
}
/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(./wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-brands-400.eot);
  src: url(./wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(./wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-brands-400.woff2) format("woff2"), url(./wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-brands-400.woff) format("woff"), url(./wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-brands-400.ttf) format("truetype"), url(./wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-brands-400.svg#fontawesome) format("svg"); }

.fab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }
