/**
 * 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-container .mejs-controls,.mejs-embed,.mejs-embed body{background:#222}.mejs-time{font-weight:400;word-wrap:normal}.mejs-controls a.mejs-horizontal-volume-slider{display:table}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.mejs-controls .mejs-time-rail .mejs-time-loaded{background:#fff}.mejs-controls .mejs-time-rail .mejs-time-current{background:#0073aa}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.mejs-controls .mejs-time-rail .mejs-time-total{background:rgba(255,255,255,.33)}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.mejs-controls .mejs-time-rail span{border-radius:0}.mejs-overlay-loading{background:0 0}.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;width:auto}.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 .remove-setting,.media-embed-details .setting p{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-audio-shortcode,.wp_attachment_holder .wp-video{margin-top:18px}.wp-video-shortcode video,video.wp-video-shortcode{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:700;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-artist,.wp-playlist-current-item .wp-playlist-item-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wp-audio-playlist .me-cannotplay span{padding:5px 15px}@media only screen and (max-width: 799px){.ub-hide-on-mobile{display:none}}@media only screen and (min-width: 800px)and (max-width: 1023px){.ub-hide-on-tablet{display:none}}@media only screen and (min-width: 1024px){.ub-hide-on-desktop{display:none}}.fm-map-container svg {
	z-index: 1;
	-webkit-user-select: none; /* webkit (safari, chrome) browsers */
	-moz-user-select: none; /* mozilla browsers */
	-khtml-user-select: none; /* webkit (konqueror) browsers */
	-ms-user-select: none; /* IE10+ */
	height: 100% !important;
}
.fm-tooltip {
	display: none;
	position: absolute;
	z-index: 3;
	min-width: 200px;
}
.fm-tooltip-image {
	white-space: nowrap;
}
.fm-tooltip-image img {
	max-width: none;
}
.fm-tooltip-comment {
	font-size: 11px;
	font-family: arial;
	color: #000000;
}
.fm-tooltip-comment p {
	margin-top: 0px !important;
}
.fm-tooltip-frame {
	background-color: #fff;
	border: 2px solid #bbb;
	border-radius: 10px;
	padding: 5px;
	opacity: .99;
	max-width: 400px;
	min-width: 200px;
	border-collapse: separate;	
	margin-bottom: 0 !important;
	line-height: 1.4;
	vertical-align: top;
	table-layout: auto;
}

.fm-tooltip-frame td {
	background-color:inherit;
	border: none;
	padding: 5px;
	vertical-align: top;
	margin: 0;
}
.fm-tooltip-name {
/* 	color: #000; */
	text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
/* 	font-size: 14px; */
	font-weight:bold;
	padding: 5px;
	font-family: arial;
	line-height: 1;
}
.fm-tooltip-x {
	color: #444;
	font: 12px/100% arial, sans-serif;
	position: relative;
	text-decoration: none;
	text-shadow: 0 1px 0 #fff;
	z-index: 5;
	visibility: hidden;
	cursor: pointer;
	margin: -5px -5px 5px 5px;
	border-bottom: none !important;
	float: right;
}
.fm-tooltip-x img {
	width: 12px !important;
	padding:0 !important;
	margin:0 !important;
	border:0 !important; 
}
.fm-tooltip-x.fm-frozen-x {
	visibility: visible;
}
.fm-tooltip-x.fm-mobile-x {
	visibility: visible;
}

.fm-scale {
	float: left;
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 2;
	margin: 10px;
	-webkit-user-select: none; /* webkit (safari, chrome) browsers */
	-moz-user-select: none; /* mozilla browsers */
	-khtml-user-select: none; /* webkit (konqueror) browsers */
	-ms-user-select: none; /* IE10+ */
}
.fm-scale div {
	float: left;
}
.fm-scale a {
	display: block;
	float: left;
	font-size: 31px;
	font-weight: bold;
	line-height: 38px;
	text-align: center;
	cursor: pointer;
	color: #333 !important;
	width: 41px;
	height: 37px;
	padding-top: 1px;
	border: 1px solid #e8e8e8 !important;
	border-bottom: 1px solid #bbb !important;
	text-decoration: none !important;
	margin-right: 3px;
	border-radius: 2px;
	background: #fff;
}
.fm-scale a:hover {
	color: #186ba3 !important;
}
.fm-scale a.fm-inactive {
	cursor: default;
	color: #cdcdcd !important;
}
.fm-scale-display {
	clear: both;
	position: relative;
	left: 0px;
	z-index: 10;
	width: 100%;
	height: 1px;
	bottom: 0px;
	margin-bottom: 5px;
	background-color: #e8e8e8;
}
.fm-scale-display div {
	background-color: #237cbd;
	height: 1px;
	-webkit-transition: width ease-in-out .2s;
	transition: width ease-in-out .2s;
}

.fm-scale-buttons {
	clear: both;
}

.fm-no-events {
	pointer-events: none;
}

.freeusregionsHtml5Mapright {
	margin:auto;
}
.freeusregionsHtml5Mapright .freeusregionsHtml5MapContainer {
	position: relative;
	float: left;
}
.freeusregionsHtml5Mapbottom {
	margin:auto;
}
.freeusregionsHtml5Mapbottom .freeusregionsHtml5MapContainer {
	position: relative;
}
.freeusregionsHtml5Mapright .freeusregionsHtml5MapStateInfo, .freeusregionsHtml5Mapright .freeusregionsHtml5MapStateInfo {
	float: left;
	left: 20px;
	margin-right: 20px;
	position: relative;
}
.freeusregionsHtml5Mapbottom .freeusregionsHtml5MapStateInfo, .freeusregionsHtml5Mapbottom .freeusregionsHtml5MapStateInfo {

}

.freeusregionsHtml5Mapright.htmlMapResponsive .freeusregionsHtml5MapContainer {
	position: relative;
	float: none;
	width: auto;
}
.freeusregionsHtml5Mapright .freeusregionsHtml5MapStateInfo, .freeusregionsHtml5Mapright .freeusregionsHtml5MapStateInfo {
	float: none;
	left: auto;
	margin-right: 20px;
	position: relative;
}
@media (min-width: 768px){
.freeusregionsHtml5Mapright.htmlMapResponsive .freeusregionsHtml5MapContainer {
	position: relative;
	float: left;
	width: 60%
}

.freeusregionsHtml5Mapright.htmlMapResponsive .freeusregionsHtml5MapStateInfo, .freeusregionsHtml5Mapright.htmlMapResponsive .freeusregionsHtml5MapStateInfo {
	float: left;
	margin: 2%;
	position: relative;
	width: 36%;
	left: auto;
}
}

.freeusregionsHtml5Map-areas-list {
	display: none;
	float: left;
	overflow: auto;
}

.freeusregionsHtml5Map-areas-list .freeusregionsHtml5Map-areas-item {
	margin-bottom: 2px;
}

.freeusregionsHtml5Map-areas-list a {
	font-size: 16px;
	text-decoration: none;
	word-wrap: break-word;
}

.freeusregionsHtml5MapSelector.mobile-only {
	display: none;
}

.freeusregionsHtml5MapSelector select {
	max-width: 90%;
}

@media (max-width: 768px) {
	.fm-mobile-fixed .fm-tooltip-frame {
		max-width: 100%;
		width: 100%;
	}
	.fm-mobile-fixed .fm-tooltip-comment {
		width: 100%;
	}
	.fm-scale a { 
		width: 31px;
		height: 27px;
		font-size: 21px;
		line-height: 28px;
	}
}

@media only screen and (max-width: 480px) {

	.freeusregionsHtml5Map-areas-list {
		display: none !important;
	}
	
	.freeusregionsHtml5MapSelector.mobile-only {
		display: block;
	}

}


:root{--global-font-color:#505050;--global-font-family:"Open Sans",serif;--global-font-size:14;--global-font-line-height:1.4;--highlight-font-family:"Open Sans","Helvetica Neue","Arial Narrow",sans-serif;--content-width:100%;--dropdown-symbol-width:0.7em;--color-theme-primary:#ef5455;--color-theme-secondary:#41848f;--color-theme-red:#c0392b;--color-theme-green:#27ae60;--color-theme-blue:#2980b9;--color-theme-yellow:#f1c40f;--color-theme-black:#1c2833;--color-theme-grey:#95a5a6;--color-theme-white:#ecf0f1;--color-custom-daylight:#97c0b7;--color-custom-sun:#eee9d1;--color-link:#111;--color-link-hover:#ef5455;--color-link-active:#ef5455;--global-border-color:#e8e8e8;--button_background_color:#ef5455;--button_background_hover_color:#f83939;--button_border_color:#ef5455;--button_border_hover_color:#f83939;--color-quote-border:#111;--color-quote-citation:#6c7781;--font-size-small:calc(16/var(--global-font-size)*1rem);--font-size-regular:calc(var(--global-font-size)/16*1rem);--font-size-large:calc(36/var(--global-font-size)*1rem);--font-size-larger:calc(48/var(--global-font-size)*1rem);--container-width:1170px;--container-sm:540px;--container-md:740px;--container-lg:960px;--container-xl:1140px;--container-xxl:1400px;--grid-gutter-width:30px;--el-spacing:2rem;--global-border-radius:8px;--button-border-radius:6px;--form-border-radius:6px;--line-clamp-title:2;--line-clamp-with-media:2;--line-clamp-no-media:3;--line-clamp-big-title:2;--line-clamp-big-text:var(--line-clamp-big-text);--bx-article-big-sm:1rem;--bx-article-big-md:1rem;--bx-article-big-lg:1.25rem;--bx-article-big-title-sm:1.5rem;--bx-article-big-title-md:1.75rem;--bx-article-big-title-lg:2.25rem;--line-clamp-list-title:2;--line-clamp-list-text:var(--line-clamp-list-text);--bx-article-list-sm:1rem;--bx-article-list-md:1rem;--bx-article-list-lg:1.15rem;--bx-article-list-title-sm:1.31rem;--bx-article-list-title-md:1.5rem;--bx-article-list-title-lg:1.75rem;--line-clamp-card-title:2;--line-clamp-card-text:var(--line-clamp-card-text);--bx-article-card-title-sm:1.2rem;--bx-article-card-title-md:1.5rem;--bx-article-card-title-lg:1.5rem;--bx-article-list-card-sm:1rem;--bx-article-list-card-md:1rem;--bx-article-list-card-lg:1.15rem;--line-clamp-grid-title:2;--line-clamp-grid-text:var(--line-clamp-grid-text);--bx-article-grid-title-sm:1.5rem;--bx-article-grid-title-md:1.75rem;--bx-article-grid-title-lg:2.25rem}


/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}link{display:none}h1{font-size:2em;margin:.67em 0}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],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:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;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-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}body,button,input,optgroup,select,textarea{color:#505050;color:var(--global-font-color);font-family:Open Sans,serif;font-family:var(--global-font-family);font-size:.875rem;font-size:var(--font-size-regular);line-height:1.4;line-height:var(--global-font-line-height)}h1,h2,h3,h4,h5,h6{font-family:Open Sans,Helvetica Neue,Arial Narrow,sans-serif;font-family:var(--highlight-font-family);margin-top:0;margin-bottom:1rem;color:#111;color:var(--color-link);line-height:1.4;clear:both}h1{font-size:30px}h2{font-size:24px}h3{font-size:22px}h4{font-size:20px}h5{font-size:18px}h6{font-size:16px}.entry-header h1.entry-title,.page-header .page-title{line-height:1.4;margin-top:15px;margin-bottom:1em}.entry-layout .entry-header h1.entry-title,.entry-layout .page-header .page-title{line-height:1.4;margin-bottom:1em}cite,dfn,em,i{font-style:italic}blockquote,q{quotes:"" ""}blockquote{border-left:4px solid #111;border-left:4px solid var(--color-quote-border);margin:0;padding-left:1em!important;margin-left:1.5rem}@media screen and (min-width:48em){.entry-content>blockquote{margin-left:auto}}blockquote cite{color:#6c7781;color:var(--color-quote-citation);font-size:13px;margin-top:1em;position:relative;font-style:normal}address{margin:0 0 1.5em}pre{background:#eee;font-family:Courier\ 10 Pitch,Courier,monospace;font-size:.9375rem;line-height:1.6;margin-bottom:1.5em;max-width:100%;overflow:auto;padding:1.5em}code,kbd,tt,var{font-family:Monaco,Consolas,Andale Mono,DejaVu Sans Mono,monospace;font-size:.8rem}abbr,acronym{border-bottom:1px dotted #666;cursor:help}ins,mark{background:#fff9c0;text-decoration:none}big{font-size:125%}html{-webkit-box-sizing:border-box;box-sizing:border-box}*,:after,:before{-webkit-box-sizing:inherit;box-sizing:inherit}body{background:#fafafa}hr{background-color:#e8e8e8;border:0;height:1px;margin-bottom:1.5em}ol,ul{margin:0 0 1.5em 3em}ul{list-style:disc}ol{list-style:decimal}li>ol,li>ul{margin-bottom:0;margin-left:1.5em}dt{font-weight:700}dd{margin:0 1.5em 1.5em}img{display:block;height:auto;max-width:100%}figure{margin:.5em 0}table{margin:0 0 1.5em}a{color:#111;color:var(--color-link);text-decoration:none}a:active,a:focus,a:hover{color:#ef5455;color:var(--color-link-active)}a:active,a:hover{outline:0;text-decoration:none}.container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.container:after,.container:before{content:" ";display:table}.container:after{clear:both}@media (min-width:768px){.container{width:100%}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:100%;max-width:1170px}}.container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.container-fluid:after,.container-fluid:before{content:" ";display:table}.container-fluid:after{clear:both}.row{margin-left:-15px;margin-right:-15px}.row:after,.row:before{content:" ";display:table}.row:after{clear:both}.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{float:left}.col-xs-1{width:8.3333333333%}.col-xs-2{width:16.6666666667%}.col-xs-3{width:25%}.col-xs-4{width:33.3333333333%}.col-xs-5{width:41.6666666667%}.col-xs-6{width:50%}.col-xs-7{width:58.3333333333%}.col-xs-8{width:66.6666666667%}.col-xs-9{width:75%}.col-xs-10{width:83.3333333333%}.col-xs-11{width:91.6666666667%}.col-xs-12{width:100%}.col-xs-pull-0{right:auto}.col-xs-pull-1{right:8.3333333333%}.col-xs-pull-2{right:16.6666666667%}.col-xs-pull-3{right:25%}.col-xs-pull-4{right:33.3333333333%}.col-xs-pull-5{right:41.6666666667%}.col-xs-pull-6{right:50%}.col-xs-pull-7{right:58.3333333333%}.col-xs-pull-8{right:66.6666666667%}.col-xs-pull-9{right:75%}.col-xs-pull-10{right:83.3333333333%}.col-xs-pull-11{right:91.6666666667%}.col-xs-pull-12{right:100%}.col-xs-push-0{left:auto}.col-xs-push-1{left:8.3333333333%}.col-xs-push-2{left:16.6666666667%}.col-xs-push-3{left:25%}.col-xs-push-4{left:33.3333333333%}.col-xs-push-5{left:41.6666666667%}.col-xs-push-6{left:50%}.col-xs-push-7{left:58.3333333333%}.col-xs-push-8{left:66.6666666667%}.col-xs-push-9{left:75%}.col-xs-push-10{left:83.3333333333%}.col-xs-push-11{left:91.6666666667%}.col-xs-push-12{left:100%}.col-xs-offset-0{margin-left:0}.col-xs-offset-1{margin-left:8.3333333333%}.col-xs-offset-2{margin-left:16.6666666667%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-4{margin-left:33.3333333333%}.col-xs-offset-5{margin-left:41.6666666667%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-7{margin-left:58.3333333333%}.col-xs-offset-8{margin-left:66.6666666667%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-10{margin-left:83.3333333333%}.col-xs-offset-11{margin-left:91.6666666667%}.col-xs-offset-12{margin-left:100%}@media (min-width:768px){.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12{float:left}.col-sm-1{width:8.3333333333%}.col-sm-2{width:16.6666666667%}.col-sm-3{width:25%}.col-sm-4{width:33.3333333333%}.col-sm-5{width:41.6666666667%}.col-sm-6{width:50%}.col-sm-7{width:58.3333333333%}.col-sm-8{width:66.6666666667%}.col-sm-9{width:75%}.col-sm-10{width:83.3333333333%}.col-sm-11{width:91.6666666667%}.col-sm-12{width:100%}.col-sm-pull-0{right:auto}.col-sm-pull-1{right:8.3333333333%}.col-sm-pull-2{right:16.6666666667%}.col-sm-pull-3{right:25%}.col-sm-pull-4{right:33.3333333333%}.col-sm-pull-5{right:41.6666666667%}.col-sm-pull-6{right:50%}.col-sm-pull-7{right:58.3333333333%}.col-sm-pull-8{right:66.6666666667%}.col-sm-pull-9{right:75%}.col-sm-pull-10{right:83.3333333333%}.col-sm-pull-11{right:91.6666666667%}.col-sm-pull-12{right:100%}.col-sm-push-0{left:auto}.col-sm-push-1{left:8.3333333333%}.col-sm-push-2{left:16.6666666667%}.col-sm-push-3{left:25%}.col-sm-push-4{left:33.3333333333%}.col-sm-push-5{left:41.6666666667%}.col-sm-push-6{left:50%}.col-sm-push-7{left:58.3333333333%}.col-sm-push-8{left:66.6666666667%}.col-sm-push-9{left:75%}.col-sm-push-10{left:83.3333333333%}.col-sm-push-11{left:91.6666666667%}.col-sm-push-12{left:100%}.col-sm-offset-0{margin-left:0}.col-sm-offset-1{margin-left:8.3333333333%}.col-sm-offset-2{margin-left:16.6666666667%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-4{margin-left:33.3333333333%}.col-sm-offset-5{margin-left:41.6666666667%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-7{margin-left:58.3333333333%}.col-sm-offset-8{margin-left:66.6666666667%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-10{margin-left:83.3333333333%}.col-sm-offset-11{margin-left:91.6666666667%}.col-sm-offset-12{margin-left:100%}}@media (min-width:992px){.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12{float:left}.col-md-1{width:8.3333333333%}.col-md-2{width:16.6666666667%}.col-md-3{width:25%}.col-md-4{width:33.3333333333%}.col-md-5{width:41.6666666667%}.col-md-6{width:50%}.col-md-7{width:58.3333333333%}.col-md-8{width:66.6666666667%}.col-md-9{width:75%}.col-md-10{width:83.3333333333%}.col-md-11{width:91.6666666667%}.col-md-12{width:100%}.col-md-pull-0{right:auto}.col-md-pull-1{right:8.3333333333%}.col-md-pull-2{right:16.6666666667%}.col-md-pull-3{right:25%}.col-md-pull-4{right:33.3333333333%}.col-md-pull-5{right:41.6666666667%}.col-md-pull-6{right:50%}.col-md-pull-7{right:58.3333333333%}.col-md-pull-8{right:66.6666666667%}.col-md-pull-9{right:75%}.col-md-pull-10{right:83.3333333333%}.col-md-pull-11{right:91.6666666667%}.col-md-pull-12{right:100%}.col-md-push-0{left:auto}.col-md-push-1{left:8.3333333333%}.col-md-push-2{left:16.6666666667%}.col-md-push-3{left:25%}.col-md-push-4{left:33.3333333333%}.col-md-push-5{left:41.6666666667%}.col-md-push-6{left:50%}.col-md-push-7{left:58.3333333333%}.col-md-push-8{left:66.6666666667%}.col-md-push-9{left:75%}.col-md-push-10{left:83.3333333333%}.col-md-push-11{left:91.6666666667%}.col-md-push-12{left:100%}.col-md-offset-0{margin-left:0}.col-md-offset-1{margin-left:8.3333333333%}.col-md-offset-2{margin-left:16.6666666667%}.col-md-offset-3{margin-left:25%}.col-md-offset-4{margin-left:33.3333333333%}.col-md-offset-5{margin-left:41.6666666667%}.col-md-offset-6{margin-left:50%}.col-md-offset-7{margin-left:58.3333333333%}.col-md-offset-8{margin-left:66.6666666667%}.col-md-offset-9{margin-left:75%}.col-md-offset-10{margin-left:83.3333333333%}.col-md-offset-11{margin-left:91.6666666667%}.col-md-offset-12{margin-left:100%}}@media (min-width:1200px){.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12{float:left}.col-lg-1{width:8.3333333333%}.col-lg-2{width:16.6666666667%}.col-lg-3{width:25%}.col-lg-4{width:33.3333333333%}.col-lg-5{width:41.6666666667%}.col-lg-6{width:50%}.col-lg-7{width:58.3333333333%}.col-lg-8{width:66.6666666667%}.col-lg-9{width:75%}.col-lg-10{width:83.3333333333%}.col-lg-11{width:91.6666666667%}.col-lg-12{width:100%}.col-lg-pull-0{right:auto}.col-lg-pull-1{right:8.3333333333%}.col-lg-pull-2{right:16.6666666667%}.col-lg-pull-3{right:25%}.col-lg-pull-4{right:33.3333333333%}.col-lg-pull-5{right:41.6666666667%}.col-lg-pull-6{right:50%}.col-lg-pull-7{right:58.3333333333%}.col-lg-pull-8{right:66.6666666667%}.col-lg-pull-9{right:75%}.col-lg-pull-10{right:83.3333333333%}.col-lg-pull-11{right:91.6666666667%}.col-lg-pull-12{right:100%}.col-lg-push-0{left:auto}.col-lg-push-1{left:8.3333333333%}.col-lg-push-2{left:16.6666666667%}.col-lg-push-3{left:25%}.col-lg-push-4{left:33.3333333333%}.col-lg-push-5{left:41.6666666667%}.col-lg-push-6{left:50%}.col-lg-push-7{left:58.3333333333%}.col-lg-push-8{left:66.6666666667%}.col-lg-push-9{left:75%}.col-lg-push-10{left:83.3333333333%}.col-lg-push-11{left:91.6666666667%}.col-lg-push-12{left:100%}.col-lg-offset-0{margin-left:0}.col-lg-offset-1{margin-left:8.3333333333%}.col-lg-offset-2{margin-left:16.6666666667%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-4{margin-left:33.3333333333%}.col-lg-offset-5{margin-left:41.6666666667%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-7{margin-left:58.3333333333%}.col-lg-offset-8{margin-left:66.6666666667%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-10{margin-left:83.3333333333%}.col-lg-offset-11{margin-left:91.6666666667%}.col-lg-offset-12{margin-left:100%}}@-ms-viewport{width:device-width}.visible-lg,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table!important}tr.visible-xs{display:table-row!important}td.visible-xs,th.visible-xs{display:table-cell!important}}@media (max-width:767px){.visible-xs-block{display:block!important}}@media (max-width:767px){.visible-xs-inline{display:inline!important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table!important}tr.visible-sm{display:table-row!important}td.visible-sm,th.visible-sm{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table!important}tr.visible-md{display:table-row!important}td.visible-md,th.visible-md{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block!important}}@media (min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table!important}tr.visible-lg{display:table-row!important}td.visible-lg,th.visible-lg{display:table-cell!important}}@media (min-width:1200px){.visible-lg-block{display:block!important}}@media (min-width:1200px){.visible-lg-inline{display:inline!important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block!important}}@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-lg{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table!important}tr.visible-print{display:table-row!important}td.visible-print,th.visible-print{display:table-cell!important}}.visible-print-block{display:none!important}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}}@media print{.hidden-print{display:none!important}}.comment-content .wp-smiley,.entry-content .wp-smiley,.page-content .wp-smiley{border:none;margin-bottom:0;margin-top:0;padding:0}.wp-caption,embed,iframe,object{max-width:100%}.wp-caption{margin-bottom:1.5em}.wp-caption img[class*=wp-image-]{display:block;margin-left:auto;margin-right:auto}.wp-caption-text{text-align:center}.wp-caption .wp-caption-text{margin:.8075em 0}@media screen and (min-width:48em){.wp-block-image.alignright,.wp-caption.alignright{margin-right:0;margin-right:calc(50% - var(--content-width)/2)}.wp-block-image.alignleft,.wp-caption.alignleft{margin-left:0;margin-left:calc(50% - var(--content-width)/2)}}.gallery-caption{font-size:80%}.entry{margin-bottom:1rem}.entry-header,.post-layout .entry-layout{position:relative}.entry-meta,.single-post .entry-footer{font-size:inherit}.entry-meta{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;font-size:12px}.entry-meta .posted-by img{margin-right:5px;border-radius:100px}.entry-meta .posted-by{display:block;margin:0;font-weight:700}.entry-meta .author.vcard,.entry-meta span.posted-by>a{text-transform:inherit;margin-left:0}.entry-meta .posted-by img{float:left;margin-right:15px}.entry-edit-link{margin-left:auto}.post-edit-link,.post-meta-category{text-transform:uppercase}.post-meta-category{margin-bottom:5px!important;padding:0;list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;position:relative;font-weight:700}.post-meta-category a{color:#ef5455;color:var(--color-link-active);font-size:13px}.entry-meta .entry-cat-links:before,.entry-meta .entry-comments-link a:before,.entry-meta .entry-edit-link a:before,.entry-meta .entry-featured:before{margin-right:4px;font-family:FontAwesome;font-style:normal;font-weight:400;display:inline-block;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.entry-meta .entry-cat-links:before{content:"\f115"}.entry-meta .entry-edit-link a:before{content:"\f040"}.entry-meta .entry-comments-link a:before{content:"\f0e5"}.entry-meta .entry-featured:before{content:"\f041"}.updated:not(.published){display:none}.post-thumbnail img{width:100%;margin:0 auto}.entry-content,.entry-summary,.page-content{margin:1em 0 0}.entry-content>*,.entry-summary>*,.page-content>*{margin-right:auto;margin-left:auto;max-width:100%;max-width:var(--content-width)}.entry-content ol:not(.comment-list),.entry-content ul,.entry-summary ol:not(.comment-list),.entry-summary ul,.page-content ol:not(.comment-list),.page-content ul{margin-left:1.05em}.comments-area,.entry-footer,.entry-header,.page-header,.page-navigation,.post-navigation{margin:0 0 1.5em;max-width:100%;max-width:var(--content-width)}article .entry-header{max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content}.type-badges .entry-footer,.type-badges .entry-header,.type-grade .entry-footer,.type-grade .entry-header,.type-level .entry-footer,.type-level .entry-header,.type-quests .entry-footer,.type-quests .entry-header{display:none}@media screen and (min-width:48em){.comments-area,.entry-content>*,.entry-footer,.entry-header,.entry-summary>*,.page-content>*,.page-header,.page-navigation,.post-navigation{padding-left:0;padding-right:0}}.single-post .entry-content ol,.single-post .entry-content ul:not(.blocks-gallery-grid){margin-left:0;padding:0 0 0 16px}.entry-content ol ol,.entry-content ul ul{margin-right:0;margin-left:0;padding-right:1.5em;padding-left:1.5em}.entry-content>.more-link{display:block}.page-links{clear:both;margin-bottom:1.5em}.entry-footer span{margin-right:1em}.entry-footer{clear:both;margin-bottom:0;padding:1.5em 0 0;border-top:1px solid #e8e8e8}@media screen and (min-width:48em){.entry-footer{padding-right:0;padding-left:0}}.alignleft{float:left;margin-right:1.5rem}.alignright{float:right;margin-left:1.5rem}.aligncenter{clear:both;display:block;margin-left:auto;margin-right:auto}.alignwide{max-width:100%;max-width:calc(50% + var(--content-width)/2)}.alignfull{max-width:100%;padding:0}.has-theme-primary-color,.has-theme-primary-color a{color:#ef5455;color:var(--color-theme-primary)}.has-theme-primary-background-color{background-color:#ef5455;background-color:var(--color-theme-primary)}.has-theme-secondary-color,.has-theme-secondary-color a{color:#41848f;color:var(--color-theme-secondary)}.has-theme-secondary-background-color{background-color:#41848f;background-color:var(--color-theme-secondary)}.has-theme-red-color,.has-theme-red-color a{color:#c0392b;color:var(--color-theme-red)}.has-theme-red-background-color{background-color:#c0392b;background-color:var(--color-theme-red)}.has-theme-green-color,.has-theme-green-color a{color:#27ae60;color:var(--color-theme-green)}.has-theme-green-background-color{background-color:#27ae60;background-color:var(--color-theme-green)}.has-theme-blue-color,.has-theme-blue-color a{color:#2980b9;color:var(--color-theme-blue)}.has-theme-blue-background-color{background-color:#2980b9;background-color:var(--color-theme-blue)}.has-theme-yellow-color,.has-theme-yellow-color a{color:#f1c40f;color:var(--color-theme-yellow)}.has-theme-yellow-background-color{background-color:#f1c40f;background-color:var(--color-theme-yellow)}.has-theme-black-color,.has-theme-black-color a{color:#1c2833;color:var(--color-theme-black)}.has-theme-black-background-color{background-color:#1c2833;background-color:var(--color-theme-black)}.has-theme-grey-color,.has-theme-grey-color a{color:#95a5a6;color:var(--color-theme-grey)}.has-theme-grey-background-color{background-color:#95a5a6;background-color:var(--color-theme-grey)}.has-theme-white-color,.has-theme-white-color a{color:#ecf0f1;color:var(--color-theme-white)}.has-theme-white-background-color{background-color:#ecf0f1;background-color:var(--color-theme-white)}.has-custom-daylight-color,.has-custom-daylight-color a{color:#97c0b7;color:var(--color-custom-daylight)}.has-custom-daylight-background-color{background-color:#97c0b7;background-color:var(--color-custom-daylight)}.has-custom-sun-color,.has-custom-sun-color a{color:#eee9d1;color:var(--color-custom-sun)}.has-custom-sun-background-color{background-color:#eee9d1;background-color:var(--color-custom-sun)}.has-small-font-size{font-size:1.14286rem;font-size:var(--font-size-small)}.has-regular-font-size{font-size:.875rem;font-size:var(--font-size-regular)}.has-large-font-size{font-size:2.57143rem;font-size:var(--font-size-large)}.has-larger-font-size{font-size:3.42857rem;font-size:var(--font-size-larger)}.buddyx-article{-webkit-transition:all .2s linear;transition:all .2s linear}.buddyx-article:hover{-webkit-box-shadow:0 6px 24px 0 rgba(18,43,70,.12);box-shadow:0 6px 24px 0 rgba(18,43,70,.12)}.buddyx-article--default{margin-bottom:1rem}.buddyx-article--default .buddyx-article{position:relative;margin:0;padding:1em;border:1px solid #e8e8e8;border:1px solid var(--global-border-color);border-radius:8px;border-radius:var(--global-border-radius);background:#fff}.buddyx-article--default .buddyx-article.sticky{-webkit-box-shadow:0 0 1px 2px #eaeaea,8px 8px 0 hsla(0,0%,90.2%,.5);box-shadow:0 0 1px 2px #eaeaea,8px 8px 0 hsla(0,0%,90.2%,.5)}.buddyx-article .entry-content{margin-top:0}.buddyx-article .entry-content p{margin:0}.buddyx-article-col{position:relative;margin-top:2rem;margin-top:var(--el-spacing);margin-bottom:2rem;margin-bottom:var(--el-spacing)}.buddyx-article-col .entry-title{margin-bottom:0}@media (min-width:992px){.buddyx-article--default .buddyx-article-col{margin-top:2rem;margin-top:calc(var(--el-spacing)*1);margin-bottom:2rem;margin-bottom:calc(var(--el-spacing)*1)}}.buddyx-article-col:first-child{margin-top:0}.buddyx-article-col:last-child{margin-bottom:0}.buddyx-article-col .meta-category__item:not(:first-child),.buddyx-article-col .meta-category__item span{display:none}.buddyx-article:after{content:" ";display:block;clear:both}.buddyx-article--default .buddyx-article>*{margin-bottom:1rem;margin-bottom:calc(var(--el-spacing)/2)}.buddyx-article--default .buddyx-article>:last-child{margin-bottom:0}.buddyx-article--default a.post-thumbnail{display:block}.buddyx-post-thumbnail p{margin:0}.buddyx-article--default .post-thumbnail img{border-radius:8px;border-radius:var(--global-border-radius)}.buddyx-article--list .buddyx-article{position:relative;margin:0;padding:1em;border:1px solid #e8e8e8;border:1px solid var(--global-border-color);border-radius:8px;border-radius:var(--global-border-radius);background:#fff}.buddyx-article--list .buddyx-article.sticky{-webkit-box-shadow:0 0 1px 2px #eaeaea,8px 8px 0 hsla(0,0%,90.2%,.5);box-shadow:0 0 1px 2px #eaeaea,8px 8px 0 hsla(0,0%,90.2%,.5)}.buddyx-article--list .buddyx-article .buddyx-post-thumbnail,.buddyx-article--list .buddyx-article .post-thumbnail{margin-bottom:0;height:100%}.buddyx-article--list .buddyx-article .entry-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;clear:inherit}.buddyx-article--list .entry-content{display:-webkit-box;display:-ms-flexbox;display:flex;line-height:1.5}.buddyx-article-col .entry-content{font-size:var(--bx-article-list);max-height:calc(var(--bx-article-list)*1.5*var(--line-clamp-list-text));max-height:calc(var(--bx-article-list)*1.5*var(--line-clamp-list-text, 2));overflow:hidden;display:block;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:var(--line-clamp-list-text);-webkit-line-clamp:var(--line-clamp-list-text,2);text-overflow:-o-ellipsis-lastline}@media (min-width:768px){.buddyx-article-col .entry-content{font-size:var(--bx-article-list);max-height:calc(var(--bx-article-list)*1.5*var(--line-clamp-list-text));max-height:calc(var(--bx-article-list)*1.5*var(--line-clamp-list-text, 2))}}@media (min-width:992px){.buddyx-article-col .entry-content{font-size:var(--bx-article-list);max-height:calc(var(--bx-article-list)*1.5*var(--line-clamp-list-text));max-height:calc(var(--bx-article-list)*1.5*var(--line-clamp-list-text, 2))}}.buddyx-article-col article .entry-content{font-size:var(--bx-article-list);max-height:calc(var(--bx-article-list)*1.5*var(--line-clamp-list-text));max-height:calc(var(--bx-article-list)*1.5*var(--line-clamp-list-text, 3));overflow:hidden;display:block;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:var(--line-clamp-list-text);-webkit-line-clamp:var(--line-clamp-list-text,3);text-overflow:-o-ellipsis-lastline}@media (min-width:768px){.buddyx-article-col article .entry-content{font-size:var(--bx-article-list);max-height:calc(var(--bx-article-list)*1.5*var(--line-clamp-list-text));max-height:calc(var(--bx-article-list)*1.5*var(--line-clamp-list-text, 3))}}@media (min-width:992px){.buddyx-article-col article .entry-content{font-size:var(--bx-article-list);max-height:calc(var(--bx-article-list)*1.5*var(--line-clamp-list-text));max-height:calc(var(--bx-article-list)*1.5*var(--line-clamp-list-text, 3))}}.buddyx-article-list-inner{display:-webkit-box;display:-ms-flexbox;display:flex}.buddyx-article-list-content>*{margin-bottom:.8em}.buddyx-article-list-content>:last-child{margin-bottom:0}.buddyx-article-list-thumbnail{-webkit-box-flex:0;-ms-flex:0 0 30%;flex:0 0 30%;margin-right:20px}.buddyx-article--list .format-gallery .buddyx-article-list-thumbnail{max-width:30%}.buddyx-article-list-thumbnail .post-thumbnail img{height:100%;-o-object-fit:cover;object-fit:cover;border-radius:8px;border-radius:var(--global-border-radius)}.buddyx-article-list-thumbnail:empty{display:none}.buddyx-article-list-content{width:100%}.buddyx-article--list.thumb-right .buddyx-article-list-inner{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.buddyx-article--list.thumb-right .buddyx-article-list-thumbnail{margin-left:20px;margin-right:auto}@media (max-width:480px){.buddyx-article-list-inner{-ms-flex-flow:wrap;flex-flow:wrap}.buddyx-article-list-thumbnail{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;margin-right:0;margin-bottom:15px}.buddyx-article--list .format-gallery .buddyx-article-list-thumbnail{max-width:100%}.buddyx-article--list.thumb-right .buddyx-article-list-thumbnail{margin-left:auto}}.buddyx-article--grid{margin:-15px -15px 15px}.buddyx-article--grid .buddyx-article{margin:0}.buddyx-article--grid .buddyx-article:before{display:block;position:absolute;left:8px;top:8px;font-family:FontAwesome;font-size:30px;font-weight:900;line-height:normal;z-index:1}.buddyx-article--grid .buddyx-article.format-image:before{content:"\f03e"}.buddyx-article--grid .buddyx-article.format-audio:before{content:"\f144"}.buddyx-article--grid .buddyx-article.format-video:before{content:"\f03d"}.buddyx-article--grid .buddyx-article.format-gallery:before{content:"\f03e"}.buddyx-article--grid .buddyx-article.format-quote:before{content:"\f10d"}.buddyx-article--grid .buddyx-article.format-link:before{content:"\f0c1"}.buddyx-article--grid .buddyx-article.has-post-thumbnail:before{color:#fff;z-index:2}.buddyx-article--grid .buddyx-article-col{margin:0;padding:15px;width:100%}@media (min-width:992px){.buddyx-article--grid.two-column{display:grid;grid-auto-rows:minmax(auto,auto);grid-auto-flow:dense;grid-template-columns:repeat(2,1fr)}}.buddyx-article--grid .buddyx-article{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-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;margin-bottom:0;padding:0;background-color:#ececec}.buddyx-article--grid .buddyx-article,.buddyx-article-grid-thumbnail{height:100%;border-radius:8px;border-radius:var(--global-border-radius)}.buddyx-article-grid-thumbnail{float:none!important;margin:0!important;width:100%!important;position:absolute;top:0;left:0;overflow:hidden}.buddyx-article-grid-content{grid-column-start:1;grid-column-end:2;grid-row-start:1;grid-row-end:2;margin-top:0;margin-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;text-align:center;padding:3rem}.buddyx-article-grid-content .entry-content,.buddyx-article-grid-content .entry-header-title,.buddyx-article-grid-content .entry-meta,.buddyx-article-grid-content .post-meta-category{z-index:1}.buddyx-article--grid .has-post-thumbnail.buddyx-article .entry-content,.buddyx-article--grid .has-post-thumbnail.buddyx-article .entry-meta,.buddyx-article--grid .has-post-thumbnail.buddyx-article a{color:#fff}.buddyx-article-grid-content>*{margin-bottom:.8em}.buddyx-article-grid-content>:last-child{margin-bottom:0}.buddyx-article--grid a.post-thumbnail:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;-webkit-transition:all .3s;transition:all .3s;pointer-events:none;background:rgba(0,0,0,.6)}.buddyx-article--grid .post-thumbnail img{height:100%;-o-object-fit:cover;object-fit:cover;-webkit-transition:all .5s;transition:all .5s}.buddyx-article--grid .buddyx-article:hover .post-thumbnail img{-webkit-transform:scale(1.1);transform:scale(1.1)}.buddyx-article--grid a.post-thumbnail:hover:before{opacity:.6}.entry-meta__content{text-align:left;margin-right:20px;-webkit-box-flex:1;-ms-flex:1;flex:1}.buddyx-article--masonry.without-masonry{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:wrap;flex-flow:wrap}.buddyx-article--masonry.without-masonry .buddyx-grid-sizer{display:none}.buddyx-article--masonry.without-masonry .buddyx-article{height:100%}.buddyx-article--masonry{margin:-15px -15px 15px}.buddyx-article--masonry .buddyx-article-col{margin:0;width:100%;padding:15px}.buddyx-article--masonry .buddyx-article{position:relative;margin:0;padding:1rem;border:1px solid #e8e8e8;border:1px solid var(--global-border-color);border-radius:8px;border-radius:var(--global-border-radius);background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.buddyx-article--masonry .buddyx-article.sticky{-webkit-box-shadow:0 0 1px 2px #eaeaea,8px 8px 0 hsla(0,0%,90.2%,.5);box-shadow:0 0 1px 2px #eaeaea,8px 8px 0 hsla(0,0%,90.2%,.5)}.buddyx-article--masonry .buddyx-article>*{margin-bottom:.8rem;margin-bottom:calc(var(--el-spacing)/2.5)}.buddyx-article--masonry .buddyx-article>:last-child{margin-bottom:0;margin-top:auto}.buddyx-article--masonry a.post-thumbnail{display:block}.buddyx-article--masonry .buddyx-quote-block,.buddyx-article--masonry a.post-thumbnail img{border-radius:5px}.buddyx-masonry-1 .buddyx-article-col,.buddyx-masonry-1 .buddyx-grid-sizer{width:100%}.buddyx-masonry-2 .buddyx-article-col,.buddyx-masonry-2 .buddyx-grid-sizer{width:50%}.buddyx-masonry-3 .buddyx-article-col,.buddyx-masonry-3 .buddyx-grid-sizer{width:33.33333%}@media (max-width:992px){.buddyx-masonry-3 .buddyx-article-col,.buddyx-masonry-3 .buddyx-grid-sizer{width:50%}}@media (max-width:768px){.buddyx-masonry-2 .buddyx-article-col,.buddyx-masonry-2 .buddyx-grid-sizer,.buddyx-masonry-3 .buddyx-article-col,.buddyx-masonry-3 .buddyx-grid-sizer{width:100%}}.buddyx-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;background-size:cover}.buddyx-article--default .buddyx-quote-block{min-height:300px}.buddyx-quote-block:after{content:"";display:block;background-image:linear-gradient(226deg,#96ce4e,#0acd7e)}.buddyx-quote-block .wp-block-quote{font-size:20px;border-left:0;margin:0;padding:20px}.buddyx-quote-block .wp-block-quote:before{content:"\f10d";font-family:FontAwesome;font-weight:900;color:#fff;margin-bottom:20px;display:block}.buddyx-quote-block cite,.buddyx-quote-block p{color:#fff}.buddyx-quote-block p{font-size:20px}.buddyx-quote-block cite{margin-top:15px;font-size:13px}.buddyx-audio-block iframe{width:100%}.buddyx-article--list .buddyx-audio-block iframe{height:100%}.buddyx-link-block.buddyx-post-thumbnail a i{margin-right:5px}.buddyx-article--list .buddyx-link-block.buddyx-post-thumbnail{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:#e3e3e3;position:relative}.buddyx-article--list .has-post-thumbnail a.buddyx-link-format{position:absolute;color:#fff}.buddyx-article--default .has-post-thumbnail .buddyx-link-block .post-thumbnail,.buddyx-article--masonry .has-post-thumbnail .buddyx-link-block .post-thumbnail{margin-bottom:1rem;margin-bottom:calc(var(--el-spacing)/2)}.archive-buddyx-gallery-post figure,.buddyx-post-section .buddyx-gallery-block figure{margin:0}.archive-buddyx-gallery-post .gallery .slick-next,.archive-buddyx-gallery-post .gallery .slick-prev,.buddyx-post-section .gallery .slick-next,.buddyx-post-section .gallery .slick-prev{background-color:#fff;border:0;border-radius:50%;-webkit-box-shadow:0 0 5px rgba(0,0,0,.2);box-shadow:0 0 5px rgba(0,0,0,.2);color:#1a1a1a;font-size:21px;height:40px;line-height:40px;outline:none;padding:0;position:absolute;text-align:center;top:44%;-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-buddyx-gallery-post .gallery .slick-next i,.archive-buddyx-gallery-post .gallery .slick-prev i,.buddyx-post-section .gallery .slick-next i,.buddyx-post-section .gallery .slick-prev i{display:block}.archive-buddyx-gallery-post .gallery .slick-prev,.buddyx-post-section .gallery .slick-prev{left:0}.archive-buddyx-gallery-post .gallery .slick-next,.buddyx-post-section .gallery .slick-next{right:0}.archive-buddyx-gallery-post .gallery .slick-disabled,.buddyx-post-section .gallery .slick-disabled{color:#aaa;cursor:default}.archive-buddyx-gallery-post .gallery a,.buddyx-post-section .gallery a{margin:0;padding-top:100%;position:relative;display:block}.archive-buddyx-gallery-post .gallery a img,.buddyx-post-section .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%;-o-object-fit:cover;object-fit:cover}.buddyx-article--list .slick-list,.buddyx-post-section .slick-list{line-height:0}.buddyx-video-post-thumbnail-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;position:relative;height:100%}.buddyx-video-post-thumbnail-wrap .post-thumbnail img{-o-object-fit:cover;object-fit:cover}.buddyx-play-icon{background:-webkit-gradient(linear,left top,left bottom,color-stop(0,hsla(0,0%,100%,.2)),to(hsla(0,0%,100%,0)));background:linear-gradient(180deg,hsla(0,0%,100%,.2) 0,hsla(0,0%,100%,0));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 hsla(0,0%,100%,.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;cursor:pointer}.buddyx-video-block .wp-video{margin:auto}.buddyx-content--small{width:100%;margin-right:auto;margin-left:auto}.buddyx-post-section:not(.has-featured-image),.single-post .site-wrapper{margin-top:2rem;margin-top:var(--el-spacing)}.buddyx-post-section{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}.entry-header--default{margin-bottom:0}.buddyx-content--small .buddyx-post-section .entry-media-image{left:auto;right:auto;margin-left:50%;width:100vw;-webkit-transform:translateX(-50%);transform:translateX(-50%);max-width:1140px;max-width:calc(var(--container-xl));position:relative}.single-format-link .buddyx-post-section:not(.has-featured-image) .entry-media-image{margin-left:0;width:auto;-webkit-transform:none;transform:none;margin-bottom:2rem;margin-bottom:var(--el-spacing)}.single-format-link .buddyx-post-section.has-featured-image .entry-media-image .buddyx-link-format{margin-top:2rem;margin-top:var(--el-spacing);padding-left:2rem;padding-left:var(--el-spacing);padding-right:2rem;padding-right:var(--el-spacing);display:block;text-align:center}@media (min-width:576px){.buddyx-content--small{max-width:540px;max-width:var(--container-sm)}}@media (min-width:768px){.buddyx-content--small{max-width:740px;max-width:var(--container-md)}.buddyx-post-section:not(.has-featured-image),.single-post .site-wrapper{margin-top:4rem;margin-top:calc(var(--el-spacing)*2)}}@media (min-width:992px){.buddyx-post-section:not(.has-featured-image),.single-post .site-wrapper{margin-top:6rem;margin-top:calc(var(--el-spacing)*3)}}@media (max-width:767px){.buddyx-post-section.buddyx-section-title-over .post-thumbnail{position:relative;z-index:0;width:100%;height:100%;min-height:500px;margin:0 auto;display:block;overflow:hidden;padding-top:100%}.buddyx-post-section.buddyx-section-title-over .post-thumbnail>img{-o-object-fit:cover;object-fit:cover;-o-object-position:50% 50%;object-position:50% 50%;width:100%;height:100%;position:absolute;top:0;left:0}.buddyx-post-section .post-thumbnail{position:relative;z-index:0;width:100%;height:100%;margin:0 auto;display:block;overflow:hidden;padding-top:52.56%}.buddyx-post-section .post-thumbnail>img{-o-object-fit:cover;object-fit:cover;-o-object-position:50% 50%;object-position:50% 50%;width:100%;height:100%;position:absolute;top:0;left:0}}.buddyx-section-title-over.has-featured-image .entry-header--default{width:100%;position:absolute;bottom:4rem;bottom:calc(var(--el-spacing)*2);z-index:1}.single-format-link .buddyx-section-title-over.has-featured-image .entry-header--default{bottom:10rem;bottom:calc(var(--el-spacing)*5)}.buddyx-section-title-over.has-featured-image .post-thumbnail{position:relative}.buddyx-section-title-over.has-featured-image .post-thumbnail:after{content:"";display:block;background:rgba(0,0,0,.1);position:absolute;top:0;left:0;right:0;bottom:0}.buddyx-section-title-over:not(.quote):not(.video):not(.audio):not(.gallery).has-featured-image .entry-meta,.buddyx-section-title-over:not(.quote):not(.video):not(.audio):not(.gallery).has-featured-image .entry-meta__content a,.buddyx-section-title-over:not(.quote):not(.video):not(.audio):not(.gallery).has-featured-image .post-edit-link,.buddyx-section-title-over:not(.quote):not(.video):not(.audio):not(.gallery).has-featured-image .post-meta-category a,.buddyx-section-title-over:not(.quote):not(.video):not(.audio):not(.gallery).has-featured-image h1.entry-title{color:#fff}.buddyx-section-title-over.has-featured-image .entry-header--default{padding-left:2rem;padding-left:var(--el-spacing);padding-right:2rem;padding-right:var(--el-spacing)}.buddyx-section-title-over.has-featured-image .buddyx-link-block .buddyx-link-format{margin-bottom:2rem;margin-bottom:var(--el-spacing);padding-left:2rem;padding-left:var(--el-spacing);padding-right:2rem;padding-right:var(--el-spacing)}.buddyx-section-title-over:not(.has-featured-image) .buddyx-audio-block,.buddyx-section-title-over:not(.has-featured-image) .buddyx-gallery-block,.buddyx-section-title-over:not(.has-featured-image) .buddyx-quote-block,.buddyx-section-title-over:not(.has-featured-image) .buddyx-video-block{margin-bottom:2rem;margin-bottom:var(--el-spacing)}.single-format-audio .buddyx-section-title-over.has-featured-image .entry-header--default,.single-format-gallery .buddyx-section-title-over.has-featured-image .entry-header--default,.single-format-quote .buddyx-section-title-over.has-featured-image .entry-header--default,.single-format-video .buddyx-section-title-over.has-featured-image .entry-header--default{margin-top:2rem;margin-top:var(--el-spacing)}@media (min-width:768px){.buddyx-section-title-over:not(.has-featured-image) .buddyx-audio-block,.buddyx-section-title-over:not(.has-featured-image) .buddyx-gallery-block,.buddyx-section-title-over:not(.has-featured-image) .buddyx-quote-block,.buddyx-section-title-over:not(.has-featured-image) .buddyx-video-block{margin-bottom:4rem;margin-bottom:calc(var(--el-spacing)*2)}.single-format-audio .buddyx-section-title-over.has-featured-image .entry-header--default,.single-format-gallery .buddyx-section-title-over.has-featured-image .entry-header--default,.single-format-quote .buddyx-section-title-over.has-featured-image .entry-header--default,.single-format-video .buddyx-section-title-over.has-featured-image .entry-header--default{margin-top:4rem;margin-top:calc(var(--el-spacing)*2)}}@media (min-width:992px){.buddyx-section-title-over:not(.has-featured-image) .buddyx-audio-block,.buddyx-section-title-over:not(.has-featured-image) .buddyx-gallery-block,.buddyx-section-title-over:not(.has-featured-image) .buddyx-quote-block,.buddyx-section-title-over:not(.has-featured-image) .buddyx-video-block{margin-bottom:6rem;margin-bottom:calc(var(--el-spacing)*3)}.single-format-audio .buddyx-section-title-over.has-featured-image .entry-header--default,.single-format-gallery .buddyx-section-title-over.has-featured-image .entry-header--default,.single-format-quote .buddyx-section-title-over.has-featured-image .entry-header--default,.single-format-video .buddyx-section-title-over.has-featured-image .entry-header--default{margin-top:6rem;margin-top:calc(var(--el-spacing)*3)}}.single-format-audio .buddyx-section-title-over.has-featured-image .entry-header--default,.single-format-gallery .buddyx-section-title-over.has-featured-image .entry-header--default,.single-format-quote .buddyx-section-title-over.has-featured-image .entry-header--default,.single-format-video .buddyx-section-title-over.has-featured-image .entry-header--default{position:static;padding:0}.buddyx-section-half:not(.has-featured-image) .buddyx-post-thumbnail:not(.buddyx-link-block){margin-bottom:2rem;margin-bottom:var(--el-spacing)}@media (min-width:768px){.buddyx-section-half:not(.has-featured-image) .buddyx-post-thumbnail:not(.buddyx-link-block){margin-bottom:4rem;margin-bottom:calc(var(--el-spacing)*2)}}@media (min-width:992px){.buddyx-section-half:not(.has-featured-image) .buddyx-post-thumbnail:not(.buddyx-link-block){margin-bottom:6rem;margin-bottom:calc(var(--el-spacing)*3)}.buddyx-section-half.has-featured-image{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;margin-left:50%;width:100vw;-webkit-transform:translateX(-50%);transform:translateX(-50%);max-width:1600px;background:#f5f5f5}.single-post-main-wrapper .buddyx-section-half.has-featured-image .entry-media-image{width:50%;margin:0;left:auto;-webkit-transform:none;transform:none}.buddyx-section-half.has-featured-image .entry-header--default{width:50%;bottom:6rem;bottom:calc(var(--el-spacing)*3);padding-right:2rem;padding-left:2rem;-ms-flex-item-align:end;align-self:flex-end;margin-top:0}.buddyx-section-half.has-featured-image .post-thumbnail{position:relative;z-index:0;width:100%;height:100%;margin:0 auto;display:block;overflow:hidden;padding-bottom:100%}.buddyx-section-half.has-featured-image .post-thumbnail>img{-o-object-fit:cover;object-fit:cover;-o-object-position:50% 50%;object-position:50% 50%;width:100%;height:100%;position:absolute;top:0;left:0}.buddyx-section-half.has-featured-image .buddyx-quote-block{height:500px}}@media (max-width:992px){.buddyx-section-half.has-featured-image .post-thumbnail,.single-format-audio .buddyx-section-half .buddyx-audio-block,.single-format-gallery .buddyx-section-half .buddyx-gallery-block,.single-format-link .buddyx-section-half .buddyx-link-block,.single-format-quote .buddyx-section-half .buddyx-quote-block,.single-format-video .buddyx-section-half .buddyx-video-block{margin-bottom:4rem;margin-bottom:calc(var(--el-spacing)*2)}}.buddyx-section-title-above.has-featured-image .entry-header--default{margin-top:2rem;margin-top:var(--el-spacing)}.buddyx-section-title-above.has-featured-image .entry-header--default,.single-format-audio .buddyx-section-title-above:not(.has-featured-image) .entry-header--default,.single-format-gallery .buddyx-section-title-above:not(.has-featured-image) .entry-header--default,.single-format-link .buddyx-section-title-above:not(.has-featured-image) .entry-header--default,.single-format-quote .buddyx-section-title-above:not(.has-featured-image) .entry-header--default,.single-format-video .buddyx-section-title-above:not(.has-featured-image) .entry-header--default{margin-bottom:2rem;margin-bottom:var(--el-spacing);-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}@media (min-width:768px){.buddyx-section-title-above.has-featured-image .entry-header--default{margin-top:4rem;margin-top:calc(var(--el-spacing)*2);margin-bottom:4rem;margin-bottom:calc(var(--el-spacing)*2)}.single-format-audio .buddyx-section-title-above:not(.has-featured-image) .entry-header--default,.single-format-gallery .buddyx-section-title-above:not(.has-featured-image) .entry-header--default,.single-format-link .buddyx-section-title-above:not(.has-featured-image) .entry-header--default,.single-format-quote .buddyx-section-title-above:not(.has-featured-image) .entry-header--default,.single-format-video .buddyx-section-title-above:not(.has-featured-image) .entry-header--default{margin-bottom:4rem;margin-bottom:calc(var(--el-spacing)*2)}}@media (min-width:992px){.buddyx-section-title-above.has-featured-image .entry-header--default{margin-top:6rem;margin-top:calc(var(--el-spacing)*3);margin-bottom:6rem;margin-bottom:calc(var(--el-spacing)*3)}.single-format-audio .buddyx-section-title-above:not(.has-featured-image) .entry-header--default,.single-format-gallery .buddyx-section-title-above:not(.has-featured-image) .entry-header--default,.single-format-link .buddyx-section-title-above:not(.has-featured-image) .entry-header--default,.single-format-quote .buddyx-section-title-above:not(.has-featured-image) .entry-header--default,.single-format-video .buddyx-section-title-above:not(.has-featured-image) .entry-header--default{margin-bottom:6rem;margin-bottom:calc(var(--el-spacing)*3)}}.buddyx-section-title-below .buddyx-post-thumbnail,.buddyx-section-title-below .post-thumbnail{margin-bottom:4rem;margin-bottom:calc(var(--el-spacing)*2)}.primary-sidebar{width:100%;max-width:100%;max-width:var(--content-width);margin-left:auto;margin-right:auto}@media screen and (min-width:48em){.primary-sidebar{padding-left:0;padding-right:0}}@media screen and (min-width:60em){.primary-sidebar{padding:0}}.sticky{display:block}@media screen and (max-width:60em){.sticky-sidebar-enable .sticky-sidebar.is_stuck{position:static!important}.sticky-sidebar-enable .widget-area>div{height:auto!important}}.widget{margin-top:0;margin-bottom:1.5em}.widget-area .widget{position:relative;margin:1rem 0 30px;padding:1em;border:1px solid #e8e8e8;border:1px solid var(--global-border-color);-webkit-box-shadow:none;box-shadow:none;border-radius:8px;border-radius:var(--global-border-radius);background:#fff}.widget-area .widget:first-child{margin-top:0}.widget-area .widget:last-child{margin-bottom:1rem}.widget-area .widget ul{list-style:none;margin:0;padding:0}.widget-area .widget .widget-title{margin:-1rem -1rem 1rem;padding:1rem;border-bottom:1px solid #e8e8e8;border-bottom:1px solid var(--global-border-color)}.widget li{line-height:1.5}.widget_archive ul,.widget_categories ul,.widget_meta ul,.widget_nav_menu ul,.widget_pages ul,.widget_recent_comments ul,.widget_recent_entries ul,.widget_rss ul{margin:0;padding:0;list-style-type:none}.widget select{max-width:100%;text-overflow:ellipsis}.widget_archive li,.widget_categories li{color:#7d7d7d;line-height:1.3;padding-bottom:.5em;margin-bottom:5px}.widget_categories .children{padding-top:0}.widget_search .search-submit{display:none}.widget_nav_menu .sub-menu,.widget_pages .children{padding-top:0;padding-bottom:.5em}.widget_nav_menu a,.widget_pages a{display:block;padding:.6em 0}.widget_nav_menu a,.widget_nav_menu a:focus,.widget_nav_menu a:hover,.widget_pages a,.widget_pages a:focus,.widget_pages a:hover{text-decoration:none;border-bottom:1px dashed grey}.widget_nav_menu li,.widget_pages li{padding:0}.widget_nav_menu li ul,.widget_pages li ul{margin-left:1em}.widget_meta li{line-height:1.3;padding:0 0 .5em;margin-bottom:5px}.widget_recent_entries li{margin-bottom:8px}ol.wp-block-latest-comments{padding-left:0}.wp-block-latest-posts.wp-block-latest-posts__list li{margin-bottom:1em}.widget_recent_comments li{line-height:1.3;padding-bottom:.5em;margin-bottom:5px}.widget_recent_comments a:focus,.widget_recent_comments a:hover{padding-left:0}.widget_rss li{margin-bottom:1em;line-height:1.3}.widget li a.rsswidget{padding-right:.5em;font-size:1em;line-height:1.4}.rss-date,.widget_rss cite{color:#333;font-size:.8em}.rssSummary{font-family:Open Sans,serif;font-family:var(--global-font-family);padding:.5em 0;font-size:.9em;line-height:1.3}.widget.widget_search input[type=search]{-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;padding:.5em 1em;border:1px solid #c3c3c3;border-radius:0}.widget #searchform input.text_input{padding-left:10px;width:100%;padding-right:65px}.widget #searchform{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.widget #searchform input[type=submit]{position:absolute;right:3px;border-radius:3px;height:38px;line-height:0}.widget_calendar{font-weight:400}.widget_calendar caption{padding:.5em 0;font-size:1em;font-weight:500;text-align:left}.widget_calendar thead{background:transparent;color:#333}.widget_calendar th{border:none;text-align:center}.widget_calendar thead th{border-bottom-width:2px}.widget_calendar td{padding:.2em;font-size:.8em;text-align:center;background:#fff;border:1px solid #ccc}.widget_calendar .pad{background:#eaeaea}.widget_sfwd-courses-widget li h4{font-size:inherit;margin-bottom:10px}.widget_sfwd-courses-widget li:last-child h4{margin-bottom:0}.widget_calendar a{font-weight:900;text-decoration:none}.screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important;height:1px;width:1px;overflow:hidden;word-wrap:normal!important}.screen-reader-text:focus{background-color:#f1f1f1;border-radius:3px;-webkit-box-shadow:0 0 2px 2px rgba(0,0,0,.6);box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;color:#21759b;display:block;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}#primary[tabindex="-1"]:focus{outline:0}canvas{width:100%!important;height:auto!important}body.elementor-editor-active .site-header-wrapper{z-index:99}.elementor-template-full-width #page>.container,.elementor-template-full-width #page>.container-fluid{max-width:100%;padding:0}p:empty{margin:0}.wp-embed-responsive .wp-block-embed-vimeo .wp-block-embed__wrapper:before,.wp-embed-responsive .wp-block-embed-youtube .wp-block-embed__wrapper:before,p:empty,p:empty:before{content:none}body.elementor-editor-active .primary-sidebar,body.elementor_library-template-default .primary-sidebar{display:none}body.elementor-editor-active .site-wrapper,body.elementor_library-template-default .site-wrapper{grid-template-columns:1fr!important}.site{margin:0 auto;max-width:100%;overflow:hidden}.site-wrapper{margin:1rem 0}.site-wrapper #item-header{margin-top:-1rem}@media (min-width:768px){.site-wrapper{margin:2rem 0}.site-wrapper #item-header{margin-top:-2rem}#primary,.site-wrapper{min-height:calc(100vh - 190px)}.page-template-full-width #primary,.page-template-full-width .site-wrapper{min-height:calc(100vh - 130px)}}@media (max-width:767px){.page-template-full-width:not(.elementor-editor-active) .site{padding-top:36px!important}}@media screen and (min-width:60em){.has-bbpress-sidebar-right.bbpress:not(.buddypress) .site-wrapper,.has-buddypress-sidebar-right:not(.bp-user):not(.single-item):not(.group-create):not(.page-template-full-width-container) .site-wrapper,.has-sidebar-right.bpsh-buddypress .site-wrapper,.has-sidebar-right.buddypress.search-results .site-wrapper,.has-sidebar-right.buddyx-dokan.woocommerce:not(.buddypress):not(.bbpress):not(.woocommerce-page):not(.page-template-full-width-container) .site-wrapper,.has-sidebar-right:not(.buddypress):not(.bbpress):not(.woocommerce):not(.woocommerce-page):not(.page-template-full-width-container):not(.post-template-post-full-large):not(.post-template-post-full-small):not(.mediapress) .site-wrapper,.has-woocommerce-sidebar-right .site-wrapper{display:grid;grid-template-columns:3fr 260px;grid-gap:2rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.has-bbpress-sidebar-left.bbpress:not(.buddypress) .site-wrapper,.has-buddypress-sidebar-left:not(.bp-user):not(.single-item):not(.group-create):not(.page-template-full-width-container) .site-wrapper,.has-sidebar-left.bpsh-buddypress .site-wrapper,.has-sidebar-left.buddypress.search-results .site-wrapper,.has-sidebar-left.buddyx-dokan.woocommerce:not(.buddypress):not(.bbpress):not(.woocommerce-page):not(.page-template-full-width-container) .site-wrapper,.has-sidebar-left:not(.buddypress):not(.bbpress):not(.woocommerce):not(.woocommerce-page):not(.page-template-full-width-container):not(.post-template-post-full-large):not(.post-template-post-full-small):not(.mediapress) .site-wrapper,.has-woocommerce-sidebar-left .site-wrapper{display:grid;grid-template-columns:260px 3fr;grid-gap:2rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.has-bbpress-sidebar-both.bbpress:not(.buddypress) .site-wrapper,.has-buddypress-sidebar-both:not(.bp-user):not(.single-item):not(.group-create):not(.page-template-full-width-container) .site-wrapper,.has-sidebar-both.bpsh-buddypress .site-wrapper,.has-sidebar-both.buddypress.search-results .site-wrapper,.has-sidebar-both.buddyx-dokan.woocommerce:not(.buddypress):not(.bbpress):not(.woocommerce):not(.woocommerce-page):not(.page-template-full-width-container) .site-wrapper,.has-sidebar-both:not(.buddypress):not(.bbpress):not(.woocommerce):not(.woocommerce-page):not(.page-template-full-width-container):not(.post-template-post-full-large):not(.post-template-post-full-small):not(.mediapress) .site-wrapper,.has-woocommerce-sidebar-both .site-wrapper{display:grid;grid-template-columns:260px 2fr 260px;grid-gap:1.5rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.has-bbpress-sidebar-both.bbpress:not(.buddypress) .primary-sidebar,.has-buddypress-sidebar-both:not(.bp-user):not(.single-item):not(.group-create):not(.page-template-full-width-container) .primary-sidebar,.has-sidebar-both.bpsh-buddypress .primary-sidebar,.has-sidebar-both.buddypress.search-results .primary-sidebar,.has-sidebar-both.buddyx-dokan.woocommerce:not(.buddypress):not(.bbpress):not(.woocommerce-page):not(.page-template-full-width-container) .primary-sidebar,.has-sidebar-both:not(.buddypress):not(.bbpress):not(.woocommerce):not(.woocommerce-page):not(.page-template-full-width-container):not(.post-template-post-full-large):not(.post-template-post-full-small):not(.mediapress) .primary-sidebar,.has-woocommerce-sidebar-both .primary-sidebar{padding:0}.has-bbpress-sidebar-both.bbpress:not(.buddypress) .site-main,.has-buddypress-sidebar-both:not(.bp-user):not(.single-item):not(.group-create):not(.page-template-full-width-container) .site-main,.has-sidebar-both.bpsh-buddypress .site-main,.has-sidebar-both.buddypress.search-results .site-main,.has-sidebar-both.buddyx-dokan.woocommerce:not(.buddypress):not(.bbpress):not(.woocommerce-page):not(.page-template-full-width-container) .site-main,.has-sidebar-both:not(.buddypress):not(.bbpress):not(.woocommerce):not(.woocommerce-page):not(.page-template-full-width-container):not(.post-template-post-full-large):not(.post-template-post-full-small):not(.mediapress) .site-main,.has-woocommerce-sidebar-both .site-main{grid-column:2;min-width:0}.has-bbpress-sidebar-both.bbpress:not(.buddypress) .primary-sidebar,.has-buddypress-sidebar-both:not(.bp-user):not(.single-item):not(.group-create):not(.page-template-full-width-container) .primary-sidebar,.has-sidebar-both.bpsh-buddypress .primary-sidebar,.has-sidebar-both.buddypress.search-results .primary-sidebar,.has-sidebar-both.buddyx-dokan.woocommerce:not(.buddypress):not(.bbpress):not(.woocommerce-page):not(.page-template-full-width-container) .primary-sidebar,.has-sidebar-both:not(.buddypress):not(.bbpress):not(.woocommerce):not(.woocommerce-page):not(.page-template-full-width-container):not(.post-template-post-full-large):not(.post-template-post-full-small):not(.mediapress) .primary-sidebar,.has-woocommerce-sidebar-both .primary-sidebar{grid-column:3;min-width:0}.site-header{grid-column:span 2}.has-woocommerce-sidebar-right .site-wrapper>.content-area,.site-main{grid-column:1;min-width:0}.has-bbpress-sidebar-left.bbpress:not(.buddypress) .site-main,.has-buddypress-sidebar-left:not(.bp-user):not(.single-item):not(.group-create):not(.page-template-full-width-container) .site-main,.has-sidebar-left.bpsh-buddypress .site-main,.has-sidebar-left.buddypress.search-results .site-main,.has-sidebar-left.buddyx-dokan.woocommerce:not(.buddypress):not(.bbpress):not(.woocommerce-page):not(.page-template-full-width-container) .site-main,.has-sidebar-left:not(.buddypress):not(.bbpress):not(.woocommerce):not(.woocommerce-page):not(.page-template-full-width-container):not(.post-template-post-full-large):not(.post-template-post-full-small):not(.mediapress) .site-main,.has-woocommerce-sidebar-both .site-wrapper>.content-area,.has-woocommerce-sidebar-left .site-main,.has-woocommerce-sidebar-left .site-wrapper>.content-area,.primary-sidebar{grid-column:2;min-width:0}.site-footer{grid-column:span 2}.has-buddypress-sidebar-both.has-no-buddypress-sidebar-left .site-wrapper{grid-template-columns:3fr 260px!important}.has-buddypress-sidebar-both.has-no-buddypress-sidebar-right .site-wrapper{grid-template-columns:260px 3fr!important}.has-buddypress-sidebar-both.has-no-buddypress-sidebar-left .site-main{grid-column:1!important}.has-buddypress-sidebar-both.has-no-buddypress-sidebar-left .primary-sidebar{grid-column:2!important}.page-template-page-left-sidebar .site-wrapper{display:grid;grid-template-columns:260px 3fr!important;grid-gap:2rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.page-template-page-left-sidebar .site-main{grid-column:2!important;min-width:0}.page-template-page-right-sidebar .site-wrapper{display:grid;grid-template-columns:3fr 260px!important;grid-gap:2rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.page-template-page-right-sidebar .site-main{grid-column:1!important;min-width:0}.page-template-page-right-sidebar .primary-sidebar{grid-column:2!important;min-width:0}.page-template-page-both-sidebar .site-wrapper{display:grid;grid-template-columns:260px 2fr 260px!important;grid-gap:1.5rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.page-template-page-both-sidebar .site-main{grid-column:2!important;min-width:0}.page-template-page-both-sidebar .primary-sidebar{grid-column:3!important;min-width:0}.post-template-post-left-sidebar .site-wrapper{display:grid;grid-template-columns:260px 3fr!important;grid-gap:2rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.post-template-post-left-sidebar .site-main{grid-column:2!important;min-width:0}.post-template-post-right-sidebar .site-wrapper{display:grid;grid-template-columns:3fr 260px!important;grid-gap:2rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.post-template-post-right-sidebar .site-main{grid-column:1!important;min-width:0}.post-template-post-right-sidebar .primary-sidebar{grid-column:2!important;min-width:0}.post-template-post-both-sidebar .site-wrapper{display:grid;grid-template-columns:260px 2fr 260px!important;grid-gap:1.5rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.post-template-post-both-sidebar .site-main{grid-column:2!important;min-width:0}.post-template-post-both-sidebar .primary-sidebar{grid-column:3!important;min-width:0}.has-single-post-left-sidebar .site-wrapper{display:grid;grid-template-columns:260px 3fr!important;grid-gap:2rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.has-single-post-left-sidebar .site-main{grid-column:2!important;min-width:0}.has-single-post-right-sidebar .site-wrapper{display:grid;grid-template-columns:3fr 260px!important;grid-gap:2rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.has-single-post-right-sidebar .site-main{grid-column:1!important;min-width:0}.has-single-post-right-sidebar .primary-sidebar{grid-column:2!important;min-width:0}.has-single-post-both-sidebar .site-wrapper{display:grid;grid-template-columns:260px 2fr 260px!important;grid-gap:1.5rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.has-single-post-both-sidebar .site-main{grid-column:2!important;min-width:0}.has-single-post-both-sidebar .primary-sidebar{grid-column:3!important;min-width:0}.has-single-post-no-sidebar .site-wrapper{grid-template-columns:1fr!important}.has-single-post-no-sidebar .site-main{grid-column:1!important;min-width:0}.has-sidebar-both.bp-docs .site-wrapper,.has-sidebar-left.bp-docs .site-wrapper,.has-sidebar-right.bp-docs .site-wrapper{display:block!important}.has-sidebar-both.has-docs-sidebar-right .site-wrapper,.has-sidebar-left.has-docs-sidebar-right .site-wrapper,.has-sidebar-right.has-docs-sidebar-right .site-wrapper{display:grid!important;grid-template-columns:3fr 260px!important;grid-gap:2rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.has-sidebar-both.has-docs-sidebar-right .site-main,.has-sidebar-left.has-docs-sidebar-right .site-main,.has-sidebar-right.has-docs-sidebar-right .site-main{grid-column:1!important;min-width:0}.has-sidebar-both.has-docs-sidebar-right .primary-sidebar,.has-sidebar-left.has-docs-sidebar-right .primary-sidebar,.has-sidebar-right.has-docs-sidebar-right .primary-sidebar{grid-column:2!important;min-width:0}}@media screen and (max-width:60em){.site-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}.left-sidebar,.woo-left-sidebar{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;width:100%}#primary{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;width:100%}.primary-sidebar,.woo-primary-sidebar{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;width:100%}}textarea{width:100%;resize:vertical}a.read-more.button,button[type=submit],input[type=button],input[type=reset],input[type=submit]{font-family:inherit;font-size:inherit;color:#fff;background-color:#ef5455;background-color:var(--button_background_color);border-radius:6px;border-radius:var(--button-border-radius);padding:10px 20px;font-weight:500;font-style:normal;text-decoration:none;text-align:center;cursor:pointer;display:inline-block;line-height:1.3;border:1px solid #ef5455;border:1px solid var(--button_border_color);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}.customize-partial-edit-shortcut button,.widget .customize-partial-edit-shortcut button{color:#fff!important;font-size:18px!important;border-radius:50%!important;border:2px solid #fff!important;padding:3px!important}a.read-more.button:hover,button[type=submit]:hover,input[type=button]:hover,input[type=reset]:hover,input[type=submit]:hover{color:#fff;background-color:#f83939;background-color:var(--button_background_hover_color);border:1px solid #f83939;border:1px solid var(--button_border_hover_color)}button:active,button:focus,input[type=button]:active,input[type=button]:focus,input[type=reset]:active,input[type=reset]:focus,input[type=submit]:active,input[type=submit]:focus{border-color:#aaa #bbb #bbb}button:focus-visible{outline:2px solid #000}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=range],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week],textarea{color:#666;border:1px solid #e8e8e8;border:1px solid var(--global-border-color);border-radius:6px;border-radius:var(--form-border-radius);padding:10px;min-height:38px}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=range]: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{color:#111}a.menu-close:focus-visible{outline:2px solid #fff}table{border-collapse:collapse;border-spacing:0;width:100%;margin:0 0 1rem}table,table td,table th{border:1px solid #e8e8e8;border:1px solid var(--global-border-color)}table td,table th{padding:1rem}.widget_calendar table th{padding:.2em}select{display:inline-block;font-family:inherit;font-style:inherit;font-size:15px;height:35px;outline:none;vertical-align:middle;background-color:#fff;border:1px solid #e8e8e8;border:1px solid var(--global-border-color);border-radius:3px;-webkit-box-shadow:none;box-shadow:none;padding:0 12px;color:inherit}.site-header-wrapper{position:relative;margin:0;padding-top:5px;padding-bottom:5px;border-top:0;background:#fff;min-height:51px;z-index:999;-webkit-box-shadow:0 1px 0 0 hsla(0,0%,100%,.05),0 5px 10px 0 hsla(0,0%,74.1%,.15);box-shadow:0 1px 0 0 hsla(0,0%,100%,.05),0 5px 10px 0 hsla(0,0%,74.1%,.15)}.sticky-header .site-header-wrapper.has-sticky-header{position:fixed;top:0;left:0;right:0;width:100%;z-index:999}@media (max-width:767px){.site-header-wrapper{z-index:9999}}.sticky-header .site-header-wrapper.has-sticky-header{-webkit-box-shadow:0 1px 0 0 hsla(0,0%,80.8%,.05),0 5px 10px 0 hsla(0,0%,51.8%,.15);box-shadow:0 1px 0 0 hsla(0,0%,80.8%,.05),0 5px 10px 0 hsla(0,0%,51.8%,.15)}.site-header{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:justify;-ms-flex-pack:justify;justify-content:space-between}.header-image{margin:0 auto}.header-image img{display:block;margin:0 auto}.custom-logo-link{display:block}.site-branding{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.site-logo-wrapper>a{margin-right:15px}.site-branding img{width:auto;max-height:64px;-o-object-fit:contain;object-fit:contain}.site-title{margin:0 0 6px;font-size:38px;font-weight:700;line-height:1.2;color:#333332}.site-title a{text-decoration:none;color:inherit}.site-description{margin:-5px 0 0;font-size:14px;font-weight:inherit;line-height:1.4;word-wrap:break-word;color:#757575}.nav--toggle-small .menu-toggle{display:block;margin:0;padding:10px!important;font-family:Open Sans,Helvetica Neue,Arial Narrow,sans-serif;font-family:var(--highlight-font-family);font-size:80%;line-height:0!important;color:#111;text-transform:uppercase;border:0;border-radius:0;background:transparent;float:right;cursor:pointer;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.nav--toggle-small .menu-toggle .fa{font-size:24px}.mobile-menu-heading,.nav--toggle-sub .dropdown{display:none}body.admin-bar .site-header-wrapper.has-sticky-header{top:32px}@media (max-width:782px){body.admin-bar .site-header-wrapper.has-sticky-header{top:46px}.main-navigation .user-profile-menu .sub-menu{border-top:1px solid #e8e8e8;border-top:1px solid var(--global-border-color)}}@media (max-width:600px){body.admin-bar .has-sticky-header .main-navigation .primary-menu-container,body.admin-bar .site-header-wrapper.has-sticky-header{top:0}}.main-navigation .bp-header-submenu li a,.main-navigation .user-profile-menu li a{padding:6px 15px;border-radius:6px}.main-navigation .bp-header-submenu li a:hover,.main-navigation .user-profile-menu li a:hover{background:rgba(0,0,0,.02)}.main-navigation .buddyx-mobile-menu,.moible-icons{display:none}@media (max-width:767px){.site-branding{-webkit-box-flex:1;-ms-flex:1;flex:1}.desktop-icons,.main-navigation .primary-menu-container.buddyx-desktop-menu{display:none}.main-navigation .buddyx-mobile-menu,.moible-icons{display:block}.nav--toggle-small .menu,.nav--toggle-small.nav--toggled-on .menu{display:block;padding:0 20px 20px}.mobile-menu-close{position:fixed;top:0;left:0;width:100%;height:100%;z-index:999;opacity:0;visibility:hidden;background-color:rgba(0,0,0,.7);-webkit-transition:all .3s ease;transition:all .3s ease}.has-sticky-header .mobile-menu-close{z-index:99}.mobile-menu-opened .mobile-menu-close{opacity:1;visibility:visible}.main-navigation .primary-menu-container{position:fixed;top:0;bottom:0;right:0;width:340px;overflow:auto;background-color:#fff;z-index:9999;-webkit-transform:translate3d(340px,0,0);transform:translate3d(340px,0,0);-webkit-transition:all .2s ease;transition:all .2s ease;opacity:0;visibility:hidden}body.admin-bar .main-navigation .primary-menu-container{top:46px}.mobile-menu-opened .primary-menu-container{display:block;-webkit-transform:none;transform:none;opacity:1;visibility:visible;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.mobile-menu-heading{margin-bottom:20px;padding:28px 20px;background-color:#000;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:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.mobile-menu-heading .menu-title{letter-spacing:.6px;margin-bottom:0;padding-bottom:0;font-size:24px;text-transform:uppercase;vertical-align:middle;display:inline-block;color:#fff}.mobile-menu-heading .menu-close{width:auto;color:#fff;text-transform:uppercase;text-decoration:none;font-size:12px;letter-spacing:.6px;line-height:35px;position:relative;cursor:pointer;padding-right:21px}.mobile-menu-heading .menu-close:after,.mobile-menu-heading .menu-close:before{content:" ";position:absolute;right:0;top:50%;margin-top:-1px;width:15px;height:2px;display:inline-block;background-color:#fff;-webkit-transition:background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out;-webkit-transition:background-color .2s ease-in-out,width .2s ease-in-out,-webkit-transform .2s ease-in-out;transition:background-color .2s ease-in-out,width .2s ease-in-out,-webkit-transform .2s ease-in-out;transition:background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out;transition:background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out,-webkit-transform .2s ease-in-out;-webkit-transform:rotate(0deg);transform:rotate(0deg)}.mobile-menu-heading .menu-close:hover:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.mobile-menu-heading .menu-close:hover:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.buddyx-mobile-menu .dropdown-toggle{display:block;position:absolute;top:0;right:0;margin:0;padding:0;width:36px;height:36px;text-align:center;outline:0;background-color:#ef5455;background-color:var(--button_background_color);border:1px solid #ef5455;border:1px solid var(--button_border_color);border-radius:3px}.buddyx-mobile-menu .dropdown-toggle:after{content:"\f107";font-family:FontAwesome;font-size:18px}.main-navigation ul.menu ul li{padding-left:0}#primary-menu .sub-menu,.mobile-user-profile-menu .sub-menu{display:none}#primary-menu .sub-menu.toggle-show,.mobile-user-profile-menu .sub-menu.toggle-show{display:block}.main-navigation .buddyx-mobile-menu ul.menu li a{padding:.5em 1em;border-radius:6px}.main-navigation .buddyx-mobile-menu ul.menu li a:hover{background:rgba(0,0,0,.02)}.main-navigation ul li.menu-item-has-children{position:relative}.buddyx-mobile-user .user-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:10px 30px 20px}.buddyx-mobile-user .user-wrap a{width:auto;padding:0}.buddyx-mobile-user .user-wrap .avatar{border-radius:50%;margin-right:15px;max-width:52px}.buddyx-mobile-user .user-wrap .user-name{font-size:18px;font-weight:600}.buddyx-mobile-user .my-account-link a{font-size:13px;color:#939597;line-height:1}}@media (max-width:480px){.main-navigation .primary-menu-container{width:300px}}@media (min-width:768px){.primary-menu-container{float:left;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.nav--toggle-small .menu-toggle{display:none}.nav--toggle-small .menu{display:block}.nav--toggle-sub .dropdown-symbol{display:block;background:transparent;position:absolute;right:20%;top:50%;width:60%;height:60%;border:solid #000;border-width:0 2px 2px 0;-webkit-transform:translateY(-50%) rotate(45deg);transform:translateY(-50%) rotate(45deg)}.nav--toggle-sub ul ul{display:none;position:absolute;top:100%;right:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background:#fff;margin-left:0;padding:10px 0;z-index:1;text-shadow:none;text-align:left;-webkit-box-shadow:0 2px 7px 1px rgba(0,0,0,.05),0 6px 32px 0 rgba(18,43,70,.1);box-shadow:0 2px 7px 1px rgba(0,0,0,.05),0 6px 32px 0 rgba(18,43,70,.1);border:0;border-radius:8px;border-radius:var(--global-border-radius);-webkit-transition:none;transition:none}.nav--toggle-sub ul .hideshow ul{margin-left:-10px}.hideshow.menu-item--has-toggle>ul.sub-menu:before{right:24px}.menu-item--has-toggle>ul.sub-menu:before,.nav--toggle-sub ul.user-profile-menu .sub-menu:before{content:" ";position:absolute;width:0;height:0;top:0;right:28px;border-color:#fff #fff transparent transparent;border-style:solid;border-width:7px;-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-box-shadow:2px -3px 3px 0 rgba(0,0,0,.02);box-shadow:2px -3px 3px 0 rgba(0,0,0,.02);z-index:100}.nav--toggle-sub ul.user-profile-menu .sub-menu:before,.sub-menu li.menu-item--has-toggle>ul.sub-menu:before{top:11px;left:auto;right:-13px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.nav--toggle-sub ul.user-profile-menu .sub-menu{top:0;left:auto;right:100%}.main-navigation ul.sub-menu li a{padding:5px 15px;border-radius:6px}.main-navigation ul.sub-menu li a:hover{background:rgba(0,0,0,.02)}.nav--toggle-sub .dropdown,.nav--toggle-sub .dropdown-toggle{background:transparent;position:absolute;right:0;top:50%;width:.7em;width:var(--dropdown-symbol-width);height:.7em;height:var(--dropdown-symbol-width);font-size:inherit;line-height:inherit;margin:0;padding:0;border:none;border-radius:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);overflow:visible;display:none}.nav--toggle-sub ul ul .dropdown,.nav--toggle-sub ul ul .dropdown-toggle{top:32%;right:12px;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.nav--toggle-sub ul ul .dropdown-symbol{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.nav--toggle-sub .dropdown-toggle:hover,.nav--toggle-sub .menu-item--has-toggle:hover .dropdown-toggle{pointer-events:none}.nav--toggle-sub li.menu-item--has-toggle,.nav--toggle-sub li.menu-item-has-children{position:relative;padding-right:.7em;padding-right:var(--dropdown-symbol-width)}.main-navigation.nav--toggle-sub ul.sub-menu li.menu-item--has-toggle{padding-right:0}.nav--toggle-sub li.menu-item--has-toggle:after,.nav--toggle-sub li.menu-item-has-children:after{content:"\f107";font-family:FontAwesome;display:inline-block;width:12px;height:20px;line-height:20px;position:absolute;right:0;top:0;bottom:0;margin:auto;font-size:inherit;font-weight:900}.nav--toggle-sub li.menu-item--has-toggle .sub-menu li:after,.nav--toggle-sub li.menu-item-has-children .sub-menu li:after{right:10px}.nav--toggle-sub li.menu-item--toggled-on>ul,.nav--toggle-sub li:hover>ul,.nav--toggle-sub li:not(.menu-item--has-toggle):focus>ul{display:block;-webkit-transition:none;transition:none}.nav--toggle-sub li:not(.menu-item--has-toggle):focus-within>ul{display:block;-webkit-transition:none;transition:none}}.main-navigation{clear:both;display:-webkit-box;display:-ms-flexbox;display:flex;max-width:100%;max-width:var(--content-width);font-family:Open Sans,Helvetica Neue,Arial Narrow,sans-serif;font-family:var(--highlight-font-family)}.main-navigation a{display:block;width:100%;padding:.5em 1em .5em 0;text-decoration:none;color:#000}.main-navigation ul{display:block;list-style:none;margin:0;padding:0}.main-navigation ul ul li{padding-left:1em}@media (min-width:768px){.main-navigation ul#primary-menu>li>a{padding:1.5em .5em}.main-navigation ul li a{padding:.8em .5em}.main-navigation ul li{margin:0 0 0 .5em}.main-navigation ul li:first-child{margin-left:0}.main-navigation ul ul a{width:200px}.main-navigation ul ul li{padding-left:0;margin-left:0}.main-navigation ul ul.sub-menu li{margin:0 10px}.main-navigation ul ul li a{width:170px;background:none}.main-navigation ul ul ul{top:0;right:100%;min-height:100%}.main-navigation ul ul ul ul{right:-170px}.sub-menu li.menu-item--has-toggle>ul ul.sub-menu:before{top:30px;left:0;right:auto;-webkit-transform:rotate(230deg);transform:rotate(230deg)}.main-navigation .menu{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:flex-end;-webkit-box-flex:1;-ms-flex:1;flex:1;float:left}}.menu-icons-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0;padding:10px 0}.menu-icons-wrapper .search{position:relative;margin:0 10px}.main-navigation .cart a,.main-navigation .search a{padding:0}.menu-icons-wrapper .cart,.menu-icons-wrapper .search{float:left;position:relative}.menu-icons-wrapper>.cart{margin:0 10px}.menu-icons-wrapper .top-menu-search-container{display:none;position:absolute;right:-10px;top:calc(100% + 20px);z-index:9}.menu-icons-wrapper #searchform{max-width:340px;position:relative;background:#fff;margin:0;padding:5px 45px 5px 15px;border-radius:8px;border-radius:var(--global-border-radius);-webkit-box-shadow:0 2px 7px 1px rgba(0,0,0,.05),0 6px 32px 0 rgba(18,43,70,.1);box-shadow:0 2px 7px 1px rgba(0,0,0,.05),0 6px 32px 0 rgba(18,43,70,.1)}.menu-icons-wrapper #searchform input[type=search]{border:none;background:none;padding:0 0 0 5px;text-transform:uppercase;font-size:12px;width:280px;-webkit-appearance:none}.cart-info:before,.cart-total:before,.menu-icons-wrapper #searchform input[type=search]{color:#aaa}#searchform .search-icon{display:none}.menu-icons-wrapper #searchform input[type=submit]{width:45px;height:45px;margin:0;padding:0;position:absolute;right:0;top:4px;z-index:1;cursor:pointer;background:none;border:0;text-indent:-9999px}.menu-icons-wrapper #searchform input[type=submit]:focus{border:1px dotted #aaa}.menu-icons-wrapper #searchform:before{content:"\f002";position:absolute;font-family:FontAwesome;font-size:14px;right:15px;top:0;bottom:0;margin:auto;height:22px;color:#c2c2c2}.buddypress-icons-wrapper .bp-msg sup,.buddypress-icons-wrapper .user-notifications sup,.menu-icons-wrapper .cart sup{width:15px;height:15px;line-height:15px;text-align:center;letter-spacing:0;font-size:9px;font-weight:700;background:#ef5455;background:var(--color-link-active);color:#fff;border-radius:50%;position:absolute;top:-5px;right:-8px;display:inline-block}@media (max-width:767px){.menu-icons-wrapper:after{content:"";display:table;clear:both}.menu-icons-wrapper{float:none}}@media (max-width:480px){.menu-icons-wrapper #searchform input[type=search]{width:auto}}.buddypress-icons-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;float:right;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;margin-left:15px}.buddypress-icons-wrapper.buddyx-mobile-icon{display:none}.buddypress-icons-wrapper a{padding:0}.buddypress-icons-wrapper .bp-msg a,.buddypress-icons-wrapper .user-notifications a{position:relative}.buddypress-icons-wrapper .bp-msg,.buddypress-icons-wrapper .user-link-wrap,.buddypress-icons-wrapper .user-notifications{margin:0 10px;padding:10px 0;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.buddypress-icons-wrapper .user-link-wrap{margin-right:0}.buddypress-icons-wrapper .user-notifications{position:relative}.buddypress-icons-wrapper .user-link-wrap img.avatar{width:40px;height:40px;border-radius:50%}.buddypress-icons-wrapper .user-link-wrap{padding:0;position:relative}.buddypress-icons-wrapper #bp-notify{width:300px}.buddypress-icons-wrapper #bp-notify .bp-dropdown-inner{max-height:400px;overflow-y:auto;margin:0;padding:15px}.buddypress-icons-wrapper #bp-notify .bp-dropdown-inner .dropdown-item{padding:10px}.buddypress-icons-wrapper #bp-notify .bp-dropdown-inner .dropdown-item:hover{background:rgba(0,0,0,.02);border-radius:6px;border-radius:var(--form-border-radius)}.buddypress-icons-wrapper #bp-notify .bp-dropdown-inner .dropdown-item .mute{font-size:80%;color:#757575}.buddypress-icons-wrapper #bp-notify .bp-dropdown-inner .dropdown-item p{margin:0}.buddypress-icons-wrapper #bp-notify .alert-message{padding:15px}.buddypress-icons-wrapper #bp-notify .dropdown-footer{padding:15px;border-top:1px solid #e8e8e8;border-top:1px solid var(--global-border-color)}.user-link-wrap .user-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;cursor:pointer}.user-link-wrap .bp-user{padding-right:15px}#user-profile-menu{width:170px}.main-navigation #user-profile-menu,.main-navigation .bp-header-submenu{display:none;position:absolute;top:100%;right:-8px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background:#fff;margin-left:0;z-index:1;text-shadow:none;text-align:left;-webkit-box-shadow:0 2px 7px 1px rgba(0,0,0,.05),0 6px 32px 0 rgba(18,43,70,.1);box-shadow:0 2px 7px 1px rgba(0,0,0,.05),0 6px 32px 0 rgba(18,43,70,.1);border:0;border-radius:8px;border-radius:var(--global-border-radius);-webkit-transition:all .3s;transition:all .3s}.main-navigation .bp-header-submenu.bp-notify{right:-25px}.bp-header-submenu:before,.user-profile-menu:before{content:" ";position:absolute;width:0;height:0;top:0;right:28px;border-color:#fff #fff transparent transparent;border-style:solid;border-width:7px;-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-box-shadow:2px -3px 3px 0 rgba(0,0,0,.02);box-shadow:2px -3px 3px 0 rgba(0,0,0,.02);z-index:100}.main-navigation #user-profile-menu{right:0;padding:10px 0}.user-profile-menu:before{right:50px}.buddypress-icons-wrapper .user-link-wrap.active #user-profile-menu,.buddypress-icons-wrapper .user-link-wrap:hover #user-profile-menu,.buddypress-icons-wrapper .user-notifications.active #bp-notify,.buddypress-icons-wrapper .user-notifications:hover #bp-notify{display:block}#user-profile-menu li{margin:0 10px;padding:0}.buddypress-icons-wrapper .btn-login,.buddypress-icons-wrapper .btn-register{padding:.8em .5em}.buddypress-icons-wrapper .btn-login span,.buddypress-icons-wrapper .btn-register span{margin-right:6px}@media (max-width:767px){.buddypress-icons-wrapper{display:none}.buddypress-icons-wrapper.buddyx-mobile-icon{display:-webkit-box;display:-ms-flexbox;display:flex}.buddypress-icons-wrapper .btn-login,.buddypress-icons-wrapper .btn-register{font-size:12px}.buddypress-icons-wrapper .user-link-wrap,span.bp-user{display:none}.main-navigation #user-profile-menu{top:calc(100% + 8px)}.user-profile-menu:before{right:24px}.buddyx-mobile-icon .user-link-wrap .user-link,.buddyx-mobile-icon .user-notifications>.bp-icon-wrap{pointer-events:none}}@media (max-width:480px){.main-navigation{margin-left:auto}.site-title a{font-size:24px!important}.menu-icons-wrapper .top-menu-search-container{right:-80px}.menu-icons-wrapper #searchform{max-width:200px}}@media (min-width:360px) and (max-width:440px){.buddypress-icons-wrapper #bp-notify{right:-60px}#bp-notify.bp-header-submenu:before{right:63px}}@media (max-width:359px){.buddypress-icons-wrapper #bp-notify{width:280px;right:-60px}#bp-notify.bp-header-submenu:before{right:63px}}.site-main .comment-navigation,.site-main .pagination,.site-main .post-navigation,.site-main .posts-navigation{border-bottom:1px solid #e8e8e8;border-bottom:1px solid var(--global-border-color);margin:0 auto 2em;max-width:100%;max-width:var(--content-width);overflow:hidden;padding:0 1.5rem 2em}.site-main .post-navigation,.site-main .posts-navigation{position:relative;margin:1rem 0;padding:1em 0;border-top:1px solid #e8e8e8;border-top:1px solid var(--global-border-color);border-bottom:1px solid #e8e8e8;border-bottom:1px solid var(--global-border-color)}.post-navigation-sub{display:none}.nav-previous a:before{content:"\f104";margin-right:10px}.nav-next a:after,.nav-previous a:before{font-family:FontAwesome;display:inline-block}.nav-next a:after{content:"\f105";margin-left:10px}@media screen and (min-width:48em){.site-main .comment-navigation,.site-main .pagination{position:relative;margin:1rem 0;padding:1em;border:1px solid #e8e8e8;border:1px solid var(--global-border-color);-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,.1);box-shadow:0 1px 2px 0 rgba(0,0,0,.1);border-radius:8px;border-radius:var(--global-border-radius);background:#fff}}.nav-links{display:-webkit-box;display:-ms-flexbox;display:flex}.comment-navigation .nav-previous,.post-navigation .nav-previous,.posts-navigation .nav-previous{width:50%;-webkit-box-flex:1;-ms-flex:1 0 50%;flex:1 0 50%}.comment-navigation .nav-next,.post-navigation .nav-next,.posts-navigation .nav-next{text-align:end;-webkit-box-flex:1;-ms-flex:1 0 50%;flex:1 0 50%}.post-navigation-sub span{color:#505050;color:var(--global-font-color);text-decoration:none;display:inline-block}.site-main .pagination{background:transparent;margin-bottom:1.5em;border:0;-webkit-box-shadow:none;box-shadow:none}.pagination .nav-links{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.pagination .page-numbers{display:inline-block;margin-bottom:.5em;margin-right:1em;min-width:1.75em;line-height:1.5;text-align:center;background:#fff;font-weight:400;border-radius:.28571429rem;text-transform:none;text-shadow:none!important;-webkit-box-shadow:inset 0 0 0 1px #e8e8e8;box-shadow:inset 0 0 0 1px #e8e8e8;padding:10px 15px;text-decoration:none}.pagination a:active,.pagination a:hover{border-color:#00a0d2}.pagination .next,.pagination .prev{min-width:auto;border-color:transparent}.pagination .next:active,.pagination .next:focus,.pagination .next:hover,.pagination .prev:active,.pagination .prev:focus,.pagination .prev:hover{border-color:transparent}.pagination .dots{min-width:auto;border:none}.pagination .current{color:#ef5455;color:var(--color-link-active);border-color:#505050;border-color:var(--global-font-color)}.site-footer{margin:1em 0 0;background:#fff;border-top:1px solid #e8e8e8;border-top:1px solid var(--global-border-color)}.page-template-full-width .site-footer{margin:0}.footer-inner{padding:50px 0;display:-webkit-box;display:-ms-flexbox;display:flex;grid-gap:25px}.footer-widget{width:100%;margin:0 15px}.footer-widget ul{list-style:none;margin:0;padding:0}.footer-widget:first-child{margin-left:0}.footer-widget:last-child{margin-right:0}@media (max-width:991px){.footer-inner{-ms-flex-wrap:wrap;flex-wrap:wrap}.footer-widget{width:50%;margin:0}}@media screen and (max-width:37.5em){.footer-inner{margin:50px 0;display:block}.footer-widget{width:100%}}.site-info{padding:2em 0;background:#fff;border-top:1px solid #e8e8e8;border-top:1px solid var(--global-border-color);border-bottom:1px solid #e8e8e8;border-bottom:1px solid var(--global-border-color);text-align:center}.infinite-scroll.neverending .site-footer,.infinite-scroll .pagination,.infinite-scroll .posts-navigation{display:none}.infinity-end.neverending .site-footer{display:block}body.layout-boxed{background-attachment:fixed;background-color:rgba(0,0,0,.025)}@media (min-width:1170px){.layout-boxed .site,.layout-boxed .site-header-wrapper{width:1170px;margin:0 auto;background:#fff}}.bp-user .site-sub-header,.group-create .site-sub-header,.single-item.groups .site-sub-header{display:none}.site-sub-header{position:relative;color:#505050;margin-bottom:1rem;padding:30px 0;background:hsla(0,0%,100%,.5);width:100vw;margin-left:-50vw;left:50%}.site-sub-header .woocommerce-products-header,.site-sub-header>.container{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;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;padding:0 15px}.site-sub-header .woocommerce-products-header{width:100%;padding:0}.site-sub-header>.container:before{content:none}@media (max-width:991px){.site-sub-header>.container{padding:0 20px}}.archive-description p{margin:0}.site-sub-header .entry-header,.site-sub-header .entry-header .entry-title,.site-sub-header .entry-title,.site-sub-header .page-header,.site-sub-header .page-header .page-title,.site-sub-header .page-title{position:relative;margin:0;z-index:1}.site-sub-header .entry-header-title,.site-sub-header .entry-title,.site-sub-header .page-header,.site-sub-header .page-title{color:#111;margin-right:auto}@media screen and (max-width:37.5em){.site .site-sub-header .entry-title,.site .site-sub-header .page-title{font-size:24px}}#breadcrumbs,.buddyx-breadcrumbs{font-size:14px}#breadcrumbs a,.buddyx-breadcrumbs a{color:#ef5455;color:var(--color-link-active)}#breadcrumbs a:hover,.buddyx-breadcrumbs a:hover{text-decoration:underline}.buddyx-trail-items{list-style:none}.buddyx-trail-items,.buddyx-trail-items li{display:inline-block;margin:0;padding:0;border:none;background:inherit;text-indent:0}.buddyx-trail-items li:not(.trail-end):after{padding:0 .3em;content:"\00bb"}.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,.wp-editor-wrap.tmce-active .switch-tmce{border-color:#e2e2e2}.mce-container iframe,.wp-editor-container textarea.wp-editor-area{height:250px!important}.mce-toolbar .mce-btn-group .mce-btn:focus,.mce-toolbar .mce-btn-group .mce-btn:hover,.qt-dfw:focus,.qt-dfw:hover{-webkit-box-shadow:none!important;box-shadow:none!important;border:1px solid transparent!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;-webkit-box-shadow:none!important;box-shadow:none!important}.mce-toolbar .mce-btn-group .mce-btn.mce-listbox{border:1px solid transparent!important}.mce-toolbar .mce-listbox button:hover{color:#595959}.mce-toolbar .mce-btn-group .mce-btn button{background:inherit;border-color:inherit;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}#wp-idea-stream a.button,#wp-idea-stream button:not(.ed_button):not(.search-submit):not(.submit-sort):not(.wp-embed-share-dialog-close),#wp-idea-stream input[type=button]:not(.ed_button),#wp-idea-stream input[type=reset],#wp-idea-stream input[type=submit]:not(.search-submit),a.wpis-title-button,body.single-ideas #comments .comment-reply-link{font-family:inherit;font-size:inherit;color:#fff;background-color:#ef5455;background-color:var(--button_background_color);border-radius:3px;padding:10px 20px;font-weight:500;font-style:normal;text-decoration:none;text-align:center;cursor:pointer;display:inline-block;line-height:1.3;border:1px solid #ef5455;border:1px solid var(--button_border_color);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}#wp-idea-stream a.button:focus,#wp-idea-stream a.button:hover,#wp-idea-stream button:hover:not(.ed_button):not(.search-submit):not(.submit-sort):not(.wp-embed-share-dialog-close),#wp-idea-stream input[type=button]:hover:not(.ed_button),#wp-idea-stream input[type=reset]:hover,#wp-idea-stream input[type=submit]:hover:not(.search-submit),a.wpis-title-button:focus,a.wpis-title-button:hover,body.single-ideas #comments .comment-reply-link:hover{background-color:#f83939;background-color:var(--button_background_hover_color);border:1px solid #f83939;border:1px solid var(--button_border_hover_color)}#wp-idea-stream div#pag-top{margin-bottom:2em;border-bottom:1px solid #e8e8e8;border-bottom:1px solid var(--global-border-color);border-radius:0}#wp-idea-stream div#pag-bottom{border-top:1px solid #e8e8e8;border-top:1px solid var(--global-border-color);border-radius:0}#wp-idea-stream ul.idea-list>li{position:relative;margin:1rem 0;padding:1em;border:1px solid #e8e8e8;border:1px solid var(--global-border-color);-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,.1);box-shadow:0 1px 2px 0 rgba(0,0,0,.1);border-radius:8px;border-radius:var(--global-border-radius);background:#fff}#wp-idea-stream ul.idea-list>li+li{margin-top:2em}.idea-footer{border-top:1px solid #e8e8e8;border-top:1px solid var(--global-border-color)}#wp-idea-stream .idea-list li .has_featured_image div.idea-footer{margin-bottom:0}#wp-idea-stream ul.idea-list .idea-content.has_featured_image{margin:0}ul#ideas-main-nav form#searchform{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#wp-idea-stream ul#ideas-main-nav li form input{height:38px}#wp-idea-stream ul#ideas-main-nav li form input[type=submit]{line-height:1.1}#wp-idea-stream ul.idea-comments-list .idea-comment-avatar img,#wp-idea-stream ul.idea-list .idea-avatar img{border-radius:3px}.css-events-list table.events-table td{padding:1rem}.single .type-event .entry-taxonomies{display:none}.single .type-event ul.event-categories{margin:0;padding:0;list-style:none}.single .type-event ul.event-categories li{display:inline-block}.single .type-event ul.event-categories li a{margin:0;padding:4px 8px;border:1px solid}.site-loader{height:100%;left:0;position:fixed;top:0;width:100%;z-index:999991;background:#ef5455}.loader-inner:before{content:"Loading";display:block;font-size:10em;text-transform:uppercase;left:0;position:absolute;top:50%;width:100%;transform:translateY(-50%);-moz-transform:translateY(-50%);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);right:0;margin:0 auto;text-align:center;letter-spacing:10px;opacity:.05;text-shadow:5px 5px 0 #fff}@media (max-width:1200px){.loader-inner:before{font-size:6em}}@media(max-width:991px){.loader-inner:before{font-size:5em}}@media(max-width:767px){.loader-inner:before{font-size:4em}}@media(max-width:480px){.loader-inner:before{font-size:2em}}.loader-inner{left:0;position:absolute;top:50%;width:100%;transform:translateY(-50%);-moz-transform:translateY(-50%);-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);right:0;margin:0 auto}.loader-inner .dot{width:7px;height:7px;background-color:#fff;display:block;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);border-radius:7px;animation-name:dot_move;animation-duration:2s;animation-iteration-count:infinite;animation-delay:.2s;-moz-animation-name:dot_move;-moz-animation-duration:2s;-moz-animation-iteration-count:infinite;-moz-animation-delay:.2s;-ms-animation-name:dot_move;-ms-animation-duration:2s;-ms-animation-iteration-count:infinite;-ms-animation-delay:.2s;-webkit-animation-name:dot_move;-webkit-animation-duration:2s;-webkit-animation-iteration-count:infinite;-webkit-animation-delay:.2s}.loader-inner .dot1{margin-left:-40px;animation-delay:.4s;-moz-animation-delay:.4s;-webkit-animation-delay:.4s;-ms-animation-delay:.4s}.loader-inner .dot2{margin-left:-20px;animation-delay:.3s;-moz-animation-delay:.3s;-webkit-animation-delay:.3s;-ms-animation-delay:.3s}.loader-inner .dot3{margin-left:20px;animation-delay:.1s;-moz-animation-delay:.1s;-webkit-animation-delay:.1s;-ms-animation-delay:.1s}.loader-inner .dot4{margin-left:40px;animation-delay:0s;-moz-animation-delay:0s;-webkit-animation-delay:0s;-ms-animation-delay:0s}@keyframes dot_move{0%{left:0;opacity:0}30%{left:50%;opacity:1;height:7px}40%{height:35px}60%{height:7px}80%{left:50%;opacity:1}to{left:100%;opacity:0}}@-webkit-keyframes dot_move{0%{left:0;opacity:0}30%{left:50%;opacity:1;height:7px}40%{height:35px}60%{height:7px}80%{left:50%;opacity:1}to{left:100%;opacity:0}}.elementor-editor-active .site-loader,.elementor-editor-preview .site-loader,.site-loader.loaded{display:none}/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:FontAwesome;src:url(/wp-content/themes/buddyx/assets/css/../fonts/fontawesome-webfont.eot?v=4.7.0);src:url(/wp-content/themes/buddyx/assets/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"),url(/wp-content/themes/buddyx/assets/css/../fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"),url(/wp-content/themes/buddyx/assets/css/../fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"),url(/wp-content/themes/buddyx/assets/css/../fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"),url(/wp-content/themes/buddyx/assets/css/../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");font-weight:400;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:.08em solid #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}.fa-pulse{-webkit-animation:fa-spin 1s steps(8) infinite;animation:fa-spin 1s steps(8) infinite}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.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:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scaleY(-1);transform:scaleY(-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.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-close:before,.fa-remove:before,.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,.fa-gear:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-repeat:before,.fa-rotate-right:before{content:"\f01e"}.fa-refresh: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-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-image:before,.fa-photo:before,.fa-picture-o: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,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.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-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.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-mail-forward:before,.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,.fa-warning:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar: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-bar-chart-o:before,.fa-bar-chart: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,.fa-gears:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack: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-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-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-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-floppy-o:before,.fa-save:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-bars:before,.fa-navicon:before,.fa-reorder: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:before{content:"\f0d5"}.fa-money: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,.fa-unsorted:before{content:"\f0dc"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-bolt:before,.fa-flash:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-clipboard:before,.fa-paste:before{content:"\f0ea"}.fa-lightbulb-o: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-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o: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-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-chain-broken:before,.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-o: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-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-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-o-down:before,.fa-toggle-down:before{content:"\f150"}.fa-caret-square-o-up:before,.fa-toggle-up:before{content:"\f151"}.fa-caret-square-o-right:before,.fa-toggle-right:before{content:"\f152"}.fa-eur:before,.fa-euro:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-inr:before,.fa-rupee:before{content:"\f156"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:"\f157"}.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:"\f158"}.fa-krw:before,.fa-won:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.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-bitbucket-square:before{content:"\f172"}.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-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o: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-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-caret-square-o-left:before,.fa-toggle-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-try:before,.fa-turkish-lira:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.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-bank:before,.fa-institution:before,.fa-university:before{content:"\f19c"}.fa-graduation-cap:before,.fa-mortar-board: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-spoon:before{content:"\f1b1"}.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-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.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-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:"\f1c5"}.fa-file-archive-o:before,.fa-file-zip-o:before{content:"\f1c6"}.fa-file-audio-o:before,.fa-file-sound-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before,.fa-resistance:before{content:"\f1d0"}.fa-empire:before,.fa-ge:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-paper-plane:before,.fa-send:before{content:"\f1d8"}.fa-paper-plane-o:before,.fa-send-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-futbol-o:before,.fa-soccer-ball-o: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-o: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-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart: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-cc:before{content:"\f20a"}.fa-ils:before,.fa-shekel:before,.fa-sheqel:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.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-intersex:before,.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-facebook-official:before{content:"\f230"}.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,.fa-hotel: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,.fa-yc:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before,.fa-battery:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.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-sticky-note-o:before{content:"\f24a"}.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-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-paper-o:before,.fa-hand-stop-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o: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-television:before,.fa-tv:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo: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-credit-card-alt:before{content:"\f283"}.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-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.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-wpdirectory24ner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before{content:"\f2a3"}.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-sign-language:before,.fa-signing: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-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-address-card:before,.fa-vcard:before{content:"\f2bb"}.fa-address-card-o:before,.fa-vcard-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer-full:before,.fa-thermometer:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bath:before,.fa-bathtub:before,.fa-s15: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-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.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-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}.buddypress .entry-meta{display:none}body.bp-nouveau .entry-content{margin-top:0}.buddypress .entry-footer{padding:0;border:0}.buddypress .entry-content ol,.buddypress .entry-content ul{margin:0;padding:0;list-style:none}.buddypress-wrap .select-wrap{display:inline-block;background-color:#fff;border:1px solid var(--global-border-color);border-radius:3px}.buddypress-wrap .select-wrap select{margin-right:0;text-indent:0}body .buddypress-wrap .subnav-filters .component-filters select,body .buddypress-wrap .subnav-filters .last select{font-size:14px;max-width:100%;width:100%;min-height:34px;background-image:url(/wp-content/themes/buddyx/assets/css/../images/arrow-down.svg);background-repeat:no-repeat;background-position:right 10px center;border:0}.buddypress-wrap .standard-form select{padding-left:10px}.buddypress-wrap .select-wrap span.select-arrow{display:none}#buddypress.buddypress-wrap form#whats-new-form #whats-new-options select,.buddypress-wrap select{display:inline-block;font-family:inherit;font-style:inherit;font-size:15px;height:35px;outline:none;vertical-align:middle;background-color:#fff;border:1px solid var(--global-border-color);border-radius:3px;-webkit-box-shadow:none;box-shadow:none;padding:0 40px 0 12px;color:inherit}.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{-webkit-appearance:none;background-image:url(/wp-content/themes/buddyx/assets/css/../images/arrow-down.svg);background-repeat:no-repeat;background-position:right 1rem center;padding-right:40px}.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{-webkit-box-shadow:none;box-shadow:none}.buddypress-wrap .standard-form.profile-edit input:focus{background:#fff;background-color:#fff}#bplock-login-btn,#bplock-register-btn,#buddypress #header-cover-image .header-cover-reposition-wrap>.button,#buddypress.buddypress-wrap .activity-list .load-more a,#buddypress.buddypress-wrap .activity-list .load-newest a,#buddypress .comment-reply-link,#buddypress .generic-button a,#buddypress .standard-form button,#buddypress a.button,#buddypress input[type=button],#buddypress input[type=reset]:not(.text-button),#buddypress input[type=submit],#buddypress ul.button-nav li a,#bupr_save_review,.avatar-history-actions button.avatar-history-action.delete,.avatar-history-actions button.avatar-history-action.recycle,.avatar-history-actions button.delete.disabled,.avatar-history-actions button.recycle.disabled,.bgr-submit-review,.buddypress .buddypress-wrap .action button,.buddypress .buddypress-wrap .bp-list.grid .action a,.buddypress .buddypress-wrap .bp-list.grid .action button,.buddypress .buddypress-wrap .btn-default,.buddypress .buddypress-wrap button.button,.buddypress .buddypress-wrap button.button.edit,.buddypress .buddypress-wrap button.gamipress-achievement-unlock-with-points-button,.buddypress .buddypress-wrap button.mpp-button-primary,.ges-change,.group-email-tooltip__close,.moderation-popup .modal-container .bb-model-footer .button.report-submit,a.bp-title-button,body.bp-nouveau.media #buddypress div#item-header div#item-header-content a,body.bp-nouveau.media #buddypress div#item-header div#item-header-content button,button#bbp_reply_submit,button#bbp_topic_submit,button#mpp-edit-media-submit,button.friendship-button,button.gamipress-achievement-unlock-with-points-button,button.group-button,form#bp-data-export button{font-family:inherit;font-size:medium;color:#fff;background-color:var(--button_background_color);border-radius:var(--button-border-radius)!important;padding:8px 20px;font-weight:700;font-style:normal;text-decoration:none;text-align:center;cursor:pointer;display:inline-block;line-height:1.3;border:1px solid var(--button_border_color);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}#bplock-login-btn:hover,#bplock-register-btn:hover,#buddypress #header-cover-image .header-cover-reposition-wrap>.button:focus,#buddypress #header-cover-image .header-cover-reposition-wrap>.button:hover,#buddypress.buddypress-wrap .activity-list .load-more a:hover,#buddypress.buddypress-wrap .activity-list .load-newest a:hover,#buddypress .comment-reply-link:hover,#buddypress .generic-button a:hover,#buddypress .standard-form button:hover,#buddypress a.button:hover,#buddypress input[type=button]:hover,#buddypress input[type=reset]:not(.text-button):hover,#buddypress input[type=submit]:hover,#buddypress ul.button-nav li a:hover,#bupr_save_review:hover,.avatar-history-actions button.avatar-history-action.delete:hover,.avatar-history-actions button.avatar-history-action.recycle:hover,.avatar-history-actions button.delete.disabled:hover,.avatar-history-actions button.recycle.disabled:hover,.bgr-submit-review:hover,.buddypress .buddypress-wrap .action button:hover,.buddypress .buddypress-wrap .bp-list.grid .action a:focus,.buddypress .buddypress-wrap .bp-list.grid .action a:hover,.buddypress .buddypress-wrap .bp-list.grid .action button:focus,.buddypress .buddypress-wrap .bp-list.grid .action button:hover,.buddypress .buddypress-wrap .btn-default:hover,.buddypress .buddypress-wrap button.button.edit:hover,.buddypress .buddypress-wrap button.button:hover,.buddypress .buddypress-wrap button.gamipress-achievement-unlock-with-points-button:hover,.buddypress .buddypress-wrap button.mpp-button-primary:hover,.ges-change:hover,.group-email-tooltip__close:hover,.moderation-popup .modal-container .bb-model-footer .button.report-submit:hover,a.bp-title-button:hover,body.bp-nouveau.media #buddypress div#item-header div#item-header-content a:hover,body.bp-nouveau.media #buddypress div#item-header div#item-header-content button:hover,button#bbp_reply_submit:hover,button#bbp_topic_submit:hover,button#mpp-edit-media-submit:hover,button.friendship-button:hover,button.gamipress-achievement-unlock-with-points-button:hover,button.group-button:hover,form#bp-data-export button:hover{background-color:var(--button_background_hover_color);border:1px solid var(--button_border_hover_color);color:#fff}.buddypress .buddypress-wrap button.text-button:focus,.buddypress .buddypress-wrap button.text-button:hover,.buddypress .buddypress-wrap input.text-button:focus,.buddypress .buddypress-wrap input.text-button:hover{background:0 0;text-decoration:none}body.buddypress #buddypress.buddypress-wrap .standard-form .wp-editor-container button,body.buddypress #buddypress.buddypress-wrap .standard-form .wp-editor-container input[type=button],body.buddypress #buddypress.buddypress-wrap .wp-editor-tabs button{background:#fff;border:1px solid #ccc;border-radius:0!important;color:#555;cursor:pointer;font-family:inherit;font-size:inherit;font-weight:400;outline:0;padding:2px 3px;text-align:center;text-decoration:none;width:auto;line-height:normal}body.buddypress #buddypress.buddypress-wrap .standard-form .wp-editor-container button:hover,body.buddypress #buddypress.buddypress-wrap .standard-form .wp-editor-container input[type=button]:hover,body.buddypress #buddypress.buddypress-wrap .wp-editor-tabs button:hover{background:#ededed;border-color:#999;color:#333;outline:0;text-decoration:none}body.buddypress #buddypress.buddypress-wrap .tmce-active button.switch-tmce{background:#f5f5f5;border-radius:0!important;border-bottom-color:transparent;border-bottom-left-radius:0;border-bottom-right-radius:0}#buddypress.buddypress-wrap .wp-switch-editor{padding:3px 8px 4px!important}body.buddypress #buddypress.buddypress-wrap .html-active button.switch-html{background:#f5f5f5;border-radius:0!important;border-bottom-color:transparent;border-bottom-left-radius:0;border-bottom-right-radius:0}.buddypress .buddypress-wrap .wp-editor-container .button-small[type=button]{padding:0 8px 1px!important}.buddypress-wrap .bp-feedback,.buddypress-wrap .bp-messages{padding:.615em 2.25em .615em .7em;font-size:14px;line-height:1.5;border:1px solid var(--global-border-color);border-radius:3px;-webkit-box-shadow:none;box-shadow:none;max-width:1140px;margin-left:auto;margin-right:auto}.buddypress-wrap .activity-update-form .bp-feedback,.buddypress-wrap .activity-update-form .bp-messages{margin:10px}.buddypress-wrap .bp-feedback .bp-icon,.buddypress-wrap .bp-messages .bp-icon{margin:-10px}.buddypress-wrap .bp-feedback p{font-size:14px;line-height:1.5;padding:3px 3px 3px 8px}.buddypress .avatar{border-radius:3px}.buddypress.round-avatars .avatar{border-radius:50%}@media screen and (min-width:46.8em){.buddypress-wrap.bp-dir-hori-nav:not(.bp-vertical-navs) nav:not(.tabbed-links){border-bottom:1px solid var(--global-border-color);border-top:0;-webkit-box-shadow:none;box-shadow:none}}@media screen and (max-width:46.8em){.buddypress-wrap:not(.bp-single-vert-nav) .bp-navs:not(.bp-subnavs) li{background:#f5f5f5}}.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(.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{background:transparent;color:var(--color-link-hover)}.buddypress-wrap .bp-navs li.current a,.buddypress-wrap .bp-navs li.selected a{background:transparent;border-bottom:1px solid var(--color-link-active);font-weight:500}.bp-navs.bp-navs{overflow:visible;overflow:initial}.buddypress-wrap .bp-subnavs{margin:0;border:0!important}.buddypress-wrap ul.subnav{width:100%;background:#fafafa;margin:15px 0;padding:0 8px;border:1px solid var(--global-border-color);border-radius:var(--global-border-radius)}.buddypress-wrap .bp-navs ul.subnav li a{padding:8px 10px}.buddypress-wrap.bp-dir-hori-nav ul.subnav{margin-top:0}body.media .buddypress-wrap.bp-dir-hori-nav ul.subnav{margin-top:15px}.bp-single-vert-nav .item-body:not(#group-create-body) #subnav:not(.tabbed-links) li,.buddypress-wrap.bp-vertical-navs ul.subnav{margin:0}.bp-navs:after,.bp-navs ul:after{content:" ";display:table;clear:both}.bp-navs ul li a{border-bottom:1px solid transparent;margin-bottom:-1px}.buddypress-wrap .bp-pagination{float:none;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:wrap;flex-flow:wrap}.bp-pagination-links .page-numbers{display:inline-block;width:28px;height:28px;line-height:28px;text-align:center;font-size:12px;border-radius:var(--button-border-radius);padding:0}.bp-pagination-links a.next,.bp-pagination-links a.prev{background-color:#fff;border:1px solid var(--global-border-color);font-size:0}.bp-pagination-links span.page-numbers:not(.dots){color:#fff;background-color:var(--color-theme-primary)}.bp-navs ul li .count,.buddypress-wrap .bp-navs li.dynamic a .count{background:#c8cbcf;-webkit-box-shadow:none;box-shadow:none;border-radius:100px;font-size:11px;font-weight:600;color:#fff;letter-spacing:-.26px;line-height:16px;border:0;min-width:22px;display:inline-block;margin-left:3px;padding:2px 7px;text-align:center;vertical-align:middle}.buddypress-wrap .bp-navs li.dynamic a .count:empty{display:none}.buddypress-wrap .bp-navs li.current a .count,.buddypress-wrap .bp-navs li.dynamic.current a .count,.buddypress-wrap .bp-navs li.selected a .count,.buddypress_object_nav .bp-navs li.current a .count,.buddypress_object_nav .bp-navs li.selected a .count{background-color:var(--color-link-active)}.buddypress #buddypress.bp-dir-hori-nav .create-button a,.buddypress #buddypress.bp-dir-hori-nav .create-button a:hover{text-decoration:none}.buddypress-wrap .subnav-filters{margin:20px 0}.buddypress-wrap .media_search.media_search,.buddypress-wrap form.bp-dir-search-form,.buddypress-wrap form.bp-invites-search-form,.buddypress-wrap form.bp-messages-search-form{background-color:#fff;border:1px solid var(--global-border-color);-webkit-box-shadow:none;box-shadow:none;margin:0;padding:0;position:relative}#buddypress #dir-activity-search,#buddypress #dir-groups-search,#buddypress #dir-members-search,#buddypress #group-activity-search{border:0;background-color:transparent;padding-left:35px;font-size:14px;height:35px}.buddypress-wrap .media_search.media_search .media_search_input,.buddypress-wrap form#group-members-search input[type=search],.buddypress-wrap form#group-members-search input[type=text],.buddypress-wrap form.bp-dir-search-form input[type=search],.buddypress-wrap form.bp-dir-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],.buddypress-wrap form[data-bp-search].bp-invites-search-form input[type=search],.buddypress-wrap form[data-bp-search].bp-invites-search-form input[type=text],body .buddypress-wrap .bp-invites-search-form input[type=search],body .buddypress-wrap form.bp-dir-search-form input[type=search],body .buddypress-wrap form.bp-messages-search-form input[type=search]{background-repeat:no-repeat;background-position:10px 50%;background-size:16px;background-image:url(/wp-content/themes/buddyx/assets/css/../images/search.svg);background-position:left 10px center;padding-left:2rem;width:100%;font-size:14px;min-width:210px}.buddypress-wrap .media_search.media_search .search_option,.buddypress-wrap form#group-members-search button[type=submit],.buddypress-wrap form.bp-dir-search-form button[type=submit],.buddypress-wrap form.bp-messages-search-form button[type=submit],.buddypress-wrap form[data-bp-search].bp-invites-search-form button[type=submit]{position:absolute;right:0;opacity:0;visibility:hidden;width:0;height:0}.buddypress-wrap .field_type_multiselectbox select[multiple]{overflow:auto;background-image:none;min-height:85px;width:100%;border-radius:0}.buddypress-wrap .field_type_multiselectbox select[multiple] option{padding:2px 5px}.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{border-radius:var(--form-border-radius)}.buddypress-wrap .standard-form input[required],.buddypress-wrap .standard-form select[required],.buddypress-wrap .standard-form textarea[required]{border-width:1px}div#rtmedia-action-update>span{display:none}.bp-nouveau .activity-update-form.activity-update-form #aw-whats-new-reset{margin-top:0}.bp-nouveau #aw-whats-new-reset,.bp-nouveau #aw-whats-new-reset:hover{background:transparent;border:0}.activity-list .activity-item .activity-content .rtm-activity-media-list{line-height:0}.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}.rtmedia-activity-container .rtmedia-item-title,.rtmedia-activity-container .rtmedia-item-title a{display:none}.rtmedia-activity-text{margin:0 15px 15px;display:inline-block}.buddypress-wrap .activity-comments .acomment-content p{margin:0 15px 15px}.rtm-activity-media-list:not(.rtmedia-activity-media-length-1){display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;margin:0!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}.media-type-photo .rtmedia-item-thumbnail{border-radius:0!important}.media-type-photo{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.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%;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%;-o-object-fit:cover;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%;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%;-o-object-fit:cover;object-fit:cover}.widget .rtmedia-remain-count{font-size:16px}.rtmedia-list-item>a{cursor:pointer}.rtmedia-activity-container li.media-type-photo:not(.masonry-brick) .rtmedia-item-thumbnail img{-o-object-fit:cover;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:0!important;line-height:0}body .rtmedia-activity-container li.media-type-photo{width:100%!important;height:100%!important;margin:0;padding:0}body .rtmedia-activity-container ul.rtm-activity-media-list{overflow:hidden}.rtmedia-activity-container .rtmedia-list.masonry{padding:0 8px!important;margin:0 7px 6px!important}.rtmedia-activity-container .rtmedia-list.masonry li.media-type-photo{width:32%!important;height:auto!important;margin:0 0 8px}.rtmedia-activity-container .rtmedia-list-item.masonry-brick{display:inline-block;padding:0!important}.activity-list .activity-item .activity-meta.action select.rtm-form-select{margin-right:11px;min-height:37px;margin-top:14px;vertical-align:bottom}body.bp-nouveau .activity-update-form .rtmedia-plupload-container{width:98%}.buddypress-wrap .rtm-bp-navs ul li a>span{background:#c8cbcf;-webkit-box-shadow:none;box-shadow:none;border-radius:100px;font-size:11px;font-weight:600;color:#fff;letter-spacing:-.26px;line-height:16px;border:0;min-width:22px;display:inline-block;margin-left:3px;padding:2px 7px;text-align:center;vertical-align:text-bottom}.buddypress-wrap .rtm-bp-navs ul li.selected a:hover>span,.buddypress-wrap .rtm-bp-navs ul li.selected a>span{background:var(--color-link-active);color:#fff}.buddypress-wrap .rtm-gallery-media-title-container .rtm-media-options{margin-bottom:20px}.buddypress-wrap .rtm-gallery-media-title-container #rtm-media-options:after{content:" ";display:table;clear:both}.rtmedia-activity-container .rtm-activity-video-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;position:relative}.rtmedia-activity-container .rtm-activity-video-list.rtmedia-activity-media-length-1 li.media-type-video,.rtmedia-activity-container .rtm-activity-video-list li.media-type-video{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;margin:0!important;padding:5px!important;height:auto!important;width:auto!important}.rtmedia-activity-container .rtm-activity-video-list li.media-type-video div.rtmedia-item-thumbnail .mejs-video,.rtmedia-activity-container .rtm-activity-video-list li.media-type-video div.rtmedia-item-thumbnail .mejs-video video{min-height:300px!important}@media screen and (min-width:768px){.rtmedia-activity-container .rtm-activity-video-list li.media-type-video{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}}.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>li.rtmedia-list-item{width:175px;height:175px;overflow:hidden;margin-bottom:5px}@media (max-width:480px){.media .rtmedia-container .rtmedia-list.rtmedia-list-media>li.rtmedia-list-item{width:45%;height:120px}}.media .rtmedia-list-item.masonry-brick{overflow:hidden}.media .rtmedia-list.rtmedia-list-media>li.rtmedia-list-item .rtmedia-item-thumbnail{background:#e8e8e8}.media .rtmedia-container ul.rtmedia-list li.rtmedia-list-item div.rtmedia-item-thumbnail,.media .rtmedia-container ul.rtmedia-list li.rtmedia-list-item div.rtmedia-item-thumbnail img{width:175px!important;height:175px!important;max-height:175px;max-width:175px;line-height:inherit}.media .rtmedia-container ul.rtmedia-list li.rtmedia-list-item div.rtmedia-item-thumbnail img{max-width:175px;max-height:175px}@media (max-width:480px){.media .rtmedia-container ul.rtmedia-list li.rtmedia-list-item div.rtmedia-item-thumbnail,body.media .rtmedia-container ul.rtmedia-list 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{-o-object-fit:cover;object-fit:cover;padding:5px}.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(0);filter:blur(0)}to{-webkit-filter:blur(4px);filter:blur(4px)}}@keyframes lightBlur{0%{-webkit-filter:blur(0);filter:blur(0)}to{-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:hsla(0,0%,100%,.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:hsla(0,0%,97.3%,.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 .rtm-tabs li.active a{color:var(--color-link-active)}.media .rtm-tabs-content{padding:15px;border:1px solid var(--global-border-color);border-top:0}#buddypress.buddypress-wrap a.rtm-button-back,#buddypress.buddypress-wrap input[type=button],#buddypress.buddypress-wrap input[type=submit]{padding:8px 20px}.media .rtmedia-editor-buttons{margin-top:15px}button.mfp-arrow,button.mfp-close{border-radius:0}.rtmedia-gallery-item-actions .dashicons{-webkit-transition:none;transition:none}body:not(.buddyx-mediapress) .mfp-arrow{cursor:pointer;position:absolute;opacity:.65;filter:alpha(opacity=65);top:50%;margin:-50px 0 0;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:transparent;-webkit-appearance:none}body:not(.buddyx-mediapress) .mfp-arrow:after{content:"";display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:10px;margin-left:35px;border:inset transparent;border-top-width:13px;border-bottom-width:13px;top:8px}body:not(.buddyx-mediapress) .mfp-arrow-left:after,body:not(.buddyx-mediapress) .mfp-arrow-right:after{font-family:Font Awesome\ 5 Free;font-size:24px;font-weight:900;color:#fff;border-left:0;margin-left:13px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body:not(.buddyx-mediapress) .mfp-arrow-left:after{content:"\f104"}body:not(.buddyx-mediapress) .mfp-arrow-right:after{content:"\f105"}body:not(.buddyx-mediapress) .mfp-arrow-left:before,body:not(.buddyx-mediapress) .mfp-arrow-right:before{border:none}.activity-update-form{position:relative;margin:0 0 15px;padding:0;background:#fff;border:1px solid var(--global-border-color);border-radius:var(--global-border-radius)!important;-webkit-box-shadow:none;box-shadow:none}.activity-update-form #whats-new-avatar{padding:12px 15px;text-align:left;line-height:0}.activity-update-form #whats-new-avatar img{max-width:50px}#buddypress input#aw-whats-new-submit,form.ac-form .ac-reply-content input{font-size:14px;width:auto;font-weight:500;letter-spacing:0;height:34px;padding:0 20px!important;min-height:34px;margin:0;border-radius:var(--button-border-radius)!important}select#whats-new-post-in{padding-right:40px}.buddypress-wrap #whats-new-post-in{font-size:medium}.activity-update-form #whats-new-content{padding:0;margin-left:65px}#buddypress.buddypress-wrap form#whats-new-form #whats-new-submit,.activity-update-form #whats-new-post-in-box{margin:10px 0;padding:0}#buddypress.buddypress-wrap form#whats-new-form #whats-new-submit{margin-left:auto}.activity-update-form #whats-new-textarea textarea{color:inherit;padding:10px;min-height:70px;border-radius:var(--form-border-radius)!important}.buddypress-wrap #whats-new-textarea{margin:0;padding:12px 15px;border:0}#buddypress #whats-new-options{background:rgba(0,0,0,.02);border-top:1px solid #ddd;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:0;padding:0 15px}#buddypress .activity-form #whats-new-options{overflow:visible}#buddypress #whats-new-submit{margin:10px 0 10px auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-flow:row-reverse;flex-flow:row-reverse}.activity-update-form #whats-new-submit input{width:auto;margin-bottom:0}@media screen and (max-width:46.8em){.activity-update-form #whats-new-avatar{margin:0;padding-bottom:0}.activity-update-form #whats-new-content{margin-left:0}}body.bp-nouveau .activity-update-form .rtmedia-uploader-div{margin-left:15px;margin-bottom:15px}.activity-update-form #whats-new-post-in-box #whats-new-post-in-box-items{margin:0}.activity-update-form #whats-new-post-in-box #whats-new-post-in-box-items li{margin:0 10px}.rtm-upload-button-wrapper button.rtmedia-comment-media-upload,button#rtmedia-add-media-button-post-update,button.rtmedia-comment-media-upload{padding:.3em .5em!important;background:#fff!important;color:rgba(0,0,0,.6)!important;font-weight:400;border-radius:.28571429rem!important;text-transform:none;text-shadow:none!important;-webkit-box-shadow:inset 0 0 0 1px #e8e8e8;box-shadow:inset 0 0 0 1px #e8e8e8}.activity-list.bp-list{margin:0;padding:0;background:transparent;border:0}.activity-list.bp-list .activity-item{position:relative;margin:2rem 0;padding:0;background:#fff;border:1px solid var(--global-border-color);-webkit-box-shadow:none;box-shadow:none;border-radius:var(--global-border-radius)!important}body:not(.logged-in) .activity-list.bp-list .activity-item{overflow:hidden}.activity-item-head{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:0}.activity-card-head{padding:12px 15px 11px;border-bottom:1px solid var(--global-border-color)}.card-head-content-type{margin:0!important;font-size:14px;font-weight:700;text-transform:capitalize;display:inline-block}.activity-list.item-list .activity-item .activity-avatar{margin:0 15px 0 0;width:auto;-webkit-box-flex:0;-ms-flex:0 0 40px;flex:0 0 40px;line-height:0}.bp-list li .item-avatar a{display:inline-block;position:relative}.activity-list .activity-item.mini .activity-avatar img.avatar,.activity-list .activity-item.mini .activity-avatar img.FB_profile_pic,.activity-list .activity-item div.item-avatar img{max-width:50px}.activity-list .activity-item .activity-header{margin:0;width:auto}.activity-item-head{padding:1em}.activity-list .activity-item .activity-header p{margin:0}.activity-list .activity-item .activity-header a:not(.activity-time-since),.activity-list .activity-item .activity-header a:not(.view){font-weight:600}.activity-list .activity-item .activity-header .activity-time-since{display:block}.activity-list .activity-item .activity-content .activity-inner,.activity-list .activity-item .activity-content blockquote{background:transparent;margin:0;padding:0;overflow:visible}.buddypress-wrap .activity-inner{font-size:inherit}.buddypress-wrap .activity-inner p{padding:0 15px;margin-bottom:15px!important}.activity-list .activity-item .activity-meta.action .fav:before,.activity-list .activity-item .activity-meta.action .unfav:before{content:"\f487"}.activity-list .activity-item .activity-meta.action .unfav:before{color:#db2828}div#buddypress .activity-read-more{margin-left:0}div#buddypress .activity-read-more a{font-size:inherit;line-height:1.2;border:0;clear:both;display:block;margin-top:15px;padding:12px 25px;text-align:center;background-color:#eee;border-radius:var(--global-border-radius)}.buddypress-wrap .activity-list .load-more,.buddypress-wrap .activity-list .load-newest{background:transparent;margin:30px 0 15px;border:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;overflow:hidden}.buddypress-wrap .activity-list .load-more a,.buddypress-wrap .activity-list .load-newest a{color:inherit;display:inline-block;padding:.5em 0}.buddypress-wrap .activity-list .load-more:focus,.buddypress-wrap .activity-list .load-more:hover,.buddypress-wrap .activity-list .load-newest:focus,.buddypress-wrap .activity-list .load-newest:hover{border:0;-webkit-box-shadow:none;box-shadow:none}.activity-list .activity-item .activity-meta.action{border:0;border-top:1px solid var(--global-border-color);background:rgba(0,0,0,.02);margin:0;padding:0 15px 15px;position:relative;text-align:left;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}form.ac-form .ac-reply-content .ac-textarea textarea{border-radius:var(--form-border-radius)!important}.activity-list .activity-item.has-comments .activity-content>.activity-meta.action{border-bottom:1px solid var(--global-border-color)}.bp-list li .action .generic-button{font-size:inherit}.activity-list.bp-list .activity-item .activity-meta.action .generic-button{margin-right:11px;margin-top:15px}.activity-list.bp-list .activity-item .activity-meta.action .generic-button .fa{min-width:23px;font-size:18px;line-height:1.3}@media screen and (min-width:46.8em){.activity-list .activity-item .activity-meta.action .bp-screen-reader-text{clip:auto;height:auto;margin:0 0 0 5px;overflow:visible;position:relative;width:auto}}@media screen and (max-width:46.8em){#buddypress .activity-list .activity-item .activity-content>.activity-meta.action .buddyboss_edit_activity_cancel,#buddypress .activity-list .activity-item .activity-content>.activity-meta.action .button.buddyboss_edit_activity,.activity-list .activity-item .activity-meta .bmpro-flag-activity-btn span,.activity-list .activity-item .activity-meta .bmpro-unflag-activity-btn span,.activity-list .activity-item .activity-meta .bp-share-button span,.activity-list .activity-item .activity-meta .bpsp-pin-tool span{font-size:0}.bp-nouveau .activity-list .activity-item .activity-meta.action .bp-share-button:before,.site-wrapper .bmpro-flag-activity-btn:before,.site-wrapper .bmpro-unflag-activity-btn:before{margin-right:0}}.activity-list .activity-item .activity-meta.action .button{padding:6px 12px!important;background:0 0;color:inherit;background:#fff!important;color:rgba(0,0,0,.6)!important;font-weight:400;border-radius:.28571429rem!important;text-transform:none;text-shadow:none!important}.activity-list .activity-item .activity-meta.action .button span{color:inherit;vertical-align:middle}.activity-list .activity-item .activity-content>.activity-meta.action .button{border:1px solid var(--global-border-color)!important}#buddypress .activity-list .activity-item .activity-content>.activity-meta.action .button{border-radius:.28571429rem!important}.activity-list .activity-item .activity-content>.activity-meta.action .button:hover{border:1px solid rgba(0,0,0,.8)!important;color:rgba(0,0,0,.8)!important}.buddypress-wrap .activity-comments{margin:0}form.ac-form .ac-reply-content{color:inherit;padding-left:0}form.ac-form .ac-reply-avatar img{border:0;max-width:38px}.buddypress-wrap .activity-comments div.acomment-avatar img{border-width:0;float:left;height:38px;max-width:none;width:38px}#buddypress input#aw-whats-new-submit,form.ac-form .ac-reply-content input{margin-left:10px}.buddypress-wrap button.ac-reply-cancel,.buddypress-wrap button.bp-icons{background:0 0!important;border:0!important;text-decoration:none!important}.activity-list .activity-item .activity-meta.action .delete-activity:before{content:"\f182"}.buddypress-wrap .activity-comments ul{clear:both;list-style:none;margin:0;padding:0}.buddypress-wrap .activity-comments>ul>li{margin:0;padding:15px;border-top:1px solid var(--global-border-color)}body.activity-permalink .activity-list li:first-child{padding-top:15px}.buddypress-wrap .activity-comments .show-all button{padding:0}.activity-list .activity-item div.item-avatar{margin:0 15px 0 0;text-align:left;line-height:0;float:left;width:auto}.activity-list.item-list .activity-item .activity-comments img.avatar{max-width:36px;width:100%;height:auto}.buddypress-wrap .activity-comments .acomment-meta{color:inherit;overflow:visible;padding-left:0}.buddypress-wrap .activity-comments .acomment-content{border-left:0;margin:0 0 0 51px;padding:0;word-break:break-word}body #buddypress .bp-list .activity-comments .action{background:transparent;line-height:1;margin-left:51px;padding:0}.activity-list .activity-item.mini,.buddypress-wrap .activity-comments .acomment-content .rtmedia-activity-text,.buddypress-wrap .activity-comments .acomment-content p,.buddypress-wrap .activity-comments .acomment-meta{font-size:14px}.buddypress-wrap .activity-comments .acomment-content p{margin:5px 0 10px}#buddypress .activity-list .activity-item .comment-item .activity-meta.action .buddyboss_edit_activity_cancel,#buddypress .activity-list .activity-item .comment-item .activity-meta.action .buddyboss_edit_activity_comment,#buddypress .activity-list .activity-item .comment-item .activity-meta.action .buddyboss_edit_activity_comment.action-save,#buddypress .bp-list .activity-comments .bp-generic-meta .generic-button a,body #buddypress .bp-list .activity-comments .action .generic-button a{background:0 0;padding:0;color:#939597;border:0;font-size:12px;line-height:1;margin:0;min-height:10px}body #buddypress .bp-list .activity-comments .action .generic-button{margin-top:0}.buddypress-wrap .activity-comments ul li ul{margin-left:0}.buddypress-wrap .activity-comments .rtmedia-activity-text,.buddypress-wrap .activity-comments ul li{margin: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,.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 .activity-comments ul>li>ul>li{border-top:0}.activity-list .activity-item .activity-comments .activity-meta.action{margin:0;border:0}body.activity-permalink .activity-list .activity-avatar{left:0;position:relative;top:0}body.activity-permalink .activity-list .activity-content{margin-right:0}body.activity-permalink .activity-list .activity-comments{margin-bottom:0}body.activity-permalink .activity-comments>ul{padding:0}body.activity-permalink .activity-list .activity-content .activity-inner,body.activity-permalink .activity-list .activity-content blockquote{margin-left:0;margin-top:0}input#rt_media_comment_submit{margin-left:6px}.rtmedia-comment-user-pic img,.userprofile img{border-radius:3px}#buddypress .rtm-like-comments-info:after{content:none}li.load-more a.loading:after{content:"\f110";font-family:FontAwesome;font-size:18px;font-weight:900;line-height:1;margin-left:10px;text-align:center;display:inline-block;-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(1turn)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.bp-group-activity-preview,.bp-member-activity-preview{padding:15px}.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{border:5px solid #fff;background:hsla(0,0%,100%,.8);height:80px;width:80px;margin:0 auto 10px;border-radius:50%}.bp-group-preview-cover,.bp-group-preview-cover img,.bp-member-preview-cover,.bp-member-preview-cover img{border-radius:var(--global-border-radius)!important}.activity-list .activity-item .activity-content .bp-group-short-description-title,.activity-list .activity-item .activity-content .bp-member-nickname,.activity-list .activity-item .activity-content .bp-member-short-description-title{margin-bottom:0!important}.bp-profile-button{text-align:center;margin-top:15px}.bp-pagination.top{display:none}.member-status{background:#00e652;border:2px solid #fff;border-radius:100%;position:absolute;width:12px;height:12px;right:-4px;top:-4px}.round-avatars .member-status{right:2px;top:0}.grid .member-status{right:18px;top:5px;width:14px;height:14px}.bp-list{border:0}.bp-list li .list-wrap:after,.bp-list li .list-wrap:before{content:" ";display:table}.bp-list li .list-wrap:after{clear:both}.bp-list>li{margin:0;padding:0;border-bottom:0}.bp-list>li .list-wrap{position:relative;margin:1rem 0;padding:1em;border:1px solid var(--global-border-color);-webkit-box-shadow:none;box-shadow:none;border-radius:var(--global-border-radius)!important;background:#fff;-webkit-transition:-webkit-box-shadow .2s linear;transition:-webkit-box-shadow .2s linear;transition:box-shadow .2s linear;transition:box-shadow .2s linear,-webkit-box-shadow .2s linear}.bp-list>li .list-wrap:hover{-webkit-box-shadow:0 6px 24px 0 rgba(18,43,70,.12);box-shadow:0 6px 24px 0 rgba(18,43,70,.12)}.buddypress-wrap .members-list li .last-activity,.buddypress-wrap .members-list li .member-name{margin:0}.bp-list li .action div.generic-button,.bp-list li .action li.generic-button{margin:10px;padding:0}.bp-list:not(.grid) li .action #bupr-view-review-btn{width:auto}@media screen and (min-width:46.8em){.bp-list:not(.grid) li .item .item-block{float:left;margin-right:0;width:100%;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-wrap:wrap;flex-wrap:wrap}.bp-list li .item-avatar img.avatar{max-width:50px}.bp-list li .item-avatar{float:left;margin-right:15px;line-height:0}.bp-list li .action div.generic-button:last-child,.bp-list li .action li.generic-button:last-child{margin-right:0}}@media screen and (max-width:46.8em){.bp-list li .action{margin-top:20px}.bp-list li .item-avatar{margin-bottom:15px;line-height:0}}#buddypress.buddypress-wrap .grid.bp-list{padding-top:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;width:auto;margin:0 -15px}.buddypress-wrap .grid.bp-list:after,.buddypress-wrap .grid.bp-list:before,.buddypress-wrap .grid.bp-list>li:after,.buddypress-wrap .grid.bp-list>li:before{content:normal}.buddypress-wrap .grid.bp-list>li{border-bottom:none;margin:0 0 30px;padding:0 15px}.grid>li{width:100%}.grid.bp-list>li .list-wrap{margin:0}.grid.members-list .list-wrap{min-height:40px}.buddypress-wrap .grid.bp-list>li .list-wrap{height:100%;padding-bottom:15px}.buddypress:not(.logged-in) .grid.bp-list .list-wrap{padding-bottom:15px}.buddypress-wrap .grid.bp-list>li .item,.buddypress-wrap .grid.bp-list>li .item .group-desc,.buddypress-wrap .grid.bp-list>li .item .item-block{width:100%}.buddypress-wrap .grid.bp-list>li .item .item-block{margin-bottom:0}.buddypress-wrap .grid.bp-list>li .action{bottom:0;float:none;height:auto;padding:0;position:relative;top:0;margin:20px auto auto}.buddypress-wrap .grid.bp-list>li .item-avatar img.avatar{max-width:126px;width:100%;border:5px solid #fff;-webkit-box-shadow:0 2px 5px 0 rgba(18,43,70,.12),0 0 0 1px #e7e9ec;box-shadow:0 2px 5px 0 rgba(18,43,70,.12),0 0 0 1px #e7e9ec}.buddypress:not(.logged-in) .grid.members-list .list-wrap,.grid.members-list .list-wrap .item-block{min-height:100%}.buddypress-wrap .grid.bp-list>li .action .generic-button{margin:10px 0 0}@media screen and (min-width:24em){.grid.four>li{width:50%}}@media screen and (min-width:46.8em){.grid.four>li{width:33.333333%;width:33.33333%}}@media screen and (min-width:73.2em){.grid.four>li{width:25%}}@media screen and (min-width:46.8em){#groups-list.bp-list .item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}#groups-list.bp-list:not(.grid) li .item-avatar img.avatar{max-width:85px}#groups-list.bp-list:not(.grid) li .item .item-block{display:block;width:auto;-webkit-box-flex:0;-ms-flex:0 0 60%;flex:0 0 60%;min-height:85px}.buddypress-wrap .groups-list li .last-activity{margin-top:0}.buddypress-wrap .groups-list li .item-meta{margin-bottom:0;width:100%}}.buddypress-wrap .groups-list li .list-title{margin-bottom:10px}.buddypress-wrap .grid.four>li .group-desc,.buddypress-wrap .grid.three>li .group-desc,.buddypress:not(.logged-in) .grid.groups-list .list-wrap,.grid.groups-list .list-wrap{min-height:100%}.groups-list .list-wrap .group-desc{display:none}#group-create-body{position:relative;margin:1rem 0 30px;padding:1em;border:1px solid var(--global-border-color);-webkit-box-shadow:none;box-shadow:none;border-radius:var(--global-border-radius);background:#fff}.buddypress-wrap .bp-invites-content .item-list li .invite-button span.icons:before{font-size:25px}@media screen and (min-width:46.8em){.buddypress-wrap .tabbed-links ol li.current a,.buddypress-wrap .tabbed-links ul li.current a{color:var(--color-link-active)}.buddypress-wrap .tabbed-links ol.group-create-buttons li.current a{border-bottom:0}}.buddypress .bp-invites-content ul.item-list>li{float:left;width:49.5%;background-color:#fff;border:1px solid var(--global-border-color);margin:0 0 -1px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-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}@media screen and (max-width:46.8em){.buddypress .bp-invites-content ul.item-list>li{width:100%}}.buddypress .bp-invites-content ul.item-list>li .item{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.buddypress .bp-invites-content ul.item-list>li .item .list-title{font-size:20px;margin:0;text-align:left}@media (min-width:768px){.site-wrapper.group-home,.site-wrapper.member-home{min-height:auto}}body.buddypress.bp-user #page #primary .entry-header,body.buddypress.group-create #page #primary .entry-header,body.buddypress.single-item.groups #page #primary .entry-header{display:none}#item-header-content .member-review-stars{display:inline;display:initial}@media screen and (min-width:60em){.has-single-group-sidebar .group-home,.has-single-member-sidebar .member-home{display:grid;grid-template-columns:3fr 1fr;grid-gap:2rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.has-buddypress-sidebar-both:not(.has-single-group-sidebar) .group-home,.has-buddypress-sidebar-both:not(.has-single-member-sidebar) .member-home,.has-buddypress-sidebar-right:not(.has-single-group-sidebar) .group-home,.has-buddypress-sidebar-right:not(.has-single-member-sidebar) .member-home{grid-template-columns:1fr}.has-single-group-sidebar.has-single-group-activity-sidebar .group-home,.has-single-member-sidebar.has-single-member-activity-sidebar .member-home{display:grid;grid-template-columns:260px 2fr 260px;grid-gap:1.5rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.has-single-group-activity-sidebar:not(.has-single-group-sidebar) .group-home,.has-single-member-activity-sidebar:not(.has-single-member-sidebar) .member-home{display:grid;grid-template-columns:260px 3fr;grid-gap:2rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.has-single-group-activity-sidebar .primary-sidebar,.has-single-member-activity-sidebar .primary-sidebar{padding:0;grid-column:auto;min-width:0}}#buddypress #header-cover-image,#cover-image-container{height:300px;border-radius:0}.groups-header #buddypress #header-cover-image,.groups-header #cover-image-container,.users-header #buddypress #header-cover-image,.users-header #cover-image-container{width:100vw;margin-left:-50vw;left:50%}.item-header-cover-image-wrapper{position:relative;background:#fff;-webkit-box-shadow:none;box-shadow:none;padding:1em;border-radius:var(--global-border-radius)!important;border:1px solid var(--global-border-color);z-index:1;margin:-50px 0 0}.item-header-cover-image-wrapper:after{content:"";display:table;clear:both}.item-header-cover-image-wrapper.hide-header-cover-image{margin:2rem 0 0}#buddypress .hide-header-cover-image #item-header-cover-image #item-header-avatar{margin-top:0;float:left}@media screen and (min-width:46.8em){.single-headers #item-header-content{padding-left:0}.single-headers #item-header-avatar+#item-header-content{padding-left:2em}#buddypress div#item-header.users-header .hide-header-cover-image #item-header-cover-image #item-header-avatar+#item-header-content{margin-left:152px}#buddypress div#item-header.users-header .hide-header-cover-image #item-header-cover-image #item-header-content{margin-left:0}}.compact-view .hide-header-cover-image.item-header-cover-image-wrapper{border-radius:var(--global-border-radius)!important}@media screen and (max-width:782px){.single-headers .hide-header-cover-image #item-header-content{text-align:center}#buddypress .hide-header-cover-image #item-header-cover-image #item-header-avatar{float:none}}#buddypress #item-header-cover-image #item-header-avatar{margin-top:0}#buddypress.buddypress-wrap #item-header-cover-image{min-height:auto;margin:0;padding:0}.bp-wrap{width:100%}.buddypress-wrap:not(.bp-vertical-navs) .item-body{margin:20px 0;position:relative;padding:1em;border:1px solid var(--global-border-color);-webkit-box-shadow:none;box-shadow:none;border-radius:var(--global-border-radius)!important;background:#fff}.media .buddypress-wrap:not(.bp-vertical-navs) .item-body{margin-top:0}#item-header-cover-image #item-header-avatar{padding:0}.single-headers img.avatar{margin:0}#buddypress #item-header-cover-image #item-header-avatar img.avatar{-webkit-box-shadow:0 2px 5px 0 rgba(18,43,70,.12),0 0 0 1px #e7e9ec;box-shadow:0 2px 5px 0 rgba(18,43,70,.12),0 0 0 1px #e7e9ec;border:5px solid #fff;max-width:150px}#buddypress div#item-header #item-header-cover-image #item-header-content{clear:none;float:none;margin-left:152px;margin-top:0;width:auto}#buddypress div#item-header-cover-image h2,#buddypress div#item-header-cover-image h2 a,body.bp-nouveau.media #buddypress #item-header-cover-image .user-nicename{color:#111;text-rendering:inherit;text-shadow:none;margin:0 0 15px;font-size:200%}#buddypress #item-header-cover-image #item-header-avatar img.avatar{margin:0;padding:0;border-radius:4px}#buddypress.round-avatars #item-header-cover-image #item-header-avatar img.avatar{border-radius:50%}.single-headers li.generic-button,body.bp-nouveau.media #buddypress div#item-header div#item-header-content ul div,body.bp-nouveau.media #buddypress div#item-header div#item-header-content ul li{margin:10px 10px 0 0}.single-headers li.generic-button.follow-button a{margin:0}.single-headers .item-meta{margin:0 0 10px;padding-bottom:0}.buddypress-wrap .profile{margin-top:0}.buddypress-wrap .profile.public .profile-group-title{border-bottom:1px solid var(--global-border-color);padding-bottom:5px}.buddypress-wrap .profile.edit .button-nav li{margin-bottom:10px}.buddypress-wrap .profile.edit .standard-form .field_multiselect select{width:100%}.buddypress-wrap .profile.edit .standard-form .field_multiselect select option{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.buddypress-wrap .profile.edit .editfield{background:#fff;border:1px solid var(--global-border-color);border-radius:var(--global-border-radius)!important}.buddypress-wrap .profile.edit .editfield fieldset{padding:0}.buddypress-wrap .profile.edit .standard-form .description{background:transparent}.buddypress-wrap #drag-drop-area,.buddypress-wrap .drag-drop #drag-drop-area{background:rgba(240,243,247,.5);border:1px dashed var(--global-border-color);border-radius:var(--form-border-radius);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}.buddypress-wrap .drag-drop .drag-drop-inside{margin:0}#buddypress p.warning,body.profile_page_bp-profile-edit.modal-open #TB_ajaxContent p.warning,body.users_page_bp-profile-edit.modal-open #TB_ajaxContent p.warning{border-radius:var(--global-border-radius)}.avatars-history{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.avatar-history-list{width:100%}.avatar-history-actions{margin-left:0;text-align:left}.avatar-history-actions button.delete.disabled,.avatar-history-actions button.recycle.disabled{cursor:not-allowed}.bp-messages-content #bp-message-thread-list{border-top:0}.bp-messages-content #bp-message-thread-list li{padding:15px;margin:0 0 15px;border:1px solid var(--global-border-color)}.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}.bp-messages-content #thread-preview .preview-content .preview-message{margin:10px 0;padding:0 15px}.bp-messages-content #bp-message-thread-list .message-metadata{-webkit-box-shadow:none;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:transparent}.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-wrap .notifications-options-nav input#notification-bulk-manage{margin-left:10px;line-height:1.3;border:1px solid transparent}#group-list.bp-list:not(.grid) li .item p:not(.meta){display:none}@media screen and (min-width:46.8em){#group-list.bp-list:not(.grid) li .item-avatar img.avatar{max-width:85px}#group-list.bp-list .item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}#group-list.bp-list .item .item-block{width:50%}#group-list.bp-list .item .list-title{font-size:26px;margin:0}#group-list.bp-list .item .group-details{display:block;width:100%}}@media screen and (max-width:46.8em){.buddypress-wrap #group-list.bp-list .accept,.buddypress-wrap #group-list.bp-list .reject{float:none;margin-left:0}}@media screen and (max-width:782px){#buddypress #item-header-cover-image #item-header-avatar img.avatar{float:none;margin:auto auto 15px}#buddypress div#item-header #item-header-cover-image #item-header-content{margin-left:0;padding:0}.single-headers h2{text-align:center}.single-headers ul li{float:none}}@media screen and (min-width:46.8em) and (max-width:782px){.single-headers a.button,.single-headers div.generic-button,.single-headers li.generic-button{float:none}}@media screen and (min-width:46.8em){.buddypress-wrap .main-navs:not(.dir-navs) li.current a,.buddypress-wrap .main-navs:not(.dir-navs) li.selected a{background:transparent}.bp-single-vert-nav .bp-wrap:not(.bp-fullwidth-wrap){display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;background:#fff;border:1px solid var(--global-border-color);-webkit-box-shadow:none;box-shadow:none;padding:0;border-radius:var(--global-border-radius)!important}nav#object-nav.vertical{width:100%;-webkit-box-flex:0;-ms-flex:0 0 230px;flex:0 0 230px;float:left;margin:0;min-height:50vh;background:#fdfdfd;border-radius:var(--global-border-radius) 0 0 var(--global-border-radius);border:0;border-right:1px solid var(--global-border-color);padding:20px 0}.bp-single-vert-nav .bp-navs.vertical ul{border-right:0;border-bottom:0;float:none;margin-right:0;width:auto}#buddypress.buddypress-wrap #item-body:not(#group-create-body){padding:15px}.bp-single-vert-nav .item-body:not(#group-create-body){padding:15px;-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:1px;margin:0;border-left:0;background:transparent}nav#object-nav.vertical a{border:0;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-bottom:1px;padding:10px 15px}.bp-single-vert-nav .bp-navs.vertical li:focus,.bp-single-vert-nav .bp-navs.vertical li:hover{background:transparent}nav#object-nav.vertical .selected>a,nav#object-nav.vertical a:hover{background:rgba(77,92,109,.1);color:var(--color-link-active)}.bp-single-vert-nav .item-body:not(#group-create-body) #subnav:not(.tabbed-links){margin:0 0 15px;background:transparent}.bp-single-vert-nav .item-body:not(#group-create-body) #subnav:not(.tabbed-links) li.current a{color:var(--color-link-active);text-decoration:none}.bp-single-vert-nav .item-body:not(#group-create-body) #subnav:not(.tabbed-links) li{font-size:inherit}.bp-single-vert-nav .item-body:not(#group-create-body) #subnav:not(.tabbed-links) li a{font-size:inherit;border-right:0;padding:.5em calc(.5em + 2px)}#object-nav:not(.vertical)>ul{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}}@media screen and (max-width:46.8em){.buddypress-wrap .single-screen-navs{position:relative;margin:15px 0;padding:0;background:#fff;border:1px solid var(--global-border-color);border-radius:var(--global-border-radius)!important;-webkit-box-shadow:none;box-shadow:none}.bp-navs ul li a,.bp-navs ul li span{padding:10px}.buddypress-wrap .item-body{margin:20px 0;position:relative;padding:1em;border:1px solid var(--global-border-color);-webkit-box-shadow:none;box-shadow:none;border-radius:var(--global-border-radius)!important;background:#fff}#buddypress.buddypress-wrap #item-body{padding:1em}.buddypress-wrap .bp-subnavs ul li{float:left}.buddypress-wrap:not(.bp-single-vert-nav) .bp-navs li{background:transparent}.media .media_search.media_search{margin-top:15px}}.buddypress-wrap button[data-bp-close]:hover{border:0}#item-header-content img.bpsts-name-icon{display:inline}.bpsts-icon-dialog-title .bpsts-icon-div img{margin:auto}.buddypress.settings .profile-settings.bp-tables-user select{width:auto}.single-headers #item-header-avatar a img{width:150px;height:150px}body.single-item.groups #buddypress div#item-header #item-header-cover-image #item-actions,body.single-item.groups #buddypress div#item-header #item-header-cover-image #item-header-content{margin-top:0;margin-left:152px;clear:none;max-width:100%}body.single-item.groups #buddypress div#item-header #item-header-cover-image #item-actions{padding-top:0;margin-bottom:0}@media screen and (min-width:782px){body.single-item.groups #buddypress div#item-header #item-header-cover-image{display:-webkit-box;display:-ms-flexbox;display:flex}body.single-item.groups #buddypress div#item-header #item-header-cover-image #item-header-content{float:left;margin-left:0}body.single-item.groups #buddypress div#item-header #item-header-cover-image #item-actions{float:right;margin-left:auto}}.groups-header .moderators-lists{margin-bottom:0}.groups-header div#item-header-content{padding-top:0}.single-headers .activity{display:block;font-size:inherit;margin:0 0 10px;padding:0}.groups-header .desc-wrap{position:relative;background:#fff;-webkit-box-shadow:none;box-shadow:none;margin:10px 0 0;padding:1em;border:1px solid var(--global-border-color);border-radius:var(--global-border-radius)!important}.groups-header .desc-wrap .group-description{background:transparent;-webkit-box-shadow:none;box-shadow:none;padding:0;text-align:left}@media screen and (min-width:46.8em){.groups-header .groups-meta{clear:none}.buddypress .bp-vertical-navs .groups-list .item-avatar{margin-right:15px;width:auto}.bp-list li .member-info-wrapper .item-meta,.bp-list li .member-info-wrapper .meta{margin:0}}@media screen and (max-width:782px){#buddypress div#item-header #item-header-cover-image #item-header-content,body.single-item.groups #buddypress div#item-header #item-header-cover-image #item-actions,body.single-item.groups #buddypress div#item-header #item-header-cover-image #item-header-content{margin-left:0;padding:0}body.single-item.groups #buddypress div#item-header #item-header-cover-image #item-actions{margin-top:15px;text-align:center}body.buddypress.bp-user .buddypress-wrap .users-header .bp-member-type-list{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}body.ideastream.bp-user .wp-embed-share{float:none}body.ideastream.bp-user .wp-embed-share .wp-embed-share-dialog-open{margin:auto}body.ideastream #item-header-content{height:auto!important;width:auto!important}}#item-body #group-invites-container .bp-invites-content .item-list>li{background-color:#fff;border:1px solid var(--global-border-color);border-bottom:0;margin:0 0 -1px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-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(--global-border-color)}#item-body #group-invites-container .bp-invites-content .list-title{font-size:20px;margin:0;width:100%;text-align:left}#buddypress.buddypress-wrap .bp-invites-content .item-list li .invite-button{color:inherit;padding:0}.buddypress .bp-invites-content li .status{font-size:13px;font-style:normal;clear:both;color:inherit;margin:0;display: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}.bp-list ul.group-inviters li .item{overflow:visible;overflow:initial}#buddypress .bp-invites-content li ul.group-inviters li{padding:0;border:0;float:left;font-size:11px;width:inherit}#buddypress .bp-invites-content li .item-meta{margin:0}#buddypress .bp-invites-content li .item-avatar{margin-right:15px;margin-bottom:0}.buddypress .bp-invites-content ul.item-list li .action{position:relative;top:0;bottom:0;right:0;margin-top:0;margin-left:auto;height:auto;min-height:10px;padding:0;min-width:40px;border:0;color:inherit;background:transparent;-webkit-box-shadow:none;box-shadow:none}#buddypress ul.group-inviters li .avatar{max-width:20px;margin-left:6px!important}.buddypress-wrap form[data-bp-search].bp-invites-search-form{float:left}.group-member-actions{margin-left:65px}#group-roles-filter label{display:none}#group-members-list-table .alignleft{margin-right:15px}#group-members-list-table td{padding:8px 10px;border:1px solid var(--global-border-color);border-radius:4px}.button.avatar-crop-submit,button#bp-delete-avatar{margin-top:15px}.buddypress-wrap .buddypress.widget .avatar-block,.buddypress.widget .avatar-block{margin:0 -5px}.buddypress.widget .avatar-block img{margin:5px}.buddypress-wrap .widget.buddypress div.item-content,.buddypress-wrap .widget.buddypress div.item-meta,.widget.buddypress div.item-content,.widget.buddypress div.item-meta{margin:0}#buddypress.buddypress-wrap .widget.buddypress ul.item-list,.widget.buddypress ul.item-list{border:0}#buddypress.buddypress-wrap .widget.buddypress ul.item-list li div.item-title,.widget.buddypress ul.item-list li div.item-title{width:100%;font-size:inherit;font-weight:600}.buddypress-wrap .widget.buddypress div.item,.widget.buddypress div.item{margin-bottom:0}.buddypress-wrap .widget.buddypress .item-avatar a,.widget.buddypress .item-avatar a{float:none;margin-bottom:0;margin-right:0}.buddypress-wrap .widget.buddypress div.item-avatar img,.widget.buddypress div.item-avatar img{height:50px;width:50px}.buddypress-wrap .buddypress.widget .item-options,.buddypress-wrap .widget.buddypress div.item-options,.buddypress.widget .item-options,.widget.buddypress div.item-options{margin:0 0 1em;padding:0 0 1em}.buddypress.widget .item-options a.selected{color:var(--color-link-active)}.buddypress-wrap .buddypress.widget:after,.buddypress.widget:after{content:"";display:table;clear:both}.buddypress-wrap .buddypress.widget ul#friends-list li:last-child,.buddypress-wrap .buddypress.widget ul#groups-list li:last-child,.buddypress-wrap .buddypress.widget ul#members-list li:last-child,.buddypress.widget ul#friends-list li:last-child,.buddypress.widget ul#groups-list li:last-child,.buddypress.widget ul#members-list li:last-child{margin-bottom:0}.buddypress-wrap .buddypress.widget ul#friends-list,.buddypress-wrap .buddypress.widget ul#groups-list,.buddypress-wrap .buddypress.widget ul#members-list,.buddypress.widget ul#friends-list,.buddypress.widget ul#groups-list,.buddypress.widget ul#members-list{margin:0;width:100%}.buddypress-wrap .buddypress.widget ul#friends-list li,.buddypress-wrap .buddypress.widget ul#groups-list li,.buddypress-wrap .buddypress.widget ul#members-list li,.buddypress.widget ul#friends-list li,.buddypress.widget ul#groups-list li,.buddypress.widget ul#members-list li{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;margin:0 0 1em;padding:0;width:100%;border:0}.buddypress-wrap .buddypress.widget ul#friends-list li .item,.buddypress-wrap .buddypress.widget ul#friends-list li .item-avatar,.buddypress-wrap .buddypress.widget ul#groups-list li .item,.buddypress-wrap .buddypress.widget ul#groups-list li .item-avatar,.buddypress-wrap .buddypress.widget ul#members-list li .item,.buddypress-wrap .buddypress.widget ul#members-list li .item-avatar,.buddypress.widget ul#friends-list li .item,.buddypress.widget ul#friends-list li .item-avatar,.buddypress.widget ul#groups-list li .item,.buddypress.widget ul#groups-list li .item-avatar,.buddypress.widget ul#members-list li .item,.buddypress.widget ul#members-list li .item-avatar{padding:0}.widget.buddypress .item-title{font-weight:600}.buddypress.widget blockquote,.widget.buddypress.bp-latest-activities blockquote{padding:0;border:0}.widget.buddypress.bp-latest-activities .activity-list{padding:0}.widget.buddypress.bp-latest-activities .rtmedia-activity-text span{margin:0}.widget.buddypress.bp-latest-activities footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:20px;padding-bottom:15px;border-bottom:1px solid var(--global-border-color)}.widget.buddypress.bp-latest-activities blockquote:last-child footer{border-bottom:0;margin-bottom:0;padding-bottom:0}.widget.buddypress.bp-latest-activities blockquote cite{margin-right:15px}.widget.widget_bp_core_login_widget label{display:block}.widget.widget_bp_core_login_widget input[type=password],.widget.widget_bp_core_login_widget input[type=text]{width:100%;margin-bottom:8px}.buddypress.widget div.activity-list blockquote .activity-item:not(.mini){padding-top:15px;padding-bottom:1px}.blpro-locked-title-header{margin-top:1rem}.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:70px;height:70px;max-width:70px;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:#121212;font-size:32px}.wb-bp-profile-completion-wrap .wb-bp-progress-wrap .wb-bp-progress-container{height:6px;background-color:#eef0f3;border-radius:12px!important}.wb-bp-profile-completion-wrap .wb-bp-progress-container .wb-bp-progress{height:6px;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:linear-gradient(90deg,#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 rgba(0,0,0,.1)}.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:block;font-size:14px;width:50px;height:25px;text-align:center;float:right;color:#fff;background:#4caf50;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{background:red;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:25px;height:25px;display:inline-block;border:2px solid rgba(0,0,0,.2);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:4px;left:8px;height:10px;width:6px;border-bottom:2px solid #fff;border-right:2px solid #fff;-webkit-transform:rotate(45deg);transform:rotate(45deg)}#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:hsla(0,0%,100%,.9);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;-webkit-box-shadow:0 0 3px 0 rgba(0,0,0,.2);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:55px;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%);transform:translate(-50%)}[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;-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,.22);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}[data-bp-tooltip][data-bp-tooltip-pos=right]:after{left:100%;margin-top:0;margin-left:11px;top:50%;-webkit-transform:translate(-10px,-50%);transform:translate(-10px,-50%)}.activity-list li.blogs .activity-content .activity-inner{border:0;padding:0 15px;max-width:100%}.activity-list li.blogs .activity-content .activity-inner img{width:100%;max-width:100%;margin:0 0 15px}.activity-list li.blogs .activity-content .activity-inner .bb-post-img-link img,.activity-list li.blogs .activity-content .activity-inner img{border-radius:4px}.activity-list li.blogs .activity-content .activity-inner .buddyx-content-wrp{display:block;padding:0}.activity-list li.blogs .activity-content .activity-inner .buddyx-content-wrp p{padding:0}.activity-list li.blogs .activity-content .activity-inner .bb-content-wrp{display:block;padding:12px 0 0;background-color:transparent}.activity-list li.blogs .activity-content .activity-inner .bb-post-title,.activity-list li.blogs .activity-content .activity-inner .buddyx-post-title{display:block;font-size:20px;margin:0 0 10px}.activity-list li.blogs .activity-content .activity-inner .bb-post-title{color:inherit}@media screen and (min-width:46.8em){body.register .buddypress-wrap{max-width:460px;margin-left:auto;margin-right:auto}.buddypress-wrap .register-page .layout-wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.buddypress-wrap.extended-default-reg .register-page .default-profile{padding-right:0}.buddypress-wrap.extended-default-reg .register-page .extended-profile{padding-left:0}}.gamipress-buddypress-user-details-activity{margin:0 15px}.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}@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 .center-view .gamipress-buddypress-achievements .gamipress-buddypress-achievement,.users-header .center-view .gamipress-buddypress-points,.users-header .center-view .gamipress-buddypress-ranks,.users-header .center-view .gamipress-buddypress-ranks .gamipress-buddypress-rank,.users-header .center-view .gamipress-buddypress-user-achievements{-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}.activity.gamipress-buddypress-points-label{margin-left:2px}.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:calc(33.33333% - 10px);background-color:#fff;border:1px solid var(--global-border-color);border-radius:4px;padding-bottom:20px;overflow:visible;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}@media screen and (min-width:768px){.gamipress-columns-2 .gamipress-rank,.gamipress-columns-2>.gamipress-achievement,.gamipress-columns-2>.gamipress-points,.gamipress-columns-2>.gamipress-points-type{width:calc(50% - 10px)}}@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:calc(50% - 10px);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:#fff;margin:5px;border:1px solid var(--global-border-color);border-radius:4px}.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:#fff}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(--global-border-color)}.gamipress-logs-list .gamipress-log:first-child{border-top:1px solid var(--global-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}.bp-nouveau.media #buddypress.buddypress-wrap div#item-header div#item-header-content .gamipress-buddypress-user-details a{padding:0}.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:0 15px 15px}.item-avatar .gamipress-buddypress-user-details-listing{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:15px 15px 0}.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(--global-border-color);padding:3px 9px 3px 4px;-webkit-box-shadow:0 1px 2px rgba(18,43,70,.12);box-shadow:0 1px 2px rgba(18,43,70,.12);font-size:13px;color:inherit;background-color:#fff;line-height:1.5;border-radius:6px!important;-webkit-transition:all .3s ease;transition:all .3s ease}.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;-webkit-box-shadow:0 0 2px rgba(0,0,0,.13);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-rank,.single .single-achievement{padding:20px!important;background-color:#fff;border:1px solid var(--global-border-color);font-size:14px;line-height:24px;border-radius:var(--global-border-radius)!important}.gamipress-progress-map-item .gamipress-achievement-points>img{max-width:30px}.gamipress-ranks-list h2.gamipress-rank-title{margin-top:0!important}.activity-content .gamipress-achievement.user-has-earned .gamipress-achievement-image{margin-right:15px}.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;width:calc(100% - 30px)!important;margin:0 15px;padding:15px;border:1px solid var(--global-border-color);border-radius:var(--global-border-radius)!important}button.gamipress-achievement-unlock-with-points-cancel-button,button.gamipress-achievement-unlock-with-points-confirm-button{background:#fff;border:1px solid #ccc;border-radius:0;color:#555;cursor:pointer;font-family:inherit;font-size:inherit;font-weight:400;outline:none;padding:.3em .5em;text-align:center;text-decoration:none;width:auto;line-height:1;border-radius:var(--global-border-radius)!important}button.gamipress-achievement-unlock-with-points-cancel-button:hover,button.gamipress-achievement-unlock-with-points-confirm-button:hover{background:#ededed;border-color:#999;color:#333;outline:none;text-decoration:none}.gamipress-achievement-congratulations,.gamipress-rank-congratulations{font-size:14px;padding:10px!important}.gamipress-achievement-congratulations p,.gamipress-rank-congratulations p{margin:0}.gamipress-achievement-earned p{margin:0 0 15px}.gamipress-achievement ul,.gamipress-rank ul,.single-rank ul,.single .single-achievement ul{margin-left:18px;padding:0}.gamipress-achievement p,.gamipress-rank p,.single-rank p,.single .single-achievement p{margin-top:0}@media screen and (min-width:46.8em){.bp-list:not(.grid) .item-avatar .gamipress-buddypress-user-details-listing{position:absolute;left:65px;bottom:0;opacity:0;visibility:hidden;z-index:1}.bp-list:not(.grid) .item-avatar:hover .gamipress-buddypress-user-details-listing{opacity:1;visibility:visible}}.widget .item-avatar{position:relative}body.hide-overflow{overflow:hidden}body.hide-overflow #buddypress .activity-list .bp-activity-more-options-wrap,body.hide-overflow .bp-group-avatar-content,body.hide-overflow .bp-member-avatar-content,body.hide-overflow .site-footer,body.hide-overflow .site-header-wrapper,body.hide-overflow .site-header-wrapper.has-sticky-header{z-index:0}.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:#fff;padding:20px 20px 10px;border:1px solid var(--global-border-color);-webkit-box-shadow:0 6px 24px 0 rgba(18,43,70,.1);box-shadow:0 6px 24px 0 rgba(18,43,70,.1);position:relative;border-radius:4px;max-width:90%}.buddypress.widget .GamiPress-data-popup.is_active .gamipress-buddypress-user-details-listing img{width:20px;height:20px;margin:0}.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:#fff;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 .GamiPress-data-popup.is_active .gamipress-buddypress-user-achievements{text-align:center}.buddypress.widget .showGamipressData img{height:14px!important;width:14px!important}.buddypress.widget .showGamipressData .far{font-size:12px}.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;border-radius:100%;-o-object-fit:cover;object-fit:cover}#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(--global-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(--global-border-color)}.activity-inner .badgeos-achievements-list-item{padding:0;border-bottom:0}#badgeos-achievements-container .grid>li,#badgeos-achievements-container .list>li,#badgeos-earned-achievements-container .grid>li,#badgeos-earned-achievements-container .list>li,#badgeos-earned-ranks-container .grid>li,#badgeos-earned-ranks-container .list>li,.achievement-wrap.earned,.earned-user-credits-wrapper .badgeos-credits:nth-child(2n),.earned-user-credits-wrapper .badgeos-credits:nth-child(odd){margin:1rem;padding:1em!important;border:1px solid var(--global-border-color)!important;-webkit-box-shadow:none;box-shadow:none;border-radius:var(--global-border-radius);background:#fff}.achievement-wrap.earned{margin:0}ul.badgeos-achievement-earners-list li img{max-width:50px;border-radius:100%}#badgeos-achievements-container .list>li,#badgeos-earned-achievements-container .list>li,#badgeos-earned-ranks-container .list>li{margin:1rem 0}#badgeos-earned-achievements-container .badgeos-achievements-list-item{padding:0;border:0}.badgeos-credits h3,h2.badgeos-item-title{margin:0 0 15px!important}.badgeos-item-excerpt p{margin:0}.activity-list .activity-item .activity-content .badgeos-achievements-list-item,.activity-list .activity-item .activity-content .badgeos-points-list-item,.activity-list .activity-item .activity-content .badgeos-ranks-list-item{margin:0 15px 15px}#badgeos-achievements-container .selected,#badgeos-earned-achievements-container .selected,#badgeos-earned-ranks-container .selected{background-color:#111!important}table.badgeos-rank-table tbody,table.badgeos-rank-table tfoot,table.badgeos-rank-table thead{background:#fff}table.badgeos-rank-table tbody tr td,table.badgeos-rank-table tfoot tr th,table.badgeos-rank-table thead tr th{padding:10px;border:1px solid var(--global-border-color)}.earned-user-credits-wrapper .badgeos-credits:nth-child(odd){margin:20px 1%}.earned-user-credits-wrapper .badgeos-credits:nth-child(2n){margin:20px 2%}.earned-user-credits-wrapper .badgeos-credits .badgeos-earned-credit{padding:0}@media (max-width:767px){#badgeos-achievements-container .grid>li,#badgeos-earned-achievements-container .grid>li,#badgeos-earned-ranks-container .grid>li,.earned-user-credits-wrapper .badgeos-credits:nth-child(2n),.earned-user-credits-wrapper .badgeos-credits:nth-child(odd){width:100%!important;margin:1rem 0}#badgeos-achievements-container .badgeos-arrange-buttons,#badgeos-earned-achievements-container .badgeos-arrange-buttons,#badgeos-earned-ranks-container .badgeos-arrange-buttons{margin-top:15px}}@media (max-width:400px){.badgeos-rank-table{font-size:12px}}.buddyx-badge{margin:5px 0}.buddyx-badge .ps-badgeos__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}@media screen and (max-width:782px){.buddyx-badge .ps-badgeos__list{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.buddyx-badge .ps-badgeos__item img{max-width:36px;margin:5px 5px 0 0}.groups-list .bgr-header-row{width:100%;text-align:center}.bpchk-marker-container{margin-top:10px}#whats-new-toolbar .bpchk-marker-container{margin-top:0}.bp-checkins.bp-checkin-panel{width:100%;margin:0 0 15px}@media screen and (min-width:46.8em){#whats-new-options .post-elements-buttons-item:first-child{margin-left:0!important}[dir=rtl] #whats-new-options .post-elements-buttons-item:first-child{margin-left:10px!important;margin-right:0!important}}.quote-btn{margin-top:10px}#whats-new-toolbar .quote-btn{margin-top:0}.bp-nouveau .site-wrapper .bpquotes-bg-selection-div{margin-bottom:5px}[dir=rtl] .bp-nouveau .site-wrapper .bpquotes-bg-selection-div{margin-left:0;margin-right:0}.bp-nouveau .site-wrapper .bpolls-html-container{margin-top:10px}.bp-nouveau .site-wrapper #whats-new-toolbar .bpolls-html-container{margin-top:0}[dir=rtl] .bp-nouveau .site-wrapper .bpolls-polls-option-html{margin-right:0}.buddypress-wrap .profile .bp-widget abbr{display:block;padding-bottom:5px;border-bottom:1px solid var(--global-border-color);cursor:auto}.bp-nouveau .activity-list .activity-item .activity-meta.action .bp-share-button:before{margin-right:5px}body:not(.logged-in) .activity-list .activity-item .activity-meta .bp-share-button{margin:15px}body:not(.logged-in) .bp-share-btn.generic-button{font-family:inherit;font-size:14px;margin:10px;border-radius:3px!important;padding:8px 12px;font-weight:700;font-style:normal;text-decoration:none;text-align:center;cursor:pointer;display:inline-block;line-height:1.3;border:1px solid var(--global-border-color);outline:0;vertical-align:middle;-webkit-transition:all .2s linear;transition:all .2s linear;margin:15px!important}.bp-nouveau .activity-list .activity-item .activity-meta .bp-share-button:before{font-size:18px}.birthday-item-content i{margin-left:5px}.buddypress-wrap .bgr-group-review-no-popup-add-block .bgr-submit-review,.buddypress .buddypress-wrap .bgr-group-review-no-popup-add-block .bgr-submit-review,.bupr-bp-member-review-no-popup-add-block #bupr_save_review{font-size:14px}.member-review-stars{font-size:14px;margin:5px 0 0}.rating-bgr{font-size:14px}#bupr_member_review_id{padding:0}#frm_buddypress-edit-activity textarea{width:calc(100% - 30px)!important;min-height:60px;margin:0 15px 15px!important}#buddypress .activity-list .activity-item .activity-content>.activity-meta.action .buddyboss_edit_activity_cancel,#buddypress .activity-list .activity-item .activity-content>.activity-meta.action .button.buddyboss_edit_activity{margin-right:11px;margin-top:15px}.activity-list .activity-item .activity-meta.action .button.buddyboss_edit_activity.action-edit:before{content:"\f464"}.activity-list .activity-item .activity-meta.action .button.buddyboss_edit_activity_cancel:before{content:"\f335"}.activity-list .activity-item .activity-meta.action .button.buddyboss_edit_activity.action-save:before{content:"\f15e"}.groups-header .bp-group-type-list{font-size:inherit}@media screen and (max-width:782px){.groups-header .bp-group-type-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.item-list.groups-list.bp-list:not(.grid) .item-meta.wb-bpgt-group-types{-webkit-box-flex:1;-ms-flex:1;flex:1;margin:0}body.buddypress.bp-user .buddypress-wrap .users-header .bp-member-type-list{font-size:14px;color:inherit}.wp-embed-share-tab-button{display:inline-block!important}.wp-embed-share-tab[aria-hidden=true]{display:none!important}.wp-embed-share-tab{margin-top:10px}.search-results.buddypress-global-search form#searchform{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:20px}.search-results.buddypress-global-search .item-list-tabs>ul{border-bottom:1px solid var(--global-border-color)}.search-results.buddypress-global-search .activity_comment-list .activity-content{margin-left:65px}.search-results.buddypress-global-search .activity_comment-list .item-meta{float:none;text-align:left}.search-results.buddypress-global-search .activity_comment-list .activity-avatar img.avatar{margin-top:10px}.search-results.buddypress-global-search #buddypress .results-group .activity-list .activity-content{margin-left:0}.search-results.buddypress-global-search .activity-list .item-avatar p{margin:0}.search-results.buddypress-global-search .activity-list .activity-avatar img.avatar{margin:15px}.search-results.buddypress-global-search .activity-list .activity-content .activity-header{padding:15px}.search-results.buddypress-global-search .activity-list.item-list .activity-item .activity-avatar{margin-right:0}body.search-results.buddypress-global-search #buddypress .bp-list .activity-comments .acomment-meta p,body.search-results.buddypress-global-search .bp-list li .item .list-title{margin:0}body.search-results.buddypress-global-search .bp-list li .action{text-align:left}@media screen and (min-width:60em){.has-sidebar-right.search-results.buddypress-global-search .site-wrapper{display:grid;grid-template-columns:3fr 1fr;grid-gap:2rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.has-sidebar-left.search-results.buddypress-global-search .site-wrapper{display:grid;grid-template-columns:1fr 3fr;grid-gap:2rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.activity-giphy-container,.bp-giphy-html-container{margin-top:10px}#whats-new-toolbar .activity-giphy-container,#whats-new-toolbar .bp-giphy-html-container,.bp-giphy-comment-html-container.bp-giphy-html-container{margin-top:0}.buddypress-giphy-active form.ac-form .ac-reply-content .bp-giphy-html-container{float:left}[dir=rtl] .buddypress-giphy-active form.ac-form .ac-reply-content .bp-giphy-html-container{float:right}.mce-container button{background:transparent!important;border:0!important}form#mpp-whats-new-form p.activity-greeting{margin-top:0}#mpp-whats-new-options{min-height:60px}.mpp-activity-header .time-since{float:none;display:block}.mpp-activity-list .mpp-activity-content .mpp-activity-inner,.mpp-activity-list .mpp-activity-content blockquote{margin-top:0}.buddypress-wrap .mpp-upload-buttons a{margin-right:8px}.buddypress-wrap .mpp-upload-buttons a img{max-width:20px}.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{padding:0 10px}#mpp-activity-upload-buttons{width:100%;margin-bottom:15px}.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}button#mpp-add-remote-media{min-height:38px;padding:14px 15px;border-radius:3px}.mpp-single-gallery-audio-list .mpp-item-content.mpp-audio-content.mpp-audio-player{display:none}.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:transparent!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-item select,.mpp-g.mpp-form-wrap select{padding-right:40px}.mpp-breadcrumbs{margin-bottom:15px;background:transparent;color:inherit}.mpp-activity-meta a.button:empty{display:none!important}.mpp-menu.mpp-menu-horizontal li .mpp-menu-children,.mpp-menu.mpp-menu-open{background:transparent}div.mpp-bulk-edit-media-action-row select{padding:.5em .6em}.mpp-menu a.mpp-selected-item{color:var(--color-link-active)}.buddyx-mediapress .mejs-button>button{background:transparent url(/wp-content/themes/buddyx/assets/css/../images/mejs-controls.svg)!important;padding:0!important;width:20px!important;border:0!important}.buddyx-mediapress .mejs-play>button{background-position:0 0!important}.buddyx-mediapress .mejs-pause>button{background-position:-20px 0!important}.buddyx-mediapress .mejs-replay>button{background-position:-160px 0!important}.buddyx-mediapress .mejs-fullscreen-button>button{background-position:-80px 0!important}.buddyx-mediapress .mejs-unfullscreen>button{background-position:-100px 0!important}.buddyx-mediapress .mejs-mute>button{background-position:-60px 0!important}.buddyx-mediapress .mejs-unmute>button{background-position:-40px 0!important}.buddyx-mediapress .mejs-captions-button>button{background-position:-140px 0!important}.buddyx-mediapress .mejs-chapters-button>button{background-position:-180px 0!important}.activity-list .mpp-media-list-view-grid.mpp-activity-media-list{padding:0 15px 15px}.mpp-paginator ul li{padding:0}.mpp-paginator ul .page-numbers{margin:0 5px 5px 0;padding:.5em 1em;background:transparent!important;color:#565a62!important;display:inline-block;font-size:1em;float:none;line-height:1.5;border-radius:2px;-webkit-transition:background-color .1s ease-in-out;transition:background-color .1s ease-in-out}.mpp-paginator ul .page-numbers.current,.mpp-paginator ul .page-numbers:hover{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{-webkit-box-shadow:none;box-shadow:none}.buddyx-bpges .group-subscription-div #js-dialogtooltip{z-index:99}@media screen and (max-width:782px){.buddyx-bpges .group-subscription-div #js-dialogtooltip{width:auto}}#groups-dir-list .group-subscription-div,#groups-list .group-subscription-div{padding-top:10px!important;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}#groups-dir-list .group-subscription-div .gemail_icon,#groups-list .group-subscription-div .gemail_icon{padding:0;background:none!important;margin:10px 0 0}#groups-dir-list .group-subscription-div .group-subscription-status,#groups-list .group-subscription-div .group-subscription-status{margin-top:10px}.buddyx-bpges .group-subscription-div .group-email-tooltip #js-tooltip-content a{display:inline-block;margin:0 .4em .4em 0;width:auto;background:transparent;border:0;color:inherit;font-size:inherit;font-weight:700;padding:0;text-decoration:underline}.buddyx-bpges .group-subscription-div{padding-top:6px;font-size:11px}.buddyx-bpges .bp-list li .item,.buddyx-bpges .grid>li .list-wrap{overflow:visible}button.ges-change,button.ges-change:hover{padding:3px 6px!important}.ass-email-type{margin:15px 0}.ass-email-type label input{margin-right:7px}@media screen and (min-width:46.8em){body.bp-nouveau.groups.buddyx-bpges:not(.single-item) .group-subscription-div #js-dialogtooltip{left:0;right:auto}}.bpfb_form_container{padding:0;background:transparent}.bpfb_actions_container .bpfb_actions_container:not(.bpfb-theme-round):not(.bpfb-theme-new) #bpfb_addPhotos,.bpfb_actions_container:not(.bpfb-theme-round):not(.bpfb-theme-new) #bpfb_addLinks,.bpfb_actions_container:not(.bpfb-theme-round):not(.bpfb-theme-new) #bpfb_addVideos{background:none;position:relative}.bpfb_actions_container:not(.bpfb-theme-round):not(.bpfb-theme-new) #bpfb_addLinks:before,.bpfb_actions_container:not(.bpfb-theme-round):not(.bpfb-theme-new) #bpfb_addPhotos:before,.bpfb_actions_container:not(.bpfb-theme-round):not(.bpfb-theme-new) #bpfb_addVideos:before{font-family:Font Awesome\ 5 Free;font-weight:900;font-size:18px}.bpfb_actions_container:not(.bpfb-theme-round):not(.bpfb-theme-new) #bpfb_addPhotos:before{content:"\f030"}.bpfb_actions_container:not(.bpfb-theme-round):not(.bpfb-theme-new) #bpfb_addVideos:before{content:"\f03d"}.bpfb_actions_container:not(.bpfb-theme-round):not(.bpfb-theme-new) #bpfb_addLinks:before{content:"\f0c1"}ul#bpfb_tmp_photo_list{display:none}.bpfb_preview_container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;margin-top:10px}input#bpfb_add_remote_image{margin:10px 0 0}.bpfb_preview_photo_item{border:3px solid rgba(0,0,0,.2)}input#bpfb_link_preview_url,input#bpfb_video_url,input.bpfb_remote_image{margin:0 0 15px;width:calc(100% - 15px)!important}input.bpfb_remote_image{margin:15px 0}.bpfb_images{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-flow:wrap;flex-flow:wrap;margin:5px 10px}.bpfb_images br{display:none}.bpfb_images a{line-height:0;margin:5px}.bpfb_final_link .bpfb_link_contents{margin-bottom:10px}.activity-list.bp-list .activity-item .activity-meta.action .bplua-close-activity,.activity-list.bp-list .activity-item .activity-meta.action .bplua-open-activity{margin-right:11px;margin-top:15px}.activity-list .activity-item .activity-meta.action .bplua-close-activity:before,.activity-list .activity-item .activity-meta.action .bplua-open-activity:before{font-family:dashicons;font-size:18px;vertical-align:bottom}.activity-list .activity-item .activity-meta.action .bplua-open-activity:before{content:"\f528"}.activity-list .activity-item .activity-meta.action .bplua-close-activity:before{content:"\f160"}.thickbox-loading #TB_ajaxContent{margin:auto;padding:15px;height:100%!important}.thickbox-loading #TB_title{height:40px;padding-top:5px;padding-bottom:5px}.thickbox-loading textarea#whats-new-profile-ux{margin-bottom:10px}.thickbox-loading form#private-message-form-ux label[for=private_message_content],.thickbox-loading form#private-message-form-ux label[for=private_message_subject],.thickbox-loading form#public-message-form-ux label[for=public_message_content]{display:block}.thickbox-loading form#private-message-form-ux input#private_message_subject{width:100%}@media screen and (max-width:450px){#TB_window.thickbox-loading{max-width:285px!important;margin-left:auto!important;margin-right:auto!important;left:0;right:0}.thickbox-loading #TB_ajaxContent{width:100%!important}}body.bmpro_moderation_content .member-home aside{display:none}@media screen and (min-width:60em){body.bmpro_moderation_content.has-single-member-sidebar .member-home{grid-template-columns:1fr}}.bpstatus-icon{margin-top:8px;display:inline-block}#whats-new-toolbar .bpstatus-icon{margin-top:0}.member-info-wrapper img.bpsts-name-icon{display:inline-block}ul.component-navigation.bp-docs-nav{margin-left:0}.activity-share-modal .activity-list .activity-item .activity-header{margin-bottom:0}.activity-list.bp-list .activity-reshare-item-container>.activity-item{padding:1rem;margin:1rem}.post-reshare-item-container .post-preview{margin-left:15px;margin-right:15px}.activity-list .activity-item .activity-meta.action .bp-activity-share-btn .bp-screen-reader-text{margin-left:0}.bp-activity-share-button:before{margin-right:5px!important}#bp-activity-share-widget-box-status-header .buddyx-content-wrp{margin-top:1rem}.activity-list.bp-list .activity-reshare-item-container .activity-header{padding-left:65px;padding-bottom:10px}.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){width:100%;max-width:100%;margin:0 0 15px}.activity-list .activity-content .activity-inner .activity-reshare-item-container .bb-post-title,.activity-list .activity-content .activity-inner .activity-reshare-item-container .buddyx-post-title,.activity-share-modal .activity-list .activity-content .activity-inner .bb-post-title,.activity-share-modal .activity-list .activity-content .activity-inner .buddyx-post-title{display:block;font-size:20px;margin:0 0 10px}.activity-list .activity-content .activity-inner .activity-reshare-item-container .buddyx-content-wrp p{margin:0!important;padding:0}.buddypress-wrap .activity-inner .activity-reshare-item-container p{margin:0!important;padding:0!important}.activity-list li.bbp_reply_create .activity-content .activity-inner blockquote,.activity-list li.bbp_topic_create .activity-content .activity-inner blockquote{margin-left:15px}.buddypress-wrap ul.subnav li#members-order-select{padding:10px 0}.buddypress-wrap ul.subnav li#members-order-select label{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;vertical-align:middle}body.resume.has-single-member-sidebar .site-wrapper.member-home .primary-sidebar{display:none}body.resume.has-single-member-sidebar .member-home{grid-template-columns:1fr}.activity-link-preview-container{width:calc(100% - 30px);margin:0 15px;border-radius:var(--global-border-radius)!important}.activity-link-preview-title,.activity-list .activity-item .activity-content .activity-link-preview-title{padding:0}.activity-update-form #whats-new-buttons{margin:0 15px 0 0;padding:0}.activity-update-form #whats-new-buttons .dashicons-admin-media:before{font-family:dashicons}div#bp-attachments-activity-medium-preview{margin:0;padding:.5em;border:1px solid var(--global-border-color);border-radius:var(--form-border-radius)!important}div#bp-attachments-activity-medium-preview:empty{padding:0;border:0}div#bp-attachments-activity-medium-preview dl.bp-attachment-meta dd{margin:0 0 0 .5em}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,body.activity.buddypress figure a img{width:100%}body.activity.buddypress figure figcaption{margin:.5em 15px}.wp-block-bp-audio-attachment audio{padding:0 15px}body.activity.buddypress div.wp-block-bp-file-attachment{padding:15px}#bp-media-library .components-button,#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,body.personal.attachments #bp-media-library .split-button .split-button-toggle{font-family:inherit;font-size:medium;color:#fff!important;background-color:var(--button_background_color)!important;border-radius:var(--button-border-radius)!important;font-weight:700;font-style:normal;text-decoration:none;text-align:center;cursor:pointer;display:inline-block;max-height:100%!important;line-height:1.3;border:1px solid var(--button_border_color)!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-media-library .components-button:hover,#bp-media-library .media-toolbar-secondary .media-button:hover,#bp-media-library .split-button .split-button-head a:hover,#bp-media-library .split-button .split-button-primary:hover,#bp-media-library .split-button .split-button-toggle:hover,.components-button.is-primary:hover,.components-button.is-secondary:hover,.components-button.is-tertiary:hover,.components-modal__frame .components-button:hover,body.activity.buddypress div.wp-block-bp-file-attachment .bp-attachments-button:hover,body.personal.attachments #bp-media-library .components-button.is-secondary:hover,body.personal.attachments #bp-media-library .components-button.is-tertiary:hover,body.personal.attachments #bp-media-library .split-button .split-button-toggle:hover{background-color:var(--button_background_hover_color)!important;border:1px solid var(--button_border_hover_color)!important;color:#fff!important}body.personal.attachments #bp-media-library .wp-filter .view-switch a:before{color:inherit}body.personal.attachments #bp-media-library .wp-filter .view-switch a.current:before{color:var(--color-theme-primary)}body.personal.attachments #bp-media-library .screen-heading{font-size:20px;font-weight:400;margin:auto 10px auto auto;padding-bottom:5px}body.personal.attachments #bp-media-library .media-toolbar-primary .components-select-control__input{display:inline-block;font-family:inherit;font-style:inherit;font-size:15px;width:100%;height:35px;outline:none;vertical-align:middle;background-color:#fff;border:1px solid var(--global-border-color);border-radius:3px;-webkit-box-shadow:none;box-shadow:none;color:inherit}@media (min-width:46.8em){body.personal.attachments #bp-media-library .media-toolbar-primary .components-select-control__input{width:200px}}@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 .split-button{top:auto}#bp-media-library .split-button .split-button-toggle i{padding:0}#bp-media-library .split-button .split-button-body li+li{margin-top:5px}#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-attachments-media-list .media-item{min-width:100px}.bp-attachments-media-list .media-item .media-name{font-size:14px}@media (max-width:46.8em){.bp-attachment-edit-item{-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%}.bp-attachment-edit-item__form,.bp-attachment-edit-item__preview{width:100%}}.bp-attachment-edit-item audio,.bp-attachment-edit-item video{width:100%}.bp-attachment-edit-item__form-actions button{margin-bottom:1em}#bp-media-library .split-button .split-button-toggle{margin-left:15px;padding:4px}.components-form-file-upload .components-button{height:100%}.slick-slider{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-user-select:none;-moz-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}.slick-list,.slick-slider{position:relative;display:block}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translateZ(0);transform:translateZ(0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.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;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.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}:root{--ld-dark-mode-header-bg:#272727;--ld-dark-mode-sidebar-bg:#1c1c1c;--ld-dark-mode-content-bg:#121212;--ld-dark-mode-content-text:#ccc;--ld-dark-mode-link-color:#ccc;--ld-dark-mode-link-hover-color:#fff;--ld-dark-mode-text-secondary:#aaa;--ld-dark-mode-border-color:hsla(0,0%,100%,0.1)}.buddyx-dark-theme.ld-in-focus-mode a{color:#ccc;color:var(--ld-dark-mode-content-text)}body.buddyx-dark-theme .learndash-dark-mode,body:not(.buddyx-dark-theme) .learndash-light-mode{display:none}#buddyx-toggle-track{width:30px;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.buddyx-dark-theme #buddyx-toggle-track{color:#fff}.buddyx-dark-theme.ld-in-focus-mode .learndash-wrapper .ld-focus .ld-focus-header,.buddyx-dark-theme.ld-in-focus-mode .learndash-wrapper .ld-focus .ld-focus-header .ld-brand-logo,.buddyx-dark-theme.ld-in-focus-mode .learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-lesson-item{background:#272727;background:var(--ld-dark-mode-header-bg)}.buddyx-dark-theme.ld-in-focus-mode .learndash-wrapper .ld-focus .ld-focus-header{border:0;color:#ccc;color:var(--ld-dark-mode-content-text)}.buddyx-dark-theme.ld-in-focus-mode .learndash-wrapper .ld-focus .ld-focus-header .ld-content-action,.buddyx-dark-theme.ld-in-focus-mode .learndash-wrapper .ld-focus .ld-focus-header .ld-progress,.buddyx-dark-theme.ld-in-focus-mode .learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu{border-color:hsla(0,0%,100%,.1);border-color:var(--ld-dark-mode-border-color)}.buddyx-dark-theme.ld-in-focus-mode .learndash-wrapper .ld-course-navigation .ld-lesson-item-preview .ld-expand-button{color:#ccc;color:var(--ld-dark-mode-content-text)}.buddyx-dark-theme.ld-in-focus-mode .learndash-wrapper .ld-course-navigation .ld-table-list.ld-topic-list .ld-table-list-item .ld-table-list-item-preview.ld-is-current-item{color:#fff;color:var(--ld-dark-mode-link-hover-color)}body.buddyx-dark-theme.ld-in-focus-mode,body.buddyx-dark-theme.ld-in-focus-mode .learndash-wrapper{background:#121212;background:var(--ld-dark-mode-content-bg)}.buddyx-dark-theme.ld-in-focus-mode .ld-focus .ld-focus-content,.buddyx-dark-theme.ld-in-focus-mode .ld-focus .ld-focus-content h1,.buddyx-dark-theme.ld-in-focus-mode .ld-focus .ld-focus-content h2,.buddyx-dark-theme.ld-in-focus-mode .ld-focus .ld-focus-content h3,.buddyx-dark-theme.ld-in-focus-mode .ld-focus .ld-focus-content h4,.buddyx-dark-theme.ld-in-focus-mode .ld-focus .ld-focus-content h5,.buddyx-dark-theme.ld-in-focus-mode .ld-focus .ld-focus-content h6{color:#ccc;color:var(--ld-dark-mode-content-text)}.buddyx-dark-theme.ld-in-focus-mode .learndash-wrapper .ld-table-list a.ld-table-list-item-preview{color:#ccc;color:var(--ld-dark-mode-link-color)}.buddyx-dark-theme.ld-in-focus-mode .learndash-wrapper .ld-content-actions,.buddyx-dark-theme.ld-in-focus-mode .learndash-wrapper .ld-table-list.ld-no-pagination,.buddyx-dark-theme.ld-in-focus-mode .learndash-wrapper .ld-table-list .ld-table-list-item,.buddyx-dark-theme.ld-in-focus-mode .learndash-wrapper .ld-table-list .ld-table-list-items{border-color:hsla(0,0%,100%,.1);border-color:var(--ld-dark-mode-border-color)}.buddyx-dark-theme.ld-in-focus-mode .learndash-wrapper .ld-breadcrumbs,.buddyx-dark-theme.ld-in-focus-mode .learndash-wrapper .ld-topic-status{background:hsla(0,0%,100%,.05);color:#aaa;color:var(--ld-dark-mode-text-secondary)}.buddyx-dark-theme.ld-in-focus-mode .learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab{color:#aaa;color:var(--ld-dark-mode-text-secondary)}.buddyx-dark-theme.ld-in-focus-mode .learndash-wrapper .ld-tabs .ld-tabs-navigation:after{background:hsla(0,0%,100%,.05)}.buddyx-dark-theme.ld-in-focus-mode .learndash-wrapper .ld-focus .ld-focus-sidebar{border-color:hsla(0,0%,100%,.1);border-color:var(--ld-dark-mode-border-color)}.buddyx-dark-theme.ld-in-focus-mode .learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-topic-list.ld-table-list:before{background:#272727;background:var(--ld-dark-mode-header-bg)}.buddyx-dark-theme.ld-in-focus-mode .learndash-wrapper .ld-focus .ld-focus-sidebar{background:#1c1c1c;background:var(--ld-dark-mode-sidebar-bg)}.buddyx-dark-theme.ld-in-focus-mode .learndash-wrapper .ld-focus-sidebar .ld-table-list .ld-table-list-items,.buddyx-dark-theme.ld-in-focus-mode .learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-topic-list.ld-table-list{background:#1c1c1c;background:var(--ld-dark-mode-sidebar-bg);color:#ccc;color:var(--ld-dark-mode-content-text)}.buddyx-dark-theme.ld-in-focus-mode .learndash-wrapper .ld-course-navigation .ld-lesson-item-preview a.ld-lesson-item-preview-heading,.buddyx-dark-theme.ld-in-focus-mode .learndash-wrapper .ld-course-navigation .ld-table-list.ld-topic-list .ld-table-list-item .ld-table-list-title a,.buddyx-dark-theme.ld-in-focus-mode .learndash-wrapper .ld-course-navigation .ld-table-list.ld-topic-list .ld-table-list-item a.ld-table-list-item-preview{color:#ccc;color:var(--ld-dark-mode-content-text)}.buddyx-dark-theme.ld-in-focus-mode .learndash-wrapper .ld-course-navigation .ld-lesson-item.ld-is-current-lesson .ld-lesson-item-preview-heading,.buddyx-dark-theme.ld-in-focus-mode .learndash-wrapper .ld-course-navigation .ld-lesson-item.ld-is-current-lesson .ld-lesson-title{color:#ccc;color:var(--ld-dark-mode-link-color);background:none}.buddyx-dark-theme.ld-in-focus-mode .learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-lesson-item-section-heading{color:#aaa;color:var(--ld-dark-mode-text-secondary);border-top:1px solid hsla(0,0%,100%,.1);border-top:1px solid var(--ld-dark-mode-border-color)}/**
 * 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;
	}
}
/*! elementor - v3.27.0 - 13-02-2025 */
.elementor-hidden{display:none}.elementor-visibility-hidden{visibility:hidden}.elementor-screen-only,.screen-reader-text,.screen-reader-text span,.ui-helper-hidden-accessible{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;top:-10000em;width:1px;clip:rect(0,0,0,0);border:0}.elementor-clearfix:after{clear:both;content:"";display:block;height:0;width:0}.e-logo-wrapper{background:var(--e-a-bg-logo);border-radius:50%;display:inline-block;line-height:1;padding:.75em}.e-logo-wrapper i{color:var(--e-a-color-logo);font-size:1em}.elementor *,.elementor :after,.elementor :before{box-sizing:border-box}.elementor a{box-shadow:none;text-decoration:none}.elementor hr{background-color:transparent;margin:0}.elementor img{border:none;border-radius:0;box-shadow:none;height:auto;max-width:100%}.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{border:none;line-height:1;margin:0;max-width:100%;width:100%}.elementor .elementor-background,.elementor .elementor-background-holder,.elementor .elementor-background-video-container{direction:ltr;inset:0;overflow:hidden;position:absolute;z-index:0}.elementor .elementor-background-video-container{pointer-events:none;transition:opacity 1s}.elementor .elementor-background-video-container.elementor-loading{opacity:0}.elementor .elementor-background-video-embed{max-width:none}.elementor .elementor-background-video,.elementor .elementor-background-video-embed,.elementor .elementor-background-video-hosted{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.elementor .elementor-background-video{max-width:none}.elementor .elementor-background-video-hosted{-o-object-fit:cover;object-fit:cover}.elementor .elementor-background-overlay{inset:0;position:absolute}.elementor .elementor-background-slideshow{inset:0;position:absolute;z-index:0}.elementor .elementor-background-slideshow__slide__image{background-position:50%;background-size:cover;height:100%;width:100%}.e-con-inner>.elementor-element.elementor-absolute,.e-con>.elementor-element.elementor-absolute,.elementor-widget-wrap>.elementor-element.elementor-absolute{position:absolute}.e-con-inner>.elementor-element.elementor-fixed,.e-con>.elementor-element.elementor-fixed,.elementor-widget-wrap>.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;align-self:var(--align-self);flex-basis:var(--flex-basis);flex-grow:var(--flex-grow);flex-shrink:var(--flex-shrink);order:var(--order)}.elementor-element.elementor-absolute,.elementor-element.elementor-fixed{z-index:1}.elementor-element:where(.e-con-full,.elementor-widget){align-content:var(--align-content);align-items:var(--align-items);flex-direction:var(--flex-direction);flex-wrap:var(--flex-wrap);gap:var(--row-gap) var(--column-gap);justify-content:var(--justify-content)}.elementor-invisible{visibility:hidden}.elementor-align-center{text-align:center}.elementor-align-right{text-align:right}.elementor-align-left{text-align:left}.elementor-align-center .elementor-button,.elementor-align-left .elementor-button,.elementor-align-right .elementor-button{width:auto}.elementor-align-justify .elementor-button{width:100%}.elementor-custom-embed-play{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.elementor-custom-embed-play i{color:#fff;font-size:100px;text-shadow:1px 0 6px rgba(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,.3))}.elementor-custom-embed-play i,.elementor-custom-embed-play svg{opacity:.8;transition:all .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 linear infinite}.elementor-tag{display:inline-flex}.elementor-ken-burns{transition-duration:10s;transition-property:transform;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-right{text-align:right}.elementor-widescreen-align-left{text-align:left}.elementor-widescreen-align-center .elementor-button,.elementor-widescreen-align-left .elementor-button,.elementor-widescreen-align-right .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-right{text-align:right}.elementor-laptop-align-left{text-align:left}.elementor-laptop-align-center .elementor-button,.elementor-laptop-align-left .elementor-button,.elementor-laptop-align-right .elementor-button{width:auto}.elementor-laptop-align-justify .elementor-button{width:100%}.elementor-tablet_extra-align-center{text-align:center}.elementor-tablet_extra-align-right{text-align:right}.elementor-tablet_extra-align-left{text-align:left}.elementor-tablet_extra-align-center .elementor-button,.elementor-tablet_extra-align-left .elementor-button,.elementor-tablet_extra-align-right .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-right{text-align:right}.elementor-tablet-align-left{text-align:left}.elementor-tablet-align-center .elementor-button,.elementor-tablet-align-left .elementor-button,.elementor-tablet-align-right .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-right{text-align:right}.elementor-mobile_extra-align-left{text-align:left}.elementor-mobile_extra-align-center .elementor-button,.elementor-mobile_extra-align-left .elementor-button,.elementor-mobile_extra-align-right .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-right{text-align:right}.elementor-mobile-align-left{text-align:left}.elementor-mobile-align-center .elementor-button,.elementor-mobile-align-left .elementor-button,.elementor-mobile-align-right .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)}to{transform:rotate(359deg)}}.eicon-animation-spin{animation:eicon-spin 2s linear infinite}.elementor-section{position:relative}.elementor-section .elementor-container{display:flex;margin-left:auto;margin-right: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-widget-wrap{align-content:flex-start;flex-wrap:wrap;position:relative;width:100%}.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:var(--kit-widget-spacing,20px)}.elementor-widget:not(:last-child).elementor-absolute,.elementor-widget:not(:last-child).elementor-widget__width-auto,.elementor-widget:not(:last-child).elementor-widget__width-initial{margin-bottom:0}.elementor-column{display:flex;min-height:1px;position:relative}.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>:first-child{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>:first-child{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>:first-child{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>:first-child,.elementor-reverse-laptop>.elementor-container>:nth-child(10),.elementor-reverse-laptop>.elementor-container>:nth-child(2),.elementor-reverse-laptop>.elementor-container>:nth-child(3),.elementor-reverse-laptop>.elementor-container>:nth-child(4),.elementor-reverse-laptop>.elementor-container>:nth-child(5),.elementor-reverse-laptop>.elementor-container>:nth-child(6),.elementor-reverse-laptop>.elementor-container>:nth-child(7),.elementor-reverse-laptop>.elementor-container>:nth-child(8),.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:0}.elementor-reverse-tablet_extra>.elementor-container>:first-child{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>:first-child{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>:first-child{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>:first-child,.elementor-reverse-tablet>.elementor-container>:nth-child(10),.elementor-reverse-tablet>.elementor-container>:nth-child(2),.elementor-reverse-tablet>.elementor-container>:nth-child(3),.elementor-reverse-tablet>.elementor-container>:nth-child(4),.elementor-reverse-tablet>.elementor-container>:nth-child(5),.elementor-reverse-tablet>.elementor-container>:nth-child(6),.elementor-reverse-tablet>.elementor-container>:nth-child(7),.elementor-reverse-tablet>.elementor-container>:nth-child(8),.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:0}.elementor-reverse-mobile_extra>.elementor-container>:first-child{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>:first-child{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%}}.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;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-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;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-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;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-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)}.elementor-grid-tablet_extra-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-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;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-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;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-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;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-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";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"}}@media (prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}.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);--row-gap:var(--widgets-spacing-row,20px);--column-gap:var(--widgets-spacing-column,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);border-radius:var(--border-radius);height:var(--height);min-height:var(--min-height);min-width:0;overflow:var(--overflow);position:var(--position);transition:background var(--background-transition,.3s),border var(--border-transition,.3s),box-shadow var(--border-transition,.3s),transform var(--e-con-transform-transition-duration,.4s);width:var(--width);z-index:var(--z-index);--flex-wrap-mobile:wrap;margin-block-end:var(--margin-block-end);margin-block-start:var(--margin-block-start);margin-inline-end:var(--margin-inline-end);margin-inline-start:var(--margin-inline-start);padding-inline-end:var(--padding-inline-end);padding-inline-start:var(--padding-inline-start);--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{padding-block-end:var(--padding-block-end);padding-block-start:var(--padding-block-start);text-align:var(--text-align)}.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{align-content:var(--grid-align-content);align-items:var(--align-items);grid-auto-flow:var(--grid-auto-flow);grid-template-columns:var(--e-con-grid-template-columns);grid-template-rows:var(--e-con-grid-template-rows);justify-content:var(--grid-justify-content);justify-items:var(--justify-items)}.e-con-boxed.e-flex{align-content:normal;align-items:normal;flex-direction:column;flex-wrap:nowrap;justify-content:normal}.e-con-boxed.e-grid{grid-template-columns:1fr;grid-template-rows:1fr;justify-items:legacy}.e-con-boxed{gap:initial;text-align:initial}.e-con.e-flex>.e-con-inner{align-content:var(--align-content);align-items:var(--align-items);align-self:auto;flex-basis:auto;flex-grow:1;flex-shrink:1;flex-wrap:var(--flex-wrap);justify-content:var(--justify-content)}.e-con.e-grid>.e-con-inner{align-items:var(--align-items);justify-items:var(--justify-items)}.e-con>.e-con-inner{gap:var(--row-gap) var(--column-gap);height:100%;margin:0 auto;max-width:var(--content-width);padding-inline-end:0;padding-inline-start:0;width: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,.e-con>.elementor-background-slideshow:before,.e-con>.elementor-motion-effects-container>.elementor-motion-effects-layer:before,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{border-block-end-width:var(--border-block-end-width);border-block-start-width:var(--border-block-start-width);border-color:var(--border-color);border-inline-end-width:var(--border-inline-end-width);border-inline-start-width:var(--border-inline-start-width);border-radius:var(--border-radius);border-style:var(--border-style);content:var(--background-overlay);display:block;height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%);left:calc(0px - var(--border-left-width));mix-blend-mode:var(--overlay-mix-blend-mode);opacity:var(--overlay-opacity);position:absolute;top:calc(0px - var(--border-top-width));transition:var(--overlay-transition,.3s);width:max(100% + var(--border-left-width) + var(--border-right-width),100%)}.e-con:before{transition:background var(--overlay-transition,.3s),border-radius var(--border-transition,.3s),opacity var(--overlay-transition,.3s)}.e-con>.elementor-background-slideshow,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container{border-block-end-width:var(--border-block-end-width);border-block-start-width:var(--border-block-start-width);border-color:var(--border-color);border-inline-end-width:var(--border-inline-end-width);border-inline-start-width:var(--border-inline-start-width);border-radius:var(--border-radius);border-style:var(--border-style);height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%);left:calc(0px - var(--border-left-width));top:calc(0px - var(--border-top-width));width:max(100% + var(--border-left-width) + var(--border-right-width),100%)}@media (max-width:767px){:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container.elementor-hidden-mobile{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-empty,.e-con .elementor-widget-google_maps,.e-con .elementor-widget-video,.e-con .elementor-widget.e-widget-swiper{width:100%}.e-con>.e-con-inner>.elementor-widget>.elementor-widget-container,.e-con>.elementor-widget>.elementor-widget-container{height:100%}.e-con.e-con>.e-con-inner>.elementor-widget,.elementor.elementor .e-con>.elementor-widget{max-width:100%}.e-con .elementor-widget:not(:last-child){--kit-widget-spacing:0px}@media (max-width:767px){.e-con.e-flex{--width:100%;--flex-wrap:var(--flex-wrap-mobile)}.e-con.e-flex .elementor-widget-archive-posts{width:100%}}.elementor-form-fields-wrapper{display:flex;flex-wrap:wrap}.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group .elementor-field-subgroup,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>.elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>input,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>textarea{flex-basis:100%;max-width:100%}.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group .elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group>input{flex-grow:1}.elementor-field-group{align-items:center;flex-wrap:wrap}.elementor-field-group.elementor-field-type-submit{align-items:flex-end}.elementor-field-group .elementor-field-textual{background-color:transparent;border:1px solid #69727d;color:#1f2124;flex-grow:1;max-width:100%;vertical-align:middle;width:100%}.elementor-field-group .elementor-field-textual:focus{box-shadow:inset 0 0 0 1px rgba(0,0,0,.1);outline:0}.elementor-field-group .elementor-field-textual::-moz-placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-field-textual::placeholder{color:inherit;font-family:inherit;opacity:.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;flex-basis:100%;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;padding-inline-end:20px;text-transform:inherit}.elementor-field-group .elementor-select-wrapper:before{content:"\e92a";font-family:eicons;font-size:15px;pointer-events:none;position:absolute;right:10px;text-shadow:0 0 3px rgba(0,0,0,.3);top:50%;transform:translateY(-50%)}.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-acceptance .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label,.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{display:inline}.elementor-field-label{cursor:pointer}.elementor-mark-required .elementor-field-label:after{color:red;content:"*";padding-inline-start:.2em}.elementor-field-textual{border-radius:3px;font-size:15px;line-height:1.4;min-height:40px;padding:5px 14px}.elementor-field-textual.elementor-size-xs{border-radius:2px;font-size:13px;min-height:33px;padding:4px 12px}.elementor-field-textual.elementor-size-md{border-radius:4px;font-size:16px;min-height:47px;padding:6px 16px}.elementor-field-textual.elementor-size-lg{border-radius:5px;font-size:18px;min-height:59px;padding:7px 20px}.elementor-field-textual.elementor-size-xl{border-radius:6px;font-size:20px;min-height:72px;padding:8px 24px}.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 .e-form__buttons,.elementor-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-button-align-start .e-form__buttons,.elementor-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-button-align-end .e-form__buttons,.elementor-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-button-align-center .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,.elementor-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-center .e-form__buttons__wrapper__button,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper__button,.elementor-button-align-start .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}@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 .e-form__buttons,.elementor-tablet-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-tablet-button-align-start .e-form__buttons,.elementor-tablet-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-tablet-button-align-end .e-form__buttons,.elementor-tablet-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-tablet-button-align-center .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,.elementor-tablet-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-center .e-form__buttons__wrapper__button,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper__button,.elementor-tablet-button-align-start .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}@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 .e-form__buttons,.elementor-mobile-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-mobile-button-align-start .e-form__buttons,.elementor-mobile-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-mobile-button-align-end .e-form__buttons,.elementor-mobile-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-mobile-button-align-center .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,.elementor-mobile-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-center .e-form__buttons__wrapper__button,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper__button,.elementor-mobile-button-align-start .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}.elementor-error .elementor-field{border-color:#d9534f}.elementor-error .help-inline{color:#d9534f;font-size:.9em}.elementor-message{font-size:1em;line-height:1;margin:10px 0}.elementor-message:before{content:"\e90e";display:inline-block;font-family:eicons;font-style:normal;font-weight:400;margin-inline-end:5px;vertical-align:middle}.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{border:none;padding-block-end:0;padding-block-start:0}.elementor-form .elementor-button-content-wrapper,.elementor-form .elementor-button>span{display:flex;flex-direction:row;gap:5px;justify-content:center}.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,.elementor-element:not(:has(.elementor-widget-container)){transition:background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s)}.elementor-heading-title{line-height:1;margin:0;padding:0}.elementor-button{background-color:#69727d;border-radius:3px;color:#fff;display:inline-block;font-size:15px;line-height:1;padding:12px 24px;fill:#fff;text-align:center;transition:all .3s}.elementor-button:focus,.elementor-button:hover,.elementor-button:visited{color:#fff}.elementor-button-content-wrapper{display:flex;flex-direction:row;gap:5px;justify-content:center}.elementor-button-icon svg{height:auto;width:1em}.elementor-button-icon .e-font-icon-svg{height:1em}.elementor-button-text{display:inline-block}.elementor-button.elementor-size-xs{border-radius:2px;font-size:13px;padding:10px 20px}.elementor-button.elementor-size-md{border-radius:4px;font-size:16px;padding:15px 30px}.elementor-button.elementor-size-lg{border-radius:5px;font-size:18px;padding:20px 40px}.elementor-button.elementor-size-xl{border-radius:6px;font-size:20px;padding:25px 50px}.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-view-stacked .elementor-icon{background-color:#69727d;color:#fff;padding:.5em;fill:#fff}.elementor-view-framed .elementor-icon{background-color:transparent;border:3px solid #69727d;color:#69727d;padding:.5em}.elementor-icon{color:#69727d;display:inline-block;font-size:50px;line-height:1;text-align:center;transition:all .3s}.elementor-icon:hover{color:#69727d}.elementor-icon i,.elementor-icon svg{display:block;height:1em;position:relative;width:1em}.elementor-icon i:before,.elementor-icon svg:before{left:50%;position:absolute;transform:translateX(-50%)}.elementor-icon i.fad{width:auto}.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,.e-transform:not(:has(.elementor-widget-container)){transform:perspective(var(--e-transform-perspective,0)) rotate(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)) rotate(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:.75s}.animated.infinite{animation-iteration-count:infinite}.animated.reverse{animation-direction:reverse;animation-fill-mode:forwards}@media (prefers-reduced-motion:reduce){.animated{animation:none}}.elementor-post__thumbnail__link{transition:none}@media (max-width:767px){.elementor .elementor-hidden-mobile,.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-laptop,.elementor .elementor-hidden-tablet_extra{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}}/*! elementor - v3.27.0 - 13-02-2025 */
.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{display:inline-block;vertical-align:middle}/*! elementor-pro - v3.27.0 - 06-02-2025 */
@charset "UTF-8";.site-main .menu-navigation-container{overflow:visible}.elementor-item:after,.elementor-item:before{display:block;position:absolute;transition:.3s;transition-timing-function:cubic-bezier(.58,.3,.005,1)}.elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{opacity:0}.elementor-item-active:after,.elementor-item-active:before,.elementor-item.highlighted:after,.elementor-item.highlighted:before,.elementor-item:focus:after,.elementor-item:focus:before,.elementor-item:hover:after,.elementor-item:hover:before{transform:scale(1)}.e--pointer-double-line .elementor-item:after,.e--pointer-double-line .elementor-item:before,.e--pointer-overline .elementor-item:after,.e--pointer-overline .elementor-item:before,.e--pointer-underline .elementor-item:after,.e--pointer-underline .elementor-item:before{background-color:#3f444b;height:3px;left:0;width:100%;z-index:2}.e--pointer-double-line.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-double-line.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,.e--pointer-overline.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-underline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{height:0;left:50%;width:0}.e--pointer-double-line.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,.e--pointer-underline.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-overline.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{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-overline.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{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-overline.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{bottom:-10px}.e--pointer-double-line.e--animation-none,.e--pointer-double-line.e--animation-none .elementor-item,.e--pointer-double-line.e--animation-none .elementor-item:after,.e--pointer-double-line.e--animation-none .elementor-item:before,.e--pointer-double-line.e--animation-none .elementor-item:focus,.e--pointer-double-line.e--animation-none .elementor-item:hover,.e--pointer-double-line.e--animation-none:after,.e--pointer-double-line.e--animation-none:before,.e--pointer-double-line.e--animation-none:focus,.e--pointer-double-line.e--animation-none:hover,.e--pointer-overline.e--animation-none,.e--pointer-overline.e--animation-none .elementor-item,.e--pointer-overline.e--animation-none .elementor-item:after,.e--pointer-overline.e--animation-none .elementor-item:before,.e--pointer-overline.e--animation-none .elementor-item:focus,.e--pointer-overline.e--animation-none .elementor-item:hover,.e--pointer-overline.e--animation-none:after,.e--pointer-overline.e--animation-none:before,.e--pointer-overline.e--animation-none:focus,.e--pointer-overline.e--animation-none:hover,.e--pointer-underline.e--animation-none,.e--pointer-underline.e--animation-none .elementor-item,.e--pointer-underline.e--animation-none .elementor-item:after,.e--pointer-underline.e--animation-none .elementor-item:before,.e--pointer-underline.e--animation-none .elementor-item:focus,.e--pointer-underline.e--animation-none .elementor-item:hover,.e--pointer-underline.e--animation-none:after,.e--pointer-underline.e--animation-none:before,.e--pointer-underline.e--animation-none:focus,.e--pointer-underline.e--animation-none:hover{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{left:-20px;width:10px}.e--pointer-double-line .elementor-item:after,.e--pointer-underline .elementor-item:after{bottom:0;content:""}.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{inset-inline-start:100%;width:10px}.e--pointer-framed .elementor-item:after,.e--pointer-framed .elementor-item:before{background:transparent;border:3px solid #3f444b;bottom:0;left:0;right:0;top:0}.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(.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 .2s,transform .4s}.e--pointer-framed.e--animation-draw .elementor-item:after,.e--pointer-framed.e--animation-draw .elementor-item:before{height:3px;width:3px}.e--pointer-framed.e--animation-draw .elementor-item:before{border-width:0 0 3px 3px;transition:width .1s .2s,height .1s .3s,opacity .12s .22s}.e--pointer-framed.e--animation-draw .elementor-item:after{border-width:3px 3px 0 0;bottom:0;content:"";left:auto;right:0;top:auto;transition:width .1s,height .1s .1s,opacity .02s .18s}.e--pointer-framed.e--animation-draw .elementor-item-active:after,.e--pointer-framed.e--animation-draw .elementor-item-active:before,.e--pointer-framed.e--animation-draw .elementor-item.highlighted:after,.e--pointer-framed.e--animation-draw .elementor-item.highlighted:before,.e--pointer-framed.e--animation-draw .elementor-item:focus:after,.e--pointer-framed.e--animation-draw .elementor-item:focus:before,.e--pointer-framed.e--animation-draw .elementor-item:hover:after,.e--pointer-framed.e--animation-draw .elementor-item:hover:before{height:100%;width:100%}.e--pointer-framed.e--animation-draw .elementor-item-active:before,.e--pointer-framed.e--animation-draw .elementor-item.highlighted:before,.e--pointer-framed.e--animation-draw .elementor-item:focus:before,.e--pointer-framed.e--animation-draw .elementor-item:hover:before{transition:opacity .02s,height .1s,width .1s .1s}.e--pointer-framed.e--animation-draw .elementor-item-active:after,.e--pointer-framed.e--animation-draw .elementor-item.highlighted:after,.e--pointer-framed.e--animation-draw .elementor-item:focus:after,.e--pointer-framed.e--animation-draw .elementor-item:hover:after{transition:opacity .02s .2s,height .1s .2s,width .1s .3s}.e--pointer-framed.e--animation-corners .elementor-item:after,.e--pointer-framed.e--animation-corners .elementor-item:before{height:3px;width: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{border-width:0 3px 3px 0;bottom:0;content:"";left:auto;right:0;top:auto}.e--pointer-framed.e--animation-corners .elementor-item-active:after,.e--pointer-framed.e--animation-corners .elementor-item-active:before,.e--pointer-framed.e--animation-corners .elementor-item.highlighted:after,.e--pointer-framed.e--animation-corners .elementor-item.highlighted:before,.e--pointer-framed.e--animation-corners .elementor-item:focus:after,.e--pointer-framed.e--animation-corners .elementor-item:focus:before,.e--pointer-framed.e--animation-corners .elementor-item:hover:after,.e--pointer-framed.e--animation-corners .elementor-item:hover:before{height:100%;transition:opacity 2ms,width .4s,height .4s;width:100%}.e--pointer-framed.e--animation-none,.e--pointer-framed.e--animation-none .elementor-item,.e--pointer-framed.e--animation-none .elementor-item:after,.e--pointer-framed.e--animation-none .elementor-item:before,.e--pointer-framed.e--animation-none .elementor-item:focus,.e--pointer-framed.e--animation-none .elementor-item:hover,.e--pointer-framed.e--animation-none:after,.e--pointer-framed.e--animation-none:before,.e--pointer-framed.e--animation-none:focus,.e--pointer-framed.e--animation-none:hover{transition-duration:0s}.e--pointer-background .elementor-item:after,.e--pointer-background .elementor-item:before{content:"";transition:.3s}.e--pointer-background .elementor-item:before{background:#3f444b;bottom:0;left:0;right:0;top:0;z-index:-1}.e--pointer-background .elementor-item-active,.e--pointer-background .elementor-item.highlighted,.e--pointer-background .elementor-item:focus,.e--pointer-background .elementor-item:hover{color:#fff}.e--pointer-background.e--animation-grow .elementor-item:before{transform:scale(.5)}.e--pointer-background.e--animation-grow .elementor-item-active:before,.e--pointer-background.e--animation-grow .elementor-item.highlighted:before,.e--pointer-background.e--animation-grow .elementor-item:focus:before,.e--pointer-background.e--animation-grow .elementor-item:hover:before{opacity:1;transform:scale(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:.3s}.e--pointer-background.e--animation-shrink .elementor-item-active:before,.e--pointer-background.e--animation-shrink .elementor-item.highlighted:before,.e--pointer-background.e--animation-shrink .elementor-item:focus:before,.e--pointer-background.e--animation-shrink .elementor-item:hover:before{transition:opacity .15s,transform .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{left:50%;right:50%}.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:after,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:after{background:#3f444b;bottom:0;left:0;right:0;top:0;z-index:-1}.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:before{bottom:100%;top:0}.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:after{bottom:0;top:100%}.e--pointer-background.e--animation-shutter-in-vertical .elementor-item-active:before,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item.highlighted:before,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:focus:before,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:hover:before{bottom:50%}.e--pointer-background.e--animation-shutter-in-vertical .elementor-item-active:after,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item.highlighted:after,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:focus:after,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:hover:after{top:50%}.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:before{left:100%;right:0}.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:after{left:0;right:100%}.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item-active:before,.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item.highlighted:before,.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:focus:before,.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:hover:before{left:50%}.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item-active:after,.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item.highlighted:after,.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:focus:after,.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:hover:after{right:50%}.e--pointer-background.e--animation-none,.e--pointer-background.e--animation-none .elementor-item,.e--pointer-background.e--animation-none .elementor-item:after,.e--pointer-background.e--animation-none .elementor-item:before,.e--pointer-background.e--animation-none .elementor-item:focus,.e--pointer-background.e--animation-none .elementor-item:hover,.e--pointer-background.e--animation-none:after,.e--pointer-background.e--animation-none:before,.e--pointer-background.e--animation-none:focus,.e--pointer-background.e--animation-none:hover{transition-duration:0s}.e--pointer-text.e--animation-skew .elementor-item:focus,.e--pointer-text.e--animation-skew .elementor-item:hover{transform:skew(-8deg)}.e--pointer-text.e--animation-grow .elementor-item:focus,.e--pointer-text.e--animation-grow .elementor-item:hover{transform:scale(1.2)}.e--pointer-text.e--animation-shrink .elementor-item:focus,.e--pointer-text.e--animation-shrink .elementor-item:hover{transform:scale(.8)}.e--pointer-text.e--animation-float .elementor-item:focus,.e--pointer-text.e--animation-float .elementor-item:hover{transform:translateY(-8px)}.e--pointer-text.e--animation-sink .elementor-item:focus,.e--pointer-text.e--animation-sink .elementor-item:hover{transform:translateY(8px)}.e--pointer-text.e--animation-rotate .elementor-item:focus,.e--pointer-text.e--animation-rotate .elementor-item:hover{transform:rotate(6deg)}.e--pointer-text.e--animation-none,.e--pointer-text.e--animation-none .elementor-item,.e--pointer-text.e--animation-none .elementor-item:after,.e--pointer-text.e--animation-none .elementor-item:before,.e--pointer-text.e--animation-none .elementor-item:focus,.e--pointer-text.e--animation-none .elementor-item:hover,.e--pointer-text.e--animation-none:after,.e--pointer-text.e--animation-none:before,.e--pointer-text.e--animation-none:focus,.e--pointer-text.e--animation-none:hover{transition-duration:0s}.elementor-nav-menu--main .elementor-nav-menu a{transition:.4s}.elementor-nav-menu--main .elementor-nav-menu a,.elementor-nav-menu--main .elementor-nav-menu a.highlighted,.elementor-nav-menu--main .elementor-nav-menu a:focus,.elementor-nav-menu--main .elementor-nav-menu a:hover{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{border-style:solid;border-width:0;padding:0;position:absolute;width:12em}.elementor-nav-menu--main .elementor-nav-menu span.scroll-down,.elementor-nav-menu--main .elementor-nav-menu span.scroll-up{background:#fff;display:none;height:20px;overflow:hidden;position:absolute;visibility:hidden}.elementor-nav-menu--main .elementor-nav-menu span.scroll-down-arrow,.elementor-nav-menu--main .elementor-nav-menu span.scroll-up-arrow{border:8px dashed transparent;border-bottom:8px solid #33373d;height:0;left:50%;margin-inline-start:-8px;overflow:hidden;position:absolute;top:-2px;width:0}.elementor-nav-menu--main .elementor-nav-menu span.scroll-down-arrow{border-color:#33373d transparent transparent;border-style:solid dashed dashed;top:6px}.elementor-nav-menu--main .elementor-nav-menu--dropdown .sub-arrow .e-font-icon-svg,.elementor-nav-menu--main .elementor-nav-menu--dropdown .sub-arrow i{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{flex-grow:1;white-space:nowrap}.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)>.scroll-down,.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:first-child)>.scroll-up,.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:first-child)>ul{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{align-self:center;border-color:var(--e-nav-menu-divider-color,#000);border-left-style:var(--e-nav-menu-divider-style,solid);border-left-width:var(--e-nav-menu-divider-width,2px);content:var(--e-nav-menu-divider-content,none);height:var(--e-nav-menu-divider-height,35%)}.elementor-nav-menu__align-right .elementor-nav-menu{justify-content:flex-end;margin-left:auto}.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{justify-content:flex-start;margin-right:auto}.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{justify-content:flex-start;margin-inline-end:auto}.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{justify-content:flex-end;margin-inline-start:auto}.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{justify-content:center;margin-inline-end:auto;margin-inline-start:auto}.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,.elementor-widget-nav-menu:not(:has(.elementor-widget-container)):not([class*=elementor-hidden-]){display:flex;flex-direction:column}.elementor-nav-menu{position:relative;z-index:2}.elementor-nav-menu:after{clear:both;content:" ";display:block;font:0/0 serif;height:0;overflow:hidden;visibility:hidden}.elementor-nav-menu,.elementor-nav-menu li,.elementor-nav-menu ul{display:block;line-height:normal;list-style:none;margin:0;padding:0;-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:active,.elementor-nav-menu ul ul a:focus,.elementor-nav-menu ul ul a:hover{border-left:16px solid transparent}.elementor-nav-menu ul ul ul a,.elementor-nav-menu ul ul ul a:active,.elementor-nav-menu ul ul ul a:focus,.elementor-nav-menu ul ul ul a:hover{border-left:24px solid transparent}.elementor-nav-menu ul ul ul ul a,.elementor-nav-menu ul ul ul ul a:active,.elementor-nav-menu ul ul ul ul a:focus,.elementor-nav-menu ul ul ul ul a:hover{border-left:32px solid transparent}.elementor-nav-menu ul ul ul ul ul a,.elementor-nav-menu ul ul ul ul ul a:active,.elementor-nav-menu ul ul ul ul ul a:focus,.elementor-nav-menu ul ul ul ul ul a:hover{border-left:40px solid transparent}.elementor-nav-menu a,.elementor-nav-menu li{position:relative}.elementor-nav-menu li{border-width:0}.elementor-nav-menu a{align-items:center;display:flex}.elementor-nav-menu a,.elementor-nav-menu a:focus,.elementor-nav-menu a:hover{line-height:20px;padding:10px 20px}.elementor-nav-menu a.current{background:#1f2124;color:#fff}.elementor-nav-menu a.disabled{color:#88909b;cursor:not-allowed}.elementor-nav-menu .e-plus-icon:before{content:"+"}.elementor-nav-menu .sub-arrow{align-items:center;display:flex;line-height:1;margin-block-end:-10px;margin-block-start:-10px;padding:10px;padding-inline-end:0}.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:.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:.7em;width:.7em}.elementor-nav-menu--dropdown .elementor-item.elementor-item-active,.elementor-nav-menu--dropdown .elementor-item.highlighted,.elementor-nav-menu--dropdown .elementor-item:focus,.elementor-nav-menu--dropdown .elementor-item:hover,.elementor-sub-item.elementor-item-active,.elementor-sub-item.highlighted,.elementor-sub-item:focus,.elementor-sub-item:hover{background-color:#3f444b;color:#fff}.elementor-menu-toggle{align-items:center;background-color:rgba(0,0,0,.05);border:0 solid;border-radius:3px;color:#33373d;cursor:pointer;display:flex;font-size:var(--nav-menu-icon-size,22px);justify-content:center;padding:.25em}.elementor-menu-toggle.elementor-active .elementor-menu-toggle__icon--open,.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{height:auto;width:1em;fill:var(--nav-menu-icon-color,currentColor)}span.elementor-menu-toggle__icon--close,span.elementor-menu-toggle__icon--open{line-height:1}.elementor-nav-menu--dropdown{background-color:#fff;font-size:13px}.elementor-nav-menu--dropdown-none .elementor-menu-toggle,.elementor-nav-menu--dropdown-none .elementor-nav-menu--dropdown{display:none}.elementor-nav-menu--dropdown.elementor-nav-menu__container{margin-top:10px;overflow-x:hidden;overflow-y:auto;transform-origin:top;transition:max-height .3s,transform .3s}.elementor-nav-menu--dropdown.elementor-nav-menu__container .elementor-sub-item{font-size:.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:focus,ul.elementor-nav-menu--dropdown a:hover{border-inline-start:8px solid transparent;text-shadow:none}.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{max-height:0;overflow:hidden;transform:scaleY(0)}.elementor-nav-menu--toggle .elementor-menu-toggle.elementor-active+.elementor-nav-menu__container{animation:hide-scroll .3s backwards;max-height:var(--menu-height);transform:scaleY(1)}.elementor-nav-menu--stretch .elementor-nav-menu__container.elementor-nav-menu--dropdown{position:absolute;z-index:9997}@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-menu-toggle,.elementor-nav-menu--dropdown-mobile .elementor-nav-menu--dropdown{display:none}.elementor-nav-menu--dropdown-mobile nav.elementor-nav-menu--dropdown.elementor-nav-menu__container{overflow-y:hidden}}@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-menu-toggle,.elementor-nav-menu--dropdown-mobile_extra .elementor-nav-menu--dropdown{display:none}.elementor-nav-menu--dropdown-mobile_extra nav.elementor-nav-menu--dropdown.elementor-nav-menu__container{overflow-y:hidden}}@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-menu-toggle,.elementor-nav-menu--dropdown-tablet .elementor-nav-menu--dropdown{display:none}.elementor-nav-menu--dropdown-tablet nav.elementor-nav-menu--dropdown.elementor-nav-menu__container{overflow-y:hidden}}@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-menu-toggle,.elementor-nav-menu--dropdown-tablet_extra .elementor-nav-menu--dropdown{display:none}.elementor-nav-menu--dropdown-tablet_extra nav.elementor-nav-menu--dropdown.elementor-nav-menu__container{overflow-y:hidden}}@keyframes hide-scroll{0%,to{overflow:hidden}}/*! elementor - v3.27.0 - 13-02-2025 */
.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.27.0 - 13-02-2025 */
.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{flex-shrink:0;margin:0 var(--divider-element-spacing)}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{direction:ltr;display:flex;margin:0}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{border-block-end:0;border-block-start:var(--divider-border-width) var(--divider-border-style) var(--divider-color);content:"";display:block;flex-grow:1}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider--element-align-start .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-start .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-start .elementor-divider__element{margin-inline-start:0}.elementor-widget-divider--element-align-end .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-end .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-end .elementor-divider__element{margin-inline-end:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-block-start:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url);-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;min-height:var(--divider-pattern-height);width:100%}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var( --container-widget-flex-grow )}.elementor-kit-133{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#002F6A;--e-global-color-text:#54595F;--e-global-color-accent:#C71E22;--e-global-color-8286a07:#002F6A;--e-global-typography-primary-font-family:"Bebas Neue";--e-global-typography-primary-font-weight:600;--e-global-typography-primary-letter-spacing:0.2px;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:700;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-weight:400;--e-global-typography-accent-font-style:italic;background-color:transparent;color:var( --e-global-color-accent );font-family:"Bebas Neue", Sans-serif;font-size:24px;font-weight:700;letter-spacing:0.2px;background-image:linear-gradient(180deg, #FFFFFF 0%, var( --e-global-color-primary ) 100%);}.elementor-kit-133 e-page-transition{background-color:#FFBC7D;}.elementor-kit-133 h1{color:#FFFFFF;}.elementor-kit-133 h2{color:#FFFFFF;}.elementor-kit-133 h3{color:#FFFFFF;font-family:"Montserrat", Sans-serif;font-size:20px;font-weight:700;}.elementor-kit-133 h4{color:var( --e-global-color-secondary );font-family:"Montserrat", Sans-serif;font-size:20px;font-weight:700;line-height:17px;}.elementor-kit-133 h5{color:var( --e-global-color-accent );font-family:"Montserrat", Sans-serif;font-size:16px;font-weight:400;font-style:italic;line-height:8px;}.elementor-kit-133 h6{color:#FFFFFF;}.elementor-kit-133 button,.elementor-kit-133 input[type="button"],.elementor-kit-133 input[type="submit"],.elementor-kit-133 .elementor-button{font-family:"Magra", Sans-serif;text-shadow:0px 0px 10px rgba(0,0,0,0.3);}.elementor-kit-133 label{font-family:"Magra", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1500px;}.e-con{--container-max-width:1500px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@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-kit-133 h4{line-height:1.2em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/*! elementor - v3.27.0 - 13-02-2025 */
.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var( --container-widget-align-self,initial );--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer:not(:has(>.elementor-widget-container))>.elementor-spacer,.e-con>.elementor-widget-spacer:not(:has(>.elementor-widget-container))>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer:not(:has(>.elementor-widget-container))>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer:not(:has(>.elementor-widget-container))>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{min-height:22px;min-width:22px;position:relative}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{height:22px;inset:0;margin:auto;padding:0;position:absolute;width:22px}.elementor-animation-grow{transition-duration:.3s;transition-property:transform}.elementor-animation-grow:active,.elementor-animation-grow:focus,.elementor-animation-grow:hover{transform:scale(1.1)}/*! elementor - v3.27.0 - 13-02-2025 */
.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{background-color:transparent;border:3px solid;color:#69727d}.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{height:1em;width:1em}.elementor-widget-text-editor .elementor-drop-cap{float:left;font-size:50px;line-height:1;text-align:center}.elementor-widget-text-editor .elementor-drop-cap-letter{display:inline-block}.elementor-2198 .elementor-element.elementor-element-7a24464{--display:flex;--min-height:100vh;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2198 .elementor-element.elementor-element-7a6468a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:040px;--padding-bottom:20px;--padding-left:9px;--padding-right:9px;}.elementor-widget-theme-site-logo .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-2198 .elementor-element.elementor-element-1a5e278 img{max-width:65%;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );font-style:var( --e-global-typography-accent-font-style );}.elementor-2198 .elementor-element.elementor-element-a31d349 .elementor-button{background-color:#FFFFFF;font-family:"Montserrat", Sans-serif;font-size:16px;font-weight:700;font-style:normal;text-shadow:0px 0px 100px rgba(0,0,0,0.3);fill:var( --e-global-color-accent );color:var( --e-global-color-accent );border-style:solid;border-width:3px 3px 3px 3px;border-radius:10px 10px 10px 10px;}.elementor-2198 .elementor-element.elementor-element-a31d349 .elementor-button:hover, .elementor-2198 .elementor-element.elementor-element-a31d349 .elementor-button:focus{background-color:var( --e-global-color-accent );color:var( --e-global-color-primary );border-color:var( --e-global-color-accent );}.elementor-2198 .elementor-element.elementor-element-a31d349 > .elementor-widget-container{padding:10px 0px 0px 0px;}.elementor-2198 .elementor-element.elementor-element-a31d349 .elementor-button:hover svg, .elementor-2198 .elementor-element.elementor-element-a31d349 .elementor-button:focus svg{fill:var( --e-global-color-primary );}.elementor-2198 .elementor-element.elementor-element-e2b5192{--spacer-size:25px;}.elementor-widget-nav-menu .elementor-nav-menu .elementor-item{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );letter-spacing:var( --e-global-typography-primary-letter-spacing );}.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item{color:var( --e-global-color-text );fill:var( --e-global-color-text );}.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item:hover,
					.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item.elementor-item-active,
					.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item.highlighted,
					.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item:focus{color:var( --e-global-color-accent );fill:var( --e-global-color-accent );}.elementor-widget-nav-menu .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:before,
					.elementor-widget-nav-menu .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:after{background-color:var( --e-global-color-accent );}.elementor-widget-nav-menu .e--pointer-framed .elementor-item:before,
					.elementor-widget-nav-menu .e--pointer-framed .elementor-item:after{border-color:var( --e-global-color-accent );}.elementor-widget-nav-menu{--e-nav-menu-divider-color:var( --e-global-color-text );}.elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-item, .elementor-widget-nav-menu .elementor-nav-menu--dropdown  .elementor-sub-item{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );font-style:var( --e-global-typography-accent-font-style );}.elementor-2198 .elementor-element.elementor-element-7619e72.elementor-element{--align-self:center;}.elementor-2198 .elementor-element.elementor-element-7619e72 .elementor-menu-toggle{margin:0 auto;}.elementor-2198 .elementor-element.elementor-element-7619e72 .elementor-nav-menu .elementor-item{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-2198 .elementor-element.elementor-element-7619e72 .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:before,
					.elementor-2198 .elementor-element.elementor-element-7619e72 .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:after{background-color:var( --e-global-color-primary );}.elementor-2198 .elementor-element.elementor-element-7619e72 .e--pointer-framed .elementor-item:before,
					.elementor-2198 .elementor-element.elementor-element-7619e72 .e--pointer-framed .elementor-item:after{border-color:var( --e-global-color-primary );}.elementor-2198 .elementor-element.elementor-element-7619e72 .elementor-nav-menu--main .elementor-item.elementor-item-active{color:var( --e-global-color-text );}.elementor-2198 .elementor-element.elementor-element-7619e72 .elementor-nav-menu--dropdown a, .elementor-2198 .elementor-element.elementor-element-7619e72 .elementor-menu-toggle{color:var( --e-global-color-text );}.elementor-2198 .elementor-element.elementor-element-7619e72 .elementor-nav-menu--dropdown{background-color:var( --e-global-color-primary );}.elementor-2198 .elementor-element.elementor-element-7619e72 .elementor-nav-menu--dropdown a:hover,
					.elementor-2198 .elementor-element.elementor-element-7619e72 .elementor-nav-menu--dropdown a.elementor-item-active,
					.elementor-2198 .elementor-element.elementor-element-7619e72 .elementor-nav-menu--dropdown a.highlighted,
					.elementor-2198 .elementor-element.elementor-element-7619e72 .elementor-menu-toggle:hover{color:var( --e-global-color-accent );}.elementor-2198 .elementor-element.elementor-element-7619e72 .elementor-nav-menu--dropdown a:hover,
					.elementor-2198 .elementor-element.elementor-element-7619e72 .elementor-nav-menu--dropdown a.elementor-item-active,
					.elementor-2198 .elementor-element.elementor-element-7619e72 .elementor-nav-menu--dropdown a.highlighted{background-color:var( --e-global-color-primary );}.elementor-2198 .elementor-element.elementor-element-7619e72 .elementor-nav-menu--dropdown a.elementor-item-active{color:var( --e-global-color-text );}.elementor-2198 .elementor-element.elementor-element-7619e72 .elementor-nav-menu--dropdown .elementor-item, .elementor-2198 .elementor-element.elementor-element-7619e72 .elementor-nav-menu--dropdown  .elementor-sub-item{font-family:"Montserrat", Sans-serif;font-weight:700;font-style:normal;}.elementor-2198 .elementor-element.elementor-element-2ddc185{--display:flex;--min-height:625px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--overlay-opacity:0.29;}.elementor-2198 .elementor-element.elementor-element-2ddc185:not(.elementor-motion-effects-element-type-background), .elementor-2198 .elementor-element.elementor-element-2ddc185 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;background-image:url("https://i0.wp.com/yrnf.com/wp-content/uploads/2024/03/andy-feliciotti-6kA9FjqUxhM-unsplash-e1726694249875.jpg?fit=4411%2C3227&ssl=1");background-position:top center;background-size:115% auto;}.elementor-2198 .elementor-element.elementor-element-2ddc185::before, .elementor-2198 .elementor-element.elementor-element-2ddc185 > .elementor-background-video-container::before, .elementor-2198 .elementor-element.elementor-element-2ddc185 > .e-con-inner > .elementor-background-video-container::before, .elementor-2198 .elementor-element.elementor-element-2ddc185 > .elementor-background-slideshow::before, .elementor-2198 .elementor-element.elementor-element-2ddc185 > .e-con-inner > .elementor-background-slideshow::before, .elementor-2198 .elementor-element.elementor-element-2ddc185 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#FFFFFF;--background-overlay:'';}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );letter-spacing:var( --e-global-typography-primary-letter-spacing );color:var( --e-global-color-primary );}.elementor-2198 .elementor-element.elementor-element-ae97db8 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-2198 .elementor-element.elementor-element-ae97db8.elementor-element{--align-self:center;}.elementor-2198 .elementor-element.elementor-element-ae97db8{text-align:center;}.elementor-2198 .elementor-element.elementor-element-ae97db8 .elementor-heading-title{font-family:"Bebas Neue", Sans-serif;font-size:90px;font-weight:600;letter-spacing:2px;word-spacing:6px;text-shadow:0px 0px 32px rgba(0, 0, 0, 0.58);}.elementor-2198 .elementor-element.elementor-element-f26e21d > .elementor-widget-container{margin:-20px 0px 0px 0px;padding:-10px 0px 0px 0px;}.elementor-2198 .elementor-element.elementor-element-f26e21d.elementor-element{--align-self:center;}.elementor-2198 .elementor-element.elementor-element-f26e21d{text-align:center;}.elementor-2198 .elementor-element.elementor-element-f26e21d .elementor-heading-title{font-family:"Bebas Neue", Sans-serif;font-size:40px;font-weight:600;letter-spacing:1.4px;word-spacing:0px;text-shadow:0px 0px 16px rgba(0, 0, 0, 0.58);}.elementor-2198 .elementor-element.elementor-element-74adbfc{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-2198 .elementor-element.elementor-element-00aa8f3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2198 .elementor-element.elementor-element-9d28900 .elementor-menu-toggle{margin:0 auto;}.elementor-2198 .elementor-element.elementor-element-9d28900 .elementor-nav-menu .elementor-item{font-family:"Montserrat", Sans-serif;font-weight:700;}.elementor-2198 .elementor-element.elementor-element-9d28900 .elementor-nav-menu--dropdown a:hover,
					.elementor-2198 .elementor-element.elementor-element-9d28900 .elementor-nav-menu--dropdown a.elementor-item-active,
					.elementor-2198 .elementor-element.elementor-element-9d28900 .elementor-nav-menu--dropdown a.highlighted,
					.elementor-2198 .elementor-element.elementor-element-9d28900 .elementor-menu-toggle:hover{color:var( --e-global-color-accent );}.elementor-2198 .elementor-element.elementor-element-9d28900 .elementor-nav-menu--dropdown a:hover,
					.elementor-2198 .elementor-element.elementor-element-9d28900 .elementor-nav-menu--dropdown a.elementor-item-active,
					.elementor-2198 .elementor-element.elementor-element-9d28900 .elementor-nav-menu--dropdown a.highlighted{background-color:var( --e-global-color-primary );}.elementor-2198 .elementor-element.elementor-element-9d28900 .elementor-nav-menu--dropdown .elementor-item, .elementor-2198 .elementor-element.elementor-element-9d28900 .elementor-nav-menu--dropdown  .elementor-sub-item{font-family:"Montserrat", Sans-serif;font-weight:700;font-style:normal;}.elementor-2198 .elementor-element.elementor-element-46b83a6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--overlay-opacity:0.5;}.elementor-2198 .elementor-element.elementor-element-46b83a6::before, .elementor-2198 .elementor-element.elementor-element-46b83a6 > .elementor-background-video-container::before, .elementor-2198 .elementor-element.elementor-element-46b83a6 > .e-con-inner > .elementor-background-video-container::before, .elementor-2198 .elementor-element.elementor-element-46b83a6 > .elementor-background-slideshow::before, .elementor-2198 .elementor-element.elementor-element-46b83a6 > .e-con-inner > .elementor-background-slideshow::before, .elementor-2198 .elementor-element.elementor-element-46b83a6 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:var( --e-global-color-primary );--background-overlay:'';}.elementor-2198 .elementor-element.elementor-element-478ef3c .elementor-heading-title{font-family:"Bebas Neue", Sans-serif;font-weight:600;letter-spacing:0.2px;text-shadow:0px 0px 32px rgba(0, 0, 0, 0.58);color:#FFFFFF;}.elementor-2198 .elementor-element.elementor-element-759e6f8 .elementor-heading-title{font-family:"Bebas Neue", Sans-serif;font-weight:600;letter-spacing:0.2px;text-shadow:0px 0px 32px rgba(0, 0, 0, 0.58);color:#FFFFFF;}.elementor-2198 .elementor-element.elementor-element-4f4ff3d2{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--flex-wrap:wrap;--padding-top:10px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2198 .elementor-element.elementor-element-4f4ff3d2:not(.elementor-motion-effects-element-type-background), .elementor-2198 .elementor-element.elementor-element-4f4ff3d2 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-accent );}.elementor-2198 .elementor-element.elementor-element-76018a60{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:10px;--padding-right:0px;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-2198 .elementor-element.elementor-element-246579a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2198 .elementor-element.elementor-element-b3e0a38{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:10px;}.elementor-2198 .elementor-element.elementor-element-bddb73a > .elementor-widget-container{margin:0px 10px 0px 0px;padding:4px 10px 4px 4px;}.elementor-2198 .elementor-element.elementor-element-bddb73a .elementor-menu-toggle{margin:0 auto;}.elementor-2198 .elementor-element.elementor-element-bddb73a .elementor-nav-menu .elementor-item{font-family:"Montserrat", Sans-serif;font-size:12px;font-weight:700;line-height:1px;}.elementor-2198 .elementor-element.elementor-element-bddb73a .elementor-nav-menu--main .elementor-item{color:#FFFFFF;fill:#FFFFFF;}.elementor-2198 .elementor-element.elementor-element-bddb73a .elementor-nav-menu--main .elementor-item:hover,
					.elementor-2198 .elementor-element.elementor-element-bddb73a .elementor-nav-menu--main .elementor-item.elementor-item-active,
					.elementor-2198 .elementor-element.elementor-element-bddb73a .elementor-nav-menu--main .elementor-item.highlighted,
					.elementor-2198 .elementor-element.elementor-element-bddb73a .elementor-nav-menu--main .elementor-item:focus{color:var( --e-global-color-primary );fill:var( --e-global-color-primary );}.elementor-2198 .elementor-element.elementor-element-c4d81aa{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:10px;}.elementor-2198 .elementor-element.elementor-element-c9d4d15 > .elementor-widget-container{margin:0px 10px 0px 0px;padding:4px 10px 4px 4px;}.elementor-2198 .elementor-element.elementor-element-c9d4d15 .elementor-menu-toggle{margin:0 auto;}.elementor-2198 .elementor-element.elementor-element-c9d4d15 .elementor-nav-menu .elementor-item{font-family:"Montserrat", Sans-serif;font-size:12px;font-weight:700;line-height:1px;}.elementor-2198 .elementor-element.elementor-element-c9d4d15 .elementor-nav-menu--main .elementor-item{color:#FFFFFF;fill:#FFFFFF;}.elementor-2198 .elementor-element.elementor-element-c9d4d15 .elementor-nav-menu--main .elementor-item:hover,
					.elementor-2198 .elementor-element.elementor-element-c9d4d15 .elementor-nav-menu--main .elementor-item.elementor-item-active,
					.elementor-2198 .elementor-element.elementor-element-c9d4d15 .elementor-nav-menu--main .elementor-item.highlighted,
					.elementor-2198 .elementor-element.elementor-element-c9d4d15 .elementor-nav-menu--main .elementor-item:focus{color:var( --e-global-color-primary );fill:var( --e-global-color-primary );}.elementor-2198 .elementor-element.elementor-element-3ef32f47{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2198 .elementor-element.elementor-element-2c84c147{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;}.elementor-2198 .elementor-element.elementor-element-6ce1d461{--display:grid;--min-height:0px;--e-con-grid-template-columns:repeat(3, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--gap:3px 3px;--row-gap:3px;--column-gap:3px;--grid-auto-flow:column;--justify-items:center;--align-items:center;--padding-top:0%;--padding-bottom:0%;--padding-left:40%;--padding-right:40%;}.elementor-widget-icon.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-primary );}.elementor-widget-icon.elementor-view-framed .elementor-icon, .elementor-widget-icon.elementor-view-default .elementor-icon{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-widget-icon.elementor-view-framed .elementor-icon, .elementor-widget-icon.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-primary );}.elementor-2198 .elementor-element.elementor-element-31596ff0 .elementor-icon-wrapper{text-align:center;}.elementor-2198 .elementor-element.elementor-element-31596ff0.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-primary );}.elementor-2198 .elementor-element.elementor-element-31596ff0.elementor-view-framed .elementor-icon, .elementor-2198 .elementor-element.elementor-element-31596ff0.elementor-view-default .elementor-icon{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-2198 .elementor-element.elementor-element-31596ff0.elementor-view-framed .elementor-icon, .elementor-2198 .elementor-element.elementor-element-31596ff0.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-primary );}.elementor-2198 .elementor-element.elementor-element-31596ff0 .elementor-icon{font-size:25px;}.elementor-2198 .elementor-element.elementor-element-31596ff0 .elementor-icon svg{height:25px;}.elementor-2198 .elementor-element.elementor-element-4436a7c5 .elementor-icon-wrapper{text-align:center;}.elementor-2198 .elementor-element.elementor-element-4436a7c5.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-primary );}.elementor-2198 .elementor-element.elementor-element-4436a7c5.elementor-view-framed .elementor-icon, .elementor-2198 .elementor-element.elementor-element-4436a7c5.elementor-view-default .elementor-icon{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-2198 .elementor-element.elementor-element-4436a7c5.elementor-view-framed .elementor-icon, .elementor-2198 .elementor-element.elementor-element-4436a7c5.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-primary );}.elementor-2198 .elementor-element.elementor-element-4436a7c5 .elementor-icon{font-size:25px;}.elementor-2198 .elementor-element.elementor-element-4436a7c5 .elementor-icon svg{height:25px;}.elementor-2198 .elementor-element.elementor-element-113c9e92 .elementor-icon-wrapper{text-align:center;}.elementor-2198 .elementor-element.elementor-element-113c9e92.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-primary );}.elementor-2198 .elementor-element.elementor-element-113c9e92.elementor-view-framed .elementor-icon, .elementor-2198 .elementor-element.elementor-element-113c9e92.elementor-view-default .elementor-icon{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-2198 .elementor-element.elementor-element-113c9e92.elementor-view-framed .elementor-icon, .elementor-2198 .elementor-element.elementor-element-113c9e92.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-primary );}.elementor-2198 .elementor-element.elementor-element-113c9e92 .elementor-icon{font-size:25px;}.elementor-2198 .elementor-element.elementor-element-113c9e92 .elementor-icon svg{height:25px;}.elementor-2198 .elementor-element.elementor-element-3f252b79{text-align:center;}.elementor-2198 .elementor-element.elementor-element-3f252b79 .elementor-heading-title{font-family:"Montserrat", Sans-serif;font-size:12px;font-weight:700;}.elementor-2198 .elementor-element.elementor-element-4a80d166{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2198 .elementor-element.elementor-element-7ab05e8d .elementor-button{background-color:var( --e-global-color-accent );font-family:"Montserrat", Sans-serif;font-weight:700;font-style:normal;fill:#FFFFFF;color:#FFFFFF;border-style:solid;border-color:var( --e-global-color-primary );border-radius:10px 10px 10px 10px;}.elementor-2198 .elementor-element.elementor-element-3c987b67{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--flex-wrap:wrap;}.elementor-2198 .elementor-element.elementor-element-3c987b67:not(.elementor-motion-effects-element-type-background), .elementor-2198 .elementor-element.elementor-element-3c987b67 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-accent );}.elementor-2198 .elementor-element.elementor-element-1936d8ca{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2198 .elementor-element.elementor-element-4b1f48ec{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2198 .elementor-element.elementor-element-14d9e42f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-2198 .elementor-element.elementor-element-6837df4 > .elementor-widget-container{margin:0px 10px 0px 0px;padding:4px 10px 4px 4px;}.elementor-2198 .elementor-element.elementor-element-6837df4 .elementor-nav-menu .elementor-item{font-family:"Montserrat", Sans-serif;font-size:12px;font-weight:700;line-height:1px;}.elementor-2198 .elementor-element.elementor-element-6837df4 .elementor-nav-menu--main .elementor-item{color:#FFFFFF;fill:#FFFFFF;}.elementor-2198 .elementor-element.elementor-element-6837df4 .elementor-nav-menu--main .elementor-item:hover,
					.elementor-2198 .elementor-element.elementor-element-6837df4 .elementor-nav-menu--main .elementor-item.elementor-item-active,
					.elementor-2198 .elementor-element.elementor-element-6837df4 .elementor-nav-menu--main .elementor-item.highlighted,
					.elementor-2198 .elementor-element.elementor-element-6837df4 .elementor-nav-menu--main .elementor-item:focus{color:var( --e-global-color-primary );fill:var( --e-global-color-primary );}.elementor-2198 .elementor-element.elementor-element-6837df4 .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:before,
					.elementor-2198 .elementor-element.elementor-element-6837df4 .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:after{background-color:var( --e-global-color-primary );}.elementor-2198 .elementor-element.elementor-element-6837df4 .e--pointer-framed .elementor-item:before,
					.elementor-2198 .elementor-element.elementor-element-6837df4 .e--pointer-framed .elementor-item:after{border-color:var( --e-global-color-primary );}.elementor-2198 .elementor-element.elementor-element-bb6874b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-2198 .elementor-element.elementor-element-ffda5e5 > .elementor-widget-container{margin:0px 10px 0px 0px;padding:4px 10px 4px 4px;}.elementor-2198 .elementor-element.elementor-element-ffda5e5 .elementor-nav-menu .elementor-item{font-family:"Montserrat", Sans-serif;font-size:12px;font-weight:700;line-height:1px;}.elementor-2198 .elementor-element.elementor-element-ffda5e5 .elementor-nav-menu--main .elementor-item{color:#FFFFFF;fill:#FFFFFF;}.elementor-2198 .elementor-element.elementor-element-ffda5e5 .elementor-nav-menu--main .elementor-item:hover,
					.elementor-2198 .elementor-element.elementor-element-ffda5e5 .elementor-nav-menu--main .elementor-item.elementor-item-active,
					.elementor-2198 .elementor-element.elementor-element-ffda5e5 .elementor-nav-menu--main .elementor-item.highlighted,
					.elementor-2198 .elementor-element.elementor-element-ffda5e5 .elementor-nav-menu--main .elementor-item:focus{color:var( --e-global-color-primary );fill:var( --e-global-color-primary );}.elementor-2198 .elementor-element.elementor-element-ffda5e5 .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:before,
					.elementor-2198 .elementor-element.elementor-element-ffda5e5 .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:after{background-color:var( --e-global-color-primary );}.elementor-2198 .elementor-element.elementor-element-ffda5e5 .e--pointer-framed .elementor-item:before,
					.elementor-2198 .elementor-element.elementor-element-ffda5e5 .e--pointer-framed .elementor-item:after{border-color:var( --e-global-color-primary );}.elementor-2198 .elementor-element.elementor-element-34a953e3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;}.elementor-2198 .elementor-element.elementor-element-1aa78c03{--display:grid;--min-height:0px;--e-con-grid-template-columns:repeat(3, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--gap:3px 3px;--row-gap:3px;--column-gap:3px;--grid-auto-flow:column;--justify-items:center;--align-items:center;--padding-top:0%;--padding-bottom:0%;--padding-left:40%;--padding-right:40%;}.elementor-2198 .elementor-element.elementor-element-5eeb3f25 .elementor-icon-wrapper{text-align:center;}.elementor-2198 .elementor-element.elementor-element-5eeb3f25.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-primary );}.elementor-2198 .elementor-element.elementor-element-5eeb3f25.elementor-view-framed .elementor-icon, .elementor-2198 .elementor-element.elementor-element-5eeb3f25.elementor-view-default .elementor-icon{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-2198 .elementor-element.elementor-element-5eeb3f25.elementor-view-framed .elementor-icon, .elementor-2198 .elementor-element.elementor-element-5eeb3f25.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-primary );}.elementor-2198 .elementor-element.elementor-element-5eeb3f25 .elementor-icon{font-size:25px;}.elementor-2198 .elementor-element.elementor-element-5eeb3f25 .elementor-icon svg{height:25px;}.elementor-2198 .elementor-element.elementor-element-1e3848b7 .elementor-icon-wrapper{text-align:center;}.elementor-2198 .elementor-element.elementor-element-1e3848b7.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-primary );}.elementor-2198 .elementor-element.elementor-element-1e3848b7.elementor-view-framed .elementor-icon, .elementor-2198 .elementor-element.elementor-element-1e3848b7.elementor-view-default .elementor-icon{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-2198 .elementor-element.elementor-element-1e3848b7.elementor-view-framed .elementor-icon, .elementor-2198 .elementor-element.elementor-element-1e3848b7.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-primary );}.elementor-2198 .elementor-element.elementor-element-1e3848b7 .elementor-icon{font-size:25px;}.elementor-2198 .elementor-element.elementor-element-1e3848b7 .elementor-icon svg{height:25px;}.elementor-2198 .elementor-element.elementor-element-24d6a901 .elementor-icon-wrapper{text-align:center;}.elementor-2198 .elementor-element.elementor-element-24d6a901.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-primary );}.elementor-2198 .elementor-element.elementor-element-24d6a901.elementor-view-framed .elementor-icon, .elementor-2198 .elementor-element.elementor-element-24d6a901.elementor-view-default .elementor-icon{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-2198 .elementor-element.elementor-element-24d6a901.elementor-view-framed .elementor-icon, .elementor-2198 .elementor-element.elementor-element-24d6a901.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-primary );}.elementor-2198 .elementor-element.elementor-element-24d6a901 .elementor-icon{font-size:25px;}.elementor-2198 .elementor-element.elementor-element-24d6a901 .elementor-icon svg{height:25px;}.elementor-2198 .elementor-element.elementor-element-3d9df470{text-align:center;}.elementor-2198 .elementor-element.elementor-element-3d9df470 .elementor-heading-title{font-family:"Montserrat", Sans-serif;font-size:12px;font-weight:700;}.elementor-2198 .elementor-element.elementor-element-b655466{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-2198 .elementor-element.elementor-element-9634989{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2198 .elementor-element.elementor-element-56d7be5 > .elementor-widget-container{background-color:var( --e-global-color-primary );}.elementor-2198 .elementor-element.elementor-element-56d7be5:hover .elementor-widget-container{background-color:var( --e-global-color-primary );}.elementor-2198 .elementor-element.elementor-element-56d7be5 .elementor-menu-toggle{margin:0 auto;}.elementor-2198 .elementor-element.elementor-element-56d7be5 .elementor-nav-menu .elementor-item{font-family:"Montserrat", Sans-serif;font-weight:700;font-style:normal;}.elementor-2198 .elementor-element.elementor-element-56d7be5 .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:before,
					.elementor-2198 .elementor-element.elementor-element-56d7be5 .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:after{background-color:#FFFFFF;}.elementor-2198 .elementor-element.elementor-element-56d7be5 .e--pointer-framed .elementor-item:before,
					.elementor-2198 .elementor-element.elementor-element-56d7be5 .e--pointer-framed .elementor-item:after{border-color:#FFFFFF;}.elementor-2198 .elementor-element.elementor-element-56d7be5 .elementor-nav-menu--dropdown a, .elementor-2198 .elementor-element.elementor-element-56d7be5 .elementor-menu-toggle{color:var( --e-global-color-text );}.elementor-2198 .elementor-element.elementor-element-56d7be5 .elementor-nav-menu--dropdown{background-color:var( --e-global-color-primary );}.elementor-2198 .elementor-element.elementor-element-56d7be5 .elementor-nav-menu--dropdown a:hover,
					.elementor-2198 .elementor-element.elementor-element-56d7be5 .elementor-nav-menu--dropdown a.elementor-item-active,
					.elementor-2198 .elementor-element.elementor-element-56d7be5 .elementor-nav-menu--dropdown a.highlighted,
					.elementor-2198 .elementor-element.elementor-element-56d7be5 .elementor-menu-toggle:hover{color:var( --e-global-color-accent );}.elementor-2198 .elementor-element.elementor-element-56d7be5 .elementor-nav-menu--dropdown a:hover,
					.elementor-2198 .elementor-element.elementor-element-56d7be5 .elementor-nav-menu--dropdown a.elementor-item-active,
					.elementor-2198 .elementor-element.elementor-element-56d7be5 .elementor-nav-menu--dropdown a.highlighted{background-color:var( --e-global-color-primary );}.elementor-2198 .elementor-element.elementor-element-56d7be5 .elementor-nav-menu--dropdown .elementor-item, .elementor-2198 .elementor-element.elementor-element-56d7be5 .elementor-nav-menu--dropdown  .elementor-sub-item{font-family:"Montserrat", Sans-serif;font-weight:700;font-style:normal;}.elementor-2198 .elementor-element.elementor-element-6bdaafc{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2198 .elementor-element.elementor-element-2b189da{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2198 .elementor-element.elementor-element-58dfbd9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--overlay-opacity:0.5;}.elementor-2198 .elementor-element.elementor-element-58dfbd9::before, .elementor-2198 .elementor-element.elementor-element-58dfbd9 > .elementor-background-video-container::before, .elementor-2198 .elementor-element.elementor-element-58dfbd9 > .e-con-inner > .elementor-background-video-container::before, .elementor-2198 .elementor-element.elementor-element-58dfbd9 > .elementor-background-slideshow::before, .elementor-2198 .elementor-element.elementor-element-58dfbd9 > .e-con-inner > .elementor-background-slideshow::before, .elementor-2198 .elementor-element.elementor-element-58dfbd9 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:var( --e-global-color-primary );--background-overlay:'';}.elementor-2198 .elementor-element.elementor-element-a37c725 .elementor-heading-title{font-family:"Bebas Neue", Sans-serif;font-weight:600;letter-spacing:0.2px;text-shadow:0px 0px 10px rgba(0, 0, 0, 0.58);}.elementor-2198 .elementor-element.elementor-element-2c53f44 .elementor-heading-title{font-family:"Bebas Neue", Sans-serif;font-weight:600;letter-spacing:0.2px;text-shadow:0px 0px 10px rgba(0, 0, 0, 0.58);}.elementor-2198 .elementor-element.elementor-element-3b6c5b2a{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--flex-wrap:wrap;}.elementor-2198 .elementor-element.elementor-element-3b6c5b2a:not(.elementor-motion-effects-element-type-background), .elementor-2198 .elementor-element.elementor-element-3b6c5b2a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-accent );}.elementor-2198 .elementor-element.elementor-element-4c052097{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-divider{--divider-color:var( --e-global-color-secondary );}.elementor-widget-divider .elementor-divider__text{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-divider.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon{color:var( --e-global-color-secondary );border-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-secondary );}.elementor-2198 .elementor-element.elementor-element-3defbbd2{--divider-border-style:dotted;--divider-color:var( --e-global-color-primary );--divider-border-width:1px;}.elementor-2198 .elementor-element.elementor-element-3defbbd2 .elementor-divider-separator{width:100%;}.elementor-2198 .elementor-element.elementor-element-3defbbd2 .elementor-divider{padding-block-start:15px;padding-block-end:15px;}.elementor-2198 .elementor-element.elementor-element-25f2855b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2198 .elementor-element.elementor-element-5f990101{--display:grid;--e-con-grid-template-columns:repeat(3, 1fr);--e-con-grid-template-rows:repeat(2, 1fr);--grid-auto-flow:row;}.elementor-2198 .elementor-element.elementor-element-5ba073fd .elementor-icon-wrapper{text-align:center;}.elementor-2198 .elementor-element.elementor-element-5ba073fd.elementor-view-stacked .elementor-icon{background-color:#FFFFFF;}.elementor-2198 .elementor-element.elementor-element-5ba073fd.elementor-view-framed .elementor-icon, .elementor-2198 .elementor-element.elementor-element-5ba073fd.elementor-view-default .elementor-icon{color:#FFFFFF;border-color:#FFFFFF;}.elementor-2198 .elementor-element.elementor-element-5ba073fd.elementor-view-framed .elementor-icon, .elementor-2198 .elementor-element.elementor-element-5ba073fd.elementor-view-default .elementor-icon svg{fill:#FFFFFF;}.elementor-2198 .elementor-element.elementor-element-138fcbfb .elementor-icon-wrapper{text-align:center;}.elementor-2198 .elementor-element.elementor-element-7ad34bad .elementor-icon-wrapper{text-align:center;}.elementor-2198 .elementor-element.elementor-element-1ec409e6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2198 .elementor-element.elementor-element-32944e80 .elementor-button{background-color:var( --e-global-color-accent );font-family:"Montserrat", Sans-serif;font-weight:700;font-style:normal;fill:#FFFFFF;color:#FFFFFF;border-style:solid;border-color:var( --e-global-color-primary );border-radius:10px 10px 10px 10px;}.elementor-widget-text-editor{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}@media(max-width:1024px){.elementor-widget-nav-menu .elementor-nav-menu .elementor-item{letter-spacing:var( --e-global-typography-primary-letter-spacing );}.elementor-widget-heading .elementor-heading-title{letter-spacing:var( --e-global-typography-primary-letter-spacing );}.elementor-2198 .elementor-element.elementor-element-74adbfc{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2198 .elementor-element.elementor-element-086cbb1 img{width:67%;}.elementor-2198 .elementor-element.elementor-element-9d28900 .elementor-nav-menu .elementor-item{font-size:12px;line-height:1.3em;}.elementor-2198 .elementor-element.elementor-element-9d28900 .elementor-nav-menu--dropdown .elementor-item, .elementor-2198 .elementor-element.elementor-element-9d28900 .elementor-nav-menu--dropdown  .elementor-sub-item{font-size:12px;}.elementor-2198 .elementor-element.elementor-element-46b83a6:not(.elementor-motion-effects-element-type-background), .elementor-2198 .elementor-element.elementor-element-46b83a6 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://i0.wp.com/yrnf.com/wp-content/uploads/2024/03/andy-feliciotti-6kA9FjqUxhM-unsplash-e1726694249875.jpg?fit=4411%2C3227&ssl=1");background-size:cover;}.elementor-2198 .elementor-element.elementor-element-46b83a6{--overlay-opacity:0.29;}.elementor-2198 .elementor-element.elementor-element-478ef3c > .elementor-widget-container{margin:194px 0px 0px 0px;padding:0px 0px 15px 0px;}.elementor-2198 .elementor-element.elementor-element-478ef3c.elementor-element{--align-self:center;}.elementor-2198 .elementor-element.elementor-element-478ef3c{text-align:center;}.elementor-2198 .elementor-element.elementor-element-478ef3c .elementor-heading-title{font-size:64px;line-height:0.1em;letter-spacing:1px;word-spacing:0.1em;}.elementor-2198 .elementor-element.elementor-element-759e6f8 > .elementor-widget-container{margin:3px 0px 0px 0px;}.elementor-2198 .elementor-element.elementor-element-759e6f8.elementor-element{--align-self:center;}.elementor-2198 .elementor-element.elementor-element-759e6f8{text-align:center;}.elementor-2198 .elementor-element.elementor-element-759e6f8 .elementor-heading-title{font-size:29px;line-height:0.1em;letter-spacing:1px;word-spacing:0.1em;}.elementor-2198 .elementor-element.elementor-element-6ce1d461{--e-con-grid-template-columns:repeat(3, 1fr);--grid-auto-flow:row;}.elementor-2198 .elementor-element.elementor-element-1aa78c03{--e-con-grid-template-columns:repeat(3, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--gap:19px 20px;--row-gap:19px;--column-gap:20px;--grid-auto-flow:column;}.elementor-2198 .elementor-element.elementor-element-5f990101{--grid-auto-flow:row;}}@media(max-width:767px){.elementor-widget-nav-menu .elementor-nav-menu .elementor-item{letter-spacing:var( --e-global-typography-primary-letter-spacing );}.elementor-widget-heading .elementor-heading-title{letter-spacing:var( --e-global-typography-primary-letter-spacing );}.elementor-2198 .elementor-element.elementor-element-6ce1d461{--e-con-grid-template-columns:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-2198 .elementor-element.elementor-element-1aa78c03{--e-con-grid-template-columns:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-2198 .elementor-element.elementor-element-9634989{--width:25%;--justify-content:center;}.elementor-2198 .elementor-element.elementor-element-6bdaafc{--width:50%;}.elementor-2198 .elementor-element.elementor-element-96b3a0d img{width:72%;}.elementor-2198 .elementor-element.elementor-element-2b189da{--width:25%;}.elementor-2198 .elementor-element.elementor-element-58dfbd9:not(.elementor-motion-effects-element-type-background), .elementor-2198 .elementor-element.elementor-element-58dfbd9 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://i0.wp.com/yrnf.com/wp-content/uploads/2024/03/andy-feliciotti-6kA9FjqUxhM-unsplash-e1726694249875.jpg?fit=4411%2C3227&ssl=1");background-size:cover;}.elementor-2198 .elementor-element.elementor-element-58dfbd9{--min-height:339px;--overlay-opacity:0.25;--padding-top:0px;--padding-bottom:050px;--padding-left:0px;--padding-right:0px;}.elementor-2198 .elementor-element.elementor-element-a37c725 > .elementor-widget-container{margin:075px 0px 0px 0px;padding:0px 0px 00px 0px;}.elementor-2198 .elementor-element.elementor-element-a37c725{text-align:center;}.elementor-2198 .elementor-element.elementor-element-a37c725 .elementor-heading-title{font-size:40px;letter-spacing:2px;}.elementor-2198 .elementor-element.elementor-element-2c53f44 > .elementor-widget-container{margin:-10px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-2198 .elementor-element.elementor-element-2c53f44{text-align:center;}.elementor-2198 .elementor-element.elementor-element-2c53f44 .elementor-heading-title{font-size:26px;}.elementor-2198 .elementor-element.elementor-element-131264c1 img{width:63%;}.elementor-2198 .elementor-element.elementor-element-3defbbd2 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-2198 .elementor-element.elementor-element-25f2855b{--width:50%;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-2198 .elementor-element.elementor-element-5f990101{--e-con-grid-template-columns:repeat(3, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-2198 .elementor-element.elementor-element-5ba073fd .elementor-icon{font-size:20px;}.elementor-2198 .elementor-element.elementor-element-5ba073fd .elementor-icon svg{height:20px;}.elementor-2198 .elementor-element.elementor-element-138fcbfb .elementor-icon{font-size:20px;}.elementor-2198 .elementor-element.elementor-element-138fcbfb .elementor-icon svg{height:20px;}.elementor-2198 .elementor-element.elementor-element-7ad34bad .elementor-icon{font-size:20px;}.elementor-2198 .elementor-element.elementor-element-7ad34bad .elementor-icon svg{height:20px;}.elementor-2198 .elementor-element.elementor-element-1ec409e6{--width:50%;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}}@media(min-width:768px){.elementor-2198 .elementor-element.elementor-element-7a6468a{--width:20%;}.elementor-2198 .elementor-element.elementor-element-2ddc185{--width:80%;}.elementor-2198 .elementor-element.elementor-element-00aa8f3{--width:50%;}.elementor-2198 .elementor-element.elementor-element-46b83a6{--width:50%;}.elementor-2198 .elementor-element.elementor-element-76018a60{--width:25%;}.elementor-2198 .elementor-element.elementor-element-246579a{--width:55%;}.elementor-2198 .elementor-element.elementor-element-b3e0a38{--width:10%;}.elementor-2198 .elementor-element.elementor-element-c4d81aa{--width:10%;}.elementor-2198 .elementor-element.elementor-element-3ef32f47{--width:15%;}.elementor-2198 .elementor-element.elementor-element-2c84c147{--width:70%;}.elementor-2198 .elementor-element.elementor-element-6ce1d461{--width:100%;}.elementor-2198 .elementor-element.elementor-element-4a80d166{--width:15%;}.elementor-2198 .elementor-element.elementor-element-1936d8ca{--width:25%;}.elementor-2198 .elementor-element.elementor-element-4b1f48ec{--width:60%;}.elementor-2198 .elementor-element.elementor-element-14d9e42f{--width:15%;}.elementor-2198 .elementor-element.elementor-element-bb6874b{--width:15%;}.elementor-2198 .elementor-element.elementor-element-34a953e3{--width:70%;}.elementor-2198 .elementor-element.elementor-element-1aa78c03{--content-width:701px;}.elementor-2198 .elementor-element.elementor-element-9634989{--width:50%;}.elementor-2198 .elementor-element.elementor-element-6bdaafc{--width:25%;}.elementor-2198 .elementor-element.elementor-element-2b189da{--width:25%;}.elementor-2198 .elementor-element.elementor-element-4c052097{--width:25%;}.elementor-2198 .elementor-element.elementor-element-25f2855b{--width:15%;}.elementor-2198 .elementor-element.elementor-element-1ec409e6{--width:15%;}}@media(max-width:1024px) and (min-width:768px){.elementor-2198 .elementor-element.elementor-element-00aa8f3{--width:25%;}.elementor-2198 .elementor-element.elementor-element-46b83a6{--width:75%;}.elementor-2198 .elementor-element.elementor-element-4b1f48ec{--width:25%;}.elementor-2198 .elementor-element.elementor-element-14d9e42f{--width:25%;}.elementor-2198 .elementor-element.elementor-element-bb6874b{--width:25%;}.elementor-2198 .elementor-element.elementor-element-34a953e3{--width:100%;}.elementor-2198 .elementor-element.elementor-element-1aa78c03{--content-width:75%;}}.elementor-766 .elementor-element.elementor-element-ca5d747{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--flex-wrap:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-766 .elementor-element.elementor-element-ca5d747:not(.elementor-motion-effects-element-type-background), .elementor-766 .elementor-element.elementor-element-ca5d747 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-accent );}.elementor-766 .elementor-element.elementor-element-d51d314{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-766 .elementor-element.elementor-element-ee08a3e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-766 .elementor-element.elementor-element-8bbb6b6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-widget-nav-menu .elementor-nav-menu .elementor-item{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );letter-spacing:var( --e-global-typography-primary-letter-spacing );}.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item{color:var( --e-global-color-text );fill:var( --e-global-color-text );}.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item:hover,
					.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item.elementor-item-active,
					.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item.highlighted,
					.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item:focus{color:var( --e-global-color-accent );fill:var( --e-global-color-accent );}.elementor-widget-nav-menu .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:before,
					.elementor-widget-nav-menu .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:after{background-color:var( --e-global-color-accent );}.elementor-widget-nav-menu .e--pointer-framed .elementor-item:before,
					.elementor-widget-nav-menu .e--pointer-framed .elementor-item:after{border-color:var( --e-global-color-accent );}.elementor-widget-nav-menu{--e-nav-menu-divider-color:var( --e-global-color-text );}.elementor-widget-nav-menu .elementor-nav-menu--dropdown .elementor-item, .elementor-widget-nav-menu .elementor-nav-menu--dropdown  .elementor-sub-item{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );font-style:var( --e-global-typography-accent-font-style );}.elementor-766 .elementor-element.elementor-element-a3b3a2d > .elementor-widget-container{margin:0px 10px 0px 0px;padding:4px 10px 4px 4px;}.elementor-766 .elementor-element.elementor-element-a3b3a2d .elementor-menu-toggle{margin:0 auto;}.elementor-766 .elementor-element.elementor-element-a3b3a2d .elementor-nav-menu .elementor-item{font-family:"Montserrat", Sans-serif;font-size:12px;font-weight:700;line-height:1px;}.elementor-766 .elementor-element.elementor-element-a3b3a2d .elementor-nav-menu--main .elementor-item{color:#FFFFFF;fill:#FFFFFF;}.elementor-766 .elementor-element.elementor-element-a3b3a2d .elementor-nav-menu--main .elementor-item:hover,
					.elementor-766 .elementor-element.elementor-element-a3b3a2d .elementor-nav-menu--main .elementor-item.elementor-item-active,
					.elementor-766 .elementor-element.elementor-element-a3b3a2d .elementor-nav-menu--main .elementor-item.highlighted,
					.elementor-766 .elementor-element.elementor-element-a3b3a2d .elementor-nav-menu--main .elementor-item:focus{color:var( --e-global-color-primary );fill:var( --e-global-color-primary );}.elementor-766 .elementor-element.elementor-element-a3b3a2d .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:before,
					.elementor-766 .elementor-element.elementor-element-a3b3a2d .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:after{background-color:var( --e-global-color-primary );}.elementor-766 .elementor-element.elementor-element-a3b3a2d .e--pointer-framed .elementor-item:before,
					.elementor-766 .elementor-element.elementor-element-a3b3a2d .e--pointer-framed .elementor-item:after{border-color:var( --e-global-color-primary );}.elementor-766 .elementor-element.elementor-element-3f1163b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );letter-spacing:var( --e-global-typography-primary-letter-spacing );color:var( --e-global-color-primary );}.elementor-766 .elementor-element.elementor-element-42e1de4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;}.elementor-766 .elementor-element.elementor-element-f100e27{--display:grid;--min-height:0px;--e-con-grid-template-columns:repeat(3, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--gap:3px 3px;--row-gap:3px;--column-gap:3px;--grid-auto-flow:column;--justify-items:center;--align-items:center;--padding-top:0%;--padding-bottom:0%;--padding-left:40%;--padding-right:40%;}.elementor-widget-icon.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-primary );}.elementor-widget-icon.elementor-view-framed .elementor-icon, .elementor-widget-icon.elementor-view-default .elementor-icon{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-widget-icon.elementor-view-framed .elementor-icon, .elementor-widget-icon.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-primary );}.elementor-766 .elementor-element.elementor-element-70b9e1d .elementor-icon-wrapper{text-align:center;}.elementor-766 .elementor-element.elementor-element-70b9e1d.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-primary );}.elementor-766 .elementor-element.elementor-element-70b9e1d.elementor-view-framed .elementor-icon, .elementor-766 .elementor-element.elementor-element-70b9e1d.elementor-view-default .elementor-icon{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-766 .elementor-element.elementor-element-70b9e1d.elementor-view-framed .elementor-icon, .elementor-766 .elementor-element.elementor-element-70b9e1d.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-primary );}.elementor-766 .elementor-element.elementor-element-70b9e1d .elementor-icon{font-size:25px;}.elementor-766 .elementor-element.elementor-element-70b9e1d .elementor-icon svg{height:25px;}.elementor-766 .elementor-element.elementor-element-c826a6d .elementor-icon-wrapper{text-align:center;}.elementor-766 .elementor-element.elementor-element-c826a6d.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-primary );}.elementor-766 .elementor-element.elementor-element-c826a6d.elementor-view-framed .elementor-icon, .elementor-766 .elementor-element.elementor-element-c826a6d.elementor-view-default .elementor-icon{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-766 .elementor-element.elementor-element-c826a6d.elementor-view-framed .elementor-icon, .elementor-766 .elementor-element.elementor-element-c826a6d.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-primary );}.elementor-766 .elementor-element.elementor-element-c826a6d .elementor-icon{font-size:25px;}.elementor-766 .elementor-element.elementor-element-c826a6d .elementor-icon svg{height:25px;}.elementor-766 .elementor-element.elementor-element-609936a .elementor-icon-wrapper{text-align:center;}.elementor-766 .elementor-element.elementor-element-609936a.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-primary );}.elementor-766 .elementor-element.elementor-element-609936a.elementor-view-framed .elementor-icon, .elementor-766 .elementor-element.elementor-element-609936a.elementor-view-default .elementor-icon{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-766 .elementor-element.elementor-element-609936a.elementor-view-framed .elementor-icon, .elementor-766 .elementor-element.elementor-element-609936a.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-primary );}.elementor-766 .elementor-element.elementor-element-609936a .elementor-icon{font-size:25px;}.elementor-766 .elementor-element.elementor-element-609936a .elementor-icon svg{height:25px;}.elementor-766 .elementor-element.elementor-element-1d35ec9{text-align:center;}.elementor-766 .elementor-element.elementor-element-1d35ec9 .elementor-heading-title{font-family:"Montserrat", Sans-serif;font-size:12px;font-weight:700;}.elementor-766 .elementor-element.elementor-element-7d4ebf9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );font-style:var( --e-global-typography-accent-font-style );}.elementor-766 .elementor-element.elementor-element-ff642d5 .elementor-button{background-color:var( --e-global-color-accent );font-family:"Montserrat", Sans-serif;font-weight:700;font-style:normal;fill:#FFFFFF;color:#FFFFFF;border-style:solid;border-color:var( --e-global-color-primary );border-radius:10px 10px 10px 10px;}.elementor-766 .elementor-element.elementor-element-e97a324{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--flex-wrap:wrap;}.elementor-766 .elementor-element.elementor-element-e97a324:not(.elementor-motion-effects-element-type-background), .elementor-766 .elementor-element.elementor-element-e97a324 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-accent );}.elementor-766 .elementor-element.elementor-element-427f458{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-766 .elementor-element.elementor-element-9fd34ba{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-766 .elementor-element.elementor-element-9f43b81{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-766 .elementor-element.elementor-element-66afa2c > .elementor-widget-container{margin:0px 10px 0px 0px;padding:4px 10px 4px 4px;}.elementor-766 .elementor-element.elementor-element-66afa2c .elementor-nav-menu .elementor-item{font-family:"Montserrat", Sans-serif;font-size:12px;font-weight:700;line-height:1px;}.elementor-766 .elementor-element.elementor-element-66afa2c .elementor-nav-menu--main .elementor-item{color:#FFFFFF;fill:#FFFFFF;}.elementor-766 .elementor-element.elementor-element-66afa2c .elementor-nav-menu--main .elementor-item:hover,
					.elementor-766 .elementor-element.elementor-element-66afa2c .elementor-nav-menu--main .elementor-item.elementor-item-active,
					.elementor-766 .elementor-element.elementor-element-66afa2c .elementor-nav-menu--main .elementor-item.highlighted,
					.elementor-766 .elementor-element.elementor-element-66afa2c .elementor-nav-menu--main .elementor-item:focus{color:var( --e-global-color-primary );fill:var( --e-global-color-primary );}.elementor-766 .elementor-element.elementor-element-66afa2c .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:before,
					.elementor-766 .elementor-element.elementor-element-66afa2c .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:after{background-color:var( --e-global-color-primary );}.elementor-766 .elementor-element.elementor-element-66afa2c .e--pointer-framed .elementor-item:before,
					.elementor-766 .elementor-element.elementor-element-66afa2c .e--pointer-framed .elementor-item:after{border-color:var( --e-global-color-primary );}.elementor-766 .elementor-element.elementor-element-71fbb4f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;}.elementor-766 .elementor-element.elementor-element-776b751{--display:grid;--min-height:0px;--e-con-grid-template-columns:repeat(3, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--gap:3px 3px;--row-gap:3px;--column-gap:3px;--grid-auto-flow:column;--justify-items:center;--align-items:center;--padding-top:0%;--padding-bottom:0%;--padding-left:40%;--padding-right:40%;}.elementor-766 .elementor-element.elementor-element-f73895e .elementor-icon-wrapper{text-align:center;}.elementor-766 .elementor-element.elementor-element-f73895e.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-primary );}.elementor-766 .elementor-element.elementor-element-f73895e.elementor-view-framed .elementor-icon, .elementor-766 .elementor-element.elementor-element-f73895e.elementor-view-default .elementor-icon{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-766 .elementor-element.elementor-element-f73895e.elementor-view-framed .elementor-icon, .elementor-766 .elementor-element.elementor-element-f73895e.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-primary );}.elementor-766 .elementor-element.elementor-element-f73895e .elementor-icon{font-size:25px;}.elementor-766 .elementor-element.elementor-element-f73895e .elementor-icon svg{height:25px;}.elementor-766 .elementor-element.elementor-element-a2cee24 .elementor-icon-wrapper{text-align:center;}.elementor-766 .elementor-element.elementor-element-a2cee24.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-primary );}.elementor-766 .elementor-element.elementor-element-a2cee24.elementor-view-framed .elementor-icon, .elementor-766 .elementor-element.elementor-element-a2cee24.elementor-view-default .elementor-icon{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-766 .elementor-element.elementor-element-a2cee24.elementor-view-framed .elementor-icon, .elementor-766 .elementor-element.elementor-element-a2cee24.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-primary );}.elementor-766 .elementor-element.elementor-element-a2cee24 .elementor-icon{font-size:25px;}.elementor-766 .elementor-element.elementor-element-a2cee24 .elementor-icon svg{height:25px;}.elementor-766 .elementor-element.elementor-element-89b8c9b .elementor-icon-wrapper{text-align:center;}.elementor-766 .elementor-element.elementor-element-89b8c9b.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-primary );}.elementor-766 .elementor-element.elementor-element-89b8c9b.elementor-view-framed .elementor-icon, .elementor-766 .elementor-element.elementor-element-89b8c9b.elementor-view-default .elementor-icon{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-766 .elementor-element.elementor-element-89b8c9b.elementor-view-framed .elementor-icon, .elementor-766 .elementor-element.elementor-element-89b8c9b.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-primary );}.elementor-766 .elementor-element.elementor-element-89b8c9b .elementor-icon{font-size:25px;}.elementor-766 .elementor-element.elementor-element-89b8c9b .elementor-icon svg{height:25px;}.elementor-766 .elementor-element.elementor-element-2f91e80{text-align:center;}.elementor-766 .elementor-element.elementor-element-2f91e80 .elementor-heading-title{font-family:"Montserrat", Sans-serif;font-size:12px;font-weight:700;}.elementor-766 .elementor-element.elementor-element-6b2bca1{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--flex-wrap:wrap;}.elementor-766 .elementor-element.elementor-element-6b2bca1:not(.elementor-motion-effects-element-type-background), .elementor-766 .elementor-element.elementor-element-6b2bca1 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-accent );}.elementor-766 .elementor-element.elementor-element-ad7e973{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-divider{--divider-color:var( --e-global-color-secondary );}.elementor-widget-divider .elementor-divider__text{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-divider.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon{color:var( --e-global-color-secondary );border-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-secondary );}.elementor-766 .elementor-element.elementor-element-2c5b434{--divider-border-style:dotted;--divider-color:var( --e-global-color-primary );--divider-border-width:1px;}.elementor-766 .elementor-element.elementor-element-2c5b434 .elementor-divider-separator{width:100%;}.elementor-766 .elementor-element.elementor-element-2c5b434 .elementor-divider{padding-block-start:15px;padding-block-end:15px;}.elementor-766 .elementor-element.elementor-element-d6224db{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-766 .elementor-element.elementor-element-220e1fb{--display:grid;--e-con-grid-template-columns:repeat(3, 1fr);--e-con-grid-template-rows:repeat(2, 1fr);--grid-auto-flow:row;}.elementor-766 .elementor-element.elementor-element-faefa61 .elementor-icon-wrapper{text-align:center;}.elementor-766 .elementor-element.elementor-element-faefa61.elementor-view-stacked .elementor-icon{background-color:#FFFFFF;}.elementor-766 .elementor-element.elementor-element-faefa61.elementor-view-framed .elementor-icon, .elementor-766 .elementor-element.elementor-element-faefa61.elementor-view-default .elementor-icon{color:#FFFFFF;border-color:#FFFFFF;}.elementor-766 .elementor-element.elementor-element-faefa61.elementor-view-framed .elementor-icon, .elementor-766 .elementor-element.elementor-element-faefa61.elementor-view-default .elementor-icon svg{fill:#FFFFFF;}.elementor-766 .elementor-element.elementor-element-09c73ba .elementor-icon-wrapper{text-align:center;}.elementor-766 .elementor-element.elementor-element-45bb696 .elementor-icon-wrapper{text-align:center;}.elementor-766 .elementor-element.elementor-element-2fb102c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-766 .elementor-element.elementor-element-2a356c8 .elementor-button{background-color:var( --e-global-color-accent );font-family:"Montserrat", Sans-serif;font-weight:700;font-style:normal;fill:#FFFFFF;color:#FFFFFF;border-style:solid;border-color:var( --e-global-color-primary );border-radius:10px 10px 10px 10px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:1024px){.elementor-widget-nav-menu .elementor-nav-menu .elementor-item{letter-spacing:var( --e-global-typography-primary-letter-spacing );}.elementor-widget-heading .elementor-heading-title{letter-spacing:var( --e-global-typography-primary-letter-spacing );}.elementor-766 .elementor-element.elementor-element-f100e27{--e-con-grid-template-columns:repeat(3, 1fr);--grid-auto-flow:row;}.elementor-766 .elementor-element.elementor-element-776b751{--e-con-grid-template-columns:repeat(3, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--gap:19px 20px;--row-gap:19px;--column-gap:20px;--grid-auto-flow:column;}.elementor-766 .elementor-element.elementor-element-220e1fb{--grid-auto-flow:row;}}@media(max-width:767px){.elementor-widget-nav-menu .elementor-nav-menu .elementor-item{letter-spacing:var( --e-global-typography-primary-letter-spacing );}.elementor-widget-heading .elementor-heading-title{letter-spacing:var( --e-global-typography-primary-letter-spacing );}.elementor-766 .elementor-element.elementor-element-f100e27{--e-con-grid-template-columns:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-766 .elementor-element.elementor-element-776b751{--e-con-grid-template-columns:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-766 .elementor-element.elementor-element-d6224db{--width:50%;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-766 .elementor-element.elementor-element-220e1fb{--e-con-grid-template-columns:repeat(3, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-766 .elementor-element.elementor-element-faefa61 .elementor-icon{font-size:20px;}.elementor-766 .elementor-element.elementor-element-faefa61 .elementor-icon svg{height:20px;}.elementor-766 .elementor-element.elementor-element-09c73ba .elementor-icon{font-size:20px;}.elementor-766 .elementor-element.elementor-element-09c73ba .elementor-icon svg{height:20px;}.elementor-766 .elementor-element.elementor-element-45bb696 .elementor-icon{font-size:20px;}.elementor-766 .elementor-element.elementor-element-45bb696 .elementor-icon svg{height:20px;}.elementor-766 .elementor-element.elementor-element-2fb102c{--width:50%;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}}@media(min-width:768px){.elementor-766 .elementor-element.elementor-element-d51d314{--width:25%;}.elementor-766 .elementor-element.elementor-element-ee08a3e{--width:60%;}.elementor-766 .elementor-element.elementor-element-8bbb6b6{--width:15%;}.elementor-766 .elementor-element.elementor-element-3f1163b{--width:15%;}.elementor-766 .elementor-element.elementor-element-42e1de4{--width:70%;}.elementor-766 .elementor-element.elementor-element-f100e27{--width:100%;}.elementor-766 .elementor-element.elementor-element-7d4ebf9{--width:15%;}.elementor-766 .elementor-element.elementor-element-427f458{--width:25%;}.elementor-766 .elementor-element.elementor-element-9fd34ba{--width:60%;}.elementor-766 .elementor-element.elementor-element-9f43b81{--width:15%;}.elementor-766 .elementor-element.elementor-element-71fbb4f{--width:70%;}.elementor-766 .elementor-element.elementor-element-776b751{--content-width:701px;}.elementor-766 .elementor-element.elementor-element-ad7e973{--width:25%;}.elementor-766 .elementor-element.elementor-element-d6224db{--width:15%;}.elementor-766 .elementor-element.elementor-element-2fb102c{--width:15%;}}@media(max-width:1024px) and (min-width:768px){.elementor-766 .elementor-element.elementor-element-9fd34ba{--width:53%;}.elementor-766 .elementor-element.elementor-element-71fbb4f{--width:100%;}.elementor-766 .elementor-element.elementor-element-776b751{--content-width:75%;}}.clearfix::before,.clearfix::after{content:" ";display:table;clear:both}.eael-testimonial-slider.nav-top-left,.eael-testimonial-slider.nav-top-right,.eael-team-slider.nav-top-left,.eael-team-slider.nav-top-right,.eael-logo-carousel.nav-top-left,.eael-logo-carousel.nav-top-right,.eael-post-carousel.nav-top-left,.eael-post-carousel.nav-top-right,.eael-product-carousel.nav-top-left,.eael-product-carousel.nav-top-right{padding-top:40px}.eael-contact-form input[type=text],.eael-contact-form input[type=email],.eael-contact-form input[type=url],.eael-contact-form input[type=tel],.eael-contact-form input[type=date],.eael-contact-form input[type=number],.eael-contact-form textarea{background:#fff;box-shadow:none;-webkit-box-shadow:none;float:none;height:auto;margin:0;outline:0;width:100%}.eael-contact-form input[type=submit]{border:0;float:none;height:auto;margin:0;padding:10px 20px;width:auto;-webkit-transition:all .25s linear 0s;transition:all .25s linear 0s}.eael-contact-form.placeholder-hide input::-webkit-input-placeholder,.eael-contact-form.placeholder-hide textarea::-webkit-input-placeholder{opacity:0;visibility:hidden}.eael-contact-form.placeholder-hide input::-moz-placeholder,.eael-contact-form.placeholder-hide textarea::-moz-placeholder{opacity:0;visibility:hidden}.eael-contact-form.placeholder-hide input:-ms-input-placeholder,.eael-contact-form.placeholder-hide textarea:-ms-input-placeholder{opacity:0;visibility:hidden}.eael-contact-form.placeholder-hide input:-moz-placeholder,.eael-contact-form.placeholder-hide textarea:-moz-placeholder{opacity:0;visibility:hidden}.eael-custom-radio-checkbox input[type=checkbox],.eael-custom-radio-checkbox input[type=radio]{-webkit-appearance:none;-moz-appearance:none;border-style:solid;border-width:0;outline:none;min-width:1px;width:15px;height:15px;background:#ddd;padding:3px}.eael-custom-radio-checkbox input[type=checkbox]:before,.eael-custom-radio-checkbox input[type=radio]:before{content:"";width:100%;height:100%;padding:0;margin:0;display:block}.eael-custom-radio-checkbox input[type=checkbox]:checked:before,.eael-custom-radio-checkbox input[type=radio]:checked:before{background:#999;-webkit-transition:all .25s linear 0s;transition:all .25s linear 0s}.eael-custom-radio-checkbox input[type=radio]{border-radius:50%}.eael-custom-radio-checkbox input[type=radio]:before{border-radius:50%}.eael-post-elements-readmore-btn{font-size:12px;font-weight:500;-webkit-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out;display:inline-block}.elementor-lightbox .dialog-widget-content{width:100%;height:100%}.eael-contact-form-align-left,.elementor-widget-eael-weform.eael-contact-form-align-left .eael-weform-container{margin:0 auto 0 0;display:inline-block;text-align:left}.eael-contact-form-align-center,.elementor-widget-eael-weform.eael-contact-form-align-center .eael-weform-container{float:none;margin:0 auto;display:inline-block;text-align:left}.eael-contact-form-align-right,.elementor-widget-eael-weform.eael-contact-form-align-right .eael-weform-container{margin:0 0 0 auto;display:inline-block;text-align:left}.eael-force-hide{display:none !important}.eael-d-none{display:none !important}.eael-d-block{display:block !important}.eael-h-auto{height:auto !important}.theme-martfury .elementor-wc-products .woocommerce ul.products li.product .product-inner .mf-rating .eael-star-rating.star-rating{display:none}.theme-martfury .elementor-wc-products .woocommerce ul.products li.product .product-inner .mf-rating .eael-star-rating.star-rating~.count{display:none}.sr-only{border:0 !important;clip:rect(1px, 1px, 1px, 1px) !important;clip-path:inset(50%) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.elementor-widget-eael-adv-tabs .eael-tab-content-item,.elementor-widget-eael-adv-accordion .eael-accordion-content,.elementor-widget-eael-data-table .td-content,.elementor-widget-eael-info-box .eael-infobox-template-wrapper,.elementor-widget-eael-countdown .eael-countdown-expiry-template,.elementor-widget-eael-countdown .eael-countdown-container,.elementor-widget-eael-cta-box .eael-cta-template-wrapper,.elementor-widget-eael-toggle .eael-toggle-primary-wrap,.elementor-widget-eael-toggle .eael-toggle-secondary-wrap,.elementor-widget-eael-protected-content .eael-protected-content-message,.elementor-widget-eael-protected-content .protected-content,.eael-offcanvas-content-visible .eael-offcanvas-body,.elementor-widget-eael-stacked-cards .eael-stacked-cards__item{position:relative}.elementor-widget-eael-adv-tabs .eael-tab-content-item:hover .eael-onpage-edit-template-wrapper,.elementor-widget-eael-adv-accordion .eael-accordion-content:hover .eael-onpage-edit-template-wrapper,.elementor-widget-eael-data-table .td-content:hover .eael-onpage-edit-template-wrapper,.elementor-widget-eael-info-box .eael-infobox-template-wrapper:hover .eael-onpage-edit-template-wrapper,.elementor-widget-eael-countdown .eael-countdown-expiry-template:hover .eael-onpage-edit-template-wrapper,.elementor-widget-eael-countdown .eael-countdown-container:hover .eael-onpage-edit-template-wrapper,.elementor-widget-eael-cta-box .eael-cta-template-wrapper:hover .eael-onpage-edit-template-wrapper,.elementor-widget-eael-toggle .eael-toggle-primary-wrap:hover .eael-onpage-edit-template-wrapper,.elementor-widget-eael-toggle .eael-toggle-secondary-wrap:hover .eael-onpage-edit-template-wrapper,.elementor-widget-eael-protected-content .eael-protected-content-message:hover .eael-onpage-edit-template-wrapper,.elementor-widget-eael-protected-content .protected-content:hover .eael-onpage-edit-template-wrapper,.eael-offcanvas-content-visible .eael-offcanvas-body:hover .eael-onpage-edit-template-wrapper,.elementor-widget-eael-stacked-cards .eael-stacked-cards__item:hover .eael-onpage-edit-template-wrapper{display:block}.eael-widget-otea-active .elementor-element:hover>.elementor-element-overlay,.eael-widget-otea-active .elementor-empty-view,.eael-widget-otea-active .elementor-add-section-inline,.eael-widget-otea-active .elementor-add-section{display:initial !important}.eael-onpage-edit-template-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;display:none;border:2px solid #5eead4}.eael-onpage-edit-template-wrapper::after{position:absolute;content:"";top:0;left:0;right:0;bottom:0;z-index:2;background:#5eead4;opacity:.3}.eael-onpage-edit-template-wrapper.eael-onpage-edit-activate{display:block}.eael-onpage-edit-template-wrapper.eael-onpage-edit-activate::after{display:none}.eael-onpage-edit-template-wrapper .eael-onpage-edit-template{background:#5eead4;color:#000;width:150px;text-align:center;height:30px;line-height:30px;font-size:12px;cursor:pointer;position:relative;z-index:3;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.eael-onpage-edit-template-wrapper .eael-onpage-edit-template::before{content:"";border-top:30px solid #5eead4;border-right:0;border-bottom:0;border-left:14px solid rgba(0,0,0,0);right:100%;position:absolute}.eael-onpage-edit-template-wrapper .eael-onpage-edit-template::after{content:"";border-top:0;border-right:0;border-bottom:30px solid rgba(0,0,0,0);border-left:14px solid #5eead4;left:100%;position:absolute}.eael-onpage-edit-template-wrapper .eael-onpage-edit-template>i{margin-right:8px}
